01JSDMAK66VX9ES4PF1CM530DN: 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: 01JSDMB0MZ9TD9K4Z7AK2QX1P1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-04-22T02:14:12.734Zjob assigned to worker 01JSDMB538YRVYHTB49AH3JPVH [factory aws, i-0e6f11debf4e11f44] (queued for 48 s)
 
22025-04-22T02:14:20.673Zstarting task 0: "setup"
32025-04-22T02:14:20.680Z++ uname -s
42025-04-22T02:14:20.683Z+ kern=SunOS
52025-04-22T02:14:20.683Z+ build_user=build
62025-04-22T02:14:20.683Z+ build_uid=12345
72025-04-22T02:14:20.683Z+ work_dir=/work
82025-04-22T02:14:20.683Z+ input_dir=/input
92025-04-22T02:14:20.683Z+ [[ 0 == 12345 ]]
102025-04-22T02:14:20.683Z+ case "$kern" in
112025-04-22T02:14:20.683Z+ groupadd -g 12345 build
122025-04-22T02:14:20.686Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-04-22T02:14:22.692Z+ zfs create -o mountpoint=/work rpool/work
142025-04-22T02:14:22.816Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-04-22T02:14:22.819Z+ home_fs=zfs
162025-04-22T02:14:22.819Z+ [[ zfs == autofs ]]
172025-04-22T02:14:22.819Z+ mkdir -p /home/build
182025-04-22T02:14:22.822Z+ chown build:build /home/build /work
192025-04-22T02:14:24.822Z+ chmod 0700 /home/build /work
202025-04-22T02:14:24.825Zprocess exited: duration 4151 ms, exit code 0
 
212025-04-22T02:14:24.831Zstarting task 1: "rust-toolchain"
222025-04-22T02:14:24.836Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-04-22T02:14:24.836Z * rust toolchain channel = "1.86.0"
242025-04-22T02:14:24.836Z * rust toolchain profile = "default"
252025-04-22T02:14:24.836Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-04-22T02:14:24.836Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-04-22T02:14:24.836Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-04-22T02:14:24.839Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-04-22T02:14:24.839Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-04-22T02:14:24.949Zinfo: downloading installer
312025-04-22T02:14:26.361Zwarn: It looks like you have an existing installation of Rust at:
322025-04-22T02:14:26.361Zwarn: /opt/ooce/bin
332025-04-22T02:14:26.361Zwarn: It is recommended that rustup be the primary Rust installation.
342025-04-22T02:14:26.361Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-04-22T02:14:26.361Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-04-22T02:14:26.361Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-04-22T02:14:26.361Zwarn: or pass `-y' to ignore all ignorable checks.
382025-04-22T02:14:26.361Zerror: cannot install while Rust is installed
392025-04-22T02:14:26.361Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-04-22T02:14:26.373Zinfo: profile set to 'default'
412025-04-22T02:14:26.373Zinfo: default host triple is x86_64-unknown-illumos
422025-04-22T02:14:26.376Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-04-22T02:14:26.536Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-04-22T02:14:26.536Zinfo: downloading component 'cargo'
452025-04-22T02:14:27.292Zinfo: downloading component 'clippy'
462025-04-22T02:14:27.730Zinfo: downloading component 'rust-docs'
472025-04-22T02:14:29.056Zinfo: downloading component 'rust-std'
482025-04-22T02:14:30.907Zinfo: downloading component 'rustc'
492025-04-22T02:14:36.909Zinfo: downloading component 'rustfmt'
502025-04-22T02:14:37.605Zinfo: installing component 'cargo'
512025-04-22T02:14:38.444Zinfo: installing component 'clippy'
522025-04-22T02:14:38.830Zinfo: installing component 'rust-docs'
532025-04-22T02:14:40.703Zinfo: installing component 'rust-std'
542025-04-22T02:14:42.419Zinfo: installing component 'rustc'
552025-04-22T02:14:48.672Zinfo: installing component 'rustfmt'
562025-04-22T02:14:49.001Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-04-22T02:14:49.001Z
582025-04-22T02:14:49.412Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-04-22T02:14:49.412Z
602025-04-22T02:14:49.420Z
612025-04-22T02:14:49.420ZRust is installed now. Great!
622025-04-22T02:14:49.420Z
632025-04-22T02:14:49.420ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-04-22T02:14:49.420Zenvironment variable. This has not been done automatically.
652025-04-22T02:14:49.420Z
662025-04-22T02:14:49.420ZTo configure your current shell, you need to source
672025-04-22T02:14:49.420Zthe corresponding env file under $HOME/.cargo.
682025-04-22T02:14:49.420Z
692025-04-22T02:14:49.420ZThis is usually done by running one of the following (note the leading DOT):
702025-04-22T02:14:49.420Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-04-22T02:14:49.420Zsource "$HOME/.cargo/env.fish" # For fish
722025-04-22T02:14:49.420Zsource "$HOME/.cargo/env.nu" # For nushell
732025-04-22T02:14:49.490Z+ rustup --version
742025-04-22T02:14:49.501Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-04-22T02:14:49.501Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-04-22T02:14:49.529Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-04-22T02:14:49.532Z+ cargo --version
782025-04-22T02:14:49.551Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-04-22T02:14:49.554Z+ rustc --version
802025-04-22T02:14:49.580Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-04-22T02:14:49.583Zprocess exited: duration 24748 ms, exit code 0
 
822025-04-22T02:14:49.591Zstarting task 2: "authentication"
832025-04-22T02:14:49.609Zprocess exited: duration 20 ms, exit code 0
 
842025-04-22T02:14:49.617Zstarting task 3: "clone repository"
852025-04-22T02:14:49.620Z+ mkdir -p /work/oxidecomputer/omicron
862025-04-22T02:14:49.623Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-04-22T02:14:49.661ZCloning into '/work/oxidecomputer/omicron'...
882025-04-22T02:14:57.601Z+ cd /work/oxidecomputer/omicron
892025-04-22T02:14:57.601Z+ git fetch origin 95442799d62e0ed61e2c0c34a6004969f2dff267
902025-04-22T02:14:57.899ZFrom https://github.com/oxidecomputer/omicron
912025-04-22T02:14:57.899Z * branch 95442799d62e0ed61e2c0c34a6004969f2dff267 -> FETCH_HEAD
922025-04-22T02:14:57.909Z+ [[ -n dap/sp-blueprint-simplify ]]
932025-04-22T02:14:57.913Z++ git branch --show-current
942025-04-22T02:14:57.916Z+ current=main
952025-04-22T02:14:57.916Z+ [[ main != dap/sp-blueprint-simplify ]]
962025-04-22T02:14:57.916Z+ git branch -f dap/sp-blueprint-simplify 95442799d62e0ed61e2c0c34a6004969f2dff267
972025-04-22T02:14:57.918Z+ git checkout -f dap/sp-blueprint-simplify
982025-04-22T02:14:58.113ZSwitched to branch 'dap/sp-blueprint-simplify'
992025-04-22T02:14:58.116Z+ git reset --hard 95442799d62e0ed61e2c0c34a6004969f2dff267
1002025-04-22T02:14:58.308ZHEAD is now at 95442799d fix openapi spec
1012025-04-22T02:14:58.311Zprocess exited: duration 8693 ms, exit code 0
 
1022025-04-22T02:14:58.317Zstarting task 4: "build"
1032025-04-22T02:14:58.323Z+ source .github/buildomat/ci-env.sh
1042025-04-22T02:14:58.326Z++ export CARGO_TERM_COLOR=always
1052025-04-22T02:14:58.326Z++ CARGO_TERM_COLOR=always
1062025-04-22T02:14:58.326Z+ cargo --version
1072025-04-22T02:14:58.378Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1082025-04-22T02:14:58.381Z+ rustc --version
1092025-04-22T02:14:58.450Zrustc 1.86.0 (05f9846f8 2025-03-31)
1102025-04-22T02:14:58.453Z+ source ./env.sh
1112025-04-22T02:14:58.453Z++ OLD_SHELL_OPTS=ehxB
1122025-04-22T02:14:58.453Z++ set -o xtrace
1132025-04-22T02:14:58.457Z++++ dirname ./env.sh
1142025-04-22T02:14:58.459Z+++ readlink -f .
1152025-04-22T02:14:58.463Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-04-22T02:14:58.463Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-04-22T02:14:58.463Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-04-22T02:14:58.463Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-04-22T02:14:58.463Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-04-22T02:14:58.463Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-04-22T02:14:58.463Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-04-22T02:14:58.463Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-04-22T02:14:58.463Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242025-04-22T02:14:58.463Z++ case $OLD_SHELL_OPTS in
1252025-04-22T02:14:58.463Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-04-22T02:14:58.463Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-04-22T02:14:58.463Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282025-04-22T02:14:58.463Z+ banner prerequisites
1292025-04-22T02:14:58.463Z
1302025-04-22T02:14:58.463Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-04-22T02:14:58.463Z # # # # # # # # # # # # # # #
1322025-04-22T02:14:58.463Z # # # # ##### # # ##### # # # # # #### #
1332025-04-22T02:14:58.463Z ##### ##### # ##### # # # # # # # # #
1342025-04-22T02:14:58.463Z # # # # # # # # # # # # # # #
1352025-04-22T02:14:58.463Z # # # ###### # # ###### ### # #### # #### #
1362025-04-22T02:14:58.463Z
1372025-04-22T02:14:58.463Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-04-22T02:14:59.988Zpkg list: illegal option -- F
1392025-04-22T02:14:59.988ZUsage:
1402025-04-22T02:14:59.991Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1412025-04-22T02:14:59.991Z [pkg_fmri_pattern ...]
1422025-04-22T02:15:00.822Zpkg list: illegal option -- F
1432025-04-22T02:15:00.823ZUsage:
1442025-04-22T02:15:00.823Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1452025-04-22T02:15:00.823Z [pkg_fmri_pattern ...]
1462025-04-22T02:15:08.505Z Startup: Refreshing catalog 'helios-dev' ... Done
1472025-04-22T02:15:13.632Z Startup: Caching catalogs ... Done
1482025-04-22T02:15:31.608ZPlanning: Solver setup ... Done (16.938s)
1492025-04-22T02:15:31.796ZPlanning: Running solver ... Done (0.189s)
1502025-04-22T02:15:31.942ZPlanning: Finding local manifests ... Done (0.006s)
1512025-04-22T02:15:31.957ZPlanning: Fetching manifests: 0/7 0% complete
1522025-04-22T02:15:32.579ZPlanning: Fetching manifests: 7/7 100% complete
1532025-04-22T02:15:32.686ZPlanning: Package planning ... Done (0.106s)
1542025-04-22T02:15:32.741ZPlanning: Merging actions ... Done (0.054s)
1552025-04-22T02:15:32.932ZPlanning: Checking for conflicting actions ... Done (0.191s)
1562025-04-22T02:15:34.864ZPlanning: Consolidating action changes ... Done (1.932s)
1572025-04-22T02:15:35.278ZPlanning: Evaluating mediators ... Done (0.413s)
1582025-04-22T02:15:35.357ZPlanning: Planning completed in 21.62 seconds
1592025-04-22T02:15:35.373Z Packages to install: 4
1602025-04-22T02:15:35.373Z Packages to update: 3
1612025-04-22T02:15:35.373Z Mediators to change: 2
1622025-04-22T02:15:35.373Z Services to change: 1
1632025-04-22T02:15:35.376Z Estimated space available: 155.56 GB
1642025-04-22T02:15:35.376ZEstimated space to be consumed: 1.69 GB
1652025-04-22T02:15:35.376Z Create boot environment: No
1662025-04-22T02:15:35.376ZCreate backup boot environment: Yes
1672025-04-22T02:15:35.376Z Rebuild boot archive: No
1682025-04-22T02:15:35.376Z
1692025-04-22T02:15:35.376ZChanged mediators:
1702025-04-22T02:15:35.376Z mediator clang:
1712025-04-22T02:15:35.376Z version: None -> 15 (system default)
1722025-04-22T02:15:35.376Z
1732025-04-22T02:15:35.376Z mediator llvm:
1742025-04-22T02:15:35.376Z version: 14 (system default) -> 15 (system default)
1752025-04-22T02:15:35.376Z
1762025-04-22T02:15:35.376ZChanged packages:
1772025-04-22T02:15:35.376Zhelios-dev
1782025-04-22T02:15:35.376Z developer/build-essential
1792025-04-22T02:15:35.376Z None -> 11-2.0
1802025-04-22T02:15:35.376Z library/libxmlsec1
1812025-04-22T02:15:35.376Z None -> 1.2.35-2.0
1822025-04-22T02:15:35.376Z ooce/developer/clang-15
1832025-04-22T02:15:35.376Z None -> 15.0.7-2.0
1842025-04-22T02:15:35.376Z ooce/developer/llvm-15
1852025-04-22T02:15:35.377Z None -> 15.0.7-2.0
1862025-04-22T02:15:35.377Z package/pkg
1872025-04-22T02:15:35.377Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1882025-04-22T02:15:35.377Z system/library/g++-runtime
1892025-04-22T02:15:35.377Z 13-2.0 -> 14-2.0
1902025-04-22T02:15:35.377Z system/library/gcc-runtime
1912025-04-22T02:15:35.377Z 13-2.0 -> 14-2.0
1922025-04-22T02:15:35.377Z
1932025-04-22T02:15:35.377ZServices:
1942025-04-22T02:15:35.377Z restart_fmri:
1952025-04-22T02:15:35.377Z svc:/system/update-man-index:default
1962025-04-22T02:15:35.377Z
1972025-04-22T02:15:35.377ZEditable files to change:
1982025-04-22T02:15:35.377Z Update:
1992025-04-22T02:15:35.377Z usr/share/lib/pkg/web/config.shtml
2002025-04-22T02:15:35.452Z
2012025-04-22T02:15:35.452ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2022025-04-22T02:15:40.453ZDownload: 1139/4301 items 44.8/225.4MB 19% complete (8.9M/s)
2032025-04-22T02:15:45.455ZDownload: 1839/4301 items 117.5/225.4MB 52% complete (11.9M/s)
2042025-04-22T02:15:50.456ZDownload: 2493/4301 items 120.2/225.4MB 53% complete (7.9M/s)
2052025-04-22T02:15:58.544ZDownload: 3248/4301 items 202.9/225.4MB 90% complete (8.6M/s)
2062025-04-22T02:16:03.718ZDownload: 4200/4301 items 220.5/225.4MB 97% complete (4.3M/s)
2072025-04-22T02:16:10.286ZDownload: 4297/4301 items 225.2/225.4MB 99% complete (2.3M/s)
2082025-04-22T02:16:10.297ZDownload: Completed 225.42 MB in 34.84 seconds (6.5M/s)
2092025-04-22T02:16:12.401Z Actions: 1/5122 actions (Removing old actions)
2102025-04-22T02:16:12.421Z Actions: 194/5122 actions (Installing new actions)
2112025-04-22T02:16:17.123Z Actions: 4267/5122 actions (Updating modified actions)
2122025-04-22T02:16:17.467Z Actions: Completed 5122 actions in 5.06 seconds.
2132025-04-22T02:16:17.719Z Done (0.244s)
2142025-04-22T02:16:17.722Z Done (0.001s)
2152025-04-22T02:16:18.404Z Done (0.684s)
2162025-04-22T02:16:22.690Z Done (4.049s)
2172025-04-22T02:16:22.773Z Done (0.019s)
2182025-04-22T02:16:22.776Z Done (0.000s)
2192025-04-22T02:16:22.947Z Done (0.000s)
2202025-04-22T02:16:23.676ZPlanning: Evaluating mediator changes ... Done
2212025-04-22T02:16:23.834ZPlanning: Checking for conflicting actions ... Done
2222025-04-22T02:16:23.837ZPlanning: Consolidating action changes ... Done
2232025-04-22T02:16:24.101ZPlanning: Evaluating mediators ... Done
2242025-04-22T02:16:24.104ZPlanning: Planning completed in 0.42 seconds
2252025-04-22T02:16:24.139Z Mediators to change: 2
2262025-04-22T02:16:24.139Z Create boot environment: No
2272025-04-22T02:16:24.139ZCreate backup boot environment: No
2282025-04-22T02:16:24.241Z Done
2292025-04-22T02:16:24.241Z Done
2302025-04-22T02:16:24.681Z Done
2312025-04-22T02:16:28.167Z Done
2322025-04-22T02:16:28.251Z Done
2332025-04-22T02:16:28.251Z Done
2342025-04-22T02:16:28.394Z Done
2352025-04-22T02:16:28.991ZPlanning: Evaluating mediator changes ... Done
2362025-04-22T02:16:28.994ZPlanning: Merging actions ... Done
2372025-04-22T02:16:29.181ZPlanning: Checking for conflicting actions ... Done
2382025-04-22T02:16:29.184ZPlanning: Consolidating action changes ... Done
2392025-04-22T02:16:29.440ZPlanning: Evaluating mediators ... Done
2402025-04-22T02:16:29.493ZPlanning: Planning completed in 0.74 seconds
2412025-04-22T02:16:29.533Z Packages to change: 1
2422025-04-22T02:16:29.533Z Mediators to change: 1
2432025-04-22T02:16:29.536Z Services to change: 1
2442025-04-22T02:16:29.536Z Create boot environment: No
2452025-04-22T02:16:29.536ZCreate backup boot environment: Yes
2462025-04-22T02:16:31.752Z Actions: 1/6 actions (Updating modified actions)
2472025-04-22T02:16:31.756Z Actions: Completed 6 actions in 0.00 seconds.
2482025-04-22T02:16:31.756Z Done
2492025-04-22T02:16:31.756Z Done
2502025-04-22T02:16:31.893Z Done
2512025-04-22T02:16:35.365Z Done
2522025-04-22T02:16:35.470Z Done
2532025-04-22T02:16:35.473Z Done
2542025-04-22T02:16:35.619Z Done
2552025-04-22T02:16:36.030ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2562025-04-22T02:16:36.030Zclang system 15 system
2572025-04-22T02:16:36.030Zcsh system system illumos
2582025-04-22T02:16:36.030Zctags system system illumos
2592025-04-22T02:16:36.030Zgcc vendor 12 vendor
2602025-04-22T02:16:36.030Zgcc system 10 system
2612025-04-22T02:16:36.030Zgcc system 7 system
2622025-04-22T02:16:36.030Zgo system 1.20 system
2632025-04-22T02:16:36.030Zgo system 1.19 system
2642025-04-22T02:16:36.030Zllvm system 15 system
2652025-04-22T02:16:36.030Zllvm system 14 system
2662025-04-22T02:16:36.030Zmariadb system 10.6 system
2672025-04-22T02:16:36.030Zmta vendor vendor dma
2682025-04-22T02:16:36.030Zopenjdk system 17 system
2692025-04-22T02:16:36.030Zopenjdk system 11 system
2702025-04-22T02:16:36.030Zopenjdk system 1.8 system
2712025-04-22T02:16:36.030Zopenssl vendor 3 vendor
2722025-04-22T02:16:36.030Zperl system 5.36 system
2732025-04-22T02:16:36.030Zpostgresql system 15 system
2742025-04-22T02:16:36.030Zpostgresql system 13 system
2752025-04-22T02:16:36.030Zpython vendor 3 vendor
2762025-04-22T02:16:36.030Zpython system 2 system
2772025-04-22T02:16:36.030Zpython3 system 3.11 system
2782025-04-22T02:16:36.030Zruby system 3.0 system
2792025-04-22T02:16:36.030Zwords vendor vendor american-english
2802025-04-22T02:16:36.030Zwords system system australian-english
2812025-04-22T02:16:36.030Zwords system system british-english
2822025-04-22T02:16:36.030Zwords system system canadian-english
2832025-04-22T02:16:36.030Zwords system system french
2842025-04-22T02:16:36.031Zwords system system italian
2852025-04-22T02:16:36.031Zwords system system ngerman
2862025-04-22T02:16:36.031Zwords system system ogerman
2872025-04-22T02:16:36.031Zwords system system spanish
2882025-04-22T02:16:36.354ZPUBLISHER TYPE STATUS P LOCATION
2892025-04-22T02:16:36.354Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2902025-04-22T02:16:39.745ZFMRI IFO
2912025-04-22T02:16:39.745Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2922025-04-22T02:16:39.745Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2932025-04-22T02:16:39.745Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2942025-04-22T02:16:39.746Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2952025-04-22T02:16:39.746Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2962025-04-22T02:16:39.746Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2972025-04-22T02:16:39.746Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2982025-04-22T02:16:39.746Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2992025-04-22T02:16:39.746Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3002025-04-22T02:16:39.746Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3012025-04-22T02:16:39.746Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3022025-04-22T02:16:39.746Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3032025-04-22T02:16:39.746Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3042025-04-22T02:16:39.746Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3052025-04-22T02:16:39.746Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3062025-04-22T02:16:40.599Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3072025-04-22T02:16:40.896Z Updating crates.io index
3082025-04-22T02:16:40.987Z Updating git repository `https://github.com/oxidecomputer/lldp`
3092025-04-22T02:16:41.291Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3102025-04-22T02:16:41.842Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112025-04-22T02:16:42.122Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3122025-04-22T02:16:42.368Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3132025-04-22T02:16:42.685Z Updating git repository `https://github.com/oxidecomputer/propolis`
3142025-04-22T02:16:43.674Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152025-04-22T02:16:45.592Z Updating git repository `https://github.com/oxidecomputer/opte`
3162025-04-22T02:16:46.303Z Updating git repository `https://github.com/oxidecomputer/falcon`
3172025-04-22T02:16:47.118Z Updating git repository `https://github.com/oxidecomputer/clickward`
3182025-04-22T02:16:47.389Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3192025-04-22T02:16:47.752Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3202025-04-22T02:16:48.456Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3212025-04-22T02:16:48.791Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3222025-04-22T02:16:49.319Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3232025-04-22T02:16:49.714Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3242025-04-22T02:16:50.003Z Updating git repository `https://github.com/oxidecomputer/tofino`
3252025-04-22T02:16:50.285Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3262025-04-22T02:16:50.544Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3272025-04-22T02:16:50.816Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3282025-04-22T02:16:51.158Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3292025-04-22T02:16:51.504Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3302025-04-22T02:16:51.808Z Updating git repository `https://github.com/oxidecomputer/ispf`
3312025-04-22T02:16:52.249Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3322025-04-22T02:16:52.512Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3332025-04-22T02:16:52.958Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3342025-04-22T02:16:53.436Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3352025-04-22T02:16:53.739Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3362025-04-22T02:16:54.128Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3372025-04-22T02:16:54.601Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3382025-04-22T02:16:54.904Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3392025-04-22T02:16:55.145Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3402025-04-22T02:16:55.488Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3412025-04-22T02:16:55.830Z Updating git repository `https://github.com/oxidecomputer/omicron`
3422025-04-22T02:17:06.254Z Updating git repository `https://github.com/illumos/smf-rs`
3432025-04-22T02:17:07.810Z Downloading crates ...
3442025-04-22T02:17:07.897Z Downloaded bitflags v1.3.2
3452025-04-22T02:17:07.900Z Downloaded anstyle v1.0.10
3462025-04-22T02:17:07.903Z Downloaded fnv v1.0.7
3472025-04-22T02:17:07.906Z Downloaded anstream v0.6.15
3482025-04-22T02:17:07.909Z Downloaded bitflags v2.9.0
3492025-04-22T02:17:07.912Z Downloaded autocfg v1.4.0
3502025-04-22T02:17:07.915Z Downloaded fs-err v2.11.0
3512025-04-22T02:17:07.918Z Downloaded block-buffer v0.10.4
3522025-04-22T02:17:07.918Z Downloaded anstyle-parse v0.2.5
3532025-04-22T02:17:07.921Z Downloaded anyhow v1.0.98
3542025-04-22T02:17:07.924Z Downloaded zerocopy-derive v0.7.35
3552025-04-22T02:17:07.928Z Downloaded anstyle-query v1.1.1
3562025-04-22T02:17:07.931Z Downloaded zerocopy v0.7.35
3572025-04-22T02:17:07.943Z Downloaded winnow v0.7.3
3582025-04-22T02:17:07.952Z Downloaded scroll v0.12.0
3592025-04-22T02:17:07.962Z Downloaded generic-array v0.14.7
3602025-04-22T02:17:07.966Z Downloaded proc-macro-error-attr v1.0.4
3612025-04-22T02:17:07.971Z Downloaded serde_spanned v0.6.8
3622025-04-22T02:17:07.974Z Downloaded proc-macro2 v1.0.94
3632025-04-22T02:17:07.980Z Downloaded toml v0.8.20
3642025-04-22T02:17:07.983Z Downloaded bytecount v0.6.8
3652025-04-22T02:17:07.987Z Downloaded hashbrown v0.15.1
3662025-04-22T02:17:07.993Z Downloaded goblin v0.8.2
3672025-04-22T02:17:07.999Z Downloaded thiserror-impl v2.0.12
3682025-04-22T02:17:08.003Z Downloaded io-lifetimes v1.0.11
3692025-04-22T02:17:08.011Z Downloaded itoa v1.0.11
3702025-04-22T02:17:08.020Z Downloaded swrite v0.1.0
3712025-04-22T02:17:08.028Z Downloaded thread-id v4.2.2
3722025-04-22T02:17:08.031Z Downloaded pest_generator v2.7.14
3732025-04-22T02:17:08.034Z Downloaded terminal_size v0.4.0
3742025-04-22T02:17:08.034Z Downloaded pretty-hex v0.4.1
3752025-04-22T02:17:08.037Z Downloaded terminal_size v0.2.6
3762025-04-22T02:17:08.040Z Downloaded dtrace-parser v0.2.0
3772025-04-22T02:17:08.054Z Downloaded smawk v0.3.2
3782025-04-22T02:17:08.057Z Downloaded strsim v0.11.1
3792025-04-22T02:17:08.057Z Downloaded serde_tokenstream v0.2.2
3802025-04-22T02:17:08.060Z Downloaded macaddr v1.0.1
3812025-04-22T02:17:08.063Z Downloaded tempfile v3.13.0
3822025-04-22T02:17:08.063Z Downloaded heck v0.5.0
3832025-04-22T02:17:08.066Z Downloaded memmap v0.7.0
3842025-04-22T02:17:08.066Z Downloaded errno v0.3.9
3852025-04-22T02:17:08.069Z Downloaded digest v0.10.7
3862025-04-22T02:17:08.069Z Downloaded is_terminal_polyfill v1.70.1
3872025-04-22T02:17:08.072Z Downloaded cfg-if v1.0.0
3882025-04-22T02:17:08.072Z Downloaded plain v0.2.3
3892025-04-22T02:17:08.074Z Downloaded usdt-macro v0.5.0
3902025-04-22T02:17:08.075Z Downloaded usdt-attr-macro v0.5.0
3912025-04-22T02:17:08.075Z Downloaded scroll_derive v0.12.0
3922025-04-22T02:17:08.077Z Downloaded equivalent v1.0.1
3932025-04-22T02:17:08.081Z Downloaded cpufeatures v0.2.14
3942025-04-22T02:17:08.081Z Downloaded crypto-common v0.1.6
3952025-04-22T02:17:08.085Z Downloaded thiserror v1.0.69
3962025-04-22T02:17:08.088Z Downloaded toml_datetime v0.6.8
3972025-04-22T02:17:08.088Z Downloaded camino-tempfile v1.1.1
3982025-04-22T02:17:08.091Z Downloaded tabled_derive v0.7.0
3992025-04-22T02:17:08.091Z Downloaded thiserror-impl v1.0.69
4002025-04-22T02:17:08.093Z Downloaded heck v0.4.1
4012025-04-22T02:17:08.093Z Downloaded fastrand v2.1.1
4022025-04-22T02:17:08.097Z Downloaded colorchoice v1.0.2
4032025-04-22T02:17:08.097Z Downloaded clap_lex v0.7.4
4042025-04-22T02:17:08.097Z Downloaded byteorder v1.5.0
4052025-04-22T02:17:08.100Z Downloaded usdt v0.5.0
4062025-04-22T02:17:08.100Z Downloaded dof v0.3.0
4072025-04-22T02:17:08.103Z Downloaded typenum v1.17.0
4082025-04-22T02:17:08.106Z Downloaded once_cell v1.21.3
4092025-04-22T02:17:08.109Z Downloaded sha2 v0.10.8
4102025-04-22T02:17:08.112Z Downloaded unicode-linebreak v0.1.5
4112025-04-22T02:17:08.115Z Downloaded utf8parse v0.2.2
4122025-04-22T02:17:08.118Z Downloaded version_check v0.9.5
4132025-04-22T02:17:08.118Z Downloaded pest_derive v2.7.14
4142025-04-22T02:17:08.125Z Downloaded cargo_metadata v0.19.2
4152025-04-22T02:17:08.129Z Downloaded serde_derive v1.0.219
4162025-04-22T02:17:08.132Z Downloaded thiserror v2.0.12
4172025-04-22T02:17:08.135Z Downloaded cargo_toml v0.21.0
4182025-04-22T02:17:08.138Z Downloaded cargo-platform v0.1.8
4192025-04-22T02:17:08.138Z Downloaded camino v1.1.9
4202025-04-22T02:17:08.143Z Downloaded usdt-impl v0.5.0
4212025-04-22T02:17:08.146Z Downloaded pest_meta v2.7.14
4222025-04-22T02:17:08.149Z Downloaded ryu v1.0.18
4232025-04-22T02:17:08.152Z Downloaded semver v1.0.25
4242025-04-22T02:17:08.155Z Downloaded clap_derive v4.5.32
4252025-04-22T02:17:08.158Z Downloaded textwrap v0.16.1
4262025-04-22T02:17:08.161Z Downloaded ucd-trie v0.1.7
4272025-04-22T02:17:08.161Z Downloaded log v0.4.22
4282025-04-22T02:17:08.164Z Downloaded papergrid v0.11.0
4292025-04-22T02:17:08.167Z Downloaded pest v2.7.14
4302025-04-22T02:17:08.172Z Downloaded quote v1.0.39
4312025-04-22T02:17:08.175Z Downloaded clap v4.5.35
4322025-04-22T02:17:08.183Z Downloaded unicode-ident v1.0.14
4332025-04-22T02:17:08.186Z Downloaded proc-macro-error v1.0.4
4342025-04-22T02:17:08.189Z Downloaded memchr v2.7.4
4352025-04-22T02:17:08.196Z Downloaded indexmap v2.7.1
4362025-04-22T02:17:08.205Z Downloaded serde v1.0.219
4372025-04-22T02:17:08.210Z Downloaded toml_edit v0.22.24
4382025-04-22T02:17:08.434Z Downloaded tabled v0.15.0
4392025-04-22T02:17:08.438Z Downloaded rustix v0.37.28
4402025-04-22T02:17:08.438Z Downloaded syn v1.0.109
4412025-04-22T02:17:08.438Z Downloaded serde_json v1.0.140
4422025-04-22T02:17:08.438Z Downloaded clap_builder v4.5.35
4432025-04-22T02:17:08.438Z Downloaded syn v2.0.98
4442025-04-22T02:17:08.438Z Downloaded unicode-width v0.1.14
4452025-04-22T02:17:08.438Z Downloaded rustix v0.38.37
4462025-04-22T02:17:08.439Z Downloaded libc v0.2.171
4472025-04-22T02:17:08.494Z Compiling proc-macro2 v1.0.94
4482025-04-22T02:17:08.494Z Compiling unicode-ident v1.0.14
4492025-04-22T02:17:08.494Z Compiling libc v0.2.171
4502025-04-22T02:17:08.497Z Compiling version_check v0.9.5
4512025-04-22T02:17:08.497Z Compiling serde v1.0.219
4522025-04-22T02:17:08.498Z Compiling memchr v2.7.4
4532025-04-22T02:17:08.533Z Compiling thiserror v1.0.69
4542025-04-22T02:17:08.536Z Compiling itoa v1.0.11
4552025-04-22T02:17:08.771Z Compiling ucd-trie v0.1.7
4562025-04-22T02:17:08.867Z Compiling ryu v1.0.18
4572025-04-22T02:17:09.195Z Compiling once_cell v1.21.3
4582025-04-22T02:17:09.277Z Compiling byteorder v1.5.0
4592025-04-22T02:17:09.551Z Compiling rustix v0.38.37
4602025-04-22T02:17:09.598Z Compiling serde_json v1.0.140
4612025-04-22T02:17:09.728Z Compiling bitflags v2.9.0
4622025-04-22T02:17:09.965Z Compiling proc-macro-error-attr v1.0.4
4632025-04-22T02:17:10.044Z Compiling usdt-impl v0.5.0
4642025-04-22T02:17:10.148Z Compiling io-lifetimes v1.0.11
4652025-04-22T02:17:10.268Z Compiling syn v1.0.109
4662025-04-22T02:17:10.364Z Compiling quote v1.0.39
4672025-04-22T02:17:10.389Z Compiling proc-macro-error v1.0.4
4682025-04-22T02:17:10.591Z Compiling errno v0.3.9
4692025-04-22T02:17:10.648Z Compiling equivalent v1.0.1
4702025-04-22T02:17:10.768Z Compiling thread-id v4.2.2
4712025-04-22T02:17:10.791Z Compiling syn v2.0.98
4722025-04-22T02:17:10.841Z Compiling hashbrown v0.15.1
4732025-04-22T02:17:10.911Z Compiling camino v1.1.9
4742025-04-22T02:17:10.966Z Compiling utf8parse v0.2.2
4752025-04-22T02:17:11.038Z Compiling rustix v0.37.28
4762025-04-22T02:17:11.041Z Compiling log v0.4.22
4772025-04-22T02:17:11.144Z Compiling plain v0.2.3
4782025-04-22T02:17:11.331Z Compiling anstyle-parse v0.2.5
4792025-04-22T02:17:11.765Z Compiling anstyle v1.0.10
4802025-04-22T02:17:11.926Z Compiling indexmap v2.7.1
4812025-04-22T02:17:12.001Z Compiling is_terminal_polyfill v1.70.1
4822025-04-22T02:17:12.084Z Compiling semver v1.0.25
4832025-04-22T02:17:12.155Z Compiling thiserror v2.0.12
4842025-04-22T02:17:12.179Z Compiling autocfg v1.4.0
4852025-04-22T02:17:12.202Z Compiling anstyle-query v1.1.1
4862025-04-22T02:17:12.375Z Compiling pretty-hex v0.4.1
4872025-04-22T02:17:12.606Z Compiling colorchoice v1.0.2
4882025-04-22T02:17:12.632Z Compiling unicode-width v0.1.14
4892025-04-22T02:17:12.768Z Compiling winnow v0.7.3
4902025-04-22T02:17:12.795Z Compiling bitflags v1.3.2
4912025-04-22T02:17:13.083Z Compiling fs-err v2.11.0
4922025-04-22T02:17:13.147Z Compiling anstream v0.6.15
4932025-04-22T02:17:13.332Z Compiling terminal_size v0.4.0
4942025-04-22T02:17:13.542Z Compiling cfg-if v1.0.0
4952025-04-22T02:17:13.631Z Compiling heck v0.4.1
4962025-04-22T02:17:13.656Z Compiling strsim v0.11.1
4972025-04-22T02:17:13.660Z Compiling fastrand v2.1.1
4982025-04-22T02:17:13.730Z Compiling fnv v1.0.7
4992025-04-22T02:17:13.886Z Compiling clap_lex v0.7.4
5002025-04-22T02:17:14.037Z Compiling heck v0.5.0
5012025-04-22T02:17:14.174Z Compiling anyhow v1.0.98
5022025-04-22T02:17:14.370Z Compiling bytecount v0.6.8
5032025-04-22T02:17:14.526Z Compiling papergrid v0.11.0
5042025-04-22T02:17:14.598Z Compiling clap_builder v4.5.35
5052025-04-22T02:17:14.709Z Compiling tempfile v3.13.0
5062025-04-22T02:17:14.737Z Compiling terminal_size v0.2.6
5072025-04-22T02:17:15.099Z Compiling memmap v0.7.0
5082025-04-22T02:17:15.174Z Compiling smawk v0.3.2
5092025-04-22T02:17:15.408Z Compiling unicode-linebreak v0.1.5
5102025-04-22T02:17:15.930Z Compiling textwrap v0.16.1
5112025-04-22T02:17:16.042Z Compiling swrite v0.1.0
5122025-04-22T02:17:16.120Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5132025-04-22T02:17:16.579Z Compiling tabled_derive v0.7.0
5142025-04-22T02:17:17.952Z Compiling tabled v0.15.0
5152025-04-22T02:17:17.955Z Compiling serde_derive v1.0.219
5162025-04-22T02:17:17.955Z Compiling thiserror-impl v1.0.69
5172025-04-22T02:17:17.955Z Compiling zerocopy-derive v0.7.35
5182025-04-22T02:17:17.955Z Compiling scroll_derive v0.12.0
5192025-04-22T02:17:17.971Z Compiling thiserror-impl v2.0.12
5202025-04-22T02:17:17.974Z Compiling clap_derive v4.5.32
5212025-04-22T02:17:19.377Z Compiling scroll v0.12.0
5222025-04-22T02:17:19.926Z Compiling goblin v0.8.2
5232025-04-22T02:17:20.080Z Compiling zerocopy v0.7.35
5242025-04-22T02:17:21.152Z Compiling pest v2.7.14
5252025-04-22T02:17:22.223Z Compiling clap v4.5.35
5262025-04-22T02:17:23.261Z Compiling pest_meta v2.7.14
5272025-04-22T02:17:24.119Z Compiling pest_generator v2.7.14
5282025-04-22T02:17:25.459Z Compiling pest_derive v2.7.14
5292025-04-22T02:17:26.147Z Compiling dtrace-parser v0.2.0
5302025-04-22T02:17:26.835Z Compiling toml_datetime v0.6.8
5312025-04-22T02:17:26.835Z Compiling serde_spanned v0.6.8
5322025-04-22T02:17:26.951Z Compiling cargo-platform v0.1.8
5332025-04-22T02:17:27.063Z Compiling macaddr v1.0.1
5342025-04-22T02:17:27.290Z Compiling serde_tokenstream v0.2.2
5352025-04-22T02:17:27.378Z Compiling toml_edit v0.22.24
5362025-04-22T02:17:27.442Z Compiling camino-tempfile v1.1.1
5372025-04-22T02:17:28.213Z Compiling dof v0.3.0
5382025-04-22T02:17:28.213Z Compiling cargo_metadata v0.19.2
5392025-04-22T02:17:29.719Z Compiling usdt-macro v0.5.0
5402025-04-22T02:17:29.719Z Compiling usdt-attr-macro v0.5.0
5412025-04-22T02:17:29.942Z Compiling toml v0.8.20
5422025-04-22T02:17:30.779Z Compiling cargo_toml v0.21.0
5432025-04-22T02:17:30.880Z Compiling usdt v0.5.0
5442025-04-22T02:17:33.306Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5452025-04-22T02:17:36.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.07s
5462025-04-22T02:17:36.678Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5472025-04-22T02:17:37.298Z Downloading crates ...
5482025-04-22T02:17:37.424Z Downloaded aead v0.5.2
5492025-04-22T02:17:37.427Z Downloaded addr2line v0.24.2
5502025-04-22T02:17:37.430Z Downloaded adler2 v2.0.0
5512025-04-22T02:17:37.442Z Downloaded aes v0.8.4
5522025-04-22T02:17:37.450Z Downloaded bb8 v0.8.5
5532025-04-22T02:17:37.452Z Downloaded block-padding v0.3.3
5542025-04-22T02:17:37.455Z Downloaded arrayref v0.3.9
5552025-04-22T02:17:37.459Z Downloaded bit-vec v0.6.3
5562025-04-22T02:17:37.463Z Downloaded buf-list v1.0.3
5572025-04-22T02:17:37.466Z Downloaded assert_matches v1.5.0
5582025-04-22T02:17:37.469Z Downloaded allocator-api2 v0.2.18
5592025-04-22T02:17:37.473Z Downloaded hubpack_derive v0.1.1
5602025-04-22T02:17:37.475Z Downloaded backoff v0.4.0
5612025-04-22T02:17:37.478Z Downloaded base16ct v0.2.0
5622025-04-22T02:17:37.478Z Downloaded atomic-waker v1.1.2
5632025-04-22T02:17:37.481Z Downloaded async-bb8-diesel v0.2.1
5642025-04-22T02:17:37.484Z Downloaded bytes v1.10.1
5652025-04-22T02:17:37.488Z Downloaded base64ct v1.6.0
5662025-04-22T02:17:37.492Z Downloaded is_ci v1.2.0
5672025-04-22T02:17:37.495Z Downloaded atomicwrites v0.4.4
5682025-04-22T02:17:37.499Z Downloaded bit-set v0.8.0
5692025-04-22T02:17:37.499Z Downloaded bcrypt-pbkdf v0.10.0
5702025-04-22T02:17:37.503Z Downloaded async-recursion v1.1.1
5712025-04-22T02:17:37.506Z Downloaded md5 v0.7.0
5722025-04-22T02:17:37.506Z Downloaded icu_provider_macros v1.5.0
5732025-04-22T02:17:37.508Z Downloaded ahash v0.8.11
5742025-04-22T02:17:37.511Z Downloaded blake2 v0.10.6
5752025-04-22T02:17:37.515Z Downloaded http-range v0.1.5
5762025-04-22T02:17:37.518Z Downloaded ascii-canvas v3.0.0
5772025-04-22T02:17:37.518Z Downloaded bitfield v0.14.0
5782025-04-22T02:17:37.518Z Downloaded base64 v0.13.1
5792025-04-22T02:17:37.522Z Downloaded array-init v0.0.4
5802025-04-22T02:17:37.525Z Downloaded ident_case v1.0.1
5812025-04-22T02:17:37.525Z Downloaded headers-core v0.3.0
5822025-04-22T02:17:37.528Z Downloaded async-stream-impl v0.3.6
5832025-04-22T02:17:37.528Z Downloaded argon2 v0.5.3
5842025-04-22T02:17:37.532Z Downloaded http-body v1.0.1
5852025-04-22T02:17:37.535Z Downloaded match_cfg v0.1.0
5862025-04-22T02:17:37.535Z Downloaded async-stream v0.3.6
5872025-04-22T02:17:37.538Z Downloaded home v0.5.9
5882025-04-22T02:17:37.541Z Downloaded bcs v0.1.6
5892025-04-22T02:17:37.544Z Downloaded lazy_static v1.5.0
5902025-04-22T02:17:37.546Z Downloaded linear-map v1.2.0
5912025-04-22T02:17:37.549Z Downloaded keccak v0.1.5
5922025-04-22T02:17:37.549Z Downloaded bzip2 v0.4.4
5932025-04-22T02:17:37.552Z Downloaded hex-literal v0.4.1
5942025-04-22T02:17:37.555Z Downloaded bitfield-struct v0.6.2
5952025-04-22T02:17:37.555Z Downloaded heck v0.3.3
5962025-04-22T02:17:37.558Z Downloaded async-trait v0.1.88
5972025-04-22T02:17:37.561Z Downloaded libefi-sys v0.1.0
5982025-04-22T02:17:37.564Z Downloaded blowfish v0.9.1
5992025-04-22T02:17:37.567Z Downloaded maplit v1.0.2
6002025-04-22T02:17:37.567Z Downloaded bit-set v0.5.3
6012025-04-22T02:17:37.570Z Downloaded kstat-rs v0.2.4
6022025-04-22T02:17:37.573Z Downloaded crunchy v0.2.2
6032025-04-22T02:17:37.573Z Downloaded inout v0.1.3
6042025-04-22T02:17:37.576Z Downloaded hex v0.4.3
6052025-04-22T02:17:37.579Z Downloaded ciborium-io v0.2.2
6062025-04-22T02:17:37.579Z Downloaded http-body-util v0.1.3
6072025-04-22T02:17:37.582Z Downloaded lru-cache v0.1.2
6082025-04-22T02:17:37.582Z Downloaded indent_write v2.2.0
6092025-04-22T02:17:37.587Z Downloaded crc8 v0.1.1
6102025-04-22T02:17:37.587Z Downloaded cfg_aliases v0.1.1
6112025-04-22T02:17:37.587Z Downloaded hyper-tls v0.6.0
6122025-04-22T02:17:37.590Z Downloaded cfg_aliases v0.2.1
6132025-04-22T02:17:37.590Z Downloaded internet-checksum v0.2.1
6142025-04-22T02:17:37.593Z Downloaded instability v0.3.2
6152025-04-22T02:17:37.596Z Downloaded maybe-uninit v2.0.0
6162025-04-22T02:17:37.596Z Downloaded hostname v0.3.1
6172025-04-22T02:17:37.600Z Downloaded indoc v2.0.6
6182025-04-22T02:17:37.603Z Downloaded lzss v0.8.2
6192025-04-22T02:17:37.606Z Downloaded md-5 v0.10.6
6202025-04-22T02:17:37.606Z Downloaded libscf-sys v1.1.0
6212025-04-22T02:17:37.609Z Downloaded ipnetwork v0.21.1
6222025-04-22T02:17:37.613Z Downloaded memoffset v0.9.1
6232025-04-22T02:17:37.614Z Downloaded pretty-hex v0.2.1
6242025-04-22T02:17:37.617Z Downloaded hyper-staticfile v0.10.1
6252025-04-22T02:17:37.617Z Downloaded predicates-core v1.0.8
6262025-04-22T02:17:37.621Z Downloaded rand_seeder v0.3.0
6272025-04-22T02:17:37.621Z Downloaded jobserver v0.1.32
6282025-04-22T02:17:37.625Z Downloaded highway v1.3.0
6292025-04-22T02:17:37.628Z Downloaded managed v0.8.0
6302025-04-22T02:17:37.629Z Downloaded indoc v1.0.9
6312025-04-22T02:17:37.631Z Downloaded hyper-rustls v0.27.3
6322025-04-22T02:17:37.635Z Downloaded libloading v0.8.5
6332025-04-22T02:17:37.638Z Downloaded constant_time_eq v0.3.1
6342025-04-22T02:17:37.641Z Downloaded ciborium-ll v0.2.2
6352025-04-22T02:17:37.641Z Downloaded chrono-tz-build v0.4.0
6362025-04-22T02:17:37.646Z Downloaded convert_case v0.4.0
6372025-04-22T02:17:37.650Z Downloaded litemap v0.7.3
6382025-04-22T02:17:37.650Z Downloaded const_format_proc_macros v0.2.34
6392025-04-22T02:17:37.653Z Downloaded libsw v3.4.0
6402025-04-22T02:17:37.653Z Downloaded cexpr v0.6.0
6412025-04-22T02:17:37.656Z Downloaded lock_api v0.4.12
6422025-04-22T02:17:37.660Z Downloaded cargo_metadata v0.18.1
6432025-04-22T02:17:37.663Z Downloaded take_mut v0.2.2
6442025-04-22T02:17:37.663Z Downloaded slog-bunyan v2.5.0
6452025-04-22T02:17:37.663Z Downloaded base64 v0.22.1
6462025-04-22T02:17:37.668Z Downloaded sync_wrapper v1.0.1
6472025-04-22T02:17:37.673Z Downloaded cbc v0.1.2
6482025-04-22T02:17:37.676Z Downloaded base64 v0.21.7
6492025-04-22T02:17:37.679Z Downloaded indexmap v1.9.3
6502025-04-22T02:17:37.682Z Downloaded memmap2 v0.9.5
6512025-04-22T02:17:37.686Z Downloaded rand_core v0.6.4
6522025-04-22T02:17:37.686Z Downloaded quinn-udp v0.5.5
6532025-04-22T02:17:37.689Z Downloaded quick-error v1.2.3
6542025-04-22T02:17:37.692Z Downloaded linked-hash-map v0.5.6
6552025-04-22T02:17:37.692Z Downloaded zone_cfg_derive v0.3.0
6562025-04-22T02:17:37.695Z Downloaded vte_generate_state_changes v0.1.2
6572025-04-22T02:17:37.695Z Downloaded icu_normalizer v1.5.0
6582025-04-22T02:17:37.700Z Downloaded want v0.3.1
6592025-04-22T02:17:37.703Z Downloaded siphasher v0.3.11
6602025-04-22T02:17:37.703Z Downloaded yoke-derive v0.7.4
6612025-04-22T02:17:37.706Z Downloaded smf v0.2.3
6622025-04-22T02:17:37.706Z Downloaded shlex v1.3.0
6632025-04-22T02:17:37.710Z Downloaded lockfree-object-pool v0.1.6
6642025-04-22T02:17:37.713Z Downloaded cookie_store v0.21.1
6652025-04-22T02:17:37.716Z Downloaded stable_deref_trait v1.2.0
6662025-04-22T02:17:37.716Z Downloaded hickory-client v0.24.4
6672025-04-22T02:17:37.720Z Downloaded crc-catalog v2.4.0
6682025-04-22T02:17:37.723Z Downloaded icu_normalizer_data v1.5.0
6692025-04-22T02:17:37.726Z Downloaded sct v0.7.1
6702025-04-22T02:17:37.729Z Downloaded slog-dtrace v0.3.0
6712025-04-22T02:17:37.732Z Downloaded tap v1.0.1
6722025-04-22T02:17:37.736Z Downloaded strip-ansi-escapes v0.2.0
6732025-04-22T02:17:37.746Z Downloaded dirs-sys-next v0.1.2
6742025-04-22T02:17:37.750Z Downloaded rand_core v0.9.2
6752025-04-22T02:17:37.753Z Downloaded proc-macro-error-attr2 v2.0.0
6762025-04-22T02:17:37.754Z Downloaded console v0.15.10
6772025-04-22T02:17:37.757Z Downloaded tiny-keccak v2.0.2
6782025-04-22T02:17:37.760Z Downloaded olpc-cjson v0.1.4
6792025-04-22T02:17:37.763Z Downloaded new_debug_unreachable v1.0.6
6802025-04-22T02:17:37.763Z Downloaded xz2 v0.1.7
6812025-04-22T02:17:37.766Z Downloaded parse-display v0.10.0
6822025-04-22T02:17:37.769Z Downloaded icu_provider v1.5.0
6832025-04-22T02:17:37.772Z Downloaded tokio-macros v2.5.0
6842025-04-22T02:17:37.772Z Downloaded typify-macro v0.3.0
6852025-04-22T02:17:37.775Z Downloaded flagset v0.4.6
6862025-04-22T02:17:37.777Z Downloaded crossbeam-utils v0.8.21
6872025-04-22T02:17:37.780Z Downloaded normalize-line-endings v0.3.0
6882025-04-22T02:17:37.780Z Downloaded crossbeam-epoch v0.9.18
6892025-04-22T02:17:37.784Z Downloaded phf_generator v0.11.2
6902025-04-22T02:17:37.787Z Downloaded clang-sys v1.8.1
6912025-04-22T02:17:37.791Z Downloaded iana-time-zone v0.1.63
6922025-04-22T02:17:37.795Z Downloaded precomputed-hash v0.1.1
6932025-04-22T02:17:37.795Z Downloaded tokio-stream v0.1.17
6942025-04-22T02:17:37.799Z Downloaded icu_properties v1.5.1
6952025-04-22T02:17:37.804Z Downloaded glob v0.3.2
6962025-04-22T02:17:37.807Z Downloaded sqlformat v0.2.6
6972025-04-22T02:17:37.807Z Downloaded crc32fast v1.4.2
6982025-04-22T02:17:37.810Z Downloaded deranged v0.3.11
6992025-04-22T02:17:37.813Z Downloaded unicode-xid v0.2.6
7002025-04-22T02:17:37.814Z Downloaded progenitor-impl v0.8.0
7012025-04-22T02:17:37.817Z Downloaded yoke v0.7.4
7022025-04-22T02:17:37.820Z Downloaded russh-cryptovec v0.7.3
7032025-04-22T02:17:37.822Z Downloaded num-integer v0.1.46
7042025-04-22T02:17:37.823Z Downloaded tokio-tungstenite v0.23.1
7052025-04-22T02:17:37.825Z Downloaded hyper-util v0.1.11
7062025-04-22T02:17:37.830Z Downloaded try-lock v0.2.5
7072025-04-22T02:17:37.833Z Downloaded sync-ptr v0.1.1
7082025-04-22T02:17:37.833Z Downloaded supports-color v3.0.2
7092025-04-22T02:17:37.836Z Downloaded peg v0.8.5
7102025-04-22T02:17:37.840Z Downloaded darling v0.20.10
7112025-04-22T02:17:37.844Z Downloaded cookie v0.18.1
7122025-04-22T02:17:37.848Z Downloaded value-bag v1.9.0
7132025-04-22T02:17:37.851Z Downloaded uzers v0.12.1
7142025-04-22T02:17:37.854Z Downloaded chacha20poly1305 v0.10.1
7152025-04-22T02:17:37.857Z Downloaded strum v0.26.3
7162025-04-22T02:17:37.860Z Downloaded sqlparser_derive v0.2.2
7172025-04-22T02:17:37.860Z Downloaded thiserror-impl-no-std v2.0.2
7182025-04-22T02:17:37.863Z Downloaded fs_extra v1.3.0
7192025-04-22T02:17:37.866Z Downloaded polyval v0.6.2
7202025-04-22T02:17:37.869Z Downloaded futures-core v0.3.31
7212025-04-22T02:17:37.871Z Downloaded nodrop v0.1.14
7222025-04-22T02:17:37.871Z Downloaded diesel_table_macro_syntax v0.2.0
7232025-04-22T02:17:37.874Z Downloaded foreign-types v0.5.0
7242025-04-22T02:17:37.874Z Downloaded mime v0.3.17
7252025-04-22T02:17:37.877Z Downloaded tokio-tungstenite v0.21.0
7262025-04-22T02:17:37.880Z Downloaded yasna v0.5.2
7272025-04-22T02:17:37.883Z Downloaded ref-cast-impl v1.0.23
7282025-04-22T02:17:37.883Z Downloaded nanorand v0.7.0
7292025-04-22T02:17:37.887Z Downloaded heapless v0.7.17
7302025-04-22T02:17:37.891Z Downloaded subtle v2.6.1
7312025-04-22T02:17:37.894Z Downloaded slog-stdlog v4.1.1
7322025-04-22T02:17:37.897Z Downloaded slog-scope v4.4.0
7332025-04-22T02:17:37.897Z Downloaded slog-json v2.6.1
7342025-04-22T02:17:37.900Z Downloaded embedded-io v0.6.1
7352025-04-22T02:17:37.903Z Downloaded foreign-types v0.3.2
7362025-04-22T02:17:37.903Z Downloaded percent-encoding v2.3.1
7372025-04-22T02:17:37.906Z Downloaded pem-rfc7468 v0.7.0
7382025-04-22T02:17:37.906Z Downloaded parking_lot_core v0.9.10
7392025-04-22T02:17:37.909Z Downloaded primeorder v0.13.6
7402025-04-22T02:17:37.912Z Downloaded ecdsa v0.16.9
7412025-04-22T02:17:37.915Z Downloaded test-strategy v0.4.0
7422025-04-22T02:17:37.918Z Downloaded gethostname v0.5.0
7432025-04-22T02:17:37.921Z Downloaded tui-tree-widget v0.23.0
7442025-04-22T02:17:37.924Z Downloaded predicates v3.1.3
7452025-04-22T02:17:37.926Z Downloaded write16 v1.0.0
7462025-04-22T02:17:37.929Z Downloaded utf16_iter v1.0.5
7472025-04-22T02:17:37.929Z Downloaded utf-8 v0.7.6
7482025-04-22T02:17:37.932Z Downloaded compact_str v0.8.0
7492025-04-22T02:17:37.935Z Downloaded path-slash v0.1.5
7502025-04-22T02:17:37.938Z Downloaded spki v0.7.3
7512025-04-22T02:17:37.941Z Downloaded curve25519-dalek-derive v0.1.1
7522025-04-22T02:17:37.941Z Downloaded futures-sink v0.3.31
7532025-04-22T02:17:37.945Z Downloaded writeable v0.5.5
7542025-04-22T02:17:37.948Z Downloaded embedded-io v0.4.0
7552025-04-22T02:17:37.948Z Downloaded termios v0.3.3
7562025-04-22T02:17:37.951Z Downloaded owo-colors v4.2.0
7572025-04-22T02:17:37.954Z Downloaded papergrid v0.14.0
7582025-04-22T02:17:37.959Z Downloaded rustc-demangle v0.1.24
7592025-04-22T02:17:37.962Z Downloaded foldhash v0.1.3
7602025-04-22T02:17:37.966Z Downloaded fd-lock v4.0.2
7612025-04-22T02:17:37.969Z Downloaded tokio-rustls v0.24.1
7622025-04-22T02:17:37.972Z Downloaded darling_core v0.20.10
7632025-04-22T02:17:37.975Z Downloaded hash32 v0.2.1
7642025-04-22T02:17:37.978Z Downloaded crossbeam-channel v0.5.15
7652025-04-22T02:17:37.983Z Downloaded radium v0.7.0
7662025-04-22T02:17:37.986Z Downloaded oso-derive v0.27.3
7672025-04-22T02:17:37.986Z Downloaded wait-timeout v0.2.0
7682025-04-22T02:17:37.988Z Downloaded nibble_vec v0.1.0
7692025-04-22T02:17:37.991Z Downloaded pkcs8 v0.10.2
7702025-04-22T02:17:37.994Z Downloaded rsa v0.9.6
7712025-04-22T02:17:37.999Z Downloaded num-conv v0.1.0
7722025-04-22T02:17:38.003Z Downloaded tracing-core v0.1.32
7732025-04-22T02:17:38.007Z Downloaded tinyvec_macros v0.1.1
7742025-04-22T02:17:38.007Z Downloaded time-core v0.1.2
7752025-04-22T02:17:38.007Z Downloaded structmeta-derive v0.3.0
7762025-04-22T02:17:38.010Z Downloaded defmt-macros v0.3.9
7772025-04-22T02:17:38.013Z Downloaded daft v0.1.3
7782025-04-22T02:17:38.016Z Downloaded rand_chacha v0.3.1
7792025-04-22T02:17:38.016Z Downloaded pbkdf2 v0.11.0
7802025-04-22T02:17:38.019Z Downloaded derive_builder_core v0.20.2
7812025-04-22T02:17:38.022Z Downloaded whoami v1.5.2
7822025-04-22T02:17:38.025Z Downloaded tokio-rustls v0.25.0
7832025-04-22T02:17:38.028Z Downloaded russh-keys v0.45.0
7842025-04-22T02:17:38.031Z Downloaded tracing-attributes v0.1.27
7852025-04-22T02:17:38.034Z Downloaded getrandom v0.3.1
7862025-04-22T02:17:38.037Z Downloaded zopfli v0.8.1
7872025-04-22T02:17:38.041Z Downloaded same-file v1.0.6
7882025-04-22T02:17:38.043Z Downloaded unicode-properties v0.1.3
7892025-04-22T02:17:38.046Z Downloaded waitgroup v0.1.2
7902025-04-22T02:17:38.049Z Downloaded r2d2 v0.8.10
7912025-04-22T02:17:38.049Z Downloaded flate2 v1.1.1
7922025-04-22T02:17:38.054Z Downloaded phf_codegen v0.11.2
7932025-04-22T02:17:38.057Z Downloaded hickory-server v0.24.4
7942025-04-22T02:17:38.063Z Downloaded structmeta v0.3.0
7952025-04-22T02:17:38.066Z Downloaded newline-converter v0.3.0
7962025-04-22T02:17:38.069Z Downloaded tinystr v0.7.6
7972025-04-22T02:17:38.069Z Downloaded thread_local v1.1.8
7982025-04-22T02:17:38.072Z Downloaded url v2.5.3
7992025-04-22T02:17:38.075Z Downloaded psl-types v2.0.11
8002025-04-22T02:17:38.078Z Downloaded tls_codec_derive v0.4.1
8012025-04-22T02:17:38.081Z Downloaded tls_codec v0.4.1
8022025-04-22T02:17:38.084Z Downloaded zerofrom-derive v0.1.4
8032025-04-22T02:17:38.084Z Downloaded ppv-lite86 v0.2.20
8042025-04-22T02:17:38.087Z Downloaded peg-runtime v0.8.5
8052025-04-22T02:17:38.087Z Downloaded ctr v0.9.2
8062025-04-22T02:17:38.090Z Downloaded signal-hook-tokio v0.3.1
8072025-04-22T02:17:38.093Z Downloaded progenitor v0.8.0
8082025-04-22T02:17:38.093Z Downloaded postcard v1.0.10
8092025-04-22T02:17:38.096Z Downloaded strum_macros v0.24.3
8102025-04-22T02:17:38.099Z Downloaded static_assertions v1.1.0
8112025-04-22T02:17:38.102Z Downloaded slog-envlogger v2.2.0
8122025-04-22T02:17:38.105Z Downloaded defmt-parser v0.3.4
8132025-04-22T02:17:38.105Z Downloaded ff v0.13.0
8142025-04-22T02:17:38.109Z Downloaded libm v0.2.8
8152025-04-22T02:17:38.115Z Downloaded sha1 v0.10.6
8162025-04-22T02:17:38.118Z Downloaded rtoolbox v0.0.2
8172025-04-22T02:17:38.122Z Downloaded fallible-iterator v0.2.0
8182025-04-22T02:17:38.122Z Downloaded xshell-macros v0.2.7
8192025-04-22T02:17:38.125Z Downloaded futures-task v0.3.31
8202025-04-22T02:17:38.125Z Downloaded futures-macro v0.3.31
8212025-04-22T02:17:38.128Z Downloaded futures-io v0.3.31
8222025-04-22T02:17:38.128Z Downloaded env_filter v0.1.2
8232025-04-22T02:17:38.131Z Downloaded serde_derive_internals v0.29.1
8242025-04-22T02:17:38.134Z Downloaded zeroize v1.8.1
8252025-04-22T02:17:38.134Z Downloaded ed25519-dalek v2.1.1
8262025-04-22T02:17:38.138Z Downloaded progenitor-macro v0.9.1
8272025-04-22T02:17:38.141Z Downloaded oso v0.27.3
8282025-04-22T02:17:38.144Z Downloaded dunce v1.0.5
8292025-04-22T02:17:38.147Z Downloaded dsl_auto_type v0.1.2
8302025-04-22T02:17:38.150Z Downloaded opaque-debug v0.3.1
8312025-04-22T02:17:38.150Z Downloaded form_urlencoded v1.2.1
8322025-04-22T02:17:38.150Z Downloaded serde-big-array v0.5.1
8332025-04-22T02:17:38.153Z Downloaded vte v0.11.1
8342025-04-22T02:17:38.156Z Downloaded scopeguard v1.2.0
8352025-04-22T02:17:38.159Z Downloaded csv-core v0.1.11
8362025-04-22T02:17:38.159Z Downloaded vsss-rs v3.3.4
8372025-04-22T02:17:38.162Z Downloaded dropshot_endpoint v0.16.0
8382025-04-22T02:17:38.167Z Downloaded number_prefix v0.4.0
8392025-04-22T02:17:38.170Z Downloaded fxhash v0.2.1
8402025-04-22T02:17:38.170Z Downloaded tokio-rustls v0.26.0
8412025-04-22T02:17:38.173Z Downloaded resolv-conf v0.7.0
8422025-04-22T02:17:38.176Z Downloaded termcolor v1.4.1
8432025-04-22T02:17:38.179Z Downloaded idna v1.0.3
8442025-04-22T02:17:38.182Z Downloaded crossterm v0.28.1
8452025-04-22T02:17:38.190Z Downloaded parking_lot v0.11.2
8462025-04-22T02:17:38.193Z Downloaded endian-type v0.1.2
8472025-04-22T02:17:38.196Z Downloaded libxml v0.3.3
8482025-04-22T02:17:38.201Z Downloaded num-derive v0.3.3
8492025-04-22T02:17:38.204Z Downloaded hyper v1.6.0
8502025-04-22T02:17:38.212Z Downloaded serde_with_macros v3.12.0
8512025-04-22T02:17:38.216Z Downloaded topological-sort v0.2.2
8522025-04-22T02:17:38.219Z Downloaded serde-hex v0.1.0
8532025-04-22T02:17:38.219Z Downloaded derive-where v1.2.7
8542025-04-22T02:17:38.224Z Downloaded newtype-uuid v1.2.1
8552025-04-22T02:17:38.227Z Downloaded proc-macro-error2 v2.0.1
8562025-04-22T02:17:38.230Z Downloaded progenitor-client v0.8.0
8572025-04-22T02:17:38.230Z Downloaded tokio-postgres v0.7.13
8582025-04-22T02:17:38.236Z Downloaded zip v0.6.6
8592025-04-22T02:17:38.241Z Downloaded foreign-types-shared v0.3.1
8602025-04-22T02:17:38.244Z Downloaded foreign-types-shared v0.1.1
8612025-04-22T02:17:38.244Z Downloaded display-error-chain v0.2.2
8622025-04-22T02:17:38.247Z Downloaded signature v2.2.0
8632025-04-22T02:17:38.250Z Downloaded either v1.14.0
8642025-04-22T02:17:38.250Z Downloaded pin-project-lite v0.2.14
8652025-04-22T02:17:38.255Z Downloaded darling_macro v0.20.10
8662025-04-22T02:17:38.258Z Downloaded stringprep v0.1.5
8672025-04-22T02:17:38.261Z Downloaded toml v0.7.8
8682025-04-22T02:17:38.264Z Downloaded dropshot_endpoint v0.12.0
8692025-04-22T02:17:38.267Z Downloaded strum_macros v0.25.3
8702025-04-22T02:17:38.270Z Downloaded pkg-config v0.3.31
8712025-04-22T02:17:38.273Z Downloaded futures-channel v0.3.31
8722025-04-22T02:17:38.276Z Downloaded ron v0.8.1
8732025-04-22T02:17:38.281Z Downloaded progenitor v0.9.1
8742025-04-22T02:17:38.284Z Downloaded progenitor-client v0.9.1
8752025-04-22T02:17:38.287Z Downloaded foreign-types-macros v0.2.3
8762025-04-22T02:17:38.287Z Downloaded progenitor-macro v0.8.0
8772025-04-22T02:17:38.287Z Downloaded password-hash v0.4.2
8782025-04-22T02:17:38.290Z Downloaded parking_lot_core v0.8.6
8792025-04-22T02:17:38.293Z Downloaded parking_lot v0.12.3
8802025-04-22T02:17:38.296Z Downloaded float-ord v0.3.2
8812025-04-22T02:17:38.299Z Downloaded tokio-util v0.7.13
8822025-04-22T02:17:38.305Z Downloaded slab v0.4.9
8832025-04-22T02:17:38.308Z Downloaded universal-hash v0.5.1
8842025-04-22T02:17:38.311Z Downloaded fatfs v0.3.6
8852025-04-22T02:17:38.313Z Downloaded utf8_iter v1.0.4
8862025-04-22T02:17:38.313Z Downloaded nom v7.1.3
8872025-04-22T02:17:38.319Z Downloaded tower-service v0.3.3
8882025-04-22T02:17:38.323Z Downloaded tower-layer v0.3.3
8892025-04-22T02:17:38.323Z Downloaded void v1.0.2
8902025-04-22T02:17:38.327Z Downloaded signal-hook-mio v0.2.4
8912025-04-22T02:17:38.327Z Downloaded publicsuffix v2.3.0
8922025-04-22T02:17:38.329Z Downloaded typify v0.2.0
8932025-04-22T02:17:38.332Z Downloaded data-encoding v2.6.0
8942025-04-22T02:17:38.335Z Downloaded zerofrom v0.1.4
8952025-04-22T02:17:38.335Z Downloaded which v4.4.2
8962025-04-22T02:17:38.339Z Downloaded rustyline v14.0.0
8972025-04-22T02:17:38.343Z Downloaded serde_yaml v0.9.34+deprecated
8982025-04-22T02:17:38.347Z Downloaded zone v0.1.8
8992025-04-22T02:17:38.352Z Downloaded expectorate v1.1.0
9002025-04-22T02:17:38.354Z Downloaded smallvec v0.6.14
9012025-04-22T02:17:38.354Z Downloaded openssl-sys v0.9.107
9022025-04-22T02:17:38.360Z Downloaded password-hash v0.5.0
9032025-04-22T02:17:38.363Z Downloaded num_threads v0.1.7
9042025-04-22T02:17:38.363Z Downloaded difflib v0.4.0
9052025-04-22T02:17:38.366Z Downloaded num-rational v0.4.2
9062025-04-22T02:17:38.366Z Downloaded packed_struct_codegen v0.10.1
9072025-04-22T02:17:38.373Z Downloaded packed_struct v0.10.1
9082025-04-22T02:17:38.373Z Downloaded schemars_derive v0.8.22
9092025-04-22T02:17:38.373Z Downloaded scheduled-thread-pool v0.2.7
9102025-04-22T02:17:38.373Z Downloaded xattr v1.3.1
9112025-04-22T02:17:38.377Z Downloaded samael v0.0.18
9122025-04-22T02:17:38.382Z Downloaded parse-size v1.1.0
9132025-04-22T02:17:38.385Z Downloaded untrusted v0.7.1
9142025-04-22T02:17:38.385Z Downloaded itertools v0.14.0
9152025-04-22T02:17:38.393Z Downloaded pem v3.0.5
9162025-04-22T02:17:38.396Z Downloaded float-cmp v0.10.0
9172025-04-22T02:17:38.399Z Downloaded subprocess v0.2.9
9182025-04-22T02:17:38.401Z Downloaded bindgen v0.71.1
9192025-04-22T02:17:38.408Z Downloaded num_enum_derive v0.5.11
9202025-04-22T02:17:38.411Z Downloaded string_cache v0.8.9
9212025-04-22T02:17:38.414Z Downloaded ssh-cipher v0.2.0
9222025-04-22T02:17:38.414Z Downloaded num v0.4.3
9232025-04-22T02:17:38.417Z Downloaded enum-as-inner v0.6.1
9242025-04-22T02:17:38.417Z Downloaded getrandom v0.2.15
9252025-04-22T02:17:38.420Z Downloaded itertools v0.13.0
9262025-04-22T02:17:38.428Z Downloaded group v0.13.0
9272025-04-22T02:17:38.430Z Downloaded zone_cfg_derive v0.1.2
9282025-04-22T02:17:38.433Z Downloaded hkdf v0.12.4
9292025-04-22T02:17:38.436Z Downloaded smallvec v1.14.0
9302025-04-22T02:17:38.436Z Downloaded poly1305 v0.8.0
9312025-04-22T02:17:38.439Z Downloaded defmt v0.3.8
9322025-04-22T02:17:38.443Z Downloaded debug-ignore v1.0.5
9332025-04-22T02:17:38.446Z Downloaded slog v2.7.0
9342025-04-22T02:17:38.450Z Downloaded unicase v2.7.0
9352025-04-22T02:17:38.453Z Downloaded ghash v0.5.1
9362025-04-22T02:17:38.453Z Downloaded bindgen v0.69.5
9372025-04-22T02:17:38.459Z Downloaded mime_guess v2.0.5
9382025-04-22T02:17:38.462Z Downloaded signal-hook v0.3.17
9392025-04-22T02:17:38.465Z Downloaded similar v2.7.0
9402025-04-22T02:17:38.470Z Downloaded zeroize_derive v1.4.2
9412025-04-22T02:17:38.473Z Downloaded tabled_derive v0.10.0
9422025-04-22T02:17:38.473Z Downloaded pbkdf2 v0.12.2
9432025-04-22T02:17:38.476Z Downloaded filetime v0.2.25
9442025-04-22T02:17:38.479Z Downloaded term v0.7.0
9452025-04-22T02:17:38.482Z Downloaded paste v1.0.15
9462025-04-22T02:17:38.485Z Downloaded dirs-next v2.0.0
9472025-04-22T02:17:38.489Z Downloaded nu-ansi-term v0.50.1
9482025-04-22T02:17:38.492Z Downloaded tabwriter v1.4.0
9492025-04-22T02:17:38.492Z Downloaded rustls-pemfile v2.2.0
9502025-04-22T02:17:38.492Z Downloaded unicode-normalization v0.1.24
9512025-04-22T02:17:38.496Z Downloaded ssh-encoding v0.2.0
9522025-04-22T02:17:38.499Z Downloaded toml_edit v0.19.15
9532025-04-22T02:17:38.513Z Downloaded rustversion v1.0.17
9542025-04-22T02:17:38.515Z Downloaded reedline v0.38.0
9552025-04-22T02:17:38.522Z Downloaded zerovec-derive v0.10.3
9562025-04-22T02:17:38.525Z Downloaded synstructure v0.13.1
9572025-04-22T02:17:38.528Z Downloaded rfc6979 v0.4.0
9582025-04-22T02:17:38.528Z Downloaded zone v0.3.1
9592025-04-22T02:17:38.528Z Downloaded postgres-types v0.2.9
9602025-04-22T02:17:38.530Z Downloaded displaydoc v0.2.5
9612025-04-22T02:17:38.535Z Downloaded ena v0.14.3
9622025-04-22T02:17:38.538Z Downloaded progenitor-impl v0.9.1
9632025-04-22T02:17:38.538Z Downloaded unicode-truncate v1.1.0
9642025-04-22T02:17:38.538Z Downloaded snafu-derive v0.8.5
9652025-04-22T02:17:38.541Z Downloaded proptest v1.6.0
9662025-04-22T02:17:38.549Z Downloaded postgres-protocol v0.6.8
9672025-04-22T02:17:38.552Z Downloaded unicode_categories v0.1.1
9682025-04-22T02:17:38.555Z Downloaded bitvec v1.0.1
9692025-04-22T02:17:38.567Z Downloaded diff v0.1.13
9702025-04-22T02:17:38.570Z Downloaded uuid v1.16.0
9712025-04-22T02:17:38.573Z Downloaded socket2 v0.5.9
9722025-04-22T02:17:38.576Z Downloaded ron v0.7.1
9732025-04-22T02:17:38.580Z Downloaded pin-project v1.1.6
9742025-04-22T02:17:38.590Z Downloaded tar v0.4.44
9752025-04-22T02:17:38.593Z Downloaded rustls-pki-types v1.10.0
9762025-04-22T02:17:38.596Z Downloaded steno v0.4.1
9772025-04-22T02:17:38.600Z Downloaded typify v0.3.0
9782025-04-22T02:17:38.604Z Downloaded snafu v0.8.5
9792025-04-22T02:17:38.609Z Downloaded quinn v0.11.5
9802025-04-22T02:17:38.613Z Downloaded rcgen v0.12.1
9812025-04-22T02:17:38.616Z Downloaded ssh-key v0.6.6
9822025-04-22T02:17:38.623Z Downloaded tracing v0.1.40
9832025-04-22T02:17:38.626Z Downloaded unsafe-libyaml v0.2.11
9842025-04-22T02:17:38.630Z Downloaded num-bigint v0.4.6
9852025-04-22T02:17:38.634Z Downloaded zerocopy-derive v0.8.10
9862025-04-22T02:17:38.640Z Downloaded x509-cert v0.2.5
9872025-04-22T02:17:38.646Z Downloaded tungstenite v0.21.0
9882025-04-22T02:17:38.649Z Downloaded icu_properties_data v1.5.0
9892025-04-22T02:17:38.662Z Downloaded qorb v0.3.1
9902025-04-22T02:17:38.665Z Downloaded tower v0.5.2
9912025-04-22T02:17:38.672Z Downloaded quick-xml v0.37.2
9922025-04-22T02:17:38.678Z Downloaded lalrpop v0.19.12
9932025-04-22T02:17:38.689Z Downloaded hashbrown v0.12.3
9942025-04-22T02:17:38.693Z Downloaded flume v0.11.1
9952025-04-22T02:17:38.697Z Downloaded h2 v0.4.6
9962025-04-22T02:17:38.703Z Downloaded p256 v0.13.2
9972025-04-22T02:17:38.706Z Downloaded p521 v0.13.3
9982025-04-22T02:17:38.710Z Downloaded parse-zoneinfo v0.3.1
9992025-04-22T02:17:38.713Z Downloaded salty v0.3.0
10002025-04-22T02:17:38.719Z Downloaded radix_trie v0.2.1
10012025-04-22T02:17:38.725Z Downloaded minimal-lexical v0.2.1
10022025-04-22T02:17:38.729Z Downloaded num-bigint-dig v0.8.4
10032025-04-22T02:17:38.734Z Downloaded portable-atomic v1.11.0
10042025-04-22T02:17:38.741Z Downloaded rayon v1.10.0
10052025-04-22T02:17:38.749Z Downloaded rustls-webpki v0.102.8
10062025-04-22T02:17:38.767Z Downloaded zerovec v0.10.4
10072025-04-22T02:17:38.772Z Downloaded unicode-width v0.2.0
10082025-04-22T02:17:38.778Z Downloaded tough v0.20.0
10092025-04-22T02:17:38.786Z Downloaded typed-path v0.9.3
10102025-04-22T02:17:38.792Z Downloaded chrono v0.4.40
10112025-04-22T02:17:38.799Z Downloaded winnow v0.6.20
10122025-04-22T02:17:38.807Z Downloaded serde_with v3.12.0
10132025-04-22T02:17:38.816Z Downloaded regex-syntax v0.6.29
10142025-04-22T02:17:38.823Z Downloaded unicode-segmentation v1.12.0
10152025-04-22T02:17:38.827Z Downloaded time v0.3.36
10162025-04-22T02:17:38.834Z Downloaded reqwest v0.12.12
10172025-04-22T02:17:38.842Z Downloaded sqlparser v0.45.0
10182025-04-22T02:17:38.848Z Downloaded russh v0.45.0
10192025-04-22T02:17:38.853Z Downloaded futures-util v0.3.31
10202025-04-22T02:17:38.864Z Downloaded webpki-roots v0.26.6
10212025-04-22T02:17:38.868Z Downloaded regex-syntax v0.8.5
10222025-04-22T02:17:38.876Z Downloaded git2 v0.19.0
10232025-04-22T02:17:38.884Z Downloaded p384 v0.13.0
10242025-04-22T02:17:38.890Z Downloaded object v0.36.5
10252025-04-22T02:17:38.901Z Downloaded smoltcp v0.9.1
10262025-04-22T02:17:38.912Z Downloaded smoltcp v0.11.0
10272025-04-22T02:17:38.925Z Downloaded gimli v0.31.1
10282025-04-22T02:17:38.933Z Downloaded regex v1.11.1
10292025-04-22T02:17:38.945Z Downloaded diesel v2.2.9
10302025-04-22T02:17:38.962Z Downloaded rustls-webpki v0.101.7
10312025-04-22T02:17:38.975Z Downloaded curve25519-dalek v4.1.3
10322025-04-22T02:17:38.984Z Downloaded zerocopy v0.8.10
10332025-04-22T02:17:39.005Z Downloaded regress v0.10.3
10342025-04-22T02:17:39.014Z Downloaded quinn-proto v0.11.8
10352025-04-22T02:17:39.020Z Downloaded tabled v0.18.0
10362025-04-22T02:17:39.036Z Downloaded vcpkg v0.2.15
10372025-04-22T02:17:39.072Z Downloaded nix v0.27.1
10382025-04-22T02:17:39.083Z Downloaded dropshot v0.16.0
10392025-04-22T02:17:39.103Z Downloaded object v0.30.4
10402025-04-22T02:17:39.113Z Downloaded hickory-proto v0.24.4
10412025-04-22T02:17:39.127Z Downloaded rustls v0.21.12
10422025-04-22T02:17:39.137Z Downloaded sled v0.34.7
10432025-04-22T02:17:39.147Z Downloaded typify-impl v0.2.0
10442025-04-22T02:17:39.164Z Downloaded openssl v0.10.72
10452025-04-22T02:17:39.171Z Downloaded ratatui v0.29.0
10462025-04-22T02:17:39.191Z Downloaded nix v0.29.0
10472025-04-22T02:17:39.201Z Downloaded bzip2-sys v0.1.13+1.0.8
10482025-04-22T02:17:39.214Z Downloaded rustls v0.22.4
10492025-04-22T02:17:39.225Z Downloaded polar-core v0.27.3
10502025-04-22T02:17:39.233Z Downloaded nix v0.28.0
10512025-04-22T02:17:39.243Z Downloaded openapiv3 v2.0.0
10522025-04-22T02:17:39.255Z Downloaded typify-impl v0.3.0
10532025-04-22T02:17:39.272Z Downloaded dropshot v0.12.0
10542025-04-22T02:17:39.288Z Downloaded petgraph v0.6.5
10552025-04-22T02:17:39.305Z Downloaded petname v2.0.2
10562025-04-22T02:17:39.309Z Downloaded rustls v0.23.19
10572025-04-22T02:17:39.320Z Downloaded petgraph v0.7.1
10582025-04-22T02:17:39.338Z Downloaded chrono-tz v0.10.3
10592025-04-22T02:17:39.345Z Downloaded bstr v1.10.0
10602025-04-22T02:17:39.355Z Downloaded winnow v0.5.40
10612025-04-22T02:17:39.363Z Downloaded peg-macros v0.8.5
10622025-04-22T02:17:39.366Z Downloaded zip v2.6.1
10632025-04-22T02:17:39.369Z Downloaded pkcs1 v0.7.5
10642025-04-22T02:17:39.373Z Downloaded mio v1.0.2
10652025-04-22T02:17:39.376Z Downloaded regex-automata v0.4.8
10662025-04-22T02:17:39.391Z Downloaded zerocopy-derive v0.6.6
10672025-04-22T02:17:39.400Z Downloaded miniz_oxide v0.8.5
10682025-04-22T02:17:39.403Z Downloaded pkcs5 v0.7.1
10692025-04-22T02:17:39.406Z Downloaded jiff v0.2.6
10702025-04-22T02:17:39.424Z Downloaded num_enum v0.5.11
10712025-04-22T02:17:39.428Z Downloaded unarray v0.1.4
10722025-04-22T02:17:39.434Z Downloaded num-traits v0.2.19
10732025-04-22T02:17:39.437Z Downloaded slog-term v2.9.1
10742025-04-22T02:17:39.437Z Downloaded rayon-core v1.12.1
10752025-04-22T02:17:39.437Z Downloaded daft-derive v0.1.3
10762025-04-22T02:17:39.441Z Downloaded tungstenite v0.23.0
10772025-04-22T02:17:39.444Z Downloaded des v0.8.1
10782025-04-22T02:17:39.447Z Downloaded derive_more v0.99.19
10792025-04-22T02:17:39.450Z Downloaded vergen v8.3.2
10802025-04-22T02:17:39.453Z Downloaded fixedbitset v0.4.2
10812025-04-22T02:17:39.456Z Downloaded itertools v0.12.1
10822025-04-22T02:17:39.459Z Downloaded funty v2.0.0
10832025-04-22T02:17:39.462Z Downloaded lzma-sys v0.1.20
10842025-04-22T02:17:39.487Z Downloaded dyn-clone v1.0.19
10852025-04-22T02:17:39.489Z Downloaded document-features v0.2.10
10862025-04-22T02:17:39.489Z Downloaded rand v0.9.0
10872025-04-22T02:17:39.493Z Downloaded prettyplease v0.2.30
10882025-04-22T02:17:39.496Z Downloaded pretty_assertions v1.4.1
10892025-04-22T02:17:39.499Z Downloaded aws-lc-rs v1.12.4
10902025-04-22T02:17:39.506Z Downloaded xshell v0.2.7
10912025-04-22T02:17:39.509Z Downloaded csv v1.3.1
10922025-04-22T02:17:39.526Z Downloaded untrusted v0.9.0
10932025-04-22T02:17:39.529Z Downloaded multer v3.1.0
10942025-04-22T02:17:39.532Z Downloaded walkdir v2.5.0
10952025-04-22T02:17:39.532Z Downloaded half v2.4.1
10962025-04-22T02:17:39.538Z Downloaded pin-utils v0.1.0
10972025-04-22T02:17:39.538Z Downloaded pin-project-internal v1.1.6
10982025-04-22T02:17:39.541Z Downloaded derive_builder v0.20.2
10992025-04-22T02:17:39.541Z Downloaded elliptic-curve v0.13.8
11002025-04-22T02:17:39.544Z Downloaded rand v0.8.5
11012025-04-22T02:17:39.547Z Downloaded itertools v0.10.5
11022025-04-22T02:17:39.553Z Downloaded unicode-bidi v0.3.17
11032025-04-22T02:17:39.556Z Downloaded hashbrown v0.13.2
11042025-04-22T02:17:39.559Z Downloaded aes-gcm v0.10.3
11052025-04-22T02:17:39.562Z Downloaded sha3 v0.10.8
11062025-04-22T02:17:39.566Z Downloaded tokio v1.43.1
11072025-04-22T02:17:39.603Z Downloaded libz-sys v1.1.20
11082025-04-22T02:17:39.622Z Downloaded powerfmt v0.2.0
11092025-04-22T02:17:39.626Z Downloaded multimap v0.10.0
11102025-04-22T02:17:39.626Z Downloaded diesel_derives v2.2.3
11112025-04-22T02:17:39.629Z Downloaded der v0.7.9
11122025-04-22T02:17:39.632Z Downloaded cc v1.2.15
11132025-04-22T02:17:39.636Z Downloaded futures v0.3.31
11142025-04-22T02:17:39.640Z Downloaded tinyvec v1.8.0
11152025-04-22T02:17:39.643Z Downloaded fixedbitset v0.5.7
11162025-04-22T02:17:39.646Z Downloaded signal-hook-registry v1.4.2
11172025-04-22T02:17:39.646Z Downloaded rustc_version v0.4.1
11182025-04-22T02:17:39.649Z Downloaded rustc-hash v2.1.1
11192025-04-22T02:17:39.649Z Downloaded rand_xorshift v0.3.0
11202025-04-22T02:17:39.649Z Downloaded rand_chacha v0.9.0
11212025-04-22T02:17:39.652Z Downloaded thiserror-no-std v2.0.2
11222025-04-22T02:17:39.655Z Downloaded derive_builder_macro v0.20.2
11232025-04-22T02:17:39.655Z Downloaded proc-macro-crate v1.3.1
11242025-04-22T02:17:39.655Z Downloaded num-complex v0.4.6
11252025-04-22T02:17:39.658Z Downloaded phf v0.11.2
11262025-04-22T02:17:39.658Z Downloaded hash32 v0.3.1
11272025-04-22T02:17:39.662Z Downloaded yansi v1.0.1
11282025-04-22T02:17:39.662Z Downloaded spin v0.9.8
11292025-04-22T02:17:39.666Z Downloaded serde_path_to_error v0.1.16
11302025-04-22T02:17:39.666Z Downloaded http v1.2.0
11312025-04-22T02:17:39.669Z Downloaded hickory-resolver v0.24.4
11322025-04-22T02:17:39.672Z Downloaded zerocopy v0.6.6
11332025-04-22T02:17:39.675Z Downloaded diesel-dtrace v0.4.2
11342025-04-22T02:17:39.675Z Downloaded globset v0.4.15
11352025-04-22T02:17:39.678Z Downloaded env_logger v0.11.5
11362025-04-22T02:17:39.678Z Downloaded env_logger v0.10.2
11372025-04-22T02:17:39.681Z Downloaded simd-adler32 v0.3.7
11382025-04-22T02:17:39.684Z Downloaded blake3 v1.5.4
11392025-04-22T02:17:39.689Z Downloaded openssl-probe v0.1.5
11402025-04-22T02:17:39.691Z Downloaded openssl-macros v0.1.1
11412025-04-22T02:17:39.692Z Downloaded newtype_derive v0.1.6
11422025-04-22T02:17:39.694Z Downloaded serde_urlencoded v0.7.1
11432025-04-22T02:17:39.694Z Downloaded serde_repr v0.1.19
11442025-04-22T02:17:39.697Z Downloaded serde_plain v1.0.2
11452025-04-22T02:17:39.697Z Downloaded salsa20 v0.10.2
11462025-04-22T02:17:39.697Z Downloaded omicron-zone-package v0.12.0
11472025-04-22T02:17:39.700Z Downloaded schemars v0.8.22
11482025-04-22T02:17:39.710Z Downloaded crypto-bigint v0.5.5
11492025-04-22T02:17:39.715Z Downloaded const_format v0.2.34
11502025-04-22T02:17:39.719Z Downloaded tokio-native-tls v0.3.1
11512025-04-22T02:17:39.722Z Downloaded parse-display-derive v0.10.0
11522025-04-22T02:17:39.722Z Downloaded oxnet v0.1.1
11532025-04-22T02:17:39.725Z Downloaded scrypt v0.11.0
11542025-04-22T02:17:39.725Z Downloaded rustc-hash v1.1.0
11552025-04-22T02:17:39.728Z Downloaded num-derive v0.4.2
11562025-04-22T02:17:39.728Z Downloaded native-tls v0.2.12
11572025-04-22T02:17:39.731Z Downloaded der_derive v0.7.3
11582025-04-22T02:17:39.733Z Downloaded time-macros v0.2.18
11592025-04-22T02:17:39.733Z Downloaded icu_collections v1.5.0
11602025-04-22T02:17:39.738Z Downloaded futures-executor v0.3.31
11612025-04-22T02:17:39.741Z Downloaded indicatif v0.17.11
11622025-04-22T02:17:39.744Z Downloaded sigpipe v0.1.3
11632025-04-22T02:17:39.744Z Downloaded phf_shared v0.11.2
11642025-04-22T02:17:39.747Z Downloaded aho-corasick v1.1.3
11652025-04-22T02:17:39.750Z Downloaded twox-hash v2.1.0
11662025-04-22T02:17:39.753Z Downloaded jiff-static v0.2.6
11672025-04-22T02:17:39.756Z Downloaded heapless v0.8.0
11682025-04-22T02:17:39.759Z Downloaded headers v0.4.0
11692025-04-22T02:17:39.762Z Downloaded num-iter v0.1.45
11702025-04-22T02:17:39.765Z Downloaded ref-cast v1.0.23
11712025-04-22T02:17:39.768Z Downloaded ed25519 v2.2.3
11722025-04-22T02:17:39.768Z Downloaded strum_macros v0.26.4
11732025-04-22T02:17:39.771Z Downloaded crc-any v2.5.0
11742025-04-22T02:17:39.771Z Downloaded const-oid v0.9.6
11752025-04-22T02:17:39.775Z Downloaded termtree v0.5.1
11762025-04-22T02:17:39.775Z Downloaded wyz v0.5.1
11772025-04-22T02:17:39.775Z Downloaded rpassword v7.3.1
11782025-04-22T02:17:39.778Z Downloaded cancel-safe-futures v0.1.5
11792025-04-22T02:17:39.778Z Downloaded backtrace v0.3.74
11802025-04-22T02:17:39.782Z Downloaded slog-async v2.8.0
11812025-04-22T02:17:39.785Z Downloaded ring v0.17.11
11822025-04-22T02:17:39.823Z Downloaded encoding_rs v0.8.34
11832025-04-22T02:17:39.843Z Downloaded icu_locid_transform_data v1.5.0
11842025-04-22T02:17:39.846Z Downloaded bumpalo v3.16.0
11852025-04-22T02:17:39.849Z Downloaded icu_locid v1.5.0
11862025-04-22T02:17:39.852Z Downloaded crc v3.2.1
11872025-04-22T02:17:39.855Z Downloaded bzip2 v0.5.2
11882025-04-22T02:17:39.858Z Downloaded litrs v0.4.1
11892025-04-22T02:17:39.858Z Downloaded libsw-core v0.3.1
11902025-04-22T02:17:39.861Z Downloaded hmac v0.12.1
11912025-04-22T02:17:39.861Z Downloaded colored v2.2.0
11922025-04-22T02:17:39.864Z Downloaded libgit2-sys v0.17.0+1.8.1
11932025-04-22T02:17:39.917Z Downloaded ciborium v0.2.2
11942025-04-22T02:17:39.920Z Downloaded httpdate v1.0.3
11952025-04-22T02:17:39.920Z Downloaded shell-words v1.1.0
11962025-04-22T02:17:39.923Z Downloaded rusty-fork v0.3.0
11972025-04-22T02:17:39.923Z Downloaded hubpack v0.1.2
11982025-04-22T02:17:39.923Z Downloaded typify-macro v0.2.0
11992025-04-22T02:17:39.926Z Downloaded semver v0.1.20
12002025-04-22T02:17:39.926Z Downloaded secrecy v0.8.0
12012025-04-22T02:17:39.926Z Downloaded sec1 v0.7.3
12022025-04-22T02:17:39.930Z Downloaded rustls-pemfile v1.0.4
12032025-04-22T02:17:39.930Z Downloaded rustc_version v0.1.7
12042025-04-22T02:17:39.930Z Downloaded crossbeam-deque v0.8.5
12052025-04-22T02:17:39.933Z Downloaded httparse v1.9.5
12062025-04-22T02:17:39.933Z Downloaded chacha20 v0.9.1
12072025-04-22T02:17:39.935Z Downloaded arc-swap v1.7.1
12082025-04-22T02:17:39.938Z Downloaded lalrpop-util v0.19.12
12092025-04-22T02:17:39.938Z Downloaded ipnet v2.11.0
12102025-04-22T02:17:39.941Z Downloaded cassowary v0.3.0
12112025-04-22T02:17:39.941Z Downloaded cmake v0.1.51
12122025-04-22T02:17:39.944Z Downloaded castaway v0.2.3
12132025-04-22T02:17:39.944Z Downloaded icu_locid_transform v1.5.0
12142025-04-22T02:17:39.947Z Downloaded humantime v2.1.0
12152025-04-22T02:17:39.947Z Downloaded cobs v0.2.3
12162025-04-22T02:17:39.947Z Downloaded cipher v0.4.4
12172025-04-22T02:17:39.950Z Downloaded lru v0.12.5
12182025-04-22T02:17:39.950Z Downloaded impl-trait-for-tuples v0.2.2
12192025-04-22T02:17:39.953Z Downloaded hostname v0.4.0
12202025-04-22T02:17:39.953Z Downloaded cstr-argument v0.1.2
12212025-04-22T02:17:39.956Z Downloaded crucible-workspace-hack v0.1.0
12222025-04-22T02:17:39.956Z Downloaded idna_adapter v1.2.0
12232025-04-22T02:17:39.956Z Downloaded bit-vec v0.8.0
12242025-04-22T02:17:39.959Z Downloaded arrayvec v0.7.6
12252025-04-22T02:17:39.959Z Downloaded instant v0.1.13
12262025-04-22T02:17:39.962Z Downloaded lazycell v1.3.0
12272025-04-22T02:17:39.962Z Downloaded is-terminal v0.4.13
12282025-04-22T02:17:39.962Z Downloaded atty v0.2.14
12292025-04-22T02:17:40.310Z Downloaded aws-lc-sys v0.26.0
12302025-04-22T02:17:40.658Z Compiling serde v1.0.219
12312025-04-22T02:17:40.661Z Compiling value-bag v1.9.0
12322025-04-22T02:17:40.661Z Compiling lock_api v0.4.12
12332025-04-22T02:17:40.661Z Compiling scopeguard v1.2.0
12342025-04-22T02:17:40.661Z Compiling typenum v1.17.0
12352025-04-22T02:17:40.827Z Compiling generic-array v0.14.7
12362025-04-22T02:17:40.871Z Compiling syn v2.0.98
12372025-04-22T02:17:40.887Z Compiling getrandom v0.2.15
12382025-04-22T02:17:40.986Z Compiling shlex v1.3.0
12392025-04-22T02:17:41.219Z Compiling log v0.4.22
12402025-04-22T02:17:41.299Z Compiling rand_core v0.6.4
12412025-04-22T02:17:41.356Z Compiling jobserver v0.1.32
12422025-04-22T02:17:41.409Z Compiling subtle v2.6.1
12432025-04-22T02:17:41.446Z Compiling smallvec v1.14.0
12442025-04-22T02:17:41.765Z Compiling const-oid v0.9.6
12452025-04-22T02:17:41.813Z Compiling cc v1.2.15
12462025-04-22T02:17:41.857Z Compiling parking_lot_core v0.9.10
12472025-04-22T02:17:41.878Z Compiling pin-project-lite v0.2.14
12482025-04-22T02:17:41.997Z Compiling rustix v0.38.37
12492025-04-22T02:17:42.085Z Compiling signal-hook-registry v1.4.2
12502025-04-22T02:17:42.232Z Compiling stable_deref_trait v1.2.0
12512025-04-22T02:17:42.370Z Compiling spin v0.9.8
12522025-04-22T02:17:42.770Z Compiling mio v1.0.2
12532025-04-22T02:17:42.774Z Compiling futures-core v0.3.31
12542025-04-22T02:17:42.955Z Compiling parking_lot v0.12.3
12552025-04-22T02:17:43.029Z Compiling aho-corasick v1.1.3
12562025-04-22T02:17:43.032Z Compiling libm v0.2.8
12572025-04-22T02:17:43.257Z Compiling pkg-config v0.3.31
12582025-04-22T02:17:43.407Z Compiling cpufeatures v0.2.14
12592025-04-22T02:17:43.530Z Compiling serde_json v1.0.140
12602025-04-22T02:17:43.812Z Compiling either v1.14.0
12612025-04-22T02:17:43.833Z Compiling regex-syntax v0.8.5
12622025-04-22T02:17:43.910Z Compiling socket2 v0.5.9
12632025-04-22T02:17:43.929Z Compiling slab v0.4.9
12642025-04-22T02:17:44.242Z Compiling num-traits v0.2.19
12652025-04-22T02:17:44.288Z Compiling glob v0.3.2
12662025-04-22T02:17:44.819Z Compiling getrandom v0.3.1
12672025-04-22T02:17:44.841Z Compiling prettyplease v0.2.30
12682025-04-22T02:17:45.098Z Compiling clang-sys v1.8.1
12692025-04-22T02:17:45.201Z Compiling futures-sink v0.3.31
12702025-04-22T02:17:45.530Z Compiling lazy_static v1.5.0
12712025-04-22T02:17:45.720Z Compiling minimal-lexical v0.2.1
12722025-04-22T02:17:45.740Z Compiling allocator-api2 v0.2.18
12732025-04-22T02:17:45.861Z Compiling foldhash v0.1.3
12742025-04-22T02:17:46.178Z Compiling nom v7.1.3
12752025-04-22T02:17:46.221Z Compiling libloading v0.8.5
12762025-04-22T02:17:46.431Z Compiling hashbrown v0.15.1
12772025-04-22T02:17:46.493Z Compiling base64ct v1.6.0
12782025-04-22T02:17:46.594Z Compiling home v0.5.9
12792025-04-22T02:17:46.817Z Compiling bindgen v0.69.5
12802025-04-22T02:17:47.054Z Compiling pem-rfc7468 v0.7.0
12812025-04-22T02:17:47.382Z Compiling regex-automata v0.4.8
12822025-04-22T02:17:47.560Z Compiling itertools v0.12.1
12832025-04-22T02:17:47.695Z Compiling flagset v0.4.6
12842025-04-22T02:17:47.768Z Compiling lazycell v1.3.0
12852025-04-22T02:17:47.915Z Compiling litemap v0.7.3
12862025-04-22T02:17:47.965Z Compiling writeable v0.5.5
12872025-04-22T02:17:48.306Z Compiling synstructure v0.13.1
12882025-04-22T02:17:49.456Z Compiling cexpr v0.6.0
12892025-04-22T02:17:49.668Z Compiling rustc-hash v1.1.0
12902025-04-22T02:17:49.705Z Compiling futures-channel v0.3.31
12912025-04-22T02:17:49.839Z Compiling cmake v0.1.51
12922025-04-22T02:17:50.131Z Compiling fs_extra v1.3.0
12932025-04-22T02:17:50.369Z Compiling pin-utils v0.1.0
12942025-04-22T02:17:50.483Z Compiling futures-io v0.3.31
12952025-04-22T02:17:50.674Z Compiling dunce v1.0.5
12962025-04-22T02:17:50.713Z Compiling futures-task v0.3.31
12972025-04-22T02:17:50.802Z Compiling paste v1.0.15
12982025-04-22T02:17:50.823Z Compiling icu_locid_transform_data v1.5.0
12992025-04-22T02:17:50.939Z Compiling vcpkg v0.2.15
13002025-04-22T02:17:51.004Z Compiling icu_properties_data v1.5.0
13012025-04-22T02:17:51.043Z Compiling crossbeam-utils v0.8.21
13022025-04-22T02:17:51.268Z Compiling ring v0.17.11
13032025-04-22T02:17:51.351Z Compiling tracing-core v0.1.32
13042025-04-22T02:17:51.616Z Compiling percent-encoding v2.3.1
13052025-04-22T02:17:51.945Z Compiling iana-time-zone v0.1.63
13062025-04-22T02:17:52.295Z Compiling regex v1.11.1
13072025-04-22T02:17:52.344Z Compiling icu_normalizer_data v1.5.0
13082025-04-22T02:17:52.432Z Compiling utf16_iter v1.0.5
13092025-04-22T02:17:52.473Z Compiling write16 v1.0.0
13102025-04-22T02:17:52.494Z Compiling utf8_iter v1.0.4
13112025-04-22T02:17:52.621Z Compiling zerocopy v0.8.10
13122025-04-22T02:17:52.638Z Compiling openssl-sys v0.9.107
13132025-04-22T02:17:52.641Z Compiling aws-lc-rs v1.12.4
13142025-04-22T02:17:53.234Z Compiling serde_derive v1.0.219
13152025-04-22T02:17:53.254Z Compiling zeroize_derive v1.4.2
13162025-04-22T02:17:53.416Z Compiling zerocopy-derive v0.7.35
13172025-04-22T02:17:53.698Z Compiling zerofrom-derive v0.1.4
13182025-04-22T02:17:54.170Z Compiling tokio-macros v2.5.0
13192025-04-22T02:17:54.552Z Compiling zeroize v1.8.1
13202025-04-22T02:17:55.300Z Compiling zerocopy v0.7.35
13212025-04-22T02:17:55.626Z Compiling yoke-derive v0.7.4
13222025-04-22T02:17:55.964Z Compiling zerovec-derive v0.10.3
13232025-04-22T02:17:56.298Z Compiling crypto-common v0.1.6
13242025-04-22T02:17:56.540Z Compiling block-buffer v0.10.4
13252025-04-22T02:17:56.659Z Compiling block-padding v0.3.3
13262025-04-22T02:17:56.814Z Compiling digest v0.10.7
13272025-04-22T02:17:56.912Z Compiling inout v0.1.3
13282025-04-22T02:17:57.052Z Compiling zerofrom v0.1.4
13292025-04-22T02:17:57.201Z Compiling hmac v0.12.1
13302025-04-22T02:17:57.256Z Compiling displaydoc v0.2.5
13312025-04-22T02:17:57.277Z Compiling sha2 v0.10.8
13322025-04-22T02:17:57.453Z Compiling cipher v0.4.4
13332025-04-22T02:17:57.643Z Compiling thiserror-impl v1.0.69
13342025-04-22T02:17:57.930Z Compiling der_derive v0.7.3
13352025-04-22T02:17:58.030Z Compiling yoke v0.7.4
13362025-04-22T02:17:58.137Z Compiling futures-macro v0.3.31
13372025-04-22T02:17:58.296Z Compiling icu_provider_macros v1.5.0
13382025-04-22T02:17:58.378Z Compiling zerovec v0.10.4
13392025-04-22T02:17:58.708Z Compiling salsa20 v0.10.2
13402025-04-22T02:17:58.965Z Compiling pbkdf2 v0.12.2
13412025-04-22T02:17:59.154Z Compiling ppv-lite86 v0.2.20
13422025-04-22T02:17:59.370Z Compiling scrypt v0.11.0
13432025-04-22T02:17:59.842Z Compiling aes v0.8.4
13442025-04-22T02:17:59.894Z Compiling cbc v0.1.2
13452025-04-22T02:17:59.923Z Compiling futures-util v0.3.31
13462025-04-22T02:18:00.141Z Compiling tinystr v0.7.6
13472025-04-22T02:18:00.163Z Compiling der v0.7.9
13482025-04-22T02:18:00.330Z Compiling icu_collections v1.5.0
13492025-04-22T02:18:00.412Z Compiling thiserror v1.0.69
13502025-04-22T02:18:00.500Z Compiling icu_locid v1.5.0
13512025-04-22T02:18:00.569Z Compiling pest v2.7.14
13522025-04-22T02:18:00.914Z Compiling tracing-attributes v0.1.27
13532025-04-22T02:18:01.658Z Compiling icu_provider v1.5.0
13542025-04-22T02:18:02.491Z Compiling spki v0.7.3
13552025-04-22T02:18:02.602Z Compiling icu_locid_transform v1.5.0
13562025-04-22T02:18:02.705Z Compiling scroll_derive v0.12.0
13572025-04-22T02:18:02.843Z Compiling pkcs5 v0.7.1
13582025-04-22T02:18:03.036Z Compiling zerocopy-derive v0.8.10
13592025-04-22T02:18:03.581Z Compiling pkcs8 v0.10.2
13602025-04-22T02:18:03.930Z Compiling icu_properties v1.5.1
13612025-04-22T02:18:04.062Z Compiling pest_meta v2.7.14
13622025-04-22T02:18:04.165Z Compiling tracing v0.1.40
13632025-04-22T02:18:04.189Z Compiling tinyvec_macros v0.1.1
13642025-04-22T02:18:04.293Z Compiling httparse v1.9.5
13652025-04-22T02:18:04.651Z Compiling rustls-pki-types v1.10.0
13662025-04-22T02:18:04.855Z Compiling tinyvec v1.8.0
13672025-04-22T02:18:05.093Z Compiling scroll v0.12.0
13682025-04-22T02:18:05.326Z Compiling serde_derive_internals v0.29.1
13692025-04-22T02:18:05.630Z Compiling bytes v1.10.1
13702025-04-22T02:18:05.658Z Compiling bitflags v2.9.0
13712025-04-22T02:18:05.676Z Compiling semver v1.0.25
13722025-04-22T02:18:06.359Z Compiling indexmap v2.7.1
13732025-04-22T02:18:06.380Z Compiling rustc_version v0.4.1
13742025-04-22T02:18:07.029Z Compiling tokio v1.43.1
13752025-04-22T02:18:07.068Z Compiling http v1.2.0
13762025-04-22T02:18:07.642Z Compiling uuid v1.16.0
13772025-04-22T02:18:07.690Z Compiling icu_normalizer v1.5.0
13782025-04-22T02:18:08.411Z Compiling chrono v0.4.40
13792025-04-22T02:18:08.463Z Compiling pest_generator v2.7.14
13802025-04-22T02:18:09.183Z Compiling idna_adapter v1.2.0
13812025-04-22T02:18:09.204Z Compiling http-body v1.0.1
13822025-04-22T02:18:09.423Z Compiling bzip2-sys v0.1.13+1.0.8
13832025-04-22T02:18:09.447Z Compiling num-conv v0.1.0
13842025-04-22T02:18:09.451Z Compiling foreign-types-shared v0.1.1
13852025-04-22T02:18:09.604Z Compiling openssl v0.10.72
13862025-04-22T02:18:09.750Z Compiling which v4.4.2
13872025-04-22T02:18:09.925Z Compiling rustversion v1.0.17
13882025-04-22T02:18:10.226Z Compiling untrusted v0.9.0
13892025-04-22T02:18:10.259Z Compiling atomic-waker v1.1.2
13902025-04-22T02:18:10.439Z Compiling time-core v0.1.2
13912025-04-22T02:18:10.461Z Compiling schemars v0.8.22
13922025-04-22T02:18:10.623Z Compiling untrusted v0.7.1
13932025-04-22T02:18:10.644Z Compiling adler2 v2.0.0
13942025-04-22T02:18:10.721Z Compiling try-lock v0.2.5
13952025-04-22T02:18:10.837Z Compiling powerfmt v0.2.0
13962025-04-22T02:18:10.879Z Compiling want v0.3.1
13972025-04-22T02:18:10.897Z Compiling miniz_oxide v0.8.5
13982025-04-22T02:18:10.916Z Compiling time-macros v0.2.18
13992025-04-22T02:18:11.163Z Compiling deranged v0.3.11
14002025-04-22T02:18:11.213Z Compiling goblin v0.8.2
14012025-04-22T02:18:11.546Z Compiling rand_core v0.9.2
14022025-04-22T02:18:11.979Z Compiling pest_derive v2.7.14
14032025-04-22T02:18:12.602Z Compiling foreign-types v0.3.2
14042025-04-22T02:18:12.717Z Compiling idna v1.0.3
14052025-04-22T02:18:12.758Z Compiling schemars_derive v0.8.22
14062025-04-22T02:18:14.152Z Compiling openssl-macros v0.1.1
14072025-04-22T02:18:14.453Z Compiling form_urlencoded v1.2.1
14082025-04-22T02:18:14.758Z Compiling tokio-util v0.7.13
14092025-04-22T02:18:14.897Z Compiling httpdate v1.0.3
14102025-04-22T02:18:15.283Z Compiling native-tls v0.2.12
14112025-04-22T02:18:15.340Z Compiling tower-service v0.3.3
14122025-04-22T02:18:15.486Z Compiling rustls v0.23.19
14132025-04-22T02:18:15.543Z Compiling syn v1.0.109
14142025-04-22T02:18:15.707Z Compiling num_threads v0.1.7
14152025-04-22T02:18:15.810Z Compiling dyn-clone v1.0.19
14162025-04-22T02:18:15.864Z Compiling time v0.3.36
14172025-04-22T02:18:15.951Z Compiling h2 v0.4.6
14182025-04-22T02:18:16.450Z Compiling dtrace-parser v0.2.0
14192025-04-22T02:18:18.326Z Compiling dof v0.3.0
14202025-04-22T02:18:19.310Z Compiling rand_chacha v0.9.0
14212025-04-22T02:18:20.110Z Compiling heapless v0.7.17
14222025-04-22T02:18:20.154Z Compiling unicode-normalization v0.1.24
14232025-04-22T02:18:20.392Z Compiling rand_chacha v0.3.1
14242025-04-22T02:18:20.619Z Compiling signature v2.2.0
14252025-04-22T02:18:20.903Z Compiling crossbeam-epoch v0.9.18
14262025-04-22T02:18:20.976Z Compiling crc32fast v1.4.2
14272025-04-22T02:18:21.225Z Compiling cookie v0.18.1
14282025-04-22T02:18:21.321Z Compiling openssl-probe v0.1.5
14292025-04-22T02:18:21.341Z Compiling unicode-bidi v0.3.17
14302025-04-22T02:18:21.555Z Compiling signal-hook v0.3.17
14312025-04-22T02:18:21.627Z Compiling unicode-properties v0.1.3
14322025-04-22T02:18:21.647Z Compiling rayon-core v1.12.1
14332025-04-22T02:18:21.865Z Compiling base64 v0.22.1
14342025-04-22T02:18:21.971Z Compiling slog v2.7.0
14352025-04-22T02:18:22.027Z Compiling siphasher v0.3.11
14362025-04-22T02:18:22.418Z Compiling phf_shared v0.11.2
14372025-04-22T02:18:22.560Z Compiling stringprep v0.1.5
14382025-04-22T02:18:22.665Z Compiling crossbeam-deque v0.8.5
14392025-04-22T02:18:22.723Z Compiling usdt-impl v0.5.0
14402025-04-22T02:18:22.766Z Compiling hyper v1.6.0
14412025-04-22T02:18:23.020Z Compiling rand v0.8.5
14422025-04-22T02:18:23.120Z Compiling rand v0.9.0
14432025-04-22T02:18:24.052Z Compiling url v2.5.3
14442025-04-22T02:18:24.096Z Compiling curve25519-dalek v4.1.3
14452025-04-22T02:18:24.814Z Compiling serde_tokenstream v0.2.2
14462025-04-22T02:18:24.855Z Compiling serde_spanned v0.6.8
14472025-04-22T02:18:25.100Z Compiling hyper-util v0.1.11
14482025-04-22T02:18:25.119Z Compiling toml_datetime v0.6.8
14492025-04-22T02:18:25.396Z Compiling md-5 v0.10.6
14502025-04-22T02:18:25.561Z Compiling num-integer v0.1.46
14512025-04-22T02:18:25.620Z Compiling hash32 v0.2.1
14522025-04-22T02:18:25.712Z Compiling ff v0.13.0
14532025-04-22T02:18:25.797Z Compiling memoffset v0.9.1
14542025-04-22T02:18:25.952Z Compiling fallible-iterator v0.2.0
14552025-04-22T02:18:25.991Z Compiling smoltcp v0.9.1
14562025-04-22T02:18:26.138Z Compiling psl-types v2.0.11
14572025-04-22T02:18:26.277Z Compiling base16ct v0.2.0
14582025-04-22T02:18:26.299Z Compiling newtype-uuid v1.2.1
14592025-04-22T02:18:26.336Z Compiling gimli v0.31.1
14602025-04-22T02:18:26.583Z Compiling litrs v0.4.1
14612025-04-22T02:18:26.587Z Compiling cfg_aliases v0.2.1
14622025-04-22T02:18:26.626Z Compiling portable-atomic v1.11.0
14632025-04-22T02:18:26.665Z Compiling num-bigint-dig v0.8.4
14642025-04-22T02:18:26.715Z Compiling nix v0.29.0
14652025-04-22T02:18:27.117Z Compiling postgres-protocol v0.6.8
14662025-04-22T02:18:27.587Z Compiling sec1 v0.7.3
14672025-04-22T02:18:27.671Z Compiling document-features v0.2.10
14682025-04-22T02:18:27.691Z Compiling publicsuffix v2.3.0
14692025-04-22T02:18:28.005Z Compiling num-iter v0.1.45
14702025-04-22T02:18:28.132Z Compiling group v0.13.0
14712025-04-22T02:18:28.335Z Compiling tokio-native-tls v0.3.1
14722025-04-22T02:18:29.162Z Compiling flate2 v1.1.1
14732025-04-22T02:18:29.437Z Compiling ipnetwork v0.21.1
14742025-04-22T02:18:29.458Z Compiling terminal_size v0.4.0
14752025-04-22T02:18:29.483Z Compiling http-body-util v0.1.3
14762025-04-22T02:18:29.681Z Compiling webpki-roots v0.26.6
14772025-04-22T02:18:29.764Z Compiling hkdf v0.12.4
14782025-04-22T02:18:29.908Z Compiling crypto-bigint v0.5.5
14792025-04-22T02:18:29.940Z Compiling async-trait v0.1.88
14802025-04-22T02:18:30.017Z Compiling curve25519-dalek-derive v0.1.1
14812025-04-22T02:18:30.043Z Compiling zerocopy-derive v0.6.6
14822025-04-22T02:18:30.208Z Compiling sync_wrapper v1.0.1
14832025-04-22T02:18:30.381Z Compiling addr2line v0.24.2
14842025-04-22T02:18:30.945Z Compiling fs-err v2.11.0
14852025-04-22T02:18:31.117Z Compiling ahash v0.8.11
14862025-04-22T02:18:31.294Z Compiling object v0.36.5
14872025-04-22T02:18:31.405Z Compiling ipnet v2.11.0
14882025-04-22T02:18:31.484Z Compiling managed v0.8.0
14892025-04-22T02:18:31.906Z Compiling anyhow v1.0.98
14902025-04-22T02:18:31.993Z Compiling tower-layer v0.3.3
14912025-04-22T02:18:32.267Z Compiling simd-adler32 v0.3.7
14922025-04-22T02:18:32.443Z Compiling unicode-width v0.2.0
14932025-04-22T02:18:32.466Z Compiling buf-list v1.0.3
14942025-04-22T02:18:32.484Z Compiling zip v2.6.1
14952025-04-22T02:18:32.792Z Compiling winnow v0.5.40
14962025-04-22T02:18:32.835Z Compiling bumpalo v3.16.0
14972025-04-22T02:18:32.957Z Compiling lockfree-object-pool v0.1.6
14982025-04-22T02:18:33.036Z Compiling rustc-demangle v0.1.24
14992025-04-22T02:18:33.218Z Compiling zopfli v0.8.1
15002025-04-22T02:18:33.374Z Compiling console v0.15.10
15012025-04-22T02:18:33.933Z Compiling elliptic-curve v0.13.8
15022025-04-22T02:18:34.785Z Compiling clap_builder v4.5.35
15032025-04-22T02:18:34.785Z Compiling strum_macros v0.25.3
15042025-04-22T02:18:35.482Z Compiling hubpack_derive v0.1.1
15052025-04-22T02:18:35.831Z Compiling tower v0.5.2
15062025-04-22T02:18:36.300Z Compiling toml_edit v0.19.15
15072025-04-22T02:18:36.440Z Compiling hubpack v0.1.2
15082025-04-22T02:18:36.677Z Compiling zerocopy v0.6.6
15092025-04-22T02:18:37.162Z Compiling hyper-tls v0.6.0
15102025-04-22T02:18:37.449Z Compiling oxnet v0.1.1
15112025-04-22T02:18:37.571Z Compiling rayon v1.10.0
15122025-04-22T02:18:38.120Z Compiling backtrace v0.3.74
15132025-04-22T02:18:38.217Z Compiling signal-hook-mio v0.2.4
15142025-04-22T02:18:38.407Z Compiling cookie_store v0.21.1
15152025-04-22T02:18:39.982Z Compiling postgres-types v0.2.9
15162025-04-22T02:18:41.693Z Compiling usdt-macro v0.5.0
15172025-04-22T02:18:41.928Z Compiling usdt-attr-macro v0.5.0
15182025-04-22T02:18:42.248Z Compiling phf v0.11.2
15192025-04-22T02:18:42.466Z Compiling strum_macros v0.26.4
15202025-04-22T02:18:42.545Z Compiling ed25519 v2.2.3
15212025-04-22T02:18:43.083Z Compiling bzip2 v0.5.2
15222025-04-22T02:18:43.172Z Compiling bzip2 v0.4.4
15232025-04-22T02:18:43.461Z Compiling serde_urlencoded v0.7.1
15242025-04-22T02:18:43.492Z Compiling clap_derive v4.5.32
15252025-04-22T02:18:43.558Z Compiling enum-as-inner v0.6.1
15262025-04-22T02:18:43.971Z Compiling serde-big-array v0.5.1
15272025-04-22T02:18:44.205Z Compiling rustls-pemfile v2.2.0
15282025-04-22T02:18:44.341Z Compiling futures-executor v0.3.31
15292025-04-22T02:18:44.557Z Compiling pkcs1 v0.7.5
15302025-04-22T02:18:44.577Z Compiling rfc6979 v0.4.0
15312025-04-22T02:18:44.662Z Compiling serde_repr v0.1.19
15322025-04-22T02:18:44.774Z Compiling daft-derive v0.1.3
15332025-04-22T02:18:44.942Z Compiling bstr v1.10.0
15342025-04-22T02:18:45.424Z Compiling float-cmp v0.10.0
15352025-04-22T02:18:45.693Z Compiling encoding_rs v0.8.34
15362025-04-22T02:18:45.803Z Compiling new_debug_unreachable v1.0.6
15372025-04-22T02:18:45.919Z Compiling precomputed-hash v0.1.1
15382025-04-22T02:18:46.061Z Compiling unicode-segmentation v1.12.0
15392025-04-22T02:18:46.362Z Compiling data-encoding v2.6.0
15402025-04-22T02:18:46.528Z Compiling whoami v1.5.2
15412025-04-22T02:18:46.896Z Compiling number_prefix v0.4.0
15422025-04-22T02:18:46.944Z Compiling fixedbitset v0.4.2
15432025-04-22T02:18:47.084Z Compiling predicates-core v1.0.8
15442025-04-22T02:18:47.131Z Compiling difflib v0.4.0
15452025-04-22T02:18:47.392Z Compiling normalize-line-endings v0.3.0
15462025-04-22T02:18:47.392Z Compiling mime v0.3.17
15472025-04-22T02:18:47.537Z Compiling static_assertions v1.1.0
15482025-04-22T02:18:47.656Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
15492025-04-22T02:18:47.921Z Compiling clap v4.5.35
15502025-04-22T02:18:47.941Z Compiling predicates v3.1.3
15512025-04-22T02:18:48.052Z Compiling petgraph v0.6.5
15522025-04-22T02:18:48.247Z Compiling toml_edit v0.22.24
15532025-04-22T02:18:48.419Z Compiling indicatif v0.17.11
15542025-04-22T02:18:49.409Z Compiling hickory-proto v0.24.4
15552025-04-22T02:18:49.610Z Compiling strum v0.26.3
15562025-04-22T02:18:49.816Z Compiling tokio-postgres v0.7.13
15572025-04-22T02:18:50.322Z Compiling similar v2.7.0
15582025-04-22T02:18:51.680Z Compiling daft v0.1.3
15592025-04-22T02:18:52.161Z Compiling string_cache v0.8.9
15602025-04-22T02:18:52.256Z Compiling usdt v0.5.0
15612025-04-22T02:18:52.361Z Compiling rsa v0.9.6
15622025-04-22T02:18:52.587Z Compiling ecdsa v0.16.9
15632025-04-22T02:18:52.742Z Compiling futures v0.3.31
15642025-04-22T02:18:52.873Z Compiling zip v0.6.6
15652025-04-22T02:18:54.143Z Compiling ed25519-dalek v2.1.1
15662025-04-22T02:18:55.421Z Compiling toml v0.7.8
15672025-04-22T02:18:55.561Z Compiling crossterm v0.28.1
15682025-04-22T02:18:56.384Z Compiling tokio-stream v0.1.17
15692025-04-22T02:18:56.750Z Compiling openapiv3 v2.0.0
15702025-04-22T02:18:56.772Z Compiling x509-cert v0.2.5
15712025-04-22T02:18:56.889Z Compiling sha1 v0.10.6
15722025-04-22T02:18:57.314Z Compiling itertools v0.10.5
15732025-04-22T02:18:57.319Z Compiling dirs-sys-next v0.1.2
15742025-04-22T02:18:57.875Z Compiling lalrpop-util v0.19.12
15752025-04-22T02:18:58.242Z Compiling peg-runtime v0.8.5
15762025-04-22T02:18:58.265Z Compiling unicode-xid v0.2.6
15772025-04-22T02:18:58.471Z Compiling dirs-next v2.0.0
15782025-04-22T02:18:58.686Z Compiling thread_local v1.1.8
15792025-04-22T02:18:58.806Z Compiling slog-async v2.8.0
15802025-04-22T02:18:58.826Z Compiling term v0.7.0
15812025-04-22T02:18:59.172Z Compiling xattr v1.3.1
15822025-04-22T02:18:59.408Z Compiling crossbeam-channel v0.5.15
15832025-04-22T02:18:59.446Z Compiling is-terminal v0.4.13
15842025-04-22T02:18:59.600Z Compiling filetime v0.2.25
15852025-04-22T02:18:59.752Z Compiling take_mut v0.2.2
15862025-04-22T02:18:59.917Z Compiling tar v0.4.44
15872025-04-22T02:18:59.940Z Compiling slog-term v2.9.1
15882025-04-22T02:19:00.026Z Compiling camino v1.1.9
15892025-04-22T02:19:06.373Z Compiling aws-lc-sys v0.26.0
15902025-04-22T02:19:35.467Z Compiling rustls-webpki v0.102.8
15912025-04-22T02:19:40.590Z Compiling tokio-rustls v0.26.0
15922025-04-22T02:19:40.609Z Compiling hyper-rustls v0.27.3
15932025-04-22T02:19:40.610Z Compiling reqwest v0.12.12
15942025-04-22T02:19:43.808Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15952025-04-22T02:19:44.079Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15962025-04-22T02:19:48.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
15972025-04-22T02:19:48.574Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
15982025-04-22T02:19:48.624ZApr 22 02:19:47.213 INFO Starting download, target: Cockroach
15992025-04-22T02:19:48.624ZApr 22 02:19:47.213 INFO Starting download, target: Clickhouse
16002025-04-22T02:19:48.624ZApr 22 02:19:47.213 INFO Starting download, target: Console
16012025-04-22T02:19:48.624ZApr 22 02:19:47.213 INFO Starting download, target: DendriteStub
16022025-04-22T02:19:48.629ZApr 22 02:19:47.213 INFO Starting download, target: MaghemiteMgd
16032025-04-22T02:19:48.629ZApr 22 02:19:47.213 INFO Starting download, target: TransceiverControl
16042025-04-22T02:19:48.629ZApr 22 02:19:47.214 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16052025-04-22T02:19:48.629ZApr 22 02:19:47.214 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16062025-04-22T02:19:48.629ZApr 22 02:19:47.214 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16072025-04-22T02:19:48.629ZApr 22 02:19:47.214 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16082025-04-22T02:19:48.629ZApr 22 02:19:47.214 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16092025-04-22T02:19:48.629ZApr 22 02:19:47.214 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16102025-04-22T02:19:48.898ZApr 22 02:19:47.477 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16112025-04-22T02:19:49.120ZApr 22 02:19:47.708 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16122025-04-22T02:19:49.341ZApr 22 02:19:47.927 INFO Download complete, target: TransceiverControl
16132025-04-22T02:19:49.548ZApr 22 02:19:48.133 INFO Download complete, target: Console
16142025-04-22T02:19:49.588ZApr 22 02:19:48.176 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16152025-04-22T02:19:49.814ZApr 22 02:19:48.402 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16162025-04-22T02:19:50.203ZApr 22 02:19:48.792 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16172025-04-22T02:19:50.203ZApr 22 02:19:48.792 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16182025-04-22T02:19:50.551ZApr 22 02:19:49.140 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16192025-04-22T02:19:52.237ZApr 22 02:19:50.825 INFO Download complete, target: MaghemiteMgd
16202025-04-22T02:19:52.910ZApr 22 02:19:51.499 INFO Download complete, target: DendriteStub
16212025-04-22T02:19:56.810ZApr 22 02:19:55.398 INFO Checking that binary works, target: Cockroach
16222025-04-22T02:19:56.966ZApr 22 02:19:55.555 INFO Download complete, target: Cockroach
16232025-04-22T02:20:01.607ZApr 22 02:20:00.173 INFO Checking that binary works, target: Clickhouse
16242025-04-22T02:20:01.749ZApr 22 02:20:00.335 INFO Download complete, target: Clickhouse
16252025-04-22T02:20:01.773ZAll builder prerequisites installed successfully, and PATH looks valid
16262025-04-22T02:20:01.780Z
16272025-04-22T02:20:01.780Zreal 5:03.267695993
16282025-04-22T02:20:01.780Zuser 15:18.434553882
16292025-04-22T02:20:01.780Zsys 2:07.044451499
16302025-04-22T02:20:01.780Ztrap 0.571556565
16312025-04-22T02:20:01.780Ztflt 0.918473732
16322025-04-22T02:20:01.780Zdflt 0.949716281
16332025-04-22T02:20:01.780Zkflt 0.024479493
16342025-04-22T02:20:01.780Zlock 23:34.889550907
16352025-04-22T02:20:01.780Zslp 54:49.690593292
16362025-04-22T02:20:01.780Zlat 1:00.861727229
16372025-04-22T02:20:01.780Zstop 2:22.402600283
16382025-04-22T02:20:01.780Z+ banner hack-check
16392025-04-22T02:20:01.780Z
16402025-04-22T02:20:01.781Z # # ## #### # # #### # # ###### #### # #
16412025-04-22T02:20:01.781Z # # # # # # # # # # # # # # # # #
16422025-04-22T02:20:01.781Z ###### # # # #### ##### # ###### ##### # ####
16432025-04-22T02:20:01.781Z # # ###### # # # # # # # # # #
16442025-04-22T02:20:01.781Z # # # # # # # # # # # # # # # # #
16452025-04-22T02:20:01.781Z # # # # #### # # #### # # ###### #### # #
16462025-04-22T02:20:01.781Z
16472025-04-22T02:20:01.781Z+ export CARGO_INCREMENTAL=0
16482025-04-22T02:20:01.781Z+ CARGO_INCREMENTAL=0
16492025-04-22T02:20:01.781Z+ ptime -m timeout 2h cargo xtask check-features --ci
16502025-04-22T02:20:02.422Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
16512025-04-22T02:20:02.700Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16522025-04-22T02:20:05.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
16532025-04-22T02:20:05.387Z Running `target/debug/xtask check-features --ci`
16542025-04-22T02:20:05.411Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16552025-04-22T02:20:05.411Zrunning: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16562025-04-22T02:20:05.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16572025-04-22T02:20:05.979Z Running `target/debug/xtask download cargo-hack`
16582025-04-22T02:20:06.895Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16592025-04-22T02:20:07.279Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16602025-04-22T02:20:10.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
16612025-04-22T02:20:11.045Z Running `target/debug/xtask-downloader cargo-hack`
16622025-04-22T02:20:11.081ZApr 22 02:20:09.669 INFO Starting download, target: CargoHack
16632025-04-22T02:20:11.085ZApr 22 02:20:09.670 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16642025-04-22T02:20:11.670ZApr 22 02:20:10.258 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16652025-04-22T02:20:11.745ZApr 22 02:20:10.333 INFO Download complete, target: CargoHack
16662025-04-22T02:20:11.749Zrunning: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16672025-04-22T02:20:11.767Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16682025-04-22T02:20:11.946Zinfo: running `cargo check --bins` on api_identity (1/211)
16692025-04-22T02:20:12.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702025-04-22T02:20:12.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712025-04-22T02:20:12.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722025-04-22T02:20:12.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16732025-04-22T02:20:12.626Z
16742025-04-22T02:20:12.626Zinfo: running `cargo check --bins` on bootstore (2/211)
16752025-04-22T02:20:13.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762025-04-22T02:20:13.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772025-04-22T02:20:13.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782025-04-22T02:20:13.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16792025-04-22T02:20:13.351Z
16802025-04-22T02:20:13.351Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/211)
16812025-04-22T02:20:13.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822025-04-22T02:20:13.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832025-04-22T02:20:13.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842025-04-22T02:20:13.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16852025-04-22T02:20:14.052Z
16862025-04-22T02:20:14.052Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/211)
16872025-04-22T02:20:14.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882025-04-22T02:20:14.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892025-04-22T02:20:14.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902025-04-22T02:20:14.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16912025-04-22T02:20:14.759Z
16922025-04-22T02:20:14.759Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/211)
16932025-04-22T02:20:15.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942025-04-22T02:20:15.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952025-04-22T02:20:15.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962025-04-22T02:20:15.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16972025-04-22T02:20:15.295Z
16982025-04-22T02:20:15.295Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/211)
16992025-04-22T02:20:15.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002025-04-22T02:20:15.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012025-04-22T02:20:15.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022025-04-22T02:20:15.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17032025-04-22T02:20:15.829Z
17042025-04-22T02:20:15.829Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/211)
17052025-04-22T02:20:16.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062025-04-22T02:20:16.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072025-04-22T02:20:16.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082025-04-22T02:20:16.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17092025-04-22T02:20:16.346Z
17102025-04-22T02:20:16.346Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/211)
17112025-04-22T02:20:16.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122025-04-22T02:20:16.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132025-04-22T02:20:16.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142025-04-22T02:20:16.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17152025-04-22T02:20:16.864Z
17162025-04-22T02:20:16.864Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/211)
17172025-04-22T02:20:18.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182025-04-22T02:20:18.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192025-04-22T02:20:18.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202025-04-22T02:20:18.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17212025-04-22T02:20:18.167Z
17222025-04-22T02:20:18.167Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/211)
17232025-04-22T02:20:18.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242025-04-22T02:20:18.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252025-04-22T02:20:18.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262025-04-22T02:20:18.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17272025-04-22T02:20:18.168Z
17282025-04-22T02:20:18.168Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/211)
17292025-04-22T02:20:18.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302025-04-22T02:20:18.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312025-04-22T02:20:18.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322025-04-22T02:20:18.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17332025-04-22T02:20:18.418Z
17342025-04-22T02:20:18.418Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/211)
17352025-04-22T02:20:18.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362025-04-22T02:20:18.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372025-04-22T02:20:18.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382025-04-22T02:20:18.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17392025-04-22T02:20:18.932Z
17402025-04-22T02:20:18.933Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/211)
17412025-04-22T02:20:19.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422025-04-22T02:20:19.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432025-04-22T02:20:19.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442025-04-22T02:20:19.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17452025-04-22T02:20:19.454Z
17462025-04-22T02:20:19.454Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/211)
17472025-04-22T02:20:19.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482025-04-22T02:20:19.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492025-04-22T02:20:19.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502025-04-22T02:20:19.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17512025-04-22T02:20:19.990Z
17522025-04-22T02:20:19.990Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/211)
17532025-04-22T02:20:20.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-04-22T02:20:20.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-04-22T02:20:20.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-04-22T02:20:20.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17572025-04-22T02:20:20.509Z
17582025-04-22T02:20:20.509Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/211)
17592025-04-22T02:20:20.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-04-22T02:20:20.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-04-22T02:20:20.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-04-22T02:20:20.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17632025-04-22T02:20:21.031Z
17642025-04-22T02:20:21.031Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/211)
17652025-04-22T02:20:21.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-04-22T02:20:21.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-04-22T02:20:21.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-04-22T02:20:21.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17692025-04-22T02:20:21.555Z
17702025-04-22T02:20:21.556Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/211)
17712025-04-22T02:20:22.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-04-22T02:20:22.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-04-22T02:20:22.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-04-22T02:20:22.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17752025-04-22T02:20:22.074Z
17762025-04-22T02:20:22.074Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/211)
17772025-04-22T02:20:22.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-04-22T02:20:22.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-04-22T02:20:22.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-04-22T02:20:22.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17812025-04-22T02:20:22.598Z
17822025-04-22T02:20:22.598Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/211)
17832025-04-22T02:20:23.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-04-22T02:20:23.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-04-22T02:20:23.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862025-04-22T02:20:23.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17872025-04-22T02:20:23.117Z
17882025-04-22T02:20:23.117Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/211)
17892025-04-22T02:20:23.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902025-04-22T02:20:23.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912025-04-22T02:20:23.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922025-04-22T02:20:23.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17932025-04-22T02:20:23.638Z
17942025-04-22T02:20:23.638Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/211)
17952025-04-22T02:20:24.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962025-04-22T02:20:24.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972025-04-22T02:20:24.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982025-04-22T02:20:24.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17992025-04-22T02:20:24.161Z
18002025-04-22T02:20:24.161Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/211)
18012025-04-22T02:20:24.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022025-04-22T02:20:24.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032025-04-22T02:20:24.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042025-04-22T02:20:24.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18052025-04-22T02:20:24.689Z
18062025-04-22T02:20:24.689Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/211)
18072025-04-22T02:20:25.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082025-04-22T02:20:25.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092025-04-22T02:20:25.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102025-04-22T02:20:25.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18112025-04-22T02:20:25.301Z
18122025-04-22T02:20:25.301Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/211)
18132025-04-22T02:20:25.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142025-04-22T02:20:25.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152025-04-22T02:20:25.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162025-04-22T02:20:25.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18172025-04-22T02:20:25.744Z
18182025-04-22T02:20:25.744Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/211)
18192025-04-22T02:20:26.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202025-04-22T02:20:26.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212025-04-22T02:20:26.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222025-04-22T02:20:26.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18232025-04-22T02:20:26.257Z
18242025-04-22T02:20:26.257Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/211)
18252025-04-22T02:20:26.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262025-04-22T02:20:26.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272025-04-22T02:20:26.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282025-04-22T02:20:26.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18292025-04-22T02:20:26.774Z
18302025-04-22T02:20:26.774Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/211)
18312025-04-22T02:20:27.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322025-04-22T02:20:27.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332025-04-22T02:20:27.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342025-04-22T02:20:27.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18352025-04-22T02:20:27.297Z
18362025-04-22T02:20:27.297Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/211)
18372025-04-22T02:20:27.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382025-04-22T02:20:27.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392025-04-22T02:20:27.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402025-04-22T02:20:27.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18412025-04-22T02:20:27.816Z
18422025-04-22T02:20:27.816Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/211)
18432025-04-22T02:20:28.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442025-04-22T02:20:28.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452025-04-22T02:20:28.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462025-04-22T02:20:28.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18472025-04-22T02:20:28.337Z
18482025-04-22T02:20:28.337Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/211)
18492025-04-22T02:20:28.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502025-04-22T02:20:28.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512025-04-22T02:20:28.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522025-04-22T02:20:28.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18532025-04-22T02:20:28.866Z
18542025-04-22T02:20:28.866Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/211)
18552025-04-22T02:20:29.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562025-04-22T02:20:29.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572025-04-22T02:20:29.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582025-04-22T02:20:29.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18592025-04-22T02:20:29.380Z
18602025-04-22T02:20:29.380Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/211)
18612025-04-22T02:20:29.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622025-04-22T02:20:29.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632025-04-22T02:20:29.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642025-04-22T02:20:29.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18652025-04-22T02:20:29.903Z
18662025-04-22T02:20:29.903Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/211)
18672025-04-22T02:20:30.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682025-04-22T02:20:30.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692025-04-22T02:20:30.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702025-04-22T02:20:30.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18712025-04-22T02:20:30.424Z
18722025-04-22T02:20:30.424Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/211)
18732025-04-22T02:20:30.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742025-04-22T02:20:30.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752025-04-22T02:20:30.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762025-04-22T02:20:30.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18772025-04-22T02:20:30.943Z
18782025-04-22T02:20:30.943Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/211)
18792025-04-22T02:20:31.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802025-04-22T02:20:31.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812025-04-22T02:20:31.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822025-04-22T02:20:31.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18832025-04-22T02:20:31.469Z
18842025-04-22T02:20:31.469Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/211)
18852025-04-22T02:20:31.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862025-04-22T02:20:31.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872025-04-22T02:20:31.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882025-04-22T02:20:31.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18892025-04-22T02:20:31.993Z
18902025-04-22T02:20:31.993Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/211)
18912025-04-22T02:20:32.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922025-04-22T02:20:32.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932025-04-22T02:20:32.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942025-04-22T02:20:32.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18952025-04-22T02:20:32.522Z
18962025-04-22T02:20:32.522Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/211)
18972025-04-22T02:20:32.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982025-04-22T02:20:33.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992025-04-22T02:20:33.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002025-04-22T02:20:33.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19012025-04-22T02:20:33.050Z
19022025-04-22T02:20:33.050Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/211)
19032025-04-22T02:20:33.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042025-04-22T02:20:33.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052025-04-22T02:20:33.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062025-04-22T02:20:33.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19072025-04-22T02:20:33.571Z
19082025-04-22T02:20:33.571Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/211)
19092025-04-22T02:20:34.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102025-04-22T02:20:34.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112025-04-22T02:20:34.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122025-04-22T02:20:34.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19132025-04-22T02:20:34.091Z
19142025-04-22T02:20:34.091Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/211)
19152025-04-22T02:20:34.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162025-04-22T02:20:34.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172025-04-22T02:20:34.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182025-04-22T02:20:34.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19192025-04-22T02:20:34.616Z
19202025-04-22T02:20:34.616Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/211)
19212025-04-22T02:20:35.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222025-04-22T02:20:35.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232025-04-22T02:20:35.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242025-04-22T02:20:35.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19252025-04-22T02:20:35.138Z
19262025-04-22T02:20:35.138Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/211)
19272025-04-22T02:20:35.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282025-04-22T02:20:35.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292025-04-22T02:20:35.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302025-04-22T02:20:35.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19312025-04-22T02:20:35.664Z
19322025-04-22T02:20:35.665Zinfo: running `cargo check --bins` on sled-hardware-types (45/211)
19332025-04-22T02:20:36.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342025-04-22T02:20:36.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352025-04-22T02:20:36.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362025-04-22T02:20:36.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19372025-04-22T02:20:36.382Z
19382025-04-22T02:20:36.383Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/211)
19392025-04-22T02:20:37.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402025-04-22T02:20:37.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412025-04-22T02:20:37.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422025-04-22T02:20:37.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19432025-04-22T02:20:37.100Z
19442025-04-22T02:20:37.100Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/211)
19452025-04-22T02:20:37.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462025-04-22T02:20:37.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472025-04-22T02:20:37.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482025-04-22T02:20:37.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19492025-04-22T02:20:37.823Z
19502025-04-22T02:20:37.823Zinfo: running `cargo check --bins` on oxlog (48/211)
19512025-04-22T02:20:38.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522025-04-22T02:20:38.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532025-04-22T02:20:38.505Z Checking cfg-if v1.0.0
19542025-04-22T02:20:38.508Z Checking libc v0.2.171
19552025-04-22T02:20:38.619Z Checking serde v1.0.219
19562025-04-22T02:20:38.623Z Checking zeroize v1.8.1
19572025-04-22T02:20:38.633Z Checking memchr v2.7.4
19582025-04-22T02:20:38.644Z Checking typenum v1.17.0
19592025-04-22T02:20:38.658Z Checking value-bag v1.9.0
19602025-04-22T02:20:38.661Z Checking subtle v2.6.1
19612025-04-22T02:20:38.687Z Checking smallvec v1.14.0
19622025-04-22T02:20:38.860Z Checking scopeguard v1.2.0
19632025-04-22T02:20:38.940Z Checking const-oid v0.9.6
19642025-04-22T02:20:39.019Z Checking lock_api v0.4.12
19652025-04-22T02:20:39.034Z Checking itoa v1.0.11
19662025-04-22T02:20:39.049Z Checking log v0.4.22
19672025-04-22T02:20:39.266Z Checking byteorder v1.5.0
19682025-04-22T02:20:39.381Z Checking pin-project-lite v0.2.14
19692025-04-22T02:20:39.453Z Checking once_cell v1.21.3
19702025-04-22T02:20:39.507Z Checking stable_deref_trait v1.2.0
19712025-04-22T02:20:39.547Z Checking futures-core v0.3.31
19722025-04-22T02:20:39.602Z Checking getrandom v0.2.15
19732025-04-22T02:20:39.633Z Checking parking_lot_core v0.9.10
19742025-04-22T02:20:39.668Z Checking signal-hook-registry v1.4.2
19752025-04-22T02:20:39.698Z Checking generic-array v0.14.7
19762025-04-22T02:20:39.730Z Checking mio v1.0.2
19772025-04-22T02:20:39.750Z Checking cpufeatures v0.2.14
19782025-04-22T02:20:39.852Z Checking rand_core v0.6.4
19792025-04-22T02:20:39.869Z Checking socket2 v0.5.9
19802025-04-22T02:20:39.921Z Checking zerofrom v0.1.4
19812025-04-22T02:20:39.972Z Checking parking_lot v0.12.3
19822025-04-22T02:20:40.150Z Checking yoke v0.7.4
19832025-04-22T02:20:40.169Z Checking zerocopy v0.7.35
19842025-04-22T02:20:40.302Z Checking futures-sink v0.3.31
19852025-04-22T02:20:40.325Z Checking slab v0.4.9
19862025-04-22T02:20:40.340Z Checking libm v0.2.8
19872025-04-22T02:20:40.458Z Checking foldhash v0.1.3
19882025-04-22T02:20:40.474Z Checking zerovec v0.10.4
19892025-04-22T02:20:40.584Z Checking allocator-api2 v0.2.18
19902025-04-22T02:20:40.667Z Checking ryu v1.0.18
19912025-04-22T02:20:40.779Z Checking crypto-common v0.1.6
19922025-04-22T02:20:40.873Z Checking block-buffer v0.10.4
19932025-04-22T02:20:40.916Z Checking block-padding v0.3.3
19942025-04-22T02:20:40.980Z Checking equivalent v1.0.1
19952025-04-22T02:20:41.097Z Checking getrandom v0.3.1
19962025-04-22T02:20:41.115Z Checking digest v0.10.7
19972025-04-22T02:20:41.140Z Checking inout v0.1.3
19982025-04-22T02:20:41.186Z Checking hashbrown v0.15.1
19992025-04-22T02:20:41.202Z Checking num-traits v0.2.19
20002025-04-22T02:20:41.332Z Checking base64ct v1.6.0
20012025-04-22T02:20:41.368Z Checking cipher v0.4.4
20022025-04-22T02:20:41.386Z Checking flagset v0.4.6
20032025-04-22T02:20:41.472Z Checking hmac v0.12.1
20042025-04-22T02:20:41.681Z Checking sha2 v0.10.8
20052025-04-22T02:20:41.695Z Checking litemap v0.7.3
20062025-04-22T02:20:41.751Z Checking writeable v0.5.5
20072025-04-22T02:20:41.770Z Checking pem-rfc7468 v0.7.0
20082025-04-22T02:20:42.014Z Checking tinystr v0.7.6
20092025-04-22T02:20:42.034Z Checking futures-channel v0.3.31
20102025-04-22T02:20:42.049Z Checking der v0.7.9
20112025-04-22T02:20:42.073Z Checking futures-task v0.3.31
20122025-04-22T02:20:42.146Z Checking futures-io v0.3.31
20132025-04-22T02:20:42.223Z Checking pin-utils v0.1.0
20142025-04-22T02:20:42.296Z Checking salsa20 v0.10.2
20152025-04-22T02:20:42.322Z Checking pbkdf2 v0.12.2
20162025-04-22T02:20:42.338Z Checking ppv-lite86 v0.2.20
20172025-04-22T02:20:42.351Z Checking icu_locid v1.5.0
20182025-04-22T02:20:42.399Z Checking futures-util v0.3.31
20192025-04-22T02:20:42.483Z Checking icu_locid_transform_data v1.5.0
20202025-04-22T02:20:42.502Z Checking scrypt v0.11.0
20212025-04-22T02:20:42.590Z Checking icu_collections v1.5.0
20222025-04-22T02:20:42.674Z Checking aes v0.8.4
20232025-04-22T02:20:42.717Z Checking cbc v0.1.2
20242025-04-22T02:20:42.928Z Checking icu_properties_data v1.5.0
20252025-04-22T02:20:42.994Z Checking fnv v1.0.7
20262025-04-22T02:20:43.090Z Checking bytes v1.10.1
20272025-04-22T02:20:43.137Z Checking bitflags v2.9.0
20282025-04-22T02:20:43.180Z Checking indexmap v2.7.1
20292025-04-22T02:20:43.227Z Checking serde_json v1.0.140
20302025-04-22T02:20:43.281Z Checking icu_provider v1.5.0
20312025-04-22T02:20:43.433Z Checking uuid v1.16.0
20322025-04-22T02:20:43.532Z Checking tracing-core v0.1.32
20332025-04-22T02:20:43.736Z Checking spki v0.7.3
20342025-04-22T02:20:43.899Z Checking icu_locid_transform v1.5.0
20352025-04-22T02:20:44.034Z Checking pkcs5 v0.7.1
20362025-04-22T02:20:44.049Z Checking icu_normalizer_data v1.5.0
20372025-04-22T02:20:44.085Z Checking tokio v1.43.1
20382025-04-22T02:20:44.155Z Checking http v1.2.0
20392025-04-22T02:20:44.183Z Checking utf16_iter v1.0.5
20402025-04-22T02:20:44.333Z Checking percent-encoding v2.3.1
20412025-04-22T02:20:44.369Z Checking write16 v1.0.0
20422025-04-22T02:20:44.515Z Checking utf8_iter v1.0.4
20432025-04-22T02:20:44.546Z Checking tracing v0.1.40
20442025-04-22T02:20:44.564Z Checking pkcs8 v0.10.2
20452025-04-22T02:20:44.723Z Checking rustls-pki-types v1.10.0
20462025-04-22T02:20:44.825Z Checking tinyvec_macros v0.1.1
20472025-04-22T02:20:44.861Z Checking icu_properties v1.5.1
20482025-04-22T02:20:44.880Z Compiling newtype-uuid v1.2.1
20492025-04-22T02:20:44.913Z Checking iana-time-zone v0.1.63
20502025-04-22T02:20:44.938Z Checking tinyvec v1.8.0
20512025-04-22T02:20:45.078Z Checking chrono v0.4.40
20522025-04-22T02:20:45.216Z Checking zerocopy v0.8.10
20532025-04-22T02:20:45.294Z Checking aws-lc-sys v0.26.0
20542025-04-22T02:20:45.377Z Checking http-body v1.0.1
20552025-04-22T02:20:45.574Z Checking thiserror v1.0.69
20562025-04-22T02:20:45.712Z Checking spin v0.9.8
20572025-04-22T02:20:46.081Z Checking atomic-waker v1.1.2
20582025-04-22T02:20:46.171Z Checking untrusted v0.9.0
20592025-04-22T02:20:46.238Z Checking adler2 v2.0.0
20602025-04-22T02:20:46.347Z Checking try-lock v0.2.5
20612025-04-22T02:20:46.405Z Checking untrusted v0.7.1
20622025-04-22T02:20:46.497Z Checking foreign-types-shared v0.1.1
20632025-04-22T02:20:46.580Z Checking want v0.3.1
20642025-04-22T02:20:46.627Z Checking foreign-types v0.3.2
20652025-04-22T02:20:46.735Z Checking miniz_oxide v0.8.5
20662025-04-22T02:20:46.778Z Checking ring v0.17.11
20672025-04-22T02:20:46.855Z Checking form_urlencoded v1.2.1
20682025-04-22T02:20:47.004Z Checking httparse v1.9.5
20692025-04-22T02:20:47.072Z Checking crossbeam-utils v0.8.21
20702025-04-22T02:20:47.369Z Checking aws-lc-rs v1.12.4
20712025-04-22T02:20:47.418Z Checking openssl-sys v0.9.107
20722025-04-22T02:20:47.468Z Checking errno v0.3.9
20732025-04-22T02:20:47.669Z Checking aho-corasick v1.1.3
20742025-04-22T02:20:47.769Z Checking httpdate v1.0.3
20752025-04-22T02:20:48.017Z Checking unicode-ident v1.0.14
20762025-04-22T02:20:48.034Z Checking rand_core v0.9.2
20772025-04-22T02:20:48.214Z Checking icu_normalizer v1.5.0
20782025-04-22T02:20:48.217Z Checking powerfmt v0.2.0
20792025-04-22T02:20:48.391Z Checking tower-service v0.3.3
20802025-04-22T02:20:48.514Z Checking regex-syntax v0.8.5
20812025-04-22T02:20:48.532Z Checking deranged v0.3.11
20822025-04-22T02:20:48.558Z Checking openssl v0.10.72
20832025-04-22T02:20:48.888Z Checking rand_chacha v0.9.0
20842025-04-22T02:20:49.008Z Checking idna_adapter v1.2.0
20852025-04-22T02:20:49.126Z Checking rustls-webpki v0.102.8
20862025-04-22T02:20:49.190Z Checking proc-macro2 v1.0.94
20872025-04-22T02:20:49.221Z Checking idna v1.0.3
20882025-04-22T02:20:49.257Z Checking crossbeam-epoch v0.9.18
20892025-04-22T02:20:49.693Z Checking rustix v0.38.37
20902025-04-22T02:20:49.710Z Checking unicode-normalization v0.1.24
20912025-04-22T02:20:49.773Z Checking semver v1.0.25
20922025-04-22T02:20:49.872Z Checking rand_chacha v0.3.1
20932025-04-22T02:20:49.924Z Checking signature v2.2.0
20942025-04-22T02:20:50.133Z Checking bzip2-sys v0.1.13+1.0.8
20952025-04-22T02:20:50.175Z Checking scroll v0.12.0
20962025-04-22T02:20:50.260Z Checking crc32fast v1.4.2
20972025-04-22T02:20:50.291Z Checking ucd-trie v0.1.7
20982025-04-22T02:20:50.509Z Checking dyn-clone v1.0.19
20992025-04-22T02:20:50.525Z Checking unicode-properties v0.1.3
21002025-04-22T02:20:50.613Z Checking time-core v0.1.2
21012025-04-22T02:20:50.631Z Checking plain v0.2.3
21022025-04-22T02:20:50.652Z Checking tokio-util v0.7.13
21032025-04-22T02:20:50.667Z Checking utf8parse v0.2.2
21042025-04-22T02:20:50.780Z Checking openssl-probe v0.1.5
21052025-04-22T02:20:50.780Z Checking anstyle v1.0.10
21062025-04-22T02:20:50.832Z Checking siphasher v0.3.11
21072025-04-22T02:20:50.887Z Checking either v1.14.0
21082025-04-22T02:20:50.943Z Checking num_threads v0.1.7
21092025-04-22T02:20:51.077Z Checking base64 v0.22.1
21102025-04-22T02:20:51.125Z Checking unicode-bidi v0.3.17
21112025-04-22T02:20:51.149Z Checking num-conv v0.1.0
21122025-04-22T02:20:51.258Z Checking phf_shared v0.11.2
21132025-04-22T02:20:51.397Z Checking time v0.3.36
21142025-04-22T02:20:51.522Z Checking anstyle-parse v0.2.5
21152025-04-22T02:20:51.560Z Checking goblin v0.8.2
21162025-04-22T02:20:51.617Z Checking h2 v0.4.6
21172025-04-22T02:20:51.693Z Checking regex-automata v0.4.8
21182025-04-22T02:20:51.734Z Checking stringprep v0.1.5
21192025-04-22T02:20:51.801Z Checking schemars v0.8.22
21202025-04-22T02:20:52.020Z Checking pest v2.7.14
21212025-04-22T02:20:52.819Z Checking rand v0.8.5
21222025-04-22T02:20:53.371Z Checking rustls v0.23.19
21232025-04-22T02:20:53.703Z Checking quote v1.0.39
21242025-04-22T02:20:53.722Z Checking native-tls v0.2.12
21252025-04-22T02:20:54.028Z Checking crossbeam-deque v0.8.5
21262025-04-22T02:20:54.046Z Checking url v2.5.3
21272025-04-22T02:20:54.061Z Checking rand v0.9.0
21282025-04-22T02:20:54.524Z Checking toml_datetime v0.6.8
21292025-04-22T02:20:54.647Z Checking serde_spanned v0.6.8
21302025-04-22T02:20:54.825Z Checking num-integer v0.1.46
21312025-04-22T02:20:54.855Z Checking md-5 v0.10.6
21322025-04-22T02:20:54.858Z Checking ff v0.13.0
21332025-04-22T02:20:55.079Z Checking hash32 v0.2.1
21342025-04-22T02:20:55.099Z Checking fallible-iterator v0.2.0
21352025-04-22T02:20:55.099Z Checking pretty-hex v0.4.1
21362025-04-22T02:20:55.297Z Checking is_terminal_polyfill v1.70.1
21372025-04-22T02:20:55.314Z Checking colorchoice v1.0.2
21382025-04-22T02:20:55.374Z Checking psl-types v2.0.11
21392025-04-22T02:20:55.423Z Checking base16ct v0.2.0
21402025-04-22T02:20:55.459Z Checking anstyle-query v1.1.1
21412025-04-22T02:20:55.573Z Checking gimli v0.31.1
21422025-04-22T02:20:55.590Z Checking anstream v0.6.15
21432025-04-22T02:20:55.639Z Checking publicsuffix v2.3.0
21442025-04-22T02:20:55.654Z Checking sec1 v0.7.3
21452025-04-22T02:20:55.674Z Checking postgres-protocol v0.6.8
21462025-04-22T02:20:55.905Z Checking heapless v0.7.17
21472025-04-22T02:20:55.973Z Checking num-iter v0.1.45
21482025-04-22T02:20:56.011Z Checking group v0.13.0
21492025-04-22T02:20:56.162Z Compiling daft v0.1.3
21502025-04-22T02:20:56.183Z Checking dof v0.3.0
21512025-04-22T02:20:56.253Z Checking dtrace-parser v0.2.0
21522025-04-22T02:20:56.322Z Checking rayon-core v1.12.1
21532025-04-22T02:20:56.637Z Checking syn v2.0.98
21542025-04-22T02:20:56.753Z Checking tokio-native-tls v0.3.1
21552025-04-22T02:20:56.787Z Checking cookie v0.18.1
21562025-04-22T02:20:56.804Z Checking ipnetwork v0.21.1
21572025-04-22T02:20:56.975Z Checking terminal_size v0.4.0
21582025-04-22T02:20:57.005Z Checking flate2 v1.1.1
21592025-04-22T02:20:57.169Z Checking lazy_static v1.5.0
21602025-04-22T02:20:57.169Z Checking http-body-util v0.1.3
21612025-04-22T02:20:57.233Z Checking webpki-roots v0.26.6
21622025-04-22T02:20:57.303Z Checking signal-hook v0.3.17
21632025-04-22T02:20:57.441Z Checking hkdf v0.12.4
21642025-04-22T02:20:57.583Z Checking crypto-bigint v0.5.5
21652025-04-22T02:20:57.621Z Checking sync_wrapper v1.0.1
21662025-04-22T02:20:57.639Z Checking thread-id v4.2.2
21672025-04-22T02:20:57.655Z Checking hyper v1.6.0
21682025-04-22T02:20:57.670Z Checking object v0.36.5
21692025-04-22T02:20:57.753Z Checking tower-layer v0.3.3
21702025-04-22T02:20:57.782Z Checking rustc-demangle v0.1.24
21712025-04-22T02:20:58.022Z Checking winnow v0.5.40
21722025-04-22T02:20:58.206Z Checking bumpalo v3.16.0
21732025-04-22T02:20:58.381Z Checking tokio-rustls v0.26.0
21742025-04-22T02:20:58.539Z Checking clap_lex v0.7.4
21752025-04-22T02:20:58.800Z Checking ipnet v2.11.0
21762025-04-22T02:20:58.803Z Checking bitflags v1.3.2
21772025-04-22T02:20:58.925Z Checking managed v0.8.0
21782025-04-22T02:20:59.282Z Checking addr2line v0.24.2
21792025-04-22T02:20:59.299Z Checking strsim v0.11.1
21802025-04-22T02:20:59.312Z Checking unicode-width v0.2.0
21812025-04-22T02:20:59.591Z Checking hyper-util v0.1.11
21822025-04-22T02:20:59.607Z Checking lockfree-object-pool v0.1.6
21832025-04-22T02:20:59.780Z Checking simd-adler32 v0.3.7
21842025-04-22T02:20:59.794Z Checking console v0.15.10
21852025-04-22T02:20:59.838Z Checking clap_builder v4.5.35
21862025-04-22T02:21:00.143Z Checking zopfli v0.8.1
21872025-04-22T02:21:00.257Z Checking elliptic-curve v0.13.8
21882025-04-22T02:21:00.342Z Checking smoltcp v0.9.1
21892025-04-22T02:21:00.777Z Checking toml_edit v0.19.15
21902025-04-22T02:21:00.829Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21912025-04-22T02:21:00.892Z Checking tower v0.5.2
21922025-04-22T02:21:01.169Z Checking signal-hook-mio v0.2.4
21932025-04-22T02:21:01.326Z Checking num-bigint-dig v0.8.4
21942025-04-22T02:21:01.620Z Checking cookie_store v0.21.1
21952025-04-22T02:21:01.637Z Checking hyper-tls v0.6.0
21962025-04-22T02:21:01.721Z Checking hyper-rustls v0.27.3
21972025-04-22T02:21:01.923Z Checking oxnet v0.1.1
21982025-04-22T02:21:02.077Z Checking rayon v1.10.0
21992025-04-22T02:21:02.291Z Checking postgres-types v0.2.9
22002025-04-22T02:21:02.305Z Checking bstr v1.10.0
22012025-04-22T02:21:02.498Z Checking usdt-impl v0.5.0
22022025-04-22T02:21:02.633Z Checking regex v1.11.1
22032025-04-22T02:21:02.907Z Checking phf v0.11.2
22042025-04-22T02:21:03.050Z Checking bzip2 v0.5.2
22052025-04-22T02:21:03.153Z Checking bzip2 v0.4.4
22062025-04-22T02:21:03.171Z Checking ed25519 v2.2.3
22072025-04-22T02:21:03.213Z Checking serde_urlencoded v0.7.1
22082025-04-22T02:21:03.229Z Checking futures-executor v0.3.31
22092025-04-22T02:21:03.274Z Checking curve25519-dalek v4.1.3
22102025-04-22T02:21:03.332Z Checking zerocopy v0.6.6
22112025-04-22T02:21:03.412Z Checking rustls-pemfile v2.2.0
22122025-04-22T02:21:03.453Z Checking hubpack v0.1.2
22132025-04-22T02:21:03.476Z Checking memoffset v0.9.1
22142025-04-22T02:21:03.480Z Checking backtrace v0.3.74
22152025-04-22T02:21:03.597Z Checking portable-atomic v1.11.0
22162025-04-22T02:21:03.636Z Checking pkcs1 v0.7.5
22172025-04-22T02:21:03.757Z Checking serde-big-array v0.5.1
22182025-04-22T02:21:03.840Z Checking float-cmp v0.10.0
22192025-04-22T02:21:03.965Z Checking rfc6979 v0.4.0
22202025-04-22T02:21:03.988Z Checking memmap v0.7.0
22212025-04-22T02:21:04.037Z Checking encoding_rs v0.8.34
22222025-04-22T02:21:04.040Z Checking normalize-line-endings v0.3.0
22232025-04-22T02:21:04.066Z Checking difflib v0.4.0
22242025-04-22T02:21:04.151Z Checking winnow v0.7.3
22252025-04-22T02:21:04.188Z Checking minimal-lexical v0.2.1
22262025-04-22T02:21:04.191Z Checking number_prefix v0.4.0
22272025-04-22T02:21:04.388Z Checking fixedbitset v0.4.2
22282025-04-22T02:21:04.417Z Checking unicode-segmentation v1.12.0
22292025-04-22T02:21:04.548Z Checking static_assertions v1.1.0
22302025-04-22T02:21:04.611Z Checking predicates-core v1.0.8
22312025-04-22T02:21:04.655Z Checking new_debug_unreachable v1.0.6
22322025-04-22T02:21:04.670Z Checking whoami v1.5.2
22332025-04-22T02:21:04.752Z Checking data-encoding v2.6.0
22342025-04-22T02:21:04.806Z Checking mime v0.3.17
22352025-04-22T02:21:05.000Z Checking precomputed-hash v0.1.1
22362025-04-22T02:21:05.045Z Checking ed25519-dalek v2.1.1
22372025-04-22T02:21:05.079Z Checking similar v2.7.0
22382025-04-22T02:21:05.120Z Checking string_cache v0.8.9
22392025-04-22T02:21:05.136Z Checking tokio-postgres v0.7.13
22402025-04-22T02:21:05.367Z Checking hickory-proto v0.24.4
22412025-04-22T02:21:05.408Z Checking predicates v3.1.3
22422025-04-22T02:21:05.466Z Checking petgraph v0.6.5
22432025-04-22T02:21:05.520Z Checking indicatif v0.17.11
22442025-04-22T02:21:05.887Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
22452025-04-22T02:21:06.053Z Checking nom v7.1.3
22462025-04-22T02:21:06.272Z Checking usdt v0.5.0
22472025-04-22T02:21:06.289Z Checking reqwest v0.12.12
22482025-04-22T02:21:06.548Z Checking ecdsa v0.16.9
22492025-04-22T02:21:06.858Z Checking toml_edit v0.22.24
22502025-04-22T02:21:07.256Z Checking anyhow v1.0.98
22512025-04-22T02:21:07.655Z Checking rsa v0.9.6
22522025-04-22T02:21:08.105Z Checking nix v0.29.0
22532025-04-22T02:21:08.400Z Checking futures v0.3.31
22542025-04-22T02:21:08.445Z Checking zip v0.6.6
22552025-04-22T02:21:08.521Z Checking zip v2.6.1
22562025-04-22T02:21:08.621Z Checking toml v0.7.8
22572025-04-22T02:21:08.651Z Checking clap v4.5.35
22582025-04-22T02:21:08.773Z Checking crossterm v0.28.1
22592025-04-22T02:21:09.178Z Checking tokio-stream v0.1.17
22602025-04-22T02:21:09.297Z Checking itertools v0.10.5
22612025-04-22T02:21:09.480Z Checking itertools v0.12.1
22622025-04-22T02:21:09.522Z Checking fs-err v2.11.0
22632025-04-22T02:21:09.747Z Checking buf-list v1.0.3
22642025-04-22T02:21:09.780Z Checking strum v0.26.3
22652025-04-22T02:21:09.901Z Checking ahash v0.8.11
22662025-04-22T02:21:09.967Z Checking slog v2.7.0
22672025-04-22T02:21:10.065Z Checking openapiv3 v2.0.0
22682025-04-22T02:21:10.087Z Checking x509-cert v0.2.5
22692025-04-22T02:21:10.381Z Checking sha1 v0.10.6
22702025-04-22T02:21:10.453Z Checking peg-runtime v0.8.5
22712025-04-22T02:21:10.482Z Checking lalrpop-util v0.19.12
22722025-04-22T02:21:10.684Z Checking camino v1.1.9
22732025-04-22T02:21:10.699Z Checking sigpipe v0.1.3
22742025-04-22T02:21:10.790Z Checking jiff v0.2.6
22752025-04-22T02:21:14.507Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22762025-04-22T02:21:14.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.01s
22772025-04-22T02:21:15.018Z
22782025-04-22T02:21:15.018Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/211)
22792025-04-22T02:21:15.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802025-04-22T02:21:15.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812025-04-22T02:21:15.752Z Compiling regress v0.10.3
22822025-04-22T02:21:15.867Z Compiling thiserror-impl v2.0.12
22832025-04-22T02:21:15.888Z Checking heck v0.5.0
22842025-04-22T02:21:15.905Z Compiling unsafe-libyaml v0.2.11
22852025-04-22T02:21:15.923Z Checking dirs-sys-next v0.1.2
22862025-04-22T02:21:15.928Z Checking fastrand v2.1.1
22872025-04-22T02:21:15.957Z Checking thread_local v1.1.8
22882025-04-22T02:21:16.070Z Compiling structmeta-derive v0.3.0
22892025-04-22T02:21:16.100Z Checking dirs-next v2.0.0
22902025-04-22T02:21:16.222Z Compiling ident_case v1.0.1
22912025-04-22T02:21:16.241Z Checking term v0.7.0
22922025-04-22T02:21:16.244Z Checking tempfile v3.13.0
22932025-04-22T02:21:16.390Z Compiling darling_core v0.20.10
22942025-04-22T02:21:16.667Z Checking newtype-uuid v1.2.1
22952025-04-22T02:21:16.684Z Checking crossbeam-channel v0.5.15
22962025-04-22T02:21:16.917Z Checking is-terminal v0.4.13
22972025-04-22T02:21:17.055Z Compiling serde_yaml v0.9.34+deprecated
22982025-04-22T02:21:17.390Z Checking take_mut v0.2.2
22992025-04-22T02:21:17.546Z Compiling rustls v0.22.4
23002025-04-22T02:21:17.564Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23012025-04-22T02:21:17.880Z Checking slog-async v2.8.0
23022025-04-22T02:21:17.953Z Checking slog-term v2.9.1
23032025-04-22T02:21:18.181Z Checking daft v0.1.3
23042025-04-22T02:21:18.428Z Compiling proc-macro-crate v1.3.1
23052025-04-22T02:21:18.594Z Checking wait-timeout v0.2.0
23062025-04-22T02:21:18.630Z Compiling structmeta v0.3.0
23072025-04-22T02:21:18.784Z Compiling multer v3.1.0
23082025-04-22T02:21:18.914Z Compiling thiserror v2.0.12
23092025-04-22T02:21:19.082Z Checking bit-vec v0.8.0
23102025-04-22T02:21:19.102Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23112025-04-22T02:21:19.154Z Checking match_cfg v0.1.0
23122025-04-22T02:21:19.256Z Checking quick-error v1.2.3
23132025-04-22T02:21:19.273Z Compiling num_enum_derive v0.5.11
23142025-04-22T02:21:19.300Z Checking typify-impl v0.3.0
23152025-04-22T02:21:19.416Z Compiling typify-impl v0.2.0
23162025-04-22T02:21:20.396Z Checking bit-set v0.8.0
23172025-04-22T02:21:20.542Z Checking rusty-fork v0.3.0
23182025-04-22T02:21:20.699Z Checking hostname v0.3.1
23192025-04-22T02:21:20.924Z Checking progenitor-client v0.9.1
23202025-04-22T02:21:21.331Z Checking slog-json v2.6.1
23212025-04-22T02:21:21.600Z Compiling lzma-sys v0.1.20
23222025-04-22T02:21:21.618Z Checking rand_xorshift v0.3.0
23232025-04-22T02:21:21.790Z Checking hex v0.4.3
23242025-04-22T02:21:21.807Z Compiling async-stream-impl v0.3.6
23252025-04-22T02:21:21.859Z Compiling foreign-types-macros v0.2.3
23262025-04-22T02:21:22.241Z Compiling darling_macro v0.20.10
23272025-04-22T02:21:22.305Z Compiling dropshot v0.16.0
23282025-04-22T02:21:22.323Z Checking arc-swap v1.7.1
23292025-04-22T02:21:22.647Z Checking unarray v0.1.4
23302025-04-22T02:21:22.738Z Checking utf-8 v0.7.6
23312025-04-22T02:21:22.814Z Checking foreign-types-shared v0.3.1
23322025-04-22T02:21:22.947Z Checking proptest v1.6.0
23332025-04-22T02:21:22.964Z Checking tungstenite v0.21.0
23342025-04-22T02:21:23.063Z Checking async-stream v0.3.6
23352025-04-22T02:21:23.081Z Checking foreign-types v0.5.0
23362025-04-22T02:21:23.120Z Compiling darling v0.20.10
23372025-04-22T02:21:23.195Z Checking slog-scope v4.4.0
23382025-04-22T02:21:23.244Z Compiling serde_with_macros v3.12.0
23392025-04-22T02:21:23.380Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23402025-04-22T02:21:23.405Z Checking slog-bunyan v2.5.0
23412025-04-22T02:21:23.547Z Checking num_enum v0.5.11
23422025-04-22T02:21:23.720Z Compiling proc-macro-error v1.0.4
23432025-04-22T02:21:23.981Z Compiling test-strategy v0.4.0
23442025-04-22T02:21:23.998Z Compiling parse-display-derive v0.10.0
23452025-04-22T02:21:24.193Z Checking tokio-rustls v0.25.0
23462025-04-22T02:21:24.324Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23472025-04-22T02:21:24.448Z Checking toml v0.8.20
23482025-04-22T02:21:24.747Z Checking progenitor-client v0.8.0
23492025-04-22T02:21:25.107Z Compiling heck v0.3.3
23502025-04-22T02:21:25.195Z Checking waitgroup v0.1.2
23512025-04-22T02:21:25.357Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23522025-04-22T02:21:25.448Z Compiling dropshot_endpoint v0.16.0
23532025-04-22T02:21:25.772Z Checking serde_path_to_error v0.1.16
23542025-04-22T02:21:26.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23552025-04-22T02:21:26.395Z Checking cstr-argument v0.1.2
23562025-04-22T02:21:26.602Z Checking hostname v0.4.0
23572025-04-22T02:21:26.753Z Checking instant v0.1.13
23582025-04-22T02:21:26.886Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23592025-04-22T02:21:26.927Z Checking debug-ignore v1.0.5
23602025-04-22T02:21:27.082Z Checking pretty-hex v0.2.1
23612025-04-22T02:21:27.207Z Checking base64 v0.21.7
23622025-04-22T02:21:27.260Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23632025-04-22T02:21:27.410Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
23642025-04-22T02:21:27.546Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23652025-04-22T02:21:27.563Z Checking backoff v0.4.0
23662025-04-22T02:21:27.665Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23672025-04-22T02:21:27.714Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23682025-04-22T02:21:27.865Z Checking serde_with v3.12.0
23692025-04-22T02:21:27.882Z Compiling zone_cfg_derive v0.1.2
23702025-04-22T02:21:27.905Z Checking parse-display v0.10.0
23712025-04-22T02:21:27.991Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23722025-04-22T02:21:28.031Z Checking tokio-tungstenite v0.21.0
23732025-04-22T02:21:28.154Z Checking slog-stdlog v4.1.1
23742025-04-22T02:21:28.501Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23752025-04-22T02:21:28.540Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23762025-04-22T02:21:28.692Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23772025-04-22T02:21:28.850Z Checking colored v2.2.0
23782025-04-22T02:21:28.869Z Checking macaddr v1.0.1
23792025-04-22T02:21:29.208Z Checking unicode-width v0.1.14
23802025-04-22T02:21:29.213Z Checking winnow v0.6.20
23812025-04-22T02:21:29.227Z Checking base64 v0.13.1
23822025-04-22T02:21:29.647Z Checking ron v0.7.1
23832025-04-22T02:21:29.695Z Checking tabwriter v1.4.0
23842025-04-22T02:21:29.724Z Checking zone v0.1.8
23852025-04-22T02:21:30.008Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23862025-04-22T02:21:30.468Z Checking xz2 v0.1.7
23872025-04-22T02:21:30.496Z Checking slog-envlogger v2.2.0
23882025-04-22T02:21:30.737Z Checking pem v3.0.5
23892025-04-22T02:21:30.775Z Checking xattr v1.3.1
23902025-04-22T02:21:30.801Z Checking yasna v0.5.2
23912025-04-22T02:21:30.984Z Checking smf v0.2.3
23922025-04-22T02:21:31.017Z Checking headers-core v0.3.0
23932025-04-22T02:21:31.020Z Checking filetime v0.2.25
23942025-04-22T02:21:31.180Z Checking same-file v1.0.6
23952025-04-22T02:21:31.257Z Checking tar v0.4.44
23962025-04-22T02:21:31.366Z Checking walkdir v2.5.0
23972025-04-22T02:21:31.449Z Checking headers v0.4.0
23982025-04-22T02:21:31.654Z Checking camino-tempfile v1.1.1
23992025-04-22T02:21:31.671Z Checking rcgen v0.12.1
24002025-04-22T02:21:31.949Z Checking atomicwrites v0.4.4
24012025-04-22T02:21:32.096Z Checking subprocess v0.2.9
24022025-04-22T02:21:32.876Z Compiling typify-macro v0.3.0
24032025-04-22T02:21:32.925Z Compiling typify-macro v0.2.0
24042025-04-22T02:21:34.586Z Compiling typify v0.2.0
24052025-04-22T02:21:34.659Z Compiling typify v0.3.0
24062025-04-22T02:21:34.662Z Compiling progenitor-impl v0.8.0
24072025-04-22T02:21:34.739Z Compiling progenitor-impl v0.9.1
24082025-04-22T02:21:37.510Z Compiling progenitor-macro v0.8.0
24092025-04-22T02:21:37.659Z Compiling progenitor-macro v0.9.1
24102025-04-22T02:21:41.583Z Checking progenitor v0.8.0
24112025-04-22T02:21:41.723Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24122025-04-22T02:21:42.144Z Checking progenitor v0.9.1
24132025-04-22T02:21:42.282Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a)
24142025-04-22T02:21:44.121Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24152025-04-22T02:21:44.999Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24162025-04-22T02:21:50.833Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24172025-04-22T02:21:52.341Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24182025-04-22T02:21:53.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.50s
24192025-04-22T02:21:53.719Z
24202025-04-22T02:21:53.719Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/211)
24212025-04-22T02:21:54.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222025-04-22T02:21:54.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232025-04-22T02:21:54.452Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24242025-04-22T02:21:55.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
24252025-04-22T02:21:56.035Z
24262025-04-22T02:21:56.035Zinfo: running `cargo check --bins` on nexus-config (51/211)
24272025-04-22T02:21:56.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-04-22T02:21:56.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-04-22T02:21:56.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302025-04-22T02:21:56.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24312025-04-22T02:21:56.751Z
24322025-04-22T02:21:56.751Zinfo: running `cargo check --bins` on omicron-rpaths (52/211)
24332025-04-22T02:21:57.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-04-22T02:21:57.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-04-22T02:21:57.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362025-04-22T02:21:57.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24372025-04-22T02:21:57.444Z
24382025-04-22T02:21:57.444Zinfo: running `cargo check --bins` on omicron-certificates (53/211)
24392025-04-22T02:21:58.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-04-22T02:21:58.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-04-22T02:21:58.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422025-04-22T02:21:58.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24432025-04-22T02:21:58.147Z
24442025-04-22T02:21:58.147Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/211)
24452025-04-22T02:21:58.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-04-22T02:21:58.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-04-22T02:21:58.909Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24482025-04-22T02:21:59.026Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24492025-04-22T02:21:59.036Z Compiling tempfile v3.13.0
24502025-04-22T02:21:59.046Z Compiling wait-timeout v0.2.0
24512025-04-22T02:21:59.049Z Compiling match_cfg v0.1.0
24522025-04-22T02:21:59.049Z Compiling bit-vec v0.8.0
24532025-04-22T02:21:59.049Z Compiling quick-error v1.2.3
24542025-04-22T02:21:59.056Z Compiling rustls v0.22.4
24552025-04-22T02:21:59.114Z Compiling progenitor-client v0.9.1
24562025-04-22T02:21:59.151Z Compiling hostname v0.3.1
24572025-04-22T02:21:59.218Z Compiling slog-json v2.6.1
24582025-04-22T02:21:59.372Z Compiling rand_xorshift v0.3.0
24592025-04-22T02:21:59.520Z Compiling bit-set v0.8.0
24602025-04-22T02:21:59.537Z Compiling rusty-fork v0.3.0
24612025-04-22T02:21:59.568Z Compiling itertools v0.13.0
24622025-04-22T02:21:59.618Z Compiling hex v0.4.3
24632025-04-22T02:21:59.686Z Compiling unarray v0.1.4
24642025-04-22T02:21:59.704Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24652025-04-22T02:21:59.719Z Compiling heapless v0.8.0
24662025-04-22T02:21:59.795Z Compiling progenitor v0.9.1
24672025-04-22T02:21:59.864Z Compiling slog-bunyan v2.5.0
24682025-04-22T02:22:00.032Z Compiling proptest v1.6.0
24692025-04-22T02:22:00.079Z Compiling async-stream v0.3.6
24702025-04-22T02:22:00.167Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24712025-04-22T02:22:00.167Z Compiling multer v3.1.0
24722025-04-22T02:22:00.350Z Compiling toml v0.8.20
24732025-04-22T02:22:00.363Z Compiling waitgroup v0.1.2
24742025-04-22T02:22:00.587Z Checking hash32 v0.3.1
24752025-04-22T02:22:00.621Z Compiling serde_path_to_error v0.1.16
24762025-04-22T02:22:00.796Z Compiling hostname v0.4.0
24772025-04-22T02:22:01.019Z Compiling instant v0.1.13
24782025-04-22T02:22:01.073Z Compiling debug-ignore v1.0.5
24792025-04-22T02:22:01.184Z Compiling smoltcp v0.11.0
24802025-04-22T02:22:01.244Z Compiling backoff v0.4.0
24812025-04-22T02:22:01.591Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a)
24822025-04-22T02:22:01.803Z Compiling serde_with v3.12.0
24832025-04-22T02:22:01.871Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842025-04-22T02:22:02.062Z Compiling parse-display v0.10.0
24852025-04-22T02:22:02.222Z Checking num-rational v0.4.2
24862025-04-22T02:22:02.452Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24872025-04-22T02:22:02.665Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882025-04-22T02:22:02.848Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24892025-04-22T02:22:03.168Z Compiling tokio-rustls v0.25.0
24902025-04-22T02:22:03.594Z Compiling dropshot v0.16.0
24912025-04-22T02:22:05.368Z Compiling phf_generator v0.11.2
24922025-04-22T02:22:05.574Z Checking num-complex v0.4.6
24932025-04-22T02:22:06.445Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
24942025-04-22T02:22:07.488Z Compiling macaddr v1.0.1
24952025-04-22T02:22:07.549Z Checking cobs v0.2.3
24962025-04-22T02:22:07.587Z Compiling num v0.4.3
24972025-04-22T02:22:07.752Z Checking postcard v1.0.10
24982025-04-22T02:22:07.825Z Compiling phf_codegen v0.11.2
24992025-04-22T02:22:08.051Z Compiling parse-zoneinfo v0.3.1
25002025-04-22T02:22:08.297Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25012025-04-22T02:22:08.645Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25022025-04-22T02:22:08.822Z Checking float-ord v0.3.2
25032025-04-22T02:22:09.016Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25042025-04-22T02:22:09.193Z Compiling convert_case v0.4.0
25052025-04-22T02:22:09.658Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25062025-04-22T02:22:09.702Z Compiling chrono-tz-build v0.4.0
25072025-04-22T02:22:09.826Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082025-04-22T02:22:10.008Z Compiling derive_more v0.99.19
25092025-04-22T02:22:10.885Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25102025-04-22T02:22:10.909Z Compiling crucible-workspace-hack v0.1.0
25112025-04-22T02:22:11.267Z Checking linked-hash-map v0.5.6
25122025-04-22T02:22:11.590Z Checking lru-cache v0.1.2
25132025-04-22T02:22:11.640Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25142025-04-22T02:22:11.783Z Compiling chrono-tz v0.10.3
25152025-04-22T02:22:11.800Z Checking newline-converter v0.3.0
25162025-04-22T02:22:11.982Z Checking resolv-conf v0.7.0
25172025-04-22T02:22:12.372Z Checking itertools v0.14.0
25182025-04-22T02:22:12.470Z Checking prettyplease v0.2.30
25192025-04-22T02:22:12.540Z Compiling slog-dtrace v0.3.0
25202025-04-22T02:22:12.892Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25212025-04-22T02:22:13.099Z Checking hickory-resolver v0.24.4
25222025-04-22T02:22:13.116Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25232025-04-22T02:22:13.661Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242025-04-22T02:22:14.163Z Checking expectorate v1.1.0
25252025-04-22T02:22:14.350Z Compiling zone_cfg_derive v0.3.0
25262025-04-22T02:22:14.729Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
25272025-04-22T02:22:14.747Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282025-04-22T02:22:14.785Z Compiling const_format_proc_macros v0.2.34
25292025-04-22T02:22:14.821Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25302025-04-22T02:22:15.099Z Compiling derive-where v1.2.7
25312025-04-22T02:22:15.755Z Compiling num-derive v0.4.2
25322025-04-22T02:22:15.815Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25332025-04-22T02:22:15.853Z Checking highway v1.3.0
25342025-04-22T02:22:16.132Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25352025-04-22T02:22:16.277Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362025-04-22T02:22:16.463Z Checking zone v0.3.1
25372025-04-22T02:22:16.540Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25382025-04-22T02:22:16.681Z Checking const_format v0.2.34
25392025-04-22T02:22:17.169Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25402025-04-22T02:22:17.197Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
25412025-04-22T02:22:17.485Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25422025-04-22T02:22:17.976Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
25432025-04-22T02:22:18.180Z Checking gethostname v0.5.0
25442025-04-22T02:22:18.196Z Checking bcs v0.1.6
25452025-04-22T02:22:18.227Z Checking qorb v0.3.1
25462025-04-22T02:22:18.323Z Checking nanorand v0.7.0
25472025-04-22T02:22:18.425Z Compiling async-recursion v1.1.1
25482025-04-22T02:22:18.655Z Checking termtree v0.5.1
25492025-04-22T02:22:18.695Z Checking flume v0.11.1
25502025-04-22T02:22:18.984Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25512025-04-22T02:22:24.717Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522025-04-22T02:22:27.972Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532025-04-22T02:22:30.398Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25542025-04-22T02:22:31.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.47s
25552025-04-22T02:22:31.820Z
25562025-04-22T02:22:31.820Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/211)
25572025-04-22T02:22:32.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582025-04-22T02:22:32.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592025-04-22T02:22:32.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602025-04-22T02:22:32.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25612025-04-22T02:22:32.537Z
25622025-04-22T02:22:32.538Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/211)
25632025-04-22T02:22:33.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642025-04-22T02:22:33.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652025-04-22T02:22:33.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662025-04-22T02:22:33.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25672025-04-22T02:22:33.246Z
25682025-04-22T02:22:33.246Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/211)
25692025-04-22T02:22:33.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702025-04-22T02:22:33.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712025-04-22T02:22:33.975Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25722025-04-22T02:22:34.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
25732025-04-22T02:22:34.809Z
25742025-04-22T02:22:34.809Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/211)
25752025-04-22T02:22:35.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762025-04-22T02:22:35.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772025-04-22T02:22:35.554Z Compiling cfg_aliases v0.1.1
25782025-04-22T02:22:35.554Z Compiling vte_generate_state_changes v0.1.2
25792025-04-22T02:22:35.557Z Checking fd-lock v4.0.2
25802025-04-22T02:22:35.557Z Checking nibble_vec v0.1.0
25812025-04-22T02:22:35.557Z Checking endian-type v0.1.2
25822025-04-22T02:22:35.557Z Checking bytecount v0.6.8
25832025-04-22T02:22:35.678Z Compiling tabled_derive v0.7.0
25842025-04-22T02:22:35.710Z Compiling peg-macros v0.8.5
25852025-04-22T02:22:35.757Z Compiling nix v0.28.0
25862025-04-22T02:22:35.836Z Checking papergrid v0.11.0
25872025-04-22T02:22:35.853Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25882025-04-22T02:22:35.870Z Compiling sqlparser_derive v0.2.2
25892025-04-22T02:22:35.925Z Checking radix_trie v0.2.1
25902025-04-22T02:22:36.235Z Checking vte v0.11.1
25912025-04-22T02:22:36.313Z Checking nu-ansi-term v0.50.1
25922025-04-22T02:22:36.701Z Checking home v0.5.9
25932025-04-22T02:22:36.825Z Checking unicode_categories v0.1.1
25942025-04-22T02:22:36.860Z Checking sqlparser v0.45.0
25952025-04-22T02:22:36.906Z Checking display-error-chain v0.2.2
25962025-04-22T02:22:37.120Z Checking sqlformat v0.2.6
25972025-04-22T02:22:37.610Z Checking strip-ansi-escapes v0.2.0
25982025-04-22T02:22:37.754Z Checking tabled v0.15.0
25992025-04-22T02:22:37.778Z Checking reedline v0.38.0
26002025-04-22T02:22:38.213Z Checking peg v0.8.5
26012025-04-22T02:22:38.701Z Checking rustyline v14.0.0
26022025-04-22T02:22:46.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
26032025-04-22T02:22:47.038Z
26042025-04-22T02:22:47.038Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/211)
26052025-04-22T02:22:47.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062025-04-22T02:22:47.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072025-04-22T02:22:47.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26082025-04-22T02:22:52.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
26092025-04-22T02:22:52.959Z
26102025-04-22T02:22:52.959Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/211)
26112025-04-22T02:22:53.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122025-04-22T02:22:53.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132025-04-22T02:22:53.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142025-04-22T02:22:57.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
26152025-04-22T02:22:57.341Z
26162025-04-22T02:22:57.341Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/211)
26172025-04-22T02:22:57.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182025-04-22T02:22:57.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192025-04-22T02:22:58.084Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26202025-04-22T02:23:02.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
26212025-04-22T02:23:02.951Z
26222025-04-22T02:23:02.951Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/211)
26232025-04-22T02:23:03.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242025-04-22T02:23:03.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252025-04-22T02:23:03.696Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26262025-04-22T02:23:08.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
26272025-04-22T02:23:08.644Z
26282025-04-22T02:23:08.644Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/211)
26292025-04-22T02:23:09.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302025-04-22T02:23:09.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312025-04-22T02:23:09.387Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26322025-04-22T02:23:13.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
26332025-04-22T02:23:13.187Z
26342025-04-22T02:23:13.187Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/211)
26352025-04-22T02:23:13.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362025-04-22T02:23:13.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372025-04-22T02:23:13.927Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26382025-04-22T02:23:17.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
26392025-04-22T02:23:17.795Z
26402025-04-22T02:23:17.795Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/211)
26412025-04-22T02:23:18.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422025-04-22T02:23:18.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432025-04-22T02:23:18.536Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26442025-04-22T02:23:23.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
26452025-04-22T02:23:23.745Z
26462025-04-22T02:23:23.745Zinfo: running `cargo check --bins` on oximeter (66/211)
26472025-04-22T02:23:24.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482025-04-22T02:23:24.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492025-04-22T02:23:24.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502025-04-22T02:23:24.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26512025-04-22T02:23:24.451Z
26522025-04-22T02:23:24.451Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/211)
26532025-04-22T02:23:25.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542025-04-22T02:23:25.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552025-04-22T02:23:25.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562025-04-22T02:23:25.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26572025-04-22T02:23:25.134Z
26582025-04-22T02:23:25.134Zinfo: running `cargo check --bins` on oximeter-schema (68/211)
26592025-04-22T02:23:25.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602025-04-22T02:23:25.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612025-04-22T02:23:25.840Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26622025-04-22T02:23:27.783Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26632025-04-22T02:23:28.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
26642025-04-22T02:23:28.909Z
26652025-04-22T02:23:28.909Zinfo: running `cargo check --bins` on oximeter-types (69/211)
26662025-04-22T02:23:29.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-04-22T02:23:29.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-04-22T02:23:29.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-04-22T02:23:29.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26702025-04-22T02:23:29.620Z
26712025-04-22T02:23:29.620Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/211)
26722025-04-22T02:23:30.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-04-22T02:23:30.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-04-22T02:23:30.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-04-22T02:23:30.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26762025-04-22T02:23:30.328Z
26772025-04-22T02:23:30.328Zinfo: running `cargo check --bins` on oxql-types (71/211)
26782025-04-22T02:23:30.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-04-22T02:23:30.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-04-22T02:23:30.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-04-22T02:23:30.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26822025-04-22T02:23:31.039Z
26832025-04-22T02:23:31.039Zinfo: running `cargo check --bins` on oximeter-test-utils (72/211)
26842025-04-22T02:23:31.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-04-22T02:23:31.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-04-22T02:23:31.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-04-22T02:23:31.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26882025-04-22T02:23:31.777Z
26892025-04-22T02:23:31.777Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/211)
26902025-04-22T02:23:32.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-04-22T02:23:32.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-04-22T02:23:32.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-04-22T02:23:32.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26942025-04-22T02:23:32.488Z
26952025-04-22T02:23:32.488Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/211)
26962025-04-22T02:23:33.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-04-22T02:23:33.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-04-22T02:23:33.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-04-22T02:23:33.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27002025-04-22T02:23:33.220Z
27012025-04-22T02:23:33.220Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/211)
27022025-04-22T02:23:33.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-04-22T02:23:33.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-04-22T02:23:33.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-04-22T02:23:33.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27062025-04-22T02:23:33.927Z
27072025-04-22T02:23:33.927Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/211)
27082025-04-22T02:23:34.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-04-22T02:23:34.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-04-22T02:23:34.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-04-22T02:23:34.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27122025-04-22T02:23:34.642Z
27132025-04-22T02:23:34.642Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/211)
27142025-04-22T02:23:35.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-04-22T02:23:35.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-04-22T02:23:35.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-04-22T02:23:35.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27182025-04-22T02:23:35.352Z
27192025-04-22T02:23:35.352Zinfo: running `cargo check --bins` on cockroach-admin-client (78/211)
27202025-04-22T02:23:35.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-04-22T02:23:35.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-04-22T02:23:35.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-04-22T02:23:35.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27242025-04-22T02:23:36.035Z
27252025-04-22T02:23:36.035Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/211)
27262025-04-22T02:23:36.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-04-22T02:23:36.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-04-22T02:23:36.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-04-22T02:23:36.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27302025-04-22T02:23:36.759Z
27312025-04-22T02:23:36.759Zinfo: running `cargo check --bins` on dns-service-client (80/211)
27322025-04-22T02:23:37.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-04-22T02:23:37.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-04-22T02:23:37.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-04-22T02:23:37.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27362025-04-22T02:23:37.471Z
27372025-04-22T02:23:37.471Zinfo: running `cargo check --bins` on internal-dns-types (81/211)
27382025-04-22T02:23:38.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-04-22T02:23:38.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-04-22T02:23:38.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-04-22T02:23:38.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27422025-04-22T02:23:38.180Z
27432025-04-22T02:23:38.180Zinfo: running `cargo check --bins` on ereport-client (82/211)
27442025-04-22T02:23:38.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-04-22T02:23:38.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-04-22T02:23:38.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-04-22T02:23:38.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27482025-04-22T02:23:38.865Z
27492025-04-22T02:23:38.866Zinfo: running `cargo check --bins` on ereport-types (83/211)
27502025-04-22T02:23:39.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-04-22T02:23:39.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-04-22T02:23:39.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-04-22T02:23:39.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27542025-04-22T02:23:39.550Z
27552025-04-22T02:23:39.550Zinfo: running `cargo check --bins` on gateway-client (84/211)
27562025-04-22T02:23:40.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-04-22T02:23:40.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-04-22T02:23:40.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592025-04-22T02:23:40.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27602025-04-22T02:23:40.231Z
27612025-04-22T02:23:40.231Zinfo: running `cargo check --bins` on installinator-client (85/211)
27622025-04-22T02:23:40.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632025-04-22T02:23:40.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642025-04-22T02:23:40.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652025-04-22T02:23:40.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27662025-04-22T02:23:40.954Z
27672025-04-22T02:23:40.954Zinfo: running `cargo check --bins` on installinator-common (86/211)
27682025-04-22T02:23:41.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692025-04-22T02:23:41.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702025-04-22T02:23:41.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712025-04-22T02:23:41.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27722025-04-22T02:23:41.678Z
27732025-04-22T02:23:41.679Zinfo: running `cargo check --bins` on update-engine (87/211)
27742025-04-22T02:23:42.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752025-04-22T02:23:42.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762025-04-22T02:23:42.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772025-04-22T02:23:42.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27782025-04-22T02:23:42.374Z
27792025-04-22T02:23:42.374Zinfo: running `cargo check --bins` on nexus-client (88/211)
27802025-04-22T02:23:43.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-04-22T02:23:43.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-04-22T02:23:43.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-04-22T02:23:43.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27842025-04-22T02:23:43.109Z
27852025-04-22T02:23:43.109Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/211)
27862025-04-22T02:23:43.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-04-22T02:23:43.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-04-22T02:23:43.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-04-22T02:23:43.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27902025-04-22T02:23:43.832Z
27912025-04-22T02:23:43.832Zinfo: running `cargo check --bins` on omicron-passwords (90/211)
27922025-04-22T02:23:44.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-04-22T02:23:44.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-04-22T02:23:44.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952025-04-22T02:23:44.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27962025-04-22T02:23:44.528Z
27972025-04-22T02:23:44.528Zinfo: running `cargo check --bins` on nexus-types (91/211)
27982025-04-22T02:23:45.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-04-22T02:23:45.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-04-22T02:23:45.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-04-22T02:23:45.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28022025-04-22T02:23:45.261Z
28032025-04-22T02:23:45.261Zinfo: running `cargo check --bins` on id-map (92/211)
28042025-04-22T02:23:45.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-04-22T02:23:45.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-04-22T02:23:45.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072025-04-22T02:23:45.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28082025-04-22T02:23:45.944Z
28092025-04-22T02:23:45.944Zinfo: running `cargo check --bins` on oxide-client (93/211)
28102025-04-22T02:23:46.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-04-22T02:23:46.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-04-22T02:23:46.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132025-04-22T02:23:46.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28142025-04-22T02:23:46.632Z
28152025-04-22T02:23:46.632Zinfo: running `cargo check --bins` on oximeter-client (94/211)
28162025-04-22T02:23:47.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-04-22T02:23:47.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-04-22T02:23:47.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192025-04-22T02:23:47.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28202025-04-22T02:23:47.342Z
28212025-04-22T02:23:47.342Zinfo: running `cargo check --bins` on repo-depot-client (95/211)
28222025-04-22T02:23:47.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-04-22T02:23:47.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-04-22T02:23:47.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-04-22T02:23:47.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28262025-04-22T02:23:48.027Z
28272025-04-22T02:23:48.027Zinfo: running `cargo check --bins` on sled-agent-client (96/211)
28282025-04-22T02:23:48.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-04-22T02:23:48.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-04-22T02:23:48.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312025-04-22T02:23:48.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28322025-04-22T02:23:48.756Z
28332025-04-22T02:23:48.756Zinfo: running `cargo check --bins` on wicketd-client (97/211)
28342025-04-22T02:23:49.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352025-04-22T02:23:49.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362025-04-22T02:23:49.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372025-04-22T02:23:49.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28382025-04-22T02:23:49.517Z
28392025-04-22T02:23:49.517Zinfo: running `cargo check --bins` on sled-agent-types (98/211)
28402025-04-22T02:23:50.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-04-22T02:23:50.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-04-22T02:23:50.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432025-04-22T02:23:50.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28442025-04-22T02:23:50.267Z
28452025-04-22T02:23:50.267Zinfo: running `cargo check --bins` on wicket-common (99/211)
28462025-04-22T02:23:50.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-04-22T02:23:50.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-04-22T02:23:50.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492025-04-22T02:23:50.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28502025-04-22T02:23:50.996Z
28512025-04-22T02:23:50.996Zinfo: running `cargo check --bins` on omicron-cockroach-admin (100/211)
28522025-04-22T02:23:51.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532025-04-22T02:23:51.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542025-04-22T02:23:51.730Z Checking csv-core v0.1.11
28552025-04-22T02:23:51.730Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28562025-04-22T02:23:51.730Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28572025-04-22T02:23:51.733Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582025-04-22T02:23:52.031Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28592025-04-22T02:23:52.034Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28602025-04-22T02:23:52.063Z Checking csv v1.3.1
28612025-04-22T02:23:52.601Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28622025-04-22T02:23:52.937Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28632025-04-22T02:23:54.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
28642025-04-22T02:23:54.847Z
28652025-04-22T02:23:54.847Zinfo: running `cargo check --bins` on cockroach-admin-api (101/211)
28662025-04-22T02:23:55.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672025-04-22T02:23:55.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682025-04-22T02:23:55.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692025-04-22T02:23:55.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28702025-04-22T02:23:55.563Z
28712025-04-22T02:23:55.563Zinfo: running `cargo check --bins` on cockroach-admin-types (102/211)
28722025-04-22T02:23:56.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732025-04-22T02:23:56.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742025-04-22T02:23:56.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752025-04-22T02:23:56.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28762025-04-22T02:23:56.275Z
28772025-04-22T02:23:56.275Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (103/211)
28782025-04-22T02:23:57.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792025-04-22T02:23:57.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802025-04-22T02:23:57.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812025-04-22T02:23:57.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28822025-04-22T02:23:57.100Z
28832025-04-22T02:23:57.100Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/211)
28842025-04-22T02:23:57.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852025-04-22T02:23:57.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862025-04-22T02:23:57.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872025-04-22T02:23:57.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28882025-04-22T02:23:57.923Z
28892025-04-22T02:23:57.923Zinfo: running `cargo check --bins` on dns-server (105/211)
28902025-04-22T02:23:58.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912025-04-22T02:23:58.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922025-04-22T02:23:58.645Z Compiling parking_lot_core v0.8.6
28932025-04-22T02:23:58.648Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28942025-04-22T02:23:58.648Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28952025-04-22T02:23:58.648Z Checking fxhash v0.2.1
28962025-04-22T02:23:58.648Z Checking hickory-client v0.24.4
28972025-04-22T02:23:58.648Z Checking hickory-server v0.24.4
28982025-04-22T02:23:59.357Z Checking parking_lot v0.11.2
28992025-04-22T02:23:59.414Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29002025-04-22T02:23:59.414Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29012025-04-22T02:23:59.587Z Checking sled v0.34.7
29022025-04-22T02:24:01.233Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29032025-04-22T02:24:02.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
29042025-04-22T02:24:02.623Z
29052025-04-22T02:24:02.623Zinfo: running `cargo check --bins` on dns-server-api (106/211)
29062025-04-22T02:24:03.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072025-04-22T02:24:03.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082025-04-22T02:24:03.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092025-04-22T02:24:03.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29102025-04-22T02:24:03.341Z
29112025-04-22T02:24:03.341Zinfo: running `cargo check --bins` on openapi-manager-types (107/211)
29122025-04-22T02:24:03.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132025-04-22T02:24:03.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142025-04-22T02:24:03.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152025-04-22T02:24:03.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29162025-04-22T02:24:04.033Z
29172025-04-22T02:24:04.034Zinfo: running `cargo check --bins` on gateway-test-utils (108/211)
29182025-04-22T02:24:04.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192025-04-22T02:24:04.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202025-04-22T02:24:04.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212025-04-22T02:24:04.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29222025-04-22T02:24:04.819Z
29232025-04-22T02:24:04.819Zinfo: running `cargo check --bins` on gateway-types (109/211)
29242025-04-22T02:24:05.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252025-04-22T02:24:05.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262025-04-22T02:24:05.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272025-04-22T02:24:05.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29282025-04-22T02:24:05.532Z
29292025-04-22T02:24:05.532Zinfo: running `cargo check --bins` on ipcc (110/211)
29302025-04-22T02:24:06.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312025-04-22T02:24:06.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322025-04-22T02:24:06.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332025-04-22T02:24:06.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29342025-04-22T02:24:06.254Z
29352025-04-22T02:24:06.254Zinfo: running `cargo check --bins` on omicron-gateway (111/211)
29362025-04-22T02:24:06.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372025-04-22T02:24:06.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382025-04-22T02:24:07.050Z Compiling radium v0.7.0
29392025-04-22T02:24:07.050Z Compiling semver v0.1.20
29402025-04-22T02:24:07.053Z Compiling maybe-uninit v2.0.0
29412025-04-22T02:24:07.053Z Checking tap v1.0.1
29422025-04-22T02:24:07.201Z Checking password-hash v0.5.0
29432025-04-22T02:24:07.205Z Checking blake2 v0.10.6
29442025-04-22T02:24:07.205Z Checking funty v2.0.0
29452025-04-22T02:24:07.205Z Compiling packed_struct v0.10.1
29462025-04-22T02:24:07.345Z Checking wyz v0.5.1
29472025-04-22T02:24:07.618Z Compiling rustc_version v0.1.7
29482025-04-22T02:24:07.662Z Compiling owo-colors v4.2.0
29492025-04-22T02:24:07.666Z Compiling cancel-safe-futures v0.1.5
29502025-04-22T02:24:07.690Z Checking crc-catalog v2.4.0
29512025-04-22T02:24:07.779Z Checking argon2 v0.5.3
29522025-04-22T02:24:07.846Z Checking crc v3.2.1
29532025-04-22T02:24:07.898Z Compiling packed_struct_codegen v0.10.1
29542025-04-22T02:24:08.027Z Compiling newtype_derive v0.1.6
29552025-04-22T02:24:08.063Z Checking libsw-core v0.3.1
29562025-04-22T02:24:08.082Z Compiling indexmap v1.9.3
29572025-04-22T02:24:08.113Z Checking bitvec v1.0.1
29582025-04-22T02:24:08.235Z Checking half v2.4.1
29592025-04-22T02:24:08.296Z Checking ciborium-io v0.2.2
29602025-04-22T02:24:08.400Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29612025-04-22T02:24:08.422Z Checking fixedbitset v0.5.7
29622025-04-22T02:24:08.425Z Checking nodrop v0.1.14
29632025-04-22T02:24:08.548Z Checking array-init v0.0.4
29642025-04-22T02:24:08.624Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29652025-04-22T02:24:08.657Z Checking ciborium-ll v0.2.2
29662025-04-22T02:24:08.755Z Checking libsw v3.4.0
29672025-04-22T02:24:08.821Z Checking petgraph v0.7.1
29682025-04-22T02:24:08.946Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692025-04-22T02:24:08.994Z Checking smallvec v0.6.14
29702025-04-22T02:24:09.339Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29712025-04-22T02:24:09.382Z Checking linear-map v1.2.0
29722025-04-22T02:24:09.447Z Checking termcolor v1.4.1
29732025-04-22T02:24:09.641Z Checking indent_write v2.2.0
29742025-04-22T02:24:09.698Z Checking swrite v0.1.0
29752025-04-22T02:24:09.831Z Checking bitfield v0.14.0
29762025-04-22T02:24:09.868Z Checking hashbrown v0.12.3
29772025-04-22T02:24:09.886Z Checking ron v0.8.1
29782025-04-22T02:24:10.096Z Checking env_logger v0.10.2
29792025-04-22T02:24:10.145Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29802025-04-22T02:24:10.290Z Checking serde-hex v0.1.0
29812025-04-22T02:24:10.345Z Checking ciborium v0.2.2
29822025-04-22T02:24:10.733Z Checking steno v0.4.1
29832025-04-22T02:24:11.099Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29842025-04-22T02:24:11.317Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29852025-04-22T02:24:11.387Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29862025-04-22T02:24:11.508Z Checking hashbrown v0.13.2
29872025-04-22T02:24:11.605Z Checking crc-any v2.5.0
29882025-04-22T02:24:11.705Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29892025-04-22T02:24:11.846Z Checking humantime v2.1.0
29902025-04-22T02:24:11.975Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29912025-04-22T02:24:12.149Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29922025-04-22T02:24:12.249Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
29932025-04-22T02:24:12.451Z Checking object v0.30.4
29942025-04-22T02:24:12.483Z Checking void v1.0.2
29952025-04-22T02:24:12.596Z Checking path-slash v0.1.5
29962025-04-22T02:24:12.648Z Checking lzss v0.8.2
29972025-04-22T02:24:12.819Z Checking tungstenite v0.23.0
29982025-04-22T02:24:12.833Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29992025-04-22T02:24:12.980Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30002025-04-22T02:24:13.687Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30012025-04-22T02:24:13.704Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30022025-04-22T02:24:13.977Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30032025-04-22T02:24:14.008Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
30042025-04-22T02:24:14.412Z Checking nix v0.27.1
30052025-04-22T02:24:14.420Z Checking kstat-rs v0.2.4
30062025-04-22T02:24:14.420Z Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
30072025-04-22T02:24:14.489Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30082025-04-22T02:24:14.583Z Checking tokio-tungstenite v0.23.1
30092025-04-22T02:24:14.698Z Checking signal-hook-tokio v0.3.1
30102025-04-22T02:24:15.263Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30112025-04-22T02:24:15.607Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30122025-04-22T02:24:21.547Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
30132025-04-22T02:24:22.849Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2)
30142025-04-22T02:24:26.204Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30152025-04-22T02:24:31.503Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30162025-04-22T02:24:32.131Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30172025-04-22T02:24:34.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.44s
30182025-04-22T02:24:34.918Z
30192025-04-22T02:24:34.918Zinfo: running `cargo check --bins` on ereport-api (112/211)
30202025-04-22T02:24:35.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212025-04-22T02:24:35.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222025-04-22T02:24:35.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232025-04-22T02:24:35.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30242025-04-22T02:24:35.616Z
30252025-04-22T02:24:35.616Zinfo: running `cargo check --bins` on gateway-api (113/211)
30262025-04-22T02:24:36.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272025-04-22T02:24:36.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282025-04-22T02:24:36.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292025-04-22T02:24:36.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30302025-04-22T02:24:36.339Z
30312025-04-22T02:24:36.339Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (114/211)
30322025-04-22T02:24:36.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332025-04-22T02:24:36.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342025-04-22T02:24:36.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352025-04-22T02:24:36.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30362025-04-22T02:24:37.038Z
30372025-04-22T02:24:37.038Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/211)
30382025-04-22T02:24:37.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392025-04-22T02:24:37.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402025-04-22T02:24:37.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412025-04-22T02:24:37.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30422025-04-22T02:24:37.757Z
30432025-04-22T02:24:37.757Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/211)
30442025-04-22T02:24:38.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452025-04-22T02:24:38.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462025-04-22T02:24:38.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472025-04-22T02:24:38.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30482025-04-22T02:24:38.488Z
30492025-04-22T02:24:38.488Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/211)
30502025-04-22T02:24:39.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512025-04-22T02:24:39.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522025-04-22T02:24:39.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532025-04-22T02:24:39.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30542025-04-22T02:24:39.208Z
30552025-04-22T02:24:39.208Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/211)
30562025-04-22T02:24:39.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572025-04-22T02:24:39.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582025-04-22T02:24:39.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592025-04-22T02:24:39.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30602025-04-22T02:24:39.931Z
30612025-04-22T02:24:39.931Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/211)
30622025-04-22T02:24:40.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632025-04-22T02:24:40.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642025-04-22T02:24:40.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652025-04-22T02:24:40.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30662025-04-22T02:24:40.654Z
30672025-04-22T02:24:40.654Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/211)
30682025-04-22T02:24:41.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692025-04-22T02:24:41.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702025-04-22T02:24:41.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712025-04-22T02:24:41.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30722025-04-22T02:24:41.373Z
30732025-04-22T02:24:41.373Zinfo: running `cargo check --bins` on oximeter-producer (121/211)
30742025-04-22T02:24:42.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752025-04-22T02:24:42.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762025-04-22T02:24:42.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772025-04-22T02:24:42.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30782025-04-22T02:24:42.121Z
30792025-04-22T02:24:42.122Zinfo: running `cargo check --bins` on internal-dns-resolver (122/211)
30802025-04-22T02:24:42.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812025-04-22T02:24:42.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822025-04-22T02:24:42.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832025-04-22T02:24:42.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30842025-04-22T02:24:42.842Z
30852025-04-22T02:24:42.842Zinfo: running `cargo check --bins` on sp-sim (123/211)
30862025-04-22T02:24:43.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872025-04-22T02:24:43.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882025-04-22T02:24:43.565Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30892025-04-22T02:24:43.864Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30902025-04-22T02:24:45.315Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30912025-04-22T02:24:46.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
30922025-04-22T02:24:47.071Z
30932025-04-22T02:24:47.072Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (124/211)
30942025-04-22T02:24:47.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952025-04-22T02:24:47.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962025-04-22T02:24:47.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972025-04-22T02:24:47.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30982025-04-22T02:24:47.832Z
30992025-04-22T02:24:47.832Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/211)
31002025-04-22T02:24:48.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012025-04-22T02:24:48.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022025-04-22T02:24:48.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032025-04-22T02:24:48.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31042025-04-22T02:24:48.600Z
31052025-04-22T02:24:48.600Zinfo: running `cargo check --bins` on db-macros (126/211)
31062025-04-22T02:24:49.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072025-04-22T02:24:49.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082025-04-22T02:24:49.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092025-04-22T02:24:49.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31102025-04-22T02:24:49.283Z
31112025-04-22T02:24:49.283Zinfo: running `cargo check --bins` on nexus-macros-common (127/211)
31122025-04-22T02:24:49.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132025-04-22T02:24:49.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142025-04-22T02:24:49.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152025-04-22T02:24:49.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31162025-04-22T02:24:49.966Z
31172025-04-22T02:24:49.966Zinfo: running `cargo check --bins` on nexus-auth (128/211)
31182025-04-22T02:24:50.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192025-04-22T02:24:50.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202025-04-22T02:24:50.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212025-04-22T02:24:50.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31222025-04-22T02:24:50.717Z
31232025-04-22T02:24:50.717Zinfo: running `cargo check --bins` on authz-macros (129/211)
31242025-04-22T02:24:51.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252025-04-22T02:24:51.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262025-04-22T02:24:51.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272025-04-22T02:24:51.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31282025-04-22T02:24:51.406Z
31292025-04-22T02:24:51.406Zinfo: running `cargo check --bins` on nexus-db-fixed-data (130/211)
31302025-04-22T02:24:52.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312025-04-22T02:24:52.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322025-04-22T02:24:52.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332025-04-22T02:24:52.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31342025-04-22T02:24:52.163Z
31352025-04-22T02:24:52.163Zinfo: running `cargo check --bins` on nexus-db-model (131/211)
31362025-04-22T02:24:52.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372025-04-22T02:24:52.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382025-04-22T02:24:52.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392025-04-22T02:24:52.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31402025-04-22T02:24:52.916Z
31412025-04-22T02:24:52.916Zinfo: running `cargo check --bins` on nexus-db-schema (132/211)
31422025-04-22T02:24:53.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432025-04-22T02:24:53.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442025-04-22T02:24:53.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452025-04-22T02:24:53.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31462025-04-22T02:24:53.613Z
31472025-04-22T02:24:53.613Zinfo: running `cargo check --bins` on nexus-defaults (133/211)
31482025-04-22T02:24:54.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492025-04-22T02:24:54.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502025-04-22T02:24:54.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512025-04-22T02:24:54.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31522025-04-22T02:24:54.337Z
31532025-04-22T02:24:54.337Zinfo: running `cargo check --bins` on nexus-db-errors (134/211)
31542025-04-22T02:24:56.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552025-04-22T02:24:56.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562025-04-22T02:24:56.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572025-04-22T02:24:56.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31582025-04-22T02:24:56.725Z
31592025-04-22T02:24:56.725Zinfo: running `cargo check --bins` on nexus-db-lookup (135/211)
31602025-04-22T02:24:56.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612025-04-22T02:24:56.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622025-04-22T02:24:56.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632025-04-22T02:24:56.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31642025-04-22T02:24:56.732Z
31652025-04-22T02:24:56.732Zinfo: running `cargo check --bins` on nexus-inventory (136/211)
31662025-04-22T02:24:56.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672025-04-22T02:24:56.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682025-04-22T02:24:56.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692025-04-22T02:24:56.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31702025-04-22T02:24:56.732Z
31712025-04-22T02:24:56.733Zinfo: running `cargo check --bins` on typed-rng (137/211)
31722025-04-22T02:24:57.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732025-04-22T02:24:57.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742025-04-22T02:24:57.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752025-04-22T02:24:57.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31762025-04-22T02:24:57.641Z
31772025-04-22T02:24:57.641Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (138/211)
31782025-04-22T02:24:58.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792025-04-22T02:24:58.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802025-04-22T02:24:58.226Z Checking keccak v0.1.5
31812025-04-22T02:24:58.226Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
31822025-04-22T02:24:58.226Z Checking secrecy v0.8.0
31832025-04-22T02:24:58.226Z Compiling unicase v2.7.0
31842025-04-22T02:24:58.320Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
31852025-04-22T02:24:58.325Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862025-04-22T02:24:58.326Z Compiling thiserror-impl-no-std v2.0.2
31872025-04-22T02:24:58.857Z Checking universal-hash v0.5.1
31882025-04-22T02:24:58.884Z Checking opaque-debug v0.3.1
31892025-04-22T02:24:58.884Z Checking poly1305 v0.8.0
31902025-04-22T02:24:58.884Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31912025-04-22T02:24:58.884Z Checking sha3 v0.10.8
31922025-04-22T02:24:58.884Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31932025-04-22T02:24:58.884Z Checking chacha20 v0.9.1
31942025-04-22T02:24:58.884Z Checking aead v0.5.2
31952025-04-22T02:24:58.884Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
31962025-04-22T02:24:58.920Z Compiling proc-macro-error-attr2 v2.0.0
31972025-04-22T02:24:59.175Z Compiling libefi-sys v0.1.0
31982025-04-22T02:24:59.202Z Compiling salty v0.3.0
31992025-04-22T02:24:59.202Z Checking chacha20poly1305 v0.10.1
32002025-04-22T02:24:59.329Z Compiling num-derive v0.3.3
32012025-04-22T02:24:59.465Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
32022025-04-22T02:24:59.485Z Compiling bitfield-struct v0.6.2
32032025-04-22T02:24:59.680Z Compiling proc-macro-error2 v2.0.1
32042025-04-22T02:24:59.906Z Checking papergrid v0.14.0
32052025-04-22T02:25:00.304Z Compiling tabled_derive v0.10.0
32062025-04-22T02:25:00.849Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072025-04-22T02:25:01.076Z Checking thiserror-no-std v2.0.2
32082025-04-22T02:25:01.205Z Checking vsss-rs v3.3.4
32092025-04-22T02:25:01.745Z Compiling mime_guess v2.0.5
32102025-04-22T02:25:01.750Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
32112025-04-22T02:25:01.750Z Checking libscf-sys v1.1.0
32122025-04-22T02:25:02.107Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32132025-04-22T02:25:02.135Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32142025-04-22T02:25:02.386Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32152025-04-22T02:25:02.597Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32162025-04-22T02:25:02.941Z Checking primeorder v0.13.6
32172025-04-22T02:25:03.213Z Checking env_filter v0.1.2
32182025-04-22T02:25:03.402Z Compiling dropshot v0.12.0
32192025-04-22T02:25:03.431Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32202025-04-22T02:25:03.479Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212025-04-22T02:25:03.614Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222025-04-22T02:25:03.836Z Checking env_logger v0.11.5
32232025-04-22T02:25:03.858Z Checking p384 v0.13.0
32242025-04-22T02:25:04.058Z Checking tabled v0.18.0
32252025-04-22T02:25:04.312Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32262025-04-22T02:25:04.451Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32272025-04-22T02:25:04.721Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32282025-04-22T02:25:05.039Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32292025-04-22T02:25:05.267Z Compiling dropshot_endpoint v0.12.0
32302025-04-22T02:25:05.370Z Compiling xshell-macros v0.2.7
32312025-04-22T02:25:05.409Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32322025-04-22T02:25:05.563Z Checking http-range v0.1.5
32332025-04-22T02:25:05.766Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32342025-04-22T02:25:05.827Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32352025-04-22T02:25:06.117Z Checking xshell v0.2.7
32362025-04-22T02:25:06.135Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32372025-04-22T02:25:06.385Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32382025-04-22T02:25:06.479Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32392025-04-22T02:25:06.482Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32402025-04-22T02:25:06.682Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32412025-04-22T02:25:06.784Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a)
32422025-04-22T02:25:07.077Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32432025-04-22T02:25:07.213Z Checking atty v0.2.14
32442025-04-22T02:25:07.364Z Checking crc8 v0.1.1
32452025-04-22T02:25:07.486Z Checking glob v0.3.2
32462025-04-22T02:25:07.508Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32472025-04-22T02:25:07.589Z Checking hyper-staticfile v0.10.1
32482025-04-22T02:25:07.817Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32492025-04-22T02:25:07.861Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32502025-04-22T02:25:08.495Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32512025-04-22T02:25:08.660Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32522025-04-22T02:25:08.686Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32532025-04-22T02:25:08.794Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32542025-04-22T02:25:08.844Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32552025-04-22T02:25:09.033Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
32562025-04-22T02:25:09.819Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32572025-04-22T02:25:09.894Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32582025-04-22T02:25:10.105Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32592025-04-22T02:25:10.186Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32602025-04-22T02:25:10.311Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32612025-04-22T02:25:10.632Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32622025-04-22T02:25:10.981Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32632025-04-22T02:25:12.183Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
32642025-04-22T02:25:12.404Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32652025-04-22T02:25:18.595Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32662025-04-22T02:25:31.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.55s
32672025-04-22T02:25:32.096Z
32682025-04-22T02:25:32.096Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (139/211)
32692025-04-22T02:25:32.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702025-04-22T02:25:32.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712025-04-22T02:25:32.929Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32722025-04-22T02:25:46.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
32732025-04-22T02:25:46.578Z
32742025-04-22T02:25:46.578Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (140/211)
32752025-04-22T02:25:47.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762025-04-22T02:25:47.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772025-04-22T02:25:47.394Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32782025-04-22T02:26:00.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
32792025-04-22T02:26:01.083Z
32802025-04-22T02:26:01.083Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (141/211)
32812025-04-22T02:26:01.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822025-04-22T02:26:01.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832025-04-22T02:26:01.913Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32842025-04-22T02:26:15.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
32852025-04-22T02:26:15.604Z
32862025-04-22T02:26:15.604Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (142/211)
32872025-04-22T02:26:16.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882025-04-22T02:26:16.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892025-04-22T02:26:16.419Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32902025-04-22T02:26:30.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
32912025-04-22T02:26:30.279Z
32922025-04-22T02:26:30.279Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (143/211)
32932025-04-22T02:26:30.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942025-04-22T02:26:30.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952025-04-22T02:26:31.091Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32962025-04-22T02:26:44.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
32972025-04-22T02:26:44.766Z
32982025-04-22T02:26:44.766Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (144/211)
32992025-04-22T02:26:45.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002025-04-22T02:26:45.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012025-04-22T02:26:45.584Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33022025-04-22T02:26:59.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
33032025-04-22T02:26:59.244Z
33042025-04-22T02:26:59.244Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (145/211)
33052025-04-22T02:26:59.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062025-04-22T02:26:59.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072025-04-22T02:27:00.062Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33082025-04-22T02:27:13.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
33092025-04-22T02:27:13.706Z
33102025-04-22T02:27:13.706Zinfo: running `cargo check --bins` on bootstrap-agent-api (146/211)
33112025-04-22T02:27:14.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122025-04-22T02:27:14.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132025-04-22T02:27:14.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142025-04-22T02:27:14.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33152025-04-22T02:27:14.447Z
33162025-04-22T02:27:14.447Zinfo: running `cargo check --bins` on key-manager (147/211)
33172025-04-22T02:27:15.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182025-04-22T02:27:15.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192025-04-22T02:27:15.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202025-04-22T02:27:15.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33212025-04-22T02:27:15.162Z
33222025-04-22T02:27:15.162Zinfo: running `cargo check --bins` on range-requests (148/211)
33232025-04-22T02:27:15.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242025-04-22T02:27:15.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252025-04-22T02:27:15.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262025-04-22T02:27:15.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33272025-04-22T02:27:15.860Z
33282025-04-22T02:27:15.860Zinfo: running `cargo check --bins` on repo-depot-api (149/211)
33292025-04-22T02:27:16.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302025-04-22T02:27:16.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312025-04-22T02:27:16.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322025-04-22T02:27:16.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33332025-04-22T02:27:16.560Z
33342025-04-22T02:27:16.560Zinfo: running `cargo check --bins` on sled-agent-api (150/211)
33352025-04-22T02:27:17.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362025-04-22T02:27:17.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372025-04-22T02:27:17.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382025-04-22T02:27:17.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33392025-04-22T02:27:17.301Z
33402025-04-22T02:27:17.301Zinfo: running `cargo check --bins` on sled-diagnostics (151/211)
33412025-04-22T02:27:17.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422025-04-22T02:27:17.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432025-04-22T02:27:17.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442025-04-22T02:27:17.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33452025-04-22T02:27:17.981Z
33462025-04-22T02:27:17.981Zinfo: running `cargo check --bins` on sled-hardware (152/211)
33472025-04-22T02:27:18.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482025-04-22T02:27:18.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492025-04-22T02:27:18.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502025-04-22T02:27:18.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33512025-04-22T02:27:18.705Z
33522025-04-22T02:27:18.705Zinfo: running `cargo check --bins --no-default-features` on sled-storage (153/211)
33532025-04-22T02:27:19.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542025-04-22T02:27:19.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552025-04-22T02:27:19.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562025-04-22T02:27:19.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
33572025-04-22T02:27:19.438Z
33582025-04-22T02:27:19.438Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (154/211)
33592025-04-22T02:27:20.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602025-04-22T02:27:20.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612025-04-22T02:27:20.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622025-04-22T02:27:20.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33632025-04-22T02:27:20.177Z
33642025-04-22T02:27:20.177Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (155/211)
33652025-04-22T02:27:20.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662025-04-22T02:27:20.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672025-04-22T02:27:20.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682025-04-22T02:27:20.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33692025-04-22T02:27:20.913Z
33702025-04-22T02:27:20.913Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (156/211)
33712025-04-22T02:27:21.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722025-04-22T02:27:21.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732025-04-22T02:27:21.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742025-04-22T02:27:21.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33752025-04-22T02:27:21.660Z
33762025-04-22T02:27:21.660Zinfo: running `cargo check --bins` on nexus-test-interface (157/211)
33772025-04-22T02:27:22.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782025-04-22T02:27:22.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792025-04-22T02:27:22.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802025-04-22T02:27:22.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33812025-04-22T02:27:22.398Z
33822025-04-22T02:27:22.398Zinfo: running `cargo check --bins` on oximeter-collector (158/211)
33832025-04-22T02:27:23.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842025-04-22T02:27:23.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852025-04-22T02:27:23.167Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33862025-04-22T02:27:23.167Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33872025-04-22T02:27:24.011Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33882025-04-22T02:27:25.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
33892025-04-22T02:27:26.108Z
33902025-04-22T02:27:26.108Zinfo: running `cargo check --bins` on oximeter-api (159/211)
33912025-04-22T02:27:26.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922025-04-22T02:27:26.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932025-04-22T02:27:26.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942025-04-22T02:27:26.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33952025-04-22T02:27:26.820Z
33962025-04-22T02:27:26.820Zinfo: running `cargo check --bins` on cert-dev (160/211)
33972025-04-22T02:27:27.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982025-04-22T02:27:27.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992025-04-22T02:27:27.503Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34002025-04-22T02:27:27.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
34012025-04-22T02:27:27.961Z
34022025-04-22T02:27:27.961Zinfo: running `cargo check --bins` on clickana (161/211)
34032025-04-22T02:27:28.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042025-04-22T02:27:28.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052025-04-22T02:27:28.684Z Checking itertools v0.13.0
34062025-04-22T02:27:28.685Z Checking castaway v0.2.3
34072025-04-22T02:27:28.688Z Checking lru v0.12.5
34082025-04-22T02:27:28.688Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34092025-04-22T02:27:28.688Z Compiling instability v0.3.2
34102025-04-22T02:27:28.688Z Checking cassowary v0.3.0
34112025-04-22T02:27:28.688Z Compiling indoc v2.0.6
34122025-04-22T02:27:28.913Z Checking compact_str v0.8.0
34132025-04-22T02:27:30.453Z Checking unicode-truncate v1.1.0
34142025-04-22T02:27:30.526Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34152025-04-22T02:27:30.605Z Checking ratatui v0.29.0
34162025-04-22T02:27:32.388Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34172025-04-22T02:27:33.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
34182025-04-22T02:27:33.367Z
34192025-04-22T02:27:33.367Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (162/211)
34202025-04-22T02:27:34.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212025-04-22T02:27:34.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222025-04-22T02:27:34.134Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34232025-04-22T02:27:34.134Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34242025-04-22T02:27:35.133Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
34252025-04-22T02:27:35.621Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
34262025-04-22T02:27:35.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
34272025-04-22T02:27:36.182Z
34282025-04-22T02:27:36.182Zinfo: running `cargo check --bins` on ch-dev (163/211)
34292025-04-22T02:27:36.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302025-04-22T02:27:36.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312025-04-22T02:27:36.926Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
34322025-04-22T02:27:37.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
34332025-04-22T02:27:37.894Z
34342025-04-22T02:27:37.894Zinfo: running `cargo check --bins` on dev-tools-common (164/211)
34352025-04-22T02:27:38.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362025-04-22T02:27:38.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372025-04-22T02:27:38.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382025-04-22T02:27:38.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34392025-04-22T02:27:38.421Z
34402025-04-22T02:27:38.421Zinfo: running `cargo check --bins` on crdb-seed (165/211)
34412025-04-22T02:27:39.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422025-04-22T02:27:39.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432025-04-22T02:27:39.176Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34442025-04-22T02:27:39.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
34452025-04-22T02:27:39.763Z
34462025-04-22T02:27:39.763Zinfo: running `cargo check --bins` on db-dev (166/211)
34472025-04-22T02:27:40.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482025-04-22T02:27:40.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492025-04-22T02:27:40.510Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34502025-04-22T02:27:41.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
34512025-04-22T02:27:41.460Z
34522025-04-22T02:27:41.460Zinfo: running `cargo check --bins` on omicron-dev-lib (167/211)
34532025-04-22T02:27:42.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542025-04-22T02:27:42.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552025-04-22T02:27:42.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562025-04-22T02:27:42.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
34572025-04-22T02:27:42.203Z
34582025-04-22T02:27:42.203Zinfo: running `cargo check --bins` on xtask-downloader (168/211)
34592025-04-22T02:27:42.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602025-04-22T02:27:42.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612025-04-22T02:27:42.894Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34622025-04-22T02:27:43.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
34632025-04-22T02:27:43.900Z
34642025-04-22T02:27:43.900Zinfo: running `cargo check --bins` on omicron-ls-apis (169/211)
34652025-04-22T02:27:44.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662025-04-22T02:27:44.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672025-04-22T02:27:44.585Z Checking cargo-platform v0.1.8
34682025-04-22T02:27:44.864Z Checking cargo_metadata v0.19.2
34692025-04-22T02:27:45.823Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34702025-04-22T02:27:46.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
34712025-04-22T02:27:46.802Z
34722025-04-22T02:27:46.802Zinfo: running `cargo check --bins` on mgs-dev (170/211)
34732025-04-22T02:27:47.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742025-04-22T02:27:47.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752025-04-22T02:27:47.621Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34762025-04-22T02:27:48.963Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34772025-04-22T02:27:49.501Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34782025-04-22T02:27:50.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34792025-04-22T02:27:50.224Z
34802025-04-22T02:27:50.224Zinfo: running `cargo check --bins` on omicron-omdb (171/211)
34812025-04-22T02:27:50.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822025-04-22T02:27:50.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832025-04-22T02:27:51.108Z Compiling crunchy v0.2.2
34842025-04-22T02:27:51.108Z Compiling dsl_auto_type v0.1.2
34852025-04-22T02:27:51.111Z Checking scheduled-thread-pool v0.2.7
34862025-04-22T02:27:51.111Z Compiling diesel_table_macro_syntax v0.2.0
34872025-04-22T02:27:51.111Z Compiling tiny-keccak v2.0.2
34882025-04-22T02:27:51.274Z Compiling bit-vec v0.6.3
34892025-04-22T02:27:51.281Z Compiling ascii-canvas v3.0.0
34902025-04-22T02:27:51.291Z Compiling ena v0.14.3
34912025-04-22T02:27:51.461Z Checking r2d2 v0.8.10
34922025-04-22T02:27:51.600Z Compiling bit-set v0.5.3
34932025-04-22T02:27:51.625Z Compiling regex-syntax v0.6.29
34942025-04-22T02:27:51.697Z Compiling diff v0.1.13
34952025-04-22T02:27:51.711Z Compiling bindgen v0.71.1
34962025-04-22T02:27:51.753Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34972025-04-22T02:27:51.778Z Compiling rustc-hash v2.1.1
34982025-04-22T02:27:51.862Z Compiling ref-cast v1.0.23
34992025-04-22T02:27:51.980Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35002025-04-22T02:27:52.000Z Compiling derive_builder_core v0.20.2
35012025-04-22T02:27:52.207Z Compiling libxml v0.3.3
35022025-04-22T02:27:52.299Z Compiling ref-cast-impl v1.0.23
35032025-04-22T02:27:52.433Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35042025-04-22T02:27:52.548Z Compiling diesel_derives v2.2.3
35052025-04-22T02:27:52.572Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35062025-04-22T02:27:52.666Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35072025-04-22T02:27:52.943Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35082025-04-22T02:27:52.982Z Compiling strum_macros v0.24.3
35092025-04-22T02:27:53.322Z Compiling indoc v1.0.9
35102025-04-22T02:27:54.053Z Compiling derive_builder_macro v0.20.2
35112025-04-22T02:27:54.192Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35122025-04-22T02:27:54.513Z Compiling impl-trait-for-tuples v0.2.2
35132025-04-22T02:27:54.933Z Compiling lalrpop v0.19.12
35142025-04-22T02:27:55.117Z Checking derive_builder v0.20.2
35152025-04-22T02:27:55.294Z Compiling oso-derive v0.27.3
35162025-04-22T02:27:55.567Z Checking quick-xml v0.37.2
35172025-04-22T02:27:56.208Z Checking maplit v1.0.2
35182025-04-22T02:27:56.324Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35192025-04-22T02:27:56.345Z Compiling diesel-dtrace v0.4.2
35202025-04-22T02:27:56.663Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35212025-04-22T02:27:56.772Z Checking bb8 v0.8.5
35222025-04-22T02:27:57.033Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35232025-04-22T02:27:57.284Z Checking io-lifetimes v1.0.11
35242025-04-22T02:27:57.402Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35252025-04-22T02:27:57.487Z Checking rustix v0.37.28
35262025-04-22T02:27:57.603Z Checking rand_seeder v0.3.0
35272025-04-22T02:27:57.754Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35282025-04-22T02:27:57.855Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35292025-04-22T02:27:57.875Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35302025-04-22T02:27:58.086Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35312025-04-22T02:27:58.415Z Checking smawk v0.3.2
35322025-04-22T02:27:58.562Z Checking terminal_size v0.2.6
35332025-04-22T02:27:58.641Z Checking unicode-linebreak v0.1.5
35342025-04-22T02:27:58.754Z Checking is_ci v1.2.0
35352025-04-22T02:27:58.921Z Checking supports-color v3.0.2
35362025-04-22T02:27:59.083Z Checking textwrap v0.16.1
35372025-04-22T02:27:59.174Z Checking multimap v0.10.0
35382025-04-22T02:27:59.878Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35392025-04-22T02:28:01.541Z Checking diesel v2.2.9
35402025-04-22T02:28:16.356Z Compiling samael v0.0.18
35412025-04-22T02:28:31.184Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35422025-04-22T02:28:32.846Z Checking async-bb8-diesel v0.2.1
35432025-04-22T02:28:34.369Z Compiling polar-core v0.27.3
35442025-04-22T02:28:41.351Z Checking oso v0.27.3
35452025-04-22T02:29:12.836Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
35462025-04-22T02:29:40.776Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35472025-04-22T02:29:48.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
35482025-04-22T02:29:48.532Z
35492025-04-22T02:29:48.532Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (172/211)
35502025-04-22T02:29:49.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512025-04-22T02:29:49.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522025-04-22T02:29:49.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532025-04-22T02:29:49.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35542025-04-22T02:29:49.317Z
35552025-04-22T02:29:49.317Zinfo: running `cargo check --bins` on nexus-saga-recovery (173/211)
35562025-04-22T02:29:50.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572025-04-22T02:29:50.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582025-04-22T02:29:50.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592025-04-22T02:29:50.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35602025-04-22T02:29:50.097Z
35612025-04-22T02:29:50.097Zinfo: running `cargo check --bins` on nexus-test-utils-macros (174/211)
35622025-04-22T02:29:50.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-04-22T02:29:50.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-04-22T02:29:50.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652025-04-22T02:29:50.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35662025-04-22T02:29:50.780Z
35672025-04-22T02:29:50.780Zinfo: running `cargo check --bins` on omicron-nexus (175/211)
35682025-04-22T02:29:51.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692025-04-22T02:29:51.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702025-04-22T02:29:51.663Z Compiling libz-sys v1.1.20
35712025-04-22T02:29:51.666Z Compiling libgit2-sys v0.17.0+1.8.1
35722025-04-22T02:29:51.798Z Compiling vergen v8.3.2
35732025-04-22T02:29:51.801Z Compiling cargo-platform v0.1.8
35742025-04-22T02:29:51.801Z Compiling pin-project-internal v1.1.6
35752025-04-22T02:29:51.835Z Compiling snafu-derive v0.8.5
35762025-04-22T02:29:51.838Z Compiling rustls v0.21.12
35772025-04-22T02:29:51.868Z Checking globset v0.4.15
35782025-04-22T02:29:52.158Z Compiling cargo_metadata v0.18.1
35792025-04-22T02:29:52.206Z Checking olpc-cjson v0.1.4
35802025-04-22T02:29:52.243Z Checking rustls-webpki v0.101.7
35812025-04-22T02:29:52.359Z Checking sct v0.7.1
35822025-04-22T02:29:52.426Z Checking serde_plain v1.0.2
35832025-04-22T02:29:52.505Z Checking typed-path v0.9.3
35842025-04-22T02:29:52.698Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35852025-04-22T02:29:52.736Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35862025-04-22T02:29:52.995Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35872025-04-22T02:29:53.039Z Checking parse-size v1.1.0
35882025-04-22T02:29:53.228Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35892025-04-22T02:29:53.420Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35902025-04-22T02:29:53.649Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35912025-04-22T02:29:54.247Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35922025-04-22T02:29:54.469Z Checking pin-project v1.1.6
35932025-04-22T02:29:54.601Z Checking rustls-pemfile v1.0.4
35942025-04-22T02:29:54.725Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35952025-04-22T02:29:54.810Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35962025-04-22T02:29:54.826Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35972025-04-22T02:29:55.045Z Checking twox-hash v2.1.0
35982025-04-22T02:29:55.065Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35992025-04-22T02:29:55.176Z Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
36002025-04-22T02:29:55.437Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36012025-04-22T02:29:55.790Z Checking tokio-rustls v0.24.1
36022025-04-22T02:29:55.933Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
36032025-04-22T02:29:56.475Z Checking snafu v0.8.5
36042025-04-22T02:29:56.510Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36052025-04-22T02:29:56.904Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36062025-04-22T02:29:56.945Z Checking tough v0.20.0
36072025-04-22T02:29:56.972Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
36082025-04-22T02:29:56.993Z Checking fatfs v0.3.6
36092025-04-22T02:29:57.149Z Checking assert_matches v1.5.0
36102025-04-22T02:30:00.756Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
36112025-04-22T02:30:01.940Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36122025-04-22T02:30:03.811Z Compiling git2 v0.19.0
36132025-04-22T02:30:07.718Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
36142025-04-22T02:31:00.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
36152025-04-22T02:31:00.226Z
36162025-04-22T02:31:00.226Zinfo: running `cargo check --bins` on nexus-external-api (176/211)
36172025-04-22T02:31:00.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182025-04-22T02:31:00.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192025-04-22T02:31:00.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202025-04-22T02:31:00.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36212025-04-22T02:31:01.007Z
36222025-04-22T02:31:01.007Zinfo: running `cargo check --bins` on nexus-internal-api (177/211)
36232025-04-22T02:31:01.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242025-04-22T02:31:01.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252025-04-22T02:31:01.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262025-04-22T02:31:01.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
36272025-04-22T02:31:01.751Z
36282025-04-22T02:31:01.751Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (178/211)
36292025-04-22T02:31:02.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302025-04-22T02:31:02.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312025-04-22T02:31:02.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322025-04-22T02:31:02.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36332025-04-22T02:31:02.529Z
36342025-04-22T02:31:02.529Zinfo: running `cargo check --bins` on nexus-mgs-updates (179/211)
36352025-04-22T02:31:03.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362025-04-22T02:31:03.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372025-04-22T02:31:03.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382025-04-22T02:31:03.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
36392025-04-22T02:31:03.271Z
36402025-04-22T02:31:03.271Zinfo: running `cargo check --bins` on nexus-networking (180/211)
36412025-04-22T02:31:03.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422025-04-22T02:31:03.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432025-04-22T02:31:03.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442025-04-22T02:31:03.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36452025-04-22T02:31:04.026Z
36462025-04-22T02:31:04.026Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (181/211)
36472025-04-22T02:31:04.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482025-04-22T02:31:04.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492025-04-22T02:31:04.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502025-04-22T02:31:04.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36512025-04-22T02:31:04.795Z
36522025-04-22T02:31:04.795Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (182/211)
36532025-04-22T02:31:05.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542025-04-22T02:31:05.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552025-04-22T02:31:05.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562025-04-22T02:31:05.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36572025-04-22T02:31:05.563Z
36582025-04-22T02:31:05.563Zinfo: running `cargo check --bins` on update-common (183/211)
36592025-04-22T02:31:06.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602025-04-22T02:31:06.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612025-04-22T02:31:06.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622025-04-22T02:31:06.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
36632025-04-22T02:31:06.294Z
36642025-04-22T02:31:06.294Zinfo: running `cargo check --bins` on omicron-dev (184/211)
36652025-04-22T02:31:07.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662025-04-22T02:31:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672025-04-22T02:31:07.239Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36682025-04-22T02:31:07.244Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36692025-04-22T02:31:07.389Z Checking yansi v1.0.1
36702025-04-22T02:31:07.389Z Checking diff v0.1.13
36712025-04-22T02:31:07.393Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36722025-04-22T02:31:07.402Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36732025-04-22T02:31:07.826Z Checking pretty_assertions v1.4.1
36742025-04-22T02:31:08.442Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36752025-04-22T02:31:32.803Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36762025-04-22T02:31:32.807Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36772025-04-22T02:31:32.807Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36782025-04-22T02:31:32.807Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36792025-04-22T02:31:32.807Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36802025-04-22T02:31:32.807Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36812025-04-22T02:31:33.752Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36822025-04-22T02:31:34.958Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36832025-04-22T02:32:18.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
36842025-04-22T02:32:18.897Z
36852025-04-22T02:32:18.897Zinfo: running `cargo check --bins` on openapi-manager (185/211)
36862025-04-22T02:32:19.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872025-04-22T02:32:19.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882025-04-22T02:32:19.721Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36892025-04-22T02:32:19.721Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36902025-04-22T02:32:19.724Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
36912025-04-22T02:32:19.853Z Checking heck v0.4.1
36922025-04-22T02:32:19.856Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36932025-04-22T02:32:20.029Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36942025-04-22T02:32:20.278Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36952025-04-22T02:32:20.953Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36962025-04-22T02:32:23.061Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36972025-04-22T02:32:24.518Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36982025-04-22T02:32:25.316Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36992025-04-22T02:32:26.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
37002025-04-22T02:32:26.875Z
37012025-04-22T02:32:26.875Zinfo: running `cargo check --bins` on installinator-api (186/211)
37022025-04-22T02:32:27.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032025-04-22T02:32:27.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042025-04-22T02:32:27.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052025-04-22T02:32:27.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
37062025-04-22T02:32:27.618Z
37072025-04-22T02:32:27.618Zinfo: running `cargo check --bins` on wicketd-api (187/211)
37082025-04-22T02:32:28.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092025-04-22T02:32:28.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102025-04-22T02:32:28.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112025-04-22T02:32:28.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
37122025-04-22T02:32:28.363Z
37132025-04-22T02:32:28.363Zinfo: running `cargo check --bins` on omicron-pins (188/211)
37142025-04-22T02:32:28.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152025-04-22T02:32:28.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162025-04-22T02:32:28.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172025-04-22T02:32:28.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
37182025-04-22T02:32:29.062Z
37192025-04-22T02:32:29.062Zinfo: running `cargo check --bins` on reconfigurator-cli (189/211)
37202025-04-22T02:32:29.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212025-04-22T02:32:29.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222025-04-22T02:32:29.831Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
37232025-04-22T02:32:29.831Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37242025-04-22T02:32:29.834Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37252025-04-22T02:32:29.957Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37262025-04-22T02:32:29.960Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
37272025-04-22T02:32:29.960Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
37282025-04-22T02:32:29.992Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37292025-04-22T02:32:30.008Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37302025-04-22T02:32:30.196Z Compiling petname v2.0.2
37312025-04-22T02:32:30.216Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37322025-04-22T02:32:30.237Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37332025-04-22T02:32:30.552Z Checking sync-ptr v0.1.1
37342025-04-22T02:32:30.582Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
37352025-04-22T02:32:30.793Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
37362025-04-22T02:32:31.877Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37372025-04-22T02:32:33.000Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37382025-04-22T02:32:43.463Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37392025-04-22T02:32:43.466Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37402025-04-22T02:32:44.070Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37412025-04-22T02:32:45.212Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37422025-04-22T02:32:47.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.96s
37432025-04-22T02:32:47.235Z
37442025-04-22T02:32:47.235Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (190/211)
37452025-04-22T02:32:47.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462025-04-22T02:32:47.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472025-04-22T02:32:47.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482025-04-22T02:32:47.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37492025-04-22T02:32:47.986Z
37502025-04-22T02:32:47.986Zinfo: running `cargo check --bins` on omicron-repl-utils (191/211)
37512025-04-22T02:32:48.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522025-04-22T02:32:48.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532025-04-22T02:32:48.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542025-04-22T02:32:48.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
37552025-04-22T02:32:48.675Z
37562025-04-22T02:32:48.675Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (192/211)
37572025-04-22T02:32:49.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582025-04-22T02:32:49.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592025-04-22T02:32:49.488Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
37602025-04-22T02:32:50.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
37612025-04-22T02:32:50.706Z
37622025-04-22T02:32:50.706Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (193/211)
37632025-04-22T02:32:51.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642025-04-22T02:32:51.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652025-04-22T02:32:51.467Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37662025-04-22T02:32:51.880Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37672025-04-22T02:32:52.810Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
37682025-04-22T02:32:53.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
37692025-04-22T02:32:53.614Z
37702025-04-22T02:32:53.614Zinfo: running `cargo check --bins` on omicron-releng (194/211)
37712025-04-22T02:32:54.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722025-04-22T02:32:54.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732025-04-22T02:32:54.334Z Compiling blake3 v1.5.4
37742025-04-22T02:32:54.337Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
37752025-04-22T02:32:54.456Z Checking memmap2 v0.9.5
37762025-04-22T02:32:54.461Z Checking constant_time_eq v0.3.1
37772025-04-22T02:32:54.461Z Checking arrayvec v0.7.6
37782025-04-22T02:32:54.461Z Checking arrayref v0.3.9
37792025-04-22T02:32:54.502Z Checking topological-sort v0.2.2
37802025-04-22T02:32:54.505Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37812025-04-22T02:32:54.576Z Checking shell-words v1.1.0
37822025-04-22T02:32:54.928Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
37832025-04-22T02:32:55.145Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
37842025-04-22T02:32:55.682Z Checking omicron-zone-package v0.12.0
37852025-04-22T02:32:56.809Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37862025-04-22T02:32:57.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
37872025-04-22T02:32:57.883Z
37882025-04-22T02:32:57.883Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (195/211)
37892025-04-22T02:32:58.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902025-04-22T02:32:58.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912025-04-22T02:32:58.618Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37922025-04-22T02:32:58.972Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
37932025-04-22T02:32:59.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
37942025-04-22T02:32:59.589Z
37952025-04-22T02:32:59.589Zinfo: running `cargo check --bins` on xtask (196/211)
37962025-04-22T02:33:00.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972025-04-22T02:33:00.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982025-04-22T02:33:00.118Z Checking bitflags v2.9.0
37992025-04-22T02:33:00.122Z Checking serde v1.0.219
38002025-04-22T02:33:00.122Z Checking thiserror v1.0.69
38012025-04-22T02:33:00.215Z Checking scroll v0.12.0
38022025-04-22T02:33:00.234Z Checking hashbrown v0.15.1
38032025-04-22T02:33:00.237Z Checking log v0.4.22
38042025-04-22T02:33:00.246Z Checking zerocopy v0.7.35
38052025-04-22T02:33:00.274Z Checking syn v2.0.98
38062025-04-22T02:33:00.322Z Checking pest v2.7.14
38072025-04-22T02:33:00.453Z Checking rustix v0.38.37
38082025-04-22T02:33:00.500Z Checking once_cell v1.21.3
38092025-04-22T02:33:00.662Z Checking goblin v0.8.2
38102025-04-22T02:33:00.832Z Checking thiserror v2.0.12
38112025-04-22T02:33:00.979Z Checking fs-err v2.11.0
38122025-04-22T02:33:01.204Z Checking indexmap v2.7.1
38132025-04-22T02:33:01.300Z Checking tabled v0.15.0
38142025-04-22T02:33:01.469Z Checking anyhow v1.0.98
38152025-04-22T02:33:01.880Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
38162025-04-22T02:33:02.221Z Checking terminal_size v0.4.0
38172025-04-22T02:33:02.225Z Checking tempfile v3.13.0
38182025-04-22T02:33:02.680Z Checking clap_builder v4.5.35
38192025-04-22T02:33:02.810Z Checking dtrace-parser v0.2.0
38202025-04-22T02:33:03.980Z Checking serde_json v1.0.140
38212025-04-22T02:33:03.980Z Checking toml_datetime v0.6.8
38222025-04-22T02:33:03.986Z Checking serde_spanned v0.6.8
38232025-04-22T02:33:03.986Z Checking camino v1.1.9
38242025-04-22T02:33:03.986Z Checking cargo-platform v0.1.8
38252025-04-22T02:33:04.171Z Checking semver v1.0.25
38262025-04-22T02:33:04.264Z Checking macaddr v1.0.1
38272025-04-22T02:33:04.281Z Checking toml_edit v0.22.24
38282025-04-22T02:33:04.553Z Checking camino-tempfile v1.1.1
38292025-04-22T02:33:04.815Z Checking clap v4.5.35
38302025-04-22T02:33:05.180Z Checking dof v0.3.0
38312025-04-22T02:33:05.180Z Checking cargo_metadata v0.19.2
38322025-04-22T02:33:05.565Z Checking usdt-impl v0.5.0
38332025-04-22T02:33:05.919Z Checking usdt v0.5.0
38342025-04-22T02:33:06.080Z Checking toml v0.8.20
38352025-04-22T02:33:06.508Z Checking cargo_toml v0.21.0
38362025-04-22T02:33:07.613Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38372025-04-22T02:33:08.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.62s
38382025-04-22T02:33:08.333Z
38392025-04-22T02:33:08.334Zinfo: running `cargo check --bins` on end-to-end-tests (197/211)
38402025-04-22T02:33:09.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412025-04-22T02:33:09.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422025-04-22T02:33:09.201Z Checking polyval v0.6.2
38432025-04-22T02:33:09.324Z Checking ctr v0.9.2
38442025-04-22T02:33:09.338Z Checking ssh-encoding v0.2.0
38452025-04-22T02:33:09.342Z Checking blowfish v0.9.1
38462025-04-22T02:33:09.364Z Checking password-hash v0.4.2
38472025-04-22T02:33:09.379Z Checking p521 v0.13.3
38482025-04-22T02:33:09.382Z Checking p256 v0.13.2
38492025-04-22T02:33:09.397Z Checking russh-cryptovec v0.7.3
38502025-04-22T02:33:09.564Z Checking ghash v0.5.1
38512025-04-22T02:33:09.586Z Checking bcrypt-pbkdf v0.10.0
38522025-04-22T02:33:09.589Z Checking md5 v0.7.0
38532025-04-22T02:33:09.667Z Checking num-bigint v0.4.6
38542025-04-22T02:33:09.687Z Checking des v0.8.1
38552025-04-22T02:33:09.737Z Checking aes-gcm v0.10.3
38562025-04-22T02:33:09.756Z Checking pbkdf2 v0.11.0
38572025-04-22T02:33:09.829Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38582025-04-22T02:33:09.845Z Checking hex-literal v0.4.1
38592025-04-22T02:33:09.889Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38602025-04-22T02:33:09.936Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38612025-04-22T02:33:09.978Z Checking ssh-cipher v0.2.0
38622025-04-22T02:33:09.996Z Checking internet-checksum v0.2.1
38632025-04-22T02:33:10.263Z Checking ssh-key v0.6.6
38642025-04-22T02:33:10.472Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38652025-04-22T02:33:11.382Z Checking russh-keys v0.45.0
38662025-04-22T02:33:12.183Z Checking russh v0.45.0
38672025-04-22T02:33:29.956Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38682025-04-22T02:33:31.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.94s
38692025-04-22T02:33:31.497Z
38702025-04-22T02:33:31.497Zinfo: running `cargo check --bins` on gateway-cli (198/211)
38712025-04-22T02:33:32.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722025-04-22T02:33:32.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732025-04-22T02:33:32.208Z Checking termios v0.3.3
38742025-04-22T02:33:32.438Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38752025-04-22T02:33:33.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
38762025-04-22T02:33:33.370Z
38772025-04-22T02:33:33.370Zinfo: running `cargo check --bins --no-default-features` on installinator (199/211)
38782025-04-22T02:33:34.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792025-04-22T02:33:34.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802025-04-22T02:33:34.144Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38812025-04-22T02:33:34.144Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38822025-04-22T02:33:34.147Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38832025-04-22T02:33:34.147Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38842025-04-22T02:33:35.044Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38852025-04-22T02:33:35.195Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38862025-04-22T02:33:36.798Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38872025-04-22T02:33:38.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
38882025-04-22T02:33:38.743Z
38892025-04-22T02:33:38.744Zinfo: running `cargo check --bins` on internal-dns-cli (200/211)
38902025-04-22T02:33:39.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912025-04-22T02:33:39.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922025-04-22T02:33:39.463Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38932025-04-22T02:33:39.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
38942025-04-22T02:33:40.131Z
38952025-04-22T02:33:40.132Zinfo: running `cargo check --bins` on omicron-live-tests (201/211)
38962025-04-22T02:33:40.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972025-04-22T02:33:40.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982025-04-22T02:33:40.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992025-04-22T02:33:40.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
39002025-04-22T02:33:40.820Z
39012025-04-22T02:33:40.820Zinfo: running `cargo check --bins` on live-tests-macros (202/211)
39022025-04-22T02:33:41.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032025-04-22T02:33:41.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042025-04-22T02:33:41.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052025-04-22T02:33:41.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
39062025-04-22T02:33:41.503Z
39072025-04-22T02:33:41.503Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (203/211)
39082025-04-22T02:33:42.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092025-04-22T02:33:42.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102025-04-22T02:33:42.271Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
39112025-04-22T02:33:42.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
39122025-04-22T02:33:43.088Z
39132025-04-22T02:33:43.088Zinfo: running `cargo check --bins` on omicron-package (204/211)
39142025-04-22T02:33:43.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152025-04-22T02:33:43.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162025-04-22T02:33:43.833Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
39172025-04-22T02:33:45.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
39182025-04-22T02:33:45.412Z
39192025-04-22T02:33:45.412Zinfo: running `cargo check --bins` on trust-quorum (205/211)
39202025-04-22T02:33:46.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212025-04-22T02:33:46.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222025-04-22T02:33:46.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232025-04-22T02:33:46.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
39242025-04-22T02:33:46.160Z
39252025-04-22T02:33:46.160Zinfo: running `cargo check --bins` on gfss (206/211)
39262025-04-22T02:33:46.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272025-04-22T02:33:46.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282025-04-22T02:33:46.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292025-04-22T02:33:46.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
39302025-04-22T02:33:46.861Z
39312025-04-22T02:33:46.861Zinfo: running `cargo check --bins` on wicket-dbg (207/211)
39322025-04-22T02:33:47.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332025-04-22T02:33:47.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342025-04-22T02:33:47.648Z Checking rtoolbox v0.0.2
39352025-04-22T02:33:47.648Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39362025-04-22T02:33:47.651Z Checking tui-tree-widget v0.23.0
39372025-04-22T02:33:47.901Z Checking rpassword v7.3.1
39382025-04-22T02:33:52.316Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39392025-04-22T02:33:55.073Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39402025-04-22T02:33:56.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s
39412025-04-22T02:33:56.393Z
39422025-04-22T02:33:56.394Zinfo: running `cargo check --bins` on wicket (208/211)
39432025-04-22T02:33:57.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442025-04-22T02:33:57.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452025-04-22T02:33:57.195Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39462025-04-22T02:33:57.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
39472025-04-22T02:33:57.799Z
39482025-04-22T02:33:57.799Zinfo: running `cargo check --bins` on wicketd (209/211)
39492025-04-22T02:33:58.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502025-04-22T02:33:58.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512025-04-22T02:33:58.598Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
39522025-04-22T02:34:02.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
39532025-04-22T02:34:02.843Z
39542025-04-22T02:34:02.843Zinfo: running `cargo check --bins` on omicron-workspace-hack (210/211)
39552025-04-22T02:34:03.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562025-04-22T02:34:03.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572025-04-22T02:34:03.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582025-04-22T02:34:03.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
39592025-04-22T02:34:03.542Z
39602025-04-22T02:34:03.542Zinfo: running `cargo check --bins` on zone-setup (211/211)
39612025-04-22T02:34:04.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622025-04-22T02:34:04.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632025-04-22T02:34:04.291Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39642025-04-22T02:34:04.294Z Checking uzers v0.12.1
39652025-04-22T02:34:06.149Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39662025-04-22T02:34:08.208Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39672025-04-22T02:34:09.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
39682025-04-22T02:34:09.367Z
39692025-04-22T02:34:09.367Zreal 14:07.495947537
39702025-04-22T02:34:09.367Zuser 28:45.282866943
39712025-04-22T02:34:09.367Zsys 4:36.064477033
39722025-04-22T02:34:09.367Ztrap 0.616723585
39732025-04-22T02:34:09.367Ztflt 0.712354612
39742025-04-22T02:34:09.370Zdflt 1.321232336
39752025-04-22T02:34:09.370Zkflt 0.001053618
39762025-04-22T02:34:09.370Zlock 48:40.465574277
39772025-04-22T02:34:09.370Zslp 2:18:55.240545465
39782025-04-22T02:34:09.370Zlat 1:12.390450015
39792025-04-22T02:34:09.371Zstop 4:05.216033977
39802025-04-22T02:34:09.371Zprocess exited: duration 1150916 ms, exit code 0
 
39812025-04-22T02:34:09.377Zfound 0 output files