01JQ5TG9FD63PQBPS2CQH8CADN: 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: 01JQ5TGP2SFZRQK2AZKWEGX8R6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-25T04:56:55.744Zjob assigned to worker 01JQ5TGYCKRPN4Q8DNKWRGXGTG [factory aws, i-01749a2851adf3bf2] (queued for 53 s)
 
22025-03-25T04:57:03.900Zstarting task 0: "setup"
32025-03-25T04:57:03.905Z++ uname -s
42025-03-25T04:57:03.908Z+ kern=SunOS
52025-03-25T04:57:03.908Z+ build_user=build
62025-03-25T04:57:03.908Z+ build_uid=12345
72025-03-25T04:57:03.908Z+ work_dir=/work
82025-03-25T04:57:03.908Z+ input_dir=/input
92025-03-25T04:57:03.908Z+ [[ 0 == 12345 ]]
102025-03-25T04:57:03.908Z+ case "$kern" in
112025-03-25T04:57:03.908Z+ groupadd -g 12345 build
122025-03-25T04:57:03.911Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-25T04:57:05.917Z+ zfs create -o mountpoint=/work rpool/work
142025-03-25T04:57:06.044Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-25T04:57:06.047Z+ home_fs=zfs
162025-03-25T04:57:06.047Z+ [[ zfs == autofs ]]
172025-03-25T04:57:06.047Z+ mkdir -p /home/build
182025-03-25T04:57:06.051Z+ chown build:build /home/build /work
192025-03-25T04:57:08.051Z+ chmod 0700 /home/build /work
202025-03-25T04:57:08.054Zprocess exited: duration 4155 ms, exit code 0
 
212025-03-25T04:57:08.061Zstarting task 1: "rust-toolchain"
222025-03-25T04:57:08.067Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-25T04:57:08.067Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-25T04:57:08.067Z * rust toolchain channel = "1.85.0"
252025-03-25T04:57:08.067Z * rust toolchain profile = "default"
262025-03-25T04:57:08.067Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-25T04:57:08.067Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-25T04:57:08.072Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-25T04:57:08.072Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-25T04:57:08.184Zinfo: downloading installer
312025-03-25T04:57:09.410Zwarn: It looks like you have an existing installation of Rust at:
322025-03-25T04:57:09.410Zwarn: /opt/ooce/bin
332025-03-25T04:57:09.410Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-25T04:57:09.410Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-25T04:57:09.410Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-25T04:57:09.410Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-25T04:57:09.410Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-25T04:57:09.410Zerror: cannot install while Rust is installed
392025-03-25T04:57:09.410Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-25T04:57:09.423Zinfo: profile set to 'default'
412025-03-25T04:57:09.423Zinfo: default host triple is x86_64-unknown-illumos
422025-03-25T04:57:09.426Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-25T04:57:09.599Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-25T04:57:09.599Zinfo: downloading component 'cargo'
452025-03-25T04:57:10.520Zinfo: downloading component 'clippy'
462025-03-25T04:57:10.902Zinfo: downloading component 'rust-docs'
472025-03-25T04:57:12.047Zinfo: downloading component 'rust-std'
482025-03-25T04:57:14.349Zinfo: downloading component 'rustc'
492025-03-25T04:57:21.276Zinfo: downloading component 'rustfmt'
502025-03-25T04:57:21.607Zinfo: installing component 'cargo'
512025-03-25T04:57:22.420Zinfo: installing component 'clippy'
522025-03-25T04:57:22.801Zinfo: installing component 'rust-docs'
532025-03-25T04:57:24.542Zinfo: installing component 'rust-std'
542025-03-25T04:57:26.412Zinfo: installing component 'rustc'
552025-03-25T04:57:32.194Zinfo: installing component 'rustfmt'
562025-03-25T04:57:32.530Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-25T04:57:32.530Z
582025-03-25T04:57:32.896Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-25T04:57:32.896Z
602025-03-25T04:57:32.905Z
612025-03-25T04:57:32.905ZRust is installed now. Great!
622025-03-25T04:57:32.905Z
632025-03-25T04:57:32.905ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-25T04:57:32.905Zenvironment variable. This has not been done automatically.
652025-03-25T04:57:32.905Z
662025-03-25T04:57:32.905ZTo configure your current shell, you need to source
672025-03-25T04:57:32.905Zthe corresponding env file under $HOME/.cargo.
682025-03-25T04:57:32.905Z
692025-03-25T04:57:32.905ZThis is usually done by running one of the following (note the leading DOT):
702025-03-25T04:57:32.905Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-25T04:57:32.905Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-25T04:57:32.905Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-25T04:57:32.967Z+ rustup --version
742025-03-25T04:57:32.978Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-25T04:57:32.978Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-25T04:57:33.007Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-25T04:57:33.011Z+ cargo --version
782025-03-25T04:57:33.027Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-25T04:57:33.030Z+ rustc --version
802025-03-25T04:57:33.054Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-25T04:57:33.058Zprocess exited: duration 24990 ms, exit code 0
 
822025-03-25T04:57:33.067Zstarting task 2: "authentication"
832025-03-25T04:57:33.089Zprocess exited: duration 21 ms, exit code 0
 
842025-03-25T04:57:33.095Zstarting task 3: "clone repository"
852025-03-25T04:57:33.100Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-25T04:57:33.103Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-25T04:57:33.142ZCloning into '/work/oxidecomputer/omicron'...
882025-03-25T04:57:39.973Z+ cd /work/oxidecomputer/omicron
892025-03-25T04:57:39.973Z+ git fetch origin 36faafb666e626cf55506ab85f65e3e830c6d8f9
902025-03-25T04:57:40.281ZFrom https://github.com/oxidecomputer/omicron
912025-03-25T04:57:40.281Z * branch 36faafb666e626cf55506ab85f65e3e830c6d8f9 -> FETCH_HEAD
922025-03-25T04:57:40.291Z+ [[ -n iliana/artifact-store-writer-redo ]]
932025-03-25T04:57:40.294Z++ git branch --show-current
942025-03-25T04:57:40.294Z+ current=main
952025-03-25T04:57:40.294Z+ [[ main != iliana/artifact-store-writer-redo ]]
962025-03-25T04:57:40.298Z+ git branch -f iliana/artifact-store-writer-redo 36faafb666e626cf55506ab85f65e3e830c6d8f9
972025-03-25T04:57:40.298Z+ git checkout -f iliana/artifact-store-writer-redo
982025-03-25T04:57:40.489ZSwitched to branch 'iliana/artifact-store-writer-redo'
992025-03-25T04:57:40.492Z+ git reset --hard 36faafb666e626cf55506ab85f65e3e830c6d8f9
1002025-03-25T04:57:40.675ZHEAD is now at 36faafb66 fix comment numbering
1012025-03-25T04:57:40.679Zprocess exited: duration 7579 ms, exit code 0
 
1022025-03-25T04:57:40.685Zstarting task 4: "build"
1032025-03-25T04:57:40.691Z+ source .github/buildomat/ci-env.sh
1042025-03-25T04:57:40.691Z++ export CARGO_TERM_COLOR=always
1052025-03-25T04:57:40.691Z++ CARGO_TERM_COLOR=always
1062025-03-25T04:57:40.691Z+ cargo --version
1072025-03-25T04:57:40.746Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-25T04:57:40.749Z+ rustc --version
1092025-03-25T04:57:40.814Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-25T04:57:40.818Z+ source ./env.sh
1112025-03-25T04:57:40.818Z++ OLD_SHELL_OPTS=ehxB
1122025-03-25T04:57:40.818Z++ set -o xtrace
1132025-03-25T04:57:40.822Z++++ dirname ./env.sh
1142025-03-25T04:57:40.828Z+++ readlink -f .
1152025-03-25T04:57:40.828Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-03-25T04:57:40.828Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-03-25T04:57:40.828Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-03-25T04:57:40.828Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-03-25T04:57:40.828Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-03-25T04:57:40.832Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-03-25T04:57:40.832Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-03-25T04:57:40.832Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-03-25T04:57:40.832Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242025-03-25T04:57:40.832Z++ case $OLD_SHELL_OPTS in
1252025-03-25T04:57:40.832Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-03-25T04:57:40.832Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-03-25T04:57:40.832Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282025-03-25T04:57:40.832Z+ banner prerequisites
1292025-03-25T04:57:40.833Z
1302025-03-25T04:57:40.833Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-03-25T04:57:40.833Z # # # # # # # # # # # # # # #
1322025-03-25T04:57:40.833Z # # # # ##### # # ##### # # # # # #### #
1332025-03-25T04:57:40.833Z ##### ##### # ##### # # # # # # # # #
1342025-03-25T04:57:40.833Z # # # # # # # # # # # # # # #
1352025-03-25T04:57:40.833Z # # # ###### # # ###### ### # #### # #### #
1362025-03-25T04:57:40.833Z
1372025-03-25T04:57:40.833Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-03-25T04:57:42.457Zpkg list: illegal option -- F
1392025-03-25T04:57:42.457ZUsage:
1402025-03-25T04:57:42.461Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1412025-03-25T04:57:42.461Z [pkg_fmri_pattern ...]
1422025-03-25T04:57:43.294Zpkg list: illegal option -- F
1432025-03-25T04:57:43.294ZUsage:
1442025-03-25T04:57:43.297Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1452025-03-25T04:57:43.297Z [pkg_fmri_pattern ...]
1462025-03-25T04:57:53.100Z Startup: Refreshing catalog 'helios-dev' ... Done
1472025-03-25T04:57:57.575Z Startup: Caching catalogs ... Done
1482025-03-25T04:58:12.202ZPlanning: Solver setup ... Done (13.579s)
1492025-03-25T04:58:12.363ZPlanning: Running solver ... Done (0.161s)
1502025-03-25T04:58:12.491ZPlanning: Finding local manifests ... Done (0.007s)
1512025-03-25T04:58:12.503ZPlanning: Fetching manifests: 0/7 0% complete
1522025-03-25T04:58:12.736ZPlanning: Fetching manifests: 7/7 100% complete
1532025-03-25T04:58:12.847ZPlanning: Package planning ... Done (0.110s)
1542025-03-25T04:58:12.905ZPlanning: Merging actions ... Done (0.058s)
1552025-03-25T04:58:13.100ZPlanning: Checking for conflicting actions ... Done (0.195s)
1562025-03-25T04:58:15.218ZPlanning: Consolidating action changes ... Done (2.117s)
1572025-03-25T04:58:15.647ZPlanning: Evaluating mediators ... Done (0.429s)
1582025-03-25T04:58:15.725ZPlanning: Planning completed in 18.05 seconds
1592025-03-25T04:58:15.741Z Packages to install: 4
1602025-03-25T04:58:15.741Z Packages to update: 3
1612025-03-25T04:58:15.745Z Mediators to change: 2
1622025-03-25T04:58:15.745Z Services to change: 1
1632025-03-25T04:58:15.745Z Estimated space available: 155.59 GB
1642025-03-25T04:58:15.745ZEstimated space to be consumed: 1.67 GB
1652025-03-25T04:58:15.745Z Create boot environment: No
1662025-03-25T04:58:15.745ZCreate backup boot environment: Yes
1672025-03-25T04:58:15.745Z Rebuild boot archive: No
1682025-03-25T04:58:15.745Z
1692025-03-25T04:58:15.745ZChanged mediators:
1702025-03-25T04:58:15.745Z mediator clang:
1712025-03-25T04:58:15.746Z version: None -> 15 (system default)
1722025-03-25T04:58:15.746Z
1732025-03-25T04:58:15.746Z mediator llvm:
1742025-03-25T04:58:15.746Z version: 14 (system default) -> 15 (system default)
1752025-03-25T04:58:15.746Z
1762025-03-25T04:58:15.746ZChanged packages:
1772025-03-25T04:58:15.746Zhelios-dev
1782025-03-25T04:58:15.746Z developer/build-essential
1792025-03-25T04:58:15.746Z None -> 11-2.0
1802025-03-25T04:58:15.746Z library/libxmlsec1
1812025-03-25T04:58:15.746Z None -> 1.2.35-2.0
1822025-03-25T04:58:15.746Z ooce/developer/clang-15
1832025-03-25T04:58:15.746Z None -> 15.0.7-2.0
1842025-03-25T04:58:15.746Z ooce/developer/llvm-15
1852025-03-25T04:58:15.746Z None -> 15.0.7-2.0
1862025-03-25T04:58:15.746Z package/pkg
1872025-03-25T04:58:15.746Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1882025-03-25T04:58:15.746Z system/library/g++-runtime
1892025-03-25T04:58:15.746Z 13-2.0 -> 14-2.0
1902025-03-25T04:58:15.746Z system/library/gcc-runtime
1912025-03-25T04:58:15.746Z 13-2.0 -> 14-2.0
1922025-03-25T04:58:15.746Z
1932025-03-25T04:58:15.746ZServices:
1942025-03-25T04:58:15.746Z restart_fmri:
1952025-03-25T04:58:15.746Z svc:/system/update-man-index:default
1962025-03-25T04:58:15.746Z
1972025-03-25T04:58:15.746ZEditable files to change:
1982025-03-25T04:58:15.746Z Update:
1992025-03-25T04:58:15.746Z usr/share/lib/pkg/web/config.shtml
2002025-03-25T04:58:15.823Z
2012025-03-25T04:58:15.823ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2022025-03-25T04:58:20.836ZDownload: 482/4301 items 16.9/225.4MB 7% complete (3.5M/s)
2032025-03-25T04:58:25.837ZDownload: 1193/4301 items 74.8/225.4MB 33% complete (7.4M/s)
2042025-03-25T04:58:30.848ZDownload: 1549/4301 items 117.4/225.4MB 52% complete (10.1M/s)
2052025-03-25T04:58:36.812ZDownload: 2222/4301 items 119.2/225.4MB 52% complete (9.9M/s)
2062025-03-25T04:58:41.881ZDownload: 2318/4301 items 119.8/225.4MB 53% complete (221k/s)
2072025-03-25T04:58:46.934ZDownload: 3240/4301 items 188.8/225.4MB 83% complete (9.7M/s)
2082025-03-25T04:58:52.715ZDownload: 3281/4301 items 211.8/225.4MB 93% complete (9.3M/s)
2092025-03-25T04:58:57.716ZDownload: 4043/4301 items 218.9/225.4MB 97% complete (2.8M/s)
2102025-03-25T04:58:59.924ZDownload: Completed 225.42 MB in 44.09 seconds (5.1M/s)
2112025-03-25T04:59:01.935Z Actions: 1/5122 actions (Removing old actions)
2122025-03-25T04:59:01.959Z Actions: 194/5122 actions (Installing new actions)
2132025-03-25T04:59:06.675Z Actions: 4267/5122 actions (Updating modified actions)
2142025-03-25T04:59:07.032Z Actions: Completed 5122 actions in 5.10 seconds.
2152025-03-25T04:59:07.274Z Done (0.234s)
2162025-03-25T04:59:07.277Z Done (0.001s)
2172025-03-25T04:59:07.912Z Done (0.636s)
2182025-03-25T04:59:12.256Z Done (4.114s)
2192025-03-25T04:59:12.341Z Done (0.016s)
2202025-03-25T04:59:12.345Z Done (0.000s)
2212025-03-25T04:59:12.523Z Done (0.000s)
2222025-03-25T04:59:13.235ZPlanning: Evaluating mediator changes ... Done
2232025-03-25T04:59:13.393ZPlanning: Checking for conflicting actions ... Done
2242025-03-25T04:59:13.397ZPlanning: Consolidating action changes ... Done
2252025-03-25T04:59:13.657ZPlanning: Evaluating mediators ... Done
2262025-03-25T04:59:13.661ZPlanning: Planning completed in 0.42 seconds
2272025-03-25T04:59:13.696Z Mediators to change: 2
2282025-03-25T04:59:13.696Z Create boot environment: No
2292025-03-25T04:59:13.699ZCreate backup boot environment: No
2302025-03-25T04:59:13.778Z Done
2312025-03-25T04:59:13.778Z Done
2322025-03-25T04:59:14.200Z Done
2332025-03-25T04:59:17.712Z Done
2342025-03-25T04:59:17.801Z Done
2352025-03-25T04:59:17.804Z Done
2362025-03-25T04:59:17.934Z Done
2372025-03-25T04:59:18.537ZPlanning: Evaluating mediator changes ... Done
2382025-03-25T04:59:18.541ZPlanning: Merging actions ... Done
2392025-03-25T04:59:18.805ZPlanning: Checking for conflicting actions ... Done
2402025-03-25T04:59:18.812ZPlanning: Consolidating action changes ... Done
2412025-03-25T04:59:18.995ZPlanning: Evaluating mediators ... Done
2422025-03-25T04:59:19.049ZPlanning: Planning completed in 0.75 seconds
2432025-03-25T04:59:19.093Z Packages to change: 1
2442025-03-25T04:59:19.093Z Mediators to change: 1
2452025-03-25T04:59:19.093Z Services to change: 1
2462025-03-25T04:59:19.107Z Create boot environment: No
2472025-03-25T04:59:19.107ZCreate backup boot environment: Yes
2482025-03-25T04:59:21.455Z Actions: 1/6 actions (Updating modified actions)
2492025-03-25T04:59:21.459Z Actions: Completed 6 actions in 0.00 seconds.
2502025-03-25T04:59:21.459Z Done
2512025-03-25T04:59:21.459Z Done
2522025-03-25T04:59:21.585Z Done
2532025-03-25T04:59:25.129Z Done
2542025-03-25T04:59:25.215Z Done
2552025-03-25T04:59:25.218Z Done
2562025-03-25T04:59:25.360Z Done
2572025-03-25T04:59:25.786ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2582025-03-25T04:59:25.786Zclang system 15 system
2592025-03-25T04:59:25.786Zcsh system system illumos
2602025-03-25T04:59:25.786Zctags system system illumos
2612025-03-25T04:59:25.786Zgcc vendor 12 vendor
2622025-03-25T04:59:25.786Zgcc system 10 system
2632025-03-25T04:59:25.786Zgcc system 7 system
2642025-03-25T04:59:25.786Zgo system 1.20 system
2652025-03-25T04:59:25.786Zgo system 1.19 system
2662025-03-25T04:59:25.786Zllvm system 15 system
2672025-03-25T04:59:25.786Zllvm system 14 system
2682025-03-25T04:59:25.786Zmariadb system 10.6 system
2692025-03-25T04:59:25.786Zmta vendor vendor dma
2702025-03-25T04:59:25.786Zopenjdk system 17 system
2712025-03-25T04:59:25.787Zopenjdk system 11 system
2722025-03-25T04:59:25.787Zopenjdk system 1.8 system
2732025-03-25T04:59:25.787Zopenssl vendor 3 vendor
2742025-03-25T04:59:25.787Zperl system 5.36 system
2752025-03-25T04:59:25.787Zpostgresql system 15 system
2762025-03-25T04:59:25.787Zpostgresql system 13 system
2772025-03-25T04:59:25.787Zpython vendor 3 vendor
2782025-03-25T04:59:25.787Zpython system 2 system
2792025-03-25T04:59:25.787Zpython3 system 3.11 system
2802025-03-25T04:59:25.787Zruby system 3.0 system
2812025-03-25T04:59:25.787Zwords vendor vendor american-english
2822025-03-25T04:59:25.787Zwords system system australian-english
2832025-03-25T04:59:25.787Zwords system system british-english
2842025-03-25T04:59:25.787Zwords system system canadian-english
2852025-03-25T04:59:25.787Zwords system system french
2862025-03-25T04:59:25.787Zwords system system italian
2872025-03-25T04:59:25.787Zwords system system ngerman
2882025-03-25T04:59:25.787Zwords system system ogerman
2892025-03-25T04:59:25.787Zwords system system spanish
2902025-03-25T04:59:26.113ZPUBLISHER TYPE STATUS P LOCATION
2912025-03-25T04:59:26.113Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2922025-03-25T04:59:29.287ZFMRI IFO
2932025-03-25T04:59:29.287Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2942025-03-25T04:59:29.288Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2952025-03-25T04:59:29.288Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2962025-03-25T04:59:29.288Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2972025-03-25T04:59:29.288Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2982025-03-25T04:59:29.288Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2992025-03-25T04:59:29.288Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3002025-03-25T04:59:29.288Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3012025-03-25T04:59:29.289Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3022025-03-25T04:59:29.289Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3032025-03-25T04:59:29.289Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3042025-03-25T04:59:29.289Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3052025-03-25T04:59:29.289Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3062025-03-25T04:59:29.289Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3072025-03-25T04:59:29.289Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3082025-03-25T04:59:30.105Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3092025-03-25T04:59:30.432Z Updating crates.io index
3102025-03-25T04:59:30.449Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3112025-03-25T04:59:30.977Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122025-03-25T04:59:31.271Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3132025-03-25T04:59:31.505Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3142025-03-25T04:59:31.855Z Updating git repository `https://github.com/oxidecomputer/propolis`
3152025-03-25T04:59:32.887Z Updating git repository `https://github.com/oxidecomputer/crucible`
3162025-03-25T04:59:34.788Z Updating git repository `https://github.com/oxidecomputer/opte`
3172025-03-25T04:59:35.489Z Updating git repository `https://github.com/oxidecomputer/falcon`
3182025-03-25T04:59:36.317Z Updating git repository `https://github.com/oxidecomputer/clickward`
3192025-03-25T04:59:36.662Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3202025-03-25T04:59:36.962Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3212025-03-25T04:59:37.602Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3222025-03-25T04:59:38.153Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3232025-03-25T04:59:38.492Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3242025-03-25T04:59:38.921Z Updating git repository `https://github.com/oxidecomputer/tofino`
3252025-03-25T04:59:39.203Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3262025-03-25T04:59:39.467Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3272025-03-25T04:59:39.735Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3282025-03-25T04:59:40.028Z Updating git repository `https://github.com/oxidecomputer/lldp`
3292025-03-25T04:59:40.379Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3302025-03-25T04:59:40.646Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3312025-03-25T04:59:41.012Z Updating git repository `https://github.com/oxidecomputer/ispf`
3322025-03-25T04:59:41.311Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3332025-03-25T04:59:41.656Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3342025-03-25T04:59:42.208Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3352025-03-25T04:59:42.508Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3362025-03-25T04:59:42.888Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3372025-03-25T04:59:43.272Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3382025-03-25T04:59:43.621Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3392025-03-25T04:59:43.862Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3402025-03-25T04:59:44.143Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3412025-03-25T04:59:45.695Z Downloading crates ...
3422025-03-25T04:59:45.791Z Downloaded zerocopy-derive v0.7.35
3432025-03-25T04:59:45.804Z Downloaded log v0.4.22
3442025-03-25T04:59:45.807Z Downloaded winnow v0.7.3
3452025-03-25T04:59:45.814Z Downloaded memchr v2.7.4
3462025-03-25T04:59:45.819Z Downloaded zerocopy v0.7.35
3472025-03-25T04:59:45.835Z Downloaded toml_datetime v0.6.8
3482025-03-25T04:59:45.838Z Downloaded byteorder v1.5.0
3492025-03-25T04:59:45.838Z Downloaded anstyle-query v1.1.1
3502025-03-25T04:59:45.842Z Downloaded anstyle-parse v0.2.5
3512025-03-25T04:59:45.842Z Downloaded syn v1.0.109
3522025-03-25T04:59:45.851Z Downloaded strsim v0.11.1
3532025-03-25T04:59:45.854Z Downloaded bitflags v2.6.0
3542025-03-25T04:59:45.857Z Downloaded sha2 v0.10.8
3552025-03-25T04:59:45.860Z Downloaded ryu v1.0.18
3562025-03-25T04:59:45.863Z Downloaded proc-macro-error-attr v1.0.4
3572025-03-25T04:59:45.863Z Downloaded bitflags v1.3.2
3582025-03-25T04:59:45.866Z Downloaded itoa v1.0.11
3592025-03-25T04:59:45.866Z Downloaded heck v0.4.1
3602025-03-25T04:59:45.869Z Downloaded generic-array v0.14.7
3612025-03-25T04:59:45.869Z Downloaded typenum v1.17.0
3622025-03-25T04:59:45.872Z Downloaded dtrace-parser v0.2.0
3632025-03-25T04:59:45.872Z Downloaded dof v0.3.0
3642025-03-25T04:59:45.872Z Downloaded cargo_toml v0.21.0
3652025-03-25T04:59:45.875Z Downloaded fnv v1.0.7
3662025-03-25T04:59:45.875Z Downloaded fastrand v2.1.1
3672025-03-25T04:59:45.878Z Downloaded errno v0.3.9
3682025-03-25T04:59:45.878Z Downloaded equivalent v1.0.1
3692025-03-25T04:59:45.882Z Downloaded crypto-common v0.1.6
3702025-03-25T04:59:45.882Z Downloaded colorchoice v1.0.2
3712025-03-25T04:59:45.882Z Downloaded cfg-if v1.0.0
3722025-03-25T04:59:45.905Z Downloaded version_check v0.9.5
3732025-03-25T04:59:45.909Z Downloaded anstyle v1.0.10
3742025-03-25T04:59:45.909Z Downloaded block-buffer v0.10.4
3752025-03-25T04:59:45.913Z Downloaded autocfg v1.4.0
3762025-03-25T04:59:45.913Z Downloaded digest v0.10.7
3772025-03-25T04:59:45.916Z Downloaded is_terminal_polyfill v1.70.1
3782025-03-25T04:59:45.916Z Downloaded heck v0.5.0
3792025-03-25T04:59:45.916Z Downloaded camino-tempfile v1.1.1
3802025-03-25T04:59:45.919Z Downloaded clap_derive v4.5.32
3812025-03-25T04:59:45.922Z Downloaded fs-err v2.11.0
3822025-03-25T04:59:45.922Z Downloaded anyhow v1.0.97
3832025-03-25T04:59:45.925Z Downloaded clap v4.5.32
3842025-03-25T04:59:45.933Z Downloaded plain v0.2.3
3852025-03-25T04:59:45.937Z Downloaded smawk v0.3.2
3862025-03-25T04:59:45.937Z Downloaded proc-macro-error v1.0.4
3872025-03-25T04:59:45.940Z Downloaded serde_spanned v0.6.8
3882025-03-25T04:59:45.940Z Downloaded serde_derive v1.0.218
3892025-03-25T04:59:45.945Z Downloaded proc-macro2 v1.0.94
3902025-03-25T04:59:45.948Z Downloaded swrite v0.1.0
3912025-03-25T04:59:45.948Z Downloaded thiserror-impl v1.0.69
3922025-03-25T04:59:45.948Z Downloaded thread-id v4.2.2
3932025-03-25T04:59:45.951Z Downloaded thiserror v2.0.12
3942025-03-25T04:59:45.954Z Downloaded toml v0.8.20
3952025-03-25T04:59:45.957Z Downloaded textwrap v0.16.1
3962025-03-25T04:59:45.961Z Downloaded thiserror-impl v2.0.12
3972025-03-25T04:59:45.965Z Downloaded tempfile v3.13.0
3982025-03-25T04:59:45.965Z Downloaded thiserror v1.0.69
3992025-03-25T04:59:45.969Z Downloaded serde_json v1.0.139
4002025-03-25T04:59:45.975Z Downloaded serde v1.0.218
4012025-03-25T04:59:45.978Z Downloaded scroll_derive v0.12.0
4022025-03-25T04:59:45.981Z Downloaded io-lifetimes v1.0.11
4032025-03-25T04:59:45.981Z Downloaded clap_builder v4.5.32
4042025-03-25T04:59:45.988Z Downloaded rustix v0.38.37
4052025-03-25T04:59:46.009Z Downloaded terminal_size v0.4.0
4062025-03-25T04:59:46.014Z Downloaded pest_generator v2.7.14
4072025-03-25T04:59:46.014Z Downloaded pest_derive v2.7.14
4082025-03-25T04:59:46.021Z Downloaded pest v2.7.14
4092025-03-25T04:59:46.025Z Downloaded utf8parse v0.2.2
4102025-03-25T04:59:46.025Z Downloaded terminal_size v0.2.6
4112025-03-25T04:59:46.025Z Downloaded tabled_derive v0.7.0
4122025-03-25T04:59:46.025Z Downloaded papergrid v0.11.0
4132025-03-25T04:59:46.029Z Downloaded quote v1.0.39
4142025-03-25T04:59:46.029Z Downloaded hashbrown v0.15.1
4152025-03-25T04:59:46.033Z Downloaded cargo_metadata v0.19.2
4162025-03-25T04:59:46.036Z Downloaded cargo-platform v0.1.8
4172025-03-25T04:59:46.036Z Downloaded once_cell v1.20.3
4182025-03-25T04:59:46.040Z Downloaded goblin v0.8.2
4192025-03-25T04:59:46.046Z Downloaded bytecount v0.6.8
4202025-03-25T04:59:46.049Z Downloaded serde_tokenstream v0.2.2
4212025-03-25T04:59:46.050Z Downloaded semver v1.0.25
4222025-03-25T04:59:46.050Z Downloaded scroll v0.12.0
4232025-03-25T04:59:46.055Z Downloaded pretty-hex v0.4.1
4242025-03-25T04:59:46.055Z Downloaded unicode-linebreak v0.1.5
4252025-03-25T04:59:46.055Z Downloaded rustix v0.37.28
4262025-03-25T04:59:46.070Z Downloaded ucd-trie v0.1.7
4272025-03-25T04:59:46.073Z Downloaded toml_edit v0.22.24
4282025-03-25T04:59:46.093Z Downloaded syn v2.0.98
4292025-03-25T04:59:46.102Z Downloaded pest_meta v2.7.14
4302025-03-25T04:59:46.106Z Downloaded unicode-ident v1.0.14
4312025-03-25T04:59:46.109Z Downloaded indexmap v2.7.1
4322025-03-25T04:59:46.114Z Downloaded macaddr v1.0.1
4332025-03-25T04:59:46.114Z Downloaded camino v1.1.9
4342025-03-25T04:59:46.114Z Downloaded anstream v0.6.15
4352025-03-25T04:59:46.118Z Downloaded cpufeatures v0.2.14
4362025-03-25T04:59:46.118Z Downloaded usdt-macro v0.5.0
4372025-03-25T04:59:46.118Z Downloaded usdt-impl v0.5.0
4382025-03-25T04:59:46.122Z Downloaded usdt-attr-macro v0.5.0
4392025-03-25T04:59:46.122Z Downloaded usdt v0.5.0
4402025-03-25T04:59:46.122Z Downloaded unicode-width v0.1.14
4412025-03-25T04:59:46.125Z Downloaded tabled v0.15.0
4422025-03-25T04:59:46.150Z Downloaded clap_lex v0.7.4
4432025-03-25T04:59:46.163Z Downloaded memmap v0.7.0
4442025-03-25T04:59:46.163Z Downloaded libc v0.2.170
4452025-03-25T04:59:46.274Z Compiling proc-macro2 v1.0.94
4462025-03-25T04:59:46.274Z Compiling unicode-ident v1.0.14
4472025-03-25T04:59:46.277Z Compiling version_check v0.9.5
4482025-03-25T04:59:46.277Z Compiling serde v1.0.218
4492025-03-25T04:59:46.278Z Compiling libc v0.2.170
4502025-03-25T04:59:46.278Z Compiling memchr v2.7.4
4512025-03-25T04:59:46.310Z Compiling thiserror v1.0.69
4522025-03-25T04:59:46.314Z Compiling itoa v1.0.11
4532025-03-25T04:59:46.552Z Compiling ucd-trie v0.1.7
4542025-03-25T04:59:46.657Z Compiling ryu v1.0.18
4552025-03-25T04:59:46.982Z Compiling once_cell v1.20.3
4562025-03-25T04:59:47.026Z Compiling byteorder v1.5.0
4572025-03-25T04:59:47.049Z Compiling rustix v0.38.37
4582025-03-25T04:59:47.272Z Compiling serde_json v1.0.139
4592025-03-25T04:59:47.477Z Compiling bitflags v2.6.0
4602025-03-25T04:59:47.623Z Compiling usdt-impl v0.5.0
4612025-03-25T04:59:47.739Z Compiling proc-macro-error-attr v1.0.4
4622025-03-25T04:59:47.881Z Compiling syn v1.0.109
4632025-03-25T04:59:47.903Z Compiling io-lifetimes v1.0.11
4642025-03-25T04:59:47.906Z Compiling proc-macro-error v1.0.4
4652025-03-25T04:59:48.048Z Compiling quote v1.0.39
4662025-03-25T04:59:48.194Z Compiling errno v0.3.9
4672025-03-25T04:59:48.225Z Compiling log v0.4.22
4682025-03-25T04:59:48.365Z Compiling hashbrown v0.15.1
4692025-03-25T04:59:48.414Z Compiling syn v2.0.98
4702025-03-25T04:59:48.635Z Compiling utf8parse v0.2.2
4712025-03-25T04:59:48.656Z Compiling thread-id v4.2.2
4722025-03-25T04:59:48.677Z Compiling equivalent v1.0.1
4732025-03-25T04:59:48.706Z Compiling rustix v0.37.28
4742025-03-25T04:59:48.766Z Compiling plain v0.2.3
4752025-03-25T04:59:48.799Z Compiling camino v1.1.9
4762025-03-25T04:59:48.821Z Compiling anstyle-parse v0.2.5
4772025-03-25T04:59:49.417Z Compiling indexmap v2.7.1
4782025-03-25T04:59:49.463Z Compiling thiserror v2.0.12
4792025-03-25T04:59:49.619Z Compiling pretty-hex v0.4.1
4802025-03-25T04:59:49.655Z Compiling semver v1.0.25
4812025-03-25T04:59:49.854Z Compiling unicode-width v0.1.14
4822025-03-25T04:59:49.879Z Compiling autocfg v1.4.0
4832025-03-25T04:59:50.013Z Compiling winnow v0.7.3
4842025-03-25T04:59:50.163Z Compiling is_terminal_polyfill v1.70.1
4852025-03-25T04:59:50.365Z Compiling bitflags v1.3.2
4862025-03-25T04:59:50.402Z Compiling anstyle v1.0.10
4872025-03-25T04:59:50.479Z Compiling anstyle-query v1.1.1
4882025-03-25T04:59:50.648Z Compiling colorchoice v1.0.2
4892025-03-25T04:59:50.844Z Compiling fs-err v2.11.0
4902025-03-25T04:59:50.871Z Compiling anstream v0.6.15
4912025-03-25T04:59:50.871Z Compiling terminal_size v0.4.0
4922025-03-25T04:59:51.269Z Compiling fnv v1.0.7
4932025-03-25T04:59:51.290Z Compiling fastrand v2.1.1
4942025-03-25T04:59:51.352Z Compiling anyhow v1.0.97
4952025-03-25T04:59:51.472Z Compiling bytecount v0.6.8
4962025-03-25T04:59:51.704Z Compiling clap_lex v0.7.4
4972025-03-25T04:59:51.808Z Compiling strsim v0.11.1
4982025-03-25T04:59:51.953Z Compiling cfg-if v1.0.0
4992025-03-25T04:59:52.029Z Compiling heck v0.4.1
5002025-03-25T04:59:52.059Z Compiling heck v0.5.0
5012025-03-25T04:59:52.329Z Compiling tempfile v3.13.0
5022025-03-25T04:59:52.456Z Compiling clap_builder v4.5.32
5032025-03-25T04:59:52.504Z Compiling terminal_size v0.2.6
5042025-03-25T04:59:52.530Z Compiling papergrid v0.11.0
5052025-03-25T04:59:52.682Z Compiling memmap v0.7.0
5062025-03-25T04:59:52.709Z Compiling smawk v0.3.2
5072025-03-25T04:59:52.946Z Compiling unicode-linebreak v0.1.5
5082025-03-25T04:59:53.419Z Compiling textwrap v0.16.1
5092025-03-25T04:59:53.485Z Compiling swrite v0.1.0
5102025-03-25T04:59:53.802Z Compiling tabled_derive v0.7.0
5112025-03-25T04:59:55.415Z Compiling tabled v0.15.0
5122025-03-25T04:59:55.463Z Compiling serde_derive v1.0.218
5132025-03-25T04:59:55.467Z Compiling thiserror-impl v1.0.69
5142025-03-25T04:59:55.467Z Compiling zerocopy-derive v0.7.35
5152025-03-25T04:59:55.467Z Compiling scroll_derive v0.12.0
5162025-03-25T04:59:55.467Z Compiling thiserror-impl v2.0.12
5172025-03-25T04:59:55.467Z Compiling clap_derive v4.5.32
5182025-03-25T04:59:56.943Z Compiling scroll v0.12.0
5192025-03-25T04:59:57.435Z Compiling goblin v0.8.2
5202025-03-25T04:59:57.475Z Compiling zerocopy v0.7.35
5212025-03-25T04:59:58.474Z Compiling pest v2.7.14
5222025-03-25T04:59:59.655Z Compiling clap v4.5.32
5232025-03-25T05:00:00.630Z Compiling pest_meta v2.7.14
5242025-03-25T05:00:01.523Z Compiling pest_generator v2.7.14
5252025-03-25T05:00:02.882Z Compiling pest_derive v2.7.14
5262025-03-25T05:00:03.482Z Compiling dtrace-parser v0.2.0
5272025-03-25T05:00:04.387Z Compiling serde_spanned v0.6.8
5282025-03-25T05:00:04.390Z Compiling toml_datetime v0.6.8
5292025-03-25T05:00:04.390Z Compiling cargo-platform v0.1.8
5302025-03-25T05:00:04.711Z Compiling serde_tokenstream v0.2.2
5312025-03-25T05:00:04.770Z Compiling toml_edit v0.22.24
5322025-03-25T05:00:04.850Z Compiling macaddr v1.0.1
5332025-03-25T05:00:04.955Z Compiling camino-tempfile v1.1.1
5342025-03-25T05:00:06.013Z Compiling dof v0.3.0
5352025-03-25T05:00:06.013Z Compiling cargo_metadata v0.19.2
5362025-03-25T05:00:07.367Z Compiling usdt-attr-macro v0.5.0
5372025-03-25T05:00:07.370Z Compiling usdt-macro v0.5.0
5382025-03-25T05:00:07.437Z Compiling toml v0.8.20
5392025-03-25T05:00:08.307Z Compiling cargo_toml v0.21.0
5402025-03-25T05:00:08.677Z Compiling usdt v0.5.0
5412025-03-25T05:00:10.856Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5422025-03-25T05:00:13.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.10s
5432025-03-25T05:00:14.222Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5442025-03-25T05:00:14.763Z Downloading crates ...
5452025-03-25T05:00:14.903Z Downloaded addr2line v0.24.2
5462025-03-25T05:00:14.911Z Downloaded array-init v0.0.4
5472025-03-25T05:00:14.915Z Downloaded atty v0.2.14
5482025-03-25T05:00:14.915Z Downloaded atomicwrites v0.4.4
5492025-03-25T05:00:14.922Z Downloaded cfg_aliases v0.2.1
5502025-03-25T05:00:14.930Z Downloaded atomic-waker v1.1.2
5512025-03-25T05:00:14.941Z Downloaded hex v0.4.3
5522025-03-25T05:00:14.945Z Downloaded cstr-argument v0.1.2
5532025-03-25T05:00:14.949Z Downloaded cfg_aliases v0.1.1
5542025-03-25T05:00:14.949Z Downloaded crucible-workspace-hack v0.1.0
5552025-03-25T05:00:14.952Z Downloaded ciborium-io v0.2.2
5562025-03-25T05:00:14.955Z Downloaded crunchy v0.2.2
5572025-03-25T05:00:14.958Z Downloaded constant_time_eq v0.3.1
5582025-03-25T05:00:14.961Z Downloaded bitfield-struct v0.6.2
5592025-03-25T05:00:14.964Z Downloaded chrono-tz-build v0.4.0
5602025-03-25T05:00:14.968Z Downloaded bit-set v0.5.3
5612025-03-25T05:00:14.972Z Downloaded aead v0.5.2
5622025-03-25T05:00:14.972Z Downloaded hickory-server v0.24.4
5632025-03-25T05:00:14.977Z Downloaded bb8 v0.8.5
5642025-03-25T05:00:14.980Z Downloaded heck v0.3.3
5652025-03-25T05:00:14.980Z Downloaded ctr v0.9.2
5662025-03-25T05:00:14.984Z Downloaded bitfield v0.14.0
5672025-03-25T05:00:14.987Z Downloaded hickory-client v0.24.4
5682025-03-25T05:00:14.990Z Downloaded hex-literal v0.4.1
5692025-03-25T05:00:14.990Z Downloaded convert_case v0.4.0
5702025-03-25T05:00:14.990Z Downloaded cobs v0.2.3
5712025-03-25T05:00:14.995Z Downloaded highway v1.3.0
5722025-03-25T05:00:14.998Z Downloaded hickory-resolver v0.24.4
5732025-03-25T05:00:15.002Z Downloaded crossbeam-deque v0.8.5
5742025-03-25T05:00:15.002Z Downloaded bit-vec v0.6.3
5752025-03-25T05:00:15.008Z Downloaded cmake v0.1.51
5762025-03-25T05:00:15.008Z Downloaded async-stream-impl v0.3.6
5772025-03-25T05:00:15.008Z Downloaded block-padding v0.3.3
5782025-03-25T05:00:15.011Z Downloaded base16ct v0.2.0
5792025-03-25T05:00:15.011Z Downloaded cassowary v0.3.0
5802025-03-25T05:00:15.011Z Downloaded crc-catalog v2.4.0
5812025-03-25T05:00:15.015Z Downloaded crc v3.2.1
5822025-03-25T05:00:15.015Z Downloaded bcrypt-pbkdf v0.10.0
5832025-03-25T05:00:15.019Z Downloaded backoff v0.4.0
5842025-03-25T05:00:15.019Z Downloaded hickory-proto v0.24.4
5852025-03-25T05:00:15.035Z Downloaded ciborium-ll v0.2.2
5862025-03-25T05:00:15.038Z Downloaded chacha20 v0.9.1
5872025-03-25T05:00:15.038Z Downloaded cexpr v0.6.0
5882025-03-25T05:00:15.041Z Downloaded castaway v0.2.3
5892025-03-25T05:00:15.042Z Downloaded cargo_metadata v0.18.1
5902025-03-25T05:00:15.045Z Downloaded blowfish v0.9.1
5912025-03-25T05:00:15.045Z Downloaded progenitor-client v0.9.1
5922025-03-25T05:00:15.048Z Downloaded impl-trait-for-tuples v0.2.2
5932025-03-25T05:00:15.049Z Downloaded bit-vec v0.8.0
5942025-03-25T05:00:15.052Z Downloaded async-bb8-diesel v0.2.1
5952025-03-25T05:00:15.056Z Downloaded cipher v0.4.4
5962025-03-25T05:00:15.056Z Downloaded crc32fast v1.4.2
5972025-03-25T05:00:15.060Z Downloaded hkdf v0.12.4
5982025-03-25T05:00:15.060Z Downloaded cookie_store v0.21.1
5992025-03-25T05:00:15.064Z Downloaded serde-big-array v0.5.1
6002025-03-25T05:00:15.064Z Downloaded base64ct v1.6.0
6012025-03-25T05:00:15.067Z Downloaded icu_locid_transform_data v1.5.0
6022025-03-25T05:00:15.070Z Downloaded icu_collections v1.5.0
6032025-03-25T05:00:15.076Z Downloaded proc-macro-error-attr2 v2.0.0
6042025-03-25T05:00:15.078Z Downloaded icu_properties v1.5.1
6052025-03-25T05:00:15.082Z Downloaded ciborium v0.2.2
6062025-03-25T05:00:15.086Z Downloaded buf-list v1.0.3
6072025-03-25T05:00:15.086Z Downloaded icu_normalizer v1.5.0
6082025-03-25T05:00:15.090Z Downloaded csv-core v0.1.11
6092025-03-25T05:00:15.093Z Downloaded colored v2.2.0
6102025-03-25T05:00:15.097Z Downloaded indicatif v0.17.11
6112025-03-25T05:00:15.100Z Downloaded internet-checksum v0.2.1
6122025-03-25T05:00:15.100Z Downloaded indoc v1.0.9
6132025-03-25T05:00:15.104Z Downloaded indent_write v2.2.0
6142025-03-25T05:00:15.104Z Downloaded bzip2 v0.4.4
6152025-03-25T05:00:15.108Z Downloaded sync_wrapper v1.0.1
6162025-03-25T05:00:15.111Z Downloaded signal-hook-tokio v0.3.1
6172025-03-25T05:00:15.112Z Downloaded is-terminal v0.4.13
6182025-03-25T05:00:15.112Z Downloaded indoc v2.0.6
6192025-03-25T05:00:15.115Z Downloaded indexmap v1.9.3
6202025-03-25T05:00:15.119Z Downloaded time-core v0.1.2
6212025-03-25T05:00:15.122Z Downloaded is_ci v1.2.0
6222025-03-25T05:00:15.122Z Downloaded sync-ptr v0.1.1
6232025-03-25T05:00:15.122Z Downloaded radium v0.7.0
6242025-03-25T05:00:15.125Z Downloaded try-lock v0.2.5
6252025-03-25T05:00:15.125Z Downloaded rustc-hash v2.1.1
6262025-03-25T05:00:15.129Z Downloaded rustc-hash v1.1.0
6272025-03-25T05:00:15.129Z Downloaded rtoolbox v0.0.2
6282025-03-25T05:00:15.133Z Downloaded signature v2.2.0
6292025-03-25T05:00:15.133Z Downloaded salsa20 v0.10.2
6302025-03-25T05:00:15.137Z Downloaded typify-macro v0.3.0
6312025-03-25T05:00:15.137Z Downloaded serde_path_to_error v0.1.16
6322025-03-25T05:00:15.137Z Downloaded icu_provider_macros v1.5.0
6332025-03-25T05:00:15.137Z Downloaded icu_normalizer_data v1.5.0
6342025-03-25T05:00:15.141Z Downloaded mime v0.3.17
6352025-03-25T05:00:15.144Z Downloaded blake2 v0.10.6
6362025-03-25T05:00:15.144Z Downloaded backtrace v0.3.74
6372025-03-25T05:00:15.150Z Downloaded md5 v0.7.0
6382025-03-25T05:00:15.153Z Downloaded crossbeam-utils v0.8.20
6392025-03-25T05:00:15.157Z Downloaded const-oid v0.9.6
6402025-03-25T05:00:15.157Z Downloaded crc-any v2.5.0
6412025-03-25T05:00:15.160Z Downloaded managed v0.8.0
6422025-03-25T05:00:15.164Z Downloaded sigpipe v0.1.3
6432025-03-25T05:00:15.164Z Downloaded instant v0.1.13
6442025-03-25T05:00:15.164Z Downloaded hubpack_derive v0.1.1
6452025-03-25T05:00:15.168Z Downloaded crossbeam-epoch v0.9.18
6462025-03-25T05:00:15.168Z Downloaded yoke-derive v0.7.4
6472025-03-25T05:00:15.171Z Downloaded inout v0.1.3
6482025-03-25T05:00:15.171Z Downloaded lazycell v1.3.0
6492025-03-25T05:00:15.175Z Downloaded keccak v0.1.5
6502025-03-25T05:00:15.175Z Downloaded ipnetwork v0.21.1
6512025-03-25T05:00:15.180Z Downloaded idna_adapter v1.2.0
6522025-03-25T05:00:15.180Z Downloaded synstructure v0.13.1
6532025-03-25T05:00:15.183Z Downloaded libsw v3.4.0
6542025-03-25T05:00:15.183Z Downloaded md-5 v0.10.6
6552025-03-25T05:00:15.183Z Downloaded kstat-rs v0.2.4
6562025-03-25T05:00:15.184Z Downloaded lazy_static v1.5.0
6572025-03-25T05:00:15.187Z Downloaded tower-layer v0.3.3
6582025-03-25T05:00:15.188Z Downloaded thread_local v1.1.8
6592025-03-25T05:00:15.191Z Downloaded ref-cast v1.0.23
6602025-03-25T05:00:15.191Z Downloaded linear-map v1.2.0
6612025-03-25T05:00:15.195Z Downloaded home v0.5.9
6622025-03-25T05:00:15.195Z Downloaded fxhash v0.2.1
6632025-03-25T05:00:15.198Z Downloaded tui-tree-widget v0.23.0
6642025-03-25T05:00:15.198Z Downloaded serde_derive_internals v0.29.1
6652025-03-25T05:00:15.201Z Downloaded libsw-core v0.3.1
6662025-03-25T05:00:15.205Z Downloaded mockall v0.13.1
6672025-03-25T05:00:15.205Z Downloaded num-conv v0.1.0
6682025-03-25T05:00:15.208Z Downloaded untrusted v0.7.1
6692025-03-25T05:00:15.208Z Downloaded universal-hash v0.5.1
6702025-03-25T05:00:15.209Z Downloaded unicode-xid v0.2.6
6712025-03-25T05:00:15.212Z Downloaded linked-hash-map v0.5.6
6722025-03-25T05:00:15.212Z Downloaded lalrpop-util v0.19.12
6732025-03-25T05:00:15.215Z Downloaded defmt-macros v0.3.9
6742025-03-25T05:00:15.220Z Downloaded multer v3.1.0
6752025-03-25T05:00:15.220Z Downloaded base64 v0.13.1
6762025-03-25T05:00:15.224Z Downloaded maybe-uninit v2.0.0
6772025-03-25T05:00:15.228Z Downloaded maplit v1.0.2
6782025-03-25T05:00:15.228Z Downloaded libefi-sys v0.1.0
6792025-03-25T05:00:15.228Z Downloaded clang-sys v1.8.1
6802025-03-25T05:00:15.231Z Downloaded headers-core v0.3.0
6812025-03-25T05:00:15.232Z Downloaded strum_macros v0.25.3
6822025-03-25T05:00:15.236Z Downloaded num_threads v0.1.7
6832025-03-25T05:00:15.236Z Downloaded spki v0.7.3
6842025-03-25T05:00:15.239Z Downloaded chacha20poly1305 v0.10.1
6852025-03-25T05:00:15.239Z Downloaded difflib v0.4.0
6862025-03-25T05:00:15.243Z Downloaded simd-adler32 v0.3.7
6872025-03-25T05:00:15.243Z Downloaded embedded-io v0.6.1
6882025-03-25T05:00:15.246Z Downloaded lru v0.12.5
6892025-03-25T05:00:15.246Z Downloaded lock_api v0.4.12
6902025-03-25T05:00:15.250Z Downloaded pbkdf2 v0.12.2
6912025-03-25T05:00:15.250Z Downloaded path-slash v0.1.5
6922025-03-25T05:00:15.253Z Downloaded httparse v1.9.5
6932025-03-25T05:00:15.253Z Downloaded mime_guess v2.0.5
6942025-03-25T05:00:15.259Z Downloaded fd-lock v4.0.2
6952025-03-25T05:00:15.262Z Downloaded rustls-pki-types v1.10.0
6962025-03-25T05:00:15.268Z Downloaded toolchain_find v0.4.0
6972025-03-25T05:00:15.271Z Downloaded ff v0.13.0
6982025-03-25T05:00:15.274Z Downloaded num-integer v0.1.46
6992025-03-25T05:00:15.294Z Downloaded tinyvec_macros v0.1.1
7002025-03-25T05:00:15.298Z Downloaded icu_locid v1.5.0
7012025-03-25T05:00:15.302Z Downloaded hyper-staticfile v0.10.1
7022025-03-25T05:00:15.306Z Downloaded base64 v0.21.7
7032025-03-25T05:00:15.310Z Downloaded pin-utils v0.1.0
7042025-03-25T05:00:15.313Z Downloaded phf_codegen v0.11.2
7052025-03-25T05:00:15.313Z Downloaded socket2 v0.5.8
7062025-03-25T05:00:15.313Z Downloaded progenitor-macro v0.9.1
7072025-03-25T05:00:15.316Z Downloaded litrs v0.4.1
7082025-03-25T05:00:15.320Z Downloaded spin v0.9.8
7092025-03-25T05:00:15.323Z Downloaded pbkdf2 v0.11.0
7102025-03-25T05:00:15.323Z Downloaded num_enum_derive v0.5.11
7112025-03-25T05:00:15.326Z Downloaded foreign-types v0.3.2
7122025-03-25T05:00:15.326Z Downloaded foreign-types-shared v0.1.1
7132025-03-25T05:00:15.329Z Downloaded unarray v0.1.4
7142025-03-25T05:00:15.329Z Downloaded num_enum v0.5.11
7152025-03-25T05:00:15.334Z Downloaded number_prefix v0.4.0
7162025-03-25T05:00:15.337Z Downloaded rand_core v0.6.4
7172025-03-25T05:00:15.337Z Downloaded rustls-pemfile v1.0.4
7182025-03-25T05:00:15.341Z Downloaded slab v0.4.9
7192025-03-25T05:00:15.341Z Downloaded strum_macros v0.24.3
7202025-03-25T05:00:15.344Z Downloaded structmeta-derive v0.3.0
7212025-03-25T05:00:15.344Z Downloaded defmt v0.3.8
7222025-03-25T05:00:15.347Z Downloaded zerocopy v0.6.6
7232025-03-25T05:00:15.351Z Downloaded crypto-bigint v0.5.5
7242025-03-25T05:00:15.358Z Downloaded crossbeam-channel v0.5.13
7252025-03-25T05:00:15.362Z Downloaded mockall_derive v0.13.1
7262025-03-25T05:00:15.366Z Downloaded foreign-types v0.5.0
7272025-03-25T05:00:15.369Z Downloaded progenitor-client v0.8.0
7282025-03-25T05:00:15.369Z Downloaded polyval v0.6.2
7292025-03-25T05:00:15.369Z Downloaded diff v0.1.13
7302025-03-25T05:00:15.372Z Downloaded base64 v0.22.1
7312025-03-25T05:00:15.376Z Downloaded serde_urlencoded v0.7.1
7322025-03-25T05:00:15.379Z Downloaded zeroize v1.8.1
7332025-03-25T05:00:15.379Z Downloaded termios v0.3.3
7342025-03-25T05:00:15.382Z Downloaded fatfs v0.3.6
7352025-03-25T05:00:15.386Z Downloaded ed25519 v2.2.3
7362025-03-25T05:00:15.390Z Downloaded miniz_oxide v0.8.5
7372025-03-25T05:00:15.444Z Downloaded hmac v0.12.1
7382025-03-25T05:00:15.445Z Downloaded primeorder v0.13.6
7392025-03-25T05:00:15.445Z Downloaded headers v0.4.0
7402025-03-25T05:00:15.445Z Downloaded take_mut v0.2.2
7412025-03-25T05:00:15.445Z Downloaded phf_shared v0.11.2
7422025-03-25T05:00:15.445Z Downloaded dyn-clone v1.0.19
7432025-03-25T05:00:15.445Z Downloaded dsl_auto_type v0.1.2
7442025-03-25T05:00:15.445Z Downloaded zone_cfg_derive v0.1.2
7452025-03-25T05:00:15.445Z Downloaded deranged v0.3.11
7462025-03-25T05:00:15.445Z Downloaded unsafe-libyaml v0.2.11
7472025-03-25T05:00:15.445Z Downloaded foreign-types-macros v0.2.3
7482025-03-25T05:00:15.445Z Downloaded darling v0.20.10
7492025-03-25T05:00:15.445Z Downloaded utf-8 v0.7.6
7502025-03-25T05:00:15.445Z Downloaded ref-cast-impl v1.0.23
7512025-03-25T05:00:15.445Z Downloaded olpc-cjson v0.1.4
7522025-03-25T05:00:15.445Z Downloaded glob v0.3.2
7532025-03-25T05:00:15.445Z Downloaded value-bag v1.9.0
7542025-03-25T05:00:15.445Z Downloaded rand_core v0.9.2
7552025-03-25T05:00:15.445Z Downloaded poly1305 v0.8.0
7562025-03-25T05:00:15.445Z Downloaded aes v0.8.4
7572025-03-25T05:00:15.445Z Downloaded secrecy v0.8.0
7582025-03-25T05:00:15.445Z Downloaded serde_repr v0.1.19
7592025-03-25T05:00:15.446Z Downloaded memmap2 v0.9.5
7602025-03-25T05:00:15.450Z Downloaded hyper-util v0.1.10
7612025-03-25T05:00:15.450Z Downloaded slog-dtrace v0.3.0
7622025-03-25T05:00:15.450Z Downloaded diesel_table_macro_syntax v0.2.0
7632025-03-25T05:00:15.451Z Downloaded zone_cfg_derive v0.3.0
7642025-03-25T05:00:15.454Z Downloaded slog-scope v4.4.0
7652025-03-25T05:00:15.454Z Downloaded oso-derive v0.27.3
7662025-03-25T05:00:15.454Z Downloaded openssl-probe v0.1.5
7672025-03-25T05:00:15.454Z Downloaded tokio-native-tls v0.3.1
7682025-03-25T05:00:15.458Z Downloaded progenitor-macro v0.8.0
7692025-03-25T05:00:15.458Z Downloaded progenitor v0.9.1
7702025-03-25T05:00:15.461Z Downloaded progenitor v0.8.0
7712025-03-25T05:00:15.461Z Downloaded url v2.5.3
7722025-03-25T05:00:15.465Z Downloaded unicode-truncate v1.1.0
7732025-03-25T05:00:15.469Z Downloaded tokio-macros v2.5.0
7742025-03-25T05:00:15.469Z Downloaded hash32 v0.2.1
7752025-03-25T05:00:15.473Z Downloaded slog-envlogger v2.2.0
7762025-03-25T05:00:15.473Z Downloaded slog-async v2.8.0
7772025-03-25T05:00:15.476Z Downloaded num-complex v0.4.6
7782025-03-25T05:00:15.476Z Downloaded tracing-attributes v0.1.27
7792025-03-25T05:00:15.480Z Downloaded newtype_derive v0.1.6
7802025-03-25T05:00:15.480Z Downloaded whoami v1.5.2
7812025-03-25T05:00:15.484Z Downloaded newtype-uuid v1.2.1
7822025-03-25T05:00:15.484Z Downloaded zone v0.3.0
7832025-03-25T05:00:15.484Z Downloaded num-traits v0.2.19
7842025-03-25T05:00:15.487Z Downloaded slog-stdlog v4.1.1
7852025-03-25T05:00:15.491Z Downloaded tap v1.0.1
7862025-03-25T05:00:15.491Z Downloaded tinystr v0.7.6
7872025-03-25T05:00:15.494Z Downloaded diesel-dtrace v0.4.2
7882025-03-25T05:00:15.494Z Downloaded dunce v1.0.5
7892025-03-25T05:00:15.499Z Downloaded which v4.4.2
7902025-03-25T05:00:15.499Z Downloaded fs_extra v1.3.0
7912025-03-25T05:00:15.503Z Downloaded futures-io v0.3.31
7922025-03-25T05:00:15.503Z Downloaded derive_builder_core v0.20.2
7932025-03-25T05:00:15.504Z Downloaded derive_builder v0.20.2
7942025-03-25T05:00:15.508Z Downloaded waitgroup v0.1.2
7952025-03-25T05:00:15.514Z Downloaded thiserror-impl-no-std v2.0.2
7962025-03-25T05:00:15.514Z Downloaded funty v2.0.0
7972025-03-25T05:00:15.514Z Downloaded slog v2.7.0
7982025-03-25T05:00:15.519Z Downloaded slog-bunyan v2.5.0
7992025-03-25T05:00:15.519Z Downloaded toml_edit v0.19.15
8002025-03-25T05:00:15.534Z Downloaded newline-converter v0.3.0
8012025-03-25T05:00:15.537Z Downloaded futures-task v0.3.31
8022025-03-25T05:00:15.537Z Downloaded postgres-types v0.2.9
8032025-03-25T05:00:15.540Z Downloaded parking_lot_core v0.8.6
8042025-03-25T05:00:15.545Z Downloaded darling_macro v0.20.10
8052025-03-25T05:00:15.545Z Downloaded unicode_categories v0.1.1
8062025-03-25T05:00:15.549Z Downloaded displaydoc v0.2.5
8072025-03-25T05:00:15.549Z Downloaded display-error-chain v0.2.2
8082025-03-25T05:00:15.552Z Downloaded dirs-sys-next v0.1.2
8092025-03-25T05:00:15.552Z Downloaded dirs-next v2.0.0
8102025-03-25T05:00:15.552Z Downloaded peg-runtime v0.8.5
8112025-03-25T05:00:15.555Z Downloaded xattr v1.3.1
8122025-03-25T05:00:15.555Z Downloaded pkg-config v0.3.31
8132025-03-25T05:00:15.560Z Downloaded postcard v1.0.10
8142025-03-25T05:00:15.560Z Downloaded unicode-bidi v0.3.17
8152025-03-25T05:00:15.565Z Downloaded static_assertions v1.1.0
8162025-03-25T05:00:15.565Z Downloaded postgres-protocol v0.6.8
8172025-03-25T05:00:15.568Z Downloaded string_cache v0.8.7
8182025-03-25T05:00:15.568Z Downloaded tokio-rustls v0.26.0
8192025-03-25T05:00:15.572Z Downloaded tokio-rustls v0.25.0
8202025-03-25T05:00:15.572Z Downloaded rusty-fork v0.3.0
8212025-03-25T05:00:15.576Z Downloaded pin-project v1.1.6
8222025-03-25T05:00:15.625Z Downloaded vte_generate_state_changes v0.1.2
8232025-03-25T05:00:15.638Z Downloaded termtree v0.4.1
8242025-03-25T05:00:15.638Z Downloaded precomputed-hash v0.1.1
8252025-03-25T05:00:15.639Z Downloaded nodrop v0.1.14
8262025-03-25T05:00:15.639Z Downloaded curve25519-dalek-derive v0.1.1
8272025-03-25T05:00:15.639Z Downloaded walkdir v2.5.0
8282025-03-25T05:00:15.639Z Downloaded typify-macro v0.2.0
8292025-03-25T05:00:15.639Z Downloaded pkcs8 v0.10.2
8302025-03-25T05:00:15.639Z Downloaded snafu v0.8.5
8312025-03-25T05:00:15.639Z Downloaded new_debug_unreachable v1.0.6
8322025-03-25T05:00:15.639Z Downloaded nibble_vec v0.1.0
8332025-03-25T05:00:15.639Z Downloaded heapless v0.8.0
8342025-03-25T05:00:15.639Z Downloaded rustls-pemfile v2.2.0
8352025-03-25T05:00:15.639Z Downloaded unicode-properties v0.1.3
8362025-03-25T05:00:15.639Z Downloaded heapless v0.7.17
8372025-03-25T05:00:15.639Z Downloaded zerofrom-derive v0.1.4
8382025-03-25T05:00:15.639Z Downloaded getrandom v0.2.15
8392025-03-25T05:00:15.639Z Downloaded aes-gcm v0.10.3
8402025-03-25T05:00:15.639Z Downloaded data-encoding v2.6.0
8412025-03-25T05:00:15.639Z Downloaded powerfmt v0.2.0
8422025-03-25T05:00:15.639Z Downloaded mio v1.0.2
8432025-03-25T05:00:15.689Z Downloaded progenitor-impl v0.8.0
8442025-03-25T05:00:15.689Z Downloaded openssl-macros v0.1.1
8452025-03-25T05:00:15.689Z Downloaded crossterm v0.28.1
8462025-03-25T05:00:15.689Z Downloaded hashbrown v0.13.2
8472025-03-25T05:00:15.689Z Downloaded derive_builder_macro v0.20.2
8482025-03-25T05:00:15.689Z Downloaded strip-ansi-escapes v0.2.0
8492025-03-25T05:00:15.689Z Downloaded sha1 v0.10.6
8502025-03-25T05:00:15.689Z Downloaded signal-hook-registry v1.4.2
8512025-03-25T05:00:15.689Z Downloaded wait-timeout v0.2.0
8522025-03-25T05:00:15.689Z Downloaded embedded-io v0.4.0
8532025-03-25T05:00:15.689Z Downloaded time-macros v0.2.18
8542025-03-25T05:00:15.689Z Downloaded termtree v0.5.1
8552025-03-25T05:00:15.689Z Downloaded stringprep v0.1.5
8562025-03-25T05:00:15.693Z Downloaded oso v0.27.3
8572025-03-25T05:00:15.693Z Downloaded ed25519-dalek v2.1.1
8582025-03-25T05:00:15.693Z Downloaded http v1.2.0
8592025-03-25T05:00:15.693Z Downloaded rand_xorshift v0.3.0
8602025-03-25T05:00:15.694Z Downloaded uuid v1.15.1
8612025-03-25T05:00:15.694Z Downloaded parking_lot v0.11.2
8622025-03-25T05:00:15.694Z Downloaded daft-derive v0.1.2
8632025-03-25T05:00:15.694Z Downloaded float-cmp v0.10.0
8642025-03-25T05:00:15.694Z Downloaded tracing v0.1.40
8652025-03-25T05:00:15.699Z Downloaded tracing-core v0.1.32
8662025-03-25T05:00:15.704Z Downloaded futures-executor v0.3.31
8672025-03-25T05:00:15.704Z Downloaded pem v3.0.5
8682025-03-25T05:00:15.704Z Downloaded rcgen v0.12.1
8692025-03-25T05:00:15.708Z Downloaded rayon-core v1.12.1
8702025-03-25T05:00:15.726Z Downloaded peg-macros v0.8.5
8712025-03-25T05:00:15.731Z Downloaded oxnet v0.1.1
8722025-03-25T05:00:15.731Z Downloaded tar v0.4.44
8732025-03-25T05:00:15.731Z Downloaded schemars_derive v0.8.22
8742025-03-25T05:00:15.731Z Downloaded vsss-rs v3.3.4
8752025-03-25T05:00:15.731Z Downloaded typify v0.2.0
8762025-03-25T05:00:15.731Z Downloaded pkcs5 v0.7.1
8772025-03-25T05:00:15.731Z Downloaded rustc-demangle v0.1.24
8782025-03-25T05:00:15.731Z Downloaded test-strategy v0.4.0
8792025-03-25T05:00:15.735Z Downloaded tls_codec v0.4.1
8802025-03-25T05:00:15.738Z Downloaded time v0.3.36
8812025-03-25T05:00:15.743Z Downloaded scopeguard v1.2.0
8822025-03-25T05:00:15.749Z Downloaded scheduled-thread-pool v0.2.7
8832025-03-25T05:00:15.749Z Downloaded same-file v1.0.6
8842025-03-25T05:00:15.749Z Downloaded term v0.7.0
8852025-03-25T05:00:15.829Z Downloaded signal-hook v0.3.17
8862025-03-25T05:00:15.829Z Downloaded flagset v0.4.6
8872025-03-25T05:00:15.835Z Downloaded unicase v2.7.0
8882025-03-25T05:00:15.835Z Downloaded siphasher v0.3.11
8892025-03-25T05:00:15.835Z Downloaded libxml v0.3.3
8902025-03-25T05:00:15.835Z Downloaded globset v0.4.15
8912025-03-25T05:00:15.836Z Downloaded schemars v0.8.22
8922025-03-25T05:00:15.836Z Downloaded rpassword v7.3.1
8932025-03-25T05:00:15.836Z Downloaded pkcs1 v0.7.5
8942025-03-25T05:00:15.836Z Downloaded quinn-udp v0.5.5
8952025-03-25T05:00:15.836Z Downloaded aws-lc-rs v1.12.4
8962025-03-25T05:00:15.836Z Downloaded write16 v1.0.0
8972025-03-25T05:00:15.836Z Downloaded float-ord v0.3.2
8982025-03-25T05:00:15.836Z Downloaded paste v1.0.15
8992025-03-25T05:00:15.836Z Downloaded futures-core v0.3.31
9002025-03-25T05:00:15.836Z Downloaded env_filter v0.1.2
9012025-03-25T05:00:15.836Z Downloaded r2d2 v0.8.10
9022025-03-25T05:00:15.836Z Downloaded predicates v3.1.3
9032025-03-25T05:00:15.836Z Downloaded russh-keys v0.45.0
9042025-03-25T05:00:15.836Z Downloaded predicates-tree v1.0.11
9052025-03-25T05:00:15.836Z Downloaded pin-project-lite v0.2.14
9062025-03-25T05:00:15.836Z Downloaded slog-term v2.9.1
9072025-03-25T05:00:15.836Z Downloaded serde_with_macros v3.12.0
9082025-03-25T05:00:15.836Z Downloaded sct v0.7.1
9092025-03-25T05:00:15.836Z Downloaded uzers v0.12.1
9102025-03-25T05:00:15.836Z Downloaded samael v0.0.18
9112025-03-25T05:00:15.836Z Downloaded zone v0.1.8
9122025-03-25T05:00:15.836Z Downloaded smallvec v0.6.14
9132025-03-25T05:00:15.851Z Downloaded rustc_version v0.4.1
9142025-03-25T05:00:15.851Z Downloaded rustc_version v0.1.7
9152025-03-25T05:00:15.851Z Downloaded darling_core v0.20.10
9162025-03-25T05:00:15.855Z Downloaded xz2 v0.1.7
9172025-03-25T05:00:15.855Z Downloaded half v2.4.1
9182025-03-25T05:00:15.855Z Downloaded itertools v0.14.0
9192025-03-25T05:00:15.859Z Downloaded gethostname v0.5.0
9202025-03-25T05:00:15.859Z Downloaded blake3 v1.5.4
9212025-03-25T05:00:15.870Z Downloaded phf_shared v0.10.0
9222025-03-25T05:00:15.882Z Downloaded opaque-debug v0.3.1
9232025-03-25T05:00:15.882Z Downloaded parse-size v1.1.0
9242025-03-25T05:00:15.882Z Downloaded sqlformat v0.2.6
9252025-03-25T05:00:15.882Z Downloaded publicsuffix v2.3.0
9262025-03-25T05:00:15.882Z Downloaded zerovec v0.10.4
9272025-03-25T05:00:15.882Z Downloaded downcast v0.11.0
9282025-03-25T05:00:15.882Z Downloaded document-features v0.2.10
9292025-03-25T05:00:15.882Z Downloaded foreign-types-shared v0.3.1
9302025-03-25T05:00:15.888Z Downloaded ron v0.7.1
9312025-03-25T05:00:15.891Z Downloaded sqlparser_derive v0.2.2
9322025-03-25T05:00:15.891Z Downloaded hyper v1.6.0
9332025-03-25T05:00:15.897Z Downloaded fixedbitset v0.4.2
9342025-03-25T05:00:15.899Z Downloaded idna v1.0.3
9352025-03-25T05:00:15.903Z Downloaded derive_more v0.99.19
9362025-03-25T05:00:15.908Z Downloaded zerofrom v0.1.4
9372025-03-25T05:00:15.912Z Downloaded stable_deref_trait v1.2.0
9382025-03-25T05:00:15.912Z Downloaded form_urlencoded v1.2.1
9392025-03-25T05:00:15.912Z Downloaded foldhash v0.1.3
9402025-03-25T05:00:15.912Z Downloaded enum-as-inner v0.6.1
9412025-03-25T05:00:15.916Z Downloaded zerovec-derive v0.10.3
9422025-03-25T05:00:15.916Z Downloaded pretty-hex v0.2.1
9432025-03-25T05:00:15.919Z Downloaded rustversion v1.0.17
9442025-03-25T05:00:15.919Z Downloaded want v0.3.1
9452025-03-25T05:00:15.923Z Downloaded similar v2.7.0
9462025-03-25T05:00:15.926Z Downloaded topological-sort v0.2.2
9472025-03-25T05:00:15.929Z Downloaded vergen v8.3.2
9482025-03-25T05:00:15.932Z Downloaded subtle v2.6.1
9492025-03-25T05:00:15.932Z Downloaded predicates-core v1.0.8
9502025-03-25T05:00:15.937Z Downloaded peg v0.8.5
9512025-03-25T05:00:15.937Z Downloaded password-hash v0.4.2
9522025-03-25T05:00:15.942Z Downloaded phf_generator v0.11.2
9532025-03-25T05:00:15.942Z Downloaded structmeta v0.3.0
9542025-03-25T05:00:15.945Z Downloaded smf v0.2.3
9552025-03-25T05:00:15.945Z Downloaded p256 v0.13.2
9562025-03-25T05:00:15.949Z Downloaded des v0.8.1
9572025-03-25T05:00:15.949Z Downloaded hash32 v0.3.1
9582025-03-25T05:00:15.954Z Downloaded tabwriter v1.4.0
9592025-03-25T05:00:15.954Z Downloaded tabled_derive v0.10.0
9602025-03-25T05:00:15.954Z Downloaded fallible-iterator v0.2.0
9612025-03-25T05:00:15.958Z Downloaded bitvec v1.0.1
9622025-03-25T05:00:15.971Z Downloaded dropshot_endpoint v0.16.0
9632025-03-25T05:00:15.975Z Downloaded bindgen v0.69.5
9642025-03-25T05:00:15.983Z Downloaded endian-type v0.1.2
9652025-03-25T05:00:15.986Z Downloaded writeable v0.5.5
9662025-03-25T05:00:15.986Z Downloaded der v0.7.9
9672025-03-25T05:00:15.989Z Downloaded proc-macro-crate v1.3.1
9682025-03-25T05:00:15.994Z Downloaded tokio-tungstenite v0.21.0
9692025-03-25T05:00:15.998Z Downloaded unicode-normalization v0.1.24
9702025-03-25T05:00:15.998Z Downloaded either v1.14.0
9712025-03-25T05:00:16.002Z Downloaded tokio-stream v0.1.17
9722025-03-25T05:00:16.006Z Downloaded tower-service v0.3.3
9732025-03-25T05:00:16.006Z Downloaded nanorand v0.7.0
9742025-03-25T05:00:16.009Z Downloaded pin-project-internal v1.1.6
9752025-03-25T05:00:16.009Z Downloaded parse-display-derive v0.10.0
9762025-03-25T05:00:16.013Z Downloaded num-bigint v0.4.6
9772025-03-25T05:00:16.031Z Downloaded supports-color v3.0.2
9782025-03-25T05:00:16.039Z Downloaded twox-hash v2.1.0
9792025-03-25T05:00:16.039Z Downloaded tungstenite v0.23.0
9802025-03-25T05:00:16.039Z Downloaded zopfli v0.8.1
9812025-03-25T05:00:16.039Z Downloaded tls_codec_derive v0.4.1
9822025-03-25T05:00:16.039Z Downloaded getrandom v0.3.1
9832025-03-25T05:00:16.040Z Downloaded tungstenite v0.21.0
9842025-03-25T05:00:16.040Z Downloaded num v0.4.3
9852025-03-25T05:00:16.043Z Downloaded zerocopy-derive v0.8.10
9862025-03-25T05:00:16.043Z Downloaded multimap v0.10.0
9872025-03-25T05:00:16.043Z Downloaded bindgen v0.71.1
9882025-03-25T05:00:16.051Z Downloaded proc-macro-error2 v2.0.1
9892025-03-25T05:00:16.060Z Downloaded rand v0.8.5
9902025-03-25T05:00:16.063Z Downloaded quick-error v1.2.3
9912025-03-25T05:00:16.063Z Downloaded packed_struct v0.10.1
9922025-03-25T05:00:16.063Z Downloaded ron v0.8.1
9932025-03-25T05:00:16.067Z Downloaded wyz v0.5.1
9942025-03-25T05:00:16.071Z Downloaded tokio-tungstenite v0.23.1
9952025-03-25T05:00:16.071Z Downloaded reedline v0.38.0
9962025-03-25T05:00:16.079Z Downloaded native-tls v0.2.12
9972025-03-25T05:00:16.084Z Downloaded env_logger v0.11.5
9982025-03-25T05:00:16.088Z Downloaded flate2 v1.1.0
9992025-03-25T05:00:16.092Z Downloaded chrono v0.4.40
10002025-03-25T05:00:16.099Z Downloaded flume v0.11.1
10012025-03-25T05:00:16.103Z Downloaded rand v0.9.0
10022025-03-25T05:00:16.107Z Downloaded strum_macros v0.26.4
10032025-03-25T05:00:16.111Z Downloaded typify v0.3.0
10042025-03-25T05:00:16.114Z Downloaded reqwest v0.12.12
10052025-03-25T05:00:16.123Z Downloaded parking_lot v0.12.3
10062025-03-25T05:00:16.128Z Downloaded dropshot_endpoint v0.12.0
10072025-03-25T05:00:16.133Z Downloaded omicron-zone-package v0.12.0
10082025-03-25T05:00:16.133Z Downloaded rsa v0.9.6
10092025-03-25T05:00:16.136Z Downloaded zerocopy v0.8.10
10102025-03-25T05:00:16.162Z Downloaded yansi v1.0.1
10112025-03-25T05:00:16.167Z Downloaded zip v0.6.6
10122025-03-25T05:00:16.171Z Downloaded parse-zoneinfo v0.3.1
10132025-03-25T05:00:16.171Z Downloaded toml v0.7.8
10142025-03-25T05:00:16.176Z Downloaded steno v0.4.1
10152025-03-25T05:00:16.179Z Downloaded futures-util v0.3.31
10162025-03-25T05:00:16.191Z Downloaded subprocess v0.2.9
10172025-03-25T05:00:16.194Z Downloaded nom v7.1.3
10182025-03-25T05:00:16.198Z Downloaded lalrpop v0.19.12
10192025-03-25T05:00:16.209Z Downloaded pem-rfc7468 v0.7.0
10202025-03-25T05:00:16.213Z Downloaded fixedbitset v0.5.7
10212025-03-25T05:00:16.217Z Downloaded pretty_assertions v1.4.1
10222025-03-25T05:00:16.217Z Downloaded papergrid v0.14.0
10232025-03-25T05:00:16.221Z Downloaded portable-atomic v1.9.0
10242025-03-25T05:00:16.227Z Downloaded quinn v0.11.5
10252025-03-25T05:00:16.231Z Downloaded qorb v0.2.1
10262025-03-25T05:00:16.236Z Downloaded futures-channel v0.3.31
10272025-03-25T05:00:16.238Z Downloaded proptest v1.6.0
10282025-03-25T05:00:16.251Z Downloaded zip v2.1.3
10292025-03-25T05:00:16.255Z Downloaded ssh-key v0.6.6
10302025-03-25T05:00:16.260Z Downloaded x509-cert v0.2.5
10312025-03-25T05:00:16.268Z Downloaded russh v0.45.0
10322025-03-25T05:00:16.272Z Downloaded typed-path v0.9.3
10332025-03-25T05:00:16.279Z Downloaded salty v0.3.0
10342025-03-25T05:00:16.286Z Downloaded expectorate v1.1.0
10352025-03-25T05:00:16.290Z Downloaded serde_with v3.12.0
10362025-03-25T05:00:16.297Z Downloaded num-bigint-dig v0.8.4
10372025-03-25T05:00:16.309Z Downloaded tough v0.19.0
10382025-03-25T05:00:16.324Z Downloaded tower v0.5.2
10392025-03-25T05:00:16.341Z Downloaded h2 v0.4.6
10402025-03-25T05:00:16.355Z Downloaded git2 v0.19.0
10412025-03-25T05:00:16.365Z Downloaded unicode-width v0.2.0
10422025-03-25T05:00:16.373Z Downloaded rayon v1.10.0
10432025-03-25T05:00:16.381Z Downloaded regex-syntax v0.8.5
10442025-03-25T05:00:16.389Z Downloaded sqlparser v0.45.0
10452025-03-25T05:00:16.394Z Downloaded chrono-tz v0.10.1
10462025-03-25T05:00:16.401Z Downloaded smoltcp v0.9.1
10472025-03-25T05:00:16.411Z Downloaded rustls-webpki v0.101.7
10482025-03-25T05:00:16.426Z Downloaded quinn-proto v0.11.8
10492025-03-25T05:00:16.431Z Downloaded winnow v0.6.20
10502025-03-25T05:00:16.439Z Downloaded radix_trie v0.2.1
10512025-03-25T05:00:16.446Z Downloaded winnow v0.5.40
10522025-03-25T05:00:16.453Z Downloaded openssl v0.10.71
10532025-03-25T05:00:16.464Z Downloaded p384 v0.13.0
10542025-03-25T05:00:16.468Z Downloaded regex-syntax v0.6.29
10552025-03-25T05:00:16.476Z Downloaded rustls-webpki v0.102.8
10562025-03-25T05:00:16.493Z Downloaded dropshot v0.16.0
10572025-03-25T05:00:16.514Z Downloaded diesel v2.2.8
10582025-03-25T05:00:16.532Z Downloaded nix v0.28.0
10592025-03-25T05:00:16.545Z Downloaded openapiv3 v2.0.0
10602025-03-25T05:00:16.558Z Downloaded object v0.36.5
10612025-03-25T05:00:16.582Z Downloaded nix v0.29.0
10622025-03-25T05:00:16.618Z Downloaded sled v0.34.7
10632025-03-25T05:00:16.618Z Downloaded curve25519-dalek v4.1.3
10642025-03-25T05:00:16.619Z Downloaded dropshot v0.12.0
10652025-03-25T05:00:16.823Z Downloaded ratatui v0.29.0
10662025-03-25T05:00:16.836Z Downloaded rustls v0.23.19
10672025-03-25T05:00:16.836Z Downloaded rustls v0.22.4
10682025-03-25T05:00:16.836Z Downloaded typify-impl v0.3.0
10692025-03-25T05:00:16.836Z Downloaded typify-impl v0.2.0
10702025-03-25T05:00:16.836Z Downloaded bzip2-sys v0.1.11+1.0.8
10712025-03-25T05:00:16.836Z Downloaded zerocopy-derive v0.6.6
10722025-03-25T05:00:16.836Z Downloaded smoltcp v0.11.0
10732025-03-25T05:00:16.836Z Downloaded regress v0.10.3
10742025-03-25T05:00:16.836Z Downloaded regex-automata v0.4.8
10752025-03-25T05:00:16.836Z Downloaded object v0.30.4
10762025-03-25T05:00:16.836Z Downloaded nix v0.27.1
10772025-03-25T05:00:16.836Z Downloaded gimli v0.31.1
10782025-03-25T05:00:16.836Z Downloaded petname v2.0.2
10792025-03-25T05:00:16.836Z Downloaded bstr v1.10.0
10802025-03-25T05:00:16.836Z Downloaded rustls v0.21.12
10812025-03-25T05:00:16.836Z Downloaded regex v1.11.1
10822025-03-25T05:00:16.836Z Downloaded tokio v1.43.0
10832025-03-25T05:00:16.852Z Downloaded webpki-roots v0.26.6
10842025-03-25T05:00:16.868Z Downloaded lzma-sys v0.1.20
10852025-03-25T05:00:16.904Z Downloaded polar-core v0.27.3
10862025-03-25T05:00:16.919Z Downloaded csv v1.3.1
10872025-03-25T05:00:16.919Z Downloaded tokio-util v0.7.13
10882025-03-25T05:00:16.919Z Downloaded p521 v0.13.3
10892025-03-25T05:00:16.967Z Downloaded tabled v0.18.0
10902025-03-25T05:00:16.997Z Downloaded vcpkg v0.2.15
10912025-03-25T05:00:16.998Z Downloaded petgraph v0.7.1
10922025-03-25T05:00:17.039Z Downloaded elliptic-curve v0.13.8
10932025-03-25T05:00:17.039Z Downloaded openssl-sys v0.9.106
10942025-03-25T05:00:17.039Z Downloaded unicode-segmentation v1.12.0
10952025-03-25T05:00:17.039Z Downloaded ssh-encoding v0.2.0
10962025-03-25T05:00:17.039Z Downloaded ssh-cipher v0.2.0
10972025-03-25T05:00:17.039Z Downloaded env_logger v0.10.2
10982025-03-25T05:00:17.039Z Downloaded phf v0.11.2
10992025-03-25T05:00:17.039Z Downloaded password-hash v0.5.0
11002025-03-25T05:00:17.039Z Downloaded serde_yaml v0.9.34+deprecated
11012025-03-25T05:00:17.039Z Downloaded petgraph v0.6.5
11022025-03-25T05:00:17.117Z Downloaded libz-sys v1.1.20
11032025-03-25T05:00:17.117Z Downloaded tokio-postgres v0.7.13
11042025-03-25T05:00:17.117Z Downloaded quick-xml v0.37.2
11052025-03-25T05:00:17.161Z Downloaded itertools v0.13.0
11062025-03-25T05:00:17.162Z Downloaded nu-ansi-term v0.50.1
11072025-03-25T05:00:17.162Z Downloaded diesel_derives v2.2.3
11082025-03-25T05:00:17.162Z Downloaded libm v0.2.8
11092025-03-25T05:00:17.162Z Downloaded itertools v0.12.1
11102025-03-25T05:00:17.162Z Downloaded futures-sink v0.3.31
11112025-03-25T05:00:17.162Z Downloaded packed_struct_codegen v0.10.1
11122025-03-25T05:00:17.162Z Downloaded sha3 v0.10.8
11132025-03-25T05:00:17.162Z Downloaded vte v0.11.1
11142025-03-25T05:00:17.162Z Downloaded icu_properties_data v1.5.0
11152025-03-25T05:00:17.162Z Downloaded futures-macro v0.3.31
11162025-03-25T05:00:17.162Z Downloaded futures v0.3.31
11172025-03-25T05:00:17.162Z Downloaded itertools v0.10.5
11182025-03-25T05:00:17.162Z Downloaded aho-corasick v1.1.3
11192025-03-25T05:00:17.162Z Downloaded daft v0.1.2
11202025-03-25T05:00:17.162Z Downloaded progenitor-impl v0.9.1
11212025-03-25T05:00:17.162Z Downloaded rand_seeder v0.3.0
11222025-03-25T05:00:17.162Z Downloaded ppv-lite86 v0.2.20
11232025-03-25T05:00:17.162Z Downloaded hashbrown v0.12.3
11242025-03-25T05:00:17.162Z Downloaded minimal-lexical v0.2.1
11252025-03-25T05:00:17.162Z Downloaded owo-colors v4.2.0
11262025-03-25T05:00:17.162Z Downloaded rustyline v14.0.0
11272025-03-25T05:00:17.209Z Downloaded tiny-keccak v2.0.2
11282025-03-25T05:00:17.209Z Downloaded thiserror-no-std v2.0.2
11292025-03-25T05:00:17.209Z Downloaded signal-hook-mio v0.2.4
11302025-03-25T05:00:17.209Z Downloaded shell-words v1.1.0
11312025-03-25T05:00:17.209Z Downloaded sec1 v0.7.3
11322025-03-25T05:00:17.209Z Downloaded resolv-conf v0.7.0
11332025-03-25T05:00:17.209Z Downloaded utf16_iter v1.0.5
11342025-03-25T05:00:17.209Z Downloaded derive-where v1.2.7
11352025-03-25T05:00:17.209Z Downloaded utf8_iter v1.0.4
11362025-03-25T05:00:17.209Z Downloaded slog-json v2.6.1
11372025-03-25T05:00:17.209Z Downloaded semver v0.1.20
11382025-03-25T05:00:17.209Z Downloaded parking_lot_core v0.9.10
11392025-03-25T05:00:17.209Z Downloaded tinyvec v1.8.0
11402025-03-25T05:00:17.209Z Downloaded der_derive v0.7.3
11412025-03-25T05:00:17.209Z Downloaded prettyplease v0.2.30
11422025-03-25T05:00:17.209Z Downloaded termcolor v1.4.1
11432025-03-25T05:00:17.209Z Downloaded strum v0.26.3
11442025-03-25T05:00:17.210Z Downloaded percent-encoding v2.3.1
11452025-03-25T05:00:17.210Z Downloaded parse-display v0.10.0
11462025-03-25T05:00:17.210Z Downloaded num-rational v0.4.2
11472025-03-25T05:00:17.210Z Downloaded cc v1.2.15
11482025-03-25T05:00:17.210Z Downloaded shlex v1.3.0
11492025-03-25T05:00:17.210Z Downloaded serde_plain v1.0.2
11502025-03-25T05:00:17.210Z Downloaded rustfmt-wrapper v0.2.1
11512025-03-25T05:00:17.210Z Downloaded normalize-line-endings v0.3.0
11522025-03-25T05:00:17.210Z Downloaded ghash v0.5.1
11532025-03-25T05:00:17.210Z Downloaded zeroize_derive v1.4.2
11542025-03-25T05:00:17.210Z Downloaded psl-types v2.0.11
11552025-03-25T05:00:17.210Z Downloaded num-iter v0.1.45
11562025-03-25T05:00:17.256Z Downloaded ipnet v2.11.0
11572025-03-25T05:00:17.256Z Downloaded icu_provider v1.5.0
11582025-03-25T05:00:17.256Z Downloaded yoke v0.7.4
11592025-03-25T05:00:17.256Z Downloaded yasna v0.5.2
11602025-03-25T05:00:17.256Z Downloaded rand_chacha v0.9.0
11612025-03-25T05:00:17.256Z Downloaded litemap v0.7.3
11622025-03-25T05:00:17.256Z Downloaded const_format v0.2.34
11632025-03-25T05:00:17.256Z Downloaded compact_str v0.8.0
11642025-03-25T05:00:17.256Z Downloaded bytes v1.10.1
11652025-03-25T05:00:17.256Z Downloaded num-derive v0.4.2
11662025-03-25T05:00:17.257Z Downloaded group v0.13.0
11672025-03-25T05:00:17.257Z Downloaded filetime v0.2.25
11682025-03-25T05:00:17.257Z Downloaded debug-ignore v1.0.5
11692025-03-25T05:00:17.257Z Downloaded encoding_rs v0.8.34
11702025-03-25T05:00:17.257Z Downloaded hyper-rustls v0.27.3
11712025-03-25T05:00:17.257Z Downloaded ena v0.14.3
11722025-03-25T05:00:17.257Z Downloaded lru-cache v0.1.2
11732025-03-25T05:00:17.257Z Downloaded russh-cryptovec v0.7.3
11742025-03-25T05:00:17.257Z Downloaded rand_chacha v0.3.1
11752025-03-25T05:00:17.257Z Downloaded ring v0.17.11
11762025-03-25T05:00:17.293Z Downloaded fragile v2.0.0
11772025-03-25T05:00:17.323Z Downloaded untrusted v0.9.0
11782025-03-25T05:00:17.323Z Downloaded snafu-derive v0.8.5
11792025-03-25T05:00:17.323Z Downloaded smallvec v1.14.0
11802025-03-25T05:00:17.323Z Downloaded rfc6979 v0.4.0
11812025-03-25T05:00:17.323Z Downloaded ecdsa v0.16.9
11822025-03-25T05:00:17.323Z Downloaded libgit2-sys v0.17.0+1.8.1
11832025-03-25T05:00:17.346Z Downloaded tokio-rustls v0.24.1
11842025-03-25T05:00:17.366Z Downloaded bumpalo v3.16.0
11852025-03-25T05:00:17.366Z Downloaded jobserver v0.1.32
11862025-03-25T05:00:17.366Z Downloaded scrypt v0.11.0
11872025-03-25T05:00:17.366Z Downloaded libloading v0.8.5
11882025-03-25T05:00:17.366Z Downloaded defmt-parser v0.3.4
11892025-03-25T05:00:17.366Z Downloaded hyper-tls v0.6.0
11902025-03-25T05:00:17.366Z Downloaded hubpack v0.1.2
11912025-03-25T05:00:17.366Z Downloaded hostname v0.3.1
11922025-03-25T05:00:17.366Z Downloaded humantime v2.1.0
11932025-03-25T05:00:17.366Z Downloaded httpdate v1.0.3
11942025-03-25T05:00:17.366Z Downloaded cookie v0.18.1
11952025-03-25T05:00:17.366Z Downloaded memoffset v0.9.1
11962025-03-25T05:00:17.366Z Downloaded lockfree-object-pool v0.1.6
11972025-03-25T05:00:17.366Z Downloaded http-body-util v0.1.2
11982025-03-25T05:00:17.366Z Downloaded hostname v0.4.0
11992025-03-25T05:00:17.366Z Downloaded allocator-api2 v0.2.18
12002025-03-25T05:00:17.401Z Downloaded serde-hex v0.1.0
12012025-03-25T05:00:17.401Z Downloaded ahash v0.8.11
12022025-03-25T05:00:17.401Z Downloaded cancel-safe-futures v0.1.5
12032025-03-25T05:00:17.401Z Downloaded match_cfg v0.1.0
12042025-03-25T05:00:17.401Z Downloaded ident_case v1.0.1
12052025-03-25T05:00:17.401Z Downloaded http-range v0.1.5
12062025-03-25T05:00:17.401Z Downloaded http-body v1.0.1
12072025-03-25T05:00:17.401Z Downloaded arc-swap v1.7.1
12082025-03-25T05:00:17.401Z Downloaded instability v0.3.2
12092025-03-25T05:00:17.401Z Downloaded icu_locid_transform v1.5.0
12102025-03-25T05:00:17.431Z Downloaded iana-time-zone v0.1.61
12112025-03-25T05:00:17.431Z Downloaded console v0.15.10
12122025-03-25T05:00:17.431Z Downloaded bcs v0.1.6
12132025-03-25T05:00:17.431Z Downloaded const_format_proc_macros v0.2.34
12142025-03-25T05:00:17.431Z Downloaded async-trait v0.1.87
12152025-03-25T05:00:17.431Z Downloaded argon2 v0.5.3
12162025-03-25T05:00:17.431Z Downloaded arrayvec v0.7.6
12172025-03-25T05:00:17.432Z Downloaded arrayref v0.3.9
12182025-03-25T05:00:17.432Z Downloaded bit-set v0.8.0
12192025-03-25T05:00:17.432Z Downloaded cbc v0.1.2
12202025-03-25T05:00:17.432Z Downloaded ascii-canvas v3.0.0
12212025-03-25T05:00:17.432Z Downloaded adler2 v2.0.0
12222025-03-25T05:00:17.432Z Downloaded async-stream v0.3.6
12232025-03-25T05:00:17.432Z Downloaded async-recursion v1.1.1
12242025-03-25T05:00:17.432Z Downloaded assert_matches v1.5.0
12252025-03-25T05:00:17.799Z Downloaded aws-lc-sys v0.26.0
12262025-03-25T05:00:18.098Z Compiling serde v1.0.218
12272025-03-25T05:00:18.132Z Compiling value-bag v1.9.0
12282025-03-25T05:00:18.132Z Compiling lock_api v0.4.12
12292025-03-25T05:00:18.132Z Compiling scopeguard v1.2.0
12302025-03-25T05:00:18.133Z Compiling typenum v1.17.0
12312025-03-25T05:00:18.360Z Compiling shlex v1.3.0
12322025-03-25T05:00:18.471Z Compiling syn v2.0.98
12332025-03-25T05:00:18.471Z Compiling getrandom v0.2.15
12342025-03-25T05:00:18.538Z Compiling jobserver v0.1.32
12352025-03-25T05:00:18.610Z Compiling rand_core v0.6.4
12362025-03-25T05:00:18.714Z Compiling log v0.4.22
12372025-03-25T05:00:18.765Z Compiling generic-array v0.14.7
12382025-03-25T05:00:18.848Z Compiling subtle v2.6.1
12392025-03-25T05:00:19.106Z Compiling cc v1.2.15
12402025-03-25T05:00:19.125Z Compiling smallvec v1.14.0
12412025-03-25T05:00:19.154Z Compiling const-oid v0.9.6
12422025-03-25T05:00:19.178Z Compiling pin-project-lite v0.2.14
12432025-03-25T05:00:19.202Z Compiling rustix v0.38.37
12442025-03-25T05:00:19.297Z Compiling parking_lot_core v0.9.10
12452025-03-25T05:00:19.447Z Compiling spin v0.9.8
12462025-03-25T05:00:19.482Z Compiling signal-hook-registry v1.4.2
12472025-03-25T05:00:19.809Z Compiling futures-core v0.3.31
12482025-03-25T05:00:22.845Z Compiling mio v1.0.2
12492025-03-25T05:00:22.875Z Compiling aho-corasick v1.1.3
12502025-03-25T05:00:22.876Z Compiling parking_lot v0.12.3
12512025-03-25T05:00:22.876Z Compiling either v1.14.0
12522025-03-25T05:00:22.876Z Compiling regex-syntax v0.8.5
12532025-03-25T05:00:22.876Z Compiling serde_json v1.0.139
12542025-03-25T05:00:22.876Z Compiling stable_deref_trait v1.2.0
12552025-03-25T05:00:22.876Z Compiling glob v0.3.2
12562025-03-25T05:00:22.876Z Compiling socket2 v0.5.8
12572025-03-25T05:00:22.876Z Compiling cpufeatures v0.2.14
12582025-03-25T05:00:22.876Z Compiling libm v0.2.8
12592025-03-25T05:00:22.876Z Compiling futures-sink v0.3.31
12602025-03-25T05:00:22.876Z Compiling prettyplease v0.2.30
12612025-03-25T05:00:22.876Z Compiling lazy_static v1.5.0
12622025-03-25T05:00:22.876Z Compiling slab v0.4.9
12632025-03-25T05:00:22.876Z Compiling num-traits v0.2.19
12642025-03-25T05:00:22.876Z Compiling clang-sys v1.8.1
12652025-03-25T05:00:22.876Z Compiling minimal-lexical v0.2.1
12662025-03-25T05:00:22.876Z Compiling libloading v0.8.5
12672025-03-25T05:00:22.876Z Compiling nom v7.1.3
12682025-03-25T05:00:22.876Z Compiling pkg-config v0.3.31
12692025-03-25T05:00:22.876Z Compiling bindgen v0.69.5
12702025-03-25T05:00:23.002Z Compiling getrandom v0.3.1
12712025-03-25T05:00:23.526Z Compiling foldhash v0.1.3
12722025-03-25T05:00:23.630Z Compiling home v0.5.9
12732025-03-25T05:00:23.724Z Compiling allocator-api2 v0.2.18
12742025-03-25T05:00:24.197Z Compiling itertools v0.12.1
12752025-03-25T05:00:24.461Z Compiling regex-automata v0.4.8
12762025-03-25T05:00:24.649Z Compiling hashbrown v0.15.1
12772025-03-25T05:00:25.668Z Compiling synstructure v0.13.1
12782025-03-25T05:00:25.871Z Compiling cexpr v0.6.0
12792025-03-25T05:00:26.778Z Compiling lazycell v1.3.0
12802025-03-25T05:00:26.945Z Compiling rustc-hash v1.1.0
12812025-03-25T05:00:27.058Z Compiling futures-channel v0.3.31
12822025-03-25T05:00:27.099Z Compiling cmake v0.1.51
12832025-03-25T05:00:27.391Z Compiling futures-task v0.3.31
12842025-03-25T05:00:27.411Z Compiling dunce v1.0.5
12852025-03-25T05:00:27.461Z Compiling pin-utils v0.1.0
12862025-03-25T05:00:27.548Z Compiling futures-io v0.3.31
12872025-03-25T05:00:27.568Z Compiling fs_extra v1.3.0
12882025-03-25T05:00:27.670Z Compiling paste v1.0.15
12892025-03-25T05:00:27.820Z Compiling base64ct v1.6.0
12902025-03-25T05:00:27.911Z Compiling ring v0.17.11
12912025-03-25T05:00:28.099Z Compiling litemap v0.7.3
12922025-03-25T05:00:28.219Z Compiling writeable v0.5.5
12932025-03-25T05:00:28.369Z Compiling pem-rfc7468 v0.7.0
12942025-03-25T05:00:28.486Z Compiling flagset v0.4.6
12952025-03-25T05:00:28.702Z Compiling aws-lc-rs v1.12.4
12962025-03-25T05:00:28.731Z Compiling rustls-pki-types v1.10.0
12972025-03-25T05:00:28.976Z Compiling crossbeam-utils v0.8.20
12982025-03-25T05:00:29.118Z Compiling vcpkg v0.2.15
12992025-03-25T05:00:29.499Z Compiling regex v1.11.1
13002025-03-25T05:00:29.621Z Compiling icu_locid_transform_data v1.5.0
13012025-03-25T05:00:29.694Z Compiling tracing-core v0.1.32
13022025-03-25T05:00:29.725Z Compiling untrusted v0.7.1
13032025-03-25T05:00:29.911Z Compiling time-core v0.1.2
13042025-03-25T05:00:30.096Z Compiling icu_properties_data v1.5.0
13052025-03-25T05:00:30.384Z Compiling untrusted v0.9.0
13062025-03-25T05:00:30.417Z Compiling iana-time-zone v0.1.61
13072025-03-25T05:00:30.563Z Compiling httparse v1.9.5
13082025-03-25T05:00:30.585Z Compiling serde_derive v1.0.218
13092025-03-25T05:00:30.699Z Compiling zeroize_derive v1.4.2
13102025-03-25T05:00:30.764Z Compiling zerocopy-derive v0.7.35
13112025-03-25T05:00:30.831Z Compiling tokio-macros v2.5.0
13122025-03-25T05:00:31.226Z Compiling zerofrom-derive v0.1.4
13132025-03-25T05:00:32.077Z Compiling zeroize v1.8.1
13142025-03-25T05:00:32.247Z Compiling yoke-derive v0.7.4
13152025-03-25T05:00:32.651Z Compiling zerocopy v0.7.35
13162025-03-25T05:00:32.962Z Compiling displaydoc v0.2.5
13172025-03-25T05:00:33.742Z Compiling crypto-common v0.1.6
13182025-03-25T05:00:33.915Z Compiling block-buffer v0.10.4
13192025-03-25T05:00:33.964Z Compiling block-padding v0.3.3
13202025-03-25T05:00:34.076Z Compiling zerovec-derive v0.10.3
13212025-03-25T05:00:34.161Z Compiling digest v0.10.7
13222025-03-25T05:00:34.204Z Compiling inout v0.1.3
13232025-03-25T05:00:34.385Z Compiling zerofrom v0.1.4
13242025-03-25T05:00:34.391Z Compiling thiserror-impl v1.0.69
13252025-03-25T05:00:34.473Z Compiling futures-macro v0.3.31
13262025-03-25T05:00:34.585Z Compiling hmac v0.12.1
13272025-03-25T05:00:34.606Z Compiling sha2 v0.10.8
13282025-03-25T05:00:34.611Z Compiling cipher v0.4.4
13292025-03-25T05:00:34.689Z Compiling yoke v0.7.4
13302025-03-25T05:00:34.821Z Compiling der_derive v0.7.3
13312025-03-25T05:00:35.037Z Compiling icu_provider_macros v1.5.0
13322025-03-25T05:00:35.133Z Compiling salsa20 v0.10.2
13332025-03-25T05:00:35.414Z Compiling pbkdf2 v0.12.2
13342025-03-25T05:00:35.593Z Compiling ppv-lite86 v0.2.20
13352025-03-25T05:00:36.172Z Compiling scrypt v0.11.0
13362025-03-25T05:00:36.259Z Compiling futures-util v0.3.31
13372025-03-25T05:00:36.379Z Compiling aes v0.8.4
13382025-03-25T05:00:36.514Z Compiling zerovec v0.10.4
13392025-03-25T05:00:36.649Z Compiling cbc v0.1.2
13402025-03-25T05:00:36.869Z Compiling openssl-sys v0.9.106
13412025-03-25T05:00:37.062Z Compiling der v0.7.9
13422025-03-25T05:00:37.298Z Compiling thiserror v1.0.69
13432025-03-25T05:00:37.455Z Compiling pest v2.7.14
13442025-03-25T05:00:37.857Z Compiling tracing-attributes v0.1.27
13452025-03-25T05:00:38.313Z Compiling tinystr v0.7.6
13462025-03-25T05:00:38.570Z Compiling icu_collections v1.5.0
13472025-03-25T05:00:38.584Z Compiling icu_locid v1.5.0
13482025-03-25T05:00:39.195Z Compiling spki v0.7.3
13492025-03-25T05:00:39.516Z Compiling powerfmt v0.2.0
13502025-03-25T05:00:39.752Z Compiling icu_provider v1.5.0
13512025-03-25T05:00:39.951Z Compiling percent-encoding v2.3.1
13522025-03-25T05:00:39.970Z Compiling num-conv v0.1.0
13532025-03-25T05:00:40.178Z Compiling time-macros v0.2.18
13542025-03-25T05:00:40.203Z Compiling pest_meta v2.7.14
13552025-03-25T05:00:40.509Z Compiling icu_locid_transform v1.5.0
13562025-03-25T05:00:40.518Z Compiling deranged v0.3.11
13572025-03-25T05:00:40.698Z Compiling pkcs5 v0.7.1
13582025-03-25T05:00:41.076Z Compiling tracing v0.1.40
13592025-03-25T05:00:41.656Z Compiling icu_properties v1.5.1
13602025-03-25T05:00:41.780Z Compiling scroll_derive v0.12.0
13612025-03-25T05:00:42.650Z Compiling zerocopy v0.8.10
13622025-03-25T05:00:42.978Z Compiling bytes v1.10.1
13632025-03-25T05:00:43.010Z Compiling bitflags v2.6.0
13642025-03-25T05:00:43.116Z Compiling semver v1.0.25
13652025-03-25T05:00:43.548Z Compiling indexmap v2.7.1
13662025-03-25T05:00:43.791Z Compiling rustc_version v0.4.1
13672025-03-25T05:00:44.255Z Compiling tokio v1.43.0
13682025-03-25T05:00:44.388Z Compiling http v1.2.0
13692025-03-25T05:00:44.445Z Compiling uuid v1.15.1
13702025-03-25T05:00:44.761Z Compiling chrono v0.4.40
13712025-03-25T05:00:45.817Z Compiling utf8_iter v1.0.4
13722025-03-25T05:00:45.855Z Compiling write16 v1.0.0
13732025-03-25T05:00:45.991Z Compiling num_threads v0.1.7
13742025-03-25T05:00:46.019Z Compiling icu_normalizer_data v1.5.0
13752025-03-25T05:00:46.067Z Compiling utf16_iter v1.0.5
13762025-03-25T05:00:46.118Z Compiling atomic-waker v1.1.2
13772025-03-25T05:00:46.141Z Compiling time v0.3.36
13782025-03-25T05:00:46.144Z Compiling http-body v1.0.1
13792025-03-25T05:00:46.279Z Compiling icu_normalizer v1.5.0
13802025-03-25T05:00:46.375Z Compiling scroll v0.12.0
13812025-03-25T05:00:46.487Z Compiling pest_generator v2.7.14
13822025-03-25T05:00:46.881Z Compiling pkcs8 v0.10.2
13832025-03-25T05:00:47.035Z Compiling which v4.4.2
13842025-03-25T05:00:47.560Z Compiling zerocopy-derive v0.8.10
13852025-03-25T05:00:47.959Z Compiling serde_derive_internals v0.29.1
13862025-03-25T05:00:47.978Z Compiling schemars v0.8.22
13872025-03-25T05:00:48.076Z Compiling slog v2.7.0
13882025-03-25T05:00:48.252Z Compiling tinyvec_macros v0.1.1
13892025-03-25T05:00:48.308Z Compiling try-lock v0.2.5
13902025-03-25T05:00:48.351Z Compiling tinyvec v1.8.0
13912025-03-25T05:00:48.492Z Compiling want v0.3.1
13922025-03-25T05:00:48.630Z Compiling goblin v0.8.2
13932025-03-25T05:00:48.832Z Compiling pest_derive v2.7.14
13942025-03-25T05:00:49.574Z Compiling idna_adapter v1.2.0
13952025-03-25T05:00:49.815Z Compiling form_urlencoded v1.2.1
13962025-03-25T05:00:49.903Z Compiling tower-service v0.3.3
13972025-03-25T05:00:50.040Z Compiling rustversion v1.0.17
13982025-03-25T05:00:50.144Z Compiling foreign-types-shared v0.1.1
13992025-03-25T05:00:50.216Z Compiling schemars_derive v0.8.22
14002025-03-25T05:00:50.248Z Compiling dyn-clone v1.0.19
14012025-03-25T05:00:50.497Z Compiling httpdate v1.0.3
14022025-03-25T05:00:50.578Z Compiling adler2 v2.0.0
14032025-03-25T05:00:50.725Z Compiling openssl v0.10.71
14042025-03-25T05:00:50.848Z Compiling miniz_oxide v0.8.5
14052025-03-25T05:00:50.910Z Compiling foreign-types v0.3.2
14062025-03-25T05:00:51.012Z Compiling idna v1.0.3
14072025-03-25T05:00:51.177Z Compiling dtrace-parser v0.2.0
14082025-03-25T05:00:52.285Z Compiling tokio-util v0.7.13
14092025-03-25T05:00:52.942Z Compiling toml_datetime v0.6.8
14102025-03-25T05:00:53.338Z Compiling rand_core v0.9.2
14112025-03-25T05:00:53.370Z Compiling h2 v0.4.6
14122025-03-25T05:00:53.380Z Compiling serde_spanned v0.6.8
14132025-03-25T05:00:53.505Z Compiling serde_tokenstream v0.2.2
14142025-03-25T05:00:53.605Z Compiling openssl-macros v0.1.1
14152025-03-25T05:00:54.066Z Compiling bzip2-sys v0.1.11+1.0.8
14162025-03-25T05:00:54.329Z Compiling dof v0.3.0
14172025-03-25T05:00:54.519Z Compiling siphasher v0.3.11
14182025-03-25T05:00:54.764Z Compiling rustls v0.23.19
14192025-03-25T05:00:54.905Z Compiling syn v1.0.109
14202025-03-25T05:00:55.071Z Compiling base64 v0.22.1
14212025-03-25T05:00:55.522Z Compiling native-tls v0.2.12
14222025-03-25T05:00:55.901Z Compiling usdt-impl v0.5.0
14232025-03-25T05:00:56.343Z Compiling rand_chacha v0.9.0
14242025-03-25T05:00:57.163Z Compiling unicode-normalization v0.1.24
14252025-03-25T05:00:57.479Z Compiling heapless v0.7.17
14262025-03-25T05:00:57.757Z Compiling crossbeam-epoch v0.9.18
14272025-03-25T05:00:57.921Z Compiling rand_chacha v0.3.1
14282025-03-25T05:00:58.169Z Compiling signature v2.2.0
14292025-03-25T05:00:58.199Z Compiling dirs-sys-next v0.1.2
14302025-03-25T05:00:58.237Z Compiling crc32fast v1.4.2
14312025-03-25T05:00:58.390Z Compiling cookie v0.18.1
14322025-03-25T05:00:58.462Z Compiling rustls v0.22.4
14332025-03-25T05:00:58.572Z Compiling rayon-core v1.12.1
14342025-03-25T05:00:58.715Z Compiling openssl-probe v0.1.5
14352025-03-25T05:00:58.718Z Compiling unicode-bidi v0.3.17
14362025-03-25T05:00:58.775Z Compiling unicode-properties v0.1.3
14372025-03-25T05:00:58.868Z Compiling signal-hook v0.3.17
14382025-03-25T05:00:59.119Z Compiling dirs-next v2.0.0
14392025-03-25T05:00:59.165Z Compiling rand v0.8.5
14402025-03-25T05:00:59.187Z Compiling crossbeam-deque v0.8.5
14412025-03-25T05:00:59.524Z Compiling stringprep v0.1.5
14422025-03-25T05:00:59.545Z Compiling rand v0.9.0
14432025-03-25T05:01:00.178Z Compiling hyper v1.6.0
14442025-03-25T05:01:00.550Z Compiling url v2.5.3
14452025-03-25T05:01:01.151Z Compiling http-body-util v0.1.2
14462025-03-25T05:01:01.311Z Compiling curve25519-dalek v4.1.3
14472025-03-25T05:01:02.019Z Compiling md-5 v0.10.6
14482025-03-25T05:01:02.169Z Compiling async-trait v0.1.87
14492025-03-25T05:01:02.266Z Compiling num-integer v0.1.46
14502025-03-25T05:01:02.287Z Compiling hash32 v0.2.1
14512025-03-25T05:01:02.634Z Compiling hyper-util v0.1.10
14522025-03-25T05:01:02.912Z Compiling thread_local v1.1.8
14532025-03-25T05:01:02.969Z Compiling ff v0.13.0
14542025-03-25T05:01:03.210Z Compiling multer v3.1.0
14552025-03-25T05:01:03.271Z Compiling encoding_rs v0.8.34
14562025-03-25T05:01:03.381Z Compiling memoffset v0.9.1
14572025-03-25T05:01:03.501Z Compiling smoltcp v0.9.1
14582025-03-25T05:01:03.710Z Compiling litrs v0.4.1
14592025-03-25T05:01:03.753Z Compiling base16ct v0.2.0
14602025-03-25T05:01:04.065Z Compiling match_cfg v0.1.0
14612025-03-25T05:01:04.150Z Compiling mime v0.3.17
14622025-03-25T05:01:04.174Z Compiling cfg_aliases v0.2.1
14632025-03-25T05:01:04.281Z Compiling portable-atomic v1.9.0
14642025-03-25T05:01:04.496Z Compiling num-bigint-dig v0.8.4
14652025-03-25T05:01:04.642Z Compiling newtype-uuid v1.2.1
14662025-03-25T05:01:04.769Z Compiling gimli v0.31.1
14672025-03-25T05:01:04.824Z Compiling fallible-iterator v0.2.0
14682025-03-25T05:01:04.940Z Compiling slog-async v2.8.0
14692025-03-25T05:01:05.220Z Compiling psl-types v2.0.11
14702025-03-25T05:01:05.452Z Compiling publicsuffix v2.3.0
14712025-03-25T05:01:05.513Z Compiling postgres-protocol v0.6.8
14722025-03-25T05:01:05.590Z Compiling document-features v0.2.10
14732025-03-25T05:01:05.610Z Compiling nix v0.29.0
14742025-03-25T05:01:05.739Z Compiling toml_edit v0.22.24
14752025-03-25T05:01:06.503Z Compiling hostname v0.3.1
14762025-03-25T05:01:06.663Z Compiling sec1 v0.7.3
14772025-03-25T05:01:06.801Z Compiling group v0.13.0
14782025-03-25T05:01:06.859Z Compiling num-iter v0.1.45
14792025-03-25T05:01:07.154Z Compiling tokio-native-tls v0.3.1
14802025-03-25T05:01:07.195Z Compiling bzip2 v0.4.4
14812025-03-25T05:01:07.429Z Compiling term v0.7.0
14822025-03-25T05:01:08.422Z Compiling flate2 v1.1.0
14832025-03-25T05:01:08.630Z Compiling usdt-attr-macro v0.5.0
14842025-03-25T05:01:08.669Z Compiling usdt-macro v0.5.0
14852025-03-25T05:01:09.013Z Compiling addr2line v0.24.2
14862025-03-25T05:01:09.274Z Compiling ipnetwork v0.21.1
14872025-03-25T05:01:09.365Z Compiling phf_shared v0.11.2
14882025-03-25T05:01:09.693Z Compiling slog-json v2.6.1
14892025-03-25T05:01:09.719Z Compiling serde_urlencoded v0.7.1
14902025-03-25T05:01:10.018Z Compiling terminal_size v0.4.0
14912025-03-25T05:01:10.038Z Compiling crossbeam-channel v0.5.13
14922025-03-25T05:01:10.067Z Compiling futures-executor v0.3.31
14932025-03-25T05:01:10.093Z Compiling hkdf v0.12.4
14942025-03-25T05:01:10.216Z Compiling crypto-bigint v0.5.5
14952025-03-25T05:01:10.244Z Compiling async-stream-impl v0.3.6
14962025-03-25T05:01:10.388Z Compiling curve25519-dalek-derive v0.1.1
14972025-03-25T05:01:10.587Z Compiling zerocopy-derive v0.6.6
14982025-03-25T05:01:11.034Z Compiling rustls-pemfile v2.2.0
14992025-03-25T05:01:11.365Z Compiling webpki-roots v0.26.6
15002025-03-25T05:01:11.533Z Compiling sync_wrapper v1.0.1
15012025-03-25T05:01:11.589Z Compiling is-terminal v0.4.13
15022025-03-25T05:01:11.685Z Compiling fs-err v2.11.0
15032025-03-25T05:01:11.724Z Compiling object v0.36.5
15042025-03-25T05:01:11.745Z Compiling hubpack_derive v0.1.1
15052025-03-25T05:01:11.773Z Compiling ahash v0.8.11
15062025-03-25T05:01:11.999Z Compiling dropshot v0.12.0
15072025-03-25T05:01:12.115Z Compiling buf-list v1.0.3
15082025-03-25T05:01:12.305Z Compiling bumpalo v3.16.0
15092025-03-25T05:01:12.480Z Compiling zip v2.1.3
15102025-03-25T05:01:12.551Z Compiling managed v0.8.0
15112025-03-25T05:01:12.728Z Compiling anyhow v1.0.97
15122025-03-25T05:01:12.770Z Compiling take_mut v0.2.2
15132025-03-25T05:01:12.791Z Compiling simd-adler32 v0.3.7
15142025-03-25T05:01:12.811Z Compiling lockfree-object-pool v0.1.6
15152025-03-25T05:01:12.938Z Compiling tower-layer v0.3.3
15162025-03-25T05:01:12.959Z Compiling rustc-demangle v0.1.24
15172025-03-25T05:01:13.079Z Compiling winnow v0.5.40
15182025-03-25T05:01:13.217Z Compiling unicode-width v0.2.0
15192025-03-25T05:01:13.308Z Compiling ipnet v2.11.0
15202025-03-25T05:01:13.703Z Compiling console v0.15.10
15212025-03-25T05:01:13.724Z Compiling tower v0.5.2
15222025-03-25T05:01:13.775Z Compiling elliptic-curve v0.13.8
15232025-03-25T05:01:14.273Z Compiling zopfli v0.8.1
15242025-03-25T05:01:14.540Z Compiling clap_builder v4.5.32
15252025-03-25T05:01:15.671Z Compiling strum_macros v0.25.3
15262025-03-25T05:01:15.933Z Compiling hubpack v0.1.2
15272025-03-25T05:01:16.185Z Compiling zerocopy v0.6.6
15282025-03-25T05:01:16.347Z Compiling toml_edit v0.19.15
15292025-03-25T05:01:16.907Z Compiling slog-term v2.9.1
15302025-03-25T05:01:16.929Z Compiling usdt v0.5.0
15312025-03-25T05:01:17.394Z Compiling async-stream v0.3.6
15322025-03-25T05:01:17.687Z Compiling futures v0.3.31
15332025-03-25T05:01:17.814Z Compiling slog-bunyan v2.5.0
15342025-03-25T05:01:18.028Z Compiling oxnet v0.1.1
15352025-03-25T05:01:18.048Z Compiling phf v0.11.2
15362025-03-25T05:01:18.327Z Compiling backtrace v0.3.74
15372025-03-25T05:01:18.734Z Compiling toml v0.8.20
15382025-03-25T05:01:18.754Z Compiling cookie_store v0.21.1
15392025-03-25T05:01:19.193Z Compiling rayon v1.10.0
15402025-03-25T05:01:20.088Z Compiling signal-hook-mio v0.2.4
15412025-03-25T05:01:20.182Z Compiling hyper-tls v0.6.0
15422025-03-25T05:01:21.149Z Compiling camino v1.1.9
15432025-03-25T05:01:21.728Z Compiling postgres-types v0.2.9
15442025-03-25T05:01:22.303Z Compiling ed25519 v2.2.3
15452025-03-25T05:01:26.788Z Compiling phf_shared v0.10.0
15462025-03-25T05:01:26.820Z Compiling dropshot_endpoint v0.12.0
15472025-03-25T05:01:26.821Z Compiling pkcs1 v0.7.5
15482025-03-25T05:01:26.821Z Compiling waitgroup v0.1.2
15492025-03-25T05:01:26.821Z Compiling clap_derive v4.5.32
15502025-03-25T05:01:26.821Z Compiling enum-as-inner v0.6.1
15512025-03-25T05:01:26.821Z Compiling openapiv3 v2.0.0
15522025-03-25T05:01:26.821Z Compiling serde_path_to_error v0.1.16
15532025-03-25T05:01:26.821Z Compiling serde-big-array v0.5.1
15542025-03-25T05:01:26.821Z Compiling rfc6979 v0.4.0
15552025-03-25T05:01:26.821Z Compiling sha1 v0.10.6
15562025-03-25T05:01:26.821Z Compiling serde_repr v0.1.19
15572025-03-25T05:01:26.821Z Compiling daft-derive v0.1.2
15582025-03-25T05:01:26.821Z Compiling bstr v1.10.0
15592025-03-25T05:01:26.821Z Compiling float-cmp v0.10.0
15602025-03-25T05:01:26.821Z Compiling hostname v0.4.0
15612025-03-25T05:01:26.821Z Compiling number_prefix v0.4.0
15622025-03-25T05:01:26.821Z Compiling normalize-line-endings v0.3.0
15632025-03-25T05:01:26.821Z Compiling whoami v1.5.2
15642025-03-25T05:01:26.821Z Compiling debug-ignore v1.0.5
15652025-03-25T05:01:26.821Z Compiling precomputed-hash v0.1.1
15662025-03-25T05:01:26.865Z Compiling static_assertions v1.1.0
15672025-03-25T05:01:26.886Z Compiling fixedbitset v0.4.2
15682025-03-25T05:01:26.968Z Compiling unicode-segmentation v1.12.0
15692025-03-25T05:01:27.118Z Compiling new_debug_unreachable v1.0.6
15702025-03-25T05:01:27.221Z Compiling difflib v0.4.0
15712025-03-25T05:01:27.242Z Compiling data-encoding v2.6.0
15722025-03-25T05:01:27.291Z Compiling predicates-core v1.0.8
15732025-03-25T05:01:27.604Z Compiling string_cache v0.8.7
15742025-03-25T05:01:27.813Z Compiling predicates v3.1.3
15752025-03-25T05:01:27.932Z Compiling hickory-proto v0.24.4
15762025-03-25T05:01:27.949Z Compiling clap v4.5.32
15772025-03-25T05:01:28.029Z Compiling similar v2.7.0
15782025-03-25T05:01:28.077Z Compiling petgraph v0.6.5
15792025-03-25T05:01:28.494Z Compiling tokio-postgres v0.7.13
15802025-03-25T05:01:29.158Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15812025-03-25T05:01:29.253Z Compiling indicatif v0.17.11
15822025-03-25T05:01:29.972Z Compiling daft v0.1.2
15832025-03-25T05:01:30.497Z Compiling ecdsa v0.16.9
15842025-03-25T05:01:31.215Z Compiling rsa v0.9.6
15852025-03-25T05:01:31.322Z Compiling ed25519-dalek v2.1.1
15862025-03-25T05:01:32.612Z Compiling crossterm v0.28.1
15872025-03-25T05:01:33.622Z Compiling toml v0.7.8
15882025-03-25T05:01:35.302Z Compiling zip v0.6.6
15892025-03-25T05:01:35.337Z Compiling tokio-stream v0.1.17
15902025-03-25T05:01:35.393Z Compiling hex v0.4.3
15912025-03-25T05:01:35.731Z Compiling x509-cert v0.2.5
15922025-03-25T05:01:35.990Z Compiling itertools v0.10.5
15932025-03-25T05:01:36.284Z Compiling unicode-xid v0.2.6
15942025-03-25T05:01:36.484Z Compiling peg-runtime v0.8.5
15952025-03-25T05:01:36.554Z Compiling lalrpop-util v0.19.12
15962025-03-25T05:01:36.715Z Compiling strum_macros v0.26.4
15972025-03-25T05:01:36.735Z Compiling xattr v1.3.1
15982025-03-25T05:01:36.903Z Compiling filetime v0.2.25
15992025-03-25T05:01:37.205Z Compiling tar v0.4.44
16002025-03-25T05:01:40.930Z Compiling strum v0.26.3
16012025-03-25T05:01:44.241Z Compiling aws-lc-sys v0.26.0
16022025-03-25T05:02:13.842Z Compiling rustls-webpki v0.102.8
16032025-03-25T05:02:16.996Z Compiling tokio-rustls v0.25.0
16042025-03-25T05:02:18.585Z Compiling tokio-rustls v0.26.0
16052025-03-25T05:02:18.901Z Compiling hyper-rustls v0.27.3
16062025-03-25T05:02:19.201Z Compiling reqwest v0.12.12
16072025-03-25T05:02:22.836Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16082025-03-25T05:02:23.102Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16092025-03-25T05:02:27.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
16102025-03-25T05:02:27.638Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16112025-03-25T05:02:27.690ZMar 25 05:02:26.120 INFO Starting download, target: Clickhouse
16122025-03-25T05:02:27.690ZMar 25 05:02:26.120 INFO Starting download, target: Cockroach
16132025-03-25T05:02:27.690ZMar 25 05:02:26.120 INFO Starting download, target: Console
16142025-03-25T05:02:27.690ZMar 25 05:02:26.120 INFO Starting download, target: DendriteOpenapi
16152025-03-25T05:02:27.694ZMar 25 05:02:26.120 INFO Starting download, target: DendriteStub
16162025-03-25T05:02:27.694ZMar 25 05:02:26.120 INFO Starting download, target: MaghemiteMgd
16172025-03-25T05:02:27.694ZMar 25 05:02:26.120 INFO Starting download, target: TransceiverControl
16182025-03-25T05:02:27.694ZMar 25 05:02:26.121 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16192025-03-25T05:02:27.694ZMar 25 05:02:26.121 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
16202025-03-25T05:02:27.694ZMar 25 05:02:26.121 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16212025-03-25T05:02:27.694ZMar 25 05:02:26.121 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16222025-03-25T05:02:27.694ZMar 25 05:02:26.121 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16232025-03-25T05:02:27.694ZMar 25 05:02:26.121 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16242025-03-25T05:02:27.694ZMar 25 05:02:26.121 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16252025-03-25T05:02:27.872ZMar 25 05:02:26.302 INFO Download complete, target: DendriteOpenapi
16262025-03-25T05:02:28.123ZMar 25 05:02:26.431 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16272025-03-25T05:02:28.292ZMar 25 05:02:26.655 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16282025-03-25T05:02:28.413ZMar 25 05:02:26.829 INFO Download complete, target: TransceiverControl
16292025-03-25T05:02:28.607ZMar 25 05:02:27.036 INFO Download complete, target: Console
16302025-03-25T05:02:28.763ZMar 25 05:02:27.195 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16312025-03-25T05:02:28.782ZMar 25 05:02:27.214 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16322025-03-25T05:02:29.459ZMar 25 05:02:27.892 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16332025-03-25T05:02:29.459ZMar 25 05:02:27.892 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16342025-03-25T05:02:29.548ZMar 25 05:02:27.981 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16352025-03-25T05:02:31.224ZMar 25 05:02:29.657 INFO Download complete, target: DendriteStub
16362025-03-25T05:02:31.348ZMar 25 05:02:29.781 INFO Download complete, target: MaghemiteMgd
16372025-03-25T05:02:35.969ZMar 25 05:02:34.400 INFO Checking that binary works, target: Cockroach
16382025-03-25T05:02:36.129ZMar 25 05:02:34.560 INFO Download complete, target: Cockroach
16392025-03-25T05:02:40.265ZMar 25 05:02:38.694 INFO Checking that binary works, target: Clickhouse
16402025-03-25T05:02:40.380ZMar 25 05:02:38.806 INFO Download complete, target: Clickhouse
16412025-03-25T05:02:40.396ZAll builder prerequisites installed successfully, and PATH looks valid
16422025-03-25T05:02:40.403Z
16432025-03-25T05:02:40.403Zreal 4:59.497149227
16442025-03-25T05:02:40.403Zuser 15:22.112791074
16452025-03-25T05:02:40.403Zsys 2:06.023754891
16462025-03-25T05:02:40.403Ztrap 0.554532522
16472025-03-25T05:02:40.403Ztflt 0.970322370
16482025-03-25T05:02:40.403Zdflt 1.115695453
16492025-03-25T05:02:40.403Zkflt 0.023768125
16502025-03-25T05:02:40.403Zlock 23:23.190950098
16512025-03-25T05:02:40.403Zslp 55:08.736178090
16522025-03-25T05:02:40.404Zlat 1:02.688264572
16532025-03-25T05:02:40.404Zstop 2:31.054170418
16542025-03-25T05:02:40.404Z+ banner hack-check
16552025-03-25T05:02:40.404Z
16562025-03-25T05:02:40.404Z # # ## #### # # #### # # ###### #### # #
16572025-03-25T05:02:40.404Z # # # # # # # # # # # # # # # # #
16582025-03-25T05:02:40.404Z ###### # # # #### ##### # ###### ##### # ####
16592025-03-25T05:02:40.404Z # # ###### # # # # # # # # # #
16602025-03-25T05:02:40.404Z # # # # # # # # # # # # # # # # #
16612025-03-25T05:02:40.404Z # # # # #### # # #### # # ###### #### # #
16622025-03-25T05:02:40.404Z
16632025-03-25T05:02:40.405Z+ export CARGO_INCREMENTAL=0
16642025-03-25T05:02:40.405Z+ CARGO_INCREMENTAL=0
16652025-03-25T05:02:40.405Z+ ptime -m timeout 2h cargo xtask check-features --ci
16662025-03-25T05:02:41.035Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16672025-03-25T05:02:44.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
16682025-03-25T05:02:44.140Z Running `target/debug/xtask check-features --ci`
16692025-03-25T05:02:44.161Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16702025-03-25T05:02:44.164Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16712025-03-25T05:02:44.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16722025-03-25T05:02:44.658Z Running `target/debug/xtask download cargo-hack`
16732025-03-25T05:02:45.525Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16742025-03-25T05:02:45.933Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16752025-03-25T05:02:49.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
16762025-03-25T05:02:49.656Z Running `target/debug/xtask-downloader cargo-hack`
16772025-03-25T05:02:49.694ZMar 25 05:02:48.121 INFO Starting download, target: CargoHack
16782025-03-25T05:02:49.697ZMar 25 05:02:48.122 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16792025-03-25T05:02:50.289ZMar 25 05:02:48.717 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16802025-03-25T05:02:50.366ZMar 25 05:02:48.792 INFO Download complete, target: CargoHack
16812025-03-25T05:02:50.369Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16822025-03-25T05:02:50.383Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16832025-03-25T05:02:50.573Zinfo: running `cargo check --bins` on api_identity (1/199)
16842025-03-25T05:02:51.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-03-25T05:02:51.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-03-25T05:02:51.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-03-25T05:02:51.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16882025-03-25T05:02:51.217Z
16892025-03-25T05:02:51.217Zinfo: running `cargo check --bins` on bootstore (2/199)
16902025-03-25T05:02:51.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-03-25T05:02:51.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-03-25T05:02:51.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-03-25T05:02:51.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16942025-03-25T05:02:51.873Z
16952025-03-25T05:02:51.873Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16962025-03-25T05:02:52.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-03-25T05:02:52.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-03-25T05:02:52.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-03-25T05:02:52.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17002025-03-25T05:02:52.503Z
17012025-03-25T05:02:52.503Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
17022025-03-25T05:02:53.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-03-25T05:02:53.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-03-25T05:02:53.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-03-25T05:02:53.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17062025-03-25T05:02:53.136Z
17072025-03-25T05:02:53.136Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
17082025-03-25T05:02:53.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-03-25T05:02:53.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-03-25T05:02:53.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-03-25T05:02:53.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17122025-03-25T05:02:53.578Z
17132025-03-25T05:02:53.578Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
17142025-03-25T05:02:53.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-03-25T05:02:53.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-03-25T05:02:53.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-03-25T05:02:53.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17182025-03-25T05:02:54.027Z
17192025-03-25T05:02:54.027Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
17202025-03-25T05:02:54.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-03-25T05:02:54.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-03-25T05:02:54.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-03-25T05:02:54.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17242025-03-25T05:02:54.477Z
17252025-03-25T05:02:54.477Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
17262025-03-25T05:02:54.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-03-25T05:02:54.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-03-25T05:02:54.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-03-25T05:02:54.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17302025-03-25T05:02:54.923Z
17312025-03-25T05:02:54.923Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17322025-03-25T05:02:55.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-03-25T05:02:55.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-03-25T05:02:55.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-03-25T05:02:55.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17362025-03-25T05:02:55.366Z
17372025-03-25T05:02:55.366Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17382025-03-25T05:02:55.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-03-25T05:02:55.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-03-25T05:02:55.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-03-25T05:02:55.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17422025-03-25T05:02:55.819Z
17432025-03-25T05:02:55.819Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17442025-03-25T05:02:56.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-03-25T05:02:56.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-03-25T05:02:56.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-03-25T05:02:56.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17482025-03-25T05:02:56.261Z
17492025-03-25T05:02:56.261Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17502025-03-25T05:02:56.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-03-25T05:02:56.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-03-25T05:02:56.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-03-25T05:02:56.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17542025-03-25T05:02:56.707Z
17552025-03-25T05:02:56.707Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17562025-03-25T05:02:57.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-03-25T05:02:57.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-03-25T05:02:57.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-03-25T05:02:57.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17602025-03-25T05:02:57.154Z
17612025-03-25T05:02:57.154Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17622025-03-25T05:02:57.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-03-25T05:02:57.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-03-25T05:02:57.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-03-25T05:02:57.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17662025-03-25T05:02:57.601Z
17672025-03-25T05:02:57.601Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17682025-03-25T05:02:58.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-03-25T05:02:58.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-03-25T05:02:58.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-03-25T05:02:58.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17722025-03-25T05:02:58.052Z
17732025-03-25T05:02:58.052Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17742025-03-25T05:02:58.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-03-25T05:02:58.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-03-25T05:02:58.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-03-25T05:02:58.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17782025-03-25T05:02:58.504Z
17792025-03-25T05:02:58.504Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17802025-03-25T05:02:58.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-03-25T05:02:58.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-03-25T05:02:58.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-03-25T05:02:58.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17842025-03-25T05:02:58.953Z
17852025-03-25T05:02:58.953Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17862025-03-25T05:02:59.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-03-25T05:02:59.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-03-25T05:02:59.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-03-25T05:02:59.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17902025-03-25T05:02:59.402Z
17912025-03-25T05:02:59.402Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17922025-03-25T05:02:59.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-03-25T05:02:59.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-03-25T05:02:59.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952025-03-25T05:02:59.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17962025-03-25T05:02:59.853Z
17972025-03-25T05:02:59.853Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17982025-03-25T05:03:00.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992025-03-25T05:03:00.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002025-03-25T05:03:00.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012025-03-25T05:03:00.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18022025-03-25T05:03:00.304Z
18032025-03-25T05:03:00.304Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
18042025-03-25T05:03:00.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052025-03-25T05:03:00.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062025-03-25T05:03:00.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072025-03-25T05:03:00.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18082025-03-25T05:03:00.753Z
18092025-03-25T05:03:00.753Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
18102025-03-25T05:03:01.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112025-03-25T05:03:01.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122025-03-25T05:03:01.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132025-03-25T05:03:01.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18142025-03-25T05:03:01.203Z
18152025-03-25T05:03:01.203Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
18162025-03-25T05:03:01.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172025-03-25T05:03:01.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182025-03-25T05:03:01.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192025-03-25T05:03:01.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18202025-03-25T05:03:01.656Z
18212025-03-25T05:03:01.656Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
18222025-03-25T05:03:02.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232025-03-25T05:03:02.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242025-03-25T05:03:02.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252025-03-25T05:03:02.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18262025-03-25T05:03:02.104Z
18272025-03-25T05:03:02.104Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18282025-03-25T05:03:02.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292025-03-25T05:03:02.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302025-03-25T05:03:02.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312025-03-25T05:03:02.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18322025-03-25T05:03:02.552Z
18332025-03-25T05:03:02.552Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18342025-03-25T05:03:02.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352025-03-25T05:03:02.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362025-03-25T05:03:02.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372025-03-25T05:03:02.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18382025-03-25T05:03:02.997Z
18392025-03-25T05:03:02.997Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18402025-03-25T05:03:03.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412025-03-25T05:03:03.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422025-03-25T05:03:03.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432025-03-25T05:03:03.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18442025-03-25T05:03:03.438Z
18452025-03-25T05:03:03.439Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18462025-03-25T05:03:03.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472025-03-25T05:03:03.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482025-03-25T05:03:03.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492025-03-25T05:03:03.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18502025-03-25T05:03:03.880Z
18512025-03-25T05:03:03.880Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18522025-03-25T05:03:04.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532025-03-25T05:03:04.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542025-03-25T05:03:04.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552025-03-25T05:03:04.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18562025-03-25T05:03:04.323Z
18572025-03-25T05:03:04.323Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18582025-03-25T05:03:04.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592025-03-25T05:03:04.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602025-03-25T05:03:04.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612025-03-25T05:03:04.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18622025-03-25T05:03:04.773Z
18632025-03-25T05:03:04.773Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18642025-03-25T05:03:05.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652025-03-25T05:03:05.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662025-03-25T05:03:05.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672025-03-25T05:03:05.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18682025-03-25T05:03:05.218Z
18692025-03-25T05:03:05.218Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18702025-03-25T05:03:05.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712025-03-25T05:03:05.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722025-03-25T05:03:05.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732025-03-25T05:03:05.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742025-03-25T05:03:05.666Z
18752025-03-25T05:03:05.666Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18762025-03-25T05:03:06.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772025-03-25T05:03:06.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782025-03-25T05:03:06.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792025-03-25T05:03:06.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18802025-03-25T05:03:06.109Z
18812025-03-25T05:03:06.110Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18822025-03-25T05:03:06.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832025-03-25T05:03:06.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842025-03-25T05:03:06.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852025-03-25T05:03:06.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18862025-03-25T05:03:06.553Z
18872025-03-25T05:03:06.553Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18882025-03-25T05:03:06.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892025-03-25T05:03:06.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902025-03-25T05:03:06.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912025-03-25T05:03:06.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18922025-03-25T05:03:06.999Z
18932025-03-25T05:03:06.999Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18942025-03-25T05:03:07.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952025-03-25T05:03:07.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962025-03-25T05:03:07.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972025-03-25T05:03:07.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982025-03-25T05:03:07.448Z
18992025-03-25T05:03:07.448Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
19002025-03-25T05:03:07.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012025-03-25T05:03:07.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022025-03-25T05:03:07.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032025-03-25T05:03:07.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042025-03-25T05:03:07.898Z
19052025-03-25T05:03:07.898Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
19062025-03-25T05:03:08.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072025-03-25T05:03:08.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082025-03-25T05:03:08.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092025-03-25T05:03:08.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102025-03-25T05:03:08.347Z
19112025-03-25T05:03:08.347Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
19122025-03-25T05:03:08.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132025-03-25T05:03:08.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142025-03-25T05:03:08.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152025-03-25T05:03:08.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162025-03-25T05:03:08.803Z
19172025-03-25T05:03:08.803Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
19182025-03-25T05:03:09.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192025-03-25T05:03:09.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202025-03-25T05:03:09.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212025-03-25T05:03:09.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222025-03-25T05:03:09.254Z
19232025-03-25T05:03:09.254Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
19242025-03-25T05:03:09.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252025-03-25T05:03:09.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262025-03-25T05:03:09.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272025-03-25T05:03:09.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282025-03-25T05:03:09.704Z
19292025-03-25T05:03:09.705Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19302025-03-25T05:03:10.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312025-03-25T05:03:10.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322025-03-25T05:03:10.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332025-03-25T05:03:10.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342025-03-25T05:03:10.158Z
19352025-03-25T05:03:10.159Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19362025-03-25T05:03:10.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372025-03-25T05:03:10.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382025-03-25T05:03:10.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392025-03-25T05:03:10.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402025-03-25T05:03:10.612Z
19412025-03-25T05:03:10.612Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19422025-03-25T05:03:11.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432025-03-25T05:03:11.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442025-03-25T05:03:11.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452025-03-25T05:03:11.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462025-03-25T05:03:11.062Z
19472025-03-25T05:03:11.063Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19482025-03-25T05:03:11.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492025-03-25T05:03:11.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502025-03-25T05:03:11.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512025-03-25T05:03:11.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19522025-03-25T05:03:11.717Z
19532025-03-25T05:03:11.717Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19542025-03-25T05:03:12.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552025-03-25T05:03:12.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562025-03-25T05:03:12.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572025-03-25T05:03:12.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19582025-03-25T05:03:12.364Z
19592025-03-25T05:03:12.364Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19602025-03-25T05:03:12.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612025-03-25T05:03:12.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622025-03-25T05:03:12.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632025-03-25T05:03:12.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19642025-03-25T05:03:13.015Z
19652025-03-25T05:03:13.015Zinfo: running `cargo check --bins` on oxlog (48/199)
19662025-03-25T05:03:13.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672025-03-25T05:03:13.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682025-03-25T05:03:13.652Z Checking cfg-if v1.0.0
19692025-03-25T05:03:13.655Z Checking libc v0.2.170
19702025-03-25T05:03:13.765Z Checking serde v1.0.218
19712025-03-25T05:03:13.768Z Checking zeroize v1.8.1
19722025-03-25T05:03:13.768Z Checking memchr v2.7.4
19732025-03-25T05:03:13.792Z Checking typenum v1.17.0
19742025-03-25T05:03:13.795Z Checking subtle v2.6.1
19752025-03-25T05:03:13.795Z Checking value-bag v1.9.0
19762025-03-25T05:03:13.836Z Checking itoa v1.0.11
19772025-03-25T05:03:13.994Z Checking smallvec v1.14.0
19782025-03-25T05:03:14.035Z Checking scopeguard v1.2.0
19792025-03-25T05:03:14.075Z Checking const-oid v0.9.6
19802025-03-25T05:03:14.195Z Checking lock_api v0.4.12
19812025-03-25T05:03:14.213Z Checking log v0.4.22
19822025-03-25T05:03:14.350Z Checking pin-project-lite v0.2.14
19832025-03-25T05:03:14.486Z Checking once_cell v1.20.3
19842025-03-25T05:03:14.552Z Checking byteorder v1.5.0
19852025-03-25T05:03:14.575Z Checking futures-core v0.3.31
19862025-03-25T05:03:14.727Z Checking stable_deref_trait v1.2.0
19872025-03-25T05:03:14.747Z Checking getrandom v0.2.15
19882025-03-25T05:03:14.763Z Checking parking_lot_core v0.9.10
19892025-03-25T05:03:14.796Z Checking signal-hook-registry v1.4.2
19902025-03-25T05:03:14.833Z Checking mio v1.0.2
19912025-03-25T05:03:14.848Z Checking generic-array v0.14.7
19922025-03-25T05:03:14.927Z Checking socket2 v0.5.8
19932025-03-25T05:03:14.984Z Checking rand_core v0.6.4
19942025-03-25T05:03:15.026Z Checking cpufeatures v0.2.14
19952025-03-25T05:03:15.074Z Checking parking_lot v0.12.3
19962025-03-25T05:03:15.120Z Checking futures-sink v0.3.31
19972025-03-25T05:03:15.268Z Checking ryu v1.0.18
19982025-03-25T05:03:15.284Z Checking zerocopy v0.7.35
19992025-03-25T05:03:15.523Z Checking zerofrom v0.1.4
20002025-03-25T05:03:15.535Z Checking allocator-api2 v0.2.18
20012025-03-25T05:03:15.535Z Checking foldhash v0.1.3
20022025-03-25T05:03:15.535Z Checking equivalent v1.0.1
20032025-03-25T05:03:15.618Z Checking yoke v0.7.4
20042025-03-25T05:03:15.636Z Checking libm v0.2.8
20052025-03-25T05:03:15.636Z Checking slab v0.4.9
20062025-03-25T05:03:15.907Z Checking futures-channel v0.3.31
20072025-03-25T05:03:15.936Z Checking getrandom v0.3.1
20082025-03-25T05:03:15.940Z Checking zerovec v0.10.4
20092025-03-25T05:03:15.965Z Checking crypto-common v0.1.6
20102025-03-25T05:03:15.995Z Checking block-buffer v0.10.4
20112025-03-25T05:03:16.136Z Checking hashbrown v0.15.1
20122025-03-25T05:03:16.180Z Checking block-padding v0.3.3
20132025-03-25T05:03:16.209Z Checking digest v0.10.7
20142025-03-25T05:03:16.249Z Checking pin-utils v0.1.0
20152025-03-25T05:03:16.347Z Checking futures-task v0.3.31
20162025-03-25T05:03:16.391Z Checking inout v0.1.3
20172025-03-25T05:03:16.496Z Checking futures-io v0.3.31
20182025-03-25T05:03:16.510Z Checking num-traits v0.2.19
20192025-03-25T05:03:16.571Z Checking hmac v0.12.1
20202025-03-25T05:03:16.587Z Checking sha2 v0.10.8
20212025-03-25T05:03:16.616Z Checking cipher v0.4.4
20222025-03-25T05:03:16.669Z Checking futures-util v0.3.31
20232025-03-25T05:03:16.788Z Checking base64ct v1.6.0
20242025-03-25T05:03:16.995Z Checking litemap v0.7.3
20252025-03-25T05:03:17.130Z Checking writeable v0.5.5
20262025-03-25T05:03:17.165Z Checking flagset v0.4.6
20272025-03-25T05:03:17.231Z Checking pem-rfc7468 v0.7.0
20282025-03-25T05:03:17.331Z Checking fnv v1.0.7
20292025-03-25T05:03:17.356Z Checking salsa20 v0.10.2
20302025-03-25T05:03:17.450Z Checking pbkdf2 v0.12.2
20312025-03-25T05:03:17.468Z Checking ppv-lite86 v0.2.20
20322025-03-25T05:03:17.472Z Checking tinystr v0.7.6
20332025-03-25T05:03:17.499Z Checking der v0.7.9
20342025-03-25T05:03:17.578Z Checking icu_locid_transform_data v1.5.0
20352025-03-25T05:03:17.605Z Checking rustls-pki-types v1.10.0
20362025-03-25T05:03:17.684Z Checking scrypt v0.11.0
20372025-03-25T05:03:17.798Z Checking icu_locid v1.5.0
20382025-03-25T05:03:17.913Z Checking icu_collections v1.5.0
20392025-03-25T05:03:17.981Z Checking aes v0.8.4
20402025-03-25T05:03:18.126Z Checking cbc v0.1.2
20412025-03-25T05:03:18.153Z Checking tracing-core v0.1.32
20422025-03-25T05:03:18.169Z Checking bytes v1.10.1
20432025-03-25T05:03:18.328Z Checking serde_json v1.0.139
20442025-03-25T05:03:18.567Z Checking indexmap v2.7.1
20452025-03-25T05:03:18.720Z Checking bitflags v2.6.0
20462025-03-25T05:03:18.788Z Checking icu_provider v1.5.0
20472025-03-25T05:03:18.870Z Checking uuid v1.15.1
20482025-03-25T05:03:19.030Z Checking aws-lc-sys v0.26.0
20492025-03-25T05:03:19.155Z Checking spki v0.7.3
20502025-03-25T05:03:19.171Z Checking tokio v1.43.0
20512025-03-25T05:03:19.403Z Checking http v1.2.0
20522025-03-25T05:03:19.426Z Checking icu_locid_transform v1.5.0
20532025-03-25T05:03:19.477Z Checking icu_properties_data v1.5.0
20542025-03-25T05:03:19.704Z Checking untrusted v0.9.0
20552025-03-25T05:03:19.725Z Checking powerfmt v0.2.0
20562025-03-25T05:03:19.868Z Checking percent-encoding v2.3.1
20572025-03-25T05:03:19.913Z Checking untrusted v0.7.1
20582025-03-25T05:03:19.988Z Checking deranged v0.3.11
20592025-03-25T05:03:20.077Z Checking ring v0.17.11
20602025-03-25T05:03:20.092Z Checking pkcs5 v0.7.1
20612025-03-25T05:03:20.395Z Checking icu_properties v1.5.1
20622025-03-25T05:03:20.575Z Checking tracing v0.1.40
20632025-03-25T05:03:20.682Z Checking crossbeam-utils v0.8.20
20642025-03-25T05:03:20.916Z Checking spin v0.9.8
20652025-03-25T05:03:21.040Z Checking thiserror v1.0.69
20662025-03-25T05:03:21.178Z Checking icu_normalizer_data v1.5.0
20672025-03-25T05:03:21.239Z Checking aws-lc-rs v1.12.4
20682025-03-25T05:03:21.243Z Checking atomic-waker v1.1.2
20692025-03-25T05:03:21.283Z Checking num_threads v0.1.7
20702025-03-25T05:03:21.328Z Checking utf16_iter v1.0.5
20712025-03-25T05:03:21.376Z Checking num-conv v0.1.0
20722025-03-25T05:03:21.410Z Checking write16 v1.0.0
20732025-03-25T05:03:21.427Z Checking utf8_iter v1.0.4
20742025-03-25T05:03:21.492Z Checking time-core v0.1.2
20752025-03-25T05:03:21.544Z Checking iana-time-zone v0.1.61
20762025-03-25T05:03:21.612Z Checking http-body v1.0.1
20772025-03-25T05:03:21.612Z Checking pkcs8 v0.10.2
20782025-03-25T05:03:21.658Z Checking time v0.3.36
20792025-03-25T05:03:21.702Z Checking chrono v0.4.40
20802025-03-25T05:03:21.818Z Checking httparse v1.9.5
20812025-03-25T05:03:21.918Z Checking try-lock v0.2.5
20822025-03-25T05:03:22.074Z Compiling newtype-uuid v1.2.1
20832025-03-25T05:03:22.252Z Checking tinyvec_macros v0.1.1
20842025-03-25T05:03:22.269Z Checking want v0.3.1
20852025-03-25T05:03:22.351Z Checking tinyvec v1.8.0
20862025-03-25T05:03:22.391Z Checking form_urlencoded v1.2.1
20872025-03-25T05:03:22.458Z Checking zerocopy v0.8.10
20882025-03-25T05:03:22.606Z Checking httpdate v1.0.3
20892025-03-25T05:03:22.860Z Checking unicode-ident v1.0.14
20902025-03-25T05:03:23.027Z Checking rustls-webpki v0.102.8
20912025-03-25T05:03:23.045Z Checking foreign-types-shared v0.1.1
20922025-03-25T05:03:23.167Z Checking adler2 v2.0.0
20932025-03-25T05:03:23.338Z Checking tower-service v0.3.3
20942025-03-25T05:03:23.475Z Checking miniz_oxide v0.8.5
20952025-03-25T05:03:23.555Z Checking foreign-types v0.3.2
20962025-03-25T05:03:23.602Z Checking icu_normalizer v1.5.0
20972025-03-25T05:03:23.620Z Checking proc-macro2 v1.0.94
20982025-03-25T05:03:23.655Z Checking serde_spanned v0.6.8
20992025-03-25T05:03:23.786Z Checking semver v1.0.25
21002025-03-25T05:03:23.850Z Checking toml_datetime v0.6.8
21012025-03-25T05:03:23.967Z Checking slog v2.7.0
21022025-03-25T05:03:24.138Z Checking scroll v0.12.0
21032025-03-25T05:03:24.169Z Checking openssl-sys v0.9.106
21042025-03-25T05:03:24.233Z Checking errno v0.3.9
21052025-03-25T05:03:24.280Z Checking aho-corasick v1.1.3
21062025-03-25T05:03:24.340Z Checking idna_adapter v1.2.0
21072025-03-25T05:03:24.423Z Checking base64 v0.22.1
21082025-03-25T05:03:24.441Z Checking dyn-clone v1.0.19
21092025-03-25T05:03:24.540Z Checking idna v1.0.3
21102025-03-25T05:03:24.556Z Checking plain v0.2.3
21112025-03-25T05:03:24.587Z Checking ucd-trie v0.1.7
21122025-03-25T05:03:24.716Z Checking siphasher v0.3.11
21132025-03-25T05:03:24.805Z Checking regex-syntax v0.8.5
21142025-03-25T05:03:24.905Z Checking pest v2.7.14
21152025-03-25T05:03:24.996Z Checking goblin v0.8.2
21162025-03-25T05:03:25.025Z Checking schemars v0.8.22
21172025-03-25T05:03:25.127Z Checking rand_core v0.9.2
21182025-03-25T05:03:25.253Z Checking openssl v0.10.71
21192025-03-25T05:03:25.476Z Checking rand_chacha v0.9.0
21202025-03-25T05:03:25.611Z Checking tokio-util v0.7.13
21212025-03-25T05:03:25.817Z Checking rustix v0.38.37
21222025-03-25T05:03:25.889Z Checking quote v1.0.39
21232025-03-25T05:03:26.219Z Checking unicode-normalization v0.1.24
21242025-03-25T05:03:26.478Z Checking crossbeam-epoch v0.9.18
21252025-03-25T05:03:26.495Z Checking h2 v0.4.6
21262025-03-25T05:03:26.888Z Checking rand_chacha v0.3.1
21272025-03-25T05:03:27.129Z Checking signature v2.2.0
21282025-03-25T05:03:27.307Z Checking dirs-sys-next v0.1.2
21292025-03-25T05:03:27.326Z Checking crc32fast v1.4.2
21302025-03-25T05:03:27.499Z Checking anstyle v1.0.10
21312025-03-25T05:03:27.503Z Checking either v1.14.0
21322025-03-25T05:03:27.558Z Checking openssl-probe v0.1.5
21332025-03-25T05:03:27.725Z Checking unicode-bidi v0.3.17
21342025-03-25T05:03:27.830Z Checking unicode-properties v0.1.3
21352025-03-25T05:03:27.871Z Checking pretty-hex v0.4.1
21362025-03-25T05:03:28.054Z Checking regex-automata v0.4.8
21372025-03-25T05:03:28.069Z Checking utf8parse v0.2.2
21382025-03-25T05:03:28.200Z Checking dirs-next v2.0.0
21392025-03-25T05:03:28.216Z Checking anstyle-parse v0.2.5
21402025-03-25T05:03:28.300Z Checking stringprep v0.1.5
21412025-03-25T05:03:28.339Z Checking dtrace-parser v0.2.0
21422025-03-25T05:03:28.496Z Checking rand v0.8.5
21432025-03-25T05:03:28.586Z Checking crossbeam-deque v0.8.5
21442025-03-25T05:03:28.798Z Checking syn v2.0.98
21452025-03-25T05:03:28.863Z Checking rand v0.9.0
21462025-03-25T05:03:28.903Z Checking url v2.5.3
21472025-03-25T05:03:29.690Z Checking rustls v0.23.19
21482025-03-25T05:03:29.820Z Checking dof v0.3.0
21492025-03-25T05:03:29.844Z Checking http-body-util v0.1.2
21502025-03-25T05:03:30.004Z Checking num-integer v0.1.46
21512025-03-25T05:03:30.279Z Checking bzip2-sys v0.1.11+1.0.8
21522025-03-25T05:03:30.325Z Checking native-tls v0.2.12
21532025-03-25T05:03:30.404Z Checking md-5 v0.10.6
21542025-03-25T05:03:30.420Z Checking ff v0.13.0
21552025-03-25T05:03:30.450Z Checking hash32 v0.2.1
21562025-03-25T05:03:30.631Z Checking thread_local v1.1.8
21572025-03-25T05:03:30.634Z Checking thread-id v4.2.2
21582025-03-25T05:03:30.659Z Checking encoding_rs v0.8.34
21592025-03-25T05:03:30.748Z Checking anstyle-query v1.1.1
21602025-03-25T05:03:30.763Z Checking mime v0.3.17
21612025-03-25T05:03:30.877Z Checking winnow v0.7.3
21622025-03-25T05:03:30.915Z Checking colorchoice v1.0.2
21632025-03-25T05:03:31.053Z Checking psl-types v2.0.11
21642025-03-25T05:03:31.067Z Checking is_terminal_polyfill v1.70.1
21652025-03-25T05:03:31.192Z Checking gimli v0.31.1
21662025-03-25T05:03:31.248Z Checking base16ct v0.2.0
21672025-03-25T05:03:31.451Z Checking match_cfg v0.1.0
21682025-03-25T05:03:31.554Z Checking fallible-iterator v0.2.0
21692025-03-25T05:03:31.879Z Checking hostname v0.3.1
21702025-03-25T05:03:32.025Z Checking sec1 v0.7.3
21712025-03-25T05:03:32.124Z Checking postgres-protocol v0.6.8
21722025-03-25T05:03:32.389Z Checking publicsuffix v2.3.0
21732025-03-25T05:03:32.509Z Checking hyper v1.6.0
21742025-03-25T05:03:32.666Z Checking anstream v0.6.15
21752025-03-25T05:03:32.744Z Checking heapless v0.7.17
21762025-03-25T05:03:32.913Z Checking group v0.13.0
21772025-03-25T05:03:33.015Z Checking tokio-native-tls v0.3.1
21782025-03-25T05:03:33.172Z Checking num-iter v0.1.45
21792025-03-25T05:03:33.276Z Checking bzip2 v0.4.4
21802025-03-25T05:03:33.352Z Compiling daft v0.1.2
21812025-03-25T05:03:33.576Z Checking rayon-core v1.12.1
21822025-03-25T05:03:33.593Z Checking toml_edit v0.22.24
21832025-03-25T05:03:33.607Z Checking terminal_size v0.4.0
21842025-03-25T05:03:33.788Z Checking term v0.7.0
21852025-03-25T05:03:33.808Z Checking flate2 v1.1.0
21862025-03-25T05:03:34.205Z Checking ipnetwork v0.21.1
21872025-03-25T05:03:34.221Z Checking phf_shared v0.11.2
21882025-03-25T05:03:34.391Z Checking slog-json v2.6.1
21892025-03-25T05:03:34.436Z Checking hyper-util v0.1.10
21902025-03-25T05:03:34.487Z Checking cookie v0.18.1
21912025-03-25T05:03:34.551Z Checking rustls v0.22.4
21922025-03-25T05:03:34.627Z Checking usdt-impl v0.5.0
21932025-03-25T05:03:34.647Z Checking serde_urlencoded v0.7.1
21942025-03-25T05:03:34.754Z Checking tokio-rustls v0.26.0
21952025-03-25T05:03:34.859Z Checking addr2line v0.24.2
21962025-03-25T05:03:34.910Z Checking crossbeam-channel v0.5.13
21972025-03-25T05:03:35.038Z Checking lazy_static v1.5.0
21982025-03-25T05:03:35.138Z Checking futures-executor v0.3.31
21992025-03-25T05:03:35.161Z Checking signal-hook v0.3.17
22002025-03-25T05:03:35.166Z Checking webpki-roots v0.26.6
22012025-03-25T05:03:35.353Z Checking rustls-pemfile v2.2.0
22022025-03-25T05:03:35.371Z Checking hkdf v0.12.4
22032025-03-25T05:03:35.390Z Checking crypto-bigint v0.5.5
22042025-03-25T05:03:35.498Z Checking sync_wrapper v1.0.1
22052025-03-25T05:03:35.581Z Checking is-terminal v0.4.13
22062025-03-25T05:03:35.585Z Checking memmap v0.7.0
22072025-03-25T05:03:35.614Z Checking object v0.36.5
22082025-03-25T05:03:35.644Z Checking unicode-width v0.2.0
22092025-03-25T05:03:35.722Z Checking managed v0.8.0
22102025-03-25T05:03:35.810Z Checking winnow v0.5.40
22112025-03-25T05:03:36.103Z Checking take_mut v0.2.2
22122025-03-25T05:03:36.130Z Checking clap_lex v0.7.4
22132025-03-25T05:03:36.172Z Checking tower-layer v0.3.3
22142025-03-25T05:03:36.269Z Checking simd-adler32 v0.3.7
22152025-03-25T05:03:36.316Z Checking bumpalo v3.16.0
22162025-03-25T05:03:36.370Z Checking strsim v0.11.1
22172025-03-25T05:03:36.425Z Checking lockfree-object-pool v0.1.6
22182025-03-25T05:03:36.595Z Checking ipnet v2.11.0
22192025-03-25T05:03:36.660Z Checking rustc-demangle v0.1.24
22202025-03-25T05:03:36.664Z Checking bitflags v1.3.2
22212025-03-25T05:03:36.692Z Checking zopfli v0.8.1
22222025-03-25T05:03:36.781Z Checking smoltcp v0.9.1
22232025-03-25T05:03:37.032Z Checking clap_builder v4.5.32
22242025-03-25T05:03:37.101Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22252025-03-25T05:03:37.360Z Checking tower v0.5.2
22262025-03-25T05:03:37.423Z Checking hyper-rustls v0.27.3
22272025-03-25T05:03:37.758Z Checking hyper-tls v0.6.0
22282025-03-25T05:03:37.868Z Checking tokio-rustls v0.25.0
22292025-03-25T05:03:38.042Z Checking slog-async v2.8.0
22302025-03-25T05:03:38.060Z Checking elliptic-curve v0.13.8
22312025-03-25T05:03:38.075Z Checking toml v0.8.20
22322025-03-25T05:03:38.089Z Checking console v0.15.10
22332025-03-25T05:03:38.214Z Checking usdt v0.5.0
22342025-03-25T05:03:38.327Z Checking slog-term v2.9.1
22352025-03-25T05:03:38.474Z Checking signal-hook-mio v0.2.4
22362025-03-25T05:03:38.562Z Checking toml_edit v0.19.15
22372025-03-25T05:03:38.625Z Checking futures v0.3.31
22382025-03-25T05:03:38.640Z Checking num-bigint-dig v0.8.4
22392025-03-25T05:03:38.654Z Checking cookie_store v0.21.1
22402025-03-25T05:03:38.739Z Checking slog-bunyan v2.5.0
22412025-03-25T05:03:38.755Z Checking oxnet v0.1.1
22422025-03-25T05:03:38.812Z Checking phf v0.11.2
22432025-03-25T05:03:38.908Z Checking rayon v1.10.0
22442025-03-25T05:03:39.077Z Checking multer v3.1.0
22452025-03-25T05:03:39.103Z Checking postgres-types v0.2.9
22462025-03-25T05:03:39.316Z Checking regex v1.11.1
22472025-03-25T05:03:39.486Z Checking bstr v1.10.0
22482025-03-25T05:03:39.761Z Checking ed25519 v2.2.3
22492025-03-25T05:03:39.879Z Checking phf_shared v0.10.0
22502025-03-25T05:03:39.901Z Checking curve25519-dalek v4.1.3
22512025-03-25T05:03:40.076Z Checking zerocopy v0.6.6
22522025-03-25T05:03:40.136Z Checking async-stream v0.3.6
22532025-03-25T05:03:40.337Z Checking hubpack v0.1.2
22542025-03-25T05:03:40.384Z Checking memoffset v0.9.1
22552025-03-25T05:03:40.553Z Checking portable-atomic v1.9.0
22562025-03-25T05:03:40.657Z Checking camino v1.1.9
22572025-03-25T05:03:40.721Z Checking pkcs1 v0.7.5
22582025-03-25T05:03:40.740Z Checking waitgroup v0.1.2
22592025-03-25T05:03:40.875Z Checking openapiv3 v2.0.0
22602025-03-25T05:03:40.964Z Checking serde-big-array v0.5.1
22612025-03-25T05:03:41.112Z Checking serde_path_to_error v0.1.16
22622025-03-25T05:03:41.182Z Checking float-cmp v0.10.0
22632025-03-25T05:03:41.198Z Checking rfc6979 v0.4.0
22642025-03-25T05:03:41.385Z Checking sha1 v0.10.6
22652025-03-25T05:03:41.400Z Checking hostname v0.4.0
22662025-03-25T05:03:41.535Z Checking static_assertions v1.1.0
22672025-03-25T05:03:41.551Z Checking debug-ignore v1.0.5
22682025-03-25T05:03:41.554Z Checking backtrace v0.3.74
22692025-03-25T05:03:41.635Z Checking normalize-line-endings v0.3.0
22702025-03-25T05:03:41.653Z Checking unicode-segmentation v1.12.0
22712025-03-25T05:03:41.653Z Checking minimal-lexical v0.2.1
22722025-03-25T05:03:41.684Z Checking data-encoding v2.6.0
22732025-03-25T05:03:41.699Z Checking number_prefix v0.4.0
22742025-03-25T05:03:41.762Z Checking new_debug_unreachable v1.0.6
22752025-03-25T05:03:41.860Z Checking whoami v1.5.2
22762025-03-25T05:03:41.887Z Checking difflib v0.4.0
22772025-03-25T05:03:42.058Z Checking predicates-core v1.0.8
22782025-03-25T05:03:42.100Z Checking fixedbitset v0.4.2
22792025-03-25T05:03:42.156Z Checking precomputed-hash v0.1.1
22802025-03-25T05:03:42.206Z Checking tokio-postgres v0.7.13
22812025-03-25T05:03:42.210Z Checking hickory-proto v0.24.4
22822025-03-25T05:03:42.246Z Checking predicates v3.1.3
22832025-03-25T05:03:42.278Z Checking string_cache v0.8.7
22842025-03-25T05:03:42.338Z Checking petgraph v0.6.5
22852025-03-25T05:03:42.341Z Checking indicatif v0.17.11
22862025-03-25T05:03:42.357Z Checking similar v2.7.0
22872025-03-25T05:03:42.557Z Checking anyhow v1.0.97
22882025-03-25T05:03:42.863Z Checking nom v7.1.3
22892025-03-25T05:03:42.924Z Checking ed25519-dalek v2.1.1
22902025-03-25T05:03:43.077Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22912025-03-25T05:03:43.198Z Checking ecdsa v0.16.9
22922025-03-25T05:03:43.320Z Checking rsa v0.9.6
22932025-03-25T05:03:43.886Z Checking toml v0.7.8
22942025-03-25T05:03:43.961Z Checking dropshot v0.12.0
22952025-03-25T05:03:44.592Z Checking nix v0.29.0
22962025-03-25T05:03:44.671Z Checking clap v4.5.32
22972025-03-25T05:03:44.790Z Checking reqwest v0.12.12
22982025-03-25T05:03:45.084Z Checking crossterm v0.28.1
22992025-03-25T05:03:45.351Z Checking zip v2.1.3
23002025-03-25T05:03:45.389Z Checking zip v0.6.6
23012025-03-25T05:03:45.947Z Checking itertools v0.10.5
23022025-03-25T05:03:46.076Z Checking itertools v0.12.1
23032025-03-25T05:03:46.412Z Checking tokio-stream v0.1.17
23042025-03-25T05:03:46.621Z Checking ahash v0.8.11
23052025-03-25T05:03:46.689Z Checking fs-err v2.11.0
23062025-03-25T05:03:46.706Z Checking buf-list v1.0.3
23072025-03-25T05:03:46.995Z Checking x509-cert v0.2.5
23082025-03-25T05:03:47.105Z Checking hex v0.4.3
23092025-03-25T05:03:47.164Z Checking peg-runtime v0.8.5
23102025-03-25T05:03:47.202Z Checking heck v0.4.1
23112025-03-25T05:03:47.366Z Checking lalrpop-util v0.19.12
23122025-03-25T05:03:47.400Z Checking sigpipe v0.1.3
23132025-03-25T05:03:48.258Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23142025-03-25T05:03:48.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.55s
23152025-03-25T05:03:48.748Z
23162025-03-25T05:03:48.748Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
23172025-03-25T05:03:49.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182025-03-25T05:03:49.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192025-03-25T05:03:49.418Z Compiling regress v0.10.3
23202025-03-25T05:03:49.532Z Checking heck v0.5.0
23212025-03-25T05:03:49.556Z Checking fastrand v2.1.1
23222025-03-25T05:03:49.559Z Compiling unsafe-libyaml v0.2.11
23232025-03-25T05:03:49.580Z Compiling structmeta-derive v0.3.0
23242025-03-25T05:03:49.583Z Compiling ident_case v1.0.1
23252025-03-25T05:03:49.608Z Checking newtype-uuid v1.2.1
23262025-03-25T05:03:49.701Z Checking progenitor-client v0.8.0
23272025-03-25T05:03:49.762Z Compiling darling_core v0.20.10
23282025-03-25T05:03:49.855Z Checking tempfile v3.13.0
23292025-03-25T05:03:49.873Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302025-03-25T05:03:50.006Z Checking daft v0.1.2
23312025-03-25T05:03:50.229Z Compiling proc-macro-crate v1.3.1
23322025-03-25T05:03:50.238Z Compiling thiserror-impl v2.0.12
23332025-03-25T05:03:50.365Z Checking wait-timeout v0.2.0
23342025-03-25T05:03:50.577Z Checking bit-vec v0.8.0
23352025-03-25T05:03:50.960Z Compiling serde_yaml v0.9.34+deprecated
23362025-03-25T05:03:51.166Z Checking quick-error v1.2.3
23372025-03-25T05:03:51.317Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23382025-03-25T05:03:51.334Z Checking rusty-fork v0.3.0
23392025-03-25T05:03:51.615Z Compiling num_enum_derive v0.5.11
23402025-03-25T05:03:51.654Z Checking bit-set v0.8.0
23412025-03-25T05:03:51.924Z Compiling lzma-sys v0.1.20
23422025-03-25T05:03:52.066Z Compiling structmeta v0.3.0
23432025-03-25T05:03:52.467Z Compiling parse-display-derive v0.10.0
23442025-03-25T05:03:52.640Z Checking rand_xorshift v0.3.0
23452025-03-25T05:03:52.829Z Compiling foreign-types-macros v0.2.3
23462025-03-25T05:03:52.920Z Checking typify-impl v0.2.0
23472025-03-25T05:03:53.746Z Checking thiserror v2.0.12
23482025-03-25T05:03:53.906Z Compiling dropshot v0.16.0
23492025-03-25T05:03:54.049Z Checking utf-8 v0.7.6
23502025-03-25T05:03:54.111Z Checking foreign-types-shared v0.3.1
23512025-03-25T05:03:54.236Z Checking unarray v0.1.4
23522025-03-25T05:03:54.253Z Checking arc-swap v1.7.1
23532025-03-25T05:03:54.275Z Checking tungstenite v0.21.0
23542025-03-25T05:03:54.346Z Checking foreign-types v0.5.0
23552025-03-25T05:03:54.386Z Checking proptest v1.6.0
23562025-03-25T05:03:54.527Z Checking num_enum v0.5.11
23572025-03-25T05:03:54.649Z Checking slog-scope v4.4.0
23582025-03-25T05:03:54.736Z Compiling test-strategy v0.4.0
23592025-03-25T05:03:54.863Z Checking strum v0.26.3
23602025-03-25T05:03:55.040Z Compiling proc-macro-error v1.0.4
23612025-03-25T05:03:55.272Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23622025-03-25T05:03:55.427Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23632025-03-25T05:03:55.455Z Compiling darling_macro v0.20.10
23642025-03-25T05:03:55.539Z Compiling heck v0.3.3
23652025-03-25T05:03:55.585Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23662025-03-25T05:03:55.716Z Compiling dropshot_endpoint v0.16.0
23672025-03-25T05:03:55.872Z Checking cstr-argument v0.1.2
23682025-03-25T05:03:56.054Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692025-03-25T05:03:56.219Z Checking parse-display v0.10.0
23702025-03-25T05:03:56.355Z Compiling darling v0.20.10
23712025-03-25T05:03:56.371Z Checking instant v0.1.13
23722025-03-25T05:03:56.449Z Checking pretty-hex v0.2.1
23732025-03-25T05:03:56.475Z Compiling serde_with_macros v3.12.0
23742025-03-25T05:03:56.500Z Checking base64 v0.21.7
23752025-03-25T05:03:56.633Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23762025-03-25T05:03:56.870Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23772025-03-25T05:03:56.959Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23782025-03-25T05:03:56.976Z Checking backoff v0.4.0
23792025-03-25T05:03:57.027Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23802025-03-25T05:03:57.190Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23812025-03-25T05:03:57.249Z Compiling zone_cfg_derive v0.1.2
23822025-03-25T05:03:57.286Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23832025-03-25T05:03:57.489Z Checking tokio-tungstenite v0.21.0
23842025-03-25T05:03:57.972Z Checking slog-stdlog v4.1.1
23852025-03-25T05:03:58.072Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23862025-03-25T05:03:58.146Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23872025-03-25T05:03:58.176Z Checking progenitor-client v0.9.1
23882025-03-25T05:03:58.420Z Checking colored v2.2.0
23892025-03-25T05:03:58.441Z Checking macaddr v1.0.1
23902025-03-25T05:03:58.550Z Checking unicode-width v0.1.14
23912025-03-25T05:03:58.591Z Checking winnow v0.6.20
23922025-03-25T05:03:58.641Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
23932025-03-25T05:03:58.755Z Checking base64 v0.13.1
23942025-03-25T05:03:58.786Z Checking zone v0.1.8
23952025-03-25T05:03:58.858Z Checking serde_with v3.12.0
23962025-03-25T05:03:59.040Z Checking tabwriter v1.4.0
23972025-03-25T05:03:59.157Z Checking ron v0.7.1
23982025-03-25T05:03:59.204Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23992025-03-25T05:03:59.282Z Checking xz2 v0.1.7
24002025-03-25T05:03:59.420Z Checking slog-envlogger v2.2.0
24012025-03-25T05:03:59.580Z Checking xattr v1.3.1
24022025-03-25T05:03:59.653Z Checking pem v3.0.5
24032025-03-25T05:03:59.672Z Checking yasna v0.5.2
24042025-03-25T05:03:59.780Z Checking headers-core v0.3.0
24052025-03-25T05:03:59.908Z Checking smf v0.2.3
24062025-03-25T05:03:59.932Z Checking filetime v0.2.25
24072025-03-25T05:04:00.154Z Checking same-file v1.0.6
24082025-03-25T05:04:00.241Z Checking tar v0.4.44
24092025-03-25T05:04:00.336Z Checking walkdir v2.5.0
24102025-03-25T05:04:00.356Z Checking headers v0.4.0
24112025-03-25T05:04:00.499Z Checking rcgen v0.12.1
24122025-03-25T05:04:00.678Z Checking atomicwrites v0.4.4
24132025-03-25T05:04:00.896Z Checking camino-tempfile v1.1.1
24142025-03-25T05:04:01.111Z Checking subprocess v0.2.9
24152025-03-25T05:04:03.296Z Compiling typify-macro v0.2.0
24162025-03-25T05:04:04.744Z Compiling typify v0.2.0
24172025-03-25T05:04:04.814Z Compiling progenitor-impl v0.8.0
24182025-03-25T05:04:07.197Z Compiling progenitor-macro v0.8.0
24192025-03-25T05:04:10.562Z Checking progenitor v0.8.0
24202025-03-25T05:04:10.694Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
24212025-03-25T05:04:10.697Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24222025-03-25T05:04:13.105Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24232025-03-25T05:04:13.467Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24242025-03-25T05:04:19.263Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24252025-03-25T05:04:20.759Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24262025-03-25T05:04:21.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.20s
24272025-03-25T05:04:22.148Z
24282025-03-25T05:04:22.148Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
24292025-03-25T05:04:22.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302025-03-25T05:04:22.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312025-03-25T05:04:22.815Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24322025-03-25T05:04:24.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
24332025-03-25T05:04:24.339Z
24342025-03-25T05:04:24.339Zinfo: running `cargo check --bins` on nexus-config (51/199)
24352025-03-25T05:04:24.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-03-25T05:04:24.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-03-25T05:04:24.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382025-03-25T05:04:24.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24392025-03-25T05:04:24.980Z
24402025-03-25T05:04:24.980Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24412025-03-25T05:04:25.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-03-25T05:04:25.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-03-25T05:04:25.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442025-03-25T05:04:25.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24452025-03-25T05:04:25.600Z
24462025-03-25T05:04:25.600Zinfo: running `cargo check --bins` on omicron-certificates (53/199)
24472025-03-25T05:04:26.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-03-25T05:04:26.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-03-25T05:04:26.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502025-03-25T05:04:26.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24512025-03-25T05:04:26.240Z
24522025-03-25T05:04:26.240Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/199)
24532025-03-25T05:04:26.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542025-03-25T05:04:26.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552025-03-25T05:04:26.939Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24562025-03-25T05:04:27.052Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24572025-03-25T05:04:27.055Z Compiling tempfile v3.13.0
24582025-03-25T05:04:27.055Z Compiling wait-timeout v0.2.0
24592025-03-25T05:04:27.055Z Compiling bit-vec v0.8.0
24602025-03-25T05:04:27.062Z Compiling quick-error v1.2.3
24612025-03-25T05:04:27.066Z Compiling thiserror v2.0.12
24622025-03-25T05:04:27.066Z Compiling progenitor-client v0.8.0
24632025-03-25T05:04:27.209Z Compiling rand_xorshift v0.3.0
24642025-03-25T05:04:27.225Z Compiling itertools v0.13.0
24652025-03-25T05:04:27.241Z Compiling heapless v0.8.0
24662025-03-25T05:04:27.483Z Compiling rusty-fork v0.3.0
24672025-03-25T05:04:27.536Z Compiling bit-set v0.8.0
24682025-03-25T05:04:27.553Z Compiling unarray v0.1.4
24692025-03-25T05:04:27.568Z Compiling progenitor v0.8.0
24702025-03-25T05:04:27.717Z Compiling parse-display v0.10.0
24712025-03-25T05:04:27.733Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24722025-03-25T05:04:27.737Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24732025-03-25T05:04:27.783Z Compiling proptest v1.6.0
24742025-03-25T05:04:27.800Z Checking hash32 v0.3.1
24752025-03-25T05:04:27.898Z Compiling instant v0.1.13
24762025-03-25T05:04:27.991Z Compiling smoltcp v0.11.0
24772025-03-25T05:04:28.047Z Compiling backoff v0.4.0
24782025-03-25T05:04:28.099Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
24792025-03-25T05:04:28.247Z Compiling dropshot v0.16.0
24802025-03-25T05:04:28.369Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812025-03-25T05:04:28.576Z Compiling serde_with v3.12.0
24822025-03-25T05:04:28.630Z Checking num-rational v0.4.2
24832025-03-25T05:04:28.898Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24842025-03-25T05:04:29.264Z Compiling progenitor-client v0.9.1
24852025-03-25T05:04:29.813Z Compiling phf_generator v0.11.2
24862025-03-25T05:04:30.016Z Checking num-complex v0.4.6
24872025-03-25T05:04:30.034Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24882025-03-25T05:04:30.925Z Compiling macaddr v1.0.1
24892025-03-25T05:04:31.371Z Checking cobs v0.2.3
24902025-03-25T05:04:31.570Z Checking postcard v1.0.10
24912025-03-25T05:04:31.742Z Compiling num v0.4.3
24922025-03-25T05:04:31.973Z Compiling phf_codegen v0.11.2
24932025-03-25T05:04:32.104Z Compiling parse-zoneinfo v0.3.1
24942025-03-25T05:04:32.200Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24952025-03-25T05:04:32.540Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24962025-03-25T05:04:32.714Z Checking float-ord v0.3.2
24972025-03-25T05:04:33.064Z Compiling convert_case v0.4.0
24982025-03-25T05:04:33.735Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
24992025-03-25T05:04:33.883Z Compiling derive_more v0.99.19
25002025-03-25T05:04:34.902Z Compiling chrono-tz-build v0.4.0
25012025-03-25T05:04:35.204Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25022025-03-25T05:04:36.080Z Checking linked-hash-map v0.5.6
25032025-03-25T05:04:36.113Z Compiling crucible-workspace-hack v0.1.0
25042025-03-25T05:04:36.398Z Checking lru-cache v0.1.2
25052025-03-25T05:04:36.450Z Compiling chrono-tz v0.10.1
25062025-03-25T05:04:36.584Z Checking newline-converter v0.3.0
25072025-03-25T05:04:36.640Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25082025-03-25T05:04:36.757Z Checking resolv-conf v0.7.0
25092025-03-25T05:04:36.801Z Checking itertools v0.14.0
25102025-03-25T05:04:37.109Z Checking prettyplease v0.2.30
25112025-03-25T05:04:37.127Z Compiling slog-dtrace v0.3.0
25122025-03-25T05:04:37.278Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25132025-03-25T05:04:37.449Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25142025-03-25T05:04:37.767Z Checking hickory-resolver v0.24.4
25152025-03-25T05:04:37.934Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25162025-03-25T05:04:39.207Z Checking expectorate v1.1.0
25172025-03-25T05:04:39.224Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25182025-03-25T05:04:39.373Z Compiling zone_cfg_derive v0.3.0
25192025-03-25T05:04:39.405Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
25202025-03-25T05:04:39.496Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212025-03-25T05:04:39.704Z Compiling const_format_proc_macros v0.2.34
25222025-03-25T05:04:40.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25232025-03-25T05:04:40.553Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25242025-03-25T05:04:40.650Z Compiling derive-where v1.2.7
25252025-03-25T05:04:40.773Z Compiling num-derive v0.4.2
25262025-03-25T05:04:41.134Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272025-03-25T05:04:41.204Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25282025-03-25T05:04:41.524Z Checking highway v1.3.0
25292025-03-25T05:04:41.681Z Checking const_format v0.2.34
25302025-03-25T05:04:42.006Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312025-03-25T05:04:42.205Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25322025-03-25T05:04:42.221Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25332025-03-25T05:04:42.268Z Checking zone v0.3.0
25342025-03-25T05:04:42.465Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25352025-03-25T05:04:42.523Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362025-03-25T05:04:42.955Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25372025-03-25T05:04:43.031Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
25382025-03-25T05:04:43.409Z Checking gethostname v0.5.0
25392025-03-25T05:04:43.526Z Checking bcs v0.1.6
25402025-03-25T05:04:43.552Z Checking nanorand v0.7.0
25412025-03-25T05:04:43.714Z Checking qorb v0.2.1
25422025-03-25T05:04:43.798Z Compiling async-recursion v1.1.1
25432025-03-25T05:04:43.902Z Checking termtree v0.5.1
25442025-03-25T05:04:43.969Z Checking flume v0.11.1
25452025-03-25T05:04:44.914Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25462025-03-25T05:04:50.371Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472025-03-25T05:04:53.657Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482025-03-25T05:04:56.135Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25492025-03-25T05:04:57.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.09s
25502025-03-25T05:04:57.531Z
25512025-03-25T05:04:57.531Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/199)
25522025-03-25T05:04:58.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532025-03-25T05:04:58.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542025-03-25T05:04:58.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552025-03-25T05:04:58.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25562025-03-25T05:04:58.184Z
25572025-03-25T05:04:58.185Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/199)
25582025-03-25T05:04:58.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592025-03-25T05:04:58.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602025-03-25T05:04:58.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612025-03-25T05:04:58.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25622025-03-25T05:04:58.836Z
25632025-03-25T05:04:58.836Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/199)
25642025-03-25T05:04:59.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652025-03-25T05:04:59.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662025-03-25T05:04:59.506Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25672025-03-25T05:05:00.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
25682025-03-25T05:05:00.310Z
25692025-03-25T05:05:00.310Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/199)
25702025-03-25T05:05:00.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712025-03-25T05:05:00.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722025-03-25T05:05:00.998Z Compiling cfg_aliases v0.1.1
25732025-03-25T05:05:01.001Z Compiling vte_generate_state_changes v0.1.2
25742025-03-25T05:05:01.001Z Checking fd-lock v4.0.2
25752025-03-25T05:05:01.107Z Checking nibble_vec v0.1.0
25762025-03-25T05:05:01.110Z Checking bytecount v0.6.8
25772025-03-25T05:05:01.110Z Checking endian-type v0.1.2
25782025-03-25T05:05:01.142Z Compiling tabled_derive v0.7.0
25792025-03-25T05:05:01.169Z Compiling peg-macros v0.8.5
25802025-03-25T05:05:01.186Z Compiling nix v0.28.0
25812025-03-25T05:05:01.253Z Checking papergrid v0.11.0
25822025-03-25T05:05:01.274Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25832025-03-25T05:05:01.306Z Compiling sqlparser_derive v0.2.2
25842025-03-25T05:05:01.339Z Checking radix_trie v0.2.1
25852025-03-25T05:05:01.704Z Checking vte v0.11.1
25862025-03-25T05:05:01.724Z Checking home v0.5.9
25872025-03-25T05:05:01.880Z Checking nu-ansi-term v0.50.1
25882025-03-25T05:05:02.249Z Checking unicode_categories v0.1.1
25892025-03-25T05:05:02.346Z Checking sqlparser v0.45.0
25902025-03-25T05:05:02.364Z Checking display-error-chain v0.2.2
25912025-03-25T05:05:02.550Z Checking sqlformat v0.2.6
25922025-03-25T05:05:03.078Z Checking strip-ansi-escapes v0.2.0
25932025-03-25T05:05:03.164Z Checking tabled v0.15.0
25942025-03-25T05:05:03.205Z Checking reedline v0.38.0
25952025-03-25T05:05:03.543Z Checking peg v0.8.5
25962025-03-25T05:05:04.161Z Checking rustyline v14.0.0
25972025-03-25T05:05:12.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.19s
25982025-03-25T05:05:12.698Z
25992025-03-25T05:05:12.698Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/199)
26002025-03-25T05:05:13.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012025-03-25T05:05:13.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022025-03-25T05:05:13.395Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26032025-03-25T05:05:18.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
26042025-03-25T05:05:18.539Z
26052025-03-25T05:05:18.539Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/199)
26062025-03-25T05:05:19.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072025-03-25T05:05:19.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082025-03-25T05:05:19.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26092025-03-25T05:05:22.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
26102025-03-25T05:05:22.871Z
26112025-03-25T05:05:22.871Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/199)
26122025-03-25T05:05:23.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132025-03-25T05:05:23.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142025-03-25T05:05:23.559Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26152025-03-25T05:05:28.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
26162025-03-25T05:05:28.408Z
26172025-03-25T05:05:28.409Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/199)
26182025-03-25T05:05:28.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192025-03-25T05:05:29.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202025-03-25T05:05:29.099Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26212025-03-25T05:05:33.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
26222025-03-25T05:05:34.045Z
26232025-03-25T05:05:34.045Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/199)
26242025-03-25T05:05:34.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252025-03-25T05:05:34.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262025-03-25T05:05:34.735Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26272025-03-25T05:05:38.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
26282025-03-25T05:05:38.572Z
26292025-03-25T05:05:38.572Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/199)
26302025-03-25T05:05:39.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312025-03-25T05:05:39.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322025-03-25T05:05:39.270Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26332025-03-25T05:05:42.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
26342025-03-25T05:05:43.170Z
26352025-03-25T05:05:43.170Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/199)
26362025-03-25T05:05:43.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372025-03-25T05:05:43.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382025-03-25T05:05:43.856Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26392025-03-25T05:05:48.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
26402025-03-25T05:05:48.913Z
26412025-03-25T05:05:48.913Zinfo: running `cargo check --bins` on oximeter (66/199)
26422025-03-25T05:05:49.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432025-03-25T05:05:49.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442025-03-25T05:05:49.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452025-03-25T05:05:49.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26462025-03-25T05:05:49.558Z
26472025-03-25T05:05:49.558Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/199)
26482025-03-25T05:05:50.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-03-25T05:05:50.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-03-25T05:05:50.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-03-25T05:05:50.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26522025-03-25T05:05:50.187Z
26532025-03-25T05:05:50.187Zinfo: running `cargo check --bins` on oximeter-schema (68/199)
26542025-03-25T05:05:50.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-03-25T05:05:50.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-03-25T05:05:50.847Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26572025-03-25T05:05:52.782Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26582025-03-25T05:05:53.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
26592025-03-25T05:05:53.899Z
26602025-03-25T05:05:53.900Zinfo: running `cargo check --bins` on oximeter-types (69/199)
26612025-03-25T05:05:54.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-03-25T05:05:54.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-03-25T05:05:54.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642025-03-25T05:05:54.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26652025-03-25T05:05:54.553Z
26662025-03-25T05:05:54.553Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/199)
26672025-03-25T05:05:55.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682025-03-25T05:05:55.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692025-03-25T05:05:55.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702025-03-25T05:05:55.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26712025-03-25T05:05:55.198Z
26722025-03-25T05:05:55.198Zinfo: running `cargo check --bins` on oxql-types (71/199)
26732025-03-25T05:05:55.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742025-03-25T05:05:55.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752025-03-25T05:05:55.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762025-03-25T05:05:55.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26772025-03-25T05:05:55.848Z
26782025-03-25T05:05:55.848Zinfo: running `cargo check --bins` on oximeter-test-utils (72/199)
26792025-03-25T05:05:56.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802025-03-25T05:05:56.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812025-03-25T05:05:56.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822025-03-25T05:05:56.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26832025-03-25T05:05:56.528Z
26842025-03-25T05:05:56.528Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/199)
26852025-03-25T05:05:57.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-03-25T05:05:57.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-03-25T05:05:57.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-03-25T05:05:57.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26892025-03-25T05:05:57.182Z
26902025-03-25T05:05:57.182Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/199)
26912025-03-25T05:05:57.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-03-25T05:05:57.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-03-25T05:05:57.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-03-25T05:05:57.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26952025-03-25T05:05:57.847Z
26962025-03-25T05:05:57.847Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/199)
26972025-03-25T05:05:58.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-03-25T05:05:58.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-03-25T05:05:58.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-03-25T05:05:58.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27012025-03-25T05:05:58.504Z
27022025-03-25T05:05:58.504Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/199)
27032025-03-25T05:05:59.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-03-25T05:05:59.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-03-25T05:05:59.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-03-25T05:05:59.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27072025-03-25T05:05:59.155Z
27082025-03-25T05:05:59.156Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/199)
27092025-03-25T05:05:59.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-03-25T05:05:59.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-03-25T05:05:59.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122025-03-25T05:05:59.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27132025-03-25T05:05:59.814Z
27142025-03-25T05:05:59.814Zinfo: running `cargo check --bins` on cockroach-admin-client (78/199)
27152025-03-25T05:06:00.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162025-03-25T05:06:00.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172025-03-25T05:06:00.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182025-03-25T05:06:00.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27192025-03-25T05:06:00.447Z
27202025-03-25T05:06:00.447Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/199)
27212025-03-25T05:06:01.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222025-03-25T05:06:01.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232025-03-25T05:06:01.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242025-03-25T05:06:01.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27252025-03-25T05:06:01.107Z
27262025-03-25T05:06:01.107Zinfo: running `cargo check --bins` on dns-service-client (80/199)
27272025-03-25T05:06:01.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282025-03-25T05:06:01.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292025-03-25T05:06:01.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302025-03-25T05:06:01.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27312025-03-25T05:06:01.770Z
27322025-03-25T05:06:01.770Zinfo: running `cargo check --bins` on internal-dns-types (81/199)
27332025-03-25T05:06:02.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342025-03-25T05:06:02.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352025-03-25T05:06:02.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362025-03-25T05:06:02.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27372025-03-25T05:06:02.406Z
27382025-03-25T05:06:02.406Zinfo: running `cargo check --bins` on dpd-client (82/199)
27392025-03-25T05:06:02.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402025-03-25T05:06:02.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412025-03-25T05:06:02.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422025-03-25T05:06:02.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27432025-03-25T05:06:03.046Z
27442025-03-25T05:06:03.046Zinfo: running `cargo check --bins` on gateway-client (83/199)
27452025-03-25T05:06:03.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462025-03-25T05:06:03.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472025-03-25T05:06:03.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482025-03-25T05:06:03.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27492025-03-25T05:06:03.670Z
27502025-03-25T05:06:03.671Zinfo: running `cargo check --bins` on installinator-client (84/199)
27512025-03-25T05:06:04.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522025-03-25T05:06:04.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532025-03-25T05:06:04.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542025-03-25T05:06:04.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27552025-03-25T05:06:04.341Z
27562025-03-25T05:06:04.341Zinfo: running `cargo check --bins` on installinator-common (85/199)
27572025-03-25T05:06:04.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582025-03-25T05:06:04.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592025-03-25T05:06:04.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602025-03-25T05:06:04.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27612025-03-25T05:06:05.008Z
27622025-03-25T05:06:05.008Zinfo: running `cargo check --bins` on update-engine (86/199)
27632025-03-25T05:06:05.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642025-03-25T05:06:05.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652025-03-25T05:06:05.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662025-03-25T05:06:05.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27672025-03-25T05:06:05.640Z
27682025-03-25T05:06:05.640Zinfo: running `cargo check --bins` on nexus-client (87/199)
27692025-03-25T05:06:06.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702025-03-25T05:06:06.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712025-03-25T05:06:06.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722025-03-25T05:06:06.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27732025-03-25T05:06:06.310Z
27742025-03-25T05:06:06.310Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/199)
27752025-03-25T05:06:06.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762025-03-25T05:06:06.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772025-03-25T05:06:06.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782025-03-25T05:06:06.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27792025-03-25T05:06:06.975Z
27802025-03-25T05:06:06.975Zinfo: running `cargo check --bins` on omicron-passwords (89/199)
27812025-03-25T05:06:07.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822025-03-25T05:06:07.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832025-03-25T05:06:07.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842025-03-25T05:06:07.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27852025-03-25T05:06:07.612Z
27862025-03-25T05:06:07.612Zinfo: running `cargo check --bins` on nexus-types (90/199)
27872025-03-25T05:06:08.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882025-03-25T05:06:08.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892025-03-25T05:06:08.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902025-03-25T05:06:08.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27912025-03-25T05:06:08.286Z
27922025-03-25T05:06:08.286Zinfo: running `cargo check --bins` on id-map (91/199)
27932025-03-25T05:06:08.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942025-03-25T05:06:08.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952025-03-25T05:06:08.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962025-03-25T05:06:08.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27972025-03-25T05:06:08.909Z
27982025-03-25T05:06:08.909Zinfo: running `cargo check --bins` on oxide-client (92/199)
27992025-03-25T05:06:09.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002025-03-25T05:06:09.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012025-03-25T05:06:09.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022025-03-25T05:06:09.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28032025-03-25T05:06:09.545Z
28042025-03-25T05:06:09.545Zinfo: running `cargo check --bins` on oximeter-client (93/199)
28052025-03-25T05:06:10.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062025-03-25T05:06:10.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072025-03-25T05:06:10.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082025-03-25T05:06:10.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28092025-03-25T05:06:10.197Z
28102025-03-25T05:06:10.197Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
28112025-03-25T05:06:10.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122025-03-25T05:06:10.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132025-03-25T05:06:10.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142025-03-25T05:06:10.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28152025-03-25T05:06:10.833Z
28162025-03-25T05:06:10.833Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
28172025-03-25T05:06:11.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182025-03-25T05:06:11.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192025-03-25T05:06:11.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202025-03-25T05:06:11.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28212025-03-25T05:06:11.512Z
28222025-03-25T05:06:11.512Zinfo: running `cargo check --bins` on wicketd-client (96/199)
28232025-03-25T05:06:12.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242025-03-25T05:06:12.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252025-03-25T05:06:12.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262025-03-25T05:06:12.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28272025-03-25T05:06:12.207Z
28282025-03-25T05:06:12.207Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
28292025-03-25T05:06:12.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302025-03-25T05:06:12.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312025-03-25T05:06:12.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322025-03-25T05:06:12.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28332025-03-25T05:06:12.883Z
28342025-03-25T05:06:12.883Zinfo: running `cargo check --bins` on wicket-common (98/199)
28352025-03-25T05:06:13.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-03-25T05:06:13.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-03-25T05:06:13.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382025-03-25T05:06:13.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28392025-03-25T05:06:13.560Z
28402025-03-25T05:06:13.560Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
28412025-03-25T05:06:14.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-03-25T05:06:14.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-03-25T05:06:14.236Z Checking csv-core v0.1.11
28442025-03-25T05:06:14.236Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28452025-03-25T05:06:14.239Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28462025-03-25T05:06:14.239Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28472025-03-25T05:06:14.511Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28482025-03-25T05:06:14.550Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28492025-03-25T05:06:14.567Z Checking csv v1.3.1
28502025-03-25T05:06:15.137Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28512025-03-25T05:06:15.473Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28522025-03-25T05:06:17.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
28532025-03-25T05:06:17.187Z
28542025-03-25T05:06:17.187Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28552025-03-25T05:06:17.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-03-25T05:06:17.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-03-25T05:06:17.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-03-25T05:06:17.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28592025-03-25T05:06:17.848Z
28602025-03-25T05:06:17.848Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28612025-03-25T05:06:18.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-03-25T05:06:18.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-03-25T05:06:18.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642025-03-25T05:06:18.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28652025-03-25T05:06:18.497Z
28662025-03-25T05:06:18.497Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28672025-03-25T05:06:19.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682025-03-25T05:06:19.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692025-03-25T05:06:19.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702025-03-25T05:06:19.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28712025-03-25T05:06:19.255Z
28722025-03-25T05:06:19.255Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28732025-03-25T05:06:19.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742025-03-25T05:06:19.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752025-03-25T05:06:19.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762025-03-25T05:06:19.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28772025-03-25T05:06:20.006Z
28782025-03-25T05:06:20.006Zinfo: running `cargo check --bins` on dns-server (104/199)
28792025-03-25T05:06:20.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-03-25T05:06:20.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-03-25T05:06:20.676Z Compiling typify-impl v0.3.0
28822025-03-25T05:06:20.787Z Compiling parking_lot_core v0.8.6
28832025-03-25T05:06:20.806Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28842025-03-25T05:06:20.809Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28852025-03-25T05:06:20.809Z Checking fxhash v0.2.1
28862025-03-25T05:06:20.809Z Checking hickory-client v0.24.4
28872025-03-25T05:06:20.819Z Checking hickory-server v0.24.4
28882025-03-25T05:06:21.488Z Checking parking_lot v0.11.2
28892025-03-25T05:06:21.532Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28902025-03-25T05:06:21.735Z Checking sled v0.34.7
28912025-03-25T05:06:26.061Z Compiling typify-macro v0.3.0
28922025-03-25T05:06:27.516Z Compiling typify v0.3.0
28932025-03-25T05:06:27.587Z Compiling progenitor-impl v0.9.1
28942025-03-25T05:06:29.897Z Compiling progenitor-macro v0.9.1
28952025-03-25T05:06:33.400Z Checking progenitor v0.9.1
28962025-03-25T05:06:33.531Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28972025-03-25T05:06:33.987Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28982025-03-25T05:06:35.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.20s
28992025-03-25T05:06:35.399Z
29002025-03-25T05:06:35.399Zinfo: running `cargo check --bins` on dns-server-api (105/199)
29012025-03-25T05:06:35.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022025-03-25T05:06:35.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032025-03-25T05:06:35.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042025-03-25T05:06:35.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29052025-03-25T05:06:36.072Z
29062025-03-25T05:06:36.072Zinfo: running `cargo check --bins` on openapi-manager-types (106/199)
29072025-03-25T05:06:36.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082025-03-25T05:06:36.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092025-03-25T05:06:36.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102025-03-25T05:06:36.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29112025-03-25T05:06:36.701Z
29122025-03-25T05:06:36.701Zinfo: running `cargo check --bins` on gateway-test-utils (107/199)
29132025-03-25T05:06:37.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142025-03-25T05:06:37.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152025-03-25T05:06:37.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162025-03-25T05:06:37.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29172025-03-25T05:06:37.402Z
29182025-03-25T05:06:37.402Zinfo: running `cargo check --bins` on gateway-types (108/199)
29192025-03-25T05:06:37.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202025-03-25T05:06:37.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212025-03-25T05:06:37.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222025-03-25T05:06:37.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29232025-03-25T05:06:38.055Z
29242025-03-25T05:06:38.055Zinfo: running `cargo check --bins` on ipcc (109/199)
29252025-03-25T05:06:38.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262025-03-25T05:06:38.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272025-03-25T05:06:38.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282025-03-25T05:06:38.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29292025-03-25T05:06:38.700Z
29302025-03-25T05:06:38.700Zinfo: running `cargo check --bins` on omicron-gateway (110/199)
29312025-03-25T05:06:39.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322025-03-25T05:06:39.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332025-03-25T05:06:39.420Z Compiling radium v0.7.0
29342025-03-25T05:06:39.421Z Compiling semver v0.1.20
29352025-03-25T05:06:39.533Z Checking tap v1.0.1
29362025-03-25T05:06:39.536Z Compiling maybe-uninit v2.0.0
29372025-03-25T05:06:39.568Z Checking password-hash v0.5.0
29382025-03-25T05:06:39.571Z Checking blake2 v0.10.6
29392025-03-25T05:06:39.571Z Checking funty v2.0.0
29402025-03-25T05:06:39.571Z Checking crc-catalog v2.4.0
29412025-03-25T05:06:39.702Z Checking wyz v0.5.1
29422025-03-25T05:06:39.770Z Compiling owo-colors v4.2.0
29432025-03-25T05:06:39.977Z Compiling rustc_version v0.1.7
29442025-03-25T05:06:40.036Z Compiling cancel-safe-futures v0.1.5
29452025-03-25T05:06:40.040Z Compiling packed_struct v0.10.1
29462025-03-25T05:06:40.040Z Checking argon2 v0.5.3
29472025-03-25T05:06:40.219Z Checking crc v3.2.1
29482025-03-25T05:06:40.367Z Compiling newtype_derive v0.1.6
29492025-03-25T05:06:40.388Z Compiling packed_struct_codegen v0.10.1
29502025-03-25T05:06:40.422Z Checking libsw-core v0.3.1
29512025-03-25T05:06:40.426Z Checking bitvec v1.0.1
29522025-03-25T05:06:40.458Z Compiling indexmap v1.9.3
29532025-03-25T05:06:40.546Z Checking half v2.4.1
29542025-03-25T05:06:40.627Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29552025-03-25T05:06:40.660Z Checking fixedbitset v0.5.7
29562025-03-25T05:06:40.717Z Checking ciborium-io v0.2.2
29572025-03-25T05:06:40.750Z Checking nodrop v0.1.14
29582025-03-25T05:06:40.846Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29592025-03-25T05:06:40.887Z Checking array-init v0.0.4
29602025-03-25T05:06:40.943Z Checking libsw v3.4.0
29612025-03-25T05:06:41.002Z Checking ciborium-ll v0.2.2
29622025-03-25T05:06:41.021Z Checking petgraph v0.7.1
29632025-03-25T05:06:41.177Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642025-03-25T05:06:41.300Z Checking smallvec v0.6.14
29652025-03-25T05:06:41.381Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29662025-03-25T05:06:41.676Z Checking hashbrown v0.12.3
29672025-03-25T05:06:41.792Z Checking linear-map v1.2.0
29682025-03-25T05:06:41.849Z Checking indent_write v2.2.0
29692025-03-25T05:06:42.067Z Checking bitfield v0.14.0
29702025-03-25T05:06:42.108Z Checking swrite v0.1.0
29712025-03-25T05:06:42.246Z Checking termcolor v1.4.1
29722025-03-25T05:06:42.331Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29732025-03-25T05:06:42.390Z Checking serde-hex v0.1.0
29742025-03-25T05:06:42.658Z Checking env_logger v0.10.2
29752025-03-25T05:06:42.686Z Checking ron v0.8.1
29762025-03-25T05:06:42.829Z Checking ciborium v0.2.2
29772025-03-25T05:06:43.055Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29782025-03-25T05:06:43.439Z Checking steno v0.4.1
29792025-03-25T05:06:43.763Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29802025-03-25T05:06:43.850Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29812025-03-25T05:06:43.872Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29822025-03-25T05:06:43.945Z Checking hashbrown v0.13.2
29832025-03-25T05:06:44.005Z Checking crc-any v2.5.0
29842025-03-25T05:06:44.141Z Checking humantime v2.1.0
29852025-03-25T05:06:44.376Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29862025-03-25T05:06:44.451Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29872025-03-25T05:06:44.660Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29882025-03-25T05:06:44.826Z Checking object v0.30.4
29892025-03-25T05:06:44.987Z Checking path-slash v0.1.5
29902025-03-25T05:06:45.035Z Checking tungstenite v0.23.0
29912025-03-25T05:06:45.141Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29922025-03-25T05:06:45.563Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29932025-03-25T05:06:45.885Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29942025-03-25T05:06:46.155Z Checking nix v0.27.1
29952025-03-25T05:06:46.241Z Checking kstat-rs v0.2.4
29962025-03-25T05:06:46.259Z Checking tokio-tungstenite v0.23.1
29972025-03-25T05:06:46.381Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29982025-03-25T05:06:46.571Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29992025-03-25T05:06:46.645Z Checking signal-hook-tokio v0.3.1
30002025-03-25T05:06:47.138Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30012025-03-25T05:06:47.754Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30022025-03-25T05:06:53.823Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30032025-03-25T05:06:55.130Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
30042025-03-25T05:06:57.725Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30052025-03-25T05:07:02.850Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30062025-03-25T05:07:03.487Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30072025-03-25T05:07:06.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.37s
30082025-03-25T05:07:06.290Z
30092025-03-25T05:07:06.290Zinfo: running `cargo check --bins` on gateway-api (111/199)
30102025-03-25T05:07:06.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112025-03-25T05:07:06.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122025-03-25T05:07:06.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132025-03-25T05:07:06.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30142025-03-25T05:07:06.941Z
30152025-03-25T05:07:06.941Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199)
30162025-03-25T05:07:07.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172025-03-25T05:07:07.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182025-03-25T05:07:07.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192025-03-25T05:07:07.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30202025-03-25T05:07:07.570Z
30212025-03-25T05:07:07.570Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199)
30222025-03-25T05:07:08.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232025-03-25T05:07:08.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242025-03-25T05:07:08.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252025-03-25T05:07:08.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30262025-03-25T05:07:08.222Z
30272025-03-25T05:07:08.222Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199)
30282025-03-25T05:07:08.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292025-03-25T05:07:08.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302025-03-25T05:07:08.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312025-03-25T05:07:08.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30322025-03-25T05:07:08.869Z
30332025-03-25T05:07:08.869Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199)
30342025-03-25T05:07:09.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352025-03-25T05:07:09.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362025-03-25T05:07:09.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372025-03-25T05:07:09.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30382025-03-25T05:07:09.519Z
30392025-03-25T05:07:09.519Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199)
30402025-03-25T05:07:10.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412025-03-25T05:07:10.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422025-03-25T05:07:10.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432025-03-25T05:07:10.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30442025-03-25T05:07:10.162Z
30452025-03-25T05:07:10.162Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199)
30462025-03-25T05:07:10.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472025-03-25T05:07:10.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482025-03-25T05:07:10.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492025-03-25T05:07:10.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30502025-03-25T05:07:10.814Z
30512025-03-25T05:07:10.814Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199)
30522025-03-25T05:07:11.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532025-03-25T05:07:11.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542025-03-25T05:07:11.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552025-03-25T05:07:11.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30562025-03-25T05:07:11.669Z
30572025-03-25T05:07:11.669Zinfo: running `cargo check --bins` on oximeter-producer (119/199)
30582025-03-25T05:07:12.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592025-03-25T05:07:12.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602025-03-25T05:07:12.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612025-03-25T05:07:12.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30622025-03-25T05:07:12.146Z
30632025-03-25T05:07:12.146Zinfo: running `cargo check --bins` on internal-dns-resolver (120/199)
30642025-03-25T05:07:12.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652025-03-25T05:07:12.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662025-03-25T05:07:12.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672025-03-25T05:07:12.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30682025-03-25T05:07:12.793Z
30692025-03-25T05:07:12.793Zinfo: running `cargo check --bins` on sp-sim (121/199)
30702025-03-25T05:07:13.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712025-03-25T05:07:13.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722025-03-25T05:07:13.446Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30732025-03-25T05:07:13.894Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30742025-03-25T05:07:15.522Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30752025-03-25T05:07:17.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
30762025-03-25T05:07:17.329Z
30772025-03-25T05:07:17.329Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199)
30782025-03-25T05:07:17.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792025-03-25T05:07:17.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802025-03-25T05:07:17.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812025-03-25T05:07:17.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30822025-03-25T05:07:18.029Z
30832025-03-25T05:07:18.029Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199)
30842025-03-25T05:07:18.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852025-03-25T05:07:18.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862025-03-25T05:07:18.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872025-03-25T05:07:18.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30882025-03-25T05:07:18.734Z
30892025-03-25T05:07:18.734Zinfo: running `cargo check --bins` on db-macros (124/199)
30902025-03-25T05:07:19.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912025-03-25T05:07:19.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922025-03-25T05:07:19.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932025-03-25T05:07:19.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30942025-03-25T05:07:19.365Z
30952025-03-25T05:07:19.365Zinfo: running `cargo check --bins` on nexus-macros-common (125/199)
30962025-03-25T05:07:19.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972025-03-25T05:07:19.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982025-03-25T05:07:19.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992025-03-25T05:07:19.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31002025-03-25T05:07:20.001Z
31012025-03-25T05:07:20.001Zinfo: running `cargo check --bins` on nexus-auth (126/199)
31022025-03-25T05:07:20.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032025-03-25T05:07:20.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042025-03-25T05:07:20.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052025-03-25T05:07:20.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31062025-03-25T05:07:20.703Z
31072025-03-25T05:07:20.703Zinfo: running `cargo check --bins` on authz-macros (127/199)
31082025-03-25T05:07:21.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092025-03-25T05:07:21.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102025-03-25T05:07:21.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112025-03-25T05:07:21.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31122025-03-25T05:07:21.339Z
31132025-03-25T05:07:21.339Zinfo: running `cargo check --bins` on nexus-db-fixed-data (128/199)
31142025-03-25T05:07:21.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152025-03-25T05:07:21.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162025-03-25T05:07:21.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172025-03-25T05:07:21.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31182025-03-25T05:07:22.031Z
31192025-03-25T05:07:22.031Zinfo: running `cargo check --bins` on nexus-db-model (129/199)
31202025-03-25T05:07:22.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212025-03-25T05:07:22.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222025-03-25T05:07:22.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232025-03-25T05:07:22.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31242025-03-25T05:07:22.722Z
31252025-03-25T05:07:22.722Zinfo: running `cargo check --bins` on nexus-defaults (130/199)
31262025-03-25T05:07:23.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272025-03-25T05:07:23.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282025-03-25T05:07:23.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292025-03-25T05:07:23.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31302025-03-25T05:07:23.377Z
31312025-03-25T05:07:23.378Zinfo: running `cargo check --bins` on nexus-inventory (131/199)
31322025-03-25T05:07:23.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332025-03-25T05:07:23.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342025-03-25T05:07:23.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352025-03-25T05:07:23.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31362025-03-25T05:07:24.075Z
31372025-03-25T05:07:24.075Zinfo: running `cargo check --bins` on typed-rng (132/199)
31382025-03-25T05:07:24.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392025-03-25T05:07:24.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402025-03-25T05:07:24.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412025-03-25T05:07:24.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31422025-03-25T05:07:24.709Z
31432025-03-25T05:07:24.709Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199)
31442025-03-25T05:07:25.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452025-03-25T05:07:25.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462025-03-25T05:07:25.479Z Checking keccak v0.1.5
31472025-03-25T05:07:25.597Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
31482025-03-25T05:07:25.600Z Checking secrecy v0.8.0
31492025-03-25T05:07:25.600Z Compiling unicase v2.7.0
31502025-03-25T05:07:25.600Z Compiling same-file v1.0.6
31512025-03-25T05:07:25.643Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31522025-03-25T05:07:25.648Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31532025-03-25T05:07:25.648Z Compiling thiserror-impl-no-std v2.0.2
31542025-03-25T05:07:25.793Z Compiling walkdir v2.5.0
31552025-03-25T05:07:25.879Z Checking sha3 v0.10.8
31562025-03-25T05:07:25.883Z Checking universal-hash v0.5.1
31572025-03-25T05:07:25.959Z Compiling blake3 v1.5.4
31582025-03-25T05:07:25.963Z Checking opaque-debug v0.3.1
31592025-03-25T05:07:26.079Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31602025-03-25T05:07:26.102Z Checking poly1305 v0.8.0
31612025-03-25T05:07:26.141Z Checking chacha20 v0.9.1
31622025-03-25T05:07:26.161Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
31632025-03-25T05:07:26.337Z Checking aead v0.5.2
31642025-03-25T05:07:26.397Z Compiling memmap2 v0.9.5
31652025-03-25T05:07:26.400Z Compiling arrayvec v0.7.6
31662025-03-25T05:07:26.476Z Compiling libefi-sys v0.1.0
31672025-03-25T05:07:26.554Z Compiling arrayref v0.3.9
31682025-03-25T05:07:26.590Z Compiling constant_time_eq v0.3.1
31692025-03-25T05:07:26.664Z Compiling salty v0.3.0
31702025-03-25T05:07:26.776Z Checking chacha20poly1305 v0.10.1
31712025-03-25T05:07:26.845Z Compiling toolchain_find v0.4.0
31722025-03-25T05:07:26.862Z Compiling camino-tempfile v1.1.1
31732025-03-25T05:07:26.959Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31742025-03-25T05:07:27.083Z Compiling bitfield-struct v0.6.2
31752025-03-25T05:07:27.179Z Compiling topological-sort v0.2.2
31762025-03-25T05:07:27.257Z Compiling mime_guess v2.0.5
31772025-03-25T05:07:27.405Z Compiling rustfmt-wrapper v0.2.1
31782025-03-25T05:07:27.839Z Compiling omicron-zone-package v0.12.0
31792025-03-25T05:07:27.939Z Compiling progenitor v0.9.1
31802025-03-25T05:07:27.959Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31812025-03-25T05:07:28.163Z Checking primeorder v0.13.6
31822025-03-25T05:07:28.249Z Checking env_filter v0.1.2
31832025-03-25T05:07:28.271Z Checking thiserror-no-std v2.0.2
31842025-03-25T05:07:28.291Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852025-03-25T05:07:28.395Z Checking vsss-rs v3.3.4
31862025-03-25T05:07:28.414Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872025-03-25T05:07:28.418Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31882025-03-25T05:07:28.480Z Checking env_logger v0.11.5
31892025-03-25T05:07:28.605Z Checking p384 v0.13.0
31902025-03-25T05:07:28.648Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912025-03-25T05:07:28.681Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
31922025-03-25T05:07:28.885Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31932025-03-25T05:07:28.997Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942025-03-25T05:07:29.019Z Checking http-range v0.1.5
31952025-03-25T05:07:29.076Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
31962025-03-25T05:07:29.216Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31972025-03-25T05:07:29.418Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31982025-03-25T05:07:29.448Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31992025-03-25T05:07:29.587Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32002025-03-25T05:07:29.699Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32012025-03-25T05:07:29.860Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
32022025-03-25T05:07:30.000Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32032025-03-25T05:07:30.019Z Checking atty v0.2.14
32042025-03-25T05:07:30.155Z Checking glob v0.3.2
32052025-03-25T05:07:30.367Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32062025-03-25T05:07:30.497Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
32072025-03-25T05:07:30.804Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32082025-03-25T05:07:30.993Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32092025-03-25T05:07:31.247Z Checking hyper-staticfile v0.10.1
32102025-03-25T05:07:31.619Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
32112025-03-25T05:07:31.659Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32122025-03-25T05:07:31.765Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32132025-03-25T05:07:31.919Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32142025-03-25T05:07:32.040Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32152025-03-25T05:07:32.449Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32162025-03-25T05:07:32.566Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
32172025-03-25T05:07:32.813Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32182025-03-25T05:07:32.974Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32192025-03-25T05:07:33.165Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32202025-03-25T05:07:33.786Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32212025-03-25T05:07:36.587Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32222025-03-25T05:07:36.587Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32232025-03-25T05:07:44.736Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242025-03-25T05:07:57.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.04s
32252025-03-25T05:07:57.958Z
32262025-03-25T05:07:57.958Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199)
32272025-03-25T05:07:58.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282025-03-25T05:07:58.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292025-03-25T05:07:58.915Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32302025-03-25T05:08:11.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
32312025-03-25T05:08:12.104Z
32322025-03-25T05:08:12.104Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199)
32332025-03-25T05:08:12.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342025-03-25T05:08:12.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352025-03-25T05:08:12.865Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32362025-03-25T05:08:25.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
32372025-03-25T05:08:26.088Z
32382025-03-25T05:08:26.089Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199)
32392025-03-25T05:08:26.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402025-03-25T05:08:26.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412025-03-25T05:08:26.848Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32422025-03-25T05:08:40.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
32432025-03-25T05:08:40.283Z
32442025-03-25T05:08:40.283Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199)
32452025-03-25T05:08:40.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462025-03-25T05:08:40.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472025-03-25T05:08:41.043Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32482025-03-25T05:08:54.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
32492025-03-25T05:08:54.361Z
32502025-03-25T05:08:54.361Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199)
32512025-03-25T05:08:54.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522025-03-25T05:08:54.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532025-03-25T05:08:55.122Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32542025-03-25T05:09:08.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
32552025-03-25T05:09:08.478Z
32562025-03-25T05:09:08.478Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199)
32572025-03-25T05:09:09.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582025-03-25T05:09:09.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592025-03-25T05:09:09.233Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32602025-03-25T05:09:22.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
32612025-03-25T05:09:22.492Z
32622025-03-25T05:09:22.492Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199)
32632025-03-25T05:09:23.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642025-03-25T05:09:23.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652025-03-25T05:09:23.251Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32662025-03-25T05:09:36.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
32672025-03-25T05:09:36.556Z
32682025-03-25T05:09:36.556Zinfo: running `cargo check --bins` on bootstrap-agent-api (141/199)
32692025-03-25T05:09:37.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702025-03-25T05:09:37.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712025-03-25T05:09:37.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722025-03-25T05:09:37.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32732025-03-25T05:09:37.241Z
32742025-03-25T05:09:37.241Zinfo: running `cargo check --bins` on key-manager (142/199)
32752025-03-25T05:09:37.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762025-03-25T05:09:37.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772025-03-25T05:09:37.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782025-03-25T05:09:37.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32792025-03-25T05:09:37.898Z
32802025-03-25T05:09:37.898Zinfo: running `cargo check --bins` on range-requests (143/199)
32812025-03-25T05:09:38.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822025-03-25T05:09:38.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832025-03-25T05:09:38.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842025-03-25T05:09:38.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32852025-03-25T05:09:38.541Z
32862025-03-25T05:09:38.541Zinfo: running `cargo check --bins` on repo-depot-api (144/199)
32872025-03-25T05:09:39.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882025-03-25T05:09:39.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892025-03-25T05:09:39.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902025-03-25T05:09:39.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32912025-03-25T05:09:39.197Z
32922025-03-25T05:09:39.197Zinfo: running `cargo check --bins` on sled-agent-api (145/199)
32932025-03-25T05:09:39.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942025-03-25T05:09:39.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952025-03-25T05:09:39.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962025-03-25T05:09:39.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32972025-03-25T05:09:39.885Z
32982025-03-25T05:09:39.885Zinfo: running `cargo check --bins` on sled-diagnostics (146/199)
32992025-03-25T05:09:40.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002025-03-25T05:09:40.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012025-03-25T05:09:40.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022025-03-25T05:09:40.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33032025-03-25T05:09:40.517Z
33042025-03-25T05:09:40.517Zinfo: running `cargo check --bins` on sled-hardware (147/199)
33052025-03-25T05:09:41.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062025-03-25T05:09:41.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072025-03-25T05:09:41.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082025-03-25T05:09:41.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33092025-03-25T05:09:41.185Z
33102025-03-25T05:09:41.185Zinfo: running `cargo check --bins --no-default-features` on sled-storage (148/199)
33112025-03-25T05:09:41.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122025-03-25T05:09:41.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132025-03-25T05:09:41.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142025-03-25T05:09:41.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33152025-03-25T05:09:41.862Z
33162025-03-25T05:09:41.862Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199)
33172025-03-25T05:09:42.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182025-03-25T05:09:42.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192025-03-25T05:09:42.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202025-03-25T05:09:42.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33212025-03-25T05:09:42.533Z
33222025-03-25T05:09:42.533Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199)
33232025-03-25T05:09:43.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242025-03-25T05:09:43.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252025-03-25T05:09:43.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262025-03-25T05:09:43.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33272025-03-25T05:09:43.218Z
33282025-03-25T05:09:43.219Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (151/199)
33292025-03-25T05:09:43.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302025-03-25T05:09:43.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312025-03-25T05:09:43.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322025-03-25T05:09:43.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33332025-03-25T05:09:43.911Z
33342025-03-25T05:09:43.911Zinfo: running `cargo check --bins` on nexus-test-interface (152/199)
33352025-03-25T05:09:44.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362025-03-25T05:09:44.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372025-03-25T05:09:44.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382025-03-25T05:09:44.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33392025-03-25T05:09:44.602Z
33402025-03-25T05:09:44.602Zinfo: running `cargo check --bins` on oximeter-collector (153/199)
33412025-03-25T05:09:45.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422025-03-25T05:09:45.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432025-03-25T05:09:45.320Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33442025-03-25T05:09:45.320Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33452025-03-25T05:09:46.187Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33462025-03-25T05:09:48.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
33472025-03-25T05:09:48.264Z
33482025-03-25T05:09:48.264Zinfo: running `cargo check --bins` on oximeter-api (154/199)
33492025-03-25T05:09:48.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-03-25T05:09:48.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-03-25T05:09:48.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-03-25T05:09:48.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33532025-03-25T05:09:48.921Z
33542025-03-25T05:09:48.921Zinfo: running `cargo check --bins` on cert-dev (155/199)
33552025-03-25T05:09:49.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-03-25T05:09:49.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-03-25T05:09:49.556Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33582025-03-25T05:09:49.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33592025-03-25T05:09:50.002Z
33602025-03-25T05:09:50.002Zinfo: running `cargo check --bins` on clickana (156/199)
33612025-03-25T05:09:50.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-03-25T05:09:50.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-03-25T05:09:50.673Z Checking itertools v0.13.0
33642025-03-25T05:09:50.677Z Checking castaway v0.2.3
33652025-03-25T05:09:50.677Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33662025-03-25T05:09:50.677Z Checking lru v0.12.5
33672025-03-25T05:09:50.677Z Compiling instability v0.3.2
33682025-03-25T05:09:50.677Z Compiling indoc v2.0.6
33692025-03-25T05:09:50.677Z Checking cassowary v0.3.0
33702025-03-25T05:09:50.904Z Checking compact_str v0.8.0
33712025-03-25T05:09:52.401Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33722025-03-25T05:09:52.506Z Checking unicode-truncate v1.1.0
33732025-03-25T05:09:52.671Z Checking ratatui v0.29.0
33742025-03-25T05:09:54.492Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33752025-03-25T05:09:55.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
33762025-03-25T05:09:55.485Z
33772025-03-25T05:09:55.485Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (157/199)
33782025-03-25T05:09:56.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792025-03-25T05:09:56.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802025-03-25T05:09:56.194Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33812025-03-25T05:09:56.194Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33822025-03-25T05:09:57.191Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33832025-03-25T05:09:57.640Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33842025-03-25T05:09:57.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
33852025-03-25T05:09:58.190Z
33862025-03-25T05:09:58.190Zinfo: running `cargo check --bins` on ch-dev (158/199)
33872025-03-25T05:09:58.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882025-03-25T05:09:58.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892025-03-25T05:09:58.868Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33902025-03-25T05:09:59.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
33912025-03-25T05:09:59.775Z
33922025-03-25T05:09:59.775Zinfo: running `cargo check --bins` on crdb-seed (159/199)
33932025-03-25T05:10:00.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942025-03-25T05:10:00.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952025-03-25T05:10:00.443Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33962025-03-25T05:10:00.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33972025-03-25T05:10:00.985Z
33982025-03-25T05:10:00.985Zinfo: running `cargo check --bins` on db-dev (160/199)
33992025-03-25T05:10:01.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002025-03-25T05:10:01.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012025-03-25T05:10:01.663Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34022025-03-25T05:10:02.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
34032025-03-25T05:10:02.577Z
34042025-03-25T05:10:02.577Zinfo: running `cargo check --bins` on omicron-dev-lib (161/199)
34052025-03-25T05:10:03.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062025-03-25T05:10:03.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072025-03-25T05:10:03.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082025-03-25T05:10:03.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34092025-03-25T05:10:03.242Z
34102025-03-25T05:10:03.242Zinfo: running `cargo check --bins` on xtask-downloader (162/199)
34112025-03-25T05:10:03.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122025-03-25T05:10:03.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132025-03-25T05:10:03.871Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34142025-03-25T05:10:04.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
34152025-03-25T05:10:04.866Z
34162025-03-25T05:10:04.866Zinfo: running `cargo check --bins` on omicron-ls-apis (163/199)
34172025-03-25T05:10:05.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182025-03-25T05:10:05.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192025-03-25T05:10:05.500Z Checking cargo-platform v0.1.8
34202025-03-25T05:10:05.780Z Checking cargo_metadata v0.19.2
34212025-03-25T05:10:06.752Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34222025-03-25T05:10:07.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
34232025-03-25T05:10:07.728Z
34242025-03-25T05:10:07.728Zinfo: running `cargo check --bins` on mgs-dev (164/199)
34252025-03-25T05:10:08.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262025-03-25T05:10:08.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272025-03-25T05:10:08.476Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34282025-03-25T05:10:09.901Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34292025-03-25T05:10:10.441Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34302025-03-25T05:10:10.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34312025-03-25T05:10:11.167Z
34322025-03-25T05:10:11.167Zinfo: running `cargo check --bins` on omicron-omdb (165/199)
34332025-03-25T05:10:11.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342025-03-25T05:10:11.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352025-03-25T05:10:11.975Z Compiling crunchy v0.2.2
34362025-03-25T05:10:11.978Z Compiling tiny-keccak v2.0.2
34372025-03-25T05:10:11.978Z Compiling dsl_auto_type v0.1.2
34382025-03-25T05:10:11.978Z Checking scheduled-thread-pool v0.2.7
34392025-03-25T05:10:11.978Z Compiling diesel_table_macro_syntax v0.2.0
34402025-03-25T05:10:12.096Z Compiling bit-vec v0.6.3
34412025-03-25T05:10:12.155Z Compiling ascii-canvas v3.0.0
34422025-03-25T05:10:12.159Z Compiling ena v0.14.3
34432025-03-25T05:10:12.321Z Checking r2d2 v0.8.10
34442025-03-25T05:10:12.418Z Compiling regex-syntax v0.6.29
34452025-03-25T05:10:12.479Z Compiling bit-set v0.5.3
34462025-03-25T05:10:12.516Z Compiling diff v0.1.13
34472025-03-25T05:10:12.552Z Compiling bindgen v0.71.1
34482025-03-25T05:10:12.619Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34492025-03-25T05:10:12.639Z Compiling ref-cast v1.0.23
34502025-03-25T05:10:12.724Z Compiling rustc-hash v2.1.1
34512025-03-25T05:10:12.836Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34522025-03-25T05:10:12.925Z Compiling derive_builder_core v0.20.2
34532025-03-25T05:10:13.058Z Compiling libxml v0.3.3
34542025-03-25T05:10:13.147Z Compiling ref-cast-impl v1.0.23
34552025-03-25T05:10:13.200Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34562025-03-25T05:10:13.362Z Compiling diesel_derives v2.2.3
34572025-03-25T05:10:13.456Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34582025-03-25T05:10:13.482Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34592025-03-25T05:10:13.672Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34602025-03-25T05:10:13.795Z Compiling strum_macros v0.24.3
34612025-03-25T05:10:14.038Z Compiling indoc v1.0.9
34622025-03-25T05:10:14.892Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34632025-03-25T05:10:15.012Z Compiling derive_builder_macro v0.20.2
34642025-03-25T05:10:15.203Z Compiling impl-trait-for-tuples v0.2.2
34652025-03-25T05:10:15.924Z Compiling lalrpop v0.19.12
34662025-03-25T05:10:15.944Z Checking derive_builder v0.20.2
34672025-03-25T05:10:16.124Z Compiling oso-derive v0.27.3
34682025-03-25T05:10:16.353Z Checking quick-xml v0.37.2
34692025-03-25T05:10:16.957Z Compiling diesel-dtrace v0.4.2
34702025-03-25T05:10:17.113Z Checking maplit v1.0.2
34712025-03-25T05:10:17.281Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34722025-03-25T05:10:17.374Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34732025-03-25T05:10:17.493Z Checking bb8 v0.8.5
34742025-03-25T05:10:17.738Z Checking io-lifetimes v1.0.11
34752025-03-25T05:10:17.939Z Checking rustix v0.37.28
34762025-03-25T05:10:18.020Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34772025-03-25T05:10:18.346Z Checking rand_seeder v0.3.0
34782025-03-25T05:10:18.401Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34792025-03-25T05:10:18.591Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34802025-03-25T05:10:18.793Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34812025-03-25T05:10:18.813Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34822025-03-25T05:10:18.946Z Checking terminal_size v0.2.6
34832025-03-25T05:10:19.107Z Checking is_ci v1.2.0
34842025-03-25T05:10:19.143Z Checking smawk v0.3.2
34852025-03-25T05:10:19.261Z Checking unicode-linebreak v0.1.5
34862025-03-25T05:10:19.364Z Checking supports-color v3.0.2
34872025-03-25T05:10:19.596Z Checking multimap v0.10.0
34882025-03-25T05:10:19.697Z Checking textwrap v0.16.1
34892025-03-25T05:10:20.975Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34902025-03-25T05:10:21.922Z Checking diesel v2.2.8
34912025-03-25T05:10:37.339Z Compiling samael v0.0.18
34922025-03-25T05:10:54.479Z Checking async-bb8-diesel v0.2.1
34932025-03-25T05:10:55.653Z Compiling polar-core v0.27.3
34942025-03-25T05:11:02.689Z Checking oso v0.27.3
34952025-03-25T05:12:01.652Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34962025-03-25T05:12:08.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34972025-03-25T05:12:08.519Z
34982025-03-25T05:12:08.519Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199)
34992025-03-25T05:12:09.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002025-03-25T05:12:09.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012025-03-25T05:12:09.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022025-03-25T05:12:09.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35032025-03-25T05:12:09.219Z
35042025-03-25T05:12:09.219Zinfo: running `cargo check --bins` on nexus-saga-recovery (167/199)
35052025-03-25T05:12:09.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062025-03-25T05:12:09.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072025-03-25T05:12:09.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082025-03-25T05:12:09.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35092025-03-25T05:12:09.915Z
35102025-03-25T05:12:09.915Zinfo: running `cargo check --bins` on nexus-test-utils-macros (168/199)
35112025-03-25T05:12:10.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122025-03-25T05:12:10.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132025-03-25T05:12:10.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142025-03-25T05:12:10.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35152025-03-25T05:12:10.541Z
35162025-03-25T05:12:10.541Zinfo: running `cargo check --bins` on omicron-nexus (169/199)
35172025-03-25T05:12:11.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182025-03-25T05:12:11.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192025-03-25T05:12:11.361Z Compiling libz-sys v1.1.20
35202025-03-25T05:12:11.364Z Compiling libgit2-sys v0.17.0+1.8.1
35212025-03-25T05:12:11.495Z Compiling vergen v8.3.2
35222025-03-25T05:12:11.499Z Compiling cargo-platform v0.1.8
35232025-03-25T05:12:11.499Z Compiling pin-project-internal v1.1.6
35242025-03-25T05:12:11.538Z Compiling snafu-derive v0.8.5
35252025-03-25T05:12:11.542Z Compiling rustls v0.21.12
35262025-03-25T05:12:11.573Z Checking globset v0.4.15
35272025-03-25T05:12:11.797Z Compiling cargo_metadata v0.18.1
35282025-03-25T05:12:11.862Z Checking olpc-cjson v0.1.4
35292025-03-25T05:12:11.991Z Checking rustls-webpki v0.101.7
35302025-03-25T05:12:12.050Z Checking sct v0.7.1
35312025-03-25T05:12:12.096Z Checking serde_plain v1.0.2
35322025-03-25T05:12:12.218Z Checking typed-path v0.9.3
35332025-03-25T05:12:12.367Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35342025-03-25T05:12:12.438Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35352025-03-25T05:12:12.685Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35362025-03-25T05:12:12.742Z Checking parse-size v1.1.0
35372025-03-25T05:12:12.991Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35382025-03-25T05:12:13.041Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35392025-03-25T05:12:13.904Z Checking rustls-pemfile v1.0.4
35402025-03-25T05:12:13.998Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35412025-03-25T05:12:14.046Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35422025-03-25T05:12:14.098Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35432025-03-25T05:12:14.101Z Checking pin-project v1.1.6
35442025-03-25T05:12:14.223Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35452025-03-25T05:12:14.409Z Checking twox-hash v2.1.0
35462025-03-25T05:12:14.574Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35472025-03-25T05:12:14.689Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35482025-03-25T05:12:14.966Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35492025-03-25T05:12:15.425Z Checking tokio-rustls v0.24.1
35502025-03-25T05:12:15.804Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35512025-03-25T05:12:15.983Z Checking snafu v0.8.5
35522025-03-25T05:12:16.312Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35532025-03-25T05:12:16.420Z Checking tough v0.19.0
35542025-03-25T05:12:16.423Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35552025-03-25T05:12:16.632Z Checking fatfs v0.3.6
35562025-03-25T05:12:16.692Z Checking assert_matches v1.5.0
35572025-03-25T05:12:20.270Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
35582025-03-25T05:12:21.413Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35592025-03-25T05:12:23.204Z Compiling git2 v0.19.0
35602025-03-25T05:12:27.107Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35612025-03-25T05:13:25.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
35622025-03-25T05:13:25.669Z
35632025-03-25T05:13:25.669Zinfo: running `cargo check --bins` on nexus-external-api (170/199)
35642025-03-25T05:13:26.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652025-03-25T05:13:26.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662025-03-25T05:13:26.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672025-03-25T05:13:26.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
35682025-03-25T05:13:26.398Z
35692025-03-25T05:13:26.398Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35702025-03-25T05:13:26.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712025-03-25T05:13:26.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722025-03-25T05:13:26.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732025-03-25T05:13:27.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35742025-03-25T05:13:27.080Z
35752025-03-25T05:13:27.080Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35762025-03-25T05:13:27.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772025-03-25T05:13:27.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782025-03-25T05:13:27.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792025-03-25T05:13:27.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35802025-03-25T05:13:27.785Z
35812025-03-25T05:13:27.785Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35822025-03-25T05:13:28.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832025-03-25T05:13:28.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842025-03-25T05:13:28.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852025-03-25T05:13:28.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35862025-03-25T05:13:28.498Z
35872025-03-25T05:13:28.498Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35882025-03-25T05:13:29.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892025-03-25T05:13:29.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902025-03-25T05:13:29.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912025-03-25T05:13:29.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35922025-03-25T05:13:29.200Z
35932025-03-25T05:13:29.200Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35942025-03-25T05:13:29.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952025-03-25T05:13:29.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962025-03-25T05:13:29.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972025-03-25T05:13:29.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35982025-03-25T05:13:29.899Z
35992025-03-25T05:13:29.899Zinfo: running `cargo check --bins` on update-common (176/199)
36002025-03-25T05:13:30.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012025-03-25T05:13:30.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022025-03-25T05:13:30.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032025-03-25T05:13:30.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36042025-03-25T05:13:30.569Z
36052025-03-25T05:13:30.569Zinfo: running `cargo check --bins` on omicron-dev (177/199)
36062025-03-25T05:13:31.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072025-03-25T05:13:31.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082025-03-25T05:13:31.456Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36092025-03-25T05:13:31.460Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36102025-03-25T05:13:31.602Z Checking diff v0.1.13
36112025-03-25T05:13:31.602Z Checking yansi v1.0.1
36122025-03-25T05:13:31.605Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36132025-03-25T05:13:31.605Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36142025-03-25T05:13:32.064Z Checking pretty_assertions v1.4.1
36152025-03-25T05:13:32.636Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36162025-03-25T05:13:59.118Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36172025-03-25T05:13:59.118Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36182025-03-25T05:13:59.121Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36192025-03-25T05:13:59.121Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36202025-03-25T05:13:59.121Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36212025-03-25T05:13:59.121Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36222025-03-25T05:14:00.024Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36232025-03-25T05:14:01.178Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36242025-03-25T05:14:42.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
36252025-03-25T05:14:42.604Z
36262025-03-25T05:14:42.604Zinfo: running `cargo check --bins` on openapi-manager (178/199)
36272025-03-25T05:14:43.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282025-03-25T05:14:43.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292025-03-25T05:14:43.336Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36302025-03-25T05:14:43.339Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36312025-03-25T05:14:43.340Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36322025-03-25T05:14:43.471Z Compiling proc-macro-error-attr2 v2.0.0
36332025-03-25T05:14:43.483Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36342025-03-25T05:14:43.486Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36352025-03-25T05:14:43.510Z Checking papergrid v0.14.0
36362025-03-25T05:14:43.513Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36372025-03-25T05:14:43.715Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36382025-03-25T05:14:43.804Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36392025-03-25T05:14:44.107Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36402025-03-25T05:14:44.186Z Compiling proc-macro-error2 v2.0.1
36412025-03-25T05:14:44.814Z Compiling tabled_derive v0.10.0
36422025-03-25T05:14:44.907Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
36432025-03-25T05:14:45.231Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36442025-03-25T05:14:45.247Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36452025-03-25T05:14:45.250Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36462025-03-25T05:14:45.698Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36472025-03-25T05:14:46.237Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36482025-03-25T05:14:46.255Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36492025-03-25T05:14:46.646Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36502025-03-25T05:14:47.187Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36512025-03-25T05:14:47.260Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36522025-03-25T05:14:47.372Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36532025-03-25T05:14:47.422Z Checking tabled v0.18.0
36542025-03-25T05:14:47.646Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36552025-03-25T05:14:47.795Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36562025-03-25T05:14:48.007Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36572025-03-25T05:14:49.494Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36582025-03-25T05:14:49.498Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36592025-03-25T05:14:52.609Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36602025-03-25T05:14:54.143Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36612025-03-25T05:14:58.295Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36622025-03-25T05:14:58.295Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36632025-03-25T05:14:59.532Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36642025-03-25T05:15:00.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.31s
36652025-03-25T05:15:01.121Z
36662025-03-25T05:15:01.121Zinfo: running `cargo check --bins` on installinator-api (179/199)
36672025-03-25T05:15:01.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682025-03-25T05:15:01.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692025-03-25T05:15:01.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702025-03-25T05:15:01.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36712025-03-25T05:15:01.794Z
36722025-03-25T05:15:01.794Zinfo: running `cargo check --bins` on wicketd-api (180/199)
36732025-03-25T05:15:02.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742025-03-25T05:15:02.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752025-03-25T05:15:02.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762025-03-25T05:15:02.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36772025-03-25T05:15:02.474Z
36782025-03-25T05:15:02.474Zinfo: running `cargo check --bins` on omicron-pins (181/199)
36792025-03-25T05:15:03.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802025-03-25T05:15:03.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812025-03-25T05:15:03.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822025-03-25T05:15:03.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36832025-03-25T05:15:03.106Z
36842025-03-25T05:15:03.106Zinfo: running `cargo check --bins` on reconfigurator-cli (182/199)
36852025-03-25T05:15:03.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862025-03-25T05:15:03.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872025-03-25T05:15:03.831Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36882025-03-25T05:15:03.831Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36892025-03-25T05:15:03.834Z Compiling petname v2.0.2
36902025-03-25T05:15:03.834Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36912025-03-25T05:15:03.834Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36922025-03-25T05:15:03.834Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36932025-03-25T05:15:03.963Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36942025-03-25T05:15:03.988Z Checking sync-ptr v0.1.1
36952025-03-25T05:15:08.920Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36962025-03-25T05:15:09.524Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36972025-03-25T05:15:10.690Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36982025-03-25T05:15:12.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
36992025-03-25T05:15:12.430Z
37002025-03-25T05:15:12.430Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/199)
37012025-03-25T05:15:13.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022025-03-25T05:15:13.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032025-03-25T05:15:13.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042025-03-25T05:15:13.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
37052025-03-25T05:15:13.128Z
37062025-03-25T05:15:13.128Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (184/199)
37072025-03-25T05:15:13.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082025-03-25T05:15:13.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092025-03-25T05:15:13.879Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
37102025-03-25T05:15:14.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
37112025-03-25T05:15:15.015Z
37122025-03-25T05:15:15.015Zinfo: running `cargo check --bins` on omicron-releng (185/199)
37132025-03-25T05:15:15.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142025-03-25T05:15:15.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152025-03-25T05:15:15.681Z Checking memmap2 v0.9.5
37162025-03-25T05:15:15.681Z Checking arrayvec v0.7.6
37172025-03-25T05:15:15.685Z Checking arrayref v0.3.9
37182025-03-25T05:15:15.685Z Checking constant_time_eq v0.3.1
37192025-03-25T05:15:15.685Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
37202025-03-25T05:15:15.685Z Checking topological-sort v0.2.2
37212025-03-25T05:15:15.790Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37222025-03-25T05:15:15.793Z Checking shell-words v1.1.0
37232025-03-25T05:15:16.070Z Checking blake3 v1.5.4
37242025-03-25T05:15:16.218Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
37252025-03-25T05:15:16.412Z Checking omicron-zone-package v0.12.0
37262025-03-25T05:15:17.558Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37272025-03-25T05:15:18.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
37282025-03-25T05:15:18.552Z
37292025-03-25T05:15:18.552Zinfo: running `cargo check --bins` on xtask (186/199)
37302025-03-25T05:15:18.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312025-03-25T05:15:18.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322025-03-25T05:15:19.002Z Checking bitflags v2.6.0
37332025-03-25T05:15:19.006Z Checking serde v1.0.218
37342025-03-25T05:15:19.006Z Checking thiserror v1.0.69
37352025-03-25T05:15:19.096Z Checking scroll v0.12.0
37362025-03-25T05:15:19.100Z Checking log v0.4.22
37372025-03-25T05:15:19.114Z Checking hashbrown v0.15.1
37382025-03-25T05:15:19.117Z Checking zerocopy v0.7.35
37392025-03-25T05:15:19.138Z Checking syn v2.0.98
37402025-03-25T05:15:19.199Z Checking pest v2.7.14
37412025-03-25T05:15:19.338Z Checking rustix v0.38.37
37422025-03-25T05:15:19.352Z Checking once_cell v1.20.3
37432025-03-25T05:15:19.536Z Checking goblin v0.8.2
37442025-03-25T05:15:19.649Z Checking thiserror v2.0.12
37452025-03-25T05:15:19.807Z Checking fs-err v2.11.0
37462025-03-25T05:15:20.060Z Checking indexmap v2.7.1
37472025-03-25T05:15:20.105Z Checking anyhow v1.0.97
37482025-03-25T05:15:20.281Z Checking tabled v0.15.0
37492025-03-25T05:15:21.134Z Checking terminal_size v0.4.0
37502025-03-25T05:15:21.134Z Checking tempfile v3.13.0
37512025-03-25T05:15:21.291Z Checking clap_builder v4.5.32
37522025-03-25T05:15:21.653Z Checking dtrace-parser v0.2.0
37532025-03-25T05:15:22.767Z Checking serde_json v1.0.139
37542025-03-25T05:15:22.767Z Checking toml_datetime v0.6.8
37552025-03-25T05:15:22.771Z Checking serde_spanned v0.6.8
37562025-03-25T05:15:22.771Z Checking camino v1.1.9
37572025-03-25T05:15:22.839Z Checking semver v1.0.25
37582025-03-25T05:15:23.003Z Checking cargo-platform v0.1.8
37592025-03-25T05:15:23.113Z Checking toml_edit v0.22.24
37602025-03-25T05:15:23.258Z Checking macaddr v1.0.1
37612025-03-25T05:15:23.307Z Checking camino-tempfile v1.1.1
37622025-03-25T05:15:23.690Z Checking clap v4.5.32
37632025-03-25T05:15:23.998Z Checking dof v0.3.0
37642025-03-25T05:15:23.998Z Checking cargo_metadata v0.19.2
37652025-03-25T05:15:24.390Z Checking usdt-impl v0.5.0
37662025-03-25T05:15:24.734Z Checking usdt v0.5.0
37672025-03-25T05:15:24.974Z Checking toml v0.8.20
37682025-03-25T05:15:25.405Z Checking cargo_toml v0.21.0
37692025-03-25T05:15:26.522Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37702025-03-25T05:15:27.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s
37712025-03-25T05:15:27.253Z
37722025-03-25T05:15:27.253Zinfo: running `cargo check --bins` on end-to-end-tests (187/199)
37732025-03-25T05:15:27.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742025-03-25T05:15:27.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752025-03-25T05:15:28.037Z Checking polyval v0.6.2
37762025-03-25T05:15:28.155Z Checking ctr v0.9.2
37772025-03-25T05:15:28.166Z Checking ssh-encoding v0.2.0
37782025-03-25T05:15:28.169Z Checking blowfish v0.9.1
37792025-03-25T05:15:28.191Z Checking password-hash v0.4.2
37802025-03-25T05:15:28.202Z Checking p521 v0.13.3
37812025-03-25T05:15:28.206Z Checking p256 v0.13.2
37822025-03-25T05:15:28.235Z Checking russh-cryptovec v0.7.3
37832025-03-25T05:15:28.389Z Checking ghash v0.5.1
37842025-03-25T05:15:28.408Z Checking bcrypt-pbkdf v0.10.0
37852025-03-25T05:15:28.412Z Checking md5 v0.7.0
37862025-03-25T05:15:28.452Z Checking num-bigint v0.4.6
37872025-03-25T05:15:28.452Z Checking des v0.8.1
37882025-03-25T05:15:28.559Z Checking aes-gcm v0.10.3
37892025-03-25T05:15:28.577Z Checking pbkdf2 v0.11.0
37902025-03-25T05:15:28.654Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37912025-03-25T05:15:28.682Z Checking hex-literal v0.4.1
37922025-03-25T05:15:28.714Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37932025-03-25T05:15:28.740Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37942025-03-25T05:15:28.790Z Checking ssh-cipher v0.2.0
37952025-03-25T05:15:28.825Z Checking internet-checksum v0.2.1
37962025-03-25T05:15:29.075Z Checking ssh-key v0.6.6
37972025-03-25T05:15:29.285Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37982025-03-25T05:15:30.123Z Checking russh-keys v0.45.0
37992025-03-25T05:15:30.964Z Checking russh v0.45.0
38002025-03-25T05:15:49.121Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38012025-03-25T05:15:50.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.19s
38022025-03-25T05:15:50.666Z
38032025-03-25T05:15:50.666Zinfo: running `cargo check --bins` on gateway-cli (188/199)
38042025-03-25T05:15:51.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052025-03-25T05:15:51.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062025-03-25T05:15:51.333Z Checking termios v0.3.3
38072025-03-25T05:15:51.667Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38082025-03-25T05:15:52.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
38092025-03-25T05:15:52.536Z
38102025-03-25T05:15:52.536Zinfo: running `cargo check --bins --no-default-features` on installinator (189/199)
38112025-03-25T05:15:53.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122025-03-25T05:15:53.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132025-03-25T05:15:53.260Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38142025-03-25T05:15:53.260Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38152025-03-25T05:15:53.263Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38162025-03-25T05:15:53.263Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38172025-03-25T05:15:54.256Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38182025-03-25T05:15:55.497Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38192025-03-25T05:15:57.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
38202025-03-25T05:15:57.460Z
38212025-03-25T05:15:57.460Zinfo: running `cargo check --bins` on internal-dns-cli (190/199)
38222025-03-25T05:15:58.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232025-03-25T05:15:58.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242025-03-25T05:15:58.128Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38252025-03-25T05:15:58.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
38262025-03-25T05:15:58.775Z
38272025-03-25T05:15:58.775Zinfo: running `cargo check --bins` on omicron-live-tests (191/199)
38282025-03-25T05:15:59.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292025-03-25T05:15:59.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302025-03-25T05:15:59.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312025-03-25T05:15:59.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38322025-03-25T05:15:59.404Z
38332025-03-25T05:15:59.404Zinfo: running `cargo check --bins` on live-tests-macros (192/199)
38342025-03-25T05:15:59.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352025-03-25T05:15:59.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362025-03-25T05:15:59.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372025-03-25T05:15:59.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38382025-03-25T05:16:00.046Z
38392025-03-25T05:16:00.046Zinfo: running `cargo check --bins` on nexus-mgs-updates (193/199)
38402025-03-25T05:16:00.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412025-03-25T05:16:00.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422025-03-25T05:16:00.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432025-03-25T05:16:00.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38442025-03-25T05:16:00.683Z
38452025-03-25T05:16:00.683Zinfo: running `cargo check --bins` on omicron-package (194/199)
38462025-03-25T05:16:01.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472025-03-25T05:16:01.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482025-03-25T05:16:01.373Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38492025-03-25T05:16:02.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
38502025-03-25T05:16:02.904Z
38512025-03-25T05:16:02.905Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
38522025-03-25T05:16:03.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532025-03-25T05:16:03.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542025-03-25T05:16:03.625Z Checking rtoolbox v0.0.2
38552025-03-25T05:16:03.628Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38562025-03-25T05:16:03.629Z Checking tui-tree-widget v0.23.0
38572025-03-25T05:16:03.878Z Checking rpassword v7.3.1
38582025-03-25T05:16:08.310Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38592025-03-25T05:16:11.093Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38602025-03-25T05:16:12.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s
38612025-03-25T05:16:12.432Z
38622025-03-25T05:16:12.432Zinfo: running `cargo check --bins` on wicket (196/199)
38632025-03-25T05:16:13.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642025-03-25T05:16:13.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652025-03-25T05:16:13.156Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38662025-03-25T05:16:13.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
38672025-03-25T05:16:13.774Z
38682025-03-25T05:16:13.774Zinfo: running `cargo check --bins` on wicketd (197/199)
38692025-03-25T05:16:14.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702025-03-25T05:16:14.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712025-03-25T05:16:14.505Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38722025-03-25T05:16:14.509Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38732025-03-25T05:16:15.328Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38742025-03-25T05:16:19.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
38752025-03-25T05:16:19.316Z
38762025-03-25T05:16:19.316Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38772025-03-25T05:16:19.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782025-03-25T05:16:19.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792025-03-25T05:16:19.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802025-03-25T05:16:19.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38812025-03-25T05:16:19.952Z
38822025-03-25T05:16:19.952Zinfo: running `cargo check --bins` on zone-setup (199/199)
38832025-03-25T05:16:20.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842025-03-25T05:16:20.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852025-03-25T05:16:20.646Z Checking uzers v0.12.1
38862025-03-25T05:16:20.993Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38872025-03-25T05:16:21.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
38882025-03-25T05:16:22.152Z
38892025-03-25T05:16:22.152Zreal 13:41.566736610
38902025-03-25T05:16:22.152Zuser 27:56.469404055
38912025-03-25T05:16:22.152Zsys 4:17.504217033
38922025-03-25T05:16:22.153Ztrap 0.573485683
38932025-03-25T05:16:22.153Ztflt 0.469284901
38942025-03-25T05:16:22.153Zdflt 1.547579891
38952025-03-25T05:16:22.153Zkflt 0.001053810
38962025-03-25T05:16:22.156Zlock 47:53.635360768
38972025-03-25T05:16:22.156Zslp 2:13:51.893134235
38982025-03-25T05:16:22.156Zlat 1:09.489789411
38992025-03-25T05:16:22.156Zstop 3:50.197494308
39002025-03-25T05:16:22.156Zprocess exited: duration 1121216 ms, exit code 0
 
39012025-03-25T05:16:22.165Zfound 0 output files