01JT3XR00RRME203XR317SM0XE: 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: 01JT3XR965S4NTT122P8S65N28

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-04-30T18:01:39.680Zjob assigned to worker 01JT3XRAEPNZP3N0JD3J7B2FCA [factory gimlet-EVT22200007-propolis, EVT22200007/25846] (queued for 26 s)
 
22025-04-30T18:01:47.739Zstarting task 0: "setup"
32025-04-30T18:01:47.779Z++ uname -s
42025-04-30T18:01:47.779Z+ kern=SunOS
52025-04-30T18:01:47.779Z+ build_user=build
62025-04-30T18:01:47.779Z+ build_uid=12345
72025-04-30T18:01:47.779Z+ work_dir=/work
82025-04-30T18:01:47.779Z+ input_dir=/input
92025-04-30T18:01:47.779Z+ [[ 0 == 12345 ]]
102025-04-30T18:01:47.779Z+ case "$kern" in
112025-04-30T18:01:47.779Z+ groupadd -g 12345 build
122025-04-30T18:01:47.779Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-04-30T18:01:49.765Z+ zfs create -o mountpoint=/work rpool/work
142025-04-30T18:01:49.806Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-04-30T18:01:49.806Z+ home_fs=zfs
162025-04-30T18:01:49.806Z+ [[ zfs == autofs ]]
172025-04-30T18:01:49.806Z+ mkdir -p /home/build
182025-04-30T18:01:49.846Z+ chown build:build /home/build /work
192025-04-30T18:01:51.812Z+ chmod 0700 /home/build /work
202025-04-30T18:01:51.853Zprocess exited: duration 4077 ms, exit code 0
 
212025-04-30T18:01:51.934Zstarting task 1: "rust-toolchain"
222025-04-30T18:01:51.976Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-04-30T18:01:51.976Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-04-30T18:01:51.976Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-04-30T18:01:51.976Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-04-30T18:01:51.976Z * rust toolchain channel = "1.86.0"
272025-04-30T18:01:51.976Z * rust toolchain profile = "default"
282025-04-30T18:01:51.976Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-04-30T18:01:51.976Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-04-30T18:01:52.086Zinfo: downloading installer
312025-04-30T18:01:52.709Zwarn: It looks like you have an existing installation of Rust at:
322025-04-30T18:01:52.709Zwarn: /opt/ooce/bin
332025-04-30T18:01:52.709Zwarn: It is recommended that rustup be the primary Rust installation.
342025-04-30T18:01:52.709Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-04-30T18:01:52.709Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-04-30T18:01:52.709Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-04-30T18:01:52.709Zwarn: or pass `-y' to ignore all ignorable checks.
382025-04-30T18:01:52.709Zerror: cannot install while Rust is installed
392025-04-30T18:01:52.709Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-04-30T18:01:52.791Zinfo: profile set to 'default'
412025-04-30T18:01:52.791Zinfo: default host triple is x86_64-unknown-illumos
422025-04-30T18:01:52.791Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-04-30T18:01:52.838Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-04-30T18:01:52.838Zinfo: downloading component 'cargo'
452025-04-30T18:01:53.094Zinfo: downloading component 'clippy'
462025-04-30T18:01:53.184Zinfo: downloading component 'rust-docs'
472025-04-30T18:01:53.470Zinfo: downloading component 'rust-std'
482025-04-30T18:01:53.977Zinfo: downloading component 'rustc'
492025-04-30T18:01:57.405Zinfo: downloading component 'rustfmt'
502025-04-30T18:01:57.484Zinfo: installing component 'cargo'
512025-04-30T18:01:58.567Zinfo: installing component 'clippy'
522025-04-30T18:01:59.050Zinfo: installing component 'rust-docs'
532025-04-30T18:02:02.047Zinfo: installing component 'rust-std'
542025-04-30T18:02:04.099Zinfo: installing component 'rustc'
552025-04-30T18:02:11.704Zinfo: installing component 'rustfmt'
562025-04-30T18:02:12.112Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-04-30T18:02:12.112Z
582025-04-30T18:02:12.275Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-04-30T18:02:12.275Z
602025-04-30T18:02:12.275Z
612025-04-30T18:02:12.275ZRust is installed now. Great!
622025-04-30T18:02:12.275Z
632025-04-30T18:02:12.275ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-04-30T18:02:12.275Zenvironment variable. This has not been done automatically.
652025-04-30T18:02:12.275Z
662025-04-30T18:02:12.275ZTo configure your current shell, you need to source
672025-04-30T18:02:12.275Zthe corresponding env file under $HOME/.cargo.
682025-04-30T18:02:12.275Z
692025-04-30T18:02:12.275ZThis is usually done by running one of the following (note the leading DOT):
702025-04-30T18:02:12.275Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-04-30T18:02:12.275Zsource "$HOME/.cargo/env.fish" # For fish
722025-04-30T18:02:12.275Zsource "$HOME/.cargo/env.nu" # For nushell
732025-04-30T18:02:12.379Z+ rustup --version
742025-04-30T18:02:12.420Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-04-30T18:02:12.420Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-04-30T18:02:12.460Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-04-30T18:02:12.460Z+ cargo --version
782025-04-30T18:02:12.501Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-04-30T18:02:12.501Z+ rustc --version
802025-04-30T18:02:12.544Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-04-30T18:02:12.585Zprocess exited: duration 20615 ms, exit code 0
 
822025-04-30T18:02:12.666Zstarting task 2: "authentication"
832025-04-30T18:02:12.817Zprocess exited: duration 76 ms, exit code 0
 
842025-04-30T18:02:12.897Zstarting task 3: "clone repository"
852025-04-30T18:02:12.937Z+ mkdir -p /work/oxidecomputer/omicron
862025-04-30T18:02:12.937Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-04-30T18:02:12.937ZCloning into '/work/oxidecomputer/omicron'...
882025-04-30T18:02:23.853Z+ cd /work/oxidecomputer/omicron
892025-04-30T18:02:23.853Z+ git fetch origin 9020a44bdd6227d310f2934b795508fba84e4acf
902025-04-30T18:02:24.330ZFrom https://github.com/oxidecomputer/omicron
912025-04-30T18:02:24.330Z * branch 9020a44bdd6227d310f2934b795508fba84e4acf -> FETCH_HEAD
922025-04-30T18:02:24.370Z+ [[ -n eliza/om-deeby-deeby-webhooks ]]
932025-04-30T18:02:24.370Z++ git branch --show-current
942025-04-30T18:02:24.370Z+ current=main
952025-04-30T18:02:24.370Z+ [[ main != eliza/om-deeby-deeby-webhooks ]]
962025-04-30T18:02:24.370Z+ git branch -f eliza/om-deeby-deeby-webhooks 9020a44bdd6227d310f2934b795508fba84e4acf
972025-04-30T18:02:24.370Z+ git checkout -f eliza/om-deeby-deeby-webhooks
982025-04-30T18:02:24.608ZSwitched to branch 'eliza/om-deeby-deeby-webhooks'
992025-04-30T18:02:24.649Z+ git reset --hard 9020a44bdd6227d310f2934b795508fba84e4acf
1002025-04-30T18:02:24.688ZHEAD is now at 9020a44bd oops...
1012025-04-30T18:02:24.688Zprocess exited: duration 11755 ms, exit code 0
 
1022025-04-30T18:02:24.768Zstarting task 4: "build"
1032025-04-30T18:02:24.808Z+ source .github/buildomat/ci-env.sh
1042025-04-30T18:02:24.808Z++ export CARGO_TERM_COLOR=always
1052025-04-30T18:02:24.808Z++ CARGO_TERM_COLOR=always
1062025-04-30T18:02:24.808Z+ cargo --version
1072025-04-30T18:02:24.848Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1082025-04-30T18:02:24.848Z+ rustc --version
1092025-04-30T18:02:24.931Zrustc 1.86.0 (05f9846f8 2025-03-31)
1102025-04-30T18:02:24.972Z+ source ./env.sh
1112025-04-30T18:02:24.972Z++ OLD_SHELL_OPTS=ehxB
1122025-04-30T18:02:24.972Z++ set -o xtrace
1132025-04-30T18:02:24.972Z++++ dirname ./env.sh
1142025-04-30T18:02:24.972Z+++ readlink -f .
1152025-04-30T18:02:24.972Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-04-30T18:02:24.972Z++ 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-30T18:02:24.972Z++ 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-30T18:02:24.972Z++ 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-30T18:02:24.972Z++ 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-30T18:02:24.972Z++ 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-30T18:02:24.972Z++ 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-30T18:02:24.972Z++ 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-30T18:02:24.972Z++ 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-30T18:02:24.972Z++ case $OLD_SHELL_OPTS in
1252025-04-30T18:02:24.972Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-04-30T18:02:24.972Z+ 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-30T18:02:24.972Z+ 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-30T18:02:24.972Z+ banner prerequisites
1292025-04-30T18:02:24.972Z
1302025-04-30T18:02:24.972Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-04-30T18:02:24.972Z # # # # # # # # # # # # # # #
1322025-04-30T18:02:24.972Z # # # # ##### # # ##### # # # # # #### #
1332025-04-30T18:02:24.972Z ##### ##### # ##### # # # # # # # # #
1342025-04-30T18:02:24.972Z # # # # # # # # # # # # # # #
1352025-04-30T18:02:24.972Z # # # ###### # # ###### ### # #### # #### #
1362025-04-30T18:02:24.972Z
1372025-04-30T18:02:24.972Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-04-30T18:02:26.296Zpkg list: illegal option -- F
1392025-04-30T18:02:26.296ZUsage:
1402025-04-30T18:02:26.296Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1412025-04-30T18:02:26.296Z [pkg_fmri_pattern ...]
1422025-04-30T18:02:27.372Zpkg list: illegal option -- F
1432025-04-30T18:02:27.372ZUsage:
1442025-04-30T18:02:27.372Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1452025-04-30T18:02:27.372Z [pkg_fmri_pattern ...]
1462025-04-30T18:02:42.254Z Startup: Refreshing catalog 'helios-dev' ... Done
1472025-04-30T18:02:48.762Z Startup: Caching catalogs ... Done
1482025-04-30T18:03:13.480ZPlanning: Solver setup ... Done (23.405s)
1492025-04-30T18:03:13.717ZPlanning: Running solver ... Done (0.237s)
1502025-04-30T18:03:13.880ZPlanning: Finding local manifests ... Done (0.003s)
1512025-04-30T18:03:14.004ZPlanning: Fetching manifests: 0/7 0% complete
1522025-04-30T18:03:14.611ZPlanning: Fetching manifests: 7/7 100% complete
1532025-04-30T18:03:14.732ZPlanning: Package planning ... Done (0.122s)
1542025-04-30T18:03:14.798ZPlanning: Merging actions ... Done (0.065s)
1552025-04-30T18:03:15.012ZPlanning: Checking for conflicting actions ... Done (0.214s)
1562025-04-30T18:03:16.042ZPlanning: Consolidating action changes ... Done (1.029s)
1572025-04-30T18:03:16.449ZPlanning: Evaluating mediators ... Done (0.408s)
1582025-04-30T18:03:16.549ZPlanning: Planning completed in 27.69 seconds
1592025-04-30T18:03:16.589Z Packages to install: 4
1602025-04-30T18:03:16.589Z Packages to update: 3
1612025-04-30T18:03:16.589Z Mediators to change: 2
1622025-04-30T18:03:16.589Z Services to change: 1
1632025-04-30T18:03:16.589Z Estimated space available: 155.09 GB
1642025-04-30T18:03:16.589ZEstimated space to be consumed: 1.71 GB
1652025-04-30T18:03:16.589Z Create boot environment: No
1662025-04-30T18:03:16.589ZCreate backup boot environment: Yes
1672025-04-30T18:03:16.589Z Rebuild boot archive: No
1682025-04-30T18:03:16.589Z
1692025-04-30T18:03:16.589ZChanged mediators:
1702025-04-30T18:03:16.589Z mediator clang:
1712025-04-30T18:03:16.589Z version: None -> 15 (system default)
1722025-04-30T18:03:16.589Z
1732025-04-30T18:03:16.589Z mediator llvm:
1742025-04-30T18:03:16.589Z version: 14 (system default) -> 15 (system default)
1752025-04-30T18:03:16.589Z
1762025-04-30T18:03:16.589ZChanged packages:
1772025-04-30T18:03:16.589Zhelios-dev
1782025-04-30T18:03:16.590Z developer/build-essential
1792025-04-30T18:03:16.590Z None -> 11-2.0
1802025-04-30T18:03:16.590Z library/libxmlsec1
1812025-04-30T18:03:16.590Z None -> 1.2.35-2.0
1822025-04-30T18:03:16.590Z ooce/developer/clang-15
1832025-04-30T18:03:16.590Z None -> 15.0.7-2.0
1842025-04-30T18:03:16.590Z ooce/developer/llvm-15
1852025-04-30T18:03:16.590Z None -> 15.0.7-2.0
1862025-04-30T18:03:16.590Z package/pkg
1872025-04-30T18:03:16.590Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1882025-04-30T18:03:16.590Z system/library/g++-runtime
1892025-04-30T18:03:16.590Z 13-2.0 -> 14-2.0
1902025-04-30T18:03:16.590Z system/library/gcc-runtime
1912025-04-30T18:03:16.590Z 13-2.0 -> 14-2.0
1922025-04-30T18:03:16.590Z
1932025-04-30T18:03:16.590ZServices:
1942025-04-30T18:03:16.590Z restart_fmri:
1952025-04-30T18:03:16.590Z svc:/system/update-man-index:default
1962025-04-30T18:03:16.590Z
1972025-04-30T18:03:16.590ZEditable files to change:
1982025-04-30T18:03:16.590Z Update:
1992025-04-30T18:03:16.590Z usr/share/lib/pkg/web/config.shtml
2002025-04-30T18:03:16.638Z
2012025-04-30T18:03:16.638ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2022025-04-30T18:03:21.643ZDownload: 833/4301 items 18.8/225.4MB 8% complete (3.8M/s)
2032025-04-30T18:03:26.660ZDownload: 1198/4301 items 80.1/225.4MB 35% complete (8.0M/s)
2042025-04-30T18:03:31.662ZDownload: 1313/4301 items 110.1/225.4MB 48% complete (9.1M/s)
2052025-04-30T18:03:36.661ZDownload: 2225/4301 items 119.2/225.4MB 52% complete (3.9M/s)
2062025-04-30T18:03:41.664ZDownload: 3044/4301 items 121.4/225.4MB 53% complete (1.5M/s)
2072025-04-30T18:03:46.726ZDownload: 3249/4301 items 203.1/225.4MB 90% complete (8.4M/s)
2082025-04-30T18:03:51.728ZDownload: 3630/4301 items 216.1/225.4MB 95% complete (9.5M/s)
2092025-04-30T18:03:57.207ZDownload: 4292/4301 items 224.6/225.4MB 99% complete (2.6M/s)
2102025-04-30T18:03:59.019ZDownload: Completed 225.42 MB in 42.38 seconds (5.3M/s)
2112025-04-30T18:04:00.493Z Actions: 1/5122 actions (Removing old actions)
2122025-04-30T18:04:00.533Z Actions: 194/5122 actions (Installing new actions)
2132025-04-30T18:04:05.556Z Actions: 3447/5122 actions (Installing new actions)
2142025-04-30T18:04:06.375Z Actions: 4267/5122 actions (Updating modified actions)
2152025-04-30T18:04:06.780Z Actions: Completed 5122 actions in 6.29 seconds.
2162025-04-30T18:04:07.137Z Done (0.347s)
2172025-04-30T18:04:07.177Z Done (0.001s)
2182025-04-30T18:04:07.997Z Done (0.858s)
2192025-04-30T18:04:13.044Z Done (4.834s)
2202025-04-30T18:04:13.146Z Done (0.019s)
2212025-04-30T18:04:13.219Z Done (0.000s)
2222025-04-30T18:04:13.359Z Done (0.000s)
2232025-04-30T18:04:14.186ZPlanning: Evaluating mediator changes ... Done
2242025-04-30T18:04:14.438ZPlanning: Checking for conflicting actions ... Done
2252025-04-30T18:04:14.506ZPlanning: Consolidating action changes ... Done
2262025-04-30T18:04:14.785ZPlanning: Evaluating mediators ... Done
2272025-04-30T18:04:14.849ZPlanning: Planning completed in 0.61 seconds
2282025-04-30T18:04:14.896Z Mediators to change: 2
2292025-04-30T18:04:14.896Z Create boot environment: No
2302025-04-30T18:04:14.896ZCreate backup boot environment: No
2312025-04-30T18:04:14.943Z Done
2322025-04-30T18:04:14.943Z Done
2332025-04-30T18:04:15.679Z Done
2342025-04-30T18:04:20.057Z Done
2352025-04-30T18:04:20.146Z Done
2362025-04-30T18:04:20.186Z Done
2372025-04-30T18:04:20.225Z Done
2382025-04-30T18:04:20.909ZPlanning: Evaluating mediator changes ... Done
2392025-04-30T18:04:20.950ZPlanning: Merging actions ... Done
2402025-04-30T18:04:21.139ZPlanning: Checking for conflicting actions ... Done
2412025-04-30T18:04:21.179ZPlanning: Consolidating action changes ... Done
2422025-04-30T18:04:21.457ZPlanning: Evaluating mediators ... Done
2432025-04-30T18:04:21.532ZPlanning: Planning completed in 0.91 seconds
2442025-04-30T18:04:21.579Z Packages to change: 1
2452025-04-30T18:04:21.579Z Mediators to change: 1
2462025-04-30T18:04:21.579Z Services to change: 1
2472025-04-30T18:04:21.579Z Create boot environment: No
2482025-04-30T18:04:21.619ZCreate backup boot environment: Yes
2492025-04-30T18:04:23.305Z Actions: 1/6 actions (Updating modified actions)
2502025-04-30T18:04:23.346Z Actions: Completed 6 actions in 0.00 seconds.
2512025-04-30T18:04:23.346Z Done
2522025-04-30T18:04:23.346Z Done
2532025-04-30T18:04:23.476Z Done
2542025-04-30T18:04:27.816Z Done
2552025-04-30T18:04:27.909Z Done
2562025-04-30T18:04:27.953Z Done
2572025-04-30T18:04:28.008Z Done
2582025-04-30T18:04:28.529ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2592025-04-30T18:04:28.529Zclang system 15 system
2602025-04-30T18:04:28.529Zcsh system system illumos
2612025-04-30T18:04:28.529Zctags system system illumos
2622025-04-30T18:04:28.529Zgcc vendor 12 vendor
2632025-04-30T18:04:28.529Zgcc system 10 system
2642025-04-30T18:04:28.529Zgcc system 7 system
2652025-04-30T18:04:28.529Zgo system 1.20 system
2662025-04-30T18:04:28.529Zgo system 1.19 system
2672025-04-30T18:04:28.529Zllvm system 15 system
2682025-04-30T18:04:28.530Zllvm system 14 system
2692025-04-30T18:04:28.530Zmariadb system 10.6 system
2702025-04-30T18:04:28.530Zmta vendor vendor dma
2712025-04-30T18:04:28.530Zopenjdk system 17 system
2722025-04-30T18:04:28.530Zopenjdk system 11 system
2732025-04-30T18:04:28.530Zopenjdk system 1.8 system
2742025-04-30T18:04:28.530Zopenssl vendor 3 vendor
2752025-04-30T18:04:28.530Zperl system 5.36 system
2762025-04-30T18:04:28.530Zpostgresql system 15 system
2772025-04-30T18:04:28.530Zpostgresql system 13 system
2782025-04-30T18:04:28.530Zpython vendor 3 vendor
2792025-04-30T18:04:28.531Zpython system 2 system
2802025-04-30T18:04:28.531Zpython3 system 3.11 system
2812025-04-30T18:04:28.531Zruby system 3.0 system
2822025-04-30T18:04:28.531Zwords vendor vendor american-english
2832025-04-30T18:04:28.531Zwords system system australian-english
2842025-04-30T18:04:28.531Zwords system system british-english
2852025-04-30T18:04:28.531Zwords system system canadian-english
2862025-04-30T18:04:28.531Zwords system system french
2872025-04-30T18:04:28.531Zwords system system italian
2882025-04-30T18:04:28.531Zwords system system ngerman
2892025-04-30T18:04:28.531Zwords system system ogerman
2902025-04-30T18:04:28.531Zwords system system spanish
2912025-04-30T18:04:28.939ZPUBLISHER TYPE STATUS P LOCATION
2922025-04-30T18:04:28.939Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2932025-04-30T18:04:33.268ZFMRI IFO
2942025-04-30T18:04:33.268Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2952025-04-30T18:04:33.269Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2962025-04-30T18:04:33.269Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2972025-04-30T18:04:33.269Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2982025-04-30T18:04:33.269Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2992025-04-30T18:04:33.269Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3002025-04-30T18:04:33.269Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3012025-04-30T18:04:33.269Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3022025-04-30T18:04:33.269Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3032025-04-30T18:04:33.269Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3042025-04-30T18:04:33.269Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3052025-04-30T18:04:33.270Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3062025-04-30T18:04:33.270Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3072025-04-30T18:04:33.270Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3082025-04-30T18:04:33.270Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3092025-04-30T18:04:34.221Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3102025-04-30T18:04:34.674Z Updating git repository `https://github.com/seanmonstar/reqwest`
3112025-04-30T18:04:35.526Z Updating crates.io index
3122025-04-30T18:04:35.592Z Updating git repository `https://github.com/oxidecomputer/lldp`
3132025-04-30T18:04:36.028Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3142025-04-30T18:04:36.803Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3152025-04-30T18:04:37.188Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3162025-04-30T18:04:37.519Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3172025-04-30T18:04:37.916Z Updating git repository `https://github.com/oxidecomputer/propolis`
3182025-04-30T18:04:39.018Z Updating git repository `https://github.com/oxidecomputer/crucible`
3192025-04-30T18:04:41.159Z Updating git repository `https://github.com/oxidecomputer/opte`
3202025-04-30T18:04:42.131Z Updating git repository `https://github.com/oxidecomputer/falcon`
3212025-04-30T18:04:42.908Z Updating git repository `https://github.com/oxidecomputer/clickward`
3222025-04-30T18:04:43.299Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3232025-04-30T18:04:43.703Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3242025-04-30T18:04:44.470Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3252025-04-30T18:04:44.997Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3262025-04-30T18:04:45.626Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3272025-04-30T18:04:46.019Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3282025-04-30T18:04:46.460Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3292025-04-30T18:04:46.854Z Updating git repository `https://github.com/oxidecomputer/tofino`
3302025-04-30T18:04:47.298Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3312025-04-30T18:04:47.636Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3322025-04-30T18:04:47.959Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3332025-04-30T18:04:48.349Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3342025-04-30T18:04:48.796Z Updating git repository `https://github.com/oxidecomputer/ispf`
3352025-04-30T18:04:49.285Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3362025-04-30T18:04:49.606Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3372025-04-30T18:04:50.155Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3382025-04-30T18:04:50.631Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3392025-04-30T18:04:50.947Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3402025-04-30T18:04:51.429Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3412025-04-30T18:04:51.978Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3422025-04-30T18:04:52.347Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3432025-04-30T18:04:52.721Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3442025-04-30T18:04:53.102Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3452025-04-30T18:04:53.489Z Updating git repository `https://github.com/oxidecomputer/omicron`
3462025-04-30T18:05:02.690Z Updating git repository `https://github.com/illumos/smf-rs`
3472025-04-30T18:05:04.318Z Downloading crates ...
3482025-04-30T18:05:04.391Z Downloaded equivalent v1.0.1
3492025-04-30T18:05:04.432Z Downloaded swrite v0.1.0
3502025-04-30T18:05:04.432Z Downloaded fastrand v2.1.1
3512025-04-30T18:05:04.432Z Downloaded scroll_derive v0.12.0
3522025-04-30T18:05:04.432Z Downloaded zerocopy-derive v0.7.35
3532025-04-30T18:05:04.432Z Downloaded usdt-attr-macro v0.5.0
3542025-04-30T18:05:04.432Z Downloaded fnv v1.0.7
3552025-04-30T18:05:04.432Z Downloaded digest v0.10.7
3562025-04-30T18:05:04.432Z Downloaded thiserror-impl v1.0.69
3572025-04-30T18:05:04.432Z Downloaded zerocopy v0.7.35
3582025-04-30T18:05:04.473Z Downloaded version_check v0.9.5
3592025-04-30T18:05:04.473Z Downloaded tempfile v3.13.0
3602025-04-30T18:05:04.473Z Downloaded unicode-linebreak v0.1.5
3612025-04-30T18:05:04.473Z Downloaded semver v1.0.25
3622025-04-30T18:05:04.473Z Downloaded utf8parse v0.2.2
3632025-04-30T18:05:04.473Z Downloaded winnow v0.7.3
3642025-04-30T18:05:04.514Z Downloaded serde_derive v1.0.219
3652025-04-30T18:05:04.514Z Downloaded toml_edit v0.22.24
3662025-04-30T18:05:04.554Z Downloaded pest v2.7.14
3672025-04-30T18:05:04.554Z Downloaded indexmap v2.7.1
3682025-04-30T18:05:04.554Z Downloaded serde_json v1.0.140
3692025-04-30T18:05:04.554Z Downloaded hashbrown v0.15.1
3702025-04-30T18:05:04.554Z Downloaded clap_builder v4.5.35
3712025-04-30T18:05:04.595Z Downloaded tabled v0.15.0
3722025-04-30T18:05:04.595Z Downloaded goblin v0.8.2
3732025-04-30T18:05:04.595Z Downloaded syn v1.0.109
3742025-04-30T18:05:04.636Z Downloaded serde v1.0.219
3752025-04-30T18:05:04.636Z Downloaded unicode-width v0.1.14
3762025-04-30T18:05:04.636Z Downloaded memchr v2.7.4
3772025-04-30T18:05:04.636Z Downloaded syn v2.0.98
3782025-04-30T18:05:04.636Z Downloaded rustix v0.37.28
3792025-04-30T18:05:04.676Z Downloaded proc-macro2 v1.0.94
3802025-04-30T18:05:04.676Z Downloaded clap v4.5.35
3812025-04-30T18:05:04.676Z Downloaded unicode-ident v1.0.14
3822025-04-30T18:05:04.676Z Downloaded rustix v0.38.37
3832025-04-30T18:05:04.717Z Downloaded ucd-trie v0.1.7
3842025-04-30T18:05:04.717Z Downloaded typenum v1.17.0
3852025-04-30T18:05:04.717Z Downloaded toml v0.8.20
3862025-04-30T18:05:04.717Z Downloaded textwrap v0.16.1
3872025-04-30T18:05:04.717Z Downloaded pest_derive v2.7.14
3882025-04-30T18:05:04.718Z Downloaded papergrid v0.11.0
3892025-04-30T18:05:04.718Z Downloaded log v0.4.22
3902025-04-30T18:05:04.718Z Downloaded pest_meta v2.7.14
3912025-04-30T18:05:04.718Z Downloaded macaddr v1.0.1
3922025-04-30T18:05:04.718Z Downloaded toml_datetime v0.6.8
3932025-04-30T18:05:04.758Z Downloaded thiserror v2.0.12
3942025-04-30T18:05:04.758Z Downloaded sha2 v0.10.8
3952025-04-30T18:05:04.758Z Downloaded ryu v1.0.18
3962025-04-30T18:05:04.758Z Downloaded proc-macro-error v1.0.4
3972025-04-30T18:05:04.758Z Downloaded scroll v0.12.0
3982025-04-30T18:05:04.758Z Downloaded quote v1.0.39
3992025-04-30T18:05:04.758Z Downloaded pest_generator v2.7.14
4002025-04-30T18:05:04.758Z Downloaded once_cell v1.21.3
4012025-04-30T18:05:04.759Z Downloaded io-lifetimes v1.0.11
4022025-04-30T18:05:04.759Z Downloaded clap_derive v4.5.32
4032025-04-30T18:05:04.759Z Downloaded cfg-if v1.0.0
4042025-04-30T18:05:04.759Z Downloaded libc v0.2.171
4052025-04-30T18:05:04.800Z Downloaded cargo_toml v0.21.0
4062025-04-30T18:05:04.800Z Downloaded cargo_metadata v0.19.2
4072025-04-30T18:05:04.800Z Downloaded camino-tempfile v1.1.1
4082025-04-30T18:05:04.800Z Downloaded camino v1.1.9
4092025-04-30T18:05:04.800Z Downloaded bytecount v0.6.8
4102025-04-30T18:05:04.800Z Downloaded bitflags v2.9.0
4112025-04-30T18:05:04.800Z Downloaded anyhow v1.0.98
4122025-04-30T18:05:04.800Z Downloaded usdt-impl v0.5.0
4132025-04-30T18:05:04.841Z Downloaded usdt v0.5.0
4142025-04-30T18:05:04.841Z Downloaded thread-id v4.2.2
4152025-04-30T18:05:04.841Z Downloaded thiserror-impl v2.0.12
4162025-04-30T18:05:04.841Z Downloaded thiserror v1.0.69
4172025-04-30T18:05:04.841Z Downloaded terminal_size v0.4.0
4182025-04-30T18:05:04.841Z Downloaded tabled_derive v0.7.0
4192025-04-30T18:05:04.841Z Downloaded strsim v0.11.1
4202025-04-30T18:05:04.841Z Downloaded smawk v0.3.2
4212025-04-30T18:05:04.841Z Downloaded serde_tokenstream v0.2.2
4222025-04-30T18:05:04.841Z Downloaded serde_spanned v0.6.8
4232025-04-30T18:05:04.841Z Downloaded proc-macro-error-attr v1.0.4
4242025-04-30T18:05:04.841Z Downloaded plain v0.2.3
4252025-04-30T18:05:04.841Z Downloaded memmap v0.7.0
4262025-04-30T18:05:04.841Z Downloaded itoa v1.0.11
4272025-04-30T18:05:04.841Z Downloaded is_terminal_polyfill v1.70.1
4282025-04-30T18:05:04.841Z Downloaded heck v0.4.1
4292025-04-30T18:05:04.841Z Downloaded terminal_size v0.2.6
4302025-04-30T18:05:04.841Z Downloaded heck v0.5.0
4312025-04-30T18:05:04.841Z Downloaded anstream v0.6.15
4322025-04-30T18:05:04.841Z Downloaded errno v0.3.9
4332025-04-30T18:05:04.841Z Downloaded cpufeatures v0.2.14
4342025-04-30T18:05:04.841Z Downloaded cargo-platform v0.1.8
4352025-04-30T18:05:04.841Z Downloaded block-buffer v0.10.4
4362025-04-30T18:05:04.841Z Downloaded anstyle-parse v0.2.5
4372025-04-30T18:05:04.841Z Downloaded pretty-hex v0.4.1
4382025-04-30T18:05:04.841Z Downloaded generic-array v0.14.7
4392025-04-30T18:05:04.842Z Downloaded fs-err v3.1.0
4402025-04-30T18:05:04.882Z Downloaded dof v0.3.0
4412025-04-30T18:05:04.882Z Downloaded colorchoice v1.0.2
4422025-04-30T18:05:04.882Z Downloaded clap_lex v0.7.4
4432025-04-30T18:05:04.882Z Downloaded usdt-macro v0.5.0
4442025-04-30T18:05:04.882Z Downloaded dtrace-parser v0.2.0
4452025-04-30T18:05:04.882Z Downloaded crypto-common v0.1.6
4462025-04-30T18:05:04.882Z Downloaded autocfg v1.4.0
4472025-04-30T18:05:04.882Z Downloaded byteorder v1.5.0
4482025-04-30T18:05:04.882Z Downloaded bitflags v1.3.2
4492025-04-30T18:05:04.883Z Downloaded anstyle-query v1.1.1
4502025-04-30T18:05:04.883Z Downloaded anstyle v1.0.10
4512025-04-30T18:05:04.978Z Compiling proc-macro2 v1.0.94
4522025-04-30T18:05:04.978Z Compiling unicode-ident v1.0.14
4532025-04-30T18:05:04.978Z Compiling version_check v0.9.5
4542025-04-30T18:05:05.019Z Compiling serde v1.0.219
4552025-04-30T18:05:05.019Z Compiling libc v0.2.171
4562025-04-30T18:05:05.019Z Compiling memchr v2.7.4
4572025-04-30T18:05:05.019Z Compiling thiserror v1.0.69
4582025-04-30T18:05:05.019Z Compiling itoa v1.0.11
4592025-04-30T18:05:05.266Z Compiling ryu v1.0.18
4602025-04-30T18:05:05.390Z Compiling ucd-trie v0.1.7
4612025-04-30T18:05:05.734Z Compiling once_cell v1.21.3
4622025-04-30T18:05:05.773Z Compiling byteorder v1.5.0
4632025-04-30T18:05:05.860Z Compiling serde_json v1.0.140
4642025-04-30T18:05:05.937Z Compiling rustix v0.38.37
4652025-04-30T18:05:06.208Z Compiling bitflags v2.9.0
4662025-04-30T18:05:06.276Z Compiling proc-macro-error-attr v1.0.4
4672025-04-30T18:05:06.390Z Compiling usdt-impl v0.5.0
4682025-04-30T18:05:06.520Z Compiling io-lifetimes v1.0.11
4692025-04-30T18:05:06.562Z Compiling syn v1.0.109
4702025-04-30T18:05:06.701Z Compiling proc-macro-error v1.0.4
4712025-04-30T18:05:06.743Z Compiling quote v1.0.39
4722025-04-30T18:05:06.868Z Compiling errno v0.3.9
4732025-04-30T18:05:06.997Z Compiling camino v1.1.9
4742025-04-30T18:05:07.092Z Compiling syn v2.0.98
4752025-04-30T18:05:07.205Z Compiling log v0.4.22
4762025-04-30T18:05:07.312Z Compiling hashbrown v0.15.1
4772025-04-30T18:05:07.352Z Compiling plain v0.2.3
4782025-04-30T18:05:07.480Z Compiling thread-id v4.2.2
4792025-04-30T18:05:07.520Z Compiling equivalent v1.0.1
4802025-04-30T18:05:07.561Z Compiling utf8parse v0.2.2
4812025-04-30T18:05:07.620Z Compiling rustix v0.37.28
4822025-04-30T18:05:07.685Z Compiling anstyle-parse v0.2.5
4832025-04-30T18:05:08.099Z Compiling pretty-hex v0.4.1
4842025-04-30T18:05:08.335Z Compiling bitflags v1.3.2
4852025-04-30T18:05:08.443Z Compiling indexmap v2.7.1
4862025-04-30T18:05:08.484Z Compiling semver v1.0.25
4872025-04-30T18:05:08.484Z Compiling thiserror v2.0.12
4882025-04-30T18:05:08.484Z Compiling is_terminal_polyfill v1.70.1
4892025-04-30T18:05:08.530Z Compiling winnow v0.7.3
4902025-04-30T18:05:08.680Z Compiling unicode-width v0.1.14
4912025-04-30T18:05:09.028Z Compiling anstyle-query v1.1.1
4922025-04-30T18:05:09.069Z Compiling colorchoice v1.0.2
4932025-04-30T18:05:09.160Z Compiling anstyle v1.0.10
4942025-04-30T18:05:09.208Z Compiling autocfg v1.4.0
4952025-04-30T18:05:09.376Z Compiling terminal_size v0.4.0
4962025-04-30T18:05:09.536Z Compiling anstream v0.6.15
4972025-04-30T18:05:09.780Z Compiling heck v0.5.0
4982025-04-30T18:05:10.015Z Compiling fs-err v3.1.0
4992025-04-30T18:05:10.086Z Compiling fnv v1.0.7
5002025-04-30T18:05:10.200Z Compiling heck v0.4.1
5012025-04-30T18:05:10.246Z Compiling cfg-if v1.0.0
5022025-04-30T18:05:10.302Z Compiling clap_lex v0.7.4
5032025-04-30T18:05:10.351Z Compiling bytecount v0.6.8
5042025-04-30T18:05:10.569Z Compiling fastrand v2.1.1
5052025-04-30T18:05:10.609Z Compiling anyhow v1.0.98
5062025-04-30T18:05:10.656Z Compiling strsim v0.11.1
5072025-04-30T18:05:10.697Z Compiling papergrid v0.11.0
5082025-04-30T18:05:10.737Z Compiling terminal_size v0.2.6
5092025-04-30T18:05:10.904Z Compiling tempfile v3.13.0
5102025-04-30T18:05:11.010Z Compiling clap_builder v4.5.35
5112025-04-30T18:05:11.442Z Compiling memmap v0.7.0
5122025-04-30T18:05:11.483Z Compiling smawk v0.3.2
5132025-04-30T18:05:11.523Z Compiling unicode-linebreak v0.1.5
5142025-04-30T18:05:11.740Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5152025-04-30T18:05:11.891Z Compiling textwrap v0.16.1
5162025-04-30T18:05:12.170Z Compiling swrite v0.1.0
5172025-04-30T18:05:12.330Z Compiling tabled_derive v0.7.0
5182025-04-30T18:05:13.718Z Compiling serde_derive v1.0.219
5192025-04-30T18:05:13.718Z Compiling thiserror-impl v1.0.69
5202025-04-30T18:05:13.718Z Compiling zerocopy-derive v0.7.35
5212025-04-30T18:05:13.762Z Compiling scroll_derive v0.12.0
5222025-04-30T18:05:13.762Z Compiling thiserror-impl v2.0.12
5232025-04-30T18:05:13.762Z Compiling clap_derive v4.5.32
5242025-04-30T18:05:13.898Z Compiling tabled v0.15.0
5252025-04-30T18:05:14.997Z Compiling scroll v0.12.0
5262025-04-30T18:05:15.496Z Compiling goblin v0.8.2
5272025-04-30T18:05:15.537Z Compiling zerocopy v0.7.35
5282025-04-30T18:05:16.429Z Compiling pest v2.7.14
5292025-04-30T18:05:17.295Z Compiling clap v4.5.35
5302025-04-30T18:05:18.504Z Compiling pest_meta v2.7.14
5312025-04-30T18:05:19.598Z Compiling pest_generator v2.7.14
5322025-04-30T18:05:20.671Z Compiling pest_derive v2.7.14
5332025-04-30T18:05:21.277Z Compiling dtrace-parser v0.2.0
5342025-04-30T18:05:22.357Z Compiling toml_datetime v0.6.8
5352025-04-30T18:05:22.357Z Compiling serde_spanned v0.6.8
5362025-04-30T18:05:22.398Z Compiling cargo-platform v0.1.8
5372025-04-30T18:05:22.658Z Compiling serde_tokenstream v0.2.2
5382025-04-30T18:05:22.714Z Compiling macaddr v1.0.1
5392025-04-30T18:05:22.856Z Compiling toml_edit v0.22.24
5402025-04-30T18:05:22.984Z Compiling camino-tempfile v1.1.1
5412025-04-30T18:05:23.949Z Compiling dof v0.3.0
5422025-04-30T18:05:23.949Z Compiling cargo_metadata v0.19.2
5432025-04-30T18:05:25.478Z Compiling usdt-attr-macro v0.5.0
5442025-04-30T18:05:25.478Z Compiling usdt-macro v0.5.0
5452025-04-30T18:05:25.738Z Compiling toml v0.8.20
5462025-04-30T18:05:26.453Z Compiling cargo_toml v0.21.0
5472025-04-30T18:05:26.493Z Compiling usdt v0.5.0
5482025-04-30T18:05:29.550Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5492025-04-30T18:05:33.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.37s
5502025-04-30T18:05:33.543Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5512025-04-30T18:05:34.433Z Downloading crates ...
5522025-04-30T18:05:34.586Z Downloaded atty v0.2.14
5532025-04-30T18:05:34.626Z Downloaded atomicwrites v0.4.4
5542025-04-30T18:05:34.626Z Downloaded array-init v0.0.4
5552025-04-30T18:05:34.626Z Downloaded arrayref v0.3.9
5562025-04-30T18:05:34.626Z Downloaded headers-core v0.3.0
5572025-04-30T18:05:34.626Z Downloaded crunchy v0.2.2
5582025-04-30T18:05:34.626Z Downloaded bit-vec v0.6.3
5592025-04-30T18:05:34.626Z Downloaded is_ci v1.2.0
5602025-04-30T18:05:34.627Z Downloaded convert_case v0.4.0
5612025-04-30T18:05:34.627Z Downloaded chacha20 v0.9.1
5622025-04-30T18:05:34.667Z Downloaded md5 v0.7.0
5632025-04-30T18:05:34.667Z Downloaded ref-cast-impl v1.0.23
5642025-04-30T18:05:34.708Z Downloaded russh-cryptovec v0.7.3
5652025-04-30T18:05:34.708Z Downloaded rustc-hash v2.1.1
5662025-04-30T18:05:34.708Z Downloaded smf v0.2.3
5672025-04-30T18:05:34.708Z Downloaded void v1.0.2
5682025-04-30T18:05:34.708Z Downloaded endian-type v0.1.2
5692025-04-30T18:05:34.750Z Downloaded uzers v0.12.1
5702025-04-30T18:05:34.750Z Downloaded env_filter v0.1.2
5712025-04-30T18:05:34.750Z Downloaded embedded-io v0.4.0
5722025-04-30T18:05:34.750Z Downloaded oso-derive v0.27.3
5732025-04-30T18:05:34.750Z Downloaded hyper v1.6.0
5742025-04-30T18:05:34.750Z Downloaded fatfs v0.3.6
5752025-04-30T18:05:34.790Z Downloaded pretty-hex v0.2.1
5762025-04-30T18:05:34.790Z Downloaded progenitor-client v0.8.0
5772025-04-30T18:05:34.790Z Downloaded strum v0.26.3
5782025-04-30T18:05:34.790Z Downloaded proc-macro-crate v1.3.1
5792025-04-30T18:05:34.790Z Downloaded miniz_oxide v0.8.5
5802025-04-30T18:05:34.790Z Downloaded progenitor-client v0.9.1
5812025-04-30T18:05:34.790Z Downloaded primeorder v0.13.6
5822025-04-30T18:05:34.790Z Downloaded progenitor v0.9.1
5832025-04-30T18:05:34.790Z Downloaded allocator-api2 v0.2.18
5842025-04-30T18:05:34.790Z Downloaded subtle v2.6.1
5852025-04-30T18:05:34.790Z Downloaded mime v0.3.17
5862025-04-30T18:05:34.831Z Downloaded zerofrom v0.1.4
5872025-04-30T18:05:34.831Z Downloaded derive_builder_macro v0.20.2
5882025-04-30T18:05:34.831Z Downloaded oso v0.27.3
5892025-04-30T18:05:34.832Z Downloaded tokio-native-tls v0.3.1
5902025-04-30T18:05:34.832Z Downloaded strum_macros v0.26.4
5912025-04-30T18:05:34.832Z Downloaded zeroize v1.8.1
5922025-04-30T18:05:34.832Z Downloaded futures-task v0.3.31
5932025-04-30T18:05:34.832Z Downloaded foreign-types-macros v0.2.3
5942025-04-30T18:05:34.832Z Downloaded progenitor-impl v0.9.1
5952025-04-30T18:05:34.832Z Downloaded num-conv v0.1.0
5962025-04-30T18:05:34.832Z Downloaded typify v0.3.0
5972025-04-30T18:05:34.874Z Downloaded cc v1.2.15
5982025-04-30T18:05:34.874Z Downloaded pbkdf2 v0.12.2
5992025-04-30T18:05:34.874Z Downloaded typify v0.2.0
6002025-04-30T18:05:34.874Z Downloaded progenitor-impl v0.8.0
6012025-04-30T18:05:34.874Z Downloaded tokio-stream v0.1.17
6022025-04-30T18:05:34.874Z Downloaded string_cache v0.8.9
6032025-04-30T18:05:34.874Z Downloaded rustversion v1.0.17
6042025-04-30T18:05:34.874Z Downloaded zeroize_derive v1.4.2
6052025-04-30T18:05:34.874Z Downloaded derive_builder_core v0.20.2
6062025-04-30T18:05:34.916Z Downloaded tokio-rustls v0.25.0
6072025-04-30T18:05:34.916Z Downloaded num-complex v0.4.6
6082025-04-30T18:05:34.916Z Downloaded structmeta-derive v0.3.0
6092025-04-30T18:05:34.916Z Downloaded serde-big-array v0.5.1
6102025-04-30T18:05:34.916Z Downloaded phf_shared v0.11.2
6112025-04-30T18:05:34.916Z Downloaded peg v0.8.5
6122025-04-30T18:05:34.916Z Downloaded des v0.8.1
6132025-04-30T18:05:34.916Z Downloaded futures-sink v0.3.31
6142025-04-30T18:05:34.916Z Downloaded prettyplease v0.2.30
6152025-04-30T18:05:34.916Z Downloaded num-derive v0.4.2
6162025-04-30T18:05:34.916Z Downloaded tokio-tungstenite v0.23.1
6172025-04-30T18:05:34.916Z Downloaded pretty_assertions v1.4.1
6182025-04-30T18:05:34.956Z Downloaded tls_codec_derive v0.4.1
6192025-04-30T18:05:34.956Z Downloaded r2d2 v0.8.10
6202025-04-30T18:05:34.956Z Downloaded nu-ansi-term v0.50.1
6212025-04-30T18:05:34.956Z Downloaded derive_more v0.99.19
6222025-04-30T18:05:34.956Z Downloaded darling_macro v0.20.10
6232025-04-30T18:05:34.956Z Downloaded zone_cfg_derive v0.1.2
6242025-04-30T18:05:34.956Z Downloaded tls_codec v0.4.1
6252025-04-30T18:05:34.957Z Downloaded zone_cfg_derive v0.3.0
6262025-04-30T18:05:34.957Z Downloaded want v0.3.1
6272025-04-30T18:05:34.957Z Downloaded tokio-rustls v0.24.1
6282025-04-30T18:05:34.957Z Downloaded thiserror-impl-no-std v2.0.2
6292025-04-30T18:05:34.957Z Downloaded tiny-keccak v2.0.2
6302025-04-30T18:05:34.998Z Downloaded paste v1.0.15
6312025-04-30T18:05:34.998Z Downloaded postgres-protocol v0.6.8
6322025-04-30T18:05:34.998Z Downloaded fxhash v0.2.1
6332025-04-30T18:05:34.998Z Downloaded radium v0.7.0
6342025-04-30T18:05:34.998Z Downloaded parse-display v0.10.0
6352025-04-30T18:05:34.998Z Downloaded which v4.4.2
6362025-04-30T18:05:34.998Z Downloaded tinystr v0.7.6
6372025-04-30T18:05:34.998Z Downloaded psl-types v2.0.11
6382025-04-30T18:05:34.998Z Downloaded crossbeam-channel v0.5.15
6392025-04-30T18:05:34.998Z Downloaded sqlparser_derive v0.2.2
6402025-04-30T18:05:34.998Z Downloaded const_format v0.2.34
6412025-04-30T18:05:35.039Z Downloaded peg-runtime v0.8.5
6422025-04-30T18:05:35.039Z Downloaded ghash v0.5.1
6432025-04-30T18:05:35.039Z Downloaded tokio-tungstenite v0.21.0
6442025-04-30T18:05:35.039Z Downloaded gethostname v0.5.0
6452025-04-30T18:05:35.039Z Downloaded minimal-lexical v0.2.1
6462025-04-30T18:05:35.039Z Downloaded tinyvec_macros v0.1.1
6472025-04-30T18:05:35.039Z Downloaded sync_wrapper v1.0.1
6482025-04-30T18:05:35.039Z Downloaded whoami v1.5.2
6492025-04-30T18:05:35.039Z Downloaded yoke v0.7.4
6502025-04-30T18:05:35.039Z Downloaded backtrace v0.3.74
6512025-04-30T18:05:35.039Z Downloaded foreign-types-shared v0.1.1
6522025-04-30T18:05:35.079Z Downloaded yoke-derive v0.7.4
6532025-04-30T18:05:35.079Z Downloaded getrandom v0.2.15
6542025-04-30T18:05:35.079Z Downloaded fs_extra v1.3.0
6552025-04-30T18:05:35.079Z Downloaded rcgen v0.12.1
6562025-04-30T18:05:35.079Z Downloaded diesel-dtrace v0.4.2
6572025-04-30T18:05:35.079Z Downloaded number_prefix v0.4.0
6582025-04-30T18:05:35.079Z Downloaded num-iter v0.1.45
6592025-04-30T18:05:35.079Z Downloaded sync-ptr v0.1.1
6602025-04-30T18:05:35.079Z Downloaded serde_yaml v0.9.34+deprecated
6612025-04-30T18:05:35.079Z Downloaded write16 v1.0.0
6622025-04-30T18:05:35.080Z Downloaded qorb v0.3.1
6632025-04-30T18:05:35.120Z Downloaded parse-display-derive v0.10.0
6642025-04-30T18:05:35.120Z Downloaded rfc6979 v0.4.0
6652025-04-30T18:05:35.120Z Downloaded num_threads v0.1.7
6662025-04-30T18:05:35.120Z Downloaded zerocopy v0.6.6
6672025-04-30T18:05:35.120Z Downloaded rustyline v14.0.0
6682025-04-30T18:05:35.120Z Downloaded sqlformat v0.2.6
6692025-04-30T18:05:35.120Z Downloaded glob v0.3.2
6702025-04-30T18:05:35.120Z Downloaded parking_lot v0.11.2
6712025-04-30T18:05:35.120Z Downloaded ctr v0.9.2
6722025-04-30T18:05:35.120Z Downloaded waitgroup v0.1.2
6732025-04-30T18:05:35.162Z Downloaded display-error-chain v0.2.2
6742025-04-30T18:05:35.162Z Downloaded newtype-uuid v1.2.1
6752025-04-30T18:05:35.162Z Downloaded newline-converter v0.3.0
6762025-04-30T18:05:35.162Z Downloaded new_debug_unreachable v1.0.6
6772025-04-30T18:05:35.162Z Downloaded serde_path_to_error v0.1.16
6782025-04-30T18:05:35.162Z Downloaded darling_core v0.20.10
6792025-04-30T18:05:35.162Z Downloaded float-ord v0.3.2
6802025-04-30T18:05:35.162Z Downloaded dropshot_endpoint v0.16.0
6812025-04-30T18:05:35.162Z Downloaded tabwriter v1.4.0
6822025-04-30T18:05:35.162Z Downloaded termios v0.3.3
6832025-04-30T18:05:35.162Z Downloaded group v0.13.0
6842025-04-30T18:05:35.162Z Downloaded sec1 v0.7.3
6852025-04-30T18:05:35.203Z Downloaded serde_derive_internals v0.29.1
6862025-04-30T18:05:35.203Z Downloaded xshell-macros v0.2.7
6872025-04-30T18:05:35.203Z Downloaded rand_seeder v0.3.0
6882025-04-30T18:05:35.203Z Downloaded dropshot_endpoint v0.12.0
6892025-04-30T18:05:35.203Z Downloaded num-bigint v0.4.6
6902025-04-30T18:05:35.203Z Downloaded static_assertions v1.1.0
6912025-04-30T18:05:35.203Z Downloaded phf_generator v0.11.2
6922025-04-30T18:05:35.203Z Downloaded tracing v0.1.40
6932025-04-30T18:05:35.203Z Downloaded tower-service v0.3.3
6942025-04-30T18:05:35.203Z Downloaded tower-layer v0.3.3
6952025-04-30T18:05:35.203Z Downloaded num_enum_derive v0.5.11
6962025-04-30T18:05:35.203Z Downloaded rand_core v0.6.4
6972025-04-30T18:05:35.203Z Downloaded pin-project-lite v0.2.14
6982025-04-30T18:05:35.246Z Downloaded xattr v1.3.1
6992025-04-30T18:05:35.246Z Downloaded fixedbitset v0.4.2
7002025-04-30T18:05:35.246Z Downloaded fd-lock v4.0.2
7012025-04-30T18:05:35.246Z Downloaded percent-encoding v2.3.1
7022025-04-30T18:05:35.246Z Downloaded half v2.4.1
7032025-04-30T18:05:35.246Z Downloaded phf_codegen v0.11.2
7042025-04-30T18:05:35.246Z Downloaded password-hash v0.4.2
7052025-04-30T18:05:35.246Z Downloaded password-hash v0.5.0
7062025-04-30T18:05:35.247Z Downloaded typed-path v0.9.3
7072025-04-30T18:05:35.247Z Downloaded xshell v0.2.7
7082025-04-30T18:05:35.247Z Downloaded wait-timeout v0.2.0
7092025-04-30T18:05:35.288Z Downloaded zip v0.6.6
7102025-04-30T18:05:35.288Z Downloaded num-traits v0.2.19
7112025-04-30T18:05:35.289Z Downloaded spki v0.7.3
7122025-04-30T18:05:35.289Z Downloaded futures v0.3.31
7132025-04-30T18:05:35.289Z Downloaded hickory-proto v0.24.4
7142025-04-30T18:05:35.329Z Downloaded serde-hex v0.1.0
7152025-04-30T18:05:35.329Z Downloaded p384 v0.13.0
7162025-04-30T18:05:35.329Z Downloaded rand_core v0.9.2
7172025-04-30T18:05:35.329Z Downloaded rand v0.8.5
7182025-04-30T18:05:35.330Z Downloaded thread_local v1.1.8
7192025-04-30T18:05:35.330Z Downloaded pkcs5 v0.7.1
7202025-04-30T18:05:35.330Z Downloaded phf v0.11.2
7212025-04-30T18:05:35.330Z Downloaded smoltcp v0.11.0
7222025-04-30T18:05:35.370Z Downloaded snafu-derive v0.8.5
7232025-04-30T18:05:35.370Z Downloaded rand v0.9.0
7242025-04-30T18:05:35.370Z Downloaded hashbrown v0.12.3
7252025-04-30T18:05:35.370Z Downloaded tower v0.5.2
7262025-04-30T18:05:35.370Z Downloaded zip v2.6.1
7272025-04-30T18:05:35.370Z Downloaded schemars v0.8.22
7282025-04-30T18:05:35.410Z Downloaded nom v7.1.3
7292025-04-30T18:05:35.410Z Downloaded diff v0.1.13
7302025-04-30T18:05:35.410Z Downloaded proptest v1.6.0
7312025-04-30T18:05:35.450Z Downloaded socket2 v0.5.9
7322025-04-30T18:05:35.450Z Downloaded yansi v1.0.1
7332025-04-30T18:05:35.450Z Downloaded rustls-webpki v0.101.7
7342025-04-30T18:05:35.451Z Downloaded parse-zoneinfo v0.3.1
7352025-04-30T18:05:35.451Z Downloaded git2 v0.19.0
7362025-04-30T18:05:35.491Z Downloaded radix_trie v0.2.1
7372025-04-30T18:05:35.491Z Downloaded nix v0.27.1
7382025-04-30T18:05:35.491Z Downloaded nix v0.28.0
7392025-04-30T18:05:35.530Z Downloaded rustls v0.23.19
7402025-04-30T18:05:35.531Z Downloaded zerocopy v0.8.10
7412025-04-30T18:05:35.570Z Downloaded regex-syntax v0.6.29
7422025-04-30T18:05:35.570Z Downloaded object v0.30.4
7432025-04-30T18:05:35.611Z Downloaded petname v2.0.2
7442025-04-30T18:05:35.611Z Downloaded rustls v0.21.12
7452025-04-30T18:05:35.611Z Downloaded regex-syntax v0.8.5
7462025-04-30T18:05:35.611Z Downloaded chrono-tz v0.10.3
7472025-04-30T18:05:35.651Z Downloaded polar-core v0.27.3
7482025-04-30T18:05:35.651Z Downloaded curve25519-dalek v4.1.3
7492025-04-30T18:05:35.651Z Downloaded lzma-sys v0.1.20
7502025-04-30T18:05:35.691Z Downloaded dropshot v0.16.0
7512025-04-30T18:05:35.731Z Downloaded nix v0.29.0
7522025-04-30T18:05:35.731Z Downloaded rustls v0.22.4
7532025-04-30T18:05:35.772Z Downloaded regex-automata v0.4.8
7542025-04-30T18:05:35.772Z Downloaded libz-sys v1.1.20
7552025-04-30T18:05:35.812Z Downloaded csv v1.3.1
7562025-04-30T18:05:35.812Z Downloaded typify-impl v0.3.0
7572025-04-30T18:05:35.852Z Downloaded typify-impl v0.2.0
7582025-04-30T18:05:35.852Z Downloaded zerocopy-derive v0.6.6
7592025-04-30T18:05:35.892Z Downloaded ratatui v0.29.0
7602025-04-30T18:05:35.892Z Downloaded bzip2-sys v0.1.13+1.0.8
7612025-04-30T18:05:35.932Z Downloaded regress v0.10.3
7622025-04-30T18:05:35.932Z Downloaded jiff v0.2.10
7632025-04-30T18:05:35.973Z Downloaded object v0.36.5
7642025-04-30T18:05:35.973Z Downloaded bstr v1.10.0
7652025-04-30T18:05:35.973Z Downloaded petgraph v0.6.5
7662025-04-30T18:05:36.013Z Downloaded regex v1.11.1
7672025-04-30T18:05:36.013Z Downloaded winnow v0.6.20
7682025-04-30T18:05:36.013Z Downloaded sqlparser v0.45.0
7692025-04-30T18:05:36.053Z Downloaded sled v0.34.7
7702025-04-30T18:05:36.053Z Downloaded dropshot v0.12.0
7712025-04-30T18:05:36.098Z Downloaded diesel v2.2.9
7722025-04-30T18:05:36.098Z Downloaded petgraph v0.7.1
7732025-04-30T18:05:36.141Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7742025-04-30T18:05:36.141Z Downloaded tokio v1.43.1
7752025-04-30T18:05:36.184Z Downloaded sha3 v0.10.8
7762025-04-30T18:05:36.184Z Downloaded rustls-webpki v0.102.8
7772025-04-30T18:05:36.224Z Downloaded openapiv3 v2.0.0
7782025-04-30T18:05:36.224Z Downloaded futures-util v0.3.31
7792025-04-30T18:05:36.264Z Downloaded portable-atomic v1.11.0
7802025-04-30T18:05:36.264Z Downloaded bindgen v0.71.1
7812025-04-30T18:05:36.264Z Downloaded time v0.3.36
7822025-04-30T18:05:36.264Z Downloaded gimli v0.31.1
7832025-04-30T18:05:36.308Z Downloaded tabled v0.18.0
7842025-04-30T18:05:36.308Z Downloaded webpki-roots v0.26.6
7852025-04-30T18:05:36.308Z Downloaded chrono v0.4.40
7862025-04-30T18:05:36.308Z Downloaded bitvec v1.0.1
7872025-04-30T18:05:36.351Z Downloaded bindgen v0.69.5
7882025-04-30T18:05:36.351Z Downloaded encoding_rs v0.8.34
7892025-04-30T18:05:36.395Z Downloaded quinn-proto v0.11.8
7902025-04-30T18:05:36.395Z Downloaded openssl v0.10.72
7912025-04-30T18:05:36.395Z Downloaded quick-xml v0.37.2
7922025-04-30T18:05:36.395Z Downloaded winnow v0.5.40
7932025-04-30T18:05:36.395Z Downloaded tough v0.20.0
7942025-04-30T18:05:36.437Z Downloaded h2 v0.4.6
7952025-04-30T18:05:36.437Z Downloaded rayon v1.10.0
7962025-04-30T18:05:36.437Z Downloaded aws-lc-rs v1.12.4
7972025-04-30T18:05:36.437Z Downloaded data-encoding v2.6.0
7982025-04-30T18:05:36.437Z Downloaded tar v0.4.44
7992025-04-30T18:05:36.478Z Downloaded serde_with v3.12.0
8002025-04-30T18:05:36.479Z Downloaded blake3 v1.5.4
8012025-04-30T18:05:36.479Z Downloaded reedline v0.38.0
8022025-04-30T18:05:36.479Z Downloaded pkcs1 v0.7.5
8032025-04-30T18:05:36.479Z Downloaded flate2 v1.1.1
8042025-04-30T18:05:36.479Z Downloaded zerocopy-derive v0.8.10
8052025-04-30T18:05:36.519Z Downloaded ring v0.17.11
8062025-04-30T18:05:36.560Z Downloaded unicode-width v0.2.0
8072025-04-30T18:05:36.560Z Downloaded libgit2-sys v0.17.0+1.8.1
8082025-04-30T18:05:36.613Z Downloaded spin v0.9.8
8092025-04-30T18:05:36.653Z Downloaded term v0.7.0
8102025-04-30T18:05:36.653Z Downloaded der v0.7.9
8112025-04-30T18:05:36.653Z Downloaded steno v0.4.1
8122025-04-30T18:05:36.653Z Downloaded flume v0.11.1
8132025-04-30T18:05:36.653Z Downloaded publicsuffix v2.3.0
8142025-04-30T18:05:36.653Z Downloaded zerovec v0.10.4
8152025-04-30T18:05:36.653Z Downloaded pin-project-internal v1.1.6
8162025-04-30T18:05:36.653Z Downloaded toml_edit v0.19.15
8172025-04-30T18:05:36.693Z Downloaded aho-corasick v1.1.3
8182025-04-30T18:05:36.693Z Downloaded num-integer v0.1.46
8192025-04-30T18:05:36.693Z Downloaded thiserror-no-std v2.0.2
8202025-04-30T18:05:36.693Z Downloaded zone v0.1.8
8212025-04-30T18:05:36.693Z Downloaded tap v1.0.1
8222025-04-30T18:05:36.693Z Downloaded x509-cert v0.2.5
8232025-04-30T18:05:36.693Z Downloaded crossterm v0.28.1
8242025-04-30T18:05:36.733Z Downloaded xz2 v0.1.7
8252025-04-30T18:05:36.733Z Downloaded ff v0.13.0
8262025-04-30T18:05:36.733Z Downloaded smoltcp v0.9.1
8272025-04-30T18:05:36.733Z Downloaded ssh-key v0.6.6
8282025-04-30T18:05:36.733Z Downloaded vcpkg v0.2.15
8292025-04-30T18:05:36.772Z Downloaded flagset v0.4.6
8302025-04-30T18:05:36.772Z Downloaded writeable v0.5.5
8312025-04-30T18:05:36.773Z Downloaded num_enum v0.5.11
8322025-04-30T18:05:36.812Z Downloaded rand_chacha v0.9.0
8332025-04-30T18:05:36.812Z Downloaded dirs-next v2.0.0
8342025-04-30T18:05:36.812Z Downloaded debug-ignore v1.0.5
8352025-04-30T18:05:36.812Z Downloaded vte_generate_state_changes v0.1.2
8362025-04-30T18:05:36.812Z Downloaded take_mut v0.2.2
8372025-04-30T18:05:36.812Z Downloaded diesel_table_macro_syntax v0.2.0
8382025-04-30T18:05:36.812Z Downloaded curve25519-dalek-derive v0.1.1
8392025-04-30T18:05:36.812Z Downloaded difflib v0.4.0
8402025-04-30T18:05:36.813Z Downloaded pin-utils v0.1.0
8412025-04-30T18:05:36.813Z Downloaded tokio-util v0.7.13
8422025-04-30T18:05:36.813Z Downloaded salty v0.3.0
8432025-04-30T18:05:36.813Z Downloaded termtree v0.5.1
8442025-04-30T18:05:36.813Z Downloaded test-strategy v0.4.0
8452025-04-30T18:05:36.813Z Downloaded dirs-sys-next v0.1.2
8462025-04-30T18:05:36.813Z Downloaded rustls-pemfile v2.2.0
8472025-04-30T18:05:36.813Z Downloaded globset v0.4.15
8482025-04-30T18:05:36.813Z Downloaded peg-macros v0.8.5
8492025-04-30T18:05:36.853Z Downloaded ron v0.7.1
8502025-04-30T18:05:36.853Z Downloaded num-bigint-dig v0.8.4
8512025-04-30T18:05:36.853Z Downloaded foreign-types-shared v0.3.1
8522025-04-30T18:05:36.853Z Downloaded diesel_derives v2.2.3
8532025-04-30T18:05:36.853Z Downloaded num-rational v0.4.2
8542025-04-30T18:05:36.853Z Downloaded foldhash v0.1.3
8552025-04-30T18:05:36.853Z Downloaded termcolor v1.4.1
8562025-04-30T18:05:36.853Z Downloaded progenitor-macro v0.9.1
8572025-04-30T18:05:36.853Z Downloaded parking_lot_core v0.8.6
8582025-04-30T18:05:36.853Z Downloaded newtype_derive v0.1.6
8592025-04-30T18:05:36.853Z Downloaded csv-core v0.1.11
8602025-04-30T18:05:36.853Z Downloaded parking_lot v0.12.3
8612025-04-30T18:05:36.853Z Downloaded rayon-core v1.12.1
8622025-04-30T18:05:36.853Z Downloaded russh v0.45.0
8632025-04-30T18:05:36.895Z Downloaded foreign-types v0.5.0
8642025-04-30T18:05:36.895Z Downloaded synstructure v0.13.1
8652025-04-30T18:05:36.895Z Downloaded foreign-types v0.3.2
8662025-04-30T18:05:36.895Z Downloaded zone v0.3.1
8672025-04-30T18:05:36.895Z Downloaded papergrid v0.14.0
8682025-04-30T18:05:36.895Z Downloaded document-features v0.2.10
8692025-04-30T18:05:36.895Z Downloaded daft v0.1.3
8702025-04-30T18:05:36.895Z Downloaded yasna v0.5.2
8712025-04-30T18:05:36.895Z Downloaded parse-size v1.1.0
8722025-04-30T18:05:36.895Z Downloaded nodrop v0.1.14
8732025-04-30T18:05:36.895Z Downloaded walkdir v2.5.0
8742025-04-30T18:05:36.896Z Downloaded omicron-zone-package v0.12.0
8752025-04-30T18:05:36.896Z Downloaded rustc_version v0.1.7
8762025-04-30T18:05:36.896Z Downloaded rand_chacha v0.3.1
8772025-04-30T18:05:36.896Z Downloaded aes-gcm v0.10.3
8782025-04-30T18:05:36.896Z Downloaded derive-where v1.2.7
8792025-04-30T18:05:36.896Z Downloaded tabled_derive v0.10.0
8802025-04-30T18:05:36.896Z Downloaded fixedbitset v0.5.7
8812025-04-30T18:05:36.896Z Downloaded resolv-conf v0.7.0
8822025-04-30T18:05:36.896Z Downloaded zstd-safe v7.2.3
8832025-04-30T18:05:36.936Z Downloaded time-core v0.1.2
8842025-04-30T18:05:36.936Z Downloaded serde_plain v1.0.2
8852025-04-30T18:05:36.936Z Downloaded rustc_version v0.4.1
8862025-04-30T18:05:36.936Z Downloaded rand_xorshift v0.3.0
8872025-04-30T18:05:36.936Z Downloaded poly1305 v0.8.0
8882025-04-30T18:05:36.936Z Downloaded time-macros v0.2.18
8892025-04-30T18:05:36.936Z Downloaded getrandom v0.3.1
8902025-04-30T18:05:36.936Z Downloaded vte v0.11.1
8912025-04-30T18:05:36.936Z Downloaded ron v0.8.1
8922025-04-30T18:05:36.936Z Downloaded pem-rfc7468 v0.7.0
8932025-04-30T18:05:36.936Z Downloaded form_urlencoded v1.2.1
8942025-04-30T18:05:36.936Z Downloaded tokio-postgres v0.7.13
8952025-04-30T18:05:36.936Z Downloaded nibble_vec v0.1.0
8962025-04-30T18:05:36.936Z Downloaded displaydoc v0.2.5
8972025-04-30T18:05:36.936Z Downloaded zopfli v0.8.1
8982025-04-30T18:05:36.976Z Downloaded zstd v0.13.3
8992025-04-30T18:05:36.976Z Downloaded wyz v0.5.1
9002025-04-30T18:05:36.976Z Downloaded topological-sort v0.2.2
9012025-04-30T18:05:36.976Z Downloaded parking_lot_core v0.9.10
9022025-04-30T18:05:36.976Z Downloaded rustls-pki-types v1.10.0
9032025-04-30T18:05:36.976Z Downloaded postgres-types v0.2.9
9042025-04-30T18:05:36.976Z Downloaded p521 v0.13.3
9052025-04-30T18:05:36.976Z Downloaded tracing-core v0.1.32
9062025-04-30T18:05:36.976Z Downloaded filetime v0.2.25
9072025-04-30T18:05:36.976Z Downloaded postcard v1.0.10
9082025-04-30T18:05:36.976Z Downloaded supports-color v3.0.2
9092025-04-30T18:05:36.977Z Downloaded serde_repr v0.1.19
9102025-04-30T18:05:36.977Z Downloaded polyval v0.6.2
9112025-04-30T18:05:36.977Z Downloaded float-cmp v0.10.0
9122025-04-30T18:05:36.977Z Downloaded darling v0.20.10
9132025-04-30T18:05:36.977Z Downloaded daft-derive v0.1.3
9142025-04-30T18:05:37.016Z Downloaded tinyvec v1.8.0
9152025-04-30T18:05:37.016Z Downloaded ssh-cipher v0.2.0
9162025-04-30T18:05:37.016Z Downloaded tungstenite v0.21.0
9172025-04-30T18:05:37.016Z Downloaded pem v3.0.5
9182025-04-30T18:05:37.016Z Downloaded der_derive v0.7.3
9192025-04-30T18:05:37.016Z Downloaded rustls-pemfile v1.0.4
9202025-04-30T18:05:37.016Z Downloaded tungstenite v0.23.0
9212025-04-30T18:05:37.016Z Downloaded aes v0.8.4
9222025-04-30T18:05:37.016Z Downloaded pin-project v1.1.6
9232025-04-30T18:05:37.016Z Downloaded ssh-encoding v0.2.0
9242025-04-30T18:05:37.056Z Downloaded semver v0.1.20
9252025-04-30T18:05:37.056Z Downloaded rusty-fork v0.3.0
9262025-04-30T18:05:37.056Z Downloaded quinn v0.11.5
9272025-04-30T18:05:37.056Z Downloaded crypto-bigint v0.5.5
9282025-04-30T18:05:37.056Z Downloaded bumpalo v3.16.0
9292025-04-30T18:05:37.056Z Downloaded funty v2.0.0
9302025-04-30T18:05:37.056Z Downloaded fs-err v2.11.0
9312025-04-30T18:05:37.056Z Downloaded deranged v0.3.11
9322025-04-30T18:05:37.056Z Downloaded powerfmt v0.2.0
9332025-04-30T18:05:37.056Z Downloaded stable_deref_trait v1.2.0
9342025-04-30T18:05:37.057Z Downloaded pkg-config v0.3.31
9352025-04-30T18:05:37.057Z Downloaded pkcs8 v0.10.2
9362025-04-30T18:05:37.057Z Downloaded derive_builder v0.20.2
9372025-04-30T18:05:37.057Z Downloaded secrecy v0.10.3
9382025-04-30T18:05:37.057Z Downloaded secrecy v0.8.0
9392025-04-30T18:05:37.057Z Downloaded futures-executor v0.3.31
9402025-04-30T18:05:37.097Z Downloaded defmt-parser v0.3.4
9412025-04-30T18:05:37.097Z Downloaded defmt-macros v0.3.9
9422025-04-30T18:05:37.097Z Downloaded defmt v0.3.8
9432025-04-30T18:05:37.097Z Downloaded owo-colors v4.2.0
9442025-04-30T18:05:37.097Z Downloaded lalrpop v0.19.12
9452025-04-30T18:05:37.097Z Downloaded similar v2.7.0
9462025-04-30T18:05:37.097Z Downloaded mio v1.0.2
9472025-04-30T18:05:37.097Z Downloaded salsa20 v0.10.2
9482025-04-30T18:05:37.097Z Downloaded signal-hook v0.3.17
9492025-04-30T18:05:37.137Z Downloaded futures-channel v0.3.31
9502025-04-30T18:05:37.137Z Downloaded toml v0.7.8
9512025-04-30T18:05:37.137Z Downloaded samael v0.0.18
9522025-04-30T18:05:37.137Z Downloaded unicode-normalization v0.1.24
9532025-04-30T18:05:37.137Z Downloaded bytes v1.10.1
9542025-04-30T18:05:37.137Z Downloaded pbkdf2 v0.11.0
9552025-04-30T18:05:37.137Z Downloaded num-derive v0.3.3
9562025-04-30T18:05:37.137Z Downloaded num v0.4.3
9572025-04-30T18:05:37.137Z Downloaded stringprep v0.1.5
9582025-04-30T18:05:37.138Z Downloaded structmeta v0.3.0
9592025-04-30T18:05:37.138Z Downloaded strip-ansi-escapes v0.2.0
9602025-04-30T18:05:37.138Z Downloaded mime_guess v2.0.5
9612025-04-30T18:05:37.138Z Downloaded icu_properties_data v1.5.0
9622025-04-30T18:05:37.177Z Downloaded p256 v0.13.2
9632025-04-30T18:05:37.178Z Downloaded openssl-sys v0.9.107
9642025-04-30T18:05:37.178Z Downloaded rsa v0.9.6
9652025-04-30T18:05:37.178Z Downloaded subprocess v0.2.9
9662025-04-30T18:05:37.178Z Downloaded twox-hash v2.1.0
9672025-04-30T18:05:37.178Z Downloaded path-slash v0.1.5
9682025-04-30T18:05:37.178Z Downloaded normalize-line-endings v0.3.0
9692025-04-30T18:05:37.178Z Downloaded futures-macro v0.3.31
9702025-04-30T18:05:37.178Z Downloaded futures-io v0.3.31
9712025-04-30T18:05:37.178Z Downloaded futures-core v0.3.31
9722025-04-30T18:05:37.178Z Downloaded tokio-rustls v0.26.0
9732025-04-30T18:05:37.178Z Downloaded olpc-cjson v0.1.4
9742025-04-30T18:05:37.178Z Downloaded zerovec-derive v0.10.3
9752025-04-30T18:05:37.218Z Downloaded zerofrom-derive v0.1.4
9762025-04-30T18:05:37.218Z Downloaded strum_macros v0.25.3
9772025-04-30T18:05:37.218Z Downloaded base64 v0.21.7
9782025-04-30T18:05:37.218Z Downloaded multimap v0.10.0
9792025-04-30T18:05:37.218Z Downloaded expectorate v1.1.0
9802025-04-30T18:05:37.218Z Downloaded chacha20poly1305 v0.10.1
9812025-04-30T18:05:37.218Z Downloaded tokio-macros v2.5.0
9822025-04-30T18:05:37.218Z Downloaded same-file v1.0.6
9832025-04-30T18:05:37.218Z Downloaded slab v0.4.9
9842025-04-30T18:05:37.218Z Downloaded signal-hook-registry v1.4.2
9852025-04-30T18:05:37.218Z Downloaded proc-macro-error-attr2 v2.0.0
9862025-04-30T18:05:37.218Z Downloaded url v2.5.3
9872025-04-30T18:05:37.218Z Downloaded serde_with_macros v3.12.0
9882025-04-30T18:05:37.218Z Downloaded memoffset v0.9.1
9892025-04-30T18:05:37.218Z Downloaded hash32 v0.3.1
9902025-04-30T18:05:37.218Z Downloaded elliptic-curve v0.13.8
9912025-04-30T18:05:37.218Z Downloaded ed25519-dalek v2.1.1
9922025-04-30T18:05:37.259Z Downloaded dunce v1.0.5
9932025-04-30T18:05:37.259Z Downloaded unicode-segmentation v1.12.0
9942025-04-30T18:05:37.259Z Downloaded strum_macros v0.24.3
9952025-04-30T18:05:37.259Z Downloaded scheduled-thread-pool v0.2.7
9962025-04-30T18:05:37.259Z Downloaded fallible-iterator v0.2.0
9972025-04-30T18:05:37.259Z Downloaded tui-tree-widget v0.23.0
9982025-04-30T18:05:37.259Z Downloaded hash32 v0.2.1
9992025-04-30T18:05:37.259Z Downloaded env_logger v0.11.5
10002025-04-30T18:05:37.259Z Downloaded tracing-attributes v0.1.27
10012025-04-30T18:05:37.259Z Downloaded hkdf v0.12.4
10022025-04-30T18:05:37.259Z Downloaded ppv-lite86 v0.2.20
10032025-04-30T18:05:37.259Z Downloaded opaque-debug v0.3.1
10042025-04-30T18:05:37.259Z Downloaded unicode_categories v0.1.1
10052025-04-30T18:05:37.259Z Downloaded itertools v0.14.0
10062025-04-30T18:05:37.259Z Downloaded itertools v0.10.5
10072025-04-30T18:05:37.299Z Downloaded base64 v0.22.1
10082025-04-30T18:05:37.299Z Downloaded precomputed-hash v0.1.1
10092025-04-30T18:05:37.299Z Downloaded packed_struct_codegen v0.10.1
10102025-04-30T18:05:37.299Z Downloaded packed_struct v0.10.1
10112025-04-30T18:05:37.299Z Downloaded oxnet v0.1.1
10122025-04-30T18:05:37.299Z Downloaded native-tls v0.2.12
10132025-04-30T18:05:37.299Z Downloaded multer v3.1.0
10142025-04-30T18:05:37.299Z Downloaded uuid v1.16.0
10152025-04-30T18:05:37.299Z Downloaded shell-words v1.1.0
10162025-04-30T18:05:37.299Z Downloaded ecdsa v0.16.9
10172025-04-30T18:05:37.299Z Downloaded vergen v8.3.2
10182025-04-30T18:05:37.299Z Downloaded unsafe-libyaml v0.2.11
10192025-04-30T18:05:37.299Z Downloaded siphasher v0.3.11
10202025-04-30T18:05:37.299Z Downloaded simd-adler32 v0.3.7
10212025-04-30T18:05:37.299Z Downloaded signal-hook-tokio v0.3.1
10222025-04-30T18:05:37.299Z Downloaded itertools v0.13.0
10232025-04-30T18:05:37.341Z Downloaded itertools v0.12.1
10242025-04-30T18:05:37.341Z Downloaded idna v1.0.3
10252025-04-30T18:05:37.341Z Downloaded crc-any v2.5.0
10262025-04-30T18:05:37.341Z Downloaded openssl-probe v0.1.5
10272025-04-30T18:05:37.341Z Downloaded openssl-macros v0.1.1
10282025-04-30T18:05:37.341Z Downloaded nanorand v0.7.0
10292025-04-30T18:05:37.341Z Downloaded env_logger v0.10.2
10302025-04-30T18:05:37.341Z Downloaded slog-scope v4.4.0
10312025-04-30T18:05:37.341Z Downloaded signature v2.2.0
10322025-04-30T18:05:37.341Z Downloaded signal-hook-mio v0.2.4
10332025-04-30T18:05:37.341Z Downloaded shlex v1.3.0
10342025-04-30T18:05:37.341Z Downloaded sha1 v0.10.6
10352025-04-30T18:05:37.341Z Downloaded serde_urlencoded v0.7.1
10362025-04-30T18:05:37.341Z Downloaded proc-macro-error2 v2.0.1
10372025-04-30T18:05:37.382Z Downloaded compact_str v0.8.0
10382025-04-30T18:05:37.382Z Downloaded dyn-clone v1.0.19
10392025-04-30T18:05:37.382Z Downloaded dsl_auto_type v0.1.2
10402025-04-30T18:05:37.382Z Downloaded unicode-properties v0.1.3
10412025-04-30T18:05:37.382Z Downloaded unicode-bidi v0.3.17
10422025-04-30T18:05:37.382Z Downloaded snafu v0.8.5
10432025-04-30T18:05:37.382Z Downloaded sct v0.7.1
10442025-04-30T18:05:37.382Z Downloaded quick-error v1.2.3
10452025-04-30T18:05:37.382Z Downloaded libm v0.2.8
10462025-04-30T18:05:37.382Z Downloaded crossbeam-utils v0.8.21
10472025-04-30T18:05:37.382Z Downloaded enum-as-inner v0.6.1
10482025-04-30T18:05:37.382Z Downloaded ena v0.14.3
10492025-04-30T18:05:37.422Z Downloaded embedded-io v0.6.1
10502025-04-30T18:05:37.422Z Downloaded either v1.14.0
10512025-04-30T18:05:37.422Z Downloaded ed25519 v2.2.3
10522025-04-30T18:05:37.422Z Downloaded vsss-rs v3.3.4
10532025-04-30T18:05:37.422Z Downloaded value-bag v1.9.0
10542025-04-30T18:05:37.422Z Downloaded unicase v2.7.0
10552025-04-30T18:05:37.422Z Downloaded try-lock v0.2.5
10562025-04-30T18:05:37.422Z Downloaded slog-stdlog v4.1.1
10572025-04-30T18:05:37.422Z Downloaded libxml v0.3.3
10582025-04-30T18:05:37.422Z Downloaded crossbeam-epoch v0.9.18
10592025-04-30T18:05:37.422Z Downloaded async-trait v0.1.88
10602025-04-30T18:05:37.422Z Downloaded utf8_iter v1.0.4
10612025-04-30T18:05:37.422Z Downloaded untrusted v0.9.0
10622025-04-30T18:05:37.422Z Downloaded typify-macro v0.3.0
10632025-04-30T18:05:37.422Z Downloaded slog v2.7.0
10642025-04-30T18:05:37.422Z Downloaded sigpipe v0.1.3
10652025-04-30T18:05:37.422Z Downloaded schemars_derive v0.8.22
10662025-04-30T18:05:37.463Z Downloaded rpassword v7.3.1
10672025-04-30T18:05:37.463Z Downloaded predicates v3.1.3
10682025-04-30T18:05:37.463Z Downloaded http v1.2.0
10692025-04-30T18:05:37.463Z Downloaded buf-list v1.0.3
10702025-04-30T18:05:37.463Z Downloaded blake2 v0.10.6
10712025-04-30T18:05:37.463Z Downloaded utf16_iter v1.0.5
10722025-04-30T18:05:37.463Z Downloaded utf-8 v0.7.6
10732025-04-30T18:05:37.463Z Downloaded untrusted v0.7.1
10742025-04-30T18:05:37.463Z Downloaded unicode-xid v0.2.6
10752025-04-30T18:05:37.463Z Downloaded hyper-util v0.1.11
10762025-04-30T18:05:37.463Z Downloaded cookie_store v0.21.1
10772025-04-30T18:05:37.463Z Downloaded cookie v0.18.1
10782025-04-30T18:05:37.463Z Downloaded const-oid v0.9.6
10792025-04-30T18:05:37.463Z Downloaded clang-sys v1.8.1
10802025-04-30T18:05:37.463Z Downloaded base64 v0.13.1
10812025-04-30T18:05:37.463Z Downloaded universal-hash v0.5.1
10822025-04-30T18:05:37.504Z Downloaded unicode-truncate v1.1.0
10832025-04-30T18:05:37.504Z Downloaded unarray v0.1.4
10842025-04-30T18:05:37.504Z Downloaded typify-macro v0.2.0
10852025-04-30T18:05:37.504Z Downloaded smallvec v1.14.0
10862025-04-30T18:05:37.504Z Downloaded slog-term v2.9.1
10872025-04-30T18:05:37.504Z Downloaded slog-envlogger v2.2.0
10882025-04-30T18:05:37.504Z Downloaded slog-dtrace v0.3.0
10892025-04-30T18:05:37.504Z Downloaded slog-async v2.8.0
10902025-04-30T18:05:37.504Z Downloaded scrypt v0.11.0
10912025-04-30T18:05:37.504Z Downloaded scopeguard v1.2.0
10922025-04-30T18:05:37.504Z Downloaded rtoolbox v0.0.2
10932025-04-30T18:05:37.504Z Downloaded ref-cast v1.0.23
10942025-04-30T18:05:37.504Z Downloaded hickory-server v0.24.4
10952025-04-30T18:05:37.504Z Downloaded hashbrown v0.13.2
10962025-04-30T18:05:37.504Z Downloaded bcrypt-pbkdf v0.10.0
10972025-04-30T18:05:37.504Z Downloaded smallvec v0.6.14
10982025-04-30T18:05:37.504Z Downloaded slog-json v2.6.1
10992025-04-30T18:05:37.504Z Downloaded slog-bunyan v2.5.0
11002025-04-30T18:05:37.504Z Downloaded rustc-demangle v0.1.24
11012025-04-30T18:05:37.545Z Downloaded russh-keys v0.45.0
11022025-04-30T18:05:37.545Z Downloaded predicates-core v1.0.8
11032025-04-30T18:05:37.545Z Downloaded jiff-static v0.2.10
11042025-04-30T18:05:37.545Z Downloaded indicatif v0.17.11
11052025-04-30T18:05:37.545Z Downloaded icu_properties v1.5.1
11062025-04-30T18:05:37.545Z Downloaded icu_normalizer_data v1.5.0
11072025-04-30T18:05:37.545Z Downloaded icu_collections v1.5.0
11082025-04-30T18:05:37.545Z Downloaded hmac v0.12.1
11092025-04-30T18:05:37.545Z Downloaded hickory-resolver v0.24.4
11102025-04-30T18:05:37.545Z Downloaded heapless v0.8.0
11112025-04-30T18:05:37.545Z Downloaded heapless v0.7.17
11122025-04-30T18:05:37.586Z Downloaded console v0.15.10
11132025-04-30T18:05:37.586Z Downloaded bitfield-struct v0.6.2
11142025-04-30T18:05:37.586Z Downloaded arc-swap v1.7.1
11152025-04-30T18:05:37.586Z Downloaded rustc-hash v1.1.0
11162025-04-30T18:05:37.586Z Downloaded quinn-udp v0.5.5
11172025-04-30T18:05:37.586Z Downloaded progenitor-macro v0.8.0
11182025-04-30T18:05:37.586Z Downloaded progenitor v0.8.0
11192025-04-30T18:05:37.586Z Downloaded inout v0.1.3
11202025-04-30T18:05:37.586Z Downloaded icu_locid v1.5.0
11212025-04-30T18:05:37.586Z Downloaded iana-time-zone v0.1.63
11222025-04-30T18:05:37.586Z Downloaded home v0.5.9
11232025-04-30T18:05:37.586Z Downloaded cargo_metadata v0.18.1
11242025-04-30T18:05:37.586Z Downloaded cancel-safe-futures v0.1.5
11252025-04-30T18:05:37.586Z Downloaded bzip2 v0.4.4
11262025-04-30T18:05:37.586Z Downloaded async-bb8-diesel v0.2.1
11272025-04-30T18:05:37.586Z Downloaded lru-cache v0.1.2
11282025-04-30T18:05:37.586Z Downloaded lock_api v0.4.12
11292025-04-30T18:05:37.586Z Downloaded litrs v0.4.1
11302025-04-30T18:05:37.627Z Downloaded litemap v0.7.3
11312025-04-30T18:05:37.627Z Downloaded linked-hash-map v0.5.6
11322025-04-30T18:05:37.627Z Downloaded libloading v0.8.5
11332025-04-30T18:05:37.627Z Downloaded kstat-rs v0.2.4
11342025-04-30T18:05:37.627Z Downloaded ipnet v2.11.0
11352025-04-30T18:05:37.627Z Downloaded indexmap v1.9.3
11362025-04-30T18:05:37.627Z Downloaded icu_provider v1.5.0
11372025-04-30T18:05:37.627Z Downloaded icu_normalizer v1.5.0
11382025-04-30T18:05:37.627Z Downloaded icu_locid_transform_data v1.5.0
11392025-04-30T18:05:37.627Z Downloaded icu_locid_transform v1.5.0
11402025-04-30T18:05:37.627Z Downloaded hubpack v0.1.2
11412025-04-30T18:05:37.627Z Downloaded httparse v1.9.5
11422025-04-30T18:05:37.627Z Downloaded hickory-client v0.24.4
11432025-04-30T18:05:37.627Z Downloaded headers v0.4.0
11442025-04-30T18:05:37.627Z Downloaded crc32fast v1.4.2
11452025-04-30T18:05:37.668Z Downloaded ciborium v0.2.2
11462025-04-30T18:05:37.668Z Downloaded memmap2 v0.9.5
11472025-04-30T18:05:37.668Z Downloaded managed v0.8.0
11482025-04-30T18:05:37.668Z Downloaded lzss v0.8.2
11492025-04-30T18:05:37.668Z Downloaded lru v0.12.5
11502025-04-30T18:05:37.668Z Downloaded libsw-core v0.3.1
11512025-04-30T18:05:37.668Z Downloaded libsw v3.4.0
11522025-04-30T18:05:37.668Z Downloaded libscf-sys v1.1.0
11532025-04-30T18:05:37.668Z Downloaded libefi-sys v0.1.0
11542025-04-30T18:05:37.668Z Downloaded lazycell v1.3.0
11552025-04-30T18:05:37.668Z Downloaded lazy_static v1.5.0
11562025-04-30T18:05:37.668Z Downloaded lalrpop-util v0.19.12
11572025-04-30T18:05:37.669Z Downloaded jobserver v0.1.32
11582025-04-30T18:05:37.669Z Downloaded is-terminal v0.4.13
11592025-04-30T18:05:37.669Z Downloaded ipnetwork v0.21.1
11602025-04-30T18:05:37.669Z Downloaded instability v0.3.2
11612025-04-30T18:05:37.669Z Downloaded indent_write v2.2.0
11622025-04-30T18:05:37.669Z Downloaded hyper-tls v0.6.0
11632025-04-30T18:05:37.669Z Downloaded hyper-staticfile v0.10.1
11642025-04-30T18:05:37.669Z Downloaded hyper-rustls v0.27.3
11652025-04-30T18:05:37.669Z Downloaded humantime v2.1.0
11662025-04-30T18:05:37.724Z Downloaded hubpack_derive v0.1.1
11672025-04-30T18:05:37.724Z Downloaded httpdate v1.0.3
11682025-04-30T18:05:37.724Z Downloaded http-body-util v0.1.3
11692025-04-30T18:05:37.724Z Downloaded hostname v0.4.0
11702025-04-30T18:05:37.724Z Downloaded highway v1.3.0
11712025-04-30T18:05:37.724Z Downloaded hex-literal v0.4.1
11722025-04-30T18:05:37.724Z Downloaded hex v0.4.3
11732025-04-30T18:05:37.724Z Downloaded const_format_proc_macros v0.2.34
11742025-04-30T18:05:37.724Z Downloaded colored v2.2.0
11752025-04-30T18:05:37.724Z Downloaded castaway v0.2.3
11762025-04-30T18:05:37.724Z Downloaded bzip2 v0.5.2
11772025-04-30T18:05:37.724Z Downloaded bcs v0.1.6
11782025-04-30T18:05:37.724Z Downloaded bb8 v0.8.5
11792025-04-30T18:05:37.724Z Downloaded base64ct v1.6.0
11802025-04-30T18:05:37.724Z Downloaded async-stream-impl v0.3.6
11812025-04-30T18:05:37.724Z Downloaded async-stream v0.3.6
11822025-04-30T18:05:37.724Z Downloaded arrayvec v0.7.6
11832025-04-30T18:05:37.724Z Downloaded ahash v0.8.11
11842025-04-30T18:05:37.724Z Downloaded addr2line v0.24.2
11852025-04-30T18:05:37.724Z Downloaded md-5 v0.10.6
11862025-04-30T18:05:37.724Z Downloaded maybe-uninit v2.0.0
11872025-04-30T18:05:37.724Z Downloaded match_cfg v0.1.0
11882025-04-30T18:05:37.724Z Downloaded maplit v1.0.2
11892025-04-30T18:05:37.724Z Downloaded lockfree-object-pool v0.1.6
11902025-04-30T18:05:37.724Z Downloaded linear-map v1.2.0
11912025-04-30T18:05:37.724Z Downloaded keccak v0.1.5
11922025-04-30T18:05:37.724Z Downloaded internet-checksum v0.2.1
11932025-04-30T18:05:37.724Z Downloaded indoc v2.0.6
11942025-04-30T18:05:37.724Z Downloaded indoc v1.0.9
11952025-04-30T18:05:37.724Z Downloaded impl-trait-for-tuples v0.2.2
11962025-04-30T18:05:37.765Z Downloaded idna_adapter v1.2.0
11972025-04-30T18:05:37.765Z Downloaded ident_case v1.0.1
11982025-04-30T18:05:37.765Z Downloaded http-range v0.1.5
11992025-04-30T18:05:37.765Z Downloaded hostname v0.3.1
12002025-04-30T18:05:37.765Z Downloaded cstr-argument v0.1.2
12012025-04-30T18:05:37.765Z Downloaded crossbeam-deque v0.8.5
12022025-04-30T18:05:37.765Z Downloaded crc-catalog v2.4.0
12032025-04-30T18:05:37.765Z Downloaded crc v3.2.1
12042025-04-30T18:05:37.806Z Downloaded constant_time_eq v0.3.1
12052025-04-30T18:05:37.806Z Downloaded cobs v0.2.3
12062025-04-30T18:05:37.806Z Downloaded cmake v0.1.51
12072025-04-30T18:05:37.806Z Downloaded cipher v0.4.4
12082025-04-30T18:05:37.806Z Downloaded ciborium-ll v0.2.2
12092025-04-30T18:05:37.806Z Downloaded ciborium-io v0.2.2
12102025-04-30T18:05:37.806Z Downloaded chrono-tz-build v0.4.0
12112025-04-30T18:05:37.806Z Downloaded cexpr v0.6.0
12122025-04-30T18:05:37.806Z Downloaded cbc v0.1.2
12132025-04-30T18:05:37.806Z Downloaded cassowary v0.3.0
12142025-04-30T18:05:37.806Z Downloaded blowfish v0.9.1
12152025-04-30T18:05:37.806Z Downloaded block-padding v0.3.3
12162025-04-30T18:05:37.806Z Downloaded aws-lc-sys v0.26.0
12172025-04-30T18:05:38.058Z Downloaded bitfield v0.14.0
12182025-04-30T18:05:38.098Z Downloaded backoff v0.4.0
12192025-04-30T18:05:38.098Z Downloaded bit-vec v0.8.0
12202025-04-30T18:05:38.099Z Downloaded argon2 v0.5.3
12212025-04-30T18:05:38.099Z Downloaded instant v0.1.13
12222025-04-30T18:05:38.099Z Downloaded icu_provider_macros v1.5.0
12232025-04-30T18:05:38.099Z Downloaded http-body v1.0.1
12242025-04-30T18:05:38.099Z Downloaded heck v0.3.3
12252025-04-30T18:05:38.099Z Downloaded bit-set v0.8.0
12262025-04-30T18:05:38.099Z Downloaded bit-set v0.5.3
12272025-04-30T18:05:38.099Z Downloaded async-recursion v1.1.1
12282025-04-30T18:05:38.099Z Downloaded assert_matches v1.5.0
12292025-04-30T18:05:38.099Z Downloaded base16ct v0.2.0
12302025-04-30T18:05:38.099Z Downloaded atomic-waker v1.1.2
12312025-04-30T18:05:38.099Z Downloaded ascii-canvas v3.0.0
12322025-04-30T18:05:38.099Z Downloaded crucible-workspace-hack v0.1.0
12332025-04-30T18:05:38.099Z Downloaded crc8 v0.1.1
12342025-04-30T18:05:38.099Z Downloaded cfg_aliases v0.2.1
12352025-04-30T18:05:38.099Z Downloaded cfg_aliases v0.1.1
12362025-04-30T18:05:38.099Z Downloaded adler2 v2.0.0
12372025-04-30T18:05:38.099Z Downloaded aead v0.5.2
12382025-04-30T18:05:38.315Z Compiling serde v1.0.219
12392025-04-30T18:05:38.355Z Compiling value-bag v1.9.0
12402025-04-30T18:05:38.355Z Compiling shlex v1.3.0
12412025-04-30T18:05:38.355Z Compiling lock_api v0.4.12
12422025-04-30T18:05:38.355Z Compiling scopeguard v1.2.0
12432025-04-30T18:05:38.355Z Compiling typenum v1.17.0
12442025-04-30T18:05:38.463Z Compiling syn v2.0.98
12452025-04-30T18:05:38.503Z Compiling getrandom v0.2.15
12462025-04-30T18:05:38.561Z Compiling jobserver v0.1.32
12472025-04-30T18:05:38.738Z Compiling rand_core v0.6.4
12482025-04-30T18:05:38.882Z Compiling log v0.4.22
12492025-04-30T18:05:38.926Z Compiling generic-array v0.14.7
12502025-04-30T18:05:38.965Z Compiling cc v1.2.15
12512025-04-30T18:05:39.245Z Compiling smallvec v1.14.0
12522025-04-30T18:05:39.384Z Compiling subtle v2.6.1
12532025-04-30T18:05:39.424Z Compiling const-oid v0.9.6
12542025-04-30T18:05:39.497Z Compiling stable_deref_trait v1.2.0
12552025-04-30T18:05:39.720Z Compiling pkg-config v0.3.31
12562025-04-30T18:05:39.760Z Compiling pin-project-lite v0.2.14
12572025-04-30T18:05:39.800Z Compiling rustix v0.38.37
12582025-04-30T18:05:39.840Z Compiling parking_lot_core v0.9.10
12592025-04-30T18:05:39.904Z Compiling signal-hook-registry v1.4.2
12602025-04-30T18:05:40.489Z Compiling mio v1.0.2
12612025-04-30T18:05:40.530Z Compiling spin v0.9.8
12622025-04-30T18:05:40.728Z Compiling parking_lot v0.12.3
12632025-04-30T18:05:40.768Z Compiling futures-core v0.3.31
12642025-04-30T18:05:40.817Z Compiling aho-corasick v1.1.3
12652025-04-30T18:05:40.864Z Compiling regex-syntax v0.8.5
12662025-04-30T18:05:40.988Z Compiling cpufeatures v0.2.14
12672025-04-30T18:05:41.080Z Compiling litemap v0.7.3
12682025-04-30T18:05:41.120Z Compiling writeable v0.5.5
12692025-04-30T18:05:41.377Z Compiling either v1.14.0
12702025-04-30T18:05:41.430Z Compiling serde_json v1.0.140
12712025-04-30T18:05:41.470Z Compiling libm v0.2.8
12722025-04-30T18:05:41.600Z Compiling socket2 v0.5.9
12732025-04-30T18:05:41.767Z Compiling slab v0.4.9
12742025-04-30T18:05:41.807Z Compiling num-traits v0.2.19
12752025-04-30T18:05:41.847Z Compiling glob v0.3.2
12762025-04-30T18:05:42.423Z Compiling getrandom v0.3.1
12772025-04-30T18:05:42.467Z Compiling prettyplease v0.2.30
12782025-04-30T18:05:42.508Z Compiling futures-sink v0.3.31
12792025-04-30T18:05:42.635Z Compiling clang-sys v1.8.1
12802025-04-30T18:05:42.679Z Compiling icu_locid_transform_data v1.5.0
12812025-04-30T18:05:42.858Z Compiling lazy_static v1.5.0
12822025-04-30T18:05:43.064Z Compiling minimal-lexical v0.2.1
12832025-04-30T18:05:43.200Z Compiling icu_properties_data v1.5.0
12842025-04-30T18:05:43.442Z Compiling allocator-api2 v0.2.18
12852025-04-30T18:05:43.488Z Compiling foldhash v0.1.3
12862025-04-30T18:05:43.528Z Compiling nom v7.1.3
12872025-04-30T18:05:43.767Z Compiling libloading v0.8.5
12882025-04-30T18:05:43.969Z Compiling regex-automata v0.4.8
12892025-04-30T18:05:44.120Z Compiling hashbrown v0.15.1
12902025-04-30T18:05:44.160Z Compiling utf16_iter v1.0.5
12912025-04-30T18:05:44.366Z Compiling icu_normalizer_data v1.5.0
12922025-04-30T18:05:44.478Z Compiling percent-encoding v2.3.1
12932025-04-30T18:05:44.687Z Compiling write16 v1.0.0
12942025-04-30T18:05:44.727Z Compiling home v0.5.9
12952025-04-30T18:05:44.790Z Compiling utf8_iter v1.0.4
12962025-04-30T18:05:44.845Z Compiling bindgen v0.69.5
12972025-04-30T18:05:44.921Z Compiling base64ct v1.6.0
12982025-04-30T18:05:45.045Z Compiling synstructure v0.13.1
12992025-04-30T18:05:45.455Z Compiling pem-rfc7468 v0.7.0
13002025-04-30T18:05:46.040Z Compiling cexpr v0.6.0
13012025-04-30T18:05:46.082Z Compiling itertools v0.12.1
13022025-04-30T18:05:46.247Z Compiling rustc-hash v1.1.0
13032025-04-30T18:05:46.287Z Compiling lazycell v1.3.0
13042025-04-30T18:05:46.408Z Compiling flagset v0.4.6
13052025-04-30T18:05:46.448Z Compiling futures-channel v0.3.31
13062025-04-30T18:05:46.620Z Compiling cmake v0.1.51
13072025-04-30T18:05:46.801Z Compiling pin-utils v0.1.0
13082025-04-30T18:05:46.897Z Compiling fs_extra v1.3.0
13092025-04-30T18:05:47.362Z Compiling futures-task v0.3.31
13102025-04-30T18:05:47.402Z Compiling futures-io v0.3.31
13112025-04-30T18:05:47.442Z Compiling dunce v1.0.5
13122025-04-30T18:05:47.544Z Compiling form_urlencoded v1.2.1
13132025-04-30T18:05:47.632Z Compiling vcpkg v0.2.15
13142025-04-30T18:05:47.672Z Compiling paste v1.0.15
13152025-04-30T18:05:47.672Z Compiling crossbeam-utils v0.8.21
13162025-04-30T18:05:47.828Z Compiling ring v0.17.11
13172025-04-30T18:05:48.247Z Compiling tracing-core v0.1.32
13182025-04-30T18:05:48.532Z Compiling regex v1.11.1
13192025-04-30T18:05:48.827Z Compiling iana-time-zone v0.1.63
13202025-04-30T18:05:49.113Z Compiling zerocopy v0.8.10
13212025-04-30T18:05:49.153Z Compiling openssl-sys v0.9.107
13222025-04-30T18:05:49.193Z Compiling aws-lc-rs v1.12.4
13232025-04-30T18:05:49.332Z Compiling serde_derive v1.0.219
13242025-04-30T18:05:49.417Z Compiling zeroize_derive v1.4.2
13252025-04-30T18:05:49.579Z Compiling zerofrom-derive v0.1.4
13262025-04-30T18:05:49.820Z Compiling yoke-derive v0.7.4
13272025-04-30T18:05:50.100Z Compiling zerovec-derive v0.10.3
13282025-04-30T18:05:50.622Z Compiling zeroize v1.8.1
13292025-04-30T18:05:51.672Z Compiling displaydoc v0.2.5
13302025-04-30T18:05:52.007Z Compiling zerocopy-derive v0.7.35
13312025-04-30T18:05:52.134Z Compiling crypto-common v0.1.6
13322025-04-30T18:05:52.174Z Compiling block-buffer v0.10.4
13332025-04-30T18:05:52.373Z Compiling tokio-macros v2.5.0
13342025-04-30T18:05:52.433Z Compiling digest v0.10.7
13352025-04-30T18:05:52.509Z Compiling zerofrom v0.1.4
13362025-04-30T18:05:52.716Z Compiling yoke v0.7.4
13372025-04-30T18:05:52.889Z Compiling hmac v0.12.1
13382025-04-30T18:05:52.990Z Compiling icu_provider_macros v1.5.0
13392025-04-30T18:05:53.131Z Compiling zerovec v0.10.4
13402025-04-30T18:05:53.234Z Compiling block-padding v0.3.3
13412025-04-30T18:05:53.484Z Compiling inout v0.1.3
13422025-04-30T18:05:53.778Z Compiling cipher v0.4.4
13432025-04-30T18:05:53.818Z Compiling sha2 v0.10.8
13442025-04-30T18:05:53.868Z Compiling zerocopy v0.7.35
13452025-04-30T18:05:53.993Z Compiling thiserror-impl v1.0.69
13462025-04-30T18:05:54.092Z Compiling der_derive v0.7.3
13472025-04-30T18:05:54.284Z Compiling futures-macro v0.3.31
13482025-04-30T18:05:54.817Z Compiling tinystr v0.7.6
13492025-04-30T18:05:55.033Z Compiling icu_collections v1.5.0
13502025-04-30T18:05:55.098Z Compiling ppv-lite86 v0.2.20
13512025-04-30T18:05:55.206Z Compiling icu_locid v1.5.0
13522025-04-30T18:05:55.775Z Compiling salsa20 v0.10.2
13532025-04-30T18:05:55.839Z Compiling futures-util v0.3.31
13542025-04-30T18:05:55.988Z Compiling pbkdf2 v0.12.2
13552025-04-30T18:05:56.029Z Compiling der v0.7.9
13562025-04-30T18:05:56.148Z Compiling scrypt v0.11.0
13572025-04-30T18:05:56.189Z Compiling cbc v0.1.2
13582025-04-30T18:05:56.402Z Compiling icu_provider v1.5.0
13592025-04-30T18:05:56.522Z Compiling thiserror v1.0.69
13602025-04-30T18:05:56.587Z Compiling aes v0.8.4
13612025-04-30T18:05:56.681Z Compiling pest v2.7.14
13622025-04-30T18:05:56.722Z Compiling tracing-attributes v0.1.27
13632025-04-30T18:05:57.012Z Compiling zerocopy-derive v0.8.10
13642025-04-30T18:05:57.262Z Compiling icu_locid_transform v1.5.0
13652025-04-30T18:05:58.695Z Compiling icu_properties v1.5.1
13662025-04-30T18:05:58.814Z Compiling spki v0.7.3
13672025-04-30T18:05:59.191Z Compiling pkcs5 v0.7.1
13682025-04-30T18:05:59.332Z Compiling pest_meta v2.7.14
13692025-04-30T18:05:59.373Z Compiling scroll_derive v0.12.0
13702025-04-30T18:05:59.619Z Compiling tracing v0.1.40
13712025-04-30T18:06:00.074Z Compiling bitflags v2.9.0
13722025-04-30T18:06:00.139Z Compiling bytes v1.10.1
13732025-04-30T18:06:00.492Z Compiling semver v1.0.25
13742025-04-30T18:06:00.533Z Compiling indexmap v2.7.1
13752025-04-30T18:06:00.723Z Compiling uuid v1.16.0
13762025-04-30T18:06:01.086Z Compiling rustc_version v0.4.1
13772025-04-30T18:06:01.405Z Compiling tokio v1.43.1
13782025-04-30T18:06:01.693Z Compiling http v1.2.0
13792025-04-30T18:06:01.733Z Compiling chrono v0.4.40
13802025-04-30T18:06:01.970Z Compiling icu_normalizer v1.5.0
13812025-04-30T18:06:02.637Z Compiling pkcs8 v0.10.2
13822025-04-30T18:06:02.719Z Compiling tinyvec_macros v0.1.1
13832025-04-30T18:06:02.827Z Compiling idna_adapter v1.2.0
13842025-04-30T18:06:03.058Z Compiling rustls-pki-types v1.10.0
13852025-04-30T18:06:03.126Z Compiling idna v1.0.3
13862025-04-30T18:06:03.283Z Compiling httparse v1.9.5
13872025-04-30T18:06:03.514Z Compiling http-body v1.0.1
13882025-04-30T18:06:03.678Z Compiling which v4.4.2
13892025-04-30T18:06:03.760Z Compiling url v2.5.3
13902025-04-30T18:06:03.973Z Compiling tinyvec v1.8.0
13912025-04-30T18:06:04.185Z Compiling pest_generator v2.7.14
13922025-04-30T18:06:04.472Z Compiling scroll v0.12.0
13932025-04-30T18:06:04.701Z Compiling serde_derive_internals v0.29.1
13942025-04-30T18:06:04.955Z Compiling bzip2-sys v0.1.13+1.0.8
13952025-04-30T18:06:05.262Z Compiling zstd-sys v2.0.14+zstd.1.5.7
13962025-04-30T18:06:05.316Z Compiling untrusted v0.7.1
13972025-04-30T18:06:05.401Z Compiling rustversion v1.0.17
13982025-04-30T18:06:05.520Z Compiling openssl v0.10.72
13992025-04-30T18:06:05.651Z Compiling adler2 v2.0.0
14002025-04-30T18:06:05.853Z Compiling schemars v0.8.22
14012025-04-30T18:06:05.899Z Compiling powerfmt v0.2.0
14022025-04-30T18:06:05.939Z Compiling try-lock v0.2.5
14032025-04-30T18:06:05.987Z Compiling atomic-waker v1.1.2
14042025-04-30T18:06:06.091Z Compiling num-conv v0.1.0
14052025-04-30T18:06:06.174Z Compiling foreign-types-shared v0.1.1
14062025-04-30T18:06:06.214Z Compiling time-core v0.1.2
14072025-04-30T18:06:06.259Z Compiling untrusted v0.9.0
14082025-04-30T18:06:06.307Z Compiling foreign-types v0.3.2
14092025-04-30T18:06:06.359Z Compiling goblin v0.8.2
14102025-04-30T18:06:06.399Z Compiling time-macros v0.2.18
14112025-04-30T18:06:06.483Z Compiling deranged v0.3.11
14122025-04-30T18:06:06.629Z Compiling schemars_derive v0.8.22
14132025-04-30T18:06:07.131Z Compiling rand_core v0.9.2
14142025-04-30T18:06:07.537Z Compiling want v0.3.1
14152025-04-30T18:06:07.829Z Compiling miniz_oxide v0.8.5
14162025-04-30T18:06:08.885Z Compiling tokio-util v0.7.13
14172025-04-30T18:06:09.267Z Compiling pest_derive v2.7.14
14182025-04-30T18:06:10.085Z Compiling h2 v0.4.6
14192025-04-30T18:06:10.727Z Compiling openssl-macros v0.1.1
14202025-04-30T18:06:10.915Z Compiling tower-service v0.3.3
14212025-04-30T18:06:11.056Z Compiling httpdate v1.0.3
14222025-04-30T18:06:11.334Z Compiling dyn-clone v1.0.19
14232025-04-30T18:06:11.443Z Compiling native-tls v0.2.12
14242025-04-30T18:06:11.543Z Compiling syn v1.0.109
14252025-04-30T18:06:11.583Z Compiling rustls v0.23.19
14262025-04-30T18:06:11.757Z Compiling num_threads v0.1.7
14272025-04-30T18:06:11.893Z Compiling time v0.3.36
14282025-04-30T18:06:12.108Z Compiling dof v0.3.0
14292025-04-30T18:06:13.785Z Compiling dtrace-parser v0.2.0
14302025-04-30T18:06:14.773Z Compiling rand_chacha v0.9.0
14312025-04-30T18:06:15.280Z Compiling unicode-normalization v0.1.24
14322025-04-30T18:06:15.406Z Compiling heapless v0.7.17
14332025-04-30T18:06:15.798Z Compiling crossbeam-epoch v0.9.18
14342025-04-30T18:06:15.839Z Compiling rand_chacha v0.3.1
14352025-04-30T18:06:16.137Z Compiling signature v2.2.0
14362025-04-30T18:06:16.418Z Compiling hyper v1.6.0
14372025-04-30T18:06:16.458Z Compiling crc32fast v1.4.2
14382025-04-30T18:06:16.458Z Compiling cookie v0.18.1
14392025-04-30T18:06:16.735Z Compiling slog v2.7.0
14402025-04-30T18:06:16.775Z Compiling openssl-probe v0.1.5
14412025-04-30T18:06:17.057Z Compiling siphasher v0.3.11
14422025-04-30T18:06:17.190Z Compiling unicode-properties v0.1.3
14432025-04-30T18:06:17.402Z Compiling zstd-safe v7.2.3
14442025-04-30T18:06:17.549Z Compiling base64 v0.22.1
14452025-04-30T18:06:17.682Z Compiling signal-hook v0.3.17
14462025-04-30T18:06:17.722Z Compiling unicode-bidi v0.3.17
14472025-04-30T18:06:17.940Z Compiling rayon-core v1.12.1
14482025-04-30T18:06:18.326Z Compiling phf_shared v0.11.2
14492025-04-30T18:06:18.642Z Compiling hyper-util v0.1.11
14502025-04-30T18:06:18.682Z Compiling stringprep v0.1.5
14512025-04-30T18:06:18.877Z Compiling usdt-impl v0.5.0
14522025-04-30T18:06:18.937Z Compiling rand v0.8.5
14532025-04-30T18:06:19.594Z Compiling crossbeam-deque v0.8.5
14542025-04-30T18:06:19.714Z Compiling rand v0.9.0
14552025-04-30T18:06:19.895Z Compiling curve25519-dalek v4.1.3
14562025-04-30T18:06:19.935Z Compiling serde_spanned v0.6.8
14572025-04-30T18:06:20.082Z Compiling serde_tokenstream v0.2.2
14582025-04-30T18:06:20.169Z Compiling toml_datetime v0.6.8
14592025-04-30T18:06:20.485Z Compiling md-5 v0.10.6
14602025-04-30T18:06:20.585Z Compiling num-integer v0.1.46
14612025-04-30T18:06:20.626Z Compiling ff v0.13.0
14622025-04-30T18:06:20.769Z Compiling hash32 v0.2.1
14632025-04-30T18:06:20.810Z Compiling memoffset v0.9.1
14642025-04-30T18:06:20.850Z Compiling smoltcp v0.9.1
14652025-04-30T18:06:21.095Z Compiling litrs v0.4.1
14662025-04-30T18:06:21.135Z Compiling fallible-iterator v0.2.0
14672025-04-30T18:06:21.231Z Compiling newtype-uuid v1.2.1
14682025-04-30T18:06:21.271Z Compiling base16ct v0.2.0
14692025-04-30T18:06:21.312Z Compiling num-bigint-dig v0.8.4
14702025-04-30T18:06:21.403Z Compiling psl-types v2.0.11
14712025-04-30T18:06:21.503Z Compiling portable-atomic v1.11.0
14722025-04-30T18:06:21.564Z Compiling cfg_aliases v0.2.1
14732025-04-30T18:06:21.608Z Compiling gimli v0.31.1
14742025-04-30T18:06:21.648Z Compiling publicsuffix v2.3.0
14752025-04-30T18:06:21.688Z Compiling nix v0.29.0
14762025-04-30T18:06:21.728Z Compiling postgres-protocol v0.6.8
14772025-04-30T18:06:21.963Z Compiling sec1 v0.7.3
14782025-04-30T18:06:22.055Z Compiling document-features v0.2.10
14792025-04-30T18:06:22.476Z Compiling num-iter v0.1.45
14802025-04-30T18:06:22.586Z Compiling group v0.13.0
14812025-04-30T18:06:23.235Z Compiling tokio-native-tls v0.3.1
14822025-04-30T18:06:23.511Z Compiling flate2 v1.1.1
14832025-04-30T18:06:23.705Z Compiling ipnetwork v0.21.1
14842025-04-30T18:06:23.847Z Compiling http-body-util v0.1.3
14852025-04-30T18:06:24.216Z Compiling webpki-roots v0.26.6
14862025-04-30T18:06:24.257Z Compiling terminal_size v0.4.0
14872025-04-30T18:06:24.300Z Compiling hkdf v0.12.4
14882025-04-30T18:06:24.342Z Compiling crypto-bigint v0.5.5
14892025-04-30T18:06:24.415Z Compiling curve25519-dalek-derive v0.1.1
14902025-04-30T18:06:24.469Z Compiling async-trait v0.1.88
14912025-04-30T18:06:24.510Z Compiling zerocopy-derive v0.6.6
14922025-04-30T18:06:24.554Z Compiling sync_wrapper v1.0.1
14932025-04-30T18:06:24.712Z Compiling ahash v0.8.11
14942025-04-30T18:06:25.026Z Compiling object v0.36.5
14952025-04-30T18:06:25.547Z Compiling addr2line v0.24.2
14962025-04-30T18:06:25.650Z Compiling fs-err v3.1.0
14972025-04-30T18:06:25.917Z Compiling simd-adler32 v0.3.7
14982025-04-30T18:06:26.082Z Compiling zip v2.6.1
14992025-04-30T18:06:26.156Z Compiling tower-layer v0.3.3
15002025-04-30T18:06:26.379Z Compiling unicode-width v0.2.0
15012025-04-30T18:06:26.420Z Compiling rustc-demangle v0.1.24
15022025-04-30T18:06:26.461Z Compiling managed v0.8.0
15032025-04-30T18:06:26.533Z Compiling winnow v0.5.40
15042025-04-30T18:06:26.825Z Compiling ipnet v2.11.0
15052025-04-30T18:06:26.865Z Compiling anyhow v1.0.98
15062025-04-30T18:06:27.176Z Compiling bumpalo v3.16.0
15072025-04-30T18:06:27.377Z Compiling buf-list v1.0.3
15082025-04-30T18:06:27.587Z Compiling lockfree-object-pool v0.1.6
15092025-04-30T18:06:27.782Z Compiling clap_builder v4.5.35
15102025-04-30T18:06:27.825Z Compiling zopfli v0.8.1
15112025-04-30T18:06:28.375Z Compiling console v0.15.10
15122025-04-30T18:06:29.263Z Compiling toml_edit v0.19.15
15132025-04-30T18:06:29.314Z Compiling elliptic-curve v0.13.8
15142025-04-30T18:06:29.515Z Compiling strum_macros v0.25.3
15152025-04-30T18:06:30.058Z Compiling tower v0.5.2
15162025-04-30T18:06:30.098Z Compiling hubpack_derive v0.1.1
15172025-04-30T18:06:30.754Z Compiling backtrace v0.3.74
15182025-04-30T18:06:30.816Z Compiling hubpack v0.1.2
15192025-04-30T18:06:31.210Z Compiling zerocopy v0.6.6
15202025-04-30T18:06:31.454Z Compiling hyper-tls v0.6.0
15212025-04-30T18:06:31.808Z Compiling oxnet v0.1.1
15222025-04-30T18:06:31.853Z Compiling signal-hook-mio v0.2.4
15232025-04-30T18:06:31.997Z Compiling rayon v1.10.0
15242025-04-30T18:06:32.438Z Compiling cookie_store v0.21.1
15252025-04-30T18:06:32.478Z Compiling zstd v0.13.3
15262025-04-30T18:06:33.446Z Compiling postgres-types v0.2.9
15272025-04-30T18:06:34.617Z Compiling usdt-macro v0.5.0
15282025-04-30T18:06:34.903Z Compiling usdt-attr-macro v0.5.0
15292025-04-30T18:06:34.943Z Compiling phf v0.11.2
15302025-04-30T18:06:35.227Z Compiling ed25519 v2.2.3
15312025-04-30T18:06:35.353Z Compiling strum_macros v0.26.4
15322025-04-30T18:06:35.847Z Compiling bzip2 v0.4.4
15332025-04-30T18:06:35.888Z Compiling bzip2 v0.5.2
15342025-04-30T18:06:36.202Z Compiling clap_derive v4.5.32
15352025-04-30T18:06:36.242Z Compiling enum-as-inner v0.6.1
15362025-04-30T18:06:36.242Z Compiling rustls-pemfile v2.2.0
15372025-04-30T18:06:36.547Z Compiling pkcs1 v0.7.5
15382025-04-30T18:06:36.796Z Compiling futures-executor v0.3.31
15392025-04-30T18:06:37.081Z Compiling serde_urlencoded v0.7.1
15402025-04-30T18:06:37.247Z Compiling serde-big-array v0.5.1
15412025-04-30T18:06:37.336Z Compiling rfc6979 v0.4.0
15422025-04-30T18:06:37.456Z Compiling daft-derive v0.1.3
15432025-04-30T18:06:37.501Z Compiling serde_repr v0.1.19
15442025-04-30T18:06:37.541Z Compiling bstr v1.10.0
15452025-04-30T18:06:37.582Z Compiling float-cmp v0.10.0
15462025-04-30T18:06:37.781Z Compiling encoding_rs v0.8.34
15472025-04-30T18:06:38.455Z Compiling data-encoding v2.6.0
15482025-04-30T18:06:38.842Z Compiling normalize-line-endings v0.3.0
15492025-04-30T18:06:38.954Z Compiling difflib v0.4.0
15502025-04-30T18:06:39.004Z Compiling predicates-core v1.0.8
15512025-04-30T18:06:39.127Z Compiling precomputed-hash v0.1.1
15522025-04-30T18:06:39.256Z Compiling mime v0.3.17
15532025-04-30T18:06:39.306Z Compiling number_prefix v0.4.0
15542025-04-30T18:06:39.538Z Compiling whoami v1.5.2
15552025-04-30T18:06:39.728Z Compiling unicode-segmentation v1.12.0
15562025-04-30T18:06:39.927Z Compiling new_debug_unreachable v1.0.6
15572025-04-30T18:06:40.042Z Compiling static_assertions v1.1.0
15582025-04-30T18:06:40.082Z Compiling fixedbitset v0.4.2
15592025-04-30T18:06:40.123Z Compiling string_cache v0.8.9
15602025-04-30T18:06:40.123Z Compiling clap v4.5.35
15612025-04-30T18:06:40.167Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
15622025-04-30T18:06:40.243Z Compiling tokio-postgres v0.7.13
15632025-04-30T18:06:40.461Z Compiling petgraph v0.6.5
15642025-04-30T18:06:40.501Z Compiling similar v2.7.0
15652025-04-30T18:06:40.541Z Compiling toml_edit v0.22.24
15662025-04-30T18:06:41.133Z Compiling indicatif v0.17.11
15672025-04-30T18:06:42.247Z Compiling predicates v3.1.3
15682025-04-30T18:06:42.776Z Compiling strum v0.26.3
15692025-04-30T18:06:42.982Z Compiling hickory-proto v0.24.4
15702025-04-30T18:06:43.478Z Compiling daft v0.1.3
15712025-04-30T18:06:43.552Z Compiling usdt v0.5.0
15722025-04-30T18:06:43.984Z Compiling ecdsa v0.16.9
15732025-04-30T18:06:44.024Z Compiling futures v0.3.31
15742025-04-30T18:06:44.125Z Compiling rsa v0.9.6
15752025-04-30T18:06:44.858Z Compiling zip v0.6.6
15762025-04-30T18:06:44.898Z Compiling ed25519-dalek v2.1.1
15772025-04-30T18:06:45.988Z Compiling toml v0.7.8
15782025-04-30T18:06:46.064Z Compiling crossterm v0.28.1
15792025-04-30T18:06:47.348Z Compiling tokio-stream v0.1.17
15802025-04-30T18:06:47.504Z Compiling openapiv3 v2.0.0
15812025-04-30T18:06:47.811Z Compiling x509-cert v0.2.5
15822025-04-30T18:06:48.005Z Compiling sha1 v0.10.6
15832025-04-30T18:06:48.239Z Compiling itertools v0.10.5
15842025-04-30T18:06:48.392Z Compiling dirs-sys-next v0.1.2
15852025-04-30T18:06:48.890Z Compiling unicode-xid v0.2.6
15862025-04-30T18:06:48.931Z Compiling lalrpop-util v0.19.12
15872025-04-30T18:06:49.077Z Compiling peg-runtime v0.8.5
15882025-04-30T18:06:49.229Z Compiling dirs-next v2.0.0
15892025-04-30T18:06:49.413Z Compiling thread_local v1.1.8
15902025-04-30T18:06:49.593Z Compiling slog-async v2.8.0
15912025-04-30T18:06:49.838Z Compiling term v0.7.0
15922025-04-30T18:06:50.098Z Compiling xattr v1.3.1
15932025-04-30T18:06:50.339Z Compiling crossbeam-channel v0.5.15
15942025-04-30T18:06:50.429Z Compiling is-terminal v0.4.13
15952025-04-30T18:06:50.566Z Compiling filetime v0.2.25
15962025-04-30T18:06:50.607Z Compiling take_mut v0.2.2
15972025-04-30T18:06:50.712Z Compiling slog-term v2.9.1
15982025-04-30T18:06:50.755Z Compiling camino v1.1.9
15992025-04-30T18:06:50.862Z Compiling tar v0.4.44
16002025-04-30T18:06:56.458Z Compiling aws-lc-sys v0.26.0
16012025-04-30T18:07:28.375Z Compiling rustls-webpki v0.102.8
16022025-04-30T18:07:34.114Z Compiling tokio-rustls v0.26.0
16032025-04-30T18:07:34.430Z Compiling hyper-rustls v0.27.3
16042025-04-30T18:07:34.758Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16052025-04-30T18:07:39.095Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16062025-04-30T18:07:39.457Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16072025-04-30T18:07:44.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
16082025-04-30T18:07:45.032Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16092025-04-30T18:07:45.101ZApr 30 18:07:44.737 INFO Starting download, target: Clickhouse
16102025-04-30T18:07:45.101ZApr 30 18:07:44.737 INFO Starting download, target: Console
16112025-04-30T18:07:45.101ZApr 30 18:07:44.737 INFO Starting download, target: Cockroach
16122025-04-30T18:07:45.145ZApr 30 18:07:44.737 INFO Starting download, target: DendriteStub
16132025-04-30T18:07:45.145ZApr 30 18:07:44.738 INFO Starting download, target: MaghemiteMgd
16142025-04-30T18:07:45.145ZApr 30 18:07:44.738 INFO Starting download, target: TransceiverControl
16152025-04-30T18:07:45.146ZApr 30 18:07:44.739 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16162025-04-30T18:07:45.146ZApr 30 18:07:44.739 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16172025-04-30T18:07:45.146ZApr 30 18:07:44.739 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16182025-04-30T18:07:45.146ZApr 30 18:07:44.739 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16192025-04-30T18:07:45.146ZApr 30 18:07:44.739 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16202025-04-30T18:07:45.146ZApr 30 18:07:44.739 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16212025-04-30T18:07:45.419ZApr 30 18:07:45.055 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16222025-04-30T18:07:45.820ZApr 30 18:07:45.417 INFO Download complete, target: Console
16232025-04-30T18:07:46.967ZApr 30 18:07:46.587 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16242025-04-30T18:07:47.326ZApr 30 18:07:46.963 INFO Download complete, target: TransceiverControl
16252025-04-30T18:07:49.405ZApr 30 18:07:49.044 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16262025-04-30T18:07:51.170ZApr 30 18:07:50.808 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16272025-04-30T18:07:52.534ZApr 30 18:07:52.172 INFO Download complete, target: DendriteStub
16282025-04-30T18:07:53.878ZApr 30 18:07:53.517 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16292025-04-30T18:07:53.878ZApr 30 18:07:53.517 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16302025-04-30T18:07:54.768ZApr 30 18:07:54.406 INFO Download complete, target: MaghemiteMgd
16312025-04-30T18:08:01.351ZApr 30 18:08:00.989 INFO Checking that binary works, target: Cockroach
16322025-04-30T18:08:01.563ZApr 30 18:08:01.201 INFO Download complete, target: Cockroach
16332025-04-30T18:08:17.692ZApr 30 18:08:17.331 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16342025-04-30T18:08:29.705ZApr 30 18:08:29.344 INFO Checking that binary works, target: Clickhouse
16352025-04-30T18:08:29.845ZApr 30 18:08:29.484 INFO Download complete, target: Clickhouse
16362025-04-30T18:08:29.886ZAll builder prerequisites installed successfully, and PATH looks valid
16372025-04-30T18:08:29.886Z
16382025-04-30T18:08:29.886Zreal 6:04.924175553
16392025-04-30T18:08:29.886Zuser 14:13.720166533
16402025-04-30T18:08:29.886Zsys 2:23.836796000
16412025-04-30T18:08:29.886Ztrap 0.483296702
16422025-04-30T18:08:29.886Ztflt 0.475905618
16432025-04-30T18:08:29.886Zdflt 0.985662001
16442025-04-30T18:08:29.886Zkflt 0.007898465
16452025-04-30T18:08:29.886Zlock 29:09.904293603
16462025-04-30T18:08:29.886Zslp 52:26.414599798
16472025-04-30T18:08:29.886Zlat 1:01.256993171
16482025-04-30T18:08:29.886Zstop 2:20.590339641
16492025-04-30T18:08:29.886Z+ banner hack-check
16502025-04-30T18:08:29.886Z
16512025-04-30T18:08:29.887Z # # ## #### # # #### # # ###### #### # #
16522025-04-30T18:08:29.887Z # # # # # # # # # # # # # # # # #
16532025-04-30T18:08:29.887Z ###### # # # #### ##### # ###### ##### # ####
16542025-04-30T18:08:29.887Z # # ###### # # # # # # # # # #
16552025-04-30T18:08:29.887Z # # # # # # # # # # # # # # # # #
16562025-04-30T18:08:29.887Z # # # # #### # # #### # # ###### #### # #
16572025-04-30T18:08:29.887Z
16582025-04-30T18:08:29.887Z+ export CARGO_INCREMENTAL=0
16592025-04-30T18:08:29.887Z+ CARGO_INCREMENTAL=0
16602025-04-30T18:08:29.887Z+ ptime -m timeout 2h cargo xtask check-features --ci
16612025-04-30T18:08:30.698Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
16622025-04-30T18:08:30.976Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16632025-04-30T18:08:34.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
16642025-04-30T18:08:34.475Z Running `target/debug/xtask check-features --ci`
16652025-04-30T18:08:34.516Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16662025-04-30T18:08:34.516Zrunning: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16672025-04-30T18:08:35.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
16682025-04-30T18:08:35.438Z Running `target/debug/xtask download cargo-hack`
16692025-04-30T18:08:36.672Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16702025-04-30T18:08:37.049Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16712025-04-30T18:08:41.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
16722025-04-30T18:08:41.771Z Running `target/debug/xtask-downloader cargo-hack`
16732025-04-30T18:08:41.828ZApr 30 18:08:41.467 INFO Starting download, target: CargoHack
16742025-04-30T18:08:41.869ZApr 30 18:08:41.469 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16752025-04-30T18:08:42.525ZApr 30 18:08:42.162 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16762025-04-30T18:08:42.613ZApr 30 18:08:42.252 INFO Download complete, target: CargoHack
16772025-04-30T18:08:42.653Zrunning: "/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"
16782025-04-30T18:08:42.653Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16792025-04-30T18:08:42.887Zinfo: running `cargo check --bins` on api_identity (1/212)
16802025-04-30T18:08:43.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-04-30T18:08:43.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-04-30T18:08:43.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-04-30T18:08:43.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16842025-04-30T18:08:43.838Z
16852025-04-30T18:08:43.838Zinfo: running `cargo check --bins` on bootstore (2/212)
16862025-04-30T18:08:44.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-04-30T18:08:44.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-04-30T18:08:44.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-04-30T18:08:44.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16902025-04-30T18:08:44.797Z
16912025-04-30T18:08:44.797Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/212)
16922025-04-30T18:08:45.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-04-30T18:08:45.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-04-30T18:08:45.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-04-30T18:08:45.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
16962025-04-30T18:08:45.715Z
16972025-04-30T18:08:45.715Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/212)
16982025-04-30T18:08:46.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-04-30T18:08:46.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-04-30T18:08:46.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-04-30T18:08:46.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
17022025-04-30T18:08:46.648Z
17032025-04-30T18:08:46.648Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/212)
17042025-04-30T18:08:47.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-04-30T18:08:47.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-04-30T18:08:47.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-04-30T18:08:47.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17082025-04-30T18:08:47.345Z
17092025-04-30T18:08:47.345Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/212)
17102025-04-30T18:08:47.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-04-30T18:08:48.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-04-30T18:08:48.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-04-30T18:08:48.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17142025-04-30T18:08:48.068Z
17152025-04-30T18:08:48.068Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/212)
17162025-04-30T18:08:48.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-04-30T18:08:48.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-04-30T18:08:48.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-04-30T18:08:48.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17202025-04-30T18:08:48.807Z
17212025-04-30T18:08:48.807Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/212)
17222025-04-30T18:08:49.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-04-30T18:08:49.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-04-30T18:08:49.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-04-30T18:08:49.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17262025-04-30T18:08:49.520Z
17272025-04-30T18:08:49.520Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/212)
17282025-04-30T18:08:50.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-04-30T18:08:50.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-04-30T18:08:50.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-04-30T18:08:50.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17322025-04-30T18:08:50.205Z
17332025-04-30T18:08:50.205Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/212)
17342025-04-30T18:08:50.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-04-30T18:08:50.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-04-30T18:08:50.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-04-30T18:08:50.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17382025-04-30T18:08:50.876Z
17392025-04-30T18:08:50.876Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/212)
17402025-04-30T18:08:51.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-04-30T18:08:51.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-04-30T18:08:51.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-04-30T18:08:51.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17442025-04-30T18:08:51.558Z
17452025-04-30T18:08:51.558Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/212)
17462025-04-30T18:08:52.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-04-30T18:08:52.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-04-30T18:08:52.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-04-30T18:08:52.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17502025-04-30T18:08:52.245Z
17512025-04-30T18:08:52.245Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/212)
17522025-04-30T18:08:52.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-04-30T18:08:52.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-04-30T18:08:52.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-04-30T18:08:52.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17562025-04-30T18:08:52.951Z
17572025-04-30T18:08:52.951Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/212)
17582025-04-30T18:08:53.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-04-30T18:08:53.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-04-30T18:08:53.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-04-30T18:08:53.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17622025-04-30T18:08:53.715Z
17632025-04-30T18:08:53.715Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/212)
17642025-04-30T18:08:54.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-04-30T18:08:54.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-04-30T18:08:54.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-04-30T18:08:54.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17682025-04-30T18:08:54.427Z
17692025-04-30T18:08:54.427Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/212)
17702025-04-30T18:08:55.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-04-30T18:08:55.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-04-30T18:08:55.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-04-30T18:08:55.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17742025-04-30T18:08:55.111Z
17752025-04-30T18:08:55.111Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/212)
17762025-04-30T18:08:55.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-04-30T18:08:55.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-04-30T18:08:55.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-04-30T18:08:55.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17802025-04-30T18:08:55.796Z
17812025-04-30T18:08:55.796Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/212)
17822025-04-30T18:08:56.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-04-30T18:08:56.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-04-30T18:08:56.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-04-30T18:08:56.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17862025-04-30T18:08:56.491Z
17872025-04-30T18:08:56.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/212)
17882025-04-30T18:08:57.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-04-30T18:08:57.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-04-30T18:08:57.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-04-30T18:08:57.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17922025-04-30T18:08:57.191Z
17932025-04-30T18:08:57.191Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/212)
17942025-04-30T18:08:57.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-04-30T18:08:57.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-04-30T18:08:57.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-04-30T18:08:57.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17982025-04-30T18:08:57.904Z
17992025-04-30T18:08:57.904Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/212)
18002025-04-30T18:08:58.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-04-30T18:08:58.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-04-30T18:08:58.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-04-30T18:08:58.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18042025-04-30T18:08:58.649Z
18052025-04-30T18:08:58.649Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/212)
18062025-04-30T18:08:59.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-04-30T18:08:59.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-04-30T18:08:59.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-04-30T18:08:59.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18102025-04-30T18:08:59.372Z
18112025-04-30T18:08:59.372Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/212)
18122025-04-30T18:08:59.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-04-30T18:09:00.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-04-30T18:09:00.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-04-30T18:09:00.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18162025-04-30T18:09:00.078Z
18172025-04-30T18:09:00.078Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/212)
18182025-04-30T18:09:00.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-04-30T18:09:00.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-04-30T18:09:00.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-04-30T18:09:00.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18222025-04-30T18:09:00.787Z
18232025-04-30T18:09:00.788Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/212)
18242025-04-30T18:09:01.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-04-30T18:09:01.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-04-30T18:09:01.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-04-30T18:09:01.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18282025-04-30T18:09:01.502Z
18292025-04-30T18:09:01.502Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/212)
18302025-04-30T18:09:02.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-04-30T18:09:02.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-04-30T18:09:02.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-04-30T18:09:02.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18342025-04-30T18:09:02.207Z
18352025-04-30T18:09:02.207Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/212)
18362025-04-30T18:09:02.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-04-30T18:09:02.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-04-30T18:09:02.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-04-30T18:09:02.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18402025-04-30T18:09:02.907Z
18412025-04-30T18:09:02.907Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/212)
18422025-04-30T18:09:03.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-04-30T18:09:03.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-04-30T18:09:03.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-04-30T18:09:03.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18462025-04-30T18:09:03.639Z
18472025-04-30T18:09:03.640Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/212)
18482025-04-30T18:09:04.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-04-30T18:09:04.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-04-30T18:09:04.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-04-30T18:09:04.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18522025-04-30T18:09:04.384Z
18532025-04-30T18:09:04.384Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/212)
18542025-04-30T18:09:05.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-04-30T18:09:05.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-04-30T18:09:05.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-04-30T18:09:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18582025-04-30T18:09:05.086Z
18592025-04-30T18:09:05.086Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/212)
18602025-04-30T18:09:05.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-04-30T18:09:05.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-04-30T18:09:05.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-04-30T18:09:05.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18642025-04-30T18:09:05.781Z
18652025-04-30T18:09:05.781Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/212)
18662025-04-30T18:09:06.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-04-30T18:09:06.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-04-30T18:09:06.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-04-30T18:09:06.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18702025-04-30T18:09:06.475Z
18712025-04-30T18:09:06.475Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/212)
18722025-04-30T18:09:07.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-04-30T18:09:07.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-04-30T18:09:07.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-04-30T18:09:07.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18762025-04-30T18:09:07.176Z
18772025-04-30T18:09:07.176Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/212)
18782025-04-30T18:09:07.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-04-30T18:09:07.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-04-30T18:09:07.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-04-30T18:09:07.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18822025-04-30T18:09:07.877Z
18832025-04-30T18:09:07.877Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/212)
18842025-04-30T18:09:08.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-04-30T18:09:08.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-04-30T18:09:08.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-04-30T18:09:08.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18882025-04-30T18:09:08.603Z
18892025-04-30T18:09:08.603Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/212)
18902025-04-30T18:09:09.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-04-30T18:09:09.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-04-30T18:09:09.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-04-30T18:09:09.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18942025-04-30T18:09:09.346Z
18952025-04-30T18:09:09.346Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/212)
18962025-04-30T18:09:09.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-04-30T18:09:10.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-04-30T18:09:10.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-04-30T18:09:10.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19002025-04-30T18:09:10.077Z
19012025-04-30T18:09:10.078Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/212)
19022025-04-30T18:09:10.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-04-30T18:09:10.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-04-30T18:09:10.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-04-30T18:09:10.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19062025-04-30T18:09:10.788Z
19072025-04-30T18:09:10.788Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/212)
19082025-04-30T18:09:11.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-04-30T18:09:11.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-04-30T18:09:11.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-04-30T18:09:11.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19122025-04-30T18:09:11.502Z
19132025-04-30T18:09:11.502Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/212)
19142025-04-30T18:09:12.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-04-30T18:09:12.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-04-30T18:09:12.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-04-30T18:09:12.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19182025-04-30T18:09:12.198Z
19192025-04-30T18:09:12.198Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/212)
19202025-04-30T18:09:12.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-04-30T18:09:12.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-04-30T18:09:12.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232025-04-30T18:09:12.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19242025-04-30T18:09:12.901Z
19252025-04-30T18:09:12.901Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/212)
19262025-04-30T18:09:13.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272025-04-30T18:09:13.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282025-04-30T18:09:13.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292025-04-30T18:09:13.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
19302025-04-30T18:09:13.665Z
19312025-04-30T18:09:13.665Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/212)
19322025-04-30T18:09:14.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332025-04-30T18:09:14.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342025-04-30T18:09:14.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352025-04-30T18:09:14.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
19362025-04-30T18:09:14.420Z
19372025-04-30T18:09:14.420Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/212)
19382025-04-30T18:09:15.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392025-04-30T18:09:15.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402025-04-30T18:09:15.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412025-04-30T18:09:15.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19422025-04-30T18:09:15.150Z
19432025-04-30T18:09:15.151Zinfo: running `cargo check --bins` on sled-hardware-types (45/212)
19442025-04-30T18:09:16.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452025-04-30T18:09:16.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462025-04-30T18:09:16.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472025-04-30T18:09:16.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
19482025-04-30T18:09:16.123Z
19492025-04-30T18:09:16.123Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/212)
19502025-04-30T18:09:16.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512025-04-30T18:09:17.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522025-04-30T18:09:17.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532025-04-30T18:09:17.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
19542025-04-30T18:09:17.090Z
19552025-04-30T18:09:17.090Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/212)
19562025-04-30T18:09:17.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572025-04-30T18:09:18.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582025-04-30T18:09:18.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592025-04-30T18:09:18.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
19602025-04-30T18:09:18.088Z
19612025-04-30T18:09:18.088Zinfo: running `cargo check --bins` on oxlog (48/212)
19622025-04-30T18:09:18.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632025-04-30T18:09:19.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642025-04-30T18:09:19.078Z Checking cfg-if v1.0.0
19652025-04-30T18:09:19.120Z Checking libc v0.2.171
19662025-04-30T18:09:19.120Z Checking serde v1.0.219
19672025-04-30T18:09:19.120Z Checking zeroize v1.8.1
19682025-04-30T18:09:19.161Z Checking memchr v2.7.4
19692025-04-30T18:09:19.161Z Checking typenum v1.17.0
19702025-04-30T18:09:19.161Z Checking smallvec v1.14.0
19712025-04-30T18:09:19.161Z Checking value-bag v1.9.0
19722025-04-30T18:09:19.252Z Checking subtle v2.6.1
19732025-04-30T18:09:19.404Z Checking scopeguard v1.2.0
19742025-04-30T18:09:19.521Z Checking const-oid v0.9.6
19752025-04-30T18:09:19.562Z Checking itoa v1.0.11
19762025-04-30T18:09:19.562Z Checking lock_api v0.4.12
19772025-04-30T18:09:19.603Z Checking log v0.4.22
19782025-04-30T18:09:19.743Z Checking stable_deref_trait v1.2.0
19792025-04-30T18:09:19.849Z Checking byteorder v1.5.0
19802025-04-30T18:09:19.921Z Checking pin-project-lite v0.2.14
19812025-04-30T18:09:19.961Z Checking zerofrom v0.1.4
19822025-04-30T18:09:20.029Z Checking getrandom v0.2.15
19832025-04-30T18:09:20.069Z Checking generic-array v0.14.7
19842025-04-30T18:09:20.110Z Checking parking_lot_core v0.9.10
19852025-04-30T18:09:20.110Z Checking signal-hook-registry v1.4.2
19862025-04-30T18:09:20.158Z Checking yoke v0.7.4
19872025-04-30T18:09:20.223Z Checking once_cell v1.21.3
19882025-04-30T18:09:20.269Z Checking rand_core v0.6.4
19892025-04-30T18:09:20.337Z Checking mio v1.0.2
19902025-04-30T18:09:20.388Z Checking parking_lot v0.12.3
19912025-04-30T18:09:20.470Z Checking zerovec v0.10.4
19922025-04-30T18:09:20.527Z Checking futures-core v0.3.31
19932025-04-30T18:09:20.568Z Checking cpufeatures v0.2.14
19942025-04-30T18:09:20.664Z Checking socket2 v0.5.9
19952025-04-30T18:09:20.714Z Checking writeable v0.5.5
19962025-04-30T18:09:20.755Z Checking litemap v0.7.3
19972025-04-30T18:09:20.876Z Checking zerocopy v0.7.35
19982025-04-30T18:09:20.990Z Checking crypto-common v0.1.6
19992025-04-30T18:09:21.035Z Checking block-buffer v0.10.4
20002025-04-30T18:09:21.035Z Checking block-padding v0.3.3
20012025-04-30T18:09:21.076Z Checking futures-sink v0.3.31
20022025-04-30T18:09:21.116Z Checking slab v0.4.9
20032025-04-30T18:09:21.178Z Checking libm v0.2.8
20042025-04-30T18:09:21.219Z Checking foldhash v0.1.3
20052025-04-30T18:09:21.259Z Checking digest v0.10.7
20062025-04-30T18:09:21.259Z Checking inout v0.1.3
20072025-04-30T18:09:21.356Z Checking equivalent v1.0.1
20082025-04-30T18:09:21.407Z Checking allocator-api2 v0.2.18
20092025-04-30T18:09:21.468Z Checking icu_locid_transform_data v1.5.0
20102025-04-30T18:09:21.508Z Checking ryu v1.0.18
20112025-04-30T18:09:21.572Z Checking hmac v0.12.1
20122025-04-30T18:09:21.613Z Checking sha2 v0.10.8
20132025-04-30T18:09:21.720Z Checking cipher v0.4.4
20142025-04-30T18:09:21.799Z Checking getrandom v0.3.1
20152025-04-30T18:09:21.865Z Checking tinystr v0.7.6
20162025-04-30T18:09:21.910Z Checking num-traits v0.2.19
20172025-04-30T18:09:21.964Z Checking icu_collections v1.5.0
20182025-04-30T18:09:22.004Z Checking hashbrown v0.15.1
20192025-04-30T18:09:22.045Z Checking icu_properties_data v1.5.0
20202025-04-30T18:09:22.086Z Checking base64ct v1.6.0
20212025-04-30T18:09:22.128Z Checking percent-encoding v2.3.1
20222025-04-30T18:09:22.196Z Checking icu_locid v1.5.0
20232025-04-30T18:09:22.265Z Checking flagset v0.4.6
20242025-04-30T18:09:22.311Z Checking icu_normalizer_data v1.5.0
20252025-04-30T18:09:22.417Z Checking write16 v1.0.0
20262025-04-30T18:09:22.458Z Checking utf8_iter v1.0.4
20272025-04-30T18:09:22.498Z Checking pem-rfc7468 v0.7.0
20282025-04-30T18:09:22.549Z Checking utf16_iter v1.0.5
20292025-04-30T18:09:22.590Z Checking futures-channel v0.3.31
20302025-04-30T18:09:22.655Z Checking futures-io v0.3.31
20312025-04-30T18:09:22.722Z Checking futures-task v0.3.31
20322025-04-30T18:09:22.805Z Checking der v0.7.9
20332025-04-30T18:09:22.847Z Checking pin-utils v0.1.0
20342025-04-30T18:09:22.888Z Checking salsa20 v0.10.2
20352025-04-30T18:09:22.928Z Checking ppv-lite86 v0.2.20
20362025-04-30T18:09:22.970Z Checking pbkdf2 v0.12.2
20372025-04-30T18:09:23.011Z Checking futures-util v0.3.31
20382025-04-30T18:09:23.057Z Checking bytes v1.10.1
20392025-04-30T18:09:23.098Z Checking icu_provider v1.5.0
20402025-04-30T18:09:23.141Z Checking bitflags v2.9.0
20412025-04-30T18:09:23.182Z Checking serde_json v1.0.140
20422025-04-30T18:09:23.222Z Checking indexmap v2.7.1
20432025-04-30T18:09:23.449Z Checking scrypt v0.11.0
20442025-04-30T18:09:23.565Z Checking form_urlencoded v1.2.1
20452025-04-30T18:09:23.667Z Checking icu_locid_transform v1.5.0
20462025-04-30T18:09:23.707Z Checking aes v0.8.4
20472025-04-30T18:09:23.775Z Checking cbc v0.1.2
20482025-04-30T18:09:23.983Z Checking fnv v1.0.7
20492025-04-30T18:09:24.024Z Checking tokio v1.43.1
20502025-04-30T18:09:24.122Z Checking http v1.2.0
20512025-04-30T18:09:24.251Z Checking uuid v1.16.0
20522025-04-30T18:09:24.331Z Checking spki v0.7.3
20532025-04-30T18:09:24.446Z Checking tracing-core v0.1.32
20542025-04-30T18:09:24.537Z Checking icu_properties v1.5.1
20552025-04-30T18:09:24.579Z Compiling newtype-uuid v1.2.1
20562025-04-30T18:09:24.620Z Checking pkcs5 v0.7.1
20572025-04-30T18:09:24.815Z Checking rustls-pki-types v1.10.0
20582025-04-30T18:09:24.856Z Checking tinyvec_macros v0.1.1
20592025-04-30T18:09:24.936Z Checking iana-time-zone v0.1.63
20602025-04-30T18:09:25.011Z Checking tracing v0.1.40
20612025-04-30T18:09:25.068Z Checking pkcs8 v0.10.2
20622025-04-30T18:09:25.108Z Checking chrono v0.4.40
20632025-04-30T18:09:25.236Z Checking http-body v1.0.1
20642025-04-30T18:09:25.305Z Checking tinyvec v1.8.0
20652025-04-30T18:09:25.380Z Checking zerocopy v0.8.10
20662025-04-30T18:09:25.380Z Checking aws-lc-sys v0.26.0
20672025-04-30T18:09:25.451Z Checking thiserror v1.0.69
20682025-04-30T18:09:25.604Z Checking spin v0.9.8
20692025-04-30T18:09:25.948Z Checking adler2 v2.0.0
20702025-04-30T18:09:26.116Z Checking untrusted v0.7.1
20712025-04-30T18:09:26.301Z Checking try-lock v0.2.5
20722025-04-30T18:09:26.391Z Checking untrusted v0.9.0
20732025-04-30T18:09:26.440Z Checking foreign-types-shared v0.1.1
20742025-04-30T18:09:26.553Z Checking atomic-waker v1.1.2
20752025-04-30T18:09:26.593Z Checking ring v0.17.11
20762025-04-30T18:09:26.706Z Checking foreign-types v0.3.2
20772025-04-30T18:09:26.802Z Checking want v0.3.1
20782025-04-30T18:09:26.842Z Checking miniz_oxide v0.8.5
20792025-04-30T18:09:26.990Z Checking httparse v1.9.5
20802025-04-30T18:09:27.031Z Checking crossbeam-utils v0.8.21
20812025-04-30T18:09:27.196Z Checking aws-lc-rs v1.12.4
20822025-04-30T18:09:27.360Z Checking icu_normalizer v1.5.0
20832025-04-30T18:09:27.400Z Checking openssl-sys v0.9.107
20842025-04-30T18:09:27.461Z Checking errno v0.3.9
20852025-04-30T18:09:27.631Z Checking aho-corasick v1.1.3
20862025-04-30T18:09:27.672Z Checking unicode-ident v1.0.14
20872025-04-30T18:09:27.820Z Checking tower-service v0.3.3
20882025-04-30T18:09:27.861Z Checking rand_core v0.9.2
20892025-04-30T18:09:27.946Z Checking powerfmt v0.2.0
20902025-04-30T18:09:28.085Z Checking idna_adapter v1.2.0
20912025-04-30T18:09:28.156Z Checking regex-syntax v0.8.5
20922025-04-30T18:09:28.220Z Checking httpdate v1.0.3
20932025-04-30T18:09:28.275Z Checking idna v1.0.3
20942025-04-30T18:09:28.360Z Checking openssl v0.10.72
20952025-04-30T18:09:28.466Z Checking deranged v0.3.11
20962025-04-30T18:09:28.545Z Checking rand_chacha v0.9.0
20972025-04-30T18:09:28.713Z Checking url v2.5.3
20982025-04-30T18:09:28.754Z Checking rustls-webpki v0.102.8
20992025-04-30T18:09:28.905Z Checking proc-macro2 v1.0.94
21002025-04-30T18:09:29.098Z Checking rustix v0.38.37
21012025-04-30T18:09:29.422Z Checking crossbeam-epoch v0.9.18
21022025-04-30T18:09:29.487Z Checking unicode-normalization v0.1.24
21032025-04-30T18:09:29.527Z Checking rand_chacha v0.3.1
21042025-04-30T18:09:29.582Z Checking semver v1.0.25
21052025-04-30T18:09:29.819Z Checking bzip2-sys v0.1.13+1.0.8
21062025-04-30T18:09:29.897Z Checking signature v2.2.0
21072025-04-30T18:09:29.940Z Checking tokio-util v0.7.13
21082025-04-30T18:09:29.980Z Checking scroll v0.12.0
21092025-04-30T18:09:29.980Z Checking crc32fast v1.4.2
21102025-04-30T18:09:30.103Z Checking either v1.14.0
21112025-04-30T18:09:30.236Z Checking time-core v0.1.2
21122025-04-30T18:09:30.278Z Checking unicode-bidi v0.3.17
21132025-04-30T18:09:30.399Z Checking ucd-trie v0.1.7
21142025-04-30T18:09:30.445Z Checking num_threads v0.1.7
21152025-04-30T18:09:30.487Z Checking dyn-clone v1.0.19
21162025-04-30T18:09:30.544Z Checking siphasher v0.3.11
21172025-04-30T18:09:30.601Z Checking num-conv v0.1.0
21182025-04-30T18:09:30.642Z Checking openssl-probe v0.1.5
21192025-04-30T18:09:30.791Z Checking utf8parse v0.2.2
21202025-04-30T18:09:30.832Z Checking unicode-properties v0.1.3
21212025-04-30T18:09:30.832Z Checking regex-automata v0.4.8
21222025-04-30T18:09:30.874Z Checking plain v0.2.3
21232025-04-30T18:09:30.874Z Checking anstyle v1.0.10
21242025-04-30T18:09:30.874Z Checking h2 v0.4.6
21252025-04-30T18:09:30.957Z Checking base64 v0.22.1
21262025-04-30T18:09:31.030Z Checking goblin v0.8.2
21272025-04-30T18:09:31.144Z Checking stringprep v0.1.5
21282025-04-30T18:09:31.199Z Checking anstyle-parse v0.2.5
21292025-04-30T18:09:31.402Z Checking time v0.3.36
21302025-04-30T18:09:31.443Z Checking phf_shared v0.11.2
21312025-04-30T18:09:31.483Z Checking pest v2.7.14
21322025-04-30T18:09:31.684Z Checking schemars v0.8.22
21332025-04-30T18:09:31.940Z Checking rand v0.8.5
21342025-04-30T18:09:32.811Z Checking native-tls v0.2.12
21352025-04-30T18:09:33.046Z Checking crossbeam-deque v0.8.5
21362025-04-30T18:09:33.127Z Checking quote v1.0.39
21372025-04-30T18:09:33.167Z Checking rustls v0.23.19
21382025-04-30T18:09:33.388Z Checking rand v0.9.0
21392025-04-30T18:09:33.584Z Checking num-integer v0.1.46
21402025-04-30T18:09:33.775Z Checking serde_spanned v0.6.8
21412025-04-30T18:09:33.816Z Checking toml_datetime v0.6.8
21422025-04-30T18:09:33.988Z Checking zstd-sys v2.0.14+zstd.1.5.7
21432025-04-30T18:09:34.034Z Checking md-5 v0.10.6
21442025-04-30T18:09:34.099Z Checking ff v0.13.0
21452025-04-30T18:09:34.209Z Checking hash32 v0.2.1
21462025-04-30T18:09:34.280Z Checking base16ct v0.2.0
21472025-04-30T18:09:34.332Z Checking is_terminal_polyfill v1.70.1
21482025-04-30T18:09:34.387Z Checking colorchoice v1.0.2
21492025-04-30T18:09:34.499Z Checking gimli v0.31.1
21502025-04-30T18:09:34.539Z Checking psl-types v2.0.11
21512025-04-30T18:09:34.579Z Checking fallible-iterator v0.2.0
21522025-04-30T18:09:34.579Z Checking pretty-hex v0.4.1
21532025-04-30T18:09:34.619Z Checking anstyle-query v1.1.1
21542025-04-30T18:09:34.742Z Checking publicsuffix v2.3.0
21552025-04-30T18:09:34.782Z Checking anstream v0.6.15
21562025-04-30T18:09:34.782Z Checking sec1 v0.7.3
21572025-04-30T18:09:35.003Z Checking heapless v0.7.17
21582025-04-30T18:09:35.093Z Checking postgres-protocol v0.6.8
21592025-04-30T18:09:35.134Z Checking group v0.13.0
21602025-04-30T18:09:35.134Z Checking zstd-safe v7.2.3
21612025-04-30T18:09:35.361Z Checking num-iter v0.1.45
21622025-04-30T18:09:35.402Z Checking dof v0.3.0
21632025-04-30T18:09:35.442Z Checking dtrace-parser v0.2.0
21642025-04-30T18:09:35.532Z Compiling daft v0.1.3
21652025-04-30T18:09:35.681Z Checking cookie v0.18.1
21662025-04-30T18:09:35.804Z Checking syn v2.0.98
21672025-04-30T18:09:35.845Z Checking rayon-core v1.12.1
21682025-04-30T18:09:35.919Z Checking tokio-native-tls v0.3.1
21692025-04-30T18:09:35.975Z Checking ipnetwork v0.21.1
21702025-04-30T18:09:36.090Z Checking terminal_size v0.4.0
21712025-04-30T18:09:36.161Z Checking flate2 v1.1.1
21722025-04-30T18:09:36.275Z Checking lazy_static v1.5.0
21732025-04-30T18:09:36.315Z Checking hyper v1.6.0
21742025-04-30T18:09:36.355Z Checking http-body-util v0.1.3
21752025-04-30T18:09:36.412Z Checking webpki-roots v0.26.6
21762025-04-30T18:09:36.462Z Checking signal-hook v0.3.17
21772025-04-30T18:09:36.614Z Checking hkdf v0.12.4
21782025-04-30T18:09:36.725Z Checking crypto-bigint v0.5.5
21792025-04-30T18:09:36.770Z Checking sync_wrapper v1.0.1
21802025-04-30T18:09:36.810Z Checking thread-id v4.2.2
21812025-04-30T18:09:36.850Z Checking object v0.36.5
21822025-04-30T18:09:36.915Z Checking bitflags v1.3.2
21832025-04-30T18:09:36.957Z Checking managed v0.8.0
21842025-04-30T18:09:37.027Z Checking winnow v0.5.40
21852025-04-30T18:09:37.272Z Checking simd-adler32 v0.3.7
21862025-04-30T18:09:37.592Z Checking tower-layer v0.3.3
21872025-04-30T18:09:37.774Z Checking addr2line v0.24.2
21882025-04-30T18:09:37.814Z Checking tokio-rustls v0.26.0
21892025-04-30T18:09:37.855Z Checking lockfree-object-pool v0.1.6
21902025-04-30T18:09:38.046Z Checking hyper-util v0.1.11
21912025-04-30T18:09:38.086Z Checking unicode-width v0.2.0
21922025-04-30T18:09:38.222Z Checking clap_lex v0.7.4
21932025-04-30T18:09:38.263Z Checking rustc-demangle v0.1.24
21942025-04-30T18:09:38.469Z Checking bumpalo v3.16.0
21952025-04-30T18:09:38.529Z Checking ipnet v2.11.0
21962025-04-30T18:09:38.642Z Checking strsim v0.11.1
21972025-04-30T18:09:38.785Z Checking zopfli v0.8.1
21982025-04-30T18:09:38.906Z Checking clap_builder v4.5.35
21992025-04-30T18:09:38.968Z Checking console v0.15.10
22002025-04-30T18:09:39.081Z Checking elliptic-curve v0.13.8
22012025-04-30T18:09:39.381Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22022025-04-30T18:09:39.423Z Checking toml_edit v0.19.15
22032025-04-30T18:09:39.477Z Checking tower v0.5.2
22042025-04-30T18:09:39.632Z Checking smoltcp v0.9.1
22052025-04-30T18:09:39.673Z Checking signal-hook-mio v0.2.4
22062025-04-30T18:09:39.817Z Checking rayon v1.10.0
22072025-04-30T18:09:39.858Z Checking hyper-rustls v0.27.3
22082025-04-30T18:09:40.092Z Checking hyper-tls v0.6.0
22092025-04-30T18:09:40.182Z Checking num-bigint-dig v0.8.4
22102025-04-30T18:09:40.425Z Checking oxnet v0.1.1
22112025-04-30T18:09:40.685Z Checking cookie_store v0.21.1
22122025-04-30T18:09:40.833Z Checking postgres-types v0.2.9
22132025-04-30T18:09:40.993Z Checking usdt-impl v0.5.0
22142025-04-30T18:09:41.278Z Checking zstd v0.13.3
22152025-04-30T18:09:41.392Z Checking regex v1.11.1
22162025-04-30T18:09:41.482Z Checking bstr v1.10.0
22172025-04-30T18:09:41.522Z Checking phf v0.11.2
22182025-04-30T18:09:41.562Z Checking ed25519 v2.2.3
22192025-04-30T18:09:41.612Z Checking bzip2 v0.5.2
22202025-04-30T18:09:41.769Z Checking bzip2 v0.4.4
22212025-04-30T18:09:41.848Z Checking futures-executor v0.3.31
22222025-04-30T18:09:41.889Z Checking zerocopy v0.6.6
22232025-04-30T18:09:41.930Z Checking curve25519-dalek v4.1.3
22242025-04-30T18:09:41.971Z Checking hubpack v0.1.2
22252025-04-30T18:09:42.043Z Checking memoffset v0.9.1
22262025-04-30T18:09:42.083Z Checking backtrace v0.3.74
22272025-04-30T18:09:42.124Z Checking pkcs1 v0.7.5
22282025-04-30T18:09:42.173Z Checking portable-atomic v1.11.0
22292025-04-30T18:09:42.282Z Checking rustls-pemfile v2.2.0
22302025-04-30T18:09:42.463Z Checking serde_urlencoded v0.7.1
22312025-04-30T18:09:42.504Z Checking float-cmp v0.10.0
22322025-04-30T18:09:42.504Z Checking serde-big-array v0.5.1
22332025-04-30T18:09:42.544Z Checking rfc6979 v0.4.0
22342025-04-30T18:09:42.591Z Checking memmap v0.7.0
22352025-04-30T18:09:42.701Z Checking encoding_rs v0.8.34
22362025-04-30T18:09:42.742Z Checking static_assertions v1.1.0
22372025-04-30T18:09:42.742Z Checking winnow v0.7.3
22382025-04-30T18:09:42.810Z Checking minimal-lexical v0.2.1
22392025-04-30T18:09:42.852Z Checking fixedbitset v0.4.2
22402025-04-30T18:09:42.892Z Checking new_debug_unreachable v1.0.6
22412025-04-30T18:09:42.942Z Checking normalize-line-endings v0.3.0
22422025-04-30T18:09:43.987Z Checking predicates-core v1.0.8
22432025-04-30T18:09:44.028Z Checking unicode-segmentation v1.12.0
22442025-04-30T18:09:44.028Z Checking data-encoding v2.6.0
22452025-04-30T18:09:44.028Z Checking whoami v1.5.2
22462025-04-30T18:09:44.028Z Checking difflib v0.4.0
22472025-04-30T18:09:44.028Z Checking number_prefix v0.4.0
22482025-04-30T18:09:44.028Z Checking precomputed-hash v0.1.1
22492025-04-30T18:09:44.028Z Checking mime v0.3.17
22502025-04-30T18:09:44.028Z Checking ed25519-dalek v2.1.1
22512025-04-30T18:09:44.028Z Checking predicates v3.1.3
22522025-04-30T18:09:44.028Z Checking string_cache v0.8.9
22532025-04-30T18:09:44.028Z Checking hickory-proto v0.24.4
22542025-04-30T18:09:44.028Z Checking similar v2.7.0
22552025-04-30T18:09:44.028Z Checking tokio-postgres v0.7.13
22562025-04-30T18:09:44.028Z Checking indicatif v0.17.11
22572025-04-30T18:09:44.028Z Checking nom v7.1.3
22582025-04-30T18:09:44.076Z Checking petgraph v0.6.5
22592025-04-30T18:09:44.576Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
22602025-04-30T18:09:44.617Z Checking usdt v0.5.0
22612025-04-30T18:09:44.617Z Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
22622025-04-30T18:09:44.770Z Checking ecdsa v0.16.9
22632025-04-30T18:09:45.337Z Checking toml_edit v0.22.24
22642025-04-30T18:09:45.408Z Checking anyhow v1.0.98
22652025-04-30T18:09:46.140Z Checking rsa v0.9.6
22662025-04-30T18:09:46.196Z Checking nix v0.29.0
22672025-04-30T18:09:46.244Z Checking futures v0.3.31
22682025-04-30T18:09:46.284Z Checking zip v0.6.6
22692025-04-30T18:09:46.336Z Checking zip v2.6.1
22702025-04-30T18:09:46.690Z Checking toml v0.7.8
22712025-04-30T18:09:46.884Z Checking clap v4.5.35
22722025-04-30T18:09:47.007Z Checking crossterm v0.28.1
22732025-04-30T18:09:47.053Z Checking tokio-stream v0.1.17
22742025-04-30T18:09:47.299Z Checking itertools v0.10.5
22752025-04-30T18:09:47.339Z Checking itertools v0.12.1
22762025-04-30T18:09:47.401Z Checking fs-err v3.1.0
22772025-04-30T18:09:47.509Z Checking buf-list v1.0.3
22782025-04-30T18:09:47.590Z Checking strum v0.26.3
22792025-04-30T18:09:47.815Z Checking ahash v0.8.11
22802025-04-30T18:09:47.815Z Checking slog v2.7.0
22812025-04-30T18:09:47.815Z Checking x509-cert v0.2.5
22822025-04-30T18:09:47.914Z Checking openapiv3 v2.0.0
22832025-04-30T18:09:48.228Z Checking sha1 v0.10.6
22842025-04-30T18:09:48.268Z Checking lalrpop-util v0.19.12
22852025-04-30T18:09:48.521Z Checking peg-runtime v0.8.5
22862025-04-30T18:09:48.564Z Checking camino v1.1.9
22872025-04-30T18:09:48.605Z Checking sigpipe v0.1.3
22882025-04-30T18:09:48.687Z Checking jiff v0.2.10
22892025-04-30T18:09:53.711Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22902025-04-30T18:09:54.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.13s
22912025-04-30T18:09:54.396Z
22922025-04-30T18:09:54.396Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/212)
22932025-04-30T18:09:55.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942025-04-30T18:09:55.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952025-04-30T18:09:55.519Z Compiling regress v0.10.3
22962025-04-30T18:09:55.559Z Compiling thiserror-impl v2.0.12
22972025-04-30T18:09:55.599Z Checking heck v0.5.0
22982025-04-30T18:09:55.639Z Compiling unsafe-libyaml v0.2.11
22992025-04-30T18:09:55.680Z Checking dirs-sys-next v0.1.2
23002025-04-30T18:09:55.680Z Checking fastrand v2.1.1
23012025-04-30T18:09:55.721Z Checking thread_local v1.1.8
23022025-04-30T18:09:55.808Z Compiling structmeta-derive v0.3.0
23032025-04-30T18:09:55.849Z Checking dirs-next v2.0.0
23042025-04-30T18:09:55.956Z Compiling ident_case v1.0.1
23052025-04-30T18:09:56.001Z Checking term v0.7.0
23062025-04-30T18:09:56.041Z Checking tempfile v3.13.0
23072025-04-30T18:09:56.147Z Compiling darling_core v0.20.10
23082025-04-30T18:09:56.355Z Checking newtype-uuid v1.2.1
23092025-04-30T18:09:56.399Z Checking crossbeam-channel v0.5.15
23102025-04-30T18:09:56.642Z Checking is-terminal v0.4.13
23112025-04-30T18:09:56.780Z Compiling serde_yaml v0.9.34+deprecated
23122025-04-30T18:09:57.068Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23132025-04-30T18:09:57.145Z Checking take_mut v0.2.2
23142025-04-30T18:09:57.304Z Compiling rustls v0.22.4
23152025-04-30T18:09:57.427Z Checking slog-async v2.8.0
23162025-04-30T18:09:57.615Z Checking slog-term v2.9.1
23172025-04-30T18:09:57.717Z Checking daft v0.1.3
23182025-04-30T18:09:58.049Z Compiling structmeta v0.3.0
23192025-04-30T18:09:58.116Z Compiling proc-macro-crate v1.3.1
23202025-04-30T18:09:58.156Z Checking wait-timeout v0.2.0
23212025-04-30T18:09:58.316Z Compiling thiserror v2.0.12
23222025-04-30T18:09:58.463Z Compiling multer v3.1.0
23232025-04-30T18:09:58.503Z Checking bit-vec v0.8.0
23242025-04-30T18:09:58.543Z Checking typify-impl v0.2.0
23252025-04-30T18:09:58.543Z Checking typify-impl v0.3.0
23262025-04-30T18:09:58.967Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23272025-04-30T18:09:59.239Z Checking match_cfg v0.1.0
23282025-04-30T18:09:59.343Z Checking quick-error v1.2.3
23292025-04-30T18:09:59.501Z Checking hostname v0.3.1
23302025-04-30T18:09:59.541Z Checking rusty-fork v0.3.0
23312025-04-30T18:09:59.666Z Compiling num_enum_derive v0.5.11
23322025-04-30T18:09:59.814Z Checking bit-set v0.8.0
23332025-04-30T18:10:00.158Z Checking progenitor-client v0.9.1
23342025-04-30T18:10:00.529Z Checking slog-json v2.6.1
23352025-04-30T18:10:00.682Z Checking rand_xorshift v0.3.0
23362025-04-30T18:10:00.779Z Compiling lzma-sys v0.1.20
23372025-04-30T18:10:00.853Z Checking hex v0.4.3
23382025-04-30T18:10:00.893Z Compiling async-stream-impl v0.3.6
23392025-04-30T18:10:01.297Z Compiling foreign-types-macros v0.2.3
23402025-04-30T18:10:01.339Z Compiling darling_macro v0.20.10
23412025-04-30T18:10:01.429Z Compiling dropshot v0.16.0
23422025-04-30T18:10:01.590Z Checking foreign-types-shared v0.3.1
23432025-04-30T18:10:01.709Z Checking unarray v0.1.4
23442025-04-30T18:10:01.749Z Checking arc-swap v1.7.1
23452025-04-30T18:10:01.873Z Checking utf-8 v0.7.6
23462025-04-30T18:10:01.947Z Checking async-stream v0.3.6
23472025-04-30T18:10:02.100Z Checking tungstenite v0.21.0
23482025-04-30T18:10:02.141Z Checking slog-scope v4.4.0
23492025-04-30T18:10:02.181Z Compiling darling v0.20.10
23502025-04-30T18:10:02.181Z Checking proptest v1.6.0
23512025-04-30T18:10:02.273Z Compiling serde_with_macros v3.12.0
23522025-04-30T18:10:02.361Z Checking foreign-types v0.5.0
23532025-04-30T18:10:02.405Z Checking num_enum v0.5.11
23542025-04-30T18:10:02.518Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23552025-04-30T18:10:02.571Z Checking slog-bunyan v2.5.0
23562025-04-30T18:10:02.774Z Compiling proc-macro-error v1.0.4
23572025-04-30T18:10:03.133Z Compiling test-strategy v0.4.0
23582025-04-30T18:10:03.174Z Compiling parse-display-derive v0.10.0
23592025-04-30T18:10:03.226Z Checking tokio-rustls v0.25.0
23602025-04-30T18:10:03.361Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23612025-04-30T18:10:03.479Z Checking toml v0.8.20
23622025-04-30T18:10:03.742Z Checking progenitor-client v0.8.0
23632025-04-30T18:10:04.086Z Compiling heck v0.3.3
23642025-04-30T18:10:04.127Z Checking waitgroup v0.1.2
23652025-04-30T18:10:04.272Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23662025-04-30T18:10:04.418Z Compiling dropshot_endpoint v0.16.0
23672025-04-30T18:10:04.544Z Checking serde_path_to_error v0.1.16
23682025-04-30T18:10:04.975Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692025-04-30T18:10:05.106Z Checking cstr-argument v0.1.2
23702025-04-30T18:10:05.295Z Checking hostname v0.4.0
23712025-04-30T18:10:05.451Z Checking instant v0.1.13
23722025-04-30T18:10:05.586Z Checking base64 v0.21.7
23732025-04-30T18:10:05.626Z Checking debug-ignore v1.0.5
23742025-04-30T18:10:05.788Z Checking pretty-hex v0.2.1
23752025-04-30T18:10:05.975Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23762025-04-30T18:10:06.101Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23772025-04-30T18:10:06.150Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
23782025-04-30T18:10:06.190Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23792025-04-30T18:10:06.300Z Checking backoff v0.4.0
23802025-04-30T18:10:06.341Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23812025-04-30T18:10:06.398Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23822025-04-30T18:10:06.522Z Checking parse-display v0.10.0
23832025-04-30T18:10:06.582Z Checking serde_with v3.12.0
23842025-04-30T18:10:06.623Z Compiling zone_cfg_derive v0.1.2
23852025-04-30T18:10:06.664Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23862025-04-30T18:10:06.773Z Checking tokio-tungstenite v0.21.0
23872025-04-30T18:10:06.963Z Checking slog-stdlog v4.1.1
23882025-04-30T18:10:07.150Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23892025-04-30T18:10:07.268Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23902025-04-30T18:10:07.312Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23912025-04-30T18:10:07.547Z Checking colored v2.2.0
23922025-04-30T18:10:07.587Z Checking macaddr v1.0.1
23932025-04-30T18:10:07.797Z Checking winnow v0.6.20
23942025-04-30T18:10:07.903Z Checking base64 v0.13.1
23952025-04-30T18:10:07.997Z Checking unicode-width v0.1.14
23962025-04-30T18:10:08.347Z Checking zone v0.1.8
23972025-04-30T18:10:08.388Z Checking ron v0.7.1
23982025-04-30T18:10:08.442Z Checking tabwriter v1.4.0
23992025-04-30T18:10:08.699Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24002025-04-30T18:10:08.956Z Checking slog-envlogger v2.2.0
24012025-04-30T18:10:09.160Z Checking xz2 v0.1.7
24022025-04-30T18:10:09.201Z Checking pem v3.0.5
24032025-04-30T18:10:09.377Z Checking xattr v1.3.1
24042025-04-30T18:10:09.458Z Checking yasna v0.5.2
24052025-04-30T18:10:09.498Z Checking smf v0.2.3
24062025-04-30T18:10:09.498Z Checking headers-core v0.3.0
24072025-04-30T18:10:09.591Z Checking filetime v0.2.25
24082025-04-30T18:10:09.648Z Checking same-file v1.0.6
24092025-04-30T18:10:09.798Z Checking tar v0.4.44
24102025-04-30T18:10:09.838Z Checking walkdir v2.5.0
24112025-04-30T18:10:09.934Z Checking headers v0.4.0
24122025-04-30T18:10:10.107Z Checking camino-tempfile v1.1.1
24132025-04-30T18:10:10.233Z Checking rcgen v0.12.1
24142025-04-30T18:10:10.395Z Checking atomicwrites v0.4.4
24152025-04-30T18:10:10.562Z Checking subprocess v0.2.9
24162025-04-30T18:10:10.906Z Compiling typify-macro v0.2.0
24172025-04-30T18:10:11.104Z Compiling typify-macro v0.3.0
24182025-04-30T18:10:13.067Z Compiling typify v0.2.0
24192025-04-30T18:10:13.226Z Compiling progenitor-impl v0.8.0
24202025-04-30T18:10:13.384Z Compiling typify v0.3.0
24212025-04-30T18:10:13.535Z Compiling progenitor-impl v0.9.1
24222025-04-30T18:10:16.619Z Compiling progenitor-macro v0.8.0
24232025-04-30T18:10:16.940Z Compiling progenitor-macro v0.9.1
24242025-04-30T18:10:21.405Z Checking progenitor v0.8.0
24252025-04-30T18:10:21.604Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24262025-04-30T18:10:22.069Z Checking progenitor v0.9.1
24272025-04-30T18:10:22.264Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
24282025-04-30T18:10:24.971Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24292025-04-30T18:10:26.231Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24302025-04-30T18:10:34.459Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24312025-04-30T18:10:36.661Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24322025-04-30T18:10:38.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.10s
24332025-04-30T18:10:38.690Z
24342025-04-30T18:10:38.690Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/212)
24352025-04-30T18:10:39.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-04-30T18:10:39.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-04-30T18:10:39.804Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24382025-04-30T18:10:41.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
24392025-04-30T18:10:41.879Z
24402025-04-30T18:10:41.879Zinfo: running `cargo check --bins` on nexus-config (51/212)
24412025-04-30T18:10:42.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-04-30T18:10:42.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-04-30T18:10:42.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442025-04-30T18:10:42.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
24452025-04-30T18:10:42.891Z
24462025-04-30T18:10:42.891Zinfo: running `cargo check --bins` on omicron-rpaths (52/212)
24472025-04-30T18:10:43.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-04-30T18:10:43.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-04-30T18:10:43.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502025-04-30T18:10:43.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
24512025-04-30T18:10:43.888Z
24522025-04-30T18:10:43.888Zinfo: running `cargo check --bins` on omicron-certificates (53/212)
24532025-04-30T18:10:44.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542025-04-30T18:10:44.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552025-04-30T18:10:44.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562025-04-30T18:10:44.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
24572025-04-30T18:10:44.899Z
24582025-04-30T18:10:44.899Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/212)
24592025-04-30T18:10:45.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602025-04-30T18:10:45.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612025-04-30T18:10:46.005Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24622025-04-30T18:10:46.046Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632025-04-30T18:10:46.086Z Compiling tempfile v3.13.0
24642025-04-30T18:10:46.086Z Compiling wait-timeout v0.2.0
24652025-04-30T18:10:46.087Z Compiling bit-vec v0.8.0
24662025-04-30T18:10:46.087Z Compiling quick-error v1.2.3
24672025-04-30T18:10:46.087Z Compiling match_cfg v0.1.0
24682025-04-30T18:10:46.087Z Compiling rustls v0.22.4
24692025-04-30T18:10:46.174Z Compiling progenitor-client v0.9.1
24702025-04-30T18:10:46.230Z Compiling hostname v0.3.1
24712025-04-30T18:10:46.270Z Compiling slog-json v2.6.1
24722025-04-30T18:10:46.436Z Compiling itertools v0.13.0
24732025-04-30T18:10:46.553Z Compiling bit-set v0.8.0
24742025-04-30T18:10:46.593Z Compiling rusty-fork v0.3.0
24752025-04-30T18:10:46.633Z Compiling rand_xorshift v0.3.0
24762025-04-30T18:10:46.673Z Compiling hex v0.4.3
24772025-04-30T18:10:46.713Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24782025-04-30T18:10:46.788Z Compiling unarray v0.1.4
24792025-04-30T18:10:46.833Z Compiling heapless v0.8.0
24802025-04-30T18:10:46.968Z Compiling proptest v1.6.0
24812025-04-30T18:10:47.008Z Compiling progenitor v0.9.1
24822025-04-30T18:10:47.198Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24832025-04-30T18:10:47.238Z Compiling slog-bunyan v2.5.0
24842025-04-30T18:10:47.238Z Compiling async-stream v0.3.6
24852025-04-30T18:10:47.371Z Compiling multer v3.1.0
24862025-04-30T18:10:47.453Z Compiling toml v0.8.20
24872025-04-30T18:10:47.528Z Compiling waitgroup v0.1.2
24882025-04-30T18:10:47.595Z Checking hash32 v0.3.1
24892025-04-30T18:10:47.785Z Compiling serde_path_to_error v0.1.16
24902025-04-30T18:10:47.825Z Compiling hostname v0.4.0
24912025-04-30T18:10:48.000Z Compiling instant v0.1.13
24922025-04-30T18:10:48.165Z Compiling debug-ignore v1.0.5
24932025-04-30T18:10:48.242Z Compiling smoltcp v0.11.0
24942025-04-30T18:10:48.336Z Compiling backoff v0.4.0
24952025-04-30T18:10:48.681Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
24962025-04-30T18:10:48.800Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24972025-04-30T18:10:48.865Z Compiling serde_with v3.12.0
24982025-04-30T18:10:49.007Z Compiling parse-display v0.10.0
24992025-04-30T18:10:49.136Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25002025-04-30T18:10:49.225Z Checking num-rational v0.4.2
25012025-04-30T18:10:49.550Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25022025-04-30T18:10:49.769Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
25032025-04-30T18:10:50.078Z Compiling tokio-rustls v0.25.0
25042025-04-30T18:10:50.495Z Compiling dropshot v0.16.0
25052025-04-30T18:10:52.035Z Compiling phf_generator v0.11.2
25062025-04-30T18:10:52.222Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
25072025-04-30T18:10:52.917Z Checking num-complex v0.4.6
25082025-04-30T18:10:53.470Z Compiling macaddr v1.0.1
25092025-04-30T18:10:53.727Z Checking cobs v0.2.3
25102025-04-30T18:10:53.906Z Checking num v0.4.3
25112025-04-30T18:10:53.947Z Checking postcard v1.0.10
25122025-04-30T18:10:54.033Z Compiling phf_codegen v0.11.2
25132025-04-30T18:10:54.251Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
25142025-04-30T18:10:54.345Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25152025-04-30T18:10:54.459Z Compiling parse-zoneinfo v0.3.1
25162025-04-30T18:10:54.651Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
25172025-04-30T18:10:54.956Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25182025-04-30T18:10:54.999Z Compiling float-ord v0.3.2
25192025-04-30T18:10:54.999Z Compiling convert_case v0.4.0
25202025-04-30T18:10:55.740Z Compiling derive_more v0.99.19
25212025-04-30T18:10:55.780Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25222025-04-30T18:10:55.920Z Compiling chrono-tz-build v0.4.0
25232025-04-30T18:10:56.696Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
25242025-04-30T18:10:56.738Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
25252025-04-30T18:10:56.959Z Checking linked-hash-map v0.5.6
25262025-04-30T18:10:57.286Z Compiling crucible-workspace-hack v0.1.0
25272025-04-30T18:10:57.502Z Checking lru-cache v0.1.2
25282025-04-30T18:10:57.594Z Compiling chrono-tz v0.10.3
25292025-04-30T18:10:57.705Z Checking newline-converter v0.3.0
25302025-04-30T18:10:57.883Z Checking resolv-conf v0.7.0
25312025-04-30T18:10:57.973Z Checking itertools v0.14.0
25322025-04-30T18:10:58.165Z Checking prettyplease v0.2.30
25332025-04-30T18:10:58.237Z Compiling slog-dtrace v0.3.0
25342025-04-30T18:10:58.280Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25352025-04-30T18:10:58.522Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
25362025-04-30T18:10:58.642Z Checking hickory-resolver v0.24.4
25372025-04-30T18:10:59.312Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25382025-04-30T18:10:59.449Z Checking expectorate v1.1.0
25392025-04-30T18:10:59.632Z Compiling zone_cfg_derive v0.3.0
25402025-04-30T18:11:00.115Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
25412025-04-30T18:11:00.155Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25422025-04-30T18:11:00.221Z Compiling const_format_proc_macros v0.2.34
25432025-04-30T18:11:00.260Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442025-04-30T18:11:00.453Z Compiling derive-where v1.2.7
25452025-04-30T18:11:00.770Z Compiling num-derive v0.4.2
25462025-04-30T18:11:01.069Z Checking highway v1.3.0
25472025-04-30T18:11:01.130Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482025-04-30T18:11:01.219Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25492025-04-30T18:11:01.443Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25502025-04-30T18:11:01.483Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512025-04-30T18:11:01.523Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25522025-04-30T18:11:01.850Z Checking const_format v0.2.34
25532025-04-30T18:11:02.314Z Checking zone v0.3.1
25542025-04-30T18:11:02.435Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
25552025-04-30T18:11:02.531Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
25562025-04-30T18:11:02.698Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=88adb1a5df689b3e2daddab9325ee94047f6ffad#88adb1a5)
25572025-04-30T18:11:03.044Z Checking gethostname v0.5.0
25582025-04-30T18:11:03.112Z Checking bcs v0.1.6
25592025-04-30T18:11:03.160Z Checking qorb v0.3.1
25602025-04-30T18:11:03.204Z Checking nanorand v0.7.0
25612025-04-30T18:11:03.377Z Compiling async-recursion v1.1.1
25622025-04-30T18:11:03.565Z Checking termtree v0.5.1
25632025-04-30T18:11:03.606Z Checking flume v0.11.1
25642025-04-30T18:11:03.726Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25652025-04-30T18:11:10.101Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25662025-04-30T18:11:14.831Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672025-04-30T18:11:18.355Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25682025-04-30T18:11:20.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.21s
25692025-04-30T18:11:20.326Z
25702025-04-30T18:11:20.327Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/212)
25712025-04-30T18:11:21.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722025-04-30T18:11:21.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732025-04-30T18:11:21.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742025-04-30T18:11:21.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
25752025-04-30T18:11:21.316Z
25762025-04-30T18:11:21.317Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/212)
25772025-04-30T18:11:22.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782025-04-30T18:11:22.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792025-04-30T18:11:22.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802025-04-30T18:11:22.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
25812025-04-30T18:11:22.331Z
25822025-04-30T18:11:22.331Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/212)
25832025-04-30T18:11:23.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842025-04-30T18:11:23.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852025-04-30T18:11:23.414Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25862025-04-30T18:11:24.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
25872025-04-30T18:11:24.417Z
25882025-04-30T18:11:24.418Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/212)
25892025-04-30T18:11:25.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902025-04-30T18:11:25.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912025-04-30T18:11:25.531Z Compiling cfg_aliases v0.1.1
25922025-04-30T18:11:25.531Z Compiling vte_generate_state_changes v0.1.2
25932025-04-30T18:11:25.571Z Checking fd-lock v4.0.2
25942025-04-30T18:11:25.571Z Checking nibble_vec v0.1.0
25952025-04-30T18:11:25.571Z Checking bytecount v0.6.8
25962025-04-30T18:11:25.571Z Checking endian-type v0.1.2
25972025-04-30T18:11:25.634Z Compiling tabled_derive v0.7.0
25982025-04-30T18:11:25.676Z Compiling peg-macros v0.8.5
25992025-04-30T18:11:25.716Z Compiling nix v0.28.0
26002025-04-30T18:11:25.782Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26012025-04-30T18:11:25.822Z Checking papergrid v0.11.0
26022025-04-30T18:11:25.822Z Compiling sqlparser_derive v0.2.2
26032025-04-30T18:11:25.861Z Checking radix_trie v0.2.1
26042025-04-30T18:11:26.119Z Checking vte v0.11.1
26052025-04-30T18:11:26.228Z Checking nu-ansi-term v0.50.1
26062025-04-30T18:11:26.608Z Checking home v0.5.9
26072025-04-30T18:11:26.671Z Checking unicode_categories v0.1.1
26082025-04-30T18:11:26.731Z Checking sqlparser v0.45.0
26092025-04-30T18:11:26.796Z Checking display-error-chain v0.2.2
26102025-04-30T18:11:26.946Z Checking sqlformat v0.2.6
26112025-04-30T18:11:27.273Z Checking strip-ansi-escapes v0.2.0
26122025-04-30T18:11:27.441Z Checking reedline v0.38.0
26132025-04-30T18:11:27.496Z Checking tabled v0.15.0
26142025-04-30T18:11:27.800Z Checking peg v0.8.5
26152025-04-30T18:11:28.486Z Checking rustyline v14.0.0
26162025-04-30T18:11:40.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.93s
26172025-04-30T18:11:40.536Z
26182025-04-30T18:11:40.536Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/212)
26192025-04-30T18:11:41.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-04-30T18:11:41.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-04-30T18:11:41.635Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26222025-04-30T18:11:48.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.32s
26232025-04-30T18:11:49.045Z
26242025-04-30T18:11:49.045Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/212)
26252025-04-30T18:11:49.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-04-30T18:11:50.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-04-30T18:11:50.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26282025-04-30T18:11:55.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
26292025-04-30T18:11:55.213Z
26302025-04-30T18:11:55.213Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/212)
26312025-04-30T18:11:56.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-04-30T18:11:56.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-04-30T18:11:56.313Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26342025-04-30T18:12:02.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s
26352025-04-30T18:12:03.151Z
26362025-04-30T18:12:03.152Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/212)
26372025-04-30T18:12:04.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-04-30T18:12:04.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-04-30T18:12:04.277Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26402025-04-30T18:12:11.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
26412025-04-30T18:12:11.176Z
26422025-04-30T18:12:11.176Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/212)
26432025-04-30T18:12:12.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442025-04-30T18:12:12.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452025-04-30T18:12:12.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462025-04-30T18:12:17.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
26472025-04-30T18:12:17.536Z
26482025-04-30T18:12:17.536Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/212)
26492025-04-30T18:12:18.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-04-30T18:12:18.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-04-30T18:12:18.660Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26522025-04-30T18:12:23.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
26532025-04-30T18:12:24.080Z
26542025-04-30T18:12:24.080Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/212)
26552025-04-30T18:12:25.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-04-30T18:12:25.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-04-30T18:12:25.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26582025-04-30T18:12:32.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.21s
26592025-04-30T18:12:32.484Z
26602025-04-30T18:12:32.484Zinfo: running `cargo check --bins` on oximeter (66/212)
26612025-04-30T18:12:33.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-04-30T18:12:33.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-04-30T18:12:33.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642025-04-30T18:12:33.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
26652025-04-30T18:12:33.494Z
26662025-04-30T18:12:33.494Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/212)
26672025-04-30T18:12:34.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682025-04-30T18:12:34.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692025-04-30T18:12:34.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702025-04-30T18:12:34.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
26712025-04-30T18:12:34.481Z
26722025-04-30T18:12:34.481Zinfo: running `cargo check --bins` on oximeter-schema (68/212)
26732025-04-30T18:12:35.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742025-04-30T18:12:35.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752025-04-30T18:12:35.530Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26762025-04-30T18:12:38.273Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26772025-04-30T18:12:39.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
26782025-04-30T18:12:39.752Z
26792025-04-30T18:12:39.752Zinfo: running `cargo check --bins` on oximeter-types (69/212)
26802025-04-30T18:12:40.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-04-30T18:12:40.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-04-30T18:12:40.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832025-04-30T18:12:40.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
26842025-04-30T18:12:40.767Z
26852025-04-30T18:12:40.767Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/212)
26862025-04-30T18:12:41.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872025-04-30T18:12:41.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882025-04-30T18:12:41.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892025-04-30T18:12:41.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
26902025-04-30T18:12:41.761Z
26912025-04-30T18:12:41.761Zinfo: running `cargo check --bins` on oxql-types (71/212)
26922025-04-30T18:12:42.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932025-04-30T18:12:42.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942025-04-30T18:12:42.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952025-04-30T18:12:42.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
26962025-04-30T18:12:42.772Z
26972025-04-30T18:12:42.772Zinfo: running `cargo check --bins` on oximeter-test-utils (72/212)
26982025-04-30T18:12:43.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-04-30T18:12:43.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-04-30T18:12:43.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012025-04-30T18:12:43.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
27022025-04-30T18:12:43.804Z
27032025-04-30T18:12:43.804Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/212)
27042025-04-30T18:12:44.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-04-30T18:12:44.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-04-30T18:12:44.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072025-04-30T18:12:44.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27082025-04-30T18:12:44.811Z
27092025-04-30T18:12:44.811Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/212)
27102025-04-30T18:12:45.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-04-30T18:12:45.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-04-30T18:12:45.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-04-30T18:12:45.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
27142025-04-30T18:12:45.857Z
27152025-04-30T18:12:45.857Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/212)
27162025-04-30T18:12:46.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-04-30T18:12:46.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-04-30T18:12:46.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-04-30T18:12:46.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27202025-04-30T18:12:46.856Z
27212025-04-30T18:12:46.856Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/212)
27222025-04-30T18:12:47.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-04-30T18:12:47.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-04-30T18:12:47.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-04-30T18:12:47.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27262025-04-30T18:12:47.861Z
27272025-04-30T18:12:47.861Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/212)
27282025-04-30T18:12:48.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-04-30T18:12:48.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-04-30T18:12:48.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-04-30T18:12:48.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
27322025-04-30T18:12:48.880Z
27332025-04-30T18:12:48.880Zinfo: running `cargo check --bins` on cockroach-admin-client (78/212)
27342025-04-30T18:12:49.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-04-30T18:12:49.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-04-30T18:12:49.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372025-04-30T18:12:49.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27382025-04-30T18:12:49.800Z
27392025-04-30T18:12:49.800Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/212)
27402025-04-30T18:12:50.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-04-30T18:12:50.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-04-30T18:12:50.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-04-30T18:12:50.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
27442025-04-30T18:12:50.769Z
27452025-04-30T18:12:50.769Zinfo: running `cargo check --bins` on dns-service-client (80/212)
27462025-04-30T18:12:51.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-04-30T18:12:51.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-04-30T18:12:51.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-04-30T18:12:51.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27502025-04-30T18:12:51.719Z
27512025-04-30T18:12:51.720Zinfo: running `cargo check --bins` on internal-dns-types (81/212)
27522025-04-30T18:12:52.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-04-30T18:12:52.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-04-30T18:12:52.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552025-04-30T18:12:52.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27562025-04-30T18:12:52.669Z
27572025-04-30T18:12:52.669Zinfo: running `cargo check --bins` on ereport-client (82/212)
27582025-04-30T18:12:53.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-04-30T18:12:53.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-04-30T18:12:53.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612025-04-30T18:12:53.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27622025-04-30T18:12:53.667Z
27632025-04-30T18:12:53.667Zinfo: running `cargo check --bins` on ereport-types (83/212)
27642025-04-30T18:12:54.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652025-04-30T18:12:54.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662025-04-30T18:12:54.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672025-04-30T18:12:54.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27682025-04-30T18:12:54.612Z
27692025-04-30T18:12:54.612Zinfo: running `cargo check --bins` on gateway-client (84/212)
27702025-04-30T18:12:55.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-04-30T18:12:55.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-04-30T18:12:55.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732025-04-30T18:12:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27742025-04-30T18:12:55.564Z
27752025-04-30T18:12:55.564Zinfo: running `cargo check --bins` on installinator-client (85/212)
27762025-04-30T18:12:56.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772025-04-30T18:12:56.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782025-04-30T18:12:56.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792025-04-30T18:12:56.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27802025-04-30T18:12:56.570Z
27812025-04-30T18:12:56.570Zinfo: running `cargo check --bins` on installinator-common (86/212)
27822025-04-30T18:12:57.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832025-04-30T18:12:57.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842025-04-30T18:12:57.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852025-04-30T18:12:57.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27862025-04-30T18:12:57.572Z
27872025-04-30T18:12:57.572Zinfo: running `cargo check --bins` on update-engine (87/212)
27882025-04-30T18:12:58.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892025-04-30T18:12:58.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902025-04-30T18:12:58.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912025-04-30T18:12:58.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27922025-04-30T18:12:58.522Z
27932025-04-30T18:12:58.522Zinfo: running `cargo check --bins` on nexus-client (88/212)
27942025-04-30T18:12:59.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952025-04-30T18:12:59.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962025-04-30T18:12:59.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972025-04-30T18:12:59.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
27982025-04-30T18:12:59.539Z
27992025-04-30T18:12:59.539Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/212)
28002025-04-30T18:13:00.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012025-04-30T18:13:00.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022025-04-30T18:13:00.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032025-04-30T18:13:00.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
28042025-04-30T18:13:00.531Z
28052025-04-30T18:13:00.531Zinfo: running `cargo check --bins` on omicron-passwords (90/212)
28062025-04-30T18:13:01.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072025-04-30T18:13:01.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082025-04-30T18:13:01.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092025-04-30T18:13:01.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28102025-04-30T18:13:01.464Z
28112025-04-30T18:13:01.464Zinfo: running `cargo check --bins` on nexus-types (91/212)
28122025-04-30T18:13:02.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132025-04-30T18:13:02.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142025-04-30T18:13:02.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152025-04-30T18:13:02.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28162025-04-30T18:13:02.478Z
28172025-04-30T18:13:02.478Zinfo: running `cargo check --bins` on id-map (92/212)
28182025-04-30T18:13:03.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192025-04-30T18:13:03.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202025-04-30T18:13:03.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212025-04-30T18:13:03.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28222025-04-30T18:13:03.419Z
28232025-04-30T18:13:03.420Zinfo: running `cargo check --bins` on oxide-client (93/212)
28242025-04-30T18:13:04.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252025-04-30T18:13:04.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262025-04-30T18:13:04.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272025-04-30T18:13:04.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28282025-04-30T18:13:04.380Z
28292025-04-30T18:13:04.380Zinfo: running `cargo check --bins` on oximeter-client (94/212)
28302025-04-30T18:13:05.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312025-04-30T18:13:05.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322025-04-30T18:13:05.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332025-04-30T18:13:05.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
28342025-04-30T18:13:05.368Z
28352025-04-30T18:13:05.368Zinfo: running `cargo check --bins` on repo-depot-client (95/212)
28362025-04-30T18:13:06.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372025-04-30T18:13:06.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382025-04-30T18:13:06.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392025-04-30T18:13:06.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28402025-04-30T18:13:06.322Z
28412025-04-30T18:13:06.322Zinfo: running `cargo check --bins` on sled-agent-client (96/212)
28422025-04-30T18:13:07.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432025-04-30T18:13:07.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442025-04-30T18:13:07.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452025-04-30T18:13:07.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
28462025-04-30T18:13:07.324Z
28472025-04-30T18:13:07.324Zinfo: running `cargo check --bins` on wicketd-client (97/212)
28482025-04-30T18:13:08.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492025-04-30T18:13:08.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502025-04-30T18:13:08.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512025-04-30T18:13:08.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28522025-04-30T18:13:08.374Z
28532025-04-30T18:13:08.374Zinfo: running `cargo check --bins` on sled-agent-types (98/212)
28542025-04-30T18:13:09.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552025-04-30T18:13:09.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562025-04-30T18:13:09.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572025-04-30T18:13:09.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28582025-04-30T18:13:09.397Z
28592025-04-30T18:13:09.397Zinfo: running `cargo check --bins` on wicket-common (99/212)
28602025-04-30T18:13:10.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612025-04-30T18:13:10.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622025-04-30T18:13:10.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632025-04-30T18:13:10.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28642025-04-30T18:13:10.409Z
28652025-04-30T18:13:10.409Zinfo: running `cargo check --bins` on omicron-cockroach-admin (100/212)
28662025-04-30T18:13:11.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672025-04-30T18:13:11.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682025-04-30T18:13:11.468Z Checking csv-core v0.1.11
28692025-04-30T18:13:11.468Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28702025-04-30T18:13:11.510Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28712025-04-30T18:13:11.510Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28722025-04-30T18:13:11.751Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732025-04-30T18:13:11.796Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28742025-04-30T18:13:11.796Z Checking csv v1.3.1
28752025-04-30T18:13:12.474Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28762025-04-30T18:13:12.936Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28772025-04-30T18:13:15.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
28782025-04-30T18:13:15.512Z
28792025-04-30T18:13:15.512Zinfo: running `cargo check --bins` on cockroach-admin-api (101/212)
28802025-04-30T18:13:16.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812025-04-30T18:13:16.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822025-04-30T18:13:16.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832025-04-30T18:13:16.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
28842025-04-30T18:13:16.485Z
28852025-04-30T18:13:16.485Zinfo: running `cargo check --bins` on cockroach-admin-types (102/212)
28862025-04-30T18:13:17.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872025-04-30T18:13:17.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882025-04-30T18:13:17.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892025-04-30T18:13:17.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
28902025-04-30T18:13:17.461Z
28912025-04-30T18:13:17.461Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (103/212)
28922025-04-30T18:13:18.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932025-04-30T18:13:18.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942025-04-30T18:13:18.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952025-04-30T18:13:18.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
28962025-04-30T18:13:18.619Z
28972025-04-30T18:13:18.619Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/212)
28982025-04-30T18:13:19.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992025-04-30T18:13:19.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002025-04-30T18:13:19.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012025-04-30T18:13:19.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29022025-04-30T18:13:19.744Z
29032025-04-30T18:13:19.744Zinfo: running `cargo check --bins` on dns-server (105/212)
29042025-04-30T18:13:20.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052025-04-30T18:13:20.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062025-04-30T18:13:20.739Z Compiling parking_lot_core v0.8.6
29072025-04-30T18:13:20.780Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29082025-04-30T18:13:20.780Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29092025-04-30T18:13:20.780Z Checking fxhash v0.2.1
29102025-04-30T18:13:20.780Z Checking hickory-server v0.24.4
29112025-04-30T18:13:20.780Z Checking hickory-client v0.24.4
29122025-04-30T18:13:21.485Z Checking parking_lot v0.11.2
29132025-04-30T18:13:21.623Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29142025-04-30T18:13:21.623Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29152025-04-30T18:13:21.796Z Checking sled v0.34.7
29162025-04-30T18:13:24.081Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29172025-04-30T18:13:25.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s
29182025-04-30T18:13:25.877Z
29192025-04-30T18:13:25.877Zinfo: running `cargo check --bins` on dns-server-api (106/212)
29202025-04-30T18:13:26.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212025-04-30T18:13:26.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222025-04-30T18:13:26.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232025-04-30T18:13:26.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
29242025-04-30T18:13:26.843Z
29252025-04-30T18:13:26.843Zinfo: running `cargo check --bins` on openapi-manager-types (107/212)
29262025-04-30T18:13:27.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272025-04-30T18:13:27.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282025-04-30T18:13:27.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292025-04-30T18:13:27.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29302025-04-30T18:13:27.790Z
29312025-04-30T18:13:27.790Zinfo: running `cargo check --bins` on gateway-test-utils (108/212)
29322025-04-30T18:13:28.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332025-04-30T18:13:28.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342025-04-30T18:13:28.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352025-04-30T18:13:28.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
29362025-04-30T18:13:28.843Z
29372025-04-30T18:13:28.843Zinfo: running `cargo check --bins` on gateway-types (109/212)
29382025-04-30T18:13:29.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392025-04-30T18:13:29.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402025-04-30T18:13:29.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412025-04-30T18:13:29.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
29422025-04-30T18:13:29.809Z
29432025-04-30T18:13:29.809Zinfo: running `cargo check --bins` on ipcc (110/212)
29442025-04-30T18:13:30.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452025-04-30T18:13:30.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462025-04-30T18:13:30.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472025-04-30T18:13:30.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29482025-04-30T18:13:30.768Z
29492025-04-30T18:13:30.768Zinfo: running `cargo check --bins` on omicron-gateway (111/212)
29502025-04-30T18:13:31.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512025-04-30T18:13:31.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522025-04-30T18:13:31.891Z Compiling semver v0.1.20
29532025-04-30T18:13:31.891Z Compiling radium v0.7.0
29542025-04-30T18:13:31.931Z Checking tap v1.0.1
29552025-04-30T18:13:31.931Z Compiling maybe-uninit v2.0.0
29562025-04-30T18:13:31.971Z Checking password-hash v0.5.0
29572025-04-30T18:13:31.971Z Checking blake2 v0.10.6
29582025-04-30T18:13:31.971Z Checking crc-catalog v2.4.0
29592025-04-30T18:13:32.011Z Compiling cancel-safe-futures v0.1.5
29602025-04-30T18:13:32.138Z Checking wyz v0.5.1
29612025-04-30T18:13:32.178Z Checking funty v2.0.0
29622025-04-30T18:13:32.382Z Compiling rustc_version v0.1.7
29632025-04-30T18:13:32.429Z Compiling owo-colors v4.2.0
29642025-04-30T18:13:32.474Z Compiling packed_struct v0.10.1
29652025-04-30T18:13:32.516Z Checking argon2 v0.5.3
29662025-04-30T18:13:32.586Z Checking crc v3.2.1
29672025-04-30T18:13:32.673Z Compiling packed_struct_codegen v0.10.1
29682025-04-30T18:13:32.799Z Compiling newtype_derive v0.1.6
29692025-04-30T18:13:32.892Z Checking libsw-core v0.3.1
29702025-04-30T18:13:32.931Z Checking bitvec v1.0.1
29712025-04-30T18:13:32.988Z Checking half v2.4.1
29722025-04-30T18:13:33.029Z Compiling indexmap v1.9.3
29732025-04-30T18:13:33.117Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29742025-04-30T18:13:33.168Z Checking ciborium-io v0.2.2
29752025-04-30T18:13:33.207Z Checking nodrop v0.1.14
29762025-04-30T18:13:33.247Z Checking fixedbitset v0.5.7
29772025-04-30T18:13:33.339Z Checking array-init v0.0.4
29782025-04-30T18:13:33.395Z Checking libsw v3.4.0
29792025-04-30T18:13:33.444Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29802025-04-30T18:13:33.487Z Checking ciborium-ll v0.2.2
29812025-04-30T18:13:33.617Z Checking petgraph v0.7.1
29822025-04-30T18:13:33.656Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29832025-04-30T18:13:33.789Z Checking smallvec v0.6.14
29842025-04-30T18:13:34.132Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29852025-04-30T18:13:34.171Z Checking termcolor v1.4.1
29862025-04-30T18:13:34.213Z Checking hashbrown v0.12.3
29872025-04-30T18:13:34.304Z Checking bitfield v0.14.0
29882025-04-30T18:13:34.546Z Checking linear-map v1.2.0
29892025-04-30T18:13:34.585Z Checking indent_write v2.2.0
29902025-04-30T18:13:34.773Z Checking swrite v0.1.0
29912025-04-30T18:13:34.869Z Checking env_logger v0.10.2
29922025-04-30T18:13:34.908Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29932025-04-30T18:13:34.948Z Checking ron v0.8.1
29942025-04-30T18:13:34.948Z Checking serde-hex v0.1.0
29952025-04-30T18:13:35.016Z Checking ciborium v0.2.2
29962025-04-30T18:13:35.474Z Checking steno v0.4.1
29972025-04-30T18:13:35.676Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29982025-04-30T18:13:35.905Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29992025-04-30T18:13:35.944Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30002025-04-30T18:13:36.021Z Checking hashbrown v0.13.2
30012025-04-30T18:13:36.174Z Checking humantime v2.1.0
30022025-04-30T18:13:36.252Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30032025-04-30T18:13:36.330Z Checking crc-any v2.5.0
30042025-04-30T18:13:36.460Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30052025-04-30T18:13:36.653Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30062025-04-30T18:13:36.719Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
30072025-04-30T18:13:36.851Z Checking object v0.30.4
30082025-04-30T18:13:36.993Z Checking path-slash v0.1.5
30092025-04-30T18:13:37.033Z Checking void v1.0.2
30102025-04-30T18:13:37.148Z Checking tungstenite v0.23.0
30112025-04-30T18:13:37.188Z Checking lzss v0.8.2
30122025-04-30T18:13:37.494Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30132025-04-30T18:13:37.534Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30142025-04-30T18:13:37.945Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30152025-04-30T18:13:38.243Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
30162025-04-30T18:13:38.283Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30172025-04-30T18:13:38.323Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30182025-04-30T18:13:38.323Z Checking nix v0.27.1
30192025-04-30T18:13:38.494Z Checking kstat-rs v0.2.4
30202025-04-30T18:13:38.762Z Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
30212025-04-30T18:13:38.810Z Checking tokio-tungstenite v0.23.1
30222025-04-30T18:13:38.851Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30232025-04-30T18:13:39.247Z Checking signal-hook-tokio v0.3.1
30242025-04-30T18:13:39.878Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30252025-04-30T18:13:39.918Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30262025-04-30T18:13:47.778Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
30272025-04-30T18:13:49.477Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2)
30282025-04-30T18:13:56.008Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30292025-04-30T18:14:03.805Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30302025-04-30T18:14:04.670Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30312025-04-30T18:14:08.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.56s
30322025-04-30T18:14:08.546Z
30332025-04-30T18:14:08.546Zinfo: running `cargo check --bins` on ereport-api (112/212)
30342025-04-30T18:14:09.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352025-04-30T18:14:09.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362025-04-30T18:14:09.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372025-04-30T18:14:09.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30382025-04-30T18:14:09.530Z
30392025-04-30T18:14:09.531Zinfo: running `cargo check --bins` on gateway-api (113/212)
30402025-04-30T18:14:10.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412025-04-30T18:14:10.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422025-04-30T18:14:10.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432025-04-30T18:14:10.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30442025-04-30T18:14:10.532Z
30452025-04-30T18:14:10.532Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (114/212)
30462025-04-30T18:14:11.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472025-04-30T18:14:11.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482025-04-30T18:14:11.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492025-04-30T18:14:11.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30502025-04-30T18:14:11.475Z
30512025-04-30T18:14:11.475Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/212)
30522025-04-30T18:14:12.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532025-04-30T18:14:12.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542025-04-30T18:14:12.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552025-04-30T18:14:12.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
30562025-04-30T18:14:12.519Z
30572025-04-30T18:14:12.520Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/212)
30582025-04-30T18:14:13.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592025-04-30T18:14:13.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602025-04-30T18:14:13.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612025-04-30T18:14:13.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
30622025-04-30T18:14:13.608Z
30632025-04-30T18:14:13.608Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/212)
30642025-04-30T18:14:14.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652025-04-30T18:14:14.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662025-04-30T18:14:14.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672025-04-30T18:14:14.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30682025-04-30T18:14:14.596Z
30692025-04-30T18:14:14.596Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/212)
30702025-04-30T18:14:15.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712025-04-30T18:14:15.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722025-04-30T18:14:15.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732025-04-30T18:14:15.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30742025-04-30T18:14:15.581Z
30752025-04-30T18:14:15.581Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/212)
30762025-04-30T18:14:16.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772025-04-30T18:14:16.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782025-04-30T18:14:16.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792025-04-30T18:14:16.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30802025-04-30T18:14:16.584Z
30812025-04-30T18:14:16.584Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/212)
30822025-04-30T18:14:17.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832025-04-30T18:14:17.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842025-04-30T18:14:17.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852025-04-30T18:14:17.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30862025-04-30T18:14:17.599Z
30872025-04-30T18:14:17.599Zinfo: running `cargo check --bins` on oximeter-producer (121/212)
30882025-04-30T18:14:18.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892025-04-30T18:14:18.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902025-04-30T18:14:18.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912025-04-30T18:14:18.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
30922025-04-30T18:14:18.645Z
30932025-04-30T18:14:18.645Zinfo: running `cargo check --bins` on internal-dns-resolver (122/212)
30942025-04-30T18:14:19.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952025-04-30T18:14:19.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962025-04-30T18:14:19.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972025-04-30T18:14:19.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30982025-04-30T18:14:19.644Z
30992025-04-30T18:14:19.644Zinfo: running `cargo check --bins` on sp-sim (123/212)
31002025-04-30T18:14:20.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012025-04-30T18:14:20.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022025-04-30T18:14:20.702Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31032025-04-30T18:14:21.022Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31042025-04-30T18:14:23.156Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31052025-04-30T18:14:25.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
31062025-04-30T18:14:25.660Z
31072025-04-30T18:14:25.660Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (124/212)
31082025-04-30T18:14:26.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092025-04-30T18:14:26.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102025-04-30T18:14:26.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112025-04-30T18:14:26.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
31122025-04-30T18:14:26.734Z
31132025-04-30T18:14:26.734Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/212)
31142025-04-30T18:14:27.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152025-04-30T18:14:27.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162025-04-30T18:14:27.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172025-04-30T18:14:27.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
31182025-04-30T18:14:27.807Z
31192025-04-30T18:14:27.807Zinfo: running `cargo check --bins` on db-macros (126/212)
31202025-04-30T18:14:28.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212025-04-30T18:14:28.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222025-04-30T18:14:28.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232025-04-30T18:14:28.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31242025-04-30T18:14:28.804Z
31252025-04-30T18:14:28.804Zinfo: running `cargo check --bins` on nexus-macros-common (127/212)
31262025-04-30T18:14:29.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272025-04-30T18:14:29.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282025-04-30T18:14:29.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292025-04-30T18:14:29.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
31302025-04-30T18:14:29.761Z
31312025-04-30T18:14:29.761Zinfo: running `cargo check --bins` on nexus-auth (128/212)
31322025-04-30T18:14:30.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332025-04-30T18:14:30.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342025-04-30T18:14:30.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352025-04-30T18:14:30.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
31362025-04-30T18:14:30.870Z
31372025-04-30T18:14:30.870Zinfo: running `cargo check --bins` on authz-macros (129/212)
31382025-04-30T18:14:31.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392025-04-30T18:14:31.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402025-04-30T18:14:31.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412025-04-30T18:14:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31422025-04-30T18:14:31.813Z
31432025-04-30T18:14:31.813Zinfo: running `cargo check --bins` on nexus-db-fixed-data (130/212)
31442025-04-30T18:14:32.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452025-04-30T18:14:32.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462025-04-30T18:14:32.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472025-04-30T18:14:32.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31482025-04-30T18:14:32.842Z
31492025-04-30T18:14:32.842Zinfo: running `cargo check --bins` on nexus-db-model (131/212)
31502025-04-30T18:14:33.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512025-04-30T18:14:33.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522025-04-30T18:14:33.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532025-04-30T18:14:33.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
31542025-04-30T18:14:33.898Z
31552025-04-30T18:14:33.898Zinfo: running `cargo check --bins` on nexus-db-schema (132/212)
31562025-04-30T18:14:34.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572025-04-30T18:14:34.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582025-04-30T18:14:34.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592025-04-30T18:14:34.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31602025-04-30T18:14:34.852Z
31612025-04-30T18:14:34.852Zinfo: running `cargo check --bins` on nexus-defaults (133/212)
31622025-04-30T18:14:35.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632025-04-30T18:14:35.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642025-04-30T18:14:35.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652025-04-30T18:14:35.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31662025-04-30T18:14:35.853Z
31672025-04-30T18:14:35.853Zinfo: running `cargo check --bins` on nexus-db-errors (134/212)
31682025-04-30T18:14:36.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692025-04-30T18:14:36.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702025-04-30T18:14:36.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712025-04-30T18:14:36.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31722025-04-30T18:14:36.890Z
31732025-04-30T18:14:36.890Zinfo: running `cargo check --bins` on nexus-db-lookup (135/212)
31742025-04-30T18:14:37.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752025-04-30T18:14:37.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762025-04-30T18:14:37.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772025-04-30T18:14:37.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
31782025-04-30T18:14:37.961Z
31792025-04-30T18:14:37.961Zinfo: running `cargo check --bins` on nexus-inventory (136/212)
31802025-04-30T18:14:38.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812025-04-30T18:14:38.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822025-04-30T18:14:38.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832025-04-30T18:14:38.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
31842025-04-30T18:14:39.006Z
31852025-04-30T18:14:39.006Zinfo: running `cargo check --bins` on typed-rng (137/212)
31862025-04-30T18:14:39.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872025-04-30T18:14:39.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882025-04-30T18:14:39.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892025-04-30T18:14:39.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31902025-04-30T18:14:39.947Z
31912025-04-30T18:14:39.947Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (138/212)
31922025-04-30T18:14:40.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932025-04-30T18:14:40.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942025-04-30T18:14:41.100Z Checking keccak v0.1.5
31952025-04-30T18:14:41.140Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
31962025-04-30T18:14:41.141Z Compiling unicase v2.7.0
31972025-04-30T18:14:41.141Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
31982025-04-30T18:14:41.141Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31992025-04-30T18:14:41.141Z Compiling thiserror-impl-no-std v2.0.2
32002025-04-30T18:14:41.141Z Checking universal-hash v0.5.1
32012025-04-30T18:14:41.141Z Checking secrecy v0.10.3
32022025-04-30T18:14:41.345Z Checking opaque-debug v0.3.1
32032025-04-30T18:14:41.418Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32042025-04-30T18:14:41.458Z Checking sha3 v0.10.8
32052025-04-30T18:14:41.498Z Checking poly1305 v0.8.0
32062025-04-30T18:14:41.498Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32072025-04-30T18:14:41.662Z Checking chacha20 v0.9.1
32082025-04-30T18:14:41.702Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
32092025-04-30T18:14:41.742Z Checking aead v0.5.2
32102025-04-30T18:14:41.806Z Compiling proc-macro-error-attr2 v2.0.0
32112025-04-30T18:14:41.849Z Compiling salty v0.3.0
32122025-04-30T18:14:41.931Z Compiling libefi-sys v0.1.0
32132025-04-30T18:14:42.005Z Checking chacha20poly1305 v0.10.1
32142025-04-30T18:14:42.271Z Compiling num-derive v0.3.3
32152025-04-30T18:14:42.311Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
32162025-04-30T18:14:42.364Z Compiling bitfield-struct v0.6.2
32172025-04-30T18:14:42.485Z Compiling proc-macro-error2 v2.0.1
32182025-04-30T18:14:42.676Z Checking papergrid v0.14.0
32192025-04-30T18:14:43.077Z Compiling tabled_derive v0.10.0
32202025-04-30T18:14:43.493Z Checking thiserror-no-std v2.0.2
32212025-04-30T18:14:43.551Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222025-04-30T18:14:43.628Z Checking vsss-rs v3.3.4
32232025-04-30T18:14:43.993Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
32242025-04-30T18:14:44.044Z Checking libscf-sys v1.1.0
32252025-04-30T18:14:44.086Z Compiling mime_guess v2.0.5
32262025-04-30T18:14:44.516Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32272025-04-30T18:14:44.770Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32282025-04-30T18:14:44.810Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32292025-04-30T18:14:45.061Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32302025-04-30T18:14:45.410Z Checking primeorder v0.13.6
32312025-04-30T18:14:45.688Z Checking env_filter v0.1.2
32322025-04-30T18:14:45.838Z Compiling dropshot v0.12.0
32332025-04-30T18:14:45.921Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32342025-04-30T18:14:46.091Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352025-04-30T18:14:46.229Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362025-04-30T18:14:46.269Z Checking env_logger v0.11.5
32372025-04-30T18:14:46.334Z Checking p384 v0.13.0
32382025-04-30T18:14:46.586Z Checking tabled v0.18.0
32392025-04-30T18:14:46.652Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32402025-04-30T18:14:46.977Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32412025-04-30T18:14:47.217Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32422025-04-30T18:14:47.343Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32432025-04-30T18:14:47.506Z Compiling dropshot_endpoint v0.12.0
32442025-04-30T18:14:47.585Z Compiling xshell-macros v0.2.7
32452025-04-30T18:14:47.679Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32462025-04-30T18:14:47.772Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32472025-04-30T18:14:47.772Z Checking http-range v0.1.5
32482025-04-30T18:14:48.144Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32492025-04-30T18:14:48.393Z Checking xshell v0.2.7
32502025-04-30T18:14:48.495Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32512025-04-30T18:14:48.686Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32522025-04-30T18:14:48.793Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32532025-04-30T18:14:48.833Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32542025-04-30T18:14:48.833Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32552025-04-30T18:14:49.127Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32562025-04-30T18:14:49.410Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
32572025-04-30T18:14:49.584Z Checking secrecy v0.8.0
32582025-04-30T18:14:49.787Z Checking atty v0.2.14
32592025-04-30T18:14:49.840Z Checking glob v0.3.2
32602025-04-30T18:14:49.945Z Checking crc8 v0.1.1
32612025-04-30T18:14:50.126Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32622025-04-30T18:14:50.167Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32632025-04-30T18:14:50.428Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32642025-04-30T18:14:50.737Z Checking hyper-staticfile v0.10.1
32652025-04-30T18:14:50.869Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32662025-04-30T18:14:51.031Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32672025-04-30T18:14:51.231Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32682025-04-30T18:14:51.270Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32692025-04-30T18:14:51.270Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32702025-04-30T18:14:51.435Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
32712025-04-30T18:14:51.834Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32722025-04-30T18:14:52.014Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32732025-04-30T18:14:52.314Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32742025-04-30T18:14:52.369Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32752025-04-30T18:14:52.425Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32762025-04-30T18:14:52.465Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32772025-04-30T18:14:52.781Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32782025-04-30T18:14:52.822Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32792025-04-30T18:14:54.043Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
32802025-04-30T18:14:54.648Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32812025-04-30T18:15:03.347Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32822025-04-30T18:15:23.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.11s
32832025-04-30T18:15:23.290Z
32842025-04-30T18:15:23.290Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (139/212)
32852025-04-30T18:15:24.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862025-04-30T18:15:24.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872025-04-30T18:15:24.488Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32882025-04-30T18:15:44.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.88s
32892025-04-30T18:15:44.385Z
32902025-04-30T18:15:44.385Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (140/212)
32912025-04-30T18:15:45.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922025-04-30T18:15:45.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932025-04-30T18:15:45.566Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32942025-04-30T18:16:05.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.25s
32952025-04-30T18:16:05.848Z
32962025-04-30T18:16:05.848Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (141/212)
32972025-04-30T18:16:06.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-04-30T18:16:06.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-04-30T18:16:07.056Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33002025-04-30T18:16:26.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.96s
33012025-04-30T18:16:27.020Z
33022025-04-30T18:16:27.020Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (142/212)
33032025-04-30T18:16:28.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-04-30T18:16:28.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-04-30T18:16:28.240Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33062025-04-30T18:16:48.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.66s
33072025-04-30T18:16:48.902Z
33082025-04-30T18:16:48.902Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (143/212)
33092025-04-30T18:16:49.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102025-04-30T18:16:49.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112025-04-30T18:16:50.117Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33122025-04-30T18:17:11.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.76s
33132025-04-30T18:17:11.878Z
33142025-04-30T18:17:11.878Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (144/212)
33152025-04-30T18:17:12.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162025-04-30T18:17:12.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172025-04-30T18:17:13.081Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33182025-04-30T18:17:33.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.58s
33192025-04-30T18:17:33.698Z
33202025-04-30T18:17:33.698Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (145/212)
33212025-04-30T18:17:34.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222025-04-30T18:17:34.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232025-04-30T18:17:34.879Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33242025-04-30T18:17:54.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s
33252025-04-30T18:17:54.961Z
33262025-04-30T18:17:54.961Zinfo: running `cargo check --bins` on bootstrap-agent-api (146/212)
33272025-04-30T18:17:55.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-04-30T18:17:55.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-04-30T18:17:55.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302025-04-30T18:17:55.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33312025-04-30T18:17:56.002Z
33322025-04-30T18:17:56.002Zinfo: running `cargo check --bins` on key-manager (147/212)
33332025-04-30T18:17:56.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342025-04-30T18:17:56.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352025-04-30T18:17:56.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362025-04-30T18:17:56.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
33372025-04-30T18:17:57.009Z
33382025-04-30T18:17:57.009Zinfo: running `cargo check --bins` on range-requests (148/212)
33392025-04-30T18:17:57.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402025-04-30T18:17:57.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412025-04-30T18:17:57.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422025-04-30T18:17:57.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
33432025-04-30T18:17:58.003Z
33442025-04-30T18:17:58.003Zinfo: running `cargo check --bins` on repo-depot-api (149/212)
33452025-04-30T18:17:58.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462025-04-30T18:17:58.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472025-04-30T18:17:58.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482025-04-30T18:17:58.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33492025-04-30T18:17:59.038Z
33502025-04-30T18:17:59.038Zinfo: running `cargo check --bins` on sled-agent-api (150/212)
33512025-04-30T18:17:59.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522025-04-30T18:17:59.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532025-04-30T18:17:59.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542025-04-30T18:17:59.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33552025-04-30T18:18:00.068Z
33562025-04-30T18:18:00.068Zinfo: running `cargo check --bins` on sled-diagnostics (151/212)
33572025-04-30T18:18:00.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582025-04-30T18:18:01.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592025-04-30T18:18:01.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602025-04-30T18:18:01.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33612025-04-30T18:18:01.096Z
33622025-04-30T18:18:01.096Zinfo: running `cargo check --bins --no-default-features` on sled-storage (152/212)
33632025-04-30T18:18:01.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642025-04-30T18:18:02.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652025-04-30T18:18:02.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662025-04-30T18:18:02.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
33672025-04-30T18:18:02.098Z
33682025-04-30T18:18:02.098Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (153/212)
33692025-04-30T18:18:02.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-04-30T18:18:03.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-04-30T18:18:03.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722025-04-30T18:18:03.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
33732025-04-30T18:18:03.103Z
33742025-04-30T18:18:03.103Zinfo: running `cargo check --bins` on sled-hardware (154/212)
33752025-04-30T18:18:04.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762025-04-30T18:18:04.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772025-04-30T18:18:04.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782025-04-30T18:18:04.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
33792025-04-30T18:18:04.156Z
33802025-04-30T18:18:04.156Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (155/212)
33812025-04-30T18:18:05.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822025-04-30T18:18:05.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832025-04-30T18:18:05.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842025-04-30T18:18:05.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
33852025-04-30T18:18:05.201Z
33862025-04-30T18:18:05.202Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (156/212)
33872025-04-30T18:18:06.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882025-04-30T18:18:06.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892025-04-30T18:18:06.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902025-04-30T18:18:06.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33912025-04-30T18:18:06.244Z
33922025-04-30T18:18:06.244Zinfo: running `cargo check --bins` on nexus-test-interface (157/212)
33932025-04-30T18:18:07.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942025-04-30T18:18:07.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952025-04-30T18:18:07.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962025-04-30T18:18:07.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33972025-04-30T18:18:07.271Z
33982025-04-30T18:18:07.271Zinfo: running `cargo check --bins` on oximeter-collector (158/212)
33992025-04-30T18:18:08.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002025-04-30T18:18:08.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012025-04-30T18:18:08.390Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34022025-04-30T18:18:08.390Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34032025-04-30T18:18:09.478Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34042025-04-30T18:18:12.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
34052025-04-30T18:18:12.273Z
34062025-04-30T18:18:12.273Zinfo: running `cargo check --bins` on oximeter-api (159/212)
34072025-04-30T18:18:13.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082025-04-30T18:18:13.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092025-04-30T18:18:13.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102025-04-30T18:18:13.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
34112025-04-30T18:18:13.268Z
34122025-04-30T18:18:13.268Zinfo: running `cargo check --bins` on cert-dev (160/212)
34132025-04-30T18:18:14.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142025-04-30T18:18:14.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152025-04-30T18:18:14.240Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34162025-04-30T18:18:14.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
34172025-04-30T18:18:14.710Z
34182025-04-30T18:18:14.710Zinfo: running `cargo check --bins` on clickana (161/212)
34192025-04-30T18:18:15.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202025-04-30T18:18:15.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212025-04-30T18:18:15.709Z Checking itertools v0.13.0
34222025-04-30T18:18:15.709Z Checking castaway v0.2.3
34232025-04-30T18:18:15.749Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34242025-04-30T18:18:15.749Z Checking lru v0.12.5
34252025-04-30T18:18:15.749Z Compiling instability v0.3.2
34262025-04-30T18:18:15.749Z Checking cassowary v0.3.0
34272025-04-30T18:18:15.749Z Compiling indoc v2.0.6
34282025-04-30T18:18:15.998Z Checking compact_str v0.8.0
34292025-04-30T18:18:17.775Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34302025-04-30T18:18:17.815Z Checking unicode-truncate v1.1.0
34312025-04-30T18:18:18.045Z Checking ratatui v0.29.0
34322025-04-30T18:18:20.604Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34332025-04-30T18:18:21.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.94s
34342025-04-30T18:18:21.831Z
34352025-04-30T18:18:21.831Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (162/212)
34362025-04-30T18:18:22.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372025-04-30T18:18:22.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382025-04-30T18:18:22.923Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34392025-04-30T18:18:22.923Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34402025-04-30T18:18:24.222Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
34412025-04-30T18:18:24.862Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
34422025-04-30T18:18:25.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
34432025-04-30T18:18:25.541Z
34442025-04-30T18:18:25.541Zinfo: running `cargo check --bins` on ch-dev (163/212)
34452025-04-30T18:18:26.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462025-04-30T18:18:26.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472025-04-30T18:18:26.608Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
34482025-04-30T18:18:27.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
34492025-04-30T18:18:27.767Z
34502025-04-30T18:18:27.767Zinfo: running `cargo check --bins` on dev-tools-common (164/212)
34512025-04-30T18:18:28.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522025-04-30T18:18:28.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532025-04-30T18:18:28.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542025-04-30T18:18:28.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34552025-04-30T18:18:28.510Z
34562025-04-30T18:18:28.511Zinfo: running `cargo check --bins` on crdb-seed (165/212)
34572025-04-30T18:18:29.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582025-04-30T18:18:29.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592025-04-30T18:18:29.573Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34602025-04-30T18:18:29.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
34612025-04-30T18:18:30.153Z
34622025-04-30T18:18:30.153Zinfo: running `cargo check --bins` on db-dev (166/212)
34632025-04-30T18:18:31.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642025-04-30T18:18:31.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652025-04-30T18:18:31.197Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34662025-04-30T18:18:32.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
34672025-04-30T18:18:32.306Z
34682025-04-30T18:18:32.306Zinfo: running `cargo check --bins` on omicron-dev-lib (167/212)
34692025-04-30T18:18:33.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702025-04-30T18:18:33.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712025-04-30T18:18:33.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722025-04-30T18:18:33.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
34732025-04-30T18:18:33.347Z
34742025-04-30T18:18:33.347Zinfo: running `cargo check --bins` on xtask-downloader (168/212)
34752025-04-30T18:18:34.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762025-04-30T18:18:34.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772025-04-30T18:18:34.317Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34782025-04-30T18:18:35.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
34792025-04-30T18:18:35.528Z
34802025-04-30T18:18:35.528Zinfo: running `cargo check --bins` on omicron-ls-apis (169/212)
34812025-04-30T18:18:36.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822025-04-30T18:18:36.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832025-04-30T18:18:36.453Z Checking cargo-platform v0.1.8
34842025-04-30T18:18:36.732Z Checking cargo_metadata v0.19.2
34852025-04-30T18:18:38.159Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34862025-04-30T18:18:39.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
34872025-04-30T18:18:39.500Z
34882025-04-30T18:18:39.500Zinfo: running `cargo check --bins` on mgs-dev (170/212)
34892025-04-30T18:18:40.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902025-04-30T18:18:40.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912025-04-30T18:18:40.630Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34922025-04-30T18:18:42.559Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34932025-04-30T18:18:43.315Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34942025-04-30T18:18:44.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
34952025-04-30T18:18:44.203Z
34962025-04-30T18:18:44.203Zinfo: running `cargo check --bins` on omicron-omdb (171/212)
34972025-04-30T18:18:45.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982025-04-30T18:18:45.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992025-04-30T18:18:45.458Z Compiling crunchy v0.2.2
35002025-04-30T18:18:45.498Z Compiling dsl_auto_type v0.1.2
35012025-04-30T18:18:45.498Z Checking scheduled-thread-pool v0.2.7
35022025-04-30T18:18:45.498Z Compiling diesel_table_macro_syntax v0.2.0
35032025-04-30T18:18:45.498Z Compiling tiny-keccak v2.0.2
35042025-04-30T18:18:45.498Z Compiling bit-vec v0.6.3
35052025-04-30T18:18:45.538Z Compiling ascii-canvas v3.0.0
35062025-04-30T18:18:45.578Z Compiling ena v0.14.3
35072025-04-30T18:18:45.754Z Checking r2d2 v0.8.10
35082025-04-30T18:18:45.896Z Compiling bit-set v0.5.3
35092025-04-30T18:18:45.945Z Compiling regex-syntax v0.6.29
35102025-04-30T18:18:45.989Z Compiling diff v0.1.13
35112025-04-30T18:18:46.029Z Compiling bindgen v0.71.1
35122025-04-30T18:18:46.069Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35132025-04-30T18:18:46.069Z Compiling rustc-hash v2.1.1
35142025-04-30T18:18:46.179Z Compiling ref-cast v1.0.23
35152025-04-30T18:18:46.288Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35162025-04-30T18:18:46.327Z Compiling derive_builder_core v0.20.2
35172025-04-30T18:18:46.504Z Compiling libxml v0.3.3
35182025-04-30T18:18:46.572Z Compiling ref-cast-impl v1.0.23
35192025-04-30T18:18:46.730Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35202025-04-30T18:18:46.772Z Compiling diesel_derives v2.2.3
35212025-04-30T18:18:46.813Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35222025-04-30T18:18:46.905Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35232025-04-30T18:18:47.203Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35242025-04-30T18:18:47.245Z Compiling strum_macros v0.24.3
35252025-04-30T18:18:47.549Z Compiling indoc v1.0.9
35262025-04-30T18:18:48.160Z Compiling derive_builder_macro v0.20.2
35272025-04-30T18:18:48.326Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35282025-04-30T18:18:48.599Z Compiling oso-derive v0.27.3
35292025-04-30T18:18:48.889Z Compiling lalrpop v0.19.12
35302025-04-30T18:18:48.981Z Checking derive_builder v0.20.2
35312025-04-30T18:18:49.167Z Compiling impl-trait-for-tuples v0.2.2
35322025-04-30T18:18:49.209Z Checking quick-xml v0.37.2
35332025-04-30T18:18:49.422Z Checking maplit v1.0.2
35342025-04-30T18:18:49.567Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35352025-04-30T18:18:49.819Z Compiling diesel-dtrace v0.4.2
35362025-04-30T18:18:50.195Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35372025-04-30T18:18:50.482Z Checking bb8 v0.8.5
35382025-04-30T18:18:50.601Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35392025-04-30T18:18:50.973Z Checking io-lifetimes v1.0.11
35402025-04-30T18:18:51.016Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35412025-04-30T18:18:51.056Z Checking rand_seeder v0.3.0
35422025-04-30T18:18:51.096Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35432025-04-30T18:18:51.205Z Checking rustix v0.37.28
35442025-04-30T18:18:51.289Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35452025-04-30T18:18:51.383Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35462025-04-30T18:18:51.537Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35472025-04-30T18:18:51.913Z Checking smawk v0.3.2
35482025-04-30T18:18:52.149Z Checking unicode-linebreak v0.1.5
35492025-04-30T18:18:52.189Z Checking terminal_size v0.2.6
35502025-04-30T18:18:52.378Z Checking is_ci v1.2.0
35512025-04-30T18:18:52.520Z Checking supports-color v3.0.2
35522025-04-30T18:18:52.564Z Checking textwrap v0.16.1
35532025-04-30T18:18:52.766Z Checking multimap v0.10.0
35542025-04-30T18:18:53.316Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35552025-04-30T18:18:54.497Z Checking diesel v2.2.9
35562025-04-30T18:19:08.745Z Compiling samael v0.0.18
35572025-04-30T18:19:20.484Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35582025-04-30T18:19:22.765Z Checking async-bb8-diesel v0.2.1
35592025-04-30T18:19:24.986Z Compiling polar-core v0.27.3
35602025-04-30T18:19:34.312Z Checking oso v0.27.3
35612025-04-30T18:20:21.195Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
35622025-04-30T18:21:04.226Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35632025-04-30T18:21:16.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
35642025-04-30T18:21:16.269Z
35652025-04-30T18:21:16.270Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (172/212)
35662025-04-30T18:21:17.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672025-04-30T18:21:17.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682025-04-30T18:21:17.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692025-04-30T18:21:17.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
35702025-04-30T18:21:17.324Z
35712025-04-30T18:21:17.325Zinfo: running `cargo check --bins` on nexus-saga-recovery (173/212)
35722025-04-30T18:21:18.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732025-04-30T18:21:18.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742025-04-30T18:21:18.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752025-04-30T18:21:18.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
35762025-04-30T18:21:18.433Z
35772025-04-30T18:21:18.433Zinfo: running `cargo check --bins` on nexus-test-utils-macros (174/212)
35782025-04-30T18:21:19.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792025-04-30T18:21:19.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802025-04-30T18:21:19.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812025-04-30T18:21:19.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
35822025-04-30T18:21:19.417Z
35832025-04-30T18:21:19.417Zinfo: running `cargo check --bins` on omicron-nexus (175/212)
35842025-04-30T18:21:20.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852025-04-30T18:21:20.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862025-04-30T18:21:20.672Z Compiling libz-sys v1.1.20
35872025-04-30T18:21:20.712Z Compiling libgit2-sys v0.17.0+1.8.1
35882025-04-30T18:21:20.753Z Compiling vergen v8.3.2
35892025-04-30T18:21:20.753Z Compiling cargo-platform v0.1.8
35902025-04-30T18:21:20.753Z Compiling pin-project-internal v1.1.6
35912025-04-30T18:21:20.792Z Compiling snafu-derive v0.8.5
35922025-04-30T18:21:20.793Z Compiling fs-err v2.11.0
35932025-04-30T18:21:20.793Z Compiling rustls v0.21.12
35942025-04-30T18:21:21.057Z Compiling cargo_metadata v0.18.1
35952025-04-30T18:21:21.147Z Checking globset v0.4.15
35962025-04-30T18:21:21.242Z Checking olpc-cjson v0.1.4
35972025-04-30T18:21:21.294Z Checking rustls-webpki v0.101.7
35982025-04-30T18:21:21.470Z Checking sct v0.7.1
35992025-04-30T18:21:21.601Z Checking serde_plain v1.0.2
36002025-04-30T18:21:21.641Z Checking typed-path v0.9.3
36012025-04-30T18:21:21.853Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36022025-04-30T18:21:21.992Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36032025-04-30T18:21:22.140Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36042025-04-30T18:21:22.281Z Checking parse-size v1.1.0
36052025-04-30T18:21:22.466Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36062025-04-30T18:21:22.544Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
36072025-04-30T18:21:22.824Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36082025-04-30T18:21:23.132Z Checking pin-project v1.1.6
36092025-04-30T18:21:23.287Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36102025-04-30T18:21:23.355Z Checking rustls-pemfile v1.0.4
36112025-04-30T18:21:23.573Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36122025-04-30T18:21:23.696Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36132025-04-30T18:21:23.928Z Checking twox-hash v2.1.0
36142025-04-30T18:21:23.968Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36152025-04-30T18:21:24.022Z Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
36162025-04-30T18:21:24.094Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36172025-04-30T18:21:24.625Z Checking tokio-rustls v0.24.1
36182025-04-30T18:21:24.733Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
36192025-04-30T18:21:24.859Z Checking snafu v0.8.5
36202025-04-30T18:21:25.283Z Checking tough v0.20.0
36212025-04-30T18:21:25.382Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36222025-04-30T18:21:25.672Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36232025-04-30T18:21:25.787Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
36242025-04-30T18:21:25.834Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36252025-04-30T18:21:25.875Z Checking fatfs v0.3.6
36262025-04-30T18:21:25.959Z Checking assert_matches v1.5.0
36272025-04-30T18:21:29.205Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
36282025-04-30T18:21:30.597Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36292025-04-30T18:21:33.135Z Compiling git2 v0.19.0
36302025-04-30T18:21:38.486Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
36312025-04-30T18:22:57.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
36322025-04-30T18:22:57.304Z
36332025-04-30T18:22:57.304Zinfo: running `cargo check --bins` on nexus-background-task-interface (176/212)
36342025-04-30T18:22:58.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352025-04-30T18:22:58.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362025-04-30T18:22:58.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372025-04-30T18:22:58.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
36382025-04-30T18:22:58.290Z
36392025-04-30T18:22:58.290Zinfo: running `cargo check --bins` on nexus-external-api (177/212)
36402025-04-30T18:22:59.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412025-04-30T18:22:59.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422025-04-30T18:22:59.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432025-04-30T18:22:59.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
36442025-04-30T18:22:59.314Z
36452025-04-30T18:22:59.314Zinfo: running `cargo check --bins` on nexus-internal-api (178/212)
36462025-04-30T18:23:00.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472025-04-30T18:23:00.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482025-04-30T18:23:00.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492025-04-30T18:23:00.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
36502025-04-30T18:23:00.337Z
36512025-04-30T18:23:00.337Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (179/212)
36522025-04-30T18:23:01.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532025-04-30T18:23:01.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542025-04-30T18:23:01.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552025-04-30T18:23:01.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
36562025-04-30T18:23:01.370Z
36572025-04-30T18:23:01.370Zinfo: running `cargo check --bins` on nexus-mgs-updates (180/212)
36582025-04-30T18:23:02.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592025-04-30T18:23:02.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602025-04-30T18:23:02.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612025-04-30T18:23:02.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
36622025-04-30T18:23:02.370Z
36632025-04-30T18:23:02.371Zinfo: running `cargo check --bins` on nexus-networking (181/212)
36642025-04-30T18:23:03.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652025-04-30T18:23:03.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662025-04-30T18:23:03.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672025-04-30T18:23:03.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
36682025-04-30T18:23:03.396Z
36692025-04-30T18:23:03.397Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (182/212)
36702025-04-30T18:23:04.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712025-04-30T18:23:04.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722025-04-30T18:23:04.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732025-04-30T18:23:04.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
36742025-04-30T18:23:04.437Z
36752025-04-30T18:23:04.437Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (183/212)
36762025-04-30T18:23:05.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772025-04-30T18:23:05.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782025-04-30T18:23:05.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792025-04-30T18:23:05.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
36802025-04-30T18:23:05.463Z
36812025-04-30T18:23:05.463Zinfo: running `cargo check --bins` on update-common (184/212)
36822025-04-30T18:23:06.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832025-04-30T18:23:06.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842025-04-30T18:23:06.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852025-04-30T18:23:06.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
36862025-04-30T18:23:06.467Z
36872025-04-30T18:23:06.467Zinfo: running `cargo check --bins` on omicron-dev (185/212)
36882025-04-30T18:23:07.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892025-04-30T18:23:07.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902025-04-30T18:23:07.807Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36912025-04-30T18:23:07.847Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36922025-04-30T18:23:07.887Z Checking diff v0.1.13
36932025-04-30T18:23:07.887Z Checking yansi v1.0.1
36942025-04-30T18:23:07.887Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36952025-04-30T18:23:07.887Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36962025-04-30T18:23:08.353Z Checking pretty_assertions v1.4.1
36972025-04-30T18:23:09.143Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36982025-04-30T18:23:45.799Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36992025-04-30T18:23:45.799Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37002025-04-30T18:23:45.840Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37012025-04-30T18:23:45.840Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37022025-04-30T18:23:45.840Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37032025-04-30T18:23:45.840Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
37042025-04-30T18:23:46.825Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37052025-04-30T18:23:48.430Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37062025-04-30T18:24:55.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
37072025-04-30T18:24:55.295Z
37082025-04-30T18:24:55.295Zinfo: running `cargo check --bins` on openapi-manager (186/212)
37092025-04-30T18:24:56.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102025-04-30T18:24:56.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112025-04-30T18:24:56.419Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37122025-04-30T18:24:56.419Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37132025-04-30T18:24:56.459Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
37142025-04-30T18:24:56.459Z Checking heck v0.4.1
37152025-04-30T18:24:56.499Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37162025-04-30T18:24:56.707Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37172025-04-30T18:24:56.982Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37182025-04-30T18:24:57.931Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37192025-04-30T18:25:00.920Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37202025-04-30T18:25:02.902Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37212025-04-30T18:25:03.955Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
37222025-04-30T18:25:05.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.50s
37232025-04-30T18:25:05.989Z
37242025-04-30T18:25:05.989Zinfo: running `cargo check --bins` on installinator-api (187/212)
37252025-04-30T18:25:06.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262025-04-30T18:25:06.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272025-04-30T18:25:06.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282025-04-30T18:25:06.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
37292025-04-30T18:25:06.991Z
37302025-04-30T18:25:06.991Zinfo: running `cargo check --bins` on wicketd-api (188/212)
37312025-04-30T18:25:07.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322025-04-30T18:25:07.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332025-04-30T18:25:07.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342025-04-30T18:25:07.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
37352025-04-30T18:25:08.001Z
37362025-04-30T18:25:08.001Zinfo: running `cargo check --bins` on omicron-pins (189/212)
37372025-04-30T18:25:08.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382025-04-30T18:25:08.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392025-04-30T18:25:08.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402025-04-30T18:25:08.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
37412025-04-30T18:25:08.907Z
37422025-04-30T18:25:08.907Zinfo: running `cargo check --bins` on reconfigurator-cli (190/212)
37432025-04-30T18:25:09.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442025-04-30T18:25:09.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452025-04-30T18:25:09.929Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
37462025-04-30T18:25:09.929Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37472025-04-30T18:25:09.969Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37482025-04-30T18:25:09.969Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37492025-04-30T18:25:09.969Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
37502025-04-30T18:25:09.969Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
37512025-04-30T18:25:09.969Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37522025-04-30T18:25:09.969Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37532025-04-30T18:25:10.243Z Compiling petname v2.0.2
37542025-04-30T18:25:10.307Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37552025-04-30T18:25:10.349Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37562025-04-30T18:25:10.615Z Checking sync-ptr v0.1.1
37572025-04-30T18:25:10.722Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
37582025-04-30T18:25:10.841Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
37592025-04-30T18:25:12.054Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37602025-04-30T18:25:13.746Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37612025-04-30T18:25:29.534Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37622025-04-30T18:25:29.534Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37632025-04-30T18:25:30.388Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37642025-04-30T18:25:31.989Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37652025-04-30T18:25:34.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.53s
37662025-04-30T18:25:34.636Z
37672025-04-30T18:25:34.636Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (191/212)
37682025-04-30T18:25:35.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692025-04-30T18:25:35.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702025-04-30T18:25:35.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712025-04-30T18:25:35.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
37722025-04-30T18:25:35.672Z
37732025-04-30T18:25:35.672Zinfo: running `cargo check --bins` on omicron-repl-utils (192/212)
37742025-04-30T18:25:36.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752025-04-30T18:25:36.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762025-04-30T18:25:36.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772025-04-30T18:25:36.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
37782025-04-30T18:25:36.641Z
37792025-04-30T18:25:36.641Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (193/212)
37802025-04-30T18:25:37.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812025-04-30T18:25:37.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822025-04-30T18:25:37.830Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
37832025-04-30T18:25:39.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
37842025-04-30T18:25:39.235Z
37852025-04-30T18:25:39.235Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (194/212)
37862025-04-30T18:25:40.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872025-04-30T18:25:40.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882025-04-30T18:25:40.332Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37892025-04-30T18:25:40.770Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37902025-04-30T18:25:42.019Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
37912025-04-30T18:25:42.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
37922025-04-30T18:25:42.997Z
37932025-04-30T18:25:42.997Zinfo: running `cargo check --bins` on omicron-releng (195/212)
37942025-04-30T18:25:43.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952025-04-30T18:25:43.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962025-04-30T18:25:44.001Z Compiling blake3 v1.5.4
37972025-04-30T18:25:44.042Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
37982025-04-30T18:25:44.081Z Checking memmap2 v0.9.5
37992025-04-30T18:25:44.081Z Checking arrayref v0.3.9
38002025-04-30T18:25:44.082Z Checking arrayvec v0.7.6
38012025-04-30T18:25:44.082Z Checking constant_time_eq v0.3.1
38022025-04-30T18:25:44.121Z Checking topological-sort v0.2.2
38032025-04-30T18:25:44.121Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
38042025-04-30T18:25:44.191Z Checking shell-words v1.1.0
38052025-04-30T18:25:44.632Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
38062025-04-30T18:25:44.980Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
38072025-04-30T18:25:45.555Z Checking omicron-zone-package v0.12.0
38082025-04-30T18:25:47.155Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
38092025-04-30T18:25:48.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
38102025-04-30T18:25:48.545Z
38112025-04-30T18:25:48.545Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (196/212)
38122025-04-30T18:25:49.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132025-04-30T18:25:49.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142025-04-30T18:25:49.515Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38152025-04-30T18:25:49.888Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
38162025-04-30T18:25:50.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
38172025-04-30T18:25:50.625Z
38182025-04-30T18:25:50.625Zinfo: running `cargo check --bins` on xtask (197/212)
38192025-04-30T18:25:51.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202025-04-30T18:25:51.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212025-04-30T18:25:51.346Z Checking bitflags v2.9.0
38222025-04-30T18:25:51.346Z Checking serde v1.0.219
38232025-04-30T18:25:51.346Z Checking thiserror v1.0.69
38242025-04-30T18:25:51.388Z Checking scroll v0.12.0
38252025-04-30T18:25:51.388Z Checking log v0.4.22
38262025-04-30T18:25:51.428Z Checking hashbrown v0.15.1
38272025-04-30T18:25:51.428Z Checking zerocopy v0.7.35
38282025-04-30T18:25:51.468Z Checking syn v2.0.98
38292025-04-30T18:25:51.520Z Checking pest v2.7.14
38302025-04-30T18:25:51.614Z Checking rustix v0.38.37
38312025-04-30T18:25:51.657Z Checking once_cell v1.21.3
38322025-04-30T18:25:51.803Z Checking goblin v0.8.2
38332025-04-30T18:25:51.947Z Checking thiserror v2.0.12
38342025-04-30T18:25:52.090Z Checking fs-err v3.1.0
38352025-04-30T18:25:52.276Z Checking indexmap v2.7.1
38362025-04-30T18:25:52.397Z Checking anyhow v1.0.98
38372025-04-30T18:25:52.476Z Checking tabled v0.15.0
38382025-04-30T18:25:52.771Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
38392025-04-30T18:25:53.165Z Checking terminal_size v0.4.0
38402025-04-30T18:25:53.205Z Checking tempfile v3.13.0
38412025-04-30T18:25:53.335Z Checking clap_builder v4.5.35
38422025-04-30T18:25:53.670Z Checking dtrace-parser v0.2.0
38432025-04-30T18:25:55.246Z Checking serde_json v1.0.140
38442025-04-30T18:25:55.246Z Checking serde_spanned v0.6.8
38452025-04-30T18:25:55.286Z Checking toml_datetime v0.6.8
38462025-04-30T18:25:55.286Z Checking camino v1.1.9
38472025-04-30T18:25:55.286Z Checking semver v1.0.25
38482025-04-30T18:25:55.449Z Checking cargo-platform v0.1.8
38492025-04-30T18:25:55.489Z Checking macaddr v1.0.1
38502025-04-30T18:25:55.583Z Checking toml_edit v0.22.24
38512025-04-30T18:25:55.755Z Checking camino-tempfile v1.1.1
38522025-04-30T18:25:55.895Z Checking clap v4.5.35
38532025-04-30T18:25:56.477Z Checking dof v0.3.0
38542025-04-30T18:25:56.477Z Checking cargo_metadata v0.19.2
38552025-04-30T18:25:56.983Z Checking usdt-impl v0.5.0
38562025-04-30T18:25:57.455Z Checking usdt v0.5.0
38572025-04-30T18:25:57.801Z Checking toml v0.8.20
38582025-04-30T18:25:58.406Z Checking cargo_toml v0.21.0
38592025-04-30T18:25:59.920Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38602025-04-30T18:26:00.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s
38612025-04-30T18:26:00.875Z
38622025-04-30T18:26:00.875Zinfo: running `cargo check --bins` on end-to-end-tests (198/212)
38632025-04-30T18:26:01.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642025-04-30T18:26:01.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652025-04-30T18:26:02.070Z Checking polyval v0.6.2
38662025-04-30T18:26:02.110Z Checking ctr v0.9.2
38672025-04-30T18:26:02.150Z Checking ssh-encoding v0.2.0
38682025-04-30T18:26:02.150Z Checking blowfish v0.9.1
38692025-04-30T18:26:02.190Z Checking password-hash v0.4.2
38702025-04-30T18:26:02.230Z Checking p521 v0.13.3
38712025-04-30T18:26:02.230Z Checking p256 v0.13.2
38722025-04-30T18:26:02.270Z Checking russh-cryptovec v0.7.3
38732025-04-30T18:26:02.347Z Checking ghash v0.5.1
38742025-04-30T18:26:02.398Z Checking bcrypt-pbkdf v0.10.0
38752025-04-30T18:26:02.438Z Checking md5 v0.7.0
38762025-04-30T18:26:02.478Z Checking num-bigint v0.4.6
38772025-04-30T18:26:02.518Z Checking des v0.8.1
38782025-04-30T18:26:02.558Z Checking aes-gcm v0.10.3
38792025-04-30T18:26:02.598Z Checking pbkdf2 v0.11.0
38802025-04-30T18:26:02.638Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38812025-04-30T18:26:02.679Z Checking hex-literal v0.4.1
38822025-04-30T18:26:02.679Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38832025-04-30T18:26:02.768Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38842025-04-30T18:26:02.809Z Checking ssh-cipher v0.2.0
38852025-04-30T18:26:02.809Z Checking internet-checksum v0.2.1
38862025-04-30T18:26:03.059Z Checking ssh-key v0.6.6
38872025-04-30T18:26:03.246Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38882025-04-30T18:26:04.436Z Checking russh-keys v0.45.0
38892025-04-30T18:26:05.538Z Checking russh v0.45.0
38902025-04-30T18:26:32.880Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38912025-04-30T18:26:34.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.83s
38922025-04-30T18:26:34.927Z
38932025-04-30T18:26:34.927Zinfo: running `cargo check --bins` on gateway-cli (199/212)
38942025-04-30T18:26:35.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952025-04-30T18:26:35.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962025-04-30T18:26:35.961Z Checking termios v0.3.3
38972025-04-30T18:26:36.173Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38982025-04-30T18:26:37.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
38992025-04-30T18:26:37.381Z
39002025-04-30T18:26:37.381Zinfo: running `cargo check --bins --no-default-features` on installinator (200/212)
39012025-04-30T18:26:38.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022025-04-30T18:26:38.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032025-04-30T18:26:38.565Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39042025-04-30T18:26:38.565Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39052025-04-30T18:26:38.565Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39062025-04-30T18:26:38.605Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39072025-04-30T18:26:39.697Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39082025-04-30T18:26:39.835Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39092025-04-30T18:26:42.095Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39102025-04-30T18:26:44.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.47s
39112025-04-30T18:26:45.052Z
39122025-04-30T18:26:45.052Zinfo: running `cargo check --bins` on internal-dns-cli (201/212)
39132025-04-30T18:26:45.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142025-04-30T18:26:46.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152025-04-30T18:26:46.106Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39162025-04-30T18:26:46.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
39172025-04-30T18:26:46.811Z
39182025-04-30T18:26:46.811Zinfo: running `cargo check --bins` on omicron-live-tests (202/212)
39192025-04-30T18:26:47.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202025-04-30T18:26:47.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212025-04-30T18:26:47.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222025-04-30T18:26:47.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
39232025-04-30T18:26:47.774Z
39242025-04-30T18:26:47.774Zinfo: running `cargo check --bins` on live-tests-macros (203/212)
39252025-04-30T18:26:48.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262025-04-30T18:26:48.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272025-04-30T18:26:48.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282025-04-30T18:26:48.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39292025-04-30T18:26:48.780Z
39302025-04-30T18:26:48.780Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (204/212)
39312025-04-30T18:26:49.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322025-04-30T18:26:49.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332025-04-30T18:26:49.915Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
39342025-04-30T18:26:50.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
39352025-04-30T18:26:50.796Z
39362025-04-30T18:26:50.796Zinfo: running `cargo check --bins` on omicron-package (205/212)
39372025-04-30T18:26:51.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382025-04-30T18:26:51.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392025-04-30T18:26:51.885Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
39402025-04-30T18:26:53.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
39412025-04-30T18:26:53.881Z
39422025-04-30T18:26:53.881Zinfo: running `cargo check --bins` on trust-quorum (206/212)
39432025-04-30T18:26:54.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442025-04-30T18:26:54.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452025-04-30T18:26:54.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462025-04-30T18:26:54.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39472025-04-30T18:26:54.891Z
39482025-04-30T18:26:54.891Zinfo: running `cargo check --bins` on gfss (207/212)
39492025-04-30T18:26:55.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502025-04-30T18:26:55.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512025-04-30T18:26:55.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522025-04-30T18:26:55.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
39532025-04-30T18:26:55.845Z
39542025-04-30T18:26:55.845Zinfo: running `cargo check --bins` on wicket-dbg (208/212)
39552025-04-30T18:26:56.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562025-04-30T18:26:56.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572025-04-30T18:26:56.965Z Checking rtoolbox v0.0.2
39582025-04-30T18:26:56.965Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39592025-04-30T18:26:56.965Z Checking tui-tree-widget v0.23.0
39602025-04-30T18:26:57.186Z Checking rpassword v7.3.1
39612025-04-30T18:27:03.260Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39622025-04-30T18:27:07.133Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39632025-04-30T18:27:08.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.84s
39642025-04-30T18:27:08.883Z
39652025-04-30T18:27:08.883Zinfo: running `cargo check --bins` on wicket (209/212)
39662025-04-30T18:27:09.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672025-04-30T18:27:09.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682025-04-30T18:27:10.034Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39692025-04-30T18:27:10.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
39702025-04-30T18:27:10.636Z
39712025-04-30T18:27:10.636Zinfo: running `cargo check --bins` on wicketd (210/212)
39722025-04-30T18:27:11.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732025-04-30T18:27:11.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742025-04-30T18:27:11.781Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
39752025-04-30T18:27:17.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
39762025-04-30T18:27:17.345Z
39772025-04-30T18:27:17.345Zinfo: running `cargo check --bins` on omicron-workspace-hack (211/212)
39782025-04-30T18:27:18.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792025-04-30T18:27:18.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802025-04-30T18:27:18.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812025-04-30T18:27:18.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
39822025-04-30T18:27:18.316Z
39832025-04-30T18:27:18.316Zinfo: running `cargo check --bins` on zone-setup (212/212)
39842025-04-30T18:27:19.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852025-04-30T18:27:19.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862025-04-30T18:27:19.378Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39872025-04-30T18:27:19.418Z Checking uzers v0.12.1
39882025-04-30T18:27:21.799Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39892025-04-30T18:27:24.605Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39902025-04-30T18:27:25.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s
39912025-04-30T18:27:26.029Z
39922025-04-30T18:27:26.029Zreal 18:56.168022815
39932025-04-30T18:27:26.029Zuser 31:21.251103658
39942025-04-30T18:27:26.029Zsys 5:38.205691025
39952025-04-30T18:27:26.029Ztrap 0.801309176
39962025-04-30T18:27:26.029Ztflt 0.479250337
39972025-04-30T18:27:26.029Zdflt 1.376595031
39982025-04-30T18:27:26.029Zkflt 0.000878881
39992025-04-30T18:27:26.029Zlock 56:32.308898990
40002025-04-30T18:27:26.069Zslp 2:46:36.151562653
40012025-04-30T18:27:26.069Zlat 1:12.965441650
40022025-04-30T18:27:26.069Zstop 3:48.472633197
40032025-04-30T18:27:26.069Zprocess exited: duration 1501284 ms, exit code 0
 
40042025-04-30T18:27:26.151Zfound 0 output files