01JZKNSB7AT5ARNXPDZTW2DYJD: 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: 01JZKNSRZ05XDNX9187NANWWPH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-08T00:09:01.344Zjob assigned to worker 01JZKNSSNP03EHJTJ2Y5DP63K8 [factory gimlet-EVT22200007-propolis, EVT22200007/33668] (queued for 27 s)
 
22025-07-08T00:09:09.911Zstarting task 0: "setup"
32025-07-08T00:09:09.937Z++ uname -s
42025-07-08T00:09:09.937Z+ kern=SunOS
52025-07-08T00:09:09.937Z+ build_user=build
62025-07-08T00:09:09.937Z+ build_uid=12345
72025-07-08T00:09:09.937Z+ work_dir=/work
82025-07-08T00:09:09.937Z+ input_dir=/input
92025-07-08T00:09:09.937Z+ [[ 0 == 12345 ]]
102025-07-08T00:09:09.937Z+ case "$kern" in
112025-07-08T00:09:09.937Z+ groupadd -g 12345 build
122025-07-08T00:09:09.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-08T00:09:11.943Z+ zfs create -o mountpoint=/work rpool/work
142025-07-08T00:09:11.988Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-08T00:09:12.021Z+ home_fs=zfs
162025-07-08T00:09:12.021Z+ [[ zfs == autofs ]]
172025-07-08T00:09:12.021Z+ mkdir -p /home/build
182025-07-08T00:09:12.021Z+ chown build:build /home/build /work
192025-07-08T00:09:13.995Z+ chmod 0700 /home/build /work
202025-07-08T00:09:14.026Zprocess exited: duration 4087 ms, exit code 0
 
212025-07-08T00:09:14.108Zstarting task 1: "rust-toolchain"
222025-07-08T00:09:14.137Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-07-08T00:09:14.137Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-07-08T00:09:14.137Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-07-08T00:09:14.138Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-07-08T00:09:14.138Z * rust toolchain channel = "1.88.0"
272025-07-08T00:09:14.138Z * rust toolchain profile = "default"
282025-07-08T00:09:14.138Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-08T00:09:14.138Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-07-08T00:09:14.257Zinfo: downloading installer
312025-07-08T00:09:14.965Zwarn: It looks like you have an existing installation of Rust at:
322025-07-08T00:09:14.965Zwarn: /opt/ooce/bin
332025-07-08T00:09:14.965Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-08T00:09:14.965Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-08T00:09:14.965Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-08T00:09:14.965Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-08T00:09:14.965Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-08T00:09:14.965Zerror: cannot install while Rust is installed
392025-07-08T00:09:14.965Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-08T00:09:14.995Zinfo: profile set to 'default'
412025-07-08T00:09:14.996Zinfo: default host triple is x86_64-unknown-illumos
422025-07-08T00:09:14.996Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-07-08T00:09:15.137Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-07-08T00:09:15.137Zinfo: downloading component 'cargo'
452025-07-08T00:09:15.735Zinfo: downloading component 'clippy'
462025-07-08T00:09:15.902Zinfo: downloading component 'rust-docs'
472025-07-08T00:09:16.302Zinfo: downloading component 'rust-std'
482025-07-08T00:09:17.328Zinfo: downloading component 'rustc'
492025-07-08T00:09:20.555Zinfo: downloading component 'rustfmt'
502025-07-08T00:09:20.651Zinfo: installing component 'cargo'
512025-07-08T00:09:21.860Zinfo: installing component 'clippy'
522025-07-08T00:09:22.387Zinfo: installing component 'rust-docs'
532025-07-08T00:09:25.736Zinfo: installing component 'rust-std'
542025-07-08T00:09:27.873Zinfo: installing component 'rustc'
552025-07-08T00:09:36.292Zinfo: installing component 'rustfmt'
562025-07-08T00:09:36.727Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-07-08T00:09:36.728Z
582025-07-08T00:09:36.902Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-07-08T00:09:36.902Z
602025-07-08T00:09:36.937Z
612025-07-08T00:09:36.937ZRust is installed now. Great!
622025-07-08T00:09:36.938Z
632025-07-08T00:09:36.938ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-08T00:09:36.939Zenvironment variable. This has not been done automatically.
652025-07-08T00:09:36.939Z
662025-07-08T00:09:36.939ZTo configure your current shell, you need to source
672025-07-08T00:09:36.940Zthe corresponding env file under $HOME/.cargo.
682025-07-08T00:09:36.940Z
692025-07-08T00:09:36.941ZThis is usually done by running one of the following (note the leading DOT):
702025-07-08T00:09:36.941Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-08T00:09:36.942Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-08T00:09:36.942Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-08T00:09:37.049Z+ rustup --version
742025-07-08T00:09:37.093Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-08T00:09:37.093Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-08T00:09:37.196Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-07-08T00:09:37.224Z+ cargo --version
782025-07-08T00:09:37.307Zcargo 1.88.0 (873a06493 2025-05-10)
792025-07-08T00:09:37.343Z+ rustc --version
802025-07-08T00:09:37.446Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-07-08T00:09:37.474Zprocess exited: duration 23335 ms, exit code 0
 
822025-07-08T00:09:37.546Zstarting task 2: "authentication"
832025-07-08T00:09:37.629Zprocess exited: duration 94 ms, exit code 0
 
842025-07-08T00:09:37.693Zstarting task 3: "clone repository"
852025-07-08T00:09:37.720Z+ mkdir -p /work/oxidecomputer/omicron
862025-07-08T00:09:37.720Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-07-08T00:09:37.752ZCloning into '/work/oxidecomputer/omicron'...
882025-07-08T00:09:49.885Z+ cd /work/oxidecomputer/omicron
892025-07-08T00:09:49.885Z+ git fetch origin dce506f5432419991bf8bd33a58714e235ebb934
902025-07-08T00:09:50.316ZFrom https://github.com/oxidecomputer/omicron
912025-07-08T00:09:50.316Z * branch dce506f5432419991bf8bd33a58714e235ebb934 -> FETCH_HEAD
922025-07-08T00:09:50.342Z+ [[ -n update-status-sp-version-info ]]
932025-07-08T00:09:50.342Z++ git branch --show-current
942025-07-08T00:09:50.342Z+ current=main
952025-07-08T00:09:50.342Z+ [[ main != update-status-sp-version-info ]]
962025-07-08T00:09:50.342Z+ git branch -f update-status-sp-version-info dce506f5432419991bf8bd33a58714e235ebb934
972025-07-08T00:09:50.367Z+ git checkout -f update-status-sp-version-info
982025-07-08T00:09:50.615ZSwitched to branch 'update-status-sp-version-info'
992025-07-08T00:09:50.640Z+ git reset --hard dce506f5432419991bf8bd33a58714e235ebb934
1002025-07-08T00:09:50.665ZHEAD is now at dce506f54 review comment
1012025-07-08T00:09:50.665Zprocess exited: duration 12963 ms, exit code 0
 
1022025-07-08T00:09:50.717Zstarting task 4: "build"
1032025-07-08T00:09:50.743Z+ source .github/buildomat/ci-env.sh
1042025-07-08T00:09:50.743Z++ export CARGO_TERM_COLOR=always
1052025-07-08T00:09:50.743Z++ CARGO_TERM_COLOR=always
1062025-07-08T00:09:50.743Z+ cargo --version
1072025-07-08T00:09:50.808Zcargo 1.88.0 (873a06493 2025-05-10)
1082025-07-08T00:09:50.833Z+ rustc --version
1092025-07-08T00:09:50.914Zrustc 1.88.0 (6b00bc388 2025-06-23)
1102025-07-08T00:09:50.939Z+ source ./env.sh
1112025-07-08T00:09:50.939Z++ OLD_SHELL_OPTS=ehxB
1122025-07-08T00:09:50.939Z++ set -o xtrace
1132025-07-08T00:09:50.939Z++++ dirname ./env.sh
1142025-07-08T00:09:50.939Z+++ readlink -f .
1152025-07-08T00:09:50.939Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-07-08T00:09:50.939Z++ 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-07-08T00:09:50.940Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-07-08T00:09:50.940Z++ 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-07-08T00:09:50.940Z++ 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-07-08T00:09:50.940Z++ 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-07-08T00:09:50.940Z++ 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-07-08T00:09:50.940Z++ 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-07-08T00:09:50.940Z++ 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-07-08T00:09:50.940Z++ case $OLD_SHELL_OPTS in
1252025-07-08T00:09:50.940Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-07-08T00:09:50.940Z+ 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-07-08T00:09:50.940Z+ 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-07-08T00:09:50.940Z+ banner prerequisites
1292025-07-08T00:09:50.940Z
1302025-07-08T00:09:50.940Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-07-08T00:09:50.940Z # # # # # # # # # # # # # # #
1322025-07-08T00:09:50.940Z # # # # ##### # # ##### # # # # # #### #
1332025-07-08T00:09:50.940Z ##### ##### # ##### # # # # # # # # #
1342025-07-08T00:09:50.940Z # # # # # # # # # # # # # # #
1352025-07-08T00:09:50.940Z # # # ###### # # ###### ### # #### # #### #
1362025-07-08T00:09:50.940Z
1372025-07-08T00:09:50.940Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-07-08T00:10:03.526Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-07-08T00:10:12.162Z Startup: Caching catalogs ... Done
1402025-07-08T00:10:17.485ZPlanning: Solver setup ... Done (3.725s)
1412025-07-08T00:10:17.520ZPlanning: Running solver ... Done (0.034s)
1422025-07-08T00:10:17.593ZPlanning: Finding local manifests ... Done (0.002s)
1432025-07-08T00:10:17.706ZPlanning: Fetching manifests: 0/4 0% complete
1442025-07-08T00:10:18.169ZPlanning: Fetching manifests: 4/4 100% complete
1452025-07-08T00:10:18.240ZPlanning: Package planning ... Done (0.071s)
1462025-07-08T00:10:18.300ZPlanning: Merging actions ... Done (0.059s)
1472025-07-08T00:10:18.654ZPlanning: Checking for conflicting actions ... Done (0.354s)
1482025-07-08T00:10:18.680ZPlanning: Consolidating action changes ... Done (0.013s)
1492025-07-08T00:10:19.425ZPlanning: Evaluating mediators ... Done (0.756s)
1502025-07-08T00:10:19.450ZPlanning: Planning completed in 7.17 seconds
1512025-07-08T00:10:19.476Z Packages to install: 4
1522025-07-08T00:10:19.476Z Mediators to change: 2
1532025-07-08T00:10:19.476Z Services to change: 1
1542025-07-08T00:10:19.476Z Estimated space available: 155.02 GB
1552025-07-08T00:10:19.476ZEstimated space to be consumed: 1.70 GB
1562025-07-08T00:10:19.476Z Create boot environment: No
1572025-07-08T00:10:19.476ZCreate backup boot environment: No
1582025-07-08T00:10:19.476Z Rebuild boot archive: No
1592025-07-08T00:10:19.476Z
1602025-07-08T00:10:19.476ZChanged mediators:
1612025-07-08T00:10:19.476Z mediator clang:
1622025-07-08T00:10:19.476Z version: None -> 15 (system default)
1632025-07-08T00:10:19.476Z
1642025-07-08T00:10:19.476Z mediator llvm:
1652025-07-08T00:10:19.476Z version: 14 (system default) -> 15 (system default)
1662025-07-08T00:10:19.476Z
1672025-07-08T00:10:19.476ZChanged packages:
1682025-07-08T00:10:19.476Zhelios-dev
1692025-07-08T00:10:19.476Z developer/build-essential
1702025-07-08T00:10:19.476Z None -> 11-2.0
1712025-07-08T00:10:19.476Z library/libxmlsec1
1722025-07-08T00:10:19.477Z None -> 1.2.35-2.0
1732025-07-08T00:10:19.477Z ooce/developer/clang-15
1742025-07-08T00:10:19.477Z None -> 15.0.7-2.0
1752025-07-08T00:10:19.477Z ooce/developer/llvm-15
1762025-07-08T00:10:19.477Z None -> 15.0.7-2.0
1772025-07-08T00:10:19.477Z
1782025-07-08T00:10:19.477ZServices:
1792025-07-08T00:10:19.477Z restart_fmri:
1802025-07-08T00:10:19.477Z svc:/system/update-man-index:default
1812025-07-08T00:10:19.536Z
1822025-07-08T00:10:19.536ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-07-08T00:10:24.536ZDownload: 404/3290 items 17.0/212.6MB 7% complete (3.6M/s)
1842025-07-08T00:10:29.537ZDownload: 1176/3290 items 66.7/212.6MB 31% complete (6.6M/s)
1852025-07-08T00:10:34.549ZDownload: 1832/3290 items 118.5/212.6MB 55% complete (10.2M/s)
1862025-07-08T00:10:39.550ZDownload: 3207/3290 items 151.2/212.6MB 71% complete (8.4M/s)
1872025-07-08T00:10:44.580ZDownload: 3248/3290 items 186.3/212.6MB 87% complete (6.7M/s)
1882025-07-08T00:10:48.056ZDownload: Completed 212.60 MB in 28.52 seconds (7.5M/s)
1892025-07-08T00:10:48.267Z Actions: 1/3689 actions (Installing new actions)
1902025-07-08T00:10:53.269Z Actions: 2316/3689 actions (Installing new actions)
1912025-07-08T00:10:54.505Z Actions: Completed 3689 actions in 6.24 seconds.
1922025-07-08T00:10:55.387Z Done (0.876s)
1932025-07-08T00:10:55.387Z Done (0.000s)
1942025-07-08T00:10:56.402Z Done (1.015s)
1952025-07-08T00:11:01.914Z Done (5.274s)
1962025-07-08T00:11:02.023Z Done (0.021s)
1972025-07-08T00:11:02.048Z Done (0.000s)
1982025-07-08T00:11:02.183Z Done (0.000s)
1992025-07-08T00:11:03.140ZPlanning: Evaluating mediator changes ... Done
2002025-07-08T00:11:03.365ZPlanning: Checking for conflicting actions ... Done
2012025-07-08T00:11:03.390ZPlanning: Consolidating action changes ... Done
2022025-07-08T00:11:03.741ZPlanning: Evaluating mediators ... Done
2032025-07-08T00:11:03.766ZPlanning: Planning completed in 0.60 seconds
2042025-07-08T00:11:03.793Z Mediators to change: 2
2052025-07-08T00:11:03.793Z Create boot environment: No
2062025-07-08T00:11:03.793ZCreate backup boot environment: No
2072025-07-08T00:11:03.861Z Done
2082025-07-08T00:11:03.861Z Done
2092025-07-08T00:11:04.729Z Done
2102025-07-08T00:11:09.834Z Done
2112025-07-08T00:11:09.935Z Done
2122025-07-08T00:11:09.935Z Done
2132025-07-08T00:11:09.998Z Done
2142025-07-08T00:11:10.844ZPlanning: Evaluating mediator changes ... Done
2152025-07-08T00:11:10.870ZPlanning: Merging actions ... Done
2162025-07-08T00:11:11.112ZPlanning: Checking for conflicting actions ... Done
2172025-07-08T00:11:11.137ZPlanning: Consolidating action changes ... Done
2182025-07-08T00:11:11.478ZPlanning: Evaluating mediators ... Done
2192025-07-08T00:11:11.555ZPlanning: Planning completed in 1.04 seconds
2202025-07-08T00:11:11.600Z Packages to change: 1
2212025-07-08T00:11:11.600Z Mediators to change: 1
2222025-07-08T00:11:11.600Z Services to change: 1
2232025-07-08T00:11:11.600Z Create boot environment: No
2242025-07-08T00:11:11.600ZCreate backup boot environment: Yes
2252025-07-08T00:11:13.557Z Actions: 1/6 actions (Updating modified actions)
2262025-07-08T00:11:13.582Z Actions: Completed 6 actions in 0.00 seconds.
2272025-07-08T00:11:13.582Z Done
2282025-07-08T00:11:13.582Z Done
2292025-07-08T00:11:13.768Z Done
2302025-07-08T00:11:18.897Z Done
2312025-07-08T00:11:19.001Z Done
2322025-07-08T00:11:19.001Z Done
2332025-07-08T00:11:19.052Z Done
2342025-07-08T00:11:19.651ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352025-07-08T00:11:19.651Zclang system 15 system
2362025-07-08T00:11:19.651Zcsh system system illumos
2372025-07-08T00:11:19.651Zctags system system illumos
2382025-07-08T00:11:19.651Zfile system system illumos
2392025-07-08T00:11:19.651Zgcc vendor 12 vendor
2402025-07-08T00:11:19.651Zgcc system 10 system
2412025-07-08T00:11:19.651Zgcc system 7 system
2422025-07-08T00:11:19.651Zgo system 1.20 system
2432025-07-08T00:11:19.651Zgo system 1.19 system
2442025-07-08T00:11:19.651Zllvm system 15 system
2452025-07-08T00:11:19.651Zllvm system 14 system
2462025-07-08T00:11:19.651Zmariadb system 10.6 system
2472025-07-08T00:11:19.651Zmta vendor vendor dma
2482025-07-08T00:11:19.651Zopenjdk system 17 system
2492025-07-08T00:11:19.651Zopenjdk system 11 system
2502025-07-08T00:11:19.651Zopenjdk system 1.8 system
2512025-07-08T00:11:19.651Zopenssl vendor 3 vendor
2522025-07-08T00:11:19.651Zperl system 5.36 system
2532025-07-08T00:11:19.651Zpostgresql system 15 system
2542025-07-08T00:11:19.651Zpostgresql system 13 system
2552025-07-08T00:11:19.651Zpython vendor 3 vendor
2562025-07-08T00:11:19.651Zpython system 2 system
2572025-07-08T00:11:19.651Zpython3 system 3.11 system
2582025-07-08T00:11:19.651Zruby system 3.0 system
2592025-07-08T00:11:19.651Zwords vendor vendor american-english
2602025-07-08T00:11:19.651Zwords system system australian-english
2612025-07-08T00:11:19.651Zwords system system british-english
2622025-07-08T00:11:19.651Zwords system system canadian-english
2632025-07-08T00:11:19.651Zwords system system french
2642025-07-08T00:11:19.651Zwords system system italian
2652025-07-08T00:11:19.651Zwords system system ngerman
2662025-07-08T00:11:19.651Zwords system system ogerman
2672025-07-08T00:11:19.651Zwords system system spanish
2682025-07-08T00:11:20.107ZPUBLISHER TYPE STATUS P LOCATION
2692025-07-08T00:11:20.107Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702025-07-08T00:11:25.952ZFMRI IFO
2712025-07-08T00:11:25.952Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722025-07-08T00:11:25.952Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732025-07-08T00:11:25.952Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742025-07-08T00:11:25.952Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752025-07-08T00:11:25.952Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762025-07-08T00:11:25.952Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2772025-07-08T00:11:25.952Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2782025-07-08T00:11:25.952Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2792025-07-08T00:11:25.952Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2802025-07-08T00:11:25.952Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812025-07-08T00:11:25.952Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2822025-07-08T00:11:25.952Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2832025-07-08T00:11:25.952Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2842025-07-08T00:11:25.952Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2852025-07-08T00:11:25.952Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2862025-07-08T00:11:25.952Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2872025-07-08T00:11:27.132Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2882025-07-08T00:11:27.593Z Updating crates.io index
2892025-07-08T00:11:27.618Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902025-07-08T00:11:28.140Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912025-07-08T00:11:28.885Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922025-07-08T00:11:29.257Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2932025-07-08T00:11:29.616Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2942025-07-08T00:11:30.076Z Updating git repository `https://github.com/oxidecomputer/propolis`
2952025-07-08T00:11:31.420Z Updating git repository `https://github.com/oxidecomputer/crucible`
2962025-07-08T00:11:33.632Z Updating git repository `https://github.com/oxidecomputer/opte`
2972025-07-08T00:11:34.658Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982025-07-08T00:11:35.537Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992025-07-08T00:11:35.938Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002025-07-08T00:11:36.383Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3012025-07-08T00:11:37.234Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022025-07-08T00:11:37.661Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032025-07-08T00:11:38.264Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3042025-07-08T00:11:39.049Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-07-08T00:11:39.476Z Updating git repository `https://github.com/oxidecomputer/tofino`
3062025-07-08T00:11:39.905Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072025-07-08T00:11:40.276Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082025-07-08T00:11:40.653Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092025-07-08T00:11:41.122Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102025-07-08T00:11:41.676Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112025-07-08T00:11:42.210Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122025-07-08T00:11:42.645Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132025-07-08T00:11:43.330Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3142025-07-08T00:11:43.895Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152025-07-08T00:11:44.346Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162025-07-08T00:11:44.866Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3172025-07-08T00:11:45.409Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182025-07-08T00:11:45.784Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192025-07-08T00:11:46.271Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202025-07-08T00:11:46.663Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212025-07-08T00:11:56.971Z Updating git repository `https://github.com/illumos/smf-rs`
3222025-07-08T00:11:58.769Z Downloading crates ...
3232025-07-08T00:11:58.850Z Downloaded cargo-util-schemas v0.2.0
3242025-07-08T00:11:58.876Z Downloaded macaddr v1.0.1
3252025-07-08T00:11:58.876Z Downloaded camino v1.1.10
3262025-07-08T00:11:58.876Z Downloaded bytecount v0.6.8
3272025-07-08T00:11:58.876Z Downloaded autocfg v1.4.0
3282025-07-08T00:11:58.876Z Downloaded byteorder v1.5.0
3292025-07-08T00:11:58.876Z Downloaded usdt-attr-macro v0.5.0
3302025-07-08T00:11:58.876Z Downloaded zerovec-derive v0.10.3
3312025-07-08T00:11:58.902Z Downloaded usdt v0.5.0
3322025-07-08T00:11:58.902Z Downloaded clap_derive v4.5.40
3332025-07-08T00:11:58.902Z Downloaded thiserror v2.0.12
3342025-07-08T00:11:58.902Z Downloaded zerofrom v0.1.4
3352025-07-08T00:11:58.902Z Downloaded write16 v1.0.0
3362025-07-08T00:11:58.902Z Downloaded utf16_iter v1.0.5
3372025-07-08T00:11:58.902Z Downloaded thiserror v1.0.69
3382025-07-08T00:11:58.928Z Downloaded thiserror-impl v1.0.69
3392025-07-08T00:11:58.929Z Downloaded textwrap v0.16.2
3402025-07-08T00:11:58.929Z Downloaded zerocopy-derive v0.7.35
3412025-07-08T00:11:58.929Z Downloaded ucd-trie v0.1.7
3422025-07-08T00:11:58.929Z Downloaded litemap v0.7.3
3432025-07-08T00:11:58.929Z Downloaded generic-array v0.14.7
3442025-07-08T00:11:58.954Z Downloaded zerovec v0.10.4
3452025-07-08T00:11:58.954Z Downloaded strsim v0.11.1
3462025-07-08T00:11:58.954Z Downloaded winnow v0.7.10
3472025-07-08T00:11:58.980Z Downloaded toml_write v0.1.2
3482025-07-08T00:11:58.980Z Downloaded thread-id v4.2.2
3492025-07-08T00:11:58.980Z Downloaded toml v0.8.23
3502025-07-08T00:11:58.980Z Downloaded hashbrown v0.15.4
3512025-07-08T00:11:58.980Z Downloaded serde v1.0.219
3522025-07-08T00:11:58.980Z Downloaded unicode-width v0.2.0
3532025-07-08T00:11:59.006Z Downloaded pest v2.7.14
3542025-07-08T00:11:59.007Z Downloaded toml_edit v0.22.27
3552025-07-08T00:11:59.007Z Downloaded serde_json v1.0.140
3562025-07-08T00:11:59.007Z Downloaded idna v1.0.3
3572025-07-08T00:11:59.033Z Downloaded tabled v0.15.0
3582025-07-08T00:11:59.033Z Downloaded goblin v0.8.2
3592025-07-08T00:11:59.060Z Downloaded syn v1.0.109
3602025-07-08T00:11:59.060Z Downloaded icu_properties_data v1.5.0
3612025-07-08T00:11:59.086Z Downloaded syn v2.0.104
3622025-07-08T00:11:59.112Z Downloaded proc-macro2 v1.0.95
3632025-07-08T00:11:59.112Z Downloaded icu_collections v1.5.0
3642025-07-08T00:11:59.139Z Downloaded rustix v0.38.37
3652025-07-08T00:11:59.165Z Downloaded tempfile v3.20.0
3662025-07-08T00:11:59.165Z Downloaded serde_derive v1.0.219
3672025-07-08T00:11:59.191Z Downloaded pest_meta v2.7.14
3682025-07-08T00:11:59.191Z Downloaded papergrid v0.11.0
3692025-07-08T00:11:59.191Z Downloaded getrandom v0.3.1
3702025-07-08T00:11:59.191Z Downloaded thiserror-impl v2.0.12
3712025-07-08T00:11:59.191Z Downloaded rustix v1.0.7
3722025-07-08T00:11:59.217Z Downloaded terminal_size v0.4.0
3732025-07-08T00:11:59.217Z Downloaded smallvec v1.15.0
3742025-07-08T00:11:59.243Z Downloaded sha2 v0.10.9
3752025-07-08T00:11:59.243Z Downloaded serde-value v0.7.0
3762025-07-08T00:11:59.243Z Downloaded scroll v0.12.0
3772025-07-08T00:11:59.243Z Downloaded ryu v1.0.18
3782025-07-08T00:11:59.243Z Downloaded quote v1.0.40
3792025-07-08T00:11:59.243Z Downloaded proc-macro-error v1.0.4
3802025-07-08T00:11:59.269Z Downloaded pest_generator v2.7.14
3812025-07-08T00:11:59.269Z Downloaded libc v0.2.174
3822025-07-08T00:11:59.295Z Downloaded pest_derive v2.7.14
3832025-07-08T00:11:59.295Z Downloaded once_cell v1.21.3
3842025-07-08T00:11:59.321Z Downloaded log v0.4.27
3852025-07-08T00:11:59.321Z Downloaded indexmap v2.10.0
3862025-07-08T00:11:59.321Z Downloaded icu_normalizer v1.5.0
3872025-07-08T00:11:59.321Z Downloaded toml_datetime v0.6.11
3882025-07-08T00:11:59.321Z Downloaded tinystr v0.7.6
3892025-07-08T00:11:59.321Z Downloaded synstructure v0.13.1
3902025-07-08T00:11:59.321Z Downloaded stable_deref_trait v1.2.0
3912025-07-08T00:11:59.321Z Downloaded smawk v0.3.2
3922025-07-08T00:11:59.321Z Downloaded serde_tokenstream v0.2.2
3932025-07-08T00:11:59.321Z Downloaded semver v1.0.26
3942025-07-08T00:11:59.321Z Downloaded proc-macro-error-attr v1.0.4
3952025-07-08T00:11:59.347Z Downloaded percent-encoding v2.3.1
3962025-07-08T00:11:59.347Z Downloaded memchr v2.7.4
3972025-07-08T00:11:59.347Z Downloaded scroll_derive v0.12.0
3982025-07-08T00:11:59.347Z Downloaded plain v0.2.3
3992025-07-08T00:11:59.347Z Downloaded dof v0.3.0
4002025-07-08T00:11:59.347Z Downloaded serde_spanned v0.6.9
4012025-07-08T00:11:59.347Z Downloaded serde-untagged v0.1.7
4022025-07-08T00:11:59.347Z Downloaded pretty-hex v0.4.1
4032025-07-08T00:11:59.347Z Downloaded itoa v1.0.11
4042025-07-08T00:11:59.347Z Downloaded is_terminal_polyfill v1.70.1
4052025-07-08T00:11:59.347Z Downloaded zerocopy v0.7.35
4062025-07-08T00:11:59.373Z Downloaded swrite v0.1.0
4072025-07-08T00:11:59.373Z Downloaded fnv v1.0.7
4082025-07-08T00:11:59.373Z Downloaded icu_locid v1.5.0
4092025-07-08T00:11:59.373Z Downloaded heck v0.5.0
4102025-07-08T00:11:59.373Z Downloaded num-traits v0.2.19
4112025-07-08T00:11:59.374Z Downloaded idna_adapter v1.2.0
4122025-07-08T00:11:59.374Z Downloaded icu_provider_macros v1.5.0
4132025-07-08T00:11:59.374Z Downloaded icu_locid_transform v1.5.0
4142025-07-08T00:11:59.374Z Downloaded fs-err v3.1.1
4152025-07-08T00:11:59.400Z Downloaded form_urlencoded v1.2.1
4162025-07-08T00:11:59.400Z Downloaded memmap v0.7.0
4172025-07-08T00:11:59.400Z Downloaded icu_provider v1.5.0
4182025-07-08T00:11:59.400Z Downloaded yoke v0.7.4
4192025-07-08T00:11:59.400Z Downloaded utf8parse v0.2.2
4202025-07-08T00:11:59.400Z Downloaded utf8_iter v1.0.4
4212025-07-08T00:11:59.400Z Downloaded usdt-impl v0.5.0
4222025-07-08T00:11:59.400Z Downloaded typeid v1.0.3
4232025-07-08T00:11:59.400Z Downloaded ordered-float v2.10.1
4242025-07-08T00:11:59.400Z Downloaded icu_normalizer_data v1.5.0
4252025-07-08T00:11:59.400Z Downloaded fastrand v2.1.1
4262025-07-08T00:11:59.400Z Downloaded erased-serde v0.4.6
4272025-07-08T00:11:59.400Z Downloaded dtrace-parser v0.2.0
4282025-07-08T00:11:59.400Z Downloaded yoke-derive v0.7.4
4292025-07-08T00:11:59.400Z Downloaded writeable v0.5.5
4302025-07-08T00:11:59.400Z Downloaded url v2.5.4
4312025-07-08T00:11:59.400Z Downloaded usdt-macro v0.5.0
4322025-07-08T00:11:59.427Z Downloaded unicode-width v0.1.14
4332025-07-08T00:11:59.427Z Downloaded cargo_metadata v0.20.0
4342025-07-08T00:11:59.427Z Downloaded camino-tempfile v1.4.1
4352025-07-08T00:11:59.427Z Downloaded equivalent v1.0.2
4362025-07-08T00:11:59.427Z Downloaded displaydoc v0.2.5
4372025-07-08T00:11:59.427Z Downloaded crypto-common v0.1.6
4382025-07-08T00:11:59.427Z Downloaded cargo_toml v0.21.0
4392025-07-08T00:11:59.427Z Downloaded zerofrom-derive v0.1.4
4402025-07-08T00:11:59.427Z Downloaded version_check v0.9.5
4412025-07-08T00:11:59.427Z Downloaded digest v0.10.7
4422025-07-08T00:11:59.427Z Downloaded clap_builder v4.5.40
4432025-07-08T00:11:59.453Z Downloaded unicode-ident v1.0.18
4442025-07-08T00:11:59.453Z Downloaded colorchoice v1.0.2
4452025-07-08T00:11:59.453Z Downloaded clap v4.5.40
4462025-07-08T00:11:59.453Z Downloaded cfg-if v1.0.1
4472025-07-08T00:11:59.453Z Downloaded cargo-platform v0.2.0
4482025-07-08T00:11:59.453Z Downloaded anstyle v1.0.11
4492025-07-08T00:11:59.453Z Downloaded unicode-xid v0.2.6
4502025-07-08T00:11:59.453Z Downloaded unicode-linebreak v0.1.5
4512025-07-08T00:11:59.453Z Downloaded typenum v1.17.0
4522025-07-08T00:11:59.453Z Downloaded tabled_derive v0.7.0
4532025-07-08T00:11:59.453Z Downloaded clap_lex v0.7.4
4542025-07-08T00:11:59.480Z Downloaded anstream v0.6.18
4552025-07-08T00:11:59.480Z Downloaded bitflags v2.9.0
4562025-07-08T00:11:59.480Z Downloaded anyhow v1.0.98
4572025-07-08T00:11:59.480Z Downloaded anstyle-query v1.1.1
4582025-07-08T00:11:59.480Z Downloaded icu_properties v1.5.1
4592025-07-08T00:11:59.480Z Downloaded icu_locid_transform_data v1.5.0
4602025-07-08T00:11:59.480Z Downloaded heck v0.4.1
4612025-07-08T00:11:59.480Z Downloaded errno v0.3.12
4622025-07-08T00:11:59.480Z Downloaded cpufeatures v0.2.14
4632025-07-08T00:11:59.480Z Downloaded anstyle-parse v0.2.5
4642025-07-08T00:11:59.480Z Downloaded block-buffer v0.10.4
4652025-07-08T00:11:59.577Z Compiling proc-macro2 v1.0.95
4662025-07-08T00:11:59.577Z Compiling unicode-ident v1.0.18
4672025-07-08T00:11:59.577Z Compiling serde v1.0.219
4682025-07-08T00:11:59.577Z Compiling version_check v0.9.5
4692025-07-08T00:11:59.577Z Compiling libc v0.2.174
4702025-07-08T00:11:59.603Z Compiling thiserror v1.0.69
4712025-07-08T00:11:59.604Z Compiling memchr v2.7.4
4722025-07-08T00:11:59.604Z Compiling stable_deref_trait v1.2.0
4732025-07-08T00:11:59.854Z Compiling litemap v0.7.3
4742025-07-08T00:11:59.945Z Compiling autocfg v1.4.0
4752025-07-08T00:12:00.304Z Compiling itoa v1.0.11
4762025-07-08T00:12:00.364Z Compiling ryu v1.0.18
4772025-07-08T00:12:00.575Z Compiling ucd-trie v0.1.7
4782025-07-08T00:12:00.609Z Compiling writeable v0.5.5
4792025-07-08T00:12:00.745Z Compiling once_cell v1.21.3
4802025-07-08T00:12:00.980Z Compiling bitflags v2.9.0
4812025-07-08T00:12:01.133Z Compiling icu_locid_transform_data v1.5.0
4822025-07-08T00:12:01.219Z Compiling byteorder v1.5.0
4832025-07-08T00:12:01.298Z Compiling serde_json v1.0.140
4842025-07-08T00:12:01.329Z Compiling icu_properties_data v1.5.0
4852025-07-08T00:12:01.487Z Compiling num-traits v0.2.19
4862025-07-08T00:12:01.520Z Compiling icu_normalizer_data v1.5.0
4872025-07-08T00:12:01.607Z Compiling utf8_iter v1.0.4
4882025-07-08T00:12:01.664Z Compiling typeid v1.0.3
4892025-07-08T00:12:01.725Z Compiling equivalent v1.0.2
4902025-07-08T00:12:01.761Z Compiling quote v1.0.40
4912025-07-08T00:12:01.845Z Compiling rustix v0.38.37
4922025-07-08T00:12:01.903Z Compiling errno v0.3.12
4932025-07-08T00:12:01.939Z Compiling write16 v1.0.0
4942025-07-08T00:12:02.063Z Compiling smallvec v1.15.0
4952025-07-08T00:12:02.150Z Compiling hashbrown v0.15.4
4962025-07-08T00:12:02.230Z Compiling syn v2.0.104
4972025-07-08T00:12:02.260Z Compiling utf16_iter v1.0.5
4982025-07-08T00:12:02.517Z Compiling usdt-impl v0.5.0
4992025-07-08T00:12:02.579Z Compiling proc-macro-error-attr v1.0.4
5002025-07-08T00:12:02.617Z Compiling syn v1.0.109
5012025-07-08T00:12:02.856Z Compiling toml_write v0.1.2
5022025-07-08T00:12:02.883Z Compiling winnow v0.7.10
5032025-07-08T00:12:03.214Z Compiling thread-id v4.2.2
5042025-07-08T00:12:03.289Z Compiling indexmap v2.10.0
5052025-07-08T00:12:03.403Z Compiling proc-macro-error v1.0.4
5062025-07-08T00:12:03.435Z Compiling semver v1.0.26
5072025-07-08T00:12:03.561Z Compiling plain v0.2.3
5082025-07-08T00:12:03.750Z Compiling rustix v1.0.7
5092025-07-08T00:12:03.796Z Compiling camino v1.1.10
5102025-07-08T00:12:03.963Z Compiling log v0.4.27
5112025-07-08T00:12:04.505Z Compiling getrandom v0.3.1
5122025-07-08T00:12:04.557Z Compiling percent-encoding v2.3.1
5132025-07-08T00:12:04.584Z Compiling utf8parse v0.2.2
5142025-07-08T00:12:04.750Z Compiling terminal_size v0.4.0
5152025-07-08T00:12:04.802Z Compiling anstyle-parse v0.2.5
5162025-07-08T00:12:04.854Z Compiling form_urlencoded v1.2.1
5172025-07-08T00:12:04.894Z Compiling ordered-float v2.10.1
5182025-07-08T00:12:05.231Z Compiling cfg-if v1.0.1
5192025-07-08T00:12:05.256Z Compiling anstyle-query v1.1.1
5202025-07-08T00:12:05.379Z Compiling anstyle v1.0.11
5212025-07-08T00:12:05.436Z Compiling is_terminal_polyfill v1.70.1
5222025-07-08T00:12:05.466Z Compiling pretty-hex v0.4.1
5232025-07-08T00:12:05.583Z Compiling thiserror v2.0.12
5242025-07-08T00:12:05.636Z Compiling colorchoice v1.0.2
5252025-07-08T00:12:05.962Z Compiling anstream v0.6.18
5262025-07-08T00:12:06.395Z Compiling fs-err v3.1.1
5272025-07-08T00:12:06.588Z Compiling strsim v0.11.1
5282025-07-08T00:12:06.621Z Compiling fastrand v2.1.1
5292025-07-08T00:12:06.651Z Compiling bytecount v0.6.8
5302025-07-08T00:12:06.716Z Compiling clap_lex v0.7.4
5312025-07-08T00:12:07.130Z Compiling unicode-width v0.1.14
5322025-07-08T00:12:07.190Z Compiling heck v0.4.1
5332025-07-08T00:12:07.341Z Compiling unicode-xid v0.2.6
5342025-07-08T00:12:07.395Z Compiling fnv v1.0.7
5352025-07-08T00:12:07.563Z Compiling heck v0.5.0
5362025-07-08T00:12:07.591Z Compiling anyhow v1.0.98
5372025-07-08T00:12:07.645Z Compiling papergrid v0.11.0
5382025-07-08T00:12:07.673Z Compiling tempfile v3.20.0
5392025-07-08T00:12:08.176Z Compiling clap_builder v4.5.40
5402025-07-08T00:12:08.626Z Compiling memmap v0.7.0
5412025-07-08T00:12:08.668Z Compiling smawk v0.3.2
5422025-07-08T00:12:08.791Z Compiling unicode-linebreak v0.1.5
5432025-07-08T00:12:08.968Z Compiling unicode-width v0.2.0
5442025-07-08T00:12:09.389Z Compiling synstructure v0.13.1
5452025-07-08T00:12:09.617Z Compiling textwrap v0.16.2
5462025-07-08T00:12:10.335Z Compiling tabled_derive v0.7.0
5472025-07-08T00:12:10.503Z Compiling swrite v0.1.0
5482025-07-08T00:12:10.654Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492025-07-08T00:12:12.073Z Compiling tabled v0.15.0
5502025-07-08T00:12:12.143Z Compiling serde_derive v1.0.219
5512025-07-08T00:12:12.144Z Compiling zerofrom-derive v0.1.4
5522025-07-08T00:12:12.169Z Compiling thiserror-impl v1.0.69
5532025-07-08T00:12:12.478Z Compiling yoke-derive v0.7.4
5542025-07-08T00:12:13.328Z Compiling zerovec-derive v0.10.3
5552025-07-08T00:12:14.937Z Compiling displaydoc v0.2.5
5562025-07-08T00:12:14.962Z Compiling pest v2.7.14
5572025-07-08T00:12:15.295Z Compiling icu_provider_macros v1.5.0
5582025-07-08T00:12:15.411Z Compiling zerofrom v0.1.4
5592025-07-08T00:12:15.438Z Compiling zerocopy-derive v0.7.35
5602025-07-08T00:12:15.671Z Compiling yoke v0.7.4
5612025-07-08T00:12:15.811Z Compiling scroll_derive v0.12.0
5622025-07-08T00:12:16.063Z Compiling zerovec v0.10.4
5632025-07-08T00:12:16.336Z Compiling thiserror-impl v2.0.12
5642025-07-08T00:12:16.362Z Compiling clap_derive v4.5.40
5652025-07-08T00:12:17.103Z Compiling scroll v0.12.0
5662025-07-08T00:12:17.267Z Compiling zerocopy v0.7.35
5672025-07-08T00:12:17.639Z Compiling pest_meta v2.7.14
5682025-07-08T00:12:17.672Z Compiling goblin v0.8.2
5692025-07-08T00:12:18.173Z Compiling tinystr v0.7.6
5702025-07-08T00:12:18.207Z Compiling icu_collections v1.5.0
5712025-07-08T00:12:18.573Z Compiling icu_locid v1.5.0
5722025-07-08T00:12:19.544Z Compiling pest_generator v2.7.14
5732025-07-08T00:12:19.934Z Compiling icu_provider v1.5.0
5742025-07-08T00:12:20.244Z Compiling clap v4.5.40
5752025-07-08T00:12:20.641Z Compiling icu_locid_transform v1.5.0
5762025-07-08T00:12:21.103Z Compiling pest_derive v2.7.14
5772025-07-08T00:12:21.808Z Compiling dtrace-parser v0.2.0
5782025-07-08T00:12:21.897Z Compiling icu_properties v1.5.1
5792025-07-08T00:12:23.565Z Compiling toml_datetime v0.6.11
5802025-07-08T00:12:23.616Z Compiling serde_spanned v0.6.9
5812025-07-08T00:12:23.878Z Compiling erased-serde v0.4.6
5822025-07-08T00:12:24.091Z Compiling toml_edit v0.22.27
5832025-07-08T00:12:24.119Z Compiling serde-value v0.7.0
5842025-07-08T00:12:24.594Z Compiling serde_tokenstream v0.2.2
5852025-07-08T00:12:24.846Z Compiling serde-untagged v0.1.7
5862025-07-08T00:12:25.155Z Compiling cargo-platform v0.2.0
5872025-07-08T00:12:25.336Z Compiling macaddr v1.0.1
5882025-07-08T00:12:25.373Z Compiling icu_normalizer v1.5.0
5892025-07-08T00:12:25.690Z Compiling dof v0.3.0
5902025-07-08T00:12:25.741Z Compiling camino-tempfile v1.4.1
5912025-07-08T00:12:26.323Z Compiling idna_adapter v1.2.0
5922025-07-08T00:12:26.555Z Compiling idna v1.0.3
5932025-07-08T00:12:27.080Z Compiling url v2.5.4
5942025-07-08T00:12:27.369Z Compiling toml v0.8.23
5952025-07-08T00:12:27.654Z Compiling usdt-macro v0.5.0
5962025-07-08T00:12:27.823Z Compiling usdt-attr-macro v0.5.0
5972025-07-08T00:12:28.145Z Compiling cargo-util-schemas v0.2.0
5982025-07-08T00:12:28.235Z Compiling cargo_toml v0.21.0
5992025-07-08T00:12:28.936Z Compiling usdt v0.5.0
6002025-07-08T00:12:30.202Z Compiling cargo_metadata v0.20.0
6012025-07-08T00:12:32.407Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6022025-07-08T00:12:36.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
6032025-07-08T00:12:37.273Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6042025-07-08T00:12:38.377Z Downloading crates ...
6052025-07-08T00:12:38.562Z Downloaded async-bb8-diesel v0.2.1
6062025-07-08T00:12:38.587Z Downloaded bzip2 v0.4.4
6072025-07-08T00:12:38.587Z Downloaded bit-set v0.8.0
6082025-07-08T00:12:38.620Z Downloaded hubpack_derive v0.1.1
6092025-07-08T00:12:38.620Z Downloaded http-body v1.0.1
6102025-07-08T00:12:38.620Z Downloaded crucible-workspace-hack v0.1.0
6112025-07-08T00:12:38.620Z Downloaded httparse v1.9.5
6122025-07-08T00:12:38.620Z Downloaded memmap2 v0.9.5
6132025-07-08T00:12:38.647Z Downloaded miniz_oxide v0.8.5
6142025-07-08T00:12:38.647Z Downloaded hickory-resolver v0.25.2
6152025-07-08T00:12:38.647Z Downloaded progenitor-client v0.10.0
6162025-07-08T00:12:38.673Z Downloaded quinn-udp v0.5.5
6172025-07-08T00:12:38.702Z Downloaded same-file v1.0.6
6182025-07-08T00:12:38.702Z Downloaded slog-term v2.9.1
6192025-07-08T00:12:38.729Z Downloaded try-lock v0.2.5
6202025-07-08T00:12:38.729Z Downloaded xshell-macros v0.2.7
6212025-07-08T00:12:38.729Z Downloaded darling_macro v0.20.10
6222025-07-08T00:12:38.729Z Downloaded defmt-parser v0.3.4
6232025-07-08T00:12:38.755Z Downloaded opaque-debug v0.3.1
6242025-07-08T00:12:38.755Z Downloaded num-conv v0.1.0
6252025-07-08T00:12:38.755Z Downloaded owo-colors v4.2.2
6262025-07-08T00:12:38.782Z Downloaded time-macros v0.2.18
6272025-07-08T00:12:38.782Z Downloaded fxhash v0.2.1
6282025-07-08T00:12:38.810Z Downloaded pretty-hex v0.2.1
6292025-07-08T00:12:38.810Z Downloaded sigpipe v0.1.3
6302025-07-08T00:12:38.810Z Downloaded slab v0.4.9
6312025-07-08T00:12:38.835Z Downloaded diesel_table_macro_syntax v0.2.0
6322025-07-08T00:12:38.835Z Downloaded which v4.4.2
6332025-07-08T00:12:38.835Z Downloaded document-features v0.2.10
6342025-07-08T00:12:38.867Z Downloaded display-error-chain v0.2.2
6352025-07-08T00:12:38.867Z Downloaded env_logger v0.10.2
6362025-07-08T00:12:38.867Z Downloaded foreign-types v0.5.0
6372025-07-08T00:12:38.892Z Downloaded progenitor-macro v0.10.0
6382025-07-08T00:12:38.892Z Downloaded filetime v0.2.25
6392025-07-08T00:12:38.892Z Downloaded tinyvec_macros v0.1.1
6402025-07-08T00:12:38.892Z Downloaded foreign-types v0.3.2
6412025-07-08T00:12:38.892Z Downloaded rustls-pemfile v1.0.4
6422025-07-08T00:12:38.892Z Downloaded nanorand v0.7.0
6432025-07-08T00:12:38.892Z Downloaded new_debug_unreachable v1.0.6
6442025-07-08T00:12:38.918Z Downloaded packed_struct_codegen v0.10.1
6452025-07-08T00:12:38.918Z Downloaded newtype-uuid v1.2.4
6462025-07-08T00:12:38.918Z Downloaded structmeta-derive v0.3.0
6472025-07-08T00:12:38.918Z Downloaded phf_generator v0.11.2
6482025-07-08T00:12:38.918Z Downloaded strum v0.26.3
6492025-07-08T00:12:38.918Z Downloaded peg-runtime v0.8.5
6502025-07-08T00:12:38.945Z Downloaded twox-hash v2.1.0
6512025-07-08T00:12:38.945Z Downloaded unicode-truncate v1.1.0
6522025-07-08T00:12:38.945Z Downloaded strum_macros v0.26.4
6532025-07-08T00:12:38.945Z Downloaded nibble_vec v0.1.0
6542025-07-08T00:12:38.945Z Downloaded pem v3.0.5
6552025-07-08T00:12:38.945Z Downloaded typify v0.4.1
6562025-07-08T00:12:38.970Z Downloaded pem-rfc7468 v0.7.0
6572025-07-08T00:12:38.970Z Downloaded subprocess v0.2.9
6582025-07-08T00:12:38.970Z Downloaded typed-path v0.9.3
6592025-07-08T00:12:38.970Z Downloaded peg-macros v0.8.5
6602025-07-08T00:12:38.995Z Downloaded unicode-normalization v0.1.24
6612025-07-08T00:12:38.996Z Downloaded h2 v0.4.6
6622025-07-08T00:12:38.996Z Downloaded unicode_categories v0.1.1
6632025-07-08T00:12:38.996Z Downloaded rustls-webpki v0.102.8
6642025-07-08T00:12:39.021Z Downloaded reqwest v0.12.22
6652025-07-08T00:12:39.048Z Downloaded diesel v2.2.11
6662025-07-08T00:12:39.074Z Downloaded p521 v0.13.3
6672025-07-08T00:12:39.100Z Downloaded rustls v0.23.19
6682025-07-08T00:12:39.100Z Downloaded rustls v0.22.4
6692025-07-08T00:12:39.141Z Downloaded vcpkg v0.2.15
6702025-07-08T00:12:39.167Z Downloaded petname v2.0.2
6712025-07-08T00:12:39.193Z Downloaded p384 v0.13.0
6722025-07-08T00:12:39.193Z Downloaded regress v0.10.3
6732025-07-08T00:12:39.219Z Downloaded regex-syntax v0.8.5
6742025-07-08T00:12:39.219Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6752025-07-08T00:12:39.244Z Downloaded nix v0.30.1
6762025-07-08T00:12:39.244Z Downloaded polar-core v0.27.3
6772025-07-08T00:12:39.270Z Downloaded bstr v1.10.0
6782025-07-08T00:12:39.270Z Downloaded nix v0.29.0
6792025-07-08T00:12:39.270Z Downloaded typify-impl v0.2.0
6802025-07-08T00:12:39.295Z Downloaded typify-impl v0.3.0
6812025-07-08T00:12:39.321Z Downloaded csv v1.3.1
6822025-07-08T00:12:39.321Z Downloaded zerocopy-derive v0.6.6
6832025-07-08T00:12:39.347Z Downloaded bzip2-sys v0.1.13+1.0.8
6842025-07-08T00:12:39.347Z Downloaded nix v0.28.0
6852025-07-08T00:12:39.374Z Downloaded regex-syntax v0.6.29
6862025-07-08T00:12:39.374Z Downloaded typify-impl v0.4.1
6872025-07-08T00:12:39.399Z Downloaded nix v0.27.1
6882025-07-08T00:12:39.399Z Downloaded smoltcp v0.11.0
6892025-07-08T00:12:39.427Z Downloaded sha3 v0.10.8
6902025-07-08T00:12:39.427Z Downloaded regex-automata v0.4.8
6912025-07-08T00:12:39.453Z Downloaded sled v0.34.7
6922025-07-08T00:12:39.453Z Downloaded regex v1.11.1
6932025-07-08T00:12:39.478Z Downloaded chrono-tz v0.10.3
6942025-07-08T00:12:39.478Z Downloaded radix_trie v0.2.1
6952025-07-08T00:12:39.503Z Downloaded tokio v1.45.1
6962025-07-08T00:12:39.528Z Downloaded libgit2-sys v0.17.0+1.8.1
6972025-07-08T00:12:39.589Z Downloaded smoltcp v0.9.1
6982025-07-08T00:12:39.614Z Downloaded moka v0.12.10
6992025-07-08T00:12:39.614Z Downloaded petgraph v0.6.5
7002025-07-08T00:12:39.639Z Downloaded dropshot v0.16.2
7012025-07-08T00:12:39.664Z Downloaded tabled v0.18.0
7022025-07-08T00:12:39.689Z Downloaded zerocopy v0.8.26
7032025-07-08T00:12:39.714Z Downloaded chrono v0.4.41
7042025-07-08T00:12:39.740Z Downloaded petgraph v0.8.2
7052025-07-08T00:12:39.740Z Downloaded quinn-proto v0.11.8
7062025-07-08T00:12:39.765Z Downloaded winnow v0.6.26
7072025-07-08T00:12:39.765Z Downloaded unicode-segmentation v1.12.0
7082025-07-08T00:12:39.765Z Downloaded rustls-webpki v0.101.7
7092025-07-08T00:12:39.790Z Downloaded p256 v0.13.2
7102025-07-08T00:12:39.790Z Downloaded quick-xml v0.37.2
7112025-07-08T00:12:39.790Z Downloaded proptest v1.7.0
7122025-07-08T00:12:39.816Z Downloaded lzma-sys v0.1.20
7132025-07-08T00:12:39.841Z Downloaded webpki-roots v1.0.0
7142025-07-08T00:12:39.841Z Downloaded salty v0.3.0
7152025-07-08T00:12:39.866Z Downloaded unicode-bidi v0.3.17
7162025-07-08T00:12:39.866Z Downloaded encoding_rs v0.8.34
7172025-07-08T00:12:39.892Z Downloaded strum_macros v0.24.3
7182025-07-08T00:12:39.892Z Downloaded ring v0.17.14
7192025-07-08T00:12:39.935Z Downloaded portable-atomic v1.11.0
7202025-07-08T00:12:39.935Z Downloaded typify v0.3.0
7212025-07-08T00:12:39.961Z Downloaded pin-project v1.1.6
7222025-07-08T00:12:39.961Z Downloaded tungstenite v0.21.0
7232025-07-08T00:12:39.961Z Downloaded unicode-properties v0.1.3
7242025-07-08T00:12:39.961Z Downloaded typify v0.2.0
7252025-07-08T00:12:39.961Z Downloaded slog-stdlog v4.1.1
7262025-07-08T00:12:39.987Z Downloaded tungstenite v0.23.0
7272025-07-08T00:12:39.987Z Downloaded flate2 v1.1.2
7282025-07-08T00:12:39.987Z Downloaded uuid v1.17.0
7292025-07-08T00:12:39.987Z Downloaded num-bigint-dig v0.8.4
7302025-07-08T00:12:39.987Z Downloaded sqlparser v0.45.0
7312025-07-08T00:12:39.987Z Downloaded typify-macro v0.2.0
7322025-07-08T00:12:39.987Z Downloaded tui-tree-widget v0.23.1
7332025-07-08T00:12:40.013Z Downloaded unsafe-libyaml v0.2.11
7342025-07-08T00:12:40.013Z Downloaded strum_macros v0.25.3
7352025-07-08T00:12:40.013Z Downloaded typify-macro v0.3.0
7362025-07-08T00:12:40.014Z Downloaded smallvec v0.6.14
7372025-07-08T00:12:40.014Z Downloaded native-tls v0.2.12
7382025-07-08T00:12:40.014Z Downloaded fs_extra v1.3.0
7392025-07-08T00:12:40.014Z Downloaded tls_codec v0.4.1
7402025-07-08T00:12:40.014Z Downloaded half v2.4.1
7412025-07-08T00:12:40.014Z Downloaded half v1.8.3
7422025-07-08T00:12:40.014Z Downloaded futures v0.3.31
7432025-07-08T00:12:40.039Z Downloaded globset v0.4.15
7442025-07-08T00:12:40.040Z Downloaded gimli v0.31.1
7452025-07-08T00:12:40.040Z Downloaded blake3 v1.5.4
7462025-07-08T00:12:40.040Z Downloaded bitvec v1.0.1
7472025-07-08T00:12:40.065Z Downloaded foreign-types-shared v0.3.1
7482025-07-08T00:12:40.065Z Downloaded unicase v2.7.0
7492025-07-08T00:12:40.066Z Downloaded typify-macro v0.4.1
7502025-07-08T00:12:40.066Z Downloaded peg v0.8.5
7512025-07-08T00:12:40.066Z Downloaded structmeta v0.3.0
7522025-07-08T00:12:40.066Z Downloaded phf_shared v0.11.2
7532025-07-08T00:12:40.091Z Downloaded rustls-native-certs v0.8.1
7542025-07-08T00:12:40.091Z Downloaded pkcs5 v0.7.1
7552025-07-08T00:12:40.092Z Downloaded fatfs v0.3.6
7562025-07-08T00:12:40.092Z Downloaded ed25519-dalek v2.1.1
7572025-07-08T00:12:40.092Z Downloaded openapiv3 v2.2.0
7582025-07-08T00:12:40.117Z Downloaded jiff v0.2.15
7592025-07-08T00:12:40.118Z Downloaded unarray v0.1.4
7602025-07-08T00:12:40.143Z Downloaded pbkdf2 v0.12.2
7612025-07-08T00:12:40.143Z Downloaded pbkdf2 v0.11.0
7622025-07-08T00:12:40.143Z Downloaded packed_struct v0.10.1
7632025-07-08T00:12:40.143Z Downloaded smf v0.2.3
7642025-07-08T00:12:40.143Z Downloaded phf v0.11.2
7652025-07-08T00:12:40.144Z Downloaded tls_codec_derive v0.4.1
7662025-07-08T00:12:40.144Z Downloaded hash32 v0.3.1
7672025-07-08T00:12:40.144Z Downloaded slog-scope v4.4.0
7682025-07-08T00:12:40.144Z Downloaded slog v2.7.0
7692025-07-08T00:12:40.144Z Downloaded rustls-pki-types v1.10.0
7702025-07-08T00:12:40.144Z Downloaded flume v0.11.1
7712025-07-08T00:12:40.144Z Downloaded quinn v0.11.5
7722025-07-08T00:12:40.169Z Downloaded qorb v0.4.0
7732025-07-08T00:12:40.170Z Downloaded phf_codegen v0.11.2
7742025-07-08T00:12:40.170Z Downloaded fs-err v2.11.0
7752025-07-08T00:12:40.170Z Downloaded multer v3.1.0
7762025-07-08T00:12:40.170Z Downloaded futures-channel v0.3.31
7772025-07-08T00:12:40.170Z Downloaded nom v7.1.3
7782025-07-08T00:12:40.196Z Downloaded bindgen v0.71.1
7792025-07-08T00:12:40.196Z Downloaded newtype_derive v0.1.6
7802025-07-08T00:12:40.196Z Downloaded publicsuffix v2.3.0
7812025-07-08T00:12:40.196Z Downloaded support-bundle-viewer v0.1.2
7822025-07-08T00:12:40.196Z Downloaded subtle v2.6.1
7832025-07-08T00:12:40.222Z Downloaded slog-async v2.8.0
7842025-07-08T00:12:40.222Z Downloaded rustls-pemfile v2.2.0
7852025-07-08T00:12:40.222Z Downloaded pkcs1 v0.7.5
7862025-07-08T00:12:40.222Z Downloaded pin-project-internal v1.1.6
7872025-07-08T00:12:40.222Z Downloaded x509-cert v0.2.5
7882025-07-08T00:12:40.247Z Downloaded newline-converter v0.3.0
7892025-07-08T00:12:40.247Z Downloaded multimap v0.10.1
7902025-07-08T00:12:40.248Z Downloaded hash32 v0.2.1
7912025-07-08T00:12:40.248Z Downloaded slog-envlogger v2.2.0
7922025-07-08T00:12:40.248Z Downloaded slog-bunyan v2.5.0
7932025-07-08T00:12:40.248Z Downloaded pin-project-lite v0.2.14
7942025-07-08T00:12:40.248Z Downloaded progenitor-impl v0.10.0
7952025-07-08T00:12:40.273Z Downloaded winnow v0.5.40
7962025-07-08T00:12:40.273Z Downloaded rustls v0.21.12
7972025-07-08T00:12:40.299Z Downloaded tokio-util v0.7.15
7982025-07-08T00:12:40.299Z Downloaded group v0.13.0
7992025-07-08T00:12:40.299Z Downloaded futures-io v0.3.31
8002025-07-08T00:12:40.299Z Downloaded futures-executor v0.3.31
8012025-07-08T00:12:40.299Z Downloaded futures-core v0.3.31
8022025-07-08T00:12:40.299Z Downloaded slog-json v2.6.1
8032025-07-08T00:12:40.299Z Downloaded slog-dtrace v0.3.0
8042025-07-08T00:12:40.299Z Downloaded serde-hex v0.1.0
8052025-07-08T00:12:40.299Z Downloaded serde-big-array v0.5.1
8062025-07-08T00:12:40.326Z Downloaded foreign-types-shared v0.1.1
8072025-07-08T00:12:40.326Z Downloaded foldhash v0.1.5
8082025-07-08T00:12:40.326Z Downloaded flagset v0.4.6
8092025-07-08T00:12:40.326Z Downloaded fixedbitset v0.5.7
8102025-07-08T00:12:40.326Z Downloaded fixedbitset v0.4.2
8112025-07-08T00:12:40.326Z Downloaded postcard v1.0.10
8122025-07-08T00:12:40.326Z Downloaded vte v0.11.1
8132025-07-08T00:12:40.326Z Downloaded vergen v8.3.2
8142025-07-08T00:12:40.326Z Downloaded value-bag v1.9.0
8152025-07-08T00:12:40.326Z Downloaded serde_with v3.14.0
8162025-07-08T00:12:40.352Z Downloaded num-bigint v0.4.6
8172025-07-08T00:12:40.352Z Downloaded globwalk v0.9.1
8182025-07-08T00:12:40.352Z Downloaded funty v2.0.0
8192025-07-08T00:12:40.378Z Downloaded pin-utils v0.1.0
8202025-07-08T00:12:40.378Z Downloaded foreign-types-macros v0.2.3
8212025-07-08T00:12:40.378Z Downloaded float-ord v0.3.2
8222025-07-08T00:12:40.378Z Downloaded float-cmp v0.10.0
8232025-07-08T00:12:40.378Z Downloaded utf-8 v0.7.6
8242025-07-08T00:12:40.378Z Downloaded progenitor-impl v0.9.1
8252025-07-08T00:12:40.378Z Downloaded poly1305 v0.8.0
8262025-07-08T00:12:40.378Z Downloaded papergrid v0.14.0
8272025-07-08T00:12:40.404Z Downloaded object v0.36.5
8282025-07-08T00:12:40.404Z Downloaded fallible-iterator v0.2.0
8292025-07-08T00:12:40.404Z Downloaded untrusted v0.9.0
8302025-07-08T00:12:40.404Z Downloaded pkcs8 v0.10.2
8312025-07-08T00:12:40.404Z Downloaded serde_cbor v0.11.2
8322025-07-08T00:12:40.430Z Downloaded ff v0.13.0
8332025-07-08T00:12:40.431Z Downloaded fd-lock v4.0.2
8342025-07-08T00:12:40.431Z Downloaded untrusted v0.7.1
8352025-07-08T00:12:40.431Z Downloaded psl-types v2.0.11
8362025-07-08T00:12:40.431Z Downloaded proc-macro-error2 v2.0.1
8372025-07-08T00:12:40.431Z Downloaded expectorate v1.2.0
8382025-07-08T00:12:40.431Z Downloaded walkdir v2.5.0
8392025-07-08T00:12:40.431Z Downloaded git2 v0.19.0
8402025-07-08T00:12:40.457Z Downloaded crossterm v0.28.1
8412025-07-08T00:12:40.457Z Downloaded universal-hash v0.5.1
8422025-07-08T00:12:40.457Z Downloaded vsss-rs v3.3.4
8432025-07-08T00:12:40.457Z Downloaded parking_lot v0.12.3
8442025-07-08T00:12:40.457Z Downloaded rustyline v14.0.0
8452025-07-08T00:12:40.457Z Downloaded progenitor-macro v0.9.1
8462025-07-08T00:12:40.457Z Downloaded progenitor-macro v0.8.0
8472025-07-08T00:12:40.457Z Downloaded progenitor v0.10.0
8482025-07-08T00:12:40.483Z Downloaded progenitor v0.9.1
8492025-07-08T00:12:40.483Z Downloaded progenitor v0.8.0
8502025-07-08T00:12:40.483Z Downloaded proc-macro-error-attr2 v2.0.0
8512025-07-08T00:12:40.483Z Downloaded proc-macro-crate v1.3.1
8522025-07-08T00:12:40.483Z Downloaded polyval v0.6.2
8532025-07-08T00:12:40.483Z Downloaded pkg-config v0.3.31
8542025-07-08T00:12:40.483Z Downloaded diesel_derives v2.2.3
8552025-07-08T00:12:40.484Z Downloaded futures-util v0.3.31
8562025-07-08T00:12:40.509Z Downloaded tar v0.4.44
8572025-07-08T00:12:40.509Z Downloaded openssl v0.10.73
8582025-07-08T00:12:40.509Z Downloaded object v0.30.4
8592025-07-08T00:12:40.535Z Downloaded curve25519-dalek v4.1.3
8602025-07-08T00:12:40.535Z Downloaded zerocopy-derive v0.8.26
8612025-07-08T00:12:40.535Z Downloaded env_logger v0.11.5
8622025-07-08T00:12:40.561Z Downloaded dropshot_endpoint v0.16.2
8632025-07-08T00:12:40.561Z Downloaded wait-timeout v0.2.0
8642025-07-08T00:12:40.561Z Downloaded serde_derive_internals v0.29.1
8652025-07-08T00:12:40.561Z Downloaded ratatui v0.29.0
8662025-07-08T00:12:40.587Z Downloaded dsl_auto_type v0.1.2
8672025-07-08T00:12:40.587Z Downloaded difflib v0.4.0
8682025-07-08T00:12:40.587Z Downloaded diff v0.1.13
8692025-07-08T00:12:40.587Z Downloaded derive_more v0.99.20
8702025-07-08T00:12:40.613Z Downloaded uzers v0.12.1
8712025-07-08T00:12:40.613Z Downloaded postgres-types v0.2.9
8722025-07-08T00:12:40.614Z Downloaded tokio-postgres v0.7.13
8732025-07-08T00:12:40.614Z Downloaded dirs-sys-next v0.1.2
8742025-07-08T00:12:40.614Z Downloaded des v0.8.1
8752025-07-08T00:12:40.614Z Downloaded similar v2.7.0
8762025-07-08T00:12:40.640Z Downloaded serde_repr v0.1.19
8772025-07-08T00:12:40.640Z Downloaded serde_bytes v0.11.17
8782025-07-08T00:12:40.640Z Downloaded parking_lot_core v0.9.10
8792025-07-08T00:12:40.640Z Downloaded parking_lot_core v0.8.6
8802025-07-08T00:12:40.640Z Downloaded parking_lot v0.11.2
8812025-07-08T00:12:40.640Z Downloaded ecdsa v0.16.9
8822025-07-08T00:12:40.640Z Downloaded term v0.7.0
8832025-07-08T00:12:40.640Z Downloaded yansi v1.0.1
8842025-07-08T00:12:40.666Z Downloaded dirs-next v2.0.0
8852025-07-08T00:12:40.666Z Downloaded diesel-dtrace v0.4.2
8862025-07-08T00:12:40.666Z Downloaded whoami v1.6.0
8872025-07-08T00:12:40.666Z Downloaded serde_urlencoded v0.7.1
8882025-07-08T00:12:40.666Z Downloaded serde_plain v1.0.2
8892025-07-08T00:12:40.666Z Downloaded serde_path_to_error v0.1.17
8902025-07-08T00:12:40.666Z Downloaded want v0.3.1
8912025-07-08T00:12:40.666Z Downloaded waitgroup v0.1.2
8922025-07-08T00:12:40.666Z Downloaded vte_generate_state_changes v0.1.2
8932025-07-08T00:12:40.666Z Downloaded void v1.0.2
8942025-07-08T00:12:40.666Z Downloaded prettyplease v0.2.35
8952025-07-08T00:12:40.666Z Downloaded powerfmt v0.2.0
8962025-07-08T00:12:40.666Z Downloaded postgres-protocol v0.6.8
8972025-07-08T00:12:40.666Z Downloaded radium v0.7.0
8982025-07-08T00:12:40.692Z Downloaded siphasher v0.3.11
8992025-07-08T00:12:40.693Z Downloaded signal-hook v0.3.18
9002025-07-08T00:12:40.693Z Downloaded serde_yaml v0.9.34+deprecated
9012025-07-08T00:12:40.693Z Downloaded serde_with_macros v3.14.0
9022025-07-08T00:12:40.693Z Downloaded pretty_assertions v1.4.1
9032025-07-08T00:12:40.693Z Downloaded prefix-trie v0.7.0
9042025-07-08T00:12:40.693Z Downloaded parse-zoneinfo v0.3.1
9052025-07-08T00:12:40.693Z Downloaded futures-macro v0.3.31
9062025-07-08T00:12:40.693Z Downloaded dyn-clone v1.0.19
9072025-07-08T00:12:40.693Z Downloaded termtree v0.5.1
9082025-07-08T00:12:40.719Z Downloaded termios v0.3.3
9092025-07-08T00:12:40.719Z Downloaded tap v1.0.1
9102025-07-08T00:12:40.719Z Downloaded sync-ptr v0.1.4
9112025-07-08T00:12:40.719Z Downloaded supports-color v3.0.2
9122025-07-08T00:12:40.719Z Downloaded zlib-rs v0.5.1
9132025-07-08T00:12:40.719Z Downloaded snafu v0.8.5
9142025-07-08T00:12:40.719Z Downloaded rand v0.9.1
9152025-07-08T00:12:40.719Z Downloaded simd-adler32 v0.3.7
9162025-07-08T00:12:40.745Z Downloaded signature v2.2.0
9172025-07-08T00:12:40.745Z Downloaded signal-hook-registry v1.4.2
9182025-07-08T00:12:40.745Z Downloaded signal-hook-mio v0.2.4
9192025-07-08T00:12:40.745Z Downloaded shlex v1.3.0
9202025-07-08T00:12:40.745Z Downloaded shell-words v1.1.0
9212025-07-08T00:12:40.745Z Downloaded sha1 v0.10.6
9222025-07-08T00:12:40.745Z Downloaded predicates v3.1.3
9232025-07-08T00:12:40.745Z Downloaded parse-display-derive v0.10.0
9242025-07-08T00:12:40.745Z Downloaded ed25519 v2.2.3
9252025-07-08T00:12:40.745Z Downloaded dunce v1.0.5
9262025-07-08T00:12:40.745Z Downloaded wyz v0.5.1
9272025-07-08T00:12:40.745Z Downloaded time v0.3.36
9282025-07-08T00:12:40.772Z Downloaded russh v0.45.0
9292025-07-08T00:12:40.772Z Downloaded rpassword v7.4.0
9302025-07-08T00:12:40.772Z Downloaded rfc6979 v0.4.0
9312025-07-08T00:12:40.772Z Downloaded toml v0.7.8
9322025-07-08T00:12:40.772Z Downloaded rand v0.8.5
9332025-07-08T00:12:40.772Z Downloaded hashbrown v0.13.2
9342025-07-08T00:12:40.772Z Downloaded signal-hook-tokio v0.3.1
9352025-07-08T00:12:40.798Z Downloaded primeorder v0.13.6
9362025-07-08T00:12:40.798Z Downloaded predicates-tree v1.0.12
9372025-07-08T00:12:40.798Z Downloaded predicates-core v1.0.8
9382025-07-08T00:12:40.798Z Downloaded ppv-lite86 v0.2.20
9392025-07-08T00:12:40.798Z Downloaded password-hash v0.5.0
9402025-07-08T00:12:40.798Z Downloaded parse-display v0.10.0
9412025-07-08T00:12:40.798Z Downloaded glob v0.3.2
9422025-07-08T00:12:40.798Z Downloaded getrandom v0.2.15
9432025-07-08T00:12:40.798Z Downloaded gethostname v0.5.0
9442025-07-08T00:12:40.798Z Downloaded elliptic-curve v0.13.8
9452025-07-08T00:12:40.824Z Downloaded termcolor v1.4.1
9462025-07-08T00:12:40.824Z Downloaded tagptr v0.2.0
9472025-07-08T00:12:40.824Z Downloaded tabwriter v1.4.0
9482025-07-08T00:12:40.824Z Downloaded tabled_derive v0.10.0
9492025-07-08T00:12:40.824Z Downloaded resolv-conf v0.7.0
9502025-07-08T00:12:40.824Z Downloaded r2d2 v0.8.10
9512025-07-08T00:12:40.824Z Downloaded nu-ansi-term v0.50.1
9522025-07-08T00:12:40.850Z Downloaded zerocopy v0.6.6
9532025-07-08T00:12:40.850Z Downloaded crossbeam-channel v0.5.15
9542025-07-08T00:12:40.850Z Downloaded cc v1.2.15
9552025-07-08T00:12:40.851Z Downloaded bindgen v0.69.5
9562025-07-08T00:12:40.876Z Downloaded precomputed-hash v0.1.1
9572025-07-08T00:12:40.876Z Downloaded path-slash v0.1.5
9582025-07-08T00:12:40.876Z Downloaded paste v1.0.15
9592025-07-08T00:12:40.876Z Downloaded password-hash v0.4.2
9602025-07-08T00:12:40.876Z Downloaded parse-size v1.1.0
9612025-07-08T00:12:40.902Z Downloaded ghash v0.5.1
9622025-07-08T00:12:40.902Z Downloaded futures-task v0.3.31
9632025-07-08T00:12:40.902Z Downloaded futures-sink v0.3.31
9642025-07-08T00:12:40.903Z Downloaded env_filter v0.1.2
9652025-07-08T00:12:40.903Z Downloaded enum-as-inner v0.6.1
9662025-07-08T00:12:40.903Z Downloaded ena v0.14.3
9672025-07-08T00:12:40.903Z Downloaded embedded-io v0.4.0
9682025-07-08T00:12:40.903Z Downloaded derive_builder_core v0.20.2
9692025-07-08T00:12:40.903Z Downloaded xshell v0.2.7
9702025-07-08T00:12:40.903Z Downloaded xattr v1.3.1
9712025-07-08T00:12:40.903Z Downloaded tinyvec v1.8.0
9722025-07-08T00:12:40.928Z Downloaded rsa v0.9.6
9732025-07-08T00:12:40.929Z Downloaded ron v0.7.1
9742025-07-08T00:12:40.929Z Downloaded num-complex v0.4.6
9752025-07-08T00:12:40.929Z Downloaded der v0.7.9
9762025-07-08T00:12:40.929Z Downloaded crypto-bigint v0.5.5
9772025-07-08T00:12:40.955Z Downloaded zip v4.2.0
9782025-07-08T00:12:40.955Z Downloaded tokio-rustls v0.24.1
9792025-07-08T00:12:40.955Z Downloaded libz-sys v1.1.20
9802025-07-08T00:12:40.982Z Downloaded base64 v0.21.7
9812025-07-08T00:12:41.010Z Downloaded endian-type v0.1.2
9822025-07-08T00:12:41.010Z Downloaded embedded-io v0.6.1
9832025-07-08T00:12:41.010Z Downloaded either v1.15.0
9842025-07-08T00:12:41.010Z Downloaded derive_builder_macro v0.20.2
9852025-07-08T00:12:41.010Z Downloaded tiny-keccak v2.0.2
9862025-07-08T00:12:41.010Z Downloaded time-core v0.1.2
9872025-07-08T00:12:41.010Z Downloaded thiserror-no-std v2.0.2
9882025-07-08T00:12:41.010Z Downloaded thiserror-impl-no-std v2.0.2
9892025-07-08T00:12:41.010Z Downloaded test-strategy v0.4.1
9902025-07-08T00:12:41.010Z Downloaded take_mut v0.2.2
9912025-07-08T00:12:41.036Z Downloaded sync_wrapper v1.0.1
9922025-07-08T00:12:41.036Z Downloaded rustc_version v0.1.7
9932025-07-08T00:12:41.036Z Downloaded rustc-hash v2.1.1
9942025-07-08T00:12:41.036Z Downloaded rustc-demangle v0.1.24
9952025-07-08T00:12:41.036Z Downloaded russh-keys v0.45.0
9962025-07-08T00:12:41.037Z Downloaded rtoolbox v0.0.2
9972025-07-08T00:12:41.037Z Downloaded ron v0.8.1
9982025-07-08T00:12:41.037Z Downloaded oso v0.27.3
9992025-07-08T00:12:41.037Z Downloaded openssl-sys v0.9.109
10002025-07-08T00:12:41.063Z Downloaded omicron-zone-package v0.12.2
10012025-07-08T00:12:41.063Z Downloaded num-rational v0.4.2
10022025-07-08T00:12:41.063Z Downloaded num-derive v0.3.3
10032025-07-08T00:12:41.063Z Downloaded num v0.4.3
10042025-07-08T00:12:41.063Z Downloaded yasna v0.5.2
10052025-07-08T00:12:41.063Z Downloaded xz2 v0.1.7
10062025-07-08T00:12:41.063Z Downloaded tough v0.20.0
10072025-07-08T00:12:41.063Z Downloaded tokio-tungstenite v0.23.1
10082025-07-08T00:12:41.089Z Downloaded tokio-tungstenite v0.21.0
10092025-07-08T00:12:41.089Z Downloaded tokio-rustls v0.25.0
10102025-07-08T00:12:41.089Z Downloaded headers v0.4.1
10112025-07-08T00:12:41.089Z Downloaded hashbrown v0.12.3
10122025-07-08T00:12:41.089Z Downloaded base64 v0.22.1
10132025-07-08T00:12:41.115Z Downloaded aws-lc-rs v1.12.4
10142025-07-08T00:12:41.116Z Downloaded thread_local v1.1.8
10152025-07-08T00:12:41.116Z Downloaded rustc_version v0.4.1
10162025-07-08T00:12:41.116Z Downloaded rustc-hash v1.1.0
10172025-07-08T00:12:41.116Z Downloaded russh-cryptovec v0.7.3
10182025-07-08T00:12:41.116Z Downloaded oxnet v0.1.2
10192025-07-08T00:12:41.116Z Downloaded oxide-tokio-rt v0.1.2
10202025-07-08T00:12:41.116Z Downloaded oso-derive v0.27.3
10212025-07-08T00:12:41.116Z Downloaded openssl-probe v0.1.5
10222025-07-08T00:12:41.116Z Downloaded olpc-cjson v0.1.4
10232025-07-08T00:12:41.142Z Downloaded number_prefix v0.4.0
10242025-07-08T00:12:41.142Z Downloaded num_enum_derive v0.5.11
10252025-07-08T00:12:41.142Z Downloaded num_enum v0.5.11
10262025-07-08T00:12:41.142Z Downloaded num-integer v0.1.46
10272025-07-08T00:12:41.142Z Downloaded derive_builder v0.20.2
10282025-07-08T00:12:41.142Z Downloaded derive-where v1.5.0
10292025-07-08T00:12:41.142Z Downloaded csv-core v0.1.11
10302025-07-08T00:12:41.142Z Downloaded zip v0.6.6
10312025-07-08T00:12:41.168Z Downloaded tokio-stream v0.1.17
10322025-07-08T00:12:41.168Z Downloaded tokio-rustls v0.26.0
10332025-07-08T00:12:41.168Z Downloaded tokio-macros v2.5.0
10342025-07-08T00:12:41.168Z Downloaded tokio-dtrace v0.1.0
10352025-07-08T00:12:41.168Z Downloaded socket2 v0.5.10
10362025-07-08T00:12:41.168Z Downloaded const_format v0.2.34
10372025-07-08T00:12:41.168Z Downloaded compact_str v0.8.0
10382025-07-08T00:12:41.194Z Downloaded openssl-macros v0.1.1
10392025-07-08T00:12:41.194Z Downloaded num-iter v0.1.45
10402025-07-08T00:12:41.194Z Downloaded defmt-macros v0.3.9
10412025-07-08T00:12:41.194Z Downloaded defmt v0.3.8
10422025-07-08T00:12:41.194Z Downloaded darling v0.20.10
10432025-07-08T00:12:41.194Z Downloaded zstd v0.13.3
10442025-07-08T00:12:41.194Z Downloaded zone v0.3.1
10452025-07-08T00:12:41.194Z Downloaded tower-http v0.6.6
10462025-07-08T00:12:41.220Z Downloaded tower v0.5.2
10472025-07-08T00:12:41.221Z Downloaded sqlformat v0.3.5
10482025-07-08T00:12:41.221Z Downloaded spin v0.9.8
10492025-07-08T00:12:41.221Z Downloaded crossbeam-epoch v0.9.18
10502025-07-08T00:12:41.221Z Downloaded normalize-line-endings v0.3.0
10512025-07-08T00:12:41.246Z Downloaded nodrop v0.1.14
10522025-07-08T00:12:41.246Z Downloaded data-encoding v2.9.0
10532025-07-08T00:12:41.247Z Downloaded darling_core v0.20.10
10542025-07-08T00:12:41.247Z Downloaded daft v0.1.4
10552025-07-08T00:12:41.247Z Downloaded ctr v0.9.2
10562025-07-08T00:12:41.247Z Downloaded cstr-argument v0.1.2
10572025-07-08T00:12:41.247Z Downloaded zopfli v0.8.1
10582025-07-08T00:12:41.247Z Downloaded zone_cfg_derive v0.1.2
10592025-07-08T00:12:41.247Z Downloaded zeroize_derive v1.4.2
10602025-07-08T00:12:41.247Z Downloaded tokio-native-tls v0.3.1
10612025-07-08T00:12:41.247Z Downloaded base64 v0.13.1
10622025-07-08T00:12:41.247Z Downloaded num_threads v0.1.7
10632025-07-08T00:12:41.247Z Downloaded num-derive v0.4.2
10642025-07-08T00:12:41.273Z Downloaded deranged v0.3.11
10652025-07-08T00:12:41.273Z Downloaded der_derive v0.7.3
10662025-07-08T00:12:41.273Z Downloaded curve25519-dalek-derive v0.1.1
10672025-07-08T00:12:41.273Z Downloaded zeroize v1.8.1
10682025-07-08T00:12:41.273Z Downloaded tracing v0.1.40
10692025-07-08T00:12:41.273Z Downloaded toml_edit v0.19.15
10702025-07-08T00:12:41.299Z Downloaded ssh-key v0.6.6
10712025-07-08T00:12:41.299Z Downloaded clang-sys v1.8.1
10722025-07-08T00:12:41.299Z Downloaded debug-ignore v1.0.5
10732025-07-08T00:12:41.299Z Downloaded daft-derive v0.1.4
10742025-07-08T00:12:41.299Z Downloaded zstd-safe v7.2.3
10752025-07-08T00:12:41.324Z Downloaded zone v0.1.8
10762025-07-08T00:12:41.325Z Downloaded steno v0.4.1
10772025-07-08T00:12:41.325Z Downloaded spki v0.7.3
10782025-07-08T00:12:41.325Z Downloaded snafu-derive v0.8.5
10792025-07-08T00:12:41.325Z Downloaded reedline v0.40.0
10802025-07-08T00:12:41.325Z Downloaded rayon v1.10.0
10812025-07-08T00:12:41.351Z Downloaded lalrpop v0.19.12
10822025-07-08T00:12:41.351Z Downloaded cookie v0.18.1
10832025-07-08T00:12:41.351Z Downloaded bumpalo v3.16.0
10842025-07-08T00:12:41.351Z Downloaded backtrace v0.3.74
10852025-07-08T00:12:41.377Z Downloaded crunchy v0.2.2
10862025-07-08T00:12:41.377Z Downloaded zone_cfg_derive v0.3.0
10872025-07-08T00:12:41.377Z Downloaded tracing-core v0.1.32
10882025-07-08T00:12:41.377Z Downloaded ssh-cipher v0.2.0
10892025-07-08T00:12:41.377Z Downloaded crossbeam-utils v0.8.21
10902025-07-08T00:12:41.377Z Downloaded async-trait v0.1.88
10912025-07-08T00:12:41.377Z Downloaded tracing-attributes v0.1.27
10922025-07-08T00:12:41.377Z Downloaded topological-sort v0.2.2
10932025-07-08T00:12:41.377Z Downloaded sqlparser_derive v0.2.2
10942025-07-08T00:12:41.377Z Downloaded samael v0.0.19
10952025-07-08T00:12:41.404Z Downloaded rusty-fork v0.3.0
10962025-07-08T00:12:41.404Z Downloaded rustversion v1.0.17
10972025-07-08T00:12:41.404Z Downloaded mio v1.0.2
10982025-07-08T00:12:41.404Z Downloaded libxml v0.3.3
10992025-07-08T00:12:41.404Z Downloaded libm v0.2.8
11002025-07-08T00:12:41.430Z Downloaded itertools v0.14.0
11012025-07-08T00:12:41.430Z Downloaded itertools v0.12.1
11022025-07-08T00:12:41.430Z Downloaded itertools v0.10.5
11032025-07-08T00:12:41.456Z Downloaded cookie_store v0.21.1
11042025-07-08T00:12:41.456Z Downloaded const_format_proc_macros v0.2.34
11052025-07-08T00:12:41.482Z Downloaded const-oid v0.9.6
11062025-07-08T00:12:41.482Z Downloaded console v0.15.10
11072025-07-08T00:12:41.482Z Downloaded chacha20poly1305 v0.10.1
11082025-07-08T00:12:41.482Z Downloaded cancel-safe-futures v0.1.5
11092025-07-08T00:12:41.482Z Downloaded bzip2 v0.5.2
11102025-07-08T00:12:41.482Z Downloaded blowfish v0.9.1
11112025-07-08T00:12:41.482Z Downloaded bitflags v1.3.2
11122025-07-08T00:12:41.508Z Downloaded bit-vec v0.8.0
11132025-07-08T00:12:41.508Z Downloaded tower-service v0.3.3
11142025-07-08T00:12:41.508Z Downloaded tower-layer v0.3.3
11152025-07-08T00:12:41.508Z Downloaded strip-ansi-escapes v0.2.0
11162025-07-08T00:12:41.508Z Downloaded stringprep v0.1.5
11172025-07-08T00:12:41.508Z Downloaded string_cache v0.8.9
11182025-07-08T00:12:41.508Z Downloaded static_assertions v1.1.0
11192025-07-08T00:12:41.508Z Downloaded ssh-encoding v0.2.0
11202025-07-08T00:12:41.534Z Downloaded schemars v0.8.22
11212025-07-08T00:12:41.560Z Downloaded salsa20 v0.10.2
11222025-07-08T00:12:41.560Z Downloaded rcgen v0.12.1
11232025-07-08T00:12:41.560Z Downloaded rayon-core v1.12.1
11242025-07-08T00:12:41.560Z Downloaded minimal-lexical v0.2.1
11252025-07-08T00:12:41.560Z Downloaded impl-trait-for-tuples v0.2.2
11262025-07-08T00:12:41.586Z Downloaded hyper-util v0.1.14
11272025-07-08T00:12:41.586Z Downloaded http v1.3.1
11282025-07-08T00:12:41.586Z Downloaded critical-section v1.1.3
11292025-07-08T00:12:41.586Z Downloaded crc-catalog v2.4.0
11302025-07-08T00:12:41.586Z Downloaded convert_case v0.4.0
11312025-07-08T00:12:41.586Z Downloaded constant_time_eq v0.3.1
11322025-07-08T00:12:41.586Z Downloaded colored v2.2.0
11332025-07-08T00:12:41.612Z Downloaded block-padding v0.3.3
11342025-07-08T00:12:41.612Z Downloaded blake2 v0.10.6
11352025-07-08T00:12:41.612Z Downloaded bitfield v0.14.0
11362025-07-08T00:12:41.612Z Downloaded bit-vec v0.6.3
11372025-07-08T00:12:41.612Z Downloaded base16ct v0.2.0
11382025-07-08T00:12:41.612Z Downloaded atomic-waker v1.1.2
11392025-07-08T00:12:41.612Z Downloaded semver v0.1.20
11402025-07-08T00:12:41.612Z Downloaded secrecy v0.10.3
11412025-07-08T00:12:41.612Z Downloaded secrecy v0.8.0
11422025-07-08T00:12:41.612Z Downloaded sec1 v0.7.3
11432025-07-08T00:12:41.612Z Downloaded sct v0.7.1
11442025-07-08T00:12:41.612Z Downloaded scrypt v0.11.0
11452025-07-08T00:12:41.612Z Downloaded scopeguard v1.2.0
11462025-07-08T00:12:41.612Z Downloaded schemars_derive v0.8.22
11472025-07-08T00:12:41.638Z Downloaded aws-lc-sys v0.26.0
11482025-07-08T00:12:41.892Z Downloaded scheduled-thread-pool v0.2.7
11492025-07-08T00:12:41.918Z Downloaded ref-cast-impl v1.0.24
11502025-07-08T00:12:41.918Z Downloaded rand_seeder v0.3.0
11512025-07-08T00:12:41.918Z Downloaded rand_core v0.9.2
11522025-07-08T00:12:41.918Z Downloaded rand_chacha v0.9.0
11532025-07-08T00:12:41.918Z Downloaded progenitor-impl v0.8.0
11542025-07-08T00:12:41.918Z Downloaded progenitor-client v0.8.0
11552025-07-08T00:12:41.918Z Downloaded mime_guess v2.0.5
11562025-07-08T00:12:41.918Z Downloaded lru-cache v0.1.2
11572025-07-08T00:12:41.918Z Downloaded lock_api v0.4.12
11582025-07-08T00:12:41.918Z Downloaded litrs v0.4.1
11592025-07-08T00:12:41.918Z Downloaded libz-rs-sys v0.5.1
11602025-07-08T00:12:41.918Z Downloaded libloading v0.8.5
11612025-07-08T00:12:41.918Z Downloaded libefi-sys v0.1.0
11622025-07-08T00:12:41.944Z Downloaded indoc v1.0.9
11632025-07-08T00:12:41.944Z Downloaded indicatif v0.17.11
11642025-07-08T00:12:41.944Z Downloaded crc8 v0.1.1
11652025-07-08T00:12:41.944Z Downloaded crc-any v2.5.0
11662025-07-08T00:12:41.944Z Downloaded crc v3.2.1
11672025-07-08T00:12:41.944Z Downloaded cmake v0.1.51
11682025-07-08T00:12:41.944Z Downloaded cipher v0.4.4
11692025-07-08T00:12:41.944Z Downloaded ciborium-ll v0.2.2
11702025-07-08T00:12:41.944Z Downloaded ciborium v0.2.2
11712025-07-08T00:12:41.944Z Downloaded cbc v0.1.2
11722025-07-08T00:12:41.944Z Downloaded cassowary v0.3.0
11732025-07-08T00:12:41.970Z Downloaded bytes v1.10.1
11742025-07-08T00:12:41.970Z Downloaded buf-list v1.0.3
11752025-07-08T00:12:41.970Z Downloaded bitfield-struct v0.6.2
11762025-07-08T00:12:41.970Z Downloaded ref-cast v1.0.24
11772025-07-08T00:12:41.971Z Downloaded rand_xorshift v0.4.0
11782025-07-08T00:12:41.971Z Downloaded rand_core v0.6.4
11792025-07-08T00:12:41.971Z Downloaded rand_chacha v0.3.1
11802025-07-08T00:12:41.971Z Downloaded quick-error v1.2.3
11812025-07-08T00:12:41.971Z Downloaded progenitor-client v0.9.1
11822025-07-08T00:12:41.971Z Downloaded mime v0.3.17
11832025-07-08T00:12:41.971Z Downloaded memoffset v0.9.1
11842025-07-08T00:12:41.971Z Downloaded md5 v0.7.0
11852025-07-08T00:12:41.971Z Downloaded maybe-uninit v2.0.0
11862025-07-08T00:12:41.997Z Downloaded match_cfg v0.1.0
11872025-07-08T00:12:41.997Z Downloaded maplit v1.0.2
11882025-07-08T00:12:41.997Z Downloaded managed v0.8.0
11892025-07-08T00:12:41.997Z Downloaded lru v0.12.5
11902025-07-08T00:12:41.997Z Downloaded lockfree-object-pool v0.1.6
11912025-07-08T00:12:41.997Z Downloaded linked-hash-map v0.5.6
11922025-07-08T00:12:41.997Z Downloaded linear-map v1.2.0
11932025-07-08T00:12:41.997Z Downloaded libsw v3.5.0
11942025-07-08T00:12:41.997Z Downloaded lazycell v1.3.0
11952025-07-08T00:12:41.997Z Downloaded kstat-rs v0.2.4
11962025-07-08T00:12:41.997Z Downloaded jobserver v0.1.32
11972025-07-08T00:12:41.997Z Downloaded is-terminal v0.4.13
11982025-07-08T00:12:41.997Z Downloaded instability v0.3.2
11992025-07-08T00:12:41.997Z Downloaded ingot-types v0.1.0
12002025-07-08T00:12:41.997Z Downloaded indexmap v1.9.3
12012025-07-08T00:12:42.023Z Downloaded indent_write v2.2.0
12022025-07-08T00:12:42.023Z Downloaded ignore v0.4.23
12032025-07-08T00:12:42.023Z Downloaded iana-time-zone v0.1.63
12042025-07-08T00:12:42.023Z Downloaded hubpack v0.1.2
12052025-07-08T00:12:42.023Z Downloaded httpdate v1.0.3
12062025-07-08T00:12:42.023Z Downloaded http-body-util v0.1.3
12072025-07-08T00:12:42.023Z Downloaded hostname v0.4.0
12082025-07-08T00:12:42.023Z Downloaded home v0.5.9
12092025-07-08T00:12:42.023Z Downloaded hickory-proto v0.25.2
12102025-07-08T00:12:42.049Z Downloaded hickory-proto v0.24.4
12112025-07-08T00:12:42.049Z Downloaded crossbeam-deque v0.8.5
12122025-07-08T00:12:42.075Z Downloaded crc32fast v1.4.2
12132025-07-08T00:12:42.075Z Downloaded ciborium-io v0.2.2
12142025-07-08T00:12:42.075Z Downloaded chrono-tz-build v0.4.0
12152025-07-08T00:12:42.075Z Downloaded cfg_aliases v0.2.1
12162025-07-08T00:12:42.075Z Downloaded atty v0.2.14
12172025-07-08T00:12:42.075Z Downloaded atomicwrites v0.4.4
12182025-07-08T00:12:42.075Z Downloaded arc-swap v1.7.1
12192025-07-08T00:12:42.075Z Downloaded lalrpop-util v0.19.12
12202025-07-08T00:12:42.075Z Downloaded keccak v0.1.5
12212025-07-08T00:12:42.075Z Downloaded ipnetwork v0.21.1
12222025-07-08T00:12:42.075Z Downloaded ipnet v2.11.0
12232025-07-08T00:12:42.075Z Downloaded instant v0.1.13
12242025-07-08T00:12:42.075Z Downloaded ingot-macros v0.1.0
12252025-07-08T00:12:42.075Z Downloaded indoc v2.0.6
12262025-07-08T00:12:42.075Z Downloaded ident_case v1.0.1
12272025-07-08T00:12:42.101Z Downloaded hkdf v0.12.4
12282025-07-08T00:12:42.101Z Downloaded heapless v0.7.17
12292025-07-08T00:12:42.101Z Downloaded chacha20 v0.9.1
12302025-07-08T00:12:42.101Z Downloaded cargo_metadata v0.18.1
12312025-07-08T00:12:42.101Z Downloaded camino-tempfile-ext v0.3.2
12322025-07-08T00:12:42.101Z Downloaded base64ct v1.6.0
12332025-07-08T00:12:42.101Z Downloaded backoff v0.4.0
12342025-07-08T00:12:42.101Z Downloaded async-stream-impl v0.3.6
12352025-07-08T00:12:42.101Z Downloaded async-stream v0.3.6
12362025-07-08T00:12:42.101Z Downloaded async-recursion v1.1.1
12372025-07-08T00:12:42.101Z Downloaded array-init v0.0.4
12382025-07-08T00:12:42.127Z Downloaded argon2 v0.5.3
12392025-07-08T00:12:42.127Z Downloaded allocator-api2 v0.2.21
12402025-07-08T00:12:42.127Z Downloaded ahash v0.8.11
12412025-07-08T00:12:42.127Z Downloaded aes v0.8.4
12422025-07-08T00:12:42.127Z Downloaded itertools v0.13.0
12432025-07-08T00:12:42.127Z Downloaded iri-string v0.7.8
12442025-07-08T00:12:42.153Z Downloaded iddqd v0.3.8
12452025-07-08T00:12:42.153Z Downloaded hyper v1.6.0
12462025-07-08T00:12:42.153Z Downloaded hickory-server v0.25.2
12472025-07-08T00:12:42.179Z Downloaded hickory-resolver v0.24.4
12482025-07-08T00:12:42.179Z Downloaded cobs v0.2.3
12492025-07-08T00:12:42.179Z Downloaded cfg_aliases v0.1.1
12502025-07-08T00:12:42.179Z Downloaded cexpr v0.6.0
12512025-07-08T00:12:42.179Z Downloaded castaway v0.2.3
12522025-07-08T00:12:42.179Z Downloaded cargo-platform v0.1.8
12532025-07-08T00:12:42.179Z Downloaded bit-set v0.5.3
12542025-07-08T00:12:42.179Z Downloaded bcs v0.1.6
12552025-07-08T00:12:42.179Z Downloaded bcrypt-pbkdf v0.10.0
12562025-07-08T00:12:42.180Z Downloaded bb8 v0.8.5
12572025-07-08T00:12:42.180Z Downloaded aes-gcm v0.10.3
12582025-07-08T00:12:42.180Z Downloaded jiff-static v0.2.15
12592025-07-08T00:12:42.206Z Downloaded hyper-tls v0.6.0
12602025-07-08T00:12:42.206Z Downloaded hyper-staticfile v0.10.1
12612025-07-08T00:12:42.206Z Downloaded humantime v2.2.0
12622025-07-08T00:12:42.206Z Downloaded hmac v0.12.1
12632025-07-08T00:12:42.206Z Downloaded highway v1.3.0
12642025-07-08T00:12:42.206Z Downloaded hickory-client v0.25.2
12652025-07-08T00:12:42.206Z Downloaded hex-literal v0.4.1
12662025-07-08T00:12:42.206Z Downloaded hex v0.4.3
12672025-07-08T00:12:42.206Z Downloaded heck v0.3.3
12682025-07-08T00:12:42.206Z Downloaded heapless v0.8.0
12692025-07-08T00:12:42.206Z Downloaded assert_matches v1.5.0
12702025-07-08T00:12:42.206Z Downloaded ascii-canvas v3.0.0
12712025-07-08T00:12:42.206Z Downloaded arrayref v0.3.9
12722025-07-08T00:12:42.206Z Downloaded aead v0.5.2
12732025-07-08T00:12:42.206Z Downloaded addr2line v0.24.2
12742025-07-08T00:12:42.232Z Downloaded md-5 v0.10.6
12752025-07-08T00:12:42.232Z Downloaded lzss v0.8.2
12762025-07-08T00:12:42.232Z Downloaded libsw-core v0.3.1
12772025-07-08T00:12:42.232Z Downloaded libscf-sys v1.1.0
12782025-07-08T00:12:42.232Z Downloaded lazy_static v1.5.0
12792025-07-08T00:12:42.232Z Downloaded is_ci v1.2.0
12802025-07-08T00:12:42.232Z Downloaded internet-checksum v0.2.1
12812025-07-08T00:12:42.232Z Downloaded inout v0.1.3
12822025-07-08T00:12:42.232Z Downloaded ingot v0.1.0
12832025-07-08T00:12:42.232Z Downloaded hyper-rustls v0.27.7
12842025-07-08T00:12:42.232Z Downloaded http-range v0.1.5
12852025-07-08T00:12:42.232Z Downloaded hostname v0.3.1
12862025-07-08T00:12:42.232Z Downloaded arrayvec v0.7.6
12872025-07-08T00:12:42.232Z Downloaded aho-corasick v1.1.3
12882025-07-08T00:12:42.258Z Downloaded headers-core v0.3.0
12892025-07-08T00:12:42.258Z Downloaded adler2 v2.0.0
12902025-07-08T00:12:42.441Z Compiling value-bag v1.9.0
12912025-07-08T00:12:42.441Z Compiling shlex v1.3.0
12922025-07-08T00:12:42.441Z Compiling lock_api v0.4.12
12932025-07-08T00:12:42.468Z Compiling scopeguard v1.2.0
12942025-07-08T00:12:42.468Z Compiling typenum v1.17.0
12952025-07-08T00:12:42.468Z Compiling generic-array v0.14.7
12962025-07-08T00:12:42.533Z Compiling syn v2.0.104
12972025-07-08T00:12:42.559Z Compiling getrandom v0.2.15
12982025-07-08T00:12:42.795Z Compiling jobserver v0.1.32
12992025-07-08T00:12:42.888Z Compiling smallvec v1.15.0
13002025-07-08T00:12:42.930Z Compiling rand_core v0.6.4
13012025-07-08T00:12:43.032Z Compiling log v0.4.27
13022025-07-08T00:12:43.189Z Compiling portable-atomic v1.11.0
13032025-07-08T00:12:43.322Z Compiling cc v1.2.15
13042025-07-08T00:12:43.488Z Compiling critical-section v1.1.3
13052025-07-08T00:12:43.560Z Compiling subtle v2.6.1
13062025-07-08T00:12:43.659Z Compiling const-oid v0.9.6
13072025-07-08T00:12:43.718Z Compiling pkg-config v0.3.31
13082025-07-08T00:12:43.825Z Compiling parking_lot_core v0.9.10
13092025-07-08T00:12:43.934Z Compiling pin-project-lite v0.2.14
13102025-07-08T00:12:44.367Z Compiling rustix v0.38.37
13112025-07-08T00:12:45.347Z Compiling signal-hook-registry v1.4.2
13122025-07-08T00:12:45.440Z Compiling parking_lot v0.12.3
13132025-07-08T00:12:45.676Z Compiling mio v1.0.2
13142025-07-08T00:12:45.980Z Compiling once_cell v1.21.3
13152025-07-08T00:12:46.038Z Compiling futures-core v0.3.31
13162025-07-08T00:12:46.160Z Compiling spin v0.9.8
13172025-07-08T00:12:46.252Z Compiling socket2 v0.5.10
13182025-07-08T00:12:46.305Z Compiling slab v0.4.9
13192025-07-08T00:12:46.421Z Compiling aho-corasick v1.1.3
13202025-07-08T00:12:46.456Z Compiling regex-syntax v0.8.5
13212025-07-08T00:12:46.558Z Compiling cpufeatures v0.2.14
13222025-07-08T00:12:46.619Z Compiling either v1.15.0
13232025-07-08T00:12:46.676Z Compiling serde_json v1.0.140
13242025-07-08T00:12:46.905Z Compiling libm v0.2.8
13252025-07-08T00:12:47.091Z Compiling num-traits v0.2.19
13262025-07-08T00:12:47.180Z Compiling getrandom v0.3.1
13272025-07-08T00:12:47.246Z Compiling futures-sink v0.3.31
13282025-07-08T00:12:47.299Z Compiling percent-encoding v2.3.1
13292025-07-08T00:12:47.402Z Compiling glob v0.3.2
13302025-07-08T00:12:47.747Z Compiling prettyplease v0.2.35
13312025-07-08T00:12:48.033Z Compiling lazy_static v1.5.0
13322025-07-08T00:12:48.098Z Compiling foldhash v0.1.5
13332025-07-08T00:12:48.199Z Compiling allocator-api2 v0.2.21
13342025-07-08T00:12:48.228Z Compiling clang-sys v1.8.1
13352025-07-08T00:12:48.312Z Compiling minimal-lexical v0.2.1
13362025-07-08T00:12:48.500Z Compiling libloading v0.8.5
13372025-07-08T00:12:48.904Z Compiling hashbrown v0.15.4
13382025-07-08T00:12:48.929Z Compiling nom v7.1.3
13392025-07-08T00:12:48.996Z Compiling home v0.5.9
13402025-07-08T00:12:49.031Z Compiling bindgen v0.69.5
13412025-07-08T00:12:49.313Z Compiling base64ct v1.6.0
13422025-07-08T00:12:49.901Z Compiling pem-rfc7468 v0.7.0
13432025-07-08T00:12:50.028Z Compiling regex-automata v0.4.8
13442025-07-08T00:12:50.647Z Compiling synstructure v0.13.1
13452025-07-08T00:12:50.697Z Compiling futures-channel v0.3.31
13462025-07-08T00:12:51.214Z Compiling itertools v0.12.1
13472025-07-08T00:12:52.098Z Compiling cexpr v0.6.0
13482025-07-08T00:12:52.249Z Compiling futures-io v0.3.31
13492025-07-08T00:12:52.345Z Compiling rustc-hash v1.1.0
13502025-07-08T00:12:52.513Z Compiling futures-task v0.3.31
13512025-07-08T00:12:52.538Z Compiling lazycell v1.3.0
13522025-07-08T00:12:52.722Z Compiling pin-utils v0.1.0
13532025-07-08T00:12:52.829Z Compiling flagset v0.4.6
13542025-07-08T00:12:52.854Z Compiling cmake v0.1.51
13552025-07-08T00:12:53.084Z Compiling fs_extra v1.3.0
13562025-07-08T00:12:53.629Z Compiling dunce v1.0.5
13572025-07-08T00:12:53.656Z Compiling form_urlencoded v1.2.1
13582025-07-08T00:12:53.690Z Compiling zerocopy v0.8.26
13592025-07-08T00:12:53.715Z Compiling vcpkg v0.2.15
13602025-07-08T00:12:53.791Z Compiling paste v1.0.15
13612025-07-08T00:12:54.021Z Compiling crossbeam-utils v0.8.21
13622025-07-08T00:12:54.069Z Compiling ring v0.17.14
13632025-07-08T00:12:54.591Z Compiling tracing-core v0.1.32
13642025-07-08T00:12:54.621Z Compiling aws-lc-rs v1.12.4
13652025-07-08T00:12:55.058Z Compiling iana-time-zone v0.1.63
13662025-07-08T00:12:55.494Z Compiling serde_derive v1.0.219
13672025-07-08T00:12:55.519Z Compiling zeroize_derive v1.4.2
13682025-07-08T00:12:55.544Z Compiling zerofrom-derive v0.1.4
13692025-07-08T00:12:55.821Z Compiling yoke-derive v0.7.4
13702025-07-08T00:12:56.645Z Compiling zerovec-derive v0.10.3
13712025-07-08T00:12:56.881Z Compiling zeroize v1.8.1
13722025-07-08T00:12:58.466Z Compiling displaydoc v0.2.5
13732025-07-08T00:12:58.633Z Compiling crypto-common v0.1.6
13742025-07-08T00:12:58.891Z Compiling block-buffer v0.10.4
13752025-07-08T00:12:58.960Z Compiling zerocopy-derive v0.7.35
13762025-07-08T00:12:58.986Z Compiling zerofrom v0.1.4
13772025-07-08T00:12:59.229Z Compiling digest v0.10.7
13782025-07-08T00:12:59.310Z Compiling yoke v0.7.4
13792025-07-08T00:12:59.723Z Compiling zerovec v0.10.4
13802025-07-08T00:12:59.757Z Compiling tokio-macros v2.5.0
13812025-07-08T00:13:00.010Z Compiling hmac v0.12.1
13822025-07-08T00:13:00.286Z Compiling icu_provider_macros v1.5.0
13832025-07-08T00:13:00.390Z Compiling block-padding v0.3.3
13842025-07-08T00:13:00.416Z Compiling sha2 v0.10.9
13852025-07-08T00:13:00.510Z Compiling regex v1.11.1
13862025-07-08T00:13:00.689Z Compiling inout v0.1.3
13872025-07-08T00:13:00.985Z Compiling cipher v0.4.4
13882025-07-08T00:13:01.018Z Compiling zerocopy v0.7.35
13892025-07-08T00:13:01.282Z Compiling der_derive v0.7.3
13902025-07-08T00:13:01.326Z Compiling futures-macro v0.3.31
13912025-07-08T00:13:01.559Z Compiling thiserror-impl v1.0.69
13922025-07-08T00:13:01.584Z Compiling tinystr v0.7.6
13932025-07-08T00:13:01.895Z Compiling icu_collections v1.5.0
13942025-07-08T00:13:01.975Z Compiling icu_locid v1.5.0
13952025-07-08T00:13:02.415Z Compiling ppv-lite86 v0.2.20
13962025-07-08T00:13:02.589Z Compiling serde v1.0.219
13972025-07-08T00:13:03.001Z Compiling futures-util v0.3.31
13982025-07-08T00:13:03.164Z Compiling salsa20 v0.10.2
13992025-07-08T00:13:03.190Z Compiling icu_provider v1.5.0
14002025-07-08T00:13:03.266Z Compiling pbkdf2 v0.12.2
14012025-07-08T00:13:03.396Z Compiling der v0.7.9
14022025-07-08T00:13:03.438Z Compiling cbc v0.1.2
14032025-07-08T00:13:03.490Z Compiling scrypt v0.11.0
14042025-07-08T00:13:03.684Z Compiling aes v0.8.4
14052025-07-08T00:13:03.957Z Compiling icu_locid_transform v1.5.0
14062025-07-08T00:13:04.003Z Compiling openssl-sys v0.9.109
14072025-07-08T00:13:04.135Z Compiling zerocopy-derive v0.8.26
14082025-07-08T00:13:04.337Z Compiling thiserror v1.0.69
14092025-07-08T00:13:04.505Z Compiling pest v2.7.14
14102025-07-08T00:13:05.099Z Compiling tracing-attributes v0.1.27
14112025-07-08T00:13:05.959Z Compiling icu_properties v1.5.1
14122025-07-08T00:13:06.196Z Compiling spki v0.7.3
14132025-07-08T00:13:06.274Z Compiling scroll_derive v0.12.0
14142025-07-08T00:13:07.028Z Compiling pkcs5 v0.7.1
14152025-07-08T00:13:07.518Z Compiling pkcs8 v0.10.2
14162025-07-08T00:13:07.569Z Compiling pest_meta v2.7.14
14172025-07-08T00:13:07.770Z Compiling bitflags v2.9.0
14182025-07-08T00:13:07.905Z Compiling bytes v1.10.1
14192025-07-08T00:13:08.190Z Compiling semver v1.0.26
14202025-07-08T00:13:08.766Z Compiling indexmap v2.10.0
14212025-07-08T00:13:08.848Z Compiling rustc_version v0.4.1
14222025-07-08T00:13:09.394Z Compiling tokio v1.45.1
14232025-07-08T00:13:09.591Z Compiling http v1.3.1
14242025-07-08T00:13:10.231Z Compiling icu_normalizer v1.5.0
14252025-07-08T00:13:10.571Z Compiling uuid v1.17.0
14262025-07-08T00:13:10.616Z Compiling tracing v0.1.40
14272025-07-08T00:13:10.994Z Compiling http-body v1.0.1
14282025-07-08T00:13:11.114Z Compiling idna_adapter v1.2.0
14292025-07-08T00:13:11.268Z Compiling chrono v0.4.41
14302025-07-08T00:13:11.355Z Compiling idna v1.0.3
14312025-07-08T00:13:11.654Z Compiling which v4.4.2
14322025-07-08T00:13:11.706Z Compiling tinyvec_macros v0.1.1
14332025-07-08T00:13:11.844Z Compiling httparse v1.9.5
14342025-07-08T00:13:11.869Z Compiling rustls-pki-types v1.10.0
14352025-07-08T00:13:12.186Z Compiling url v2.5.4
14362025-07-08T00:13:12.439Z Compiling base64 v0.22.1
14372025-07-08T00:13:12.558Z Compiling tinyvec v1.8.0
14382025-07-08T00:13:12.749Z Compiling rand_core v0.9.2
14392025-07-08T00:13:12.799Z Compiling pest_generator v2.7.14
14402025-07-08T00:13:13.152Z Compiling scroll v0.12.0
14412025-07-08T00:13:13.263Z Compiling serde_derive_internals v0.29.1
14422025-07-08T00:13:13.677Z Compiling bzip2-sys v0.1.13+1.0.8
14432025-07-08T00:13:13.864Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14442025-07-08T00:13:13.946Z Compiling num-conv v0.1.0
14452025-07-08T00:13:14.208Z Compiling foreign-types-shared v0.1.1
14462025-07-08T00:13:14.273Z Compiling rustversion v1.0.17
14472025-07-08T00:13:14.362Z Compiling adler2 v2.0.0
14482025-07-08T00:13:14.437Z Compiling openssl-probe v0.1.5
14492025-07-08T00:13:14.517Z Compiling tower-service v0.3.3
14502025-07-08T00:13:14.604Z Compiling powerfmt v0.2.0
14512025-07-08T00:13:14.677Z Compiling atomic-waker v1.1.2
14522025-07-08T00:13:14.703Z Compiling schemars v0.8.22
14532025-07-08T00:13:14.751Z Compiling untrusted v0.7.1
14542025-07-08T00:13:14.875Z Compiling time-core v0.1.2
14552025-07-08T00:13:14.900Z Compiling try-lock v0.2.5
14562025-07-08T00:13:14.965Z Compiling untrusted v0.9.0
14572025-07-08T00:13:15.003Z Compiling openssl v0.10.73
14582025-07-08T00:13:15.077Z Compiling time-macros v0.2.18
14592025-07-08T00:13:15.105Z Compiling want v0.3.1
14602025-07-08T00:13:15.131Z Compiling deranged v0.3.11
14612025-07-08T00:13:15.465Z Compiling schemars_derive v0.8.22
14622025-07-08T00:13:15.521Z Compiling miniz_oxide v0.8.5
14632025-07-08T00:13:16.524Z Compiling pest_derive v2.7.14
14642025-07-08T00:13:17.088Z Compiling foreign-types v0.3.2
14652025-07-08T00:13:17.367Z Compiling goblin v0.8.2
14662025-07-08T00:13:17.763Z Compiling tokio-util v0.7.15
14672025-07-08T00:13:18.246Z Compiling rand_chacha v0.9.0
14682025-07-08T00:13:19.212Z Compiling h2 v0.4.6
14692025-07-08T00:13:19.453Z Compiling ipnet v2.11.0
14702025-07-08T00:13:20.148Z Compiling openssl-macros v0.1.1
14712025-07-08T00:13:20.623Z Compiling dyn-clone v1.0.19
14722025-07-08T00:13:20.917Z Compiling rustls v0.23.19
14732025-07-08T00:13:21.006Z Compiling native-tls v0.2.12
14742025-07-08T00:13:21.038Z Compiling num_threads v0.1.7
14752025-07-08T00:13:21.239Z Compiling httpdate v1.0.3
14762025-07-08T00:13:21.284Z Compiling syn v1.0.109
14772025-07-08T00:13:21.519Z Compiling time v0.3.36
14782025-07-08T00:13:22.725Z Compiling rand v0.9.1
14792025-07-08T00:13:24.459Z Compiling dof v0.3.0
14802025-07-08T00:13:25.153Z Compiling dtrace-parser v0.2.0
14812025-07-08T00:13:26.065Z Compiling hyper v1.6.0
14822025-07-08T00:13:26.480Z Compiling unicode-normalization v0.1.24
14832025-07-08T00:13:26.915Z Compiling heapless v0.7.17
14842025-07-08T00:13:26.970Z Compiling signature v2.2.0
14852025-07-08T00:13:27.302Z Compiling crossbeam-epoch v0.9.18
14862025-07-08T00:13:27.342Z Compiling cookie v0.18.1
14872025-07-08T00:13:27.436Z Compiling crc32fast v1.4.2
14882025-07-08T00:13:27.679Z Compiling zstd-safe v7.2.3
14892025-07-08T00:13:27.797Z Compiling rayon-core v1.12.1
14902025-07-08T00:13:27.987Z Compiling slog v2.7.0
14912025-07-08T00:13:28.024Z Compiling signal-hook v0.3.18
14922025-07-08T00:13:28.126Z Compiling siphasher v0.3.11
14932025-07-08T00:13:28.206Z Compiling unicode-bidi v0.3.17
14942025-07-08T00:13:28.351Z Compiling zlib-rs v0.5.1
14952025-07-08T00:13:28.513Z Compiling unicode-properties v0.1.3
14962025-07-08T00:13:28.569Z Compiling phf_shared v0.11.2
14972025-07-08T00:13:28.676Z Compiling hyper-util v0.1.14
14982025-07-08T00:13:28.956Z Compiling stringprep v0.1.5
14992025-07-08T00:13:29.311Z Compiling crossbeam-deque v0.8.5
15002025-07-08T00:13:29.568Z Compiling usdt-impl v0.5.0
15012025-07-08T00:13:29.727Z Compiling curve25519-dalek v4.1.3
15022025-07-08T00:13:29.983Z Compiling toml_datetime v0.6.11
15032025-07-08T00:13:30.132Z Compiling serde_tokenstream v0.2.2
15042025-07-08T00:13:30.410Z Compiling serde_spanned v0.6.9
15052025-07-08T00:13:30.525Z Compiling rand_chacha v0.3.1
15062025-07-08T00:13:30.662Z Compiling md-5 v0.10.6
15072025-07-08T00:13:30.745Z Compiling num-integer v0.1.46
15082025-07-08T00:13:30.875Z Compiling sync_wrapper v1.0.1
15092025-07-08T00:13:30.973Z Compiling ff v0.13.0
15102025-07-08T00:13:31.080Z Compiling hash32 v0.2.1
15112025-07-08T00:13:31.253Z Compiling memoffset v0.9.1
15122025-07-08T00:13:31.473Z Compiling smoltcp v0.9.1
15132025-07-08T00:13:31.499Z Compiling newtype-uuid v1.2.4
15142025-07-08T00:13:31.607Z Compiling litrs v0.4.1
15152025-07-08T00:13:31.800Z Compiling tower-layer v0.3.3
15162025-07-08T00:13:32.101Z Compiling base16ct v0.2.0
15172025-07-08T00:13:32.126Z Compiling gimli v0.31.1
15182025-07-08T00:13:32.463Z Compiling fallible-iterator v0.2.0
15192025-07-08T00:13:32.489Z Compiling num-bigint-dig v0.8.4
15202025-07-08T00:13:32.603Z Compiling cfg_aliases v0.2.1
15212025-07-08T00:13:32.731Z Compiling psl-types v2.0.11
15222025-07-08T00:13:32.757Z Compiling nix v0.29.0
15232025-07-08T00:13:32.833Z Compiling document-features v0.2.10
15242025-07-08T00:13:32.957Z Compiling publicsuffix v2.3.0
15252025-07-08T00:13:33.183Z Compiling postgres-protocol v0.6.8
15262025-07-08T00:13:33.255Z Compiling sec1 v0.7.3
15272025-07-08T00:13:33.554Z Compiling tower v0.5.2
15282025-07-08T00:13:34.012Z Compiling num-iter v0.1.45
15292025-07-08T00:13:34.253Z Compiling group v0.13.0
15302025-07-08T00:13:34.365Z Compiling libz-rs-sys v0.5.1
15312025-07-08T00:13:34.417Z Compiling rand v0.8.5
15322025-07-08T00:13:34.691Z Compiling flate2 v1.1.2
15332025-07-08T00:13:34.729Z Compiling tokio-native-tls v0.3.1
15342025-07-08T00:13:36.047Z Compiling ipnetwork v0.21.1
15352025-07-08T00:13:36.379Z Compiling addr2line v0.24.2
15362025-07-08T00:13:36.432Z Compiling rustls-native-certs v0.8.1
15372025-07-08T00:13:36.458Z Compiling webpki-roots v1.0.0
15382025-07-08T00:13:36.494Z Compiling terminal_size v0.4.0
15392025-07-08T00:13:36.705Z Compiling http-body-util v0.1.3
15402025-07-08T00:13:36.754Z Compiling hkdf v0.12.4
15412025-07-08T00:13:36.780Z Compiling crypto-bigint v0.5.5
15422025-07-08T00:13:36.947Z Compiling curve25519-dalek-derive v0.1.1
15432025-07-08T00:13:37.076Z Compiling thiserror-impl v2.0.12
15442025-07-08T00:13:37.101Z Compiling async-trait v0.1.88
15452025-07-08T00:13:37.188Z Compiling object v0.36.5
15462025-07-08T00:13:37.355Z Compiling fs-err v3.1.1
15472025-07-08T00:13:37.690Z Compiling ahash v0.8.11
15482025-07-08T00:13:38.053Z Compiling managed v0.8.0
15492025-07-08T00:13:38.356Z Compiling bumpalo v3.16.0
15502025-07-08T00:13:38.509Z Compiling buf-list v1.0.3
15512025-07-08T00:13:38.853Z Compiling bitflags v1.3.2
15522025-07-08T00:13:38.981Z Compiling rustc-demangle v0.1.24
15532025-07-08T00:13:39.148Z Compiling anyhow v1.0.98
15542025-07-08T00:13:39.618Z Compiling winnow v0.5.40
15552025-07-08T00:13:39.786Z Compiling iri-string v0.7.8
15562025-07-08T00:13:39.972Z Compiling lockfree-object-pool v0.1.6
15572025-07-08T00:13:40.174Z Compiling simd-adler32 v0.3.7
15582025-07-08T00:13:40.238Z Compiling thiserror v2.0.12
15592025-07-08T00:13:40.445Z Compiling elliptic-curve v0.13.8
15602025-07-08T00:13:40.791Z Compiling zopfli v0.8.1
15612025-07-08T00:13:41.107Z Compiling hubpack_derive v0.1.1
15622025-07-08T00:13:41.299Z Compiling clap_builder v4.5.40
15632025-07-08T00:13:42.042Z Compiling hubpack v0.1.2
15642025-07-08T00:13:42.709Z Compiling strum_macros v0.25.3
15652025-07-08T00:13:42.898Z Compiling tower-http v0.6.6
15662025-07-08T00:13:43.438Z Compiling toml_edit v0.19.15
15672025-07-08T00:13:43.762Z Compiling console v0.15.10
15682025-07-08T00:13:44.504Z Compiling backtrace v0.3.74
15692025-07-08T00:13:44.857Z Compiling hyper-tls v0.6.0
15702025-07-08T00:13:45.021Z Compiling oxnet v0.1.2
15712025-07-08T00:13:45.273Z Compiling signal-hook-mio v0.2.4
15722025-07-08T00:13:45.772Z Compiling rayon v1.10.0
15732025-07-08T00:13:46.135Z Compiling cookie_store v0.21.1
15742025-07-08T00:13:47.281Z Compiling zstd v0.13.3
15752025-07-08T00:13:47.749Z Compiling postgres-types v0.2.9
15762025-07-08T00:13:48.194Z Compiling usdt-attr-macro v0.5.0
15772025-07-08T00:13:48.939Z Compiling usdt-macro v0.5.0
15782025-07-08T00:13:49.048Z Compiling phf v0.11.2
15792025-07-08T00:13:49.346Z Compiling ed25519 v2.2.3
15802025-07-08T00:13:49.739Z Compiling strum_macros v0.26.4
15812025-07-08T00:13:49.781Z Compiling bzip2 v0.4.4
15822025-07-08T00:13:50.089Z Compiling bzip2 v0.5.2
15832025-07-08T00:13:50.156Z Compiling enum-as-inner v0.6.1
15842025-07-08T00:13:50.258Z Compiling clap_derive v4.5.40
15852025-07-08T00:13:50.481Z Compiling pkcs1 v0.7.5
15862025-07-08T00:13:51.040Z Compiling serde_urlencoded v0.7.1
15872025-07-08T00:13:51.066Z Compiling serde-big-array v0.5.1
15882025-07-08T00:13:51.140Z Compiling rfc6979 v0.4.0
15892025-07-08T00:13:51.364Z Compiling bstr v1.10.0
15902025-07-08T00:13:51.390Z Compiling daft-derive v0.1.4
15912025-07-08T00:13:51.390Z Compiling serde_repr v0.1.19
15922025-07-08T00:13:51.590Z Compiling float-cmp v0.10.0
15932025-07-08T00:13:51.874Z Compiling encoding_rs v0.8.34
15942025-07-08T00:13:52.527Z Compiling data-encoding v2.9.0
15952025-07-08T00:13:52.889Z Compiling difflib v0.4.0
15962025-07-08T00:13:52.930Z Compiling new_debug_unreachable v1.0.6
15972025-07-08T00:13:53.054Z Compiling precomputed-hash v0.1.1
15982025-07-08T00:13:53.197Z Compiling unicode-segmentation v1.12.0
15992025-07-08T00:13:53.711Z Compiling whoami v1.6.0
16002025-07-08T00:13:53.958Z Compiling mime v0.3.17
16012025-07-08T00:13:54.519Z Compiling number_prefix v0.4.0
16022025-07-08T00:13:54.545Z Compiling predicates-core v1.0.8
16032025-07-08T00:13:54.545Z Compiling static_assertions v1.1.0
16042025-07-08T00:13:54.545Z Compiling fixedbitset v0.4.2
16052025-07-08T00:13:54.545Z Compiling normalize-line-endings v0.3.0
16062025-07-08T00:13:54.545Z Compiling indicatif v0.17.11
16072025-07-08T00:13:54.570Z Compiling predicates v3.1.3
16082025-07-08T00:13:54.597Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
16092025-07-08T00:13:54.597Z Compiling clap v4.5.40
16102025-07-08T00:13:54.765Z Compiling petgraph v0.6.5
16112025-07-08T00:13:54.790Z Compiling toml_edit v0.22.27
16122025-07-08T00:13:55.353Z Compiling tokio-postgres v0.7.13
16132025-07-08T00:13:56.104Z Compiling similar v2.7.0
16142025-07-08T00:13:56.484Z Compiling strum v0.26.3
16152025-07-08T00:13:56.711Z Compiling string_cache v0.8.9
16162025-07-08T00:13:57.211Z Compiling hickory-proto v0.25.2
16172025-07-08T00:13:58.134Z Compiling daft v0.1.4
16182025-07-08T00:13:58.262Z Compiling usdt v0.5.0
16192025-07-08T00:13:58.503Z Compiling ecdsa v0.16.9
16202025-07-08T00:13:58.662Z Compiling rsa v0.9.6
16212025-07-08T00:13:58.731Z Compiling zip v4.2.0
16222025-07-08T00:13:59.350Z Compiling zip v0.6.6
16232025-07-08T00:14:00.638Z Compiling ed25519-dalek v2.1.1
16242025-07-08T00:14:00.884Z Compiling toml v0.7.8
16252025-07-08T00:14:01.500Z Compiling crossterm v0.28.1
16262025-07-08T00:14:02.660Z Compiling tokio-stream v0.1.17
16272025-07-08T00:14:02.706Z Compiling openapiv3 v2.2.0
16282025-07-08T00:14:02.853Z Compiling x509-cert v0.2.5
16292025-07-08T00:14:02.879Z Compiling sha1 v0.10.6
16302025-07-08T00:14:03.338Z Compiling itertools v0.10.5
16312025-07-08T00:14:03.679Z Compiling dirs-sys-next v0.1.2
16322025-07-08T00:14:04.229Z Compiling winnow v0.6.26
16332025-07-08T00:14:04.623Z Compiling rustc-hash v2.1.1
16342025-07-08T00:14:04.862Z Compiling peg-runtime v0.8.5
16352025-07-08T00:14:05.442Z Compiling lalrpop-util v0.19.12
16362025-07-08T00:14:05.780Z Compiling dirs-next v2.0.0
16372025-07-08T00:14:05.832Z Compiling thread_local v1.1.8
16382025-07-08T00:14:06.024Z Compiling slog-async v2.8.0
16392025-07-08T00:14:06.173Z Compiling term v0.7.0
16402025-07-08T00:14:06.356Z Compiling xattr v1.3.1
16412025-07-08T00:14:06.594Z Compiling futures-executor v0.3.31
16422025-07-08T00:14:06.648Z Compiling crossbeam-channel v0.5.15
16432025-07-08T00:14:06.684Z Compiling filetime v0.2.25
16442025-07-08T00:14:06.945Z Compiling is-terminal v0.4.13
16452025-07-08T00:14:06.981Z Compiling take_mut v0.2.2
16462025-07-08T00:14:07.096Z Compiling slog-term v2.9.1
16472025-07-08T00:14:07.123Z Compiling futures v0.3.31
16482025-07-08T00:14:07.164Z Compiling tar v0.4.44
16492025-07-08T00:14:07.253Z Compiling camino v1.1.10
16502025-07-08T00:14:13.436Z Compiling aws-lc-sys v0.26.0
16512025-07-08T00:14:49.620Z Compiling rustls-webpki v0.102.8
16522025-07-08T00:14:55.932Z Compiling tokio-rustls v0.26.0
16532025-07-08T00:14:56.292Z Compiling hyper-rustls v0.27.7
16542025-07-08T00:14:56.656Z Compiling reqwest v0.12.22
16552025-07-08T00:15:01.265Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16562025-07-08T00:15:01.656Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16572025-07-08T00:15:07.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
16582025-07-08T00:15:07.727Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16592025-07-08T00:15:07.799ZJul 08 00:15:07.492 INFO Starting download, target: Cockroach
16602025-07-08T00:15:07.799ZJul 08 00:15:07.493 INFO Starting download, target: Clickhouse
16612025-07-08T00:15:07.799ZJul 08 00:15:07.493 INFO Starting download, target: Console
16622025-07-08T00:15:07.800ZJul 08 00:15:07.493 INFO Starting download, target: DendriteStub
16632025-07-08T00:15:07.800ZJul 08 00:15:07.493 INFO Starting download, target: MaghemiteMgd
16642025-07-08T00:15:07.800ZJul 08 00:15:07.493 INFO Starting download, target: TransceiverControl
16652025-07-08T00:15:07.827ZJul 08 00:15:07.495 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16662025-07-08T00:15:07.827ZJul 08 00:15:07.495 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16672025-07-08T00:15:07.827ZJul 08 00:15:07.495 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16682025-07-08T00:15:07.828ZJul 08 00:15:07.495 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16692025-07-08T00:15:07.828ZJul 08 00:15:07.495 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16702025-07-08T00:15:07.828ZJul 08 00:15:07.495 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16712025-07-08T00:15:08.195ZJul 08 00:15:07.870 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16722025-07-08T00:15:08.388ZJul 08 00:15:08.076 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16732025-07-08T00:15:08.603ZJul 08 00:15:08.275 INFO Download complete, target: Console
16742025-07-08T00:15:08.772ZJul 08 00:15:08.465 INFO Download complete, target: TransceiverControl
16752025-07-08T00:15:10.536ZJul 08 00:15:10.229 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16762025-07-08T00:15:13.529ZJul 08 00:15:13.223 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16772025-07-08T00:15:13.529ZJul 08 00:15:13.223 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16782025-07-08T00:15:14.292ZJul 08 00:15:13.986 INFO Download complete, target: MaghemiteMgd
16792025-07-08T00:15:17.508ZJul 08 00:15:17.202 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16802025-07-08T00:15:20.704ZJul 08 00:15:20.398 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16812025-07-08T00:15:21.417ZJul 08 00:15:21.111 INFO Download complete, target: DendriteStub
16822025-07-08T00:15:21.738ZJul 08 00:15:21.432 INFO Checking that binary works, target: Cockroach
16832025-07-08T00:15:22.041ZJul 08 00:15:21.735 INFO Download complete, target: Cockroach
16842025-07-08T00:15:32.987ZJul 08 00:15:32.681 INFO Checking that binary works, target: Clickhouse
16852025-07-08T00:15:33.219ZJul 08 00:15:32.913 INFO Download complete, target: Clickhouse
16862025-07-08T00:15:33.251ZAll builder prerequisites installed successfully, and PATH looks valid
16872025-07-08T00:15:33.277Z
16882025-07-08T00:15:33.277Zreal 5:42.316995657
16892025-07-08T00:15:33.277Zuser 16:47.507320248
16902025-07-08T00:15:33.277Zsys 2:47.347264532
16912025-07-08T00:15:33.277Ztrap 0.690854691
16922025-07-08T00:15:33.277Ztflt 0.386964818
16932025-07-08T00:15:33.277Zdflt 1.221203000
16942025-07-08T00:15:33.277Zkflt 0.011537149
16952025-07-08T00:15:33.277Zlock 42:41.549024512
16962025-07-08T00:15:33.277Zslp 1:01:45.834197262
16972025-07-08T00:15:33.277Zlat 1:20.026258675
16982025-07-08T00:15:33.277Zstop 2:52.870586648
16992025-07-08T00:15:33.277Z+ banner hack-check
17002025-07-08T00:15:33.277Z
17012025-07-08T00:15:33.277Z # # ## #### # # #### # # ###### #### # #
17022025-07-08T00:15:33.277Z # # # # # # # # # # # # # # # # #
17032025-07-08T00:15:33.278Z ###### # # # #### ##### # ###### ##### # ####
17042025-07-08T00:15:33.278Z # # ###### # # # # # # # # # #
17052025-07-08T00:15:33.278Z # # # # # # # # # # # # # # # # #
17062025-07-08T00:15:33.278Z # # # # #### # # #### # # ###### #### # #
17072025-07-08T00:15:33.278Z
17082025-07-08T00:15:33.278Z+ export CARGO_INCREMENTAL=0
17092025-07-08T00:15:33.278Z+ CARGO_INCREMENTAL=0
17102025-07-08T00:15:33.278Z+ ptime -m timeout 2h cargo xtask check-features --ci
17112025-07-08T00:15:34.423Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17122025-07-08T00:15:34.752Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17132025-07-08T00:15:38.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
17142025-07-08T00:15:39.033Z Running `target/debug/xtask check-features --ci`
17152025-07-08T00:15:39.075Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17162025-07-08T00:15:39.076Zrunning: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17172025-07-08T00:15:40.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17182025-07-08T00:15:40.116Z Running `target/debug/xtask download cargo-hack`
17192025-07-08T00:15:41.732Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202025-07-08T00:15:42.211Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212025-07-08T00:15:47.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.08s
17222025-07-08T00:15:47.386Z Running `target/debug/xtask-downloader cargo-hack`
17232025-07-08T00:15:47.442ZJul 08 00:15:47.135 INFO Starting download, target: CargoHack
17242025-07-08T00:15:47.467ZJul 08 00:15:47.137 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17252025-07-08T00:15:48.117ZJul 08 00:15:47.810 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17262025-07-08T00:15:48.207ZJul 08 00:15:47.900 INFO Download complete, target: CargoHack
17272025-07-08T00:15:48.233Zrunning: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17282025-07-08T00:15:48.258Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17292025-07-08T00:15:48.529Zinfo: running `cargo check --bins` on api_identity (1/217)
17302025-07-08T00:15:49.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312025-07-08T00:15:49.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322025-07-08T00:15:49.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332025-07-08T00:15:49.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
17342025-07-08T00:15:49.514Z
17352025-07-08T00:15:49.514Zinfo: running `cargo check --bins` on bootstore (2/217)
17362025-07-08T00:15:50.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372025-07-08T00:15:50.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382025-07-08T00:15:50.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392025-07-08T00:15:50.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
17402025-07-08T00:15:50.536Z
17412025-07-08T00:15:50.536Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/217)
17422025-07-08T00:15:51.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432025-07-08T00:15:51.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442025-07-08T00:15:51.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452025-07-08T00:15:51.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
17462025-07-08T00:15:51.551Z
17472025-07-08T00:15:51.551Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/217)
17482025-07-08T00:15:52.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492025-07-08T00:15:52.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502025-07-08T00:15:52.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512025-07-08T00:15:52.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
17522025-07-08T00:15:52.613Z
17532025-07-08T00:15:52.613Zinfo: running `cargo check --bins` on id-map (5/217)
17542025-07-08T00:15:53.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-07-08T00:15:53.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-07-08T00:15:53.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-07-08T00:15:53.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
17582025-07-08T00:15:53.628Z
17592025-07-08T00:15:53.628Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/217)
17602025-07-08T00:15:54.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-07-08T00:15:54.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-07-08T00:15:54.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-07-08T00:15:54.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17642025-07-08T00:15:54.456Z
17652025-07-08T00:15:54.456Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/217)
17662025-07-08T00:15:55.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-07-08T00:15:55.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-07-08T00:15:55.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-07-08T00:15:55.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17702025-07-08T00:15:55.250Z
17712025-07-08T00:15:55.250Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/217)
17722025-07-08T00:15:55.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-07-08T00:15:55.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-07-08T00:15:55.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-07-08T00:15:55.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17762025-07-08T00:15:55.991Z
17772025-07-08T00:15:55.991Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/217)
17782025-07-08T00:15:56.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-07-08T00:15:56.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-07-08T00:15:56.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-07-08T00:15:56.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17822025-07-08T00:15:56.721Z
17832025-07-08T00:15:56.721Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/217)
17842025-07-08T00:15:57.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-07-08T00:15:57.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-07-08T00:15:57.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-07-08T00:15:57.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17882025-07-08T00:15:57.457Z
17892025-07-08T00:15:57.457Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/217)
17902025-07-08T00:15:58.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-07-08T00:15:58.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-07-08T00:15:58.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932025-07-08T00:15:58.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17942025-07-08T00:15:58.336Z
17952025-07-08T00:15:58.336Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/217)
17962025-07-08T00:15:59.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972025-07-08T00:15:59.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982025-07-08T00:15:59.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992025-07-08T00:15:59.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18002025-07-08T00:15:59.170Z
18012025-07-08T00:15:59.170Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/217)
18022025-07-08T00:15:59.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032025-07-08T00:15:59.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042025-07-08T00:15:59.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052025-07-08T00:15:59.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18062025-07-08T00:15:59.977Z
18072025-07-08T00:15:59.977Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/217)
18082025-07-08T00:16:00.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092025-07-08T00:16:00.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102025-07-08T00:16:00.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112025-07-08T00:16:00.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18122025-07-08T00:16:00.703Z
18132025-07-08T00:16:00.703Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/217)
18142025-07-08T00:16:01.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152025-07-08T00:16:01.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162025-07-08T00:16:01.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172025-07-08T00:16:01.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18182025-07-08T00:16:01.437Z
18192025-07-08T00:16:01.437Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/217)
18202025-07-08T00:16:02.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212025-07-08T00:16:02.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222025-07-08T00:16:02.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232025-07-08T00:16:02.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18242025-07-08T00:16:02.191Z
18252025-07-08T00:16:02.191Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/217)
18262025-07-08T00:16:02.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272025-07-08T00:16:02.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282025-07-08T00:16:02.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292025-07-08T00:16:02.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18302025-07-08T00:16:03.017Z
18312025-07-08T00:16:03.017Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/217)
18322025-07-08T00:16:03.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332025-07-08T00:16:03.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342025-07-08T00:16:03.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352025-07-08T00:16:03.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18362025-07-08T00:16:03.889Z
18372025-07-08T00:16:03.889Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/217)
18382025-07-08T00:16:04.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392025-07-08T00:16:04.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402025-07-08T00:16:04.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412025-07-08T00:16:04.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18422025-07-08T00:16:04.726Z
18432025-07-08T00:16:04.726Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/217)
18442025-07-08T00:16:05.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452025-07-08T00:16:05.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462025-07-08T00:16:05.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472025-07-08T00:16:05.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18482025-07-08T00:16:05.482Z
18492025-07-08T00:16:05.482Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/217)
18502025-07-08T00:16:06.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512025-07-08T00:16:06.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522025-07-08T00:16:06.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532025-07-08T00:16:06.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18542025-07-08T00:16:06.255Z
18552025-07-08T00:16:06.255Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/217)
18562025-07-08T00:16:06.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572025-07-08T00:16:06.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582025-07-08T00:16:06.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592025-07-08T00:16:06.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18602025-07-08T00:16:07.014Z
18612025-07-08T00:16:07.015Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/217)
18622025-07-08T00:16:07.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632025-07-08T00:16:07.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642025-07-08T00:16:07.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652025-07-08T00:16:07.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18662025-07-08T00:16:07.804Z
18672025-07-08T00:16:07.804Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/217)
18682025-07-08T00:16:08.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692025-07-08T00:16:08.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702025-07-08T00:16:08.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712025-07-08T00:16:08.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18722025-07-08T00:16:08.614Z
18732025-07-08T00:16:08.615Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/217)
18742025-07-08T00:16:09.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752025-07-08T00:16:09.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762025-07-08T00:16:09.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772025-07-08T00:16:09.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18782025-07-08T00:16:09.383Z
18792025-07-08T00:16:09.383Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/217)
18802025-07-08T00:16:10.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812025-07-08T00:16:10.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822025-07-08T00:16:10.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832025-07-08T00:16:10.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18842025-07-08T00:16:10.176Z
18852025-07-08T00:16:10.177Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/217)
18862025-07-08T00:16:10.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872025-07-08T00:16:10.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882025-07-08T00:16:10.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892025-07-08T00:16:10.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18902025-07-08T00:16:10.931Z
18912025-07-08T00:16:10.931Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/217)
18922025-07-08T00:16:11.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932025-07-08T00:16:11.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942025-07-08T00:16:11.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952025-07-08T00:16:11.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18962025-07-08T00:16:11.671Z
18972025-07-08T00:16:11.671Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/217)
18982025-07-08T00:16:12.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992025-07-08T00:16:12.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002025-07-08T00:16:12.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012025-07-08T00:16:12.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
19022025-07-08T00:16:12.459Z
19032025-07-08T00:16:12.460Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/217)
19042025-07-08T00:16:13.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052025-07-08T00:16:13.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062025-07-08T00:16:13.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072025-07-08T00:16:13.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19082025-07-08T00:16:13.293Z
19092025-07-08T00:16:13.293Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/217)
19102025-07-08T00:16:14.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112025-07-08T00:16:14.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122025-07-08T00:16:14.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132025-07-08T00:16:14.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19142025-07-08T00:16:14.109Z
19152025-07-08T00:16:14.109Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/217)
19162025-07-08T00:16:14.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172025-07-08T00:16:14.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182025-07-08T00:16:14.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192025-07-08T00:16:14.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
19202025-07-08T00:16:14.935Z
19212025-07-08T00:16:14.935Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/217)
19222025-07-08T00:16:15.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232025-07-08T00:16:15.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242025-07-08T00:16:15.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252025-07-08T00:16:15.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
19262025-07-08T00:16:15.681Z
19272025-07-08T00:16:15.681Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/217)
19282025-07-08T00:16:16.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292025-07-08T00:16:16.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302025-07-08T00:16:16.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312025-07-08T00:16:16.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
19322025-07-08T00:16:16.439Z
19332025-07-08T00:16:16.439Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/217)
19342025-07-08T00:16:17.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352025-07-08T00:16:17.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362025-07-08T00:16:17.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372025-07-08T00:16:17.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
19382025-07-08T00:16:17.244Z
19392025-07-08T00:16:17.244Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/217)
19402025-07-08T00:16:17.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412025-07-08T00:16:17.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422025-07-08T00:16:17.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432025-07-08T00:16:17.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
19442025-07-08T00:16:17.977Z
19452025-07-08T00:16:17.977Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/217)
19462025-07-08T00:16:18.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472025-07-08T00:16:19.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482025-07-08T00:16:19.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492025-07-08T00:16:19.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19502025-07-08T00:16:19.231Z
19512025-07-08T00:16:19.231Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/217)
19522025-07-08T00:16:19.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532025-07-08T00:16:19.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542025-07-08T00:16:19.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552025-07-08T00:16:19.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19562025-07-08T00:16:19.720Z
19572025-07-08T00:16:19.720Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/217)
19582025-07-08T00:16:20.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592025-07-08T00:16:20.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602025-07-08T00:16:20.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612025-07-08T00:16:20.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
19622025-07-08T00:16:20.520Z
19632025-07-08T00:16:20.520Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/217)
19642025-07-08T00:16:21.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652025-07-08T00:16:21.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662025-07-08T00:16:21.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672025-07-08T00:16:21.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
19682025-07-08T00:16:21.290Z
19692025-07-08T00:16:21.290Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/217)
19702025-07-08T00:16:22.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712025-07-08T00:16:22.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722025-07-08T00:16:22.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732025-07-08T00:16:22.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
19742025-07-08T00:16:22.086Z
19752025-07-08T00:16:22.086Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/217)
19762025-07-08T00:16:22.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772025-07-08T00:16:22.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782025-07-08T00:16:22.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792025-07-08T00:16:22.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19802025-07-08T00:16:22.927Z
19812025-07-08T00:16:22.927Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/217)
19822025-07-08T00:16:23.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832025-07-08T00:16:23.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842025-07-08T00:16:23.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852025-07-08T00:16:23.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19862025-07-08T00:16:23.762Z
19872025-07-08T00:16:23.762Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/217)
19882025-07-08T00:16:24.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892025-07-08T00:16:24.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902025-07-08T00:16:24.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912025-07-08T00:16:24.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
19922025-07-08T00:16:24.568Z
19932025-07-08T00:16:24.568Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/217)
19942025-07-08T00:16:25.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952025-07-08T00:16:25.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962025-07-08T00:16:25.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972025-07-08T00:16:25.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
19982025-07-08T00:16:25.362Z
19992025-07-08T00:16:25.362Zinfo: running `cargo check --bins` on sled-hardware-types (46/217)
20002025-07-08T00:16:26.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012025-07-08T00:16:26.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022025-07-08T00:16:26.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032025-07-08T00:16:26.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20042025-07-08T00:16:26.470Z
20052025-07-08T00:16:26.470Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/217)
20062025-07-08T00:16:27.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072025-07-08T00:16:27.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082025-07-08T00:16:27.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092025-07-08T00:16:27.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
20102025-07-08T00:16:27.517Z
20112025-07-08T00:16:27.517Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/217)
20122025-07-08T00:16:28.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132025-07-08T00:16:28.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142025-07-08T00:16:28.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152025-07-08T00:16:28.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20162025-07-08T00:16:28.572Z
20172025-07-08T00:16:28.572Zinfo: running `cargo check --bins` on oxlog (49/217)
20182025-07-08T00:16:29.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192025-07-08T00:16:29.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202025-07-08T00:16:29.633Z Checking cfg-if v1.0.1
20212025-07-08T00:16:29.658Z Checking libc v0.2.174
20222025-07-08T00:16:29.683Z Checking serde v1.0.219
20232025-07-08T00:16:29.708Z Checking zeroize v1.8.1
20242025-07-08T00:16:29.733Z Checking memchr v2.7.4
20252025-07-08T00:16:29.733Z Checking typenum v1.17.0
20262025-07-08T00:16:29.758Z Checking smallvec v1.15.0
20272025-07-08T00:16:29.783Z Checking value-bag v1.9.0
20282025-07-08T00:16:29.783Z Checking subtle v2.6.1
20292025-07-08T00:16:29.954Z Checking scopeguard v1.2.0
20302025-07-08T00:16:30.038Z Checking const-oid v0.9.6
20312025-07-08T00:16:30.103Z Checking itoa v1.0.11
20322025-07-08T00:16:30.128Z Checking lock_api v0.4.12
20332025-07-08T00:16:30.162Z Checking log v0.4.27
20342025-07-08T00:16:30.321Z Checking stable_deref_trait v1.2.0
20352025-07-08T00:16:30.440Z Checking byteorder v1.5.0
20362025-07-08T00:16:30.472Z Checking zerofrom v0.1.4
20372025-07-08T00:16:30.497Z Checking portable-atomic v1.11.0
20382025-07-08T00:16:30.598Z Checking pin-project-lite v0.2.14
20392025-07-08T00:16:30.623Z Checking generic-array v0.14.7
20402025-07-08T00:16:30.648Z Checking getrandom v0.2.15
20412025-07-08T00:16:30.681Z Checking parking_lot_core v0.9.10
20422025-07-08T00:16:30.741Z Checking signal-hook-registry v1.4.2
20432025-07-08T00:16:30.814Z Checking critical-section v1.1.3
20442025-07-08T00:16:30.869Z Checking rand_core v0.6.4
20452025-07-08T00:16:30.966Z Checking yoke v0.7.4
20462025-07-08T00:16:30.992Z Checking mio v1.0.2
20472025-07-08T00:16:31.037Z Checking parking_lot v0.12.3
20482025-07-08T00:16:31.149Z Checking socket2 v0.5.10
20492025-07-08T00:16:31.301Z Checking zerovec v0.10.4
20502025-07-08T00:16:31.360Z Checking futures-core v0.3.31
20512025-07-08T00:16:31.385Z Checking once_cell v1.21.3
20522025-07-08T00:16:31.561Z Checking cpufeatures v0.2.14
20532025-07-08T00:16:31.586Z Checking writeable v0.5.5
20542025-07-08T00:16:31.611Z Checking crypto-common v0.1.6
20552025-07-08T00:16:31.611Z Checking block-buffer v0.10.4
20562025-07-08T00:16:31.611Z Checking litemap v0.7.3
20572025-07-08T00:16:31.681Z Checking block-padding v0.3.3
20582025-07-08T00:16:31.710Z Checking zerocopy v0.7.35
20592025-07-08T00:16:31.807Z Checking percent-encoding v2.3.1
20602025-07-08T00:16:31.853Z Checking digest v0.10.7
20612025-07-08T00:16:31.905Z Checking inout v0.1.3
20622025-07-08T00:16:31.930Z Checking getrandom v0.3.1
20632025-07-08T00:16:31.964Z Checking libm v0.2.8
20642025-07-08T00:16:32.034Z Checking ryu v1.0.18
20652025-07-08T00:16:32.137Z Checking icu_locid_transform_data v1.5.0
20662025-07-08T00:16:32.162Z Checking foldhash v0.1.5
20672025-07-08T00:16:32.208Z Checking hmac v0.12.1
20682025-07-08T00:16:32.255Z Checking equivalent v1.0.2
20692025-07-08T00:16:32.280Z Checking futures-sink v0.3.31
20702025-07-08T00:16:32.391Z Checking allocator-api2 v0.2.21
20712025-07-08T00:16:32.429Z Checking sha2 v0.10.9
20722025-07-08T00:16:32.454Z Checking cipher v0.4.4
20732025-07-08T00:16:32.479Z Checking slab v0.4.9
20742025-07-08T00:16:32.739Z Checking tinystr v0.7.6
20752025-07-08T00:16:32.768Z Checking icu_collections v1.5.0
20762025-07-08T00:16:32.795Z Checking icu_properties_data v1.5.0
20772025-07-08T00:16:32.821Z Checking num-traits v0.2.19
20782025-07-08T00:16:32.923Z Checking base64ct v1.6.0
20792025-07-08T00:16:32.992Z Checking hashbrown v0.15.4
20802025-07-08T00:16:33.029Z Checking utf16_iter v1.0.5
20812025-07-08T00:16:33.054Z Checking flagset v0.4.6
20822025-07-08T00:16:33.095Z Checking icu_locid v1.5.0
20832025-07-08T00:16:33.211Z Checking utf8_iter v1.0.4
20842025-07-08T00:16:33.261Z Checking write16 v1.0.0
20852025-07-08T00:16:33.357Z Checking pem-rfc7468 v0.7.0
20862025-07-08T00:16:33.390Z Checking icu_normalizer_data v1.5.0
20872025-07-08T00:16:33.420Z Checking salsa20 v0.10.2
20882025-07-08T00:16:33.445Z Checking ppv-lite86 v0.2.20
20892025-07-08T00:16:33.516Z Checking pbkdf2 v0.12.2
20902025-07-08T00:16:33.647Z Checking der v0.7.9
20912025-07-08T00:16:33.672Z Checking futures-channel v0.3.31
20922025-07-08T00:16:33.697Z Checking bytes v1.10.1
20932025-07-08T00:16:33.697Z Checking bitflags v2.9.0
20942025-07-08T00:16:33.989Z Checking serde_json v1.0.140
20952025-07-08T00:16:34.015Z Checking fnv v1.0.7
20962025-07-08T00:16:34.045Z Checking indexmap v2.10.0
20972025-07-08T00:16:34.070Z Checking icu_provider v1.5.0
20982025-07-08T00:16:34.070Z Checking pin-utils v0.1.0
20992025-07-08T00:16:34.113Z Checking futures-io v0.3.31
21002025-07-08T00:16:34.182Z Checking futures-task v0.3.31
21012025-07-08T00:16:34.206Z Checking scrypt v0.11.0
21022025-07-08T00:16:34.301Z Checking cbc v0.1.2
21032025-07-08T00:16:34.423Z Checking futures-util v0.3.31
21042025-07-08T00:16:34.448Z Checking aes v0.8.4
21052025-07-08T00:16:34.500Z Checking form_urlencoded v1.2.1
21062025-07-08T00:16:34.597Z Checking tokio v1.45.1
21072025-07-08T00:16:34.689Z Checking icu_locid_transform v1.5.0
21082025-07-08T00:16:34.714Z Checking http v1.3.1
21092025-07-08T00:16:35.112Z Checking uuid v1.17.0
21102025-07-08T00:16:35.150Z Checking spki v0.7.3
21112025-07-08T00:16:35.197Z Checking tracing-core v0.1.32
21122025-07-08T00:16:35.386Z Checking zerocopy v0.8.26
21132025-07-08T00:16:35.424Z Checking pkcs5 v0.7.1
21142025-07-08T00:16:35.557Z Checking icu_properties v1.5.1
21152025-07-08T00:16:35.673Z Checking tinyvec_macros v0.1.1
21162025-07-08T00:16:35.772Z Checking tracing v0.1.40
21172025-07-08T00:16:35.798Z Checking rustls-pki-types v1.10.0
21182025-07-08T00:16:35.874Z Checking http-body v1.0.1
21192025-07-08T00:16:35.899Z Checking pkcs8 v0.10.2
21202025-07-08T00:16:36.086Z Checking iana-time-zone v0.1.63
21212025-07-08T00:16:36.112Z Checking base64 v0.22.1
21222025-07-08T00:16:36.189Z Compiling newtype-uuid v1.2.4
21232025-07-08T00:16:36.248Z Checking chrono v0.4.41
21242025-07-08T00:16:36.330Z Checking tinyvec v1.8.0
21252025-07-08T00:16:36.485Z Checking aws-lc-sys v0.26.0
21262025-07-08T00:16:36.569Z Checking spin v0.9.8
21272025-07-08T00:16:36.873Z Checking adler2 v2.0.0
21282025-07-08T00:16:37.048Z Checking openssl-probe v0.1.5
21292025-07-08T00:16:37.207Z Checking atomic-waker v1.1.2
21302025-07-08T00:16:37.359Z Checking untrusted v0.7.1
21312025-07-08T00:16:37.421Z Checking tower-service v0.3.3
21322025-07-08T00:16:37.548Z Checking foreign-types-shared v0.1.1
21332025-07-08T00:16:37.578Z Checking try-lock v0.2.5
21342025-07-08T00:16:37.667Z Checking untrusted v0.9.0
21352025-07-08T00:16:37.729Z Checking want v0.3.1
21362025-07-08T00:16:37.844Z Checking ring v0.17.14
21372025-07-08T00:16:37.920Z Checking foreign-types v0.3.2
21382025-07-08T00:16:37.984Z Checking miniz_oxide v0.8.5
21392025-07-08T00:16:38.020Z Checking ipnet v2.11.0
21402025-07-08T00:16:38.199Z Checking rand_core v0.9.2
21412025-07-08T00:16:38.387Z Checking aws-lc-rs v1.12.4
21422025-07-08T00:16:38.449Z Checking icu_normalizer v1.5.0
21432025-07-08T00:16:38.504Z Checking crossbeam-utils v0.8.21
21442025-07-08T00:16:38.529Z Checking httparse v1.9.5
21452025-07-08T00:16:38.554Z Checking rand_chacha v0.9.0
21462025-07-08T00:16:38.703Z Checking openssl-sys v0.9.109
21472025-07-08T00:16:38.910Z Checking thiserror v1.0.69
21482025-07-08T00:16:38.953Z Checking errno v0.3.12
21492025-07-08T00:16:39.065Z Checking aho-corasick v1.1.3
21502025-07-08T00:16:39.144Z Checking unicode-ident v1.0.18
21512025-07-08T00:16:39.184Z Checking regex-syntax v0.8.5
21522025-07-08T00:16:39.209Z Checking idna_adapter v1.2.0
21532025-07-08T00:16:39.352Z Checking powerfmt v0.2.0
21542025-07-08T00:16:39.412Z Checking idna v1.0.3
21552025-07-08T00:16:39.632Z Checking httpdate v1.0.3
21562025-07-08T00:16:39.810Z Checking openssl v0.10.73
21572025-07-08T00:16:39.881Z Checking deranged v0.3.11
21582025-07-08T00:16:39.907Z Checking url v2.5.4
21592025-07-08T00:16:39.953Z Checking proc-macro2 v1.0.95
21602025-07-08T00:16:40.007Z Checking rustls-webpki v0.102.8
21612025-07-08T00:16:40.471Z Checking crossbeam-epoch v0.9.18
21622025-07-08T00:16:40.499Z Checking rustix v0.38.37
21632025-07-08T00:16:40.707Z Checking rand v0.9.1
21642025-07-08T00:16:40.732Z Checking unicode-normalization v0.1.24
21652025-07-08T00:16:40.884Z Checking semver v1.0.26
21662025-07-08T00:16:40.998Z Checking tokio-util v0.7.15
21672025-07-08T00:16:41.023Z Checking bzip2-sys v0.1.13+1.0.8
21682025-07-08T00:16:41.152Z Checking signature v2.2.0
21692025-07-08T00:16:41.292Z Checking scroll v0.12.0
21702025-07-08T00:16:41.359Z Checking crc32fast v1.4.2
21712025-07-08T00:16:41.535Z Checking num_threads v0.1.7
21722025-07-08T00:16:41.629Z Checking time-core v0.1.2
21732025-07-08T00:16:41.664Z Checking anstyle v1.0.11
21742025-07-08T00:16:41.688Z Checking siphasher v0.3.11
21752025-07-08T00:16:41.753Z Checking either v1.15.0
21762025-07-08T00:16:41.800Z Checking utf8parse v0.2.2
21772025-07-08T00:16:41.907Z Checking regex-automata v0.4.8
21782025-07-08T00:16:41.932Z Checking h2 v0.4.6
21792025-07-08T00:16:41.957Z Checking unicode-properties v0.1.3
21802025-07-08T00:16:41.990Z Checking ucd-trie v0.1.7
21812025-07-08T00:16:42.015Z Checking zlib-rs v0.5.1
21822025-07-08T00:16:42.110Z Checking plain v0.2.3
21832025-07-08T00:16:42.213Z Checking dyn-clone v1.0.19
21842025-07-08T00:16:42.274Z Checking unicode-bidi v0.3.17
21852025-07-08T00:16:42.300Z Checking num-conv v0.1.0
21862025-07-08T00:16:42.373Z Checking schemars v0.8.22
21872025-07-08T00:16:42.539Z Checking time v0.3.36
21882025-07-08T00:16:42.836Z Checking stringprep v0.1.5
21892025-07-08T00:16:43.098Z Checking goblin v0.8.2
21902025-07-08T00:16:43.367Z Checking pest v2.7.14
21912025-07-08T00:16:43.730Z Checking phf_shared v0.11.2
21922025-07-08T00:16:43.755Z Checking libz-rs-sys v0.5.1
21932025-07-08T00:16:43.950Z Checking anstyle-parse v0.2.5
21942025-07-08T00:16:43.995Z Checking crossbeam-deque v0.8.5
21952025-07-08T00:16:44.241Z Checking rustls v0.23.19
21962025-07-08T00:16:44.309Z Checking quote v1.0.40
21972025-07-08T00:16:44.334Z Checking native-tls v0.2.12
21982025-07-08T00:16:44.642Z Checking num-integer v0.1.46
21992025-07-08T00:16:44.667Z Checking rand_chacha v0.3.1
22002025-07-08T00:16:44.884Z Checking serde_spanned v0.6.9
22012025-07-08T00:16:45.035Z Checking toml_datetime v0.6.11
22022025-07-08T00:16:45.087Z Checking zstd-sys v2.0.14+zstd.1.5.7
22032025-07-08T00:16:45.112Z Checking md-5 v0.10.6
22042025-07-08T00:16:45.287Z Checking sync_wrapper v1.0.1
22052025-07-08T00:16:45.324Z Checking ff v0.13.0
22062025-07-08T00:16:45.361Z Checking hash32 v0.2.1
22072025-07-08T00:16:45.458Z Checking tower-layer v0.3.3
22082025-07-08T00:16:45.487Z Checking colorchoice v1.0.2
22092025-07-08T00:16:45.550Z Checking fallible-iterator v0.2.0
22102025-07-08T00:16:45.642Z Checking base16ct v0.2.0
22112025-07-08T00:16:45.667Z Checking is_terminal_polyfill v1.70.1
22122025-07-08T00:16:45.711Z Checking gimli v0.31.1
22132025-07-08T00:16:45.796Z Checking pretty-hex v0.4.1
22142025-07-08T00:16:45.867Z Checking anstyle-query v1.1.1
22152025-07-08T00:16:45.892Z Checking psl-types v2.0.11
22162025-07-08T00:16:45.994Z Checking sec1 v0.7.3
22172025-07-08T00:16:46.029Z Checking anstream v0.6.18
22182025-07-08T00:16:46.086Z Checking publicsuffix v2.3.0
22192025-07-08T00:16:46.111Z Checking postgres-protocol v0.6.8
22202025-07-08T00:16:46.365Z Checking tower v0.5.2
22212025-07-08T00:16:46.390Z Checking heapless v0.7.17
22222025-07-08T00:16:46.415Z Checking group v0.13.0
22232025-07-08T00:16:46.674Z Checking dtrace-parser v0.2.0
22242025-07-08T00:16:46.709Z Checking zstd-safe v7.2.3
22252025-07-08T00:16:47.007Z Checking num-iter v0.1.45
22262025-07-08T00:16:47.043Z Checking rand v0.8.5
22272025-07-08T00:16:47.093Z Compiling daft v0.1.4
22282025-07-08T00:16:47.182Z Checking syn v2.0.104
22292025-07-08T00:16:47.211Z Checking tokio-native-tls v0.3.1
22302025-07-08T00:16:47.411Z Checking dof v0.3.0
22312025-07-08T00:16:47.485Z Checking cookie v0.18.1
22322025-07-08T00:16:47.560Z Checking hyper v1.6.0
22332025-07-08T00:16:47.593Z Checking rayon-core v1.12.1
22342025-07-08T00:16:47.919Z Checking flate2 v1.1.2
22352025-07-08T00:16:48.008Z Checking ipnetwork v0.21.1
22362025-07-08T00:16:48.110Z Checking terminal_size v0.4.0
22372025-07-08T00:16:48.234Z Checking rustls-native-certs v0.8.1
22382025-07-08T00:16:48.299Z Checking lazy_static v1.5.0
22392025-07-08T00:16:48.390Z Checking webpki-roots v1.0.0
22402025-07-08T00:16:48.446Z Checking http-body-util v0.1.3
22412025-07-08T00:16:48.471Z Checking signal-hook v0.3.18
22422025-07-08T00:16:48.511Z Checking hkdf v0.12.4
22432025-07-08T00:16:48.576Z Checking crypto-bigint v0.5.5
22442025-07-08T00:16:48.726Z Checking thread-id v4.2.2
22452025-07-08T00:16:48.789Z Checking object v0.36.5
22462025-07-08T00:16:48.844Z Checking winnow v0.5.40
22472025-07-08T00:16:48.869Z Checking tokio-rustls v0.26.0
22482025-07-08T00:16:48.869Z Checking clap_lex v0.7.4
22492025-07-08T00:16:48.988Z Checking addr2line v0.24.2
22502025-07-08T00:16:49.155Z Checking simd-adler32 v0.3.7
22512025-07-08T00:16:49.254Z Checking unicode-width v0.2.0
22522025-07-08T00:16:49.369Z Checking hyper-util v0.1.14
22532025-07-08T00:16:49.484Z Checking managed v0.8.0
22542025-07-08T00:16:49.509Z Checking rustc-demangle v0.1.24
22552025-07-08T00:16:49.679Z Checking lockfree-object-pool v0.1.6
22562025-07-08T00:16:49.831Z Checking bumpalo v3.16.0
22572025-07-08T00:16:49.887Z Checking iri-string v0.7.8
22582025-07-08T00:16:49.937Z Checking strsim v0.11.1
22592025-07-08T00:16:50.146Z Checking bitflags v1.3.2
22602025-07-08T00:16:50.199Z Checking clap_builder v4.5.40
22612025-07-08T00:16:50.258Z Checking smoltcp v0.9.1
22622025-07-08T00:16:50.915Z Checking elliptic-curve v0.13.8
22632025-07-08T00:16:51.209Z Checking toml_edit v0.19.15
22642025-07-08T00:16:51.461Z Checking zopfli v0.8.1
22652025-07-08T00:16:51.486Z Checking console v0.15.10
22662025-07-08T00:16:51.581Z Checking hyper-rustls v0.27.7
22672025-07-08T00:16:51.919Z Checking hyper-tls v0.6.0
22682025-07-08T00:16:51.972Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22692025-07-08T00:16:52.068Z Checking tower-http v0.6.6
22702025-07-08T00:16:52.096Z Checking signal-hook-mio v0.2.4
22712025-07-08T00:16:52.197Z Checking num-bigint-dig v0.8.4
22722025-07-08T00:16:52.252Z Checking oxnet v0.1.2
22732025-07-08T00:16:52.277Z Checking rayon v1.10.0
22742025-07-08T00:16:52.399Z Checking usdt-impl v0.5.0
22752025-07-08T00:16:52.580Z Checking cookie_store v0.21.1
22762025-07-08T00:16:52.651Z Checking zstd v0.13.3
22772025-07-08T00:16:52.830Z Checking postgres-types v0.2.9
22782025-07-08T00:16:52.944Z Checking bstr v1.10.0
22792025-07-08T00:16:52.993Z Checking regex v1.11.1
22802025-07-08T00:16:53.209Z Checking phf v0.11.2
22812025-07-08T00:16:53.355Z Checking ed25519 v2.2.3
22822025-07-08T00:16:53.453Z Checking bzip2 v0.4.4
22832025-07-08T00:16:53.477Z Checking bzip2 v0.5.2
22842025-07-08T00:16:53.515Z Checking curve25519-dalek v4.1.3
22852025-07-08T00:16:53.647Z Checking thiserror v2.0.12
22862025-07-08T00:16:53.724Z Checking hubpack v0.1.2
22872025-07-08T00:16:53.757Z Checking memoffset v0.9.1
22882025-07-08T00:16:53.800Z Checking pkcs1 v0.7.5
22892025-07-08T00:16:53.886Z Checking serde_urlencoded v0.7.1
22902025-07-08T00:16:54.013Z Checking float-cmp v0.10.0
22912025-07-08T00:16:54.038Z Checking serde-big-array v0.5.1
22922025-07-08T00:16:54.038Z Checking rfc6979 v0.4.0
22932025-07-08T00:16:54.133Z Checking backtrace v0.3.74
22942025-07-08T00:16:54.192Z Checking memmap v0.7.0
22952025-07-08T00:16:54.236Z Checking encoding_rs v0.8.34
22962025-07-08T00:16:54.261Z Checking difflib v0.4.0
22972025-07-08T00:16:54.285Z Checking precomputed-hash v0.1.1
22982025-07-08T00:16:54.310Z Checking static_assertions v1.1.0
22992025-07-08T00:16:54.419Z Checking data-encoding v2.9.0
23002025-07-08T00:16:54.444Z Checking normalize-line-endings v0.3.0
23012025-07-08T00:16:54.444Z Checking fixedbitset v0.4.2
23022025-07-08T00:16:54.572Z Checking whoami v1.6.0
23032025-07-08T00:16:54.597Z Checking minimal-lexical v0.2.1
23042025-07-08T00:16:54.676Z Checking winnow v0.7.10
23052025-07-08T00:16:54.717Z Checking new_debug_unreachable v1.0.6
23062025-07-08T00:16:54.816Z Checking unicode-segmentation v1.12.0
23072025-07-08T00:16:54.873Z Checking predicates-core v1.0.8
23082025-07-08T00:16:54.931Z Checking mime v0.3.17
23092025-07-08T00:16:54.966Z Checking toml_write v0.1.2
23102025-07-08T00:16:55.059Z Checking number_prefix v0.4.0
23112025-07-08T00:16:55.083Z Checking predicates v3.1.3
23122025-07-08T00:16:55.227Z Checking ed25519-dalek v2.1.1
23132025-07-08T00:16:55.263Z Checking nom v7.1.3
23142025-07-08T00:16:55.287Z Checking hickory-proto v0.25.2
23152025-07-08T00:16:55.400Z Checking similar v2.7.0
23162025-07-08T00:16:55.458Z Checking indicatif v0.17.11
23172025-07-08T00:16:55.630Z Checking tokio-postgres v0.7.13
23182025-07-08T00:16:55.655Z Checking string_cache v0.8.9
23192025-07-08T00:16:55.932Z Checking petgraph v0.6.5
23202025-07-08T00:16:56.144Z Checking reqwest v0.12.22
23212025-07-08T00:16:56.168Z Checking anyhow v1.0.98
23222025-07-08T00:16:56.193Z Checking usdt v0.5.0
23232025-07-08T00:16:56.432Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
23242025-07-08T00:16:56.559Z Checking ecdsa v0.16.9
23252025-07-08T00:16:57.079Z Checking toml_edit v0.22.27
23262025-07-08T00:16:57.177Z Checking rsa v0.9.6
23272025-07-08T00:16:57.773Z Checking nix v0.29.0
23282025-07-08T00:16:57.956Z Checking zip v4.2.0
23292025-07-08T00:16:58.082Z Checking zip v0.6.6
23302025-07-08T00:16:58.140Z Checking toml v0.7.8
23312025-07-08T00:16:58.707Z Checking clap v4.5.40
23322025-07-08T00:16:58.762Z Checking crossterm v0.28.1
23332025-07-08T00:16:58.787Z Checking itertools v0.10.5
23342025-07-08T00:16:58.843Z Checking itertools v0.12.1
23352025-07-08T00:16:59.002Z Checking tokio-stream v0.1.17
23362025-07-08T00:16:59.094Z Checking fs-err v3.1.1
23372025-07-08T00:16:59.520Z Checking buf-list v1.0.3
23382025-07-08T00:16:59.643Z Checking strum v0.26.3
23392025-07-08T00:16:59.793Z Checking ahash v0.8.11
23402025-07-08T00:16:59.818Z Checking slog v2.7.0
23412025-07-08T00:16:59.843Z Checking x509-cert v0.2.5
23422025-07-08T00:17:00.212Z Checking openapiv3 v2.2.0
23432025-07-08T00:17:00.272Z Checking sha1 v0.10.6
23442025-07-08T00:17:00.333Z Checking winnow v0.6.26
23452025-07-08T00:17:00.553Z Checking rustc-hash v2.1.1
23462025-07-08T00:17:00.650Z Checking peg-runtime v0.8.5
23472025-07-08T00:17:00.728Z Checking lalrpop-util v0.19.12
23482025-07-08T00:17:00.877Z Checking unicode-xid v0.2.6
23492025-07-08T00:17:01.027Z Checking camino v1.1.10
23502025-07-08T00:17:01.059Z Checking sigpipe v0.1.3
23512025-07-08T00:17:01.091Z Checking glob v0.3.2
23522025-07-08T00:17:01.146Z Checking jiff v0.2.15
23532025-07-08T00:17:06.638Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23542025-07-08T00:17:07.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.61s
23552025-07-08T00:17:07.374Z
23562025-07-08T00:17:07.374Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/217)
23572025-07-08T00:17:08.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582025-07-08T00:17:08.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592025-07-08T00:17:08.612Z Compiling regress v0.10.3
23602025-07-08T00:17:08.655Z Checking heck v0.5.0
23612025-07-08T00:17:08.700Z Compiling unsafe-libyaml v0.2.11
23622025-07-08T00:17:08.729Z Checking newtype-uuid v1.2.4
23632025-07-08T00:17:08.729Z Checking rustix v1.0.7
23642025-07-08T00:17:08.775Z Checking dirs-sys-next v0.1.2
23652025-07-08T00:17:08.809Z Checking fastrand v2.1.1
23662025-07-08T00:17:08.898Z Checking thread_local v1.1.8
23672025-07-08T00:17:08.995Z Checking dirs-next v2.0.0
23682025-07-08T00:17:09.096Z Checking daft v0.1.4
23692025-07-08T00:17:09.155Z Compiling structmeta-derive v0.3.0
23702025-07-08T00:17:09.179Z Compiling ident_case v1.0.1
23712025-07-08T00:17:09.216Z Checking term v0.7.0
23722025-07-08T00:17:09.395Z Compiling darling_core v0.20.10
23732025-07-08T00:17:09.580Z Checking crossbeam-channel v0.5.15
23742025-07-08T00:17:09.644Z Checking futures-executor v0.3.31
23752025-07-08T00:17:09.930Z Checking is-terminal v0.4.13
23762025-07-08T00:17:10.076Z Compiling serde_yaml v0.9.34+deprecated
23772025-07-08T00:17:10.339Z Checking tempfile v3.20.0
23782025-07-08T00:17:10.364Z Checking take_mut v0.2.2
23792025-07-08T00:17:10.416Z Compiling rustls v0.22.4
23802025-07-08T00:17:10.537Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23812025-07-08T00:17:10.727Z Checking slog-async v2.8.0
23822025-07-08T00:17:10.754Z Checking slog-term v2.9.1
23832025-07-08T00:17:10.884Z Checking futures v0.3.31
23842025-07-08T00:17:11.019Z Compiling proc-macro-crate v1.3.1
23852025-07-08T00:17:11.043Z Checking wait-timeout v0.2.0
23862025-07-08T00:17:11.227Z Compiling multer v3.1.0
23872025-07-08T00:17:11.257Z Checking match_cfg v0.1.0
23882025-07-08T00:17:11.370Z Checking bit-vec v0.8.0
23892025-07-08T00:17:11.558Z Compiling structmeta v0.3.0
23902025-07-08T00:17:11.583Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23912025-07-08T00:17:11.745Z Checking quick-error v1.2.3
23922025-07-08T00:17:11.870Z Compiling ref-cast v1.0.24
23932025-07-08T00:17:11.900Z Compiling typify-impl v0.3.0
23942025-07-08T00:17:11.925Z Compiling typify-impl v0.2.0
23952025-07-08T00:17:12.423Z Compiling num_enum_derive v0.5.11
23962025-07-08T00:17:12.824Z Checking rusty-fork v0.3.0
23972025-07-08T00:17:13.208Z Checking bit-set v0.8.0
23982025-07-08T00:17:13.475Z Checking hostname v0.3.1
23992025-07-08T00:17:13.637Z Checking progenitor-client v0.9.1
24002025-07-08T00:17:14.047Z Checking rand_xorshift v0.4.0
24012025-07-08T00:17:14.300Z Checking slog-json v2.6.1
24022025-07-08T00:17:14.355Z Compiling lzma-sys v0.1.20
24032025-07-08T00:17:14.447Z Checking hex v0.4.3
24042025-07-08T00:17:14.570Z Compiling async-stream-impl v0.3.6
24052025-07-08T00:17:14.625Z Compiling ref-cast-impl v1.0.24
24062025-07-08T00:17:14.977Z Compiling darling_macro v0.20.10
24072025-07-08T00:17:15.003Z Compiling foreign-types-macros v0.2.3
24082025-07-08T00:17:15.180Z Compiling dropshot v0.16.2
24092025-07-08T00:17:15.584Z Checking unarray v0.1.4
24102025-07-08T00:17:15.816Z Checking utf-8 v0.7.6
24112025-07-08T00:17:15.842Z Checking foreign-types-shared v0.3.1
24122025-07-08T00:17:15.931Z Checking arc-swap v1.7.1
24132025-07-08T00:17:15.987Z Checking async-stream v0.3.6
24142025-07-08T00:17:16.018Z Compiling darling v0.20.10
24152025-07-08T00:17:16.068Z Checking tungstenite v0.21.0
24162025-07-08T00:17:16.165Z Compiling serde_with_macros v3.14.0
24172025-07-08T00:17:16.205Z Checking foreign-types v0.5.0
24182025-07-08T00:17:16.229Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24192025-07-08T00:17:16.338Z Checking slog-scope v4.4.0
24202025-07-08T00:17:16.363Z Checking proptest v1.7.0
24212025-07-08T00:17:16.650Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24222025-07-08T00:17:16.677Z Checking slog-bunyan v2.5.0
24232025-07-08T00:17:16.821Z Checking num_enum v0.5.11
24242025-07-08T00:17:16.864Z Compiling proc-macro-error v1.0.4
24252025-07-08T00:17:16.948Z Checking tokio-rustls v0.25.0
24262025-07-08T00:17:17.187Z Compiling parse-display-derive v0.10.0
24272025-07-08T00:17:17.335Z Compiling test-strategy v0.4.1
24282025-07-08T00:17:17.572Z Checking toml v0.8.23
24292025-07-08T00:17:17.596Z Checking progenitor-client v0.8.0
24302025-07-08T00:17:17.935Z Compiling heck v0.3.3
24312025-07-08T00:17:18.323Z Checking waitgroup v0.1.2
24322025-07-08T00:17:18.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24332025-07-08T00:17:18.500Z Checking rustls-pemfile v2.2.0
24342025-07-08T00:17:18.524Z Compiling dropshot_endpoint v0.16.2
24352025-07-08T00:17:18.755Z Checking serde_path_to_error v0.1.17
24362025-07-08T00:17:19.152Z Compiling derive-where v1.5.0
24372025-07-08T00:17:19.452Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24382025-07-08T00:17:20.155Z Checking cstr-argument v0.1.2
24392025-07-08T00:17:20.361Z Checking hostname v0.4.0
24402025-07-08T00:17:20.590Z Checking instant v0.1.13
24412025-07-08T00:17:20.718Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24422025-07-08T00:17:20.760Z Checking pretty-hex v0.2.1
24432025-07-08T00:17:20.980Z Checking debug-ignore v1.0.5
24442025-07-08T00:17:21.046Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
24452025-07-08T00:17:21.086Z Checking parse-display v0.10.0
24462025-07-08T00:17:21.121Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24472025-07-08T00:17:21.165Z Checking backoff v0.4.0
24482025-07-08T00:17:21.391Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24492025-07-08T00:17:21.526Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502025-07-08T00:17:21.551Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24512025-07-08T00:17:21.700Z Checking serde_with v3.14.0
24522025-07-08T00:17:21.745Z Compiling zone_cfg_derive v0.1.2
24532025-07-08T00:17:21.791Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24542025-07-08T00:17:21.864Z Checking tokio-tungstenite v0.21.0
24552025-07-08T00:17:22.212Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24562025-07-08T00:17:22.514Z Checking slog-stdlog v4.1.1
24572025-07-08T00:17:22.549Z Checking iddqd v0.3.8
24582025-07-08T00:17:22.580Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24592025-07-08T00:17:22.719Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24602025-07-08T00:17:23.095Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24612025-07-08T00:17:23.120Z Checking progenitor-client v0.10.0
24622025-07-08T00:17:23.144Z Checking colored v2.2.0
24632025-07-08T00:17:23.526Z Checking macaddr v1.0.1
24642025-07-08T00:17:23.597Z Checking base64 v0.21.7
24652025-07-08T00:17:23.872Z Checking unicode-width v0.1.14
24662025-07-08T00:17:24.040Z Checking base64 v0.13.1
24672025-07-08T00:17:24.228Z Checking zone v0.1.8
24682025-07-08T00:17:24.299Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24692025-07-08T00:17:24.339Z Checking tabwriter v1.4.0
24702025-07-08T00:17:24.488Z Checking ron v0.7.1
24712025-07-08T00:17:24.620Z Checking slog-envlogger v2.2.0
24722025-07-08T00:17:24.791Z Checking xz2 v0.1.7
24732025-07-08T00:17:24.879Z Checking tokio-dtrace v0.1.0
24742025-07-08T00:17:24.903Z Checking xattr v1.3.1
24752025-07-08T00:17:25.138Z Checking yasna v0.5.2
24762025-07-08T00:17:25.164Z Checking pem v3.0.5
24772025-07-08T00:17:25.250Z Checking smf v0.2.3
24782025-07-08T00:17:25.306Z Compiling typify-macro v0.2.0
24792025-07-08T00:17:25.463Z Checking headers-core v0.3.0
24802025-07-08T00:17:25.610Z Checking filetime v0.2.25
24812025-07-08T00:17:25.639Z Checking same-file v1.0.6
24822025-07-08T00:17:25.664Z Compiling typify-macro v0.3.0
24832025-07-08T00:17:25.739Z Checking headers v0.4.1
24842025-07-08T00:17:25.863Z Checking walkdir v2.5.0
24852025-07-08T00:17:25.888Z Checking tar v0.4.44
24862025-07-08T00:17:25.972Z Checking rcgen v0.12.1
24872025-07-08T00:17:26.161Z Checking oxide-tokio-rt v0.1.2
24882025-07-08T00:17:26.186Z Checking camino-tempfile v1.4.1
24892025-07-08T00:17:26.422Z Checking atomicwrites v0.4.4
24902025-07-08T00:17:26.515Z Checking subprocess v0.2.9
24912025-07-08T00:17:28.282Z Compiling typify v0.2.0
24922025-07-08T00:17:28.338Z Compiling typify v0.3.0
24932025-07-08T00:17:28.461Z Compiling progenitor-impl v0.8.0
24942025-07-08T00:17:28.521Z Compiling progenitor-impl v0.9.1
24952025-07-08T00:17:32.216Z Compiling progenitor-macro v0.8.0
24962025-07-08T00:17:32.431Z Compiling progenitor-macro v0.9.1
24972025-07-08T00:17:38.197Z Checking progenitor v0.8.0
24982025-07-08T00:17:38.433Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24992025-07-08T00:17:38.642Z Checking progenitor v0.9.1
25002025-07-08T00:17:38.858Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25012025-07-08T00:17:42.164Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25022025-07-08T00:17:43.145Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25032025-07-08T00:17:53.267Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25042025-07-08T00:17:55.774Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25052025-07-08T00:17:57.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.54s
25062025-07-08T00:17:58.145Z
25072025-07-08T00:17:58.145Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/217)
25082025-07-08T00:17:59.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092025-07-08T00:17:59.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102025-07-08T00:17:59.512Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25112025-07-08T00:18:01.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
25122025-07-08T00:18:02.044Z
25132025-07-08T00:18:02.044Zinfo: running `cargo check --bins` on nexus-config (52/217)
25142025-07-08T00:18:02.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152025-07-08T00:18:03.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162025-07-08T00:18:03.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172025-07-08T00:18:03.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
25182025-07-08T00:18:03.120Z
25192025-07-08T00:18:03.120Zinfo: running `cargo check --bins` on omicron-rpaths (53/217)
25202025-07-08T00:18:04.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212025-07-08T00:18:04.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222025-07-08T00:18:04.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232025-07-08T00:18:04.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
25242025-07-08T00:18:04.238Z
25252025-07-08T00:18:04.238Zinfo: running `cargo check --bins` on omicron-certificates (54/217)
25262025-07-08T00:18:05.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272025-07-08T00:18:05.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282025-07-08T00:18:05.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292025-07-08T00:18:05.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
25302025-07-08T00:18:05.330Z
25312025-07-08T00:18:05.330Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/217)
25322025-07-08T00:18:06.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332025-07-08T00:18:06.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342025-07-08T00:18:06.596Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25352025-07-08T00:18:06.630Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25362025-07-08T00:18:06.655Z Compiling rustix v1.0.7
25372025-07-08T00:18:06.681Z Compiling wait-timeout v0.2.0
25382025-07-08T00:18:06.681Z Compiling match_cfg v0.1.0
25392025-07-08T00:18:06.681Z Compiling bit-vec v0.8.0
25402025-07-08T00:18:06.681Z Compiling quick-error v1.2.3
25412025-07-08T00:18:06.681Z Compiling rustls v0.22.4
25422025-07-08T00:18:06.781Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25432025-07-08T00:18:06.829Z Compiling hostname v0.3.1
25442025-07-08T00:18:06.920Z Compiling progenitor-client v0.9.1
25452025-07-08T00:18:07.073Z Compiling slog-json v2.6.1
25462025-07-08T00:18:07.142Z Compiling bit-set v0.8.0
25472025-07-08T00:18:07.194Z Compiling rand_xorshift v0.4.0
25482025-07-08T00:18:07.238Z Compiling itertools v0.13.0
25492025-07-08T00:18:07.359Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25502025-07-08T00:18:07.454Z Compiling hex v0.4.3
25512025-07-08T00:18:07.481Z Compiling unarray v0.1.4
25522025-07-08T00:18:07.481Z Compiling heapless v0.8.0
25532025-07-08T00:18:07.540Z Compiling slog-bunyan v2.5.0
25542025-07-08T00:18:07.692Z Compiling progenitor v0.9.1
25552025-07-08T00:18:07.795Z Compiling ref-cast v1.0.24
25562025-07-08T00:18:07.950Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25572025-07-08T00:18:07.983Z Compiling async-stream v0.3.6
25582025-07-08T00:18:08.013Z Compiling multer v3.1.0
25592025-07-08T00:18:08.176Z Compiling toml v0.8.23
25602025-07-08T00:18:08.295Z Compiling waitgroup v0.1.2
25612025-07-08T00:18:08.363Z Compiling tempfile v3.20.0
25622025-07-08T00:18:08.553Z Compiling rustls-pemfile v2.2.0
25632025-07-08T00:18:08.783Z Checking hash32 v0.3.1
25642025-07-08T00:18:08.913Z Compiling rusty-fork v0.3.0
25652025-07-08T00:18:08.956Z Compiling serde_path_to_error v0.1.17
25662025-07-08T00:18:09.001Z Compiling hostname v0.4.0
25672025-07-08T00:18:09.166Z Compiling instant v0.1.13
25682025-07-08T00:18:09.239Z Compiling smoltcp v0.11.0
25692025-07-08T00:18:09.359Z Compiling proptest v1.7.0
25702025-07-08T00:18:09.524Z Compiling debug-ignore v1.0.5
25712025-07-08T00:18:09.611Z Compiling backoff v0.4.0
25722025-07-08T00:18:09.719Z Compiling iddqd v0.3.8
25732025-07-08T00:18:09.879Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25742025-07-08T00:18:09.946Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25752025-07-08T00:18:10.037Z Compiling ingot-macros v0.1.0
25762025-07-08T00:18:10.145Z Compiling serde_with v3.14.0
25772025-07-08T00:18:10.525Z Compiling parse-display v0.10.0
25782025-07-08T00:18:11.087Z Compiling tokio-rustls v0.25.0
25792025-07-08T00:18:11.489Z Compiling dropshot v0.16.2
25802025-07-08T00:18:12.344Z Checking num-rational v0.4.2
25812025-07-08T00:18:13.106Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25822025-07-08T00:18:13.212Z Compiling progenitor-client v0.10.0
25832025-07-08T00:18:13.789Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
25842025-07-08T00:18:14.825Z Compiling phf_generator v0.11.2
25852025-07-08T00:18:15.056Z Checking num-complex v0.4.6
25862025-07-08T00:18:15.418Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
25872025-07-08T00:18:15.955Z Compiling macaddr v1.0.1
25882025-07-08T00:18:16.260Z Checking ingot-types v0.1.0
25892025-07-08T00:18:16.376Z Checking cobs v0.2.3
25902025-07-08T00:18:16.403Z Checking num v0.4.3
25912025-07-08T00:18:16.630Z Checking postcard v1.0.10
25922025-07-08T00:18:16.800Z Compiling phf_codegen v0.11.2
25932025-07-08T00:18:17.031Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
25942025-07-08T00:18:17.055Z Checking ingot v0.1.0
25952025-07-08T00:18:17.206Z Compiling parse-zoneinfo v0.3.1
25962025-07-08T00:18:17.480Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
25972025-07-08T00:18:17.757Z Compiling float-ord v0.3.2
25982025-07-08T00:18:17.796Z Compiling convert_case v0.4.0
25992025-07-08T00:18:18.148Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26002025-07-08T00:18:18.582Z Compiling derive_more v0.99.20
26012025-07-08T00:18:18.715Z Compiling chrono-tz-build v0.4.0
26022025-07-08T00:18:19.638Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
26032025-07-08T00:18:19.705Z Compiling crucible-workspace-hack v0.1.0
26042025-07-08T00:18:19.787Z Checking linked-hash-map v0.5.6
26052025-07-08T00:18:20.033Z Compiling chrono-tz v0.10.3
26062025-07-08T00:18:20.196Z Checking lru-cache v0.1.2
26072025-07-08T00:18:20.260Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
26082025-07-08T00:18:20.426Z Checking resolv-conf v0.7.0
26092025-07-08T00:18:20.494Z Checking newline-converter v0.3.0
26102025-07-08T00:18:20.679Z Checking hickory-proto v0.24.4
26112025-07-08T00:18:20.720Z Checking itertools v0.14.0
26122025-07-08T00:18:20.790Z Checking prettyplease v0.2.35
26132025-07-08T00:18:21.283Z Compiling slog-dtrace v0.3.0
26142025-07-08T00:18:21.982Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26152025-07-08T00:18:22.511Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
26162025-07-08T00:18:22.544Z Checking expectorate v1.2.0
26172025-07-08T00:18:22.761Z Compiling zone_cfg_derive v0.3.0
26182025-07-08T00:18:23.162Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
26192025-07-08T00:18:23.187Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26202025-07-08T00:18:23.516Z Compiling const_format_proc_macros v0.2.34
26212025-07-08T00:18:23.976Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26222025-07-08T00:18:24.119Z Compiling num-derive v0.4.2
26232025-07-08T00:18:24.161Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26242025-07-08T00:18:24.458Z Checking highway v1.3.0
26252025-07-08T00:18:24.483Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26262025-07-08T00:18:24.668Z Checking hickory-resolver v0.24.4
26272025-07-08T00:18:24.932Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26282025-07-08T00:18:24.975Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26292025-07-08T00:18:25.265Z Checking const_format v0.2.34
26302025-07-08T00:18:25.735Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312025-07-08T00:18:25.908Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b)
26322025-07-08T00:18:25.992Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26332025-07-08T00:18:26.018Z Checking zone v0.3.1
26342025-07-08T00:18:26.311Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
26352025-07-08T00:18:26.347Z Checking qorb v0.4.0
26362025-07-08T00:18:26.685Z Checking gethostname v0.5.0
26372025-07-08T00:18:26.811Z Checking bcs v0.1.6
26382025-07-08T00:18:26.846Z Checking nanorand v0.7.0
26392025-07-08T00:18:26.871Z Compiling async-recursion v1.1.1
26402025-07-08T00:18:26.920Z Checking termtree v0.5.1
26412025-07-08T00:18:27.234Z Checking flume v0.11.1
26422025-07-08T00:18:27.286Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26432025-07-08T00:18:33.460Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26442025-07-08T00:18:37.732Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26452025-07-08T00:18:41.549Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26462025-07-08T00:18:43.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.12s
26472025-07-08T00:18:43.670Z
26482025-07-08T00:18:43.671Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/217)
26492025-07-08T00:18:44.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-07-08T00:18:44.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-07-08T00:18:44.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522025-07-08T00:18:44.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
26532025-07-08T00:18:44.833Z
26542025-07-08T00:18:44.833Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/217)
26552025-07-08T00:18:45.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-07-08T00:18:45.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-07-08T00:18:45.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582025-07-08T00:18:45.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
26592025-07-08T00:18:46.034Z
26602025-07-08T00:18:46.034Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/217)
26612025-07-08T00:18:47.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-07-08T00:18:47.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-07-08T00:18:47.221Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642025-07-08T00:18:48.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
26652025-07-08T00:18:48.216Z
26662025-07-08T00:18:48.216Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/217)
26672025-07-08T00:18:49.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682025-07-08T00:18:49.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692025-07-08T00:18:49.435Z Compiling cfg_aliases v0.1.1
26702025-07-08T00:18:49.435Z Compiling vte_generate_state_changes v0.1.2
26712025-07-08T00:18:49.460Z Checking fd-lock v4.0.2
26722025-07-08T00:18:49.460Z Checking nibble_vec v0.1.0
26732025-07-08T00:18:49.460Z Checking endian-type v0.1.2
26742025-07-08T00:18:49.460Z Checking bytecount v0.6.8
26752025-07-08T00:18:49.485Z Compiling tabled_derive v0.7.0
26762025-07-08T00:18:49.515Z Checking itertools v0.13.0
26772025-07-08T00:18:49.615Z Compiling nix v0.28.0
26782025-07-08T00:18:49.728Z Compiling peg-macros v0.8.5
26792025-07-08T00:18:49.753Z Checking papergrid v0.11.0
26802025-07-08T00:18:49.753Z Checking radix_trie v0.2.1
26812025-07-08T00:18:49.793Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26822025-07-08T00:18:50.037Z Checking vte v0.11.1
26832025-07-08T00:18:50.222Z Compiling sqlparser_derive v0.2.2
26842025-07-08T00:18:50.727Z Checking unicode_categories v0.1.1
26852025-07-08T00:18:51.015Z Checking home v0.5.9
26862025-07-08T00:18:51.178Z Checking nu-ansi-term v0.50.1
26872025-07-08T00:18:51.213Z Checking sqlparser v0.45.0
26882025-07-08T00:18:51.238Z Checking sqlformat v0.3.5
26892025-07-08T00:18:51.305Z Checking strip-ansi-escapes v0.2.0
26902025-07-08T00:18:51.562Z Checking display-error-chain v0.2.2
26912025-07-08T00:18:51.621Z Checking tabled v0.15.0
26922025-07-08T00:18:51.907Z Checking reedline v0.40.0
26932025-07-08T00:18:52.274Z Checking peg v0.8.5
26942025-07-08T00:18:52.616Z Checking rustyline v14.0.0
26952025-07-08T00:19:05.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.53s
26962025-07-08T00:19:05.959Z
26972025-07-08T00:19:05.959Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/217)
26982025-07-08T00:19:07.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-07-08T00:19:07.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-07-08T00:19:07.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27012025-07-08T00:19:14.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s
27022025-07-08T00:19:14.944Z
27032025-07-08T00:19:14.944Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/217)
27042025-07-08T00:19:15.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-07-08T00:19:15.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-07-08T00:19:16.090Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27072025-07-08T00:19:21.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
27082025-07-08T00:19:21.420Z
27092025-07-08T00:19:21.420Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/217)
27102025-07-08T00:19:22.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-07-08T00:19:22.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-07-08T00:19:22.720Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27132025-07-08T00:19:30.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s
27142025-07-08T00:19:30.264Z
27152025-07-08T00:19:30.264Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/217)
27162025-07-08T00:19:31.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-07-08T00:19:31.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-07-08T00:19:31.576Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27192025-07-08T00:19:38.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s
27202025-07-08T00:19:38.984Z
27212025-07-08T00:19:38.984Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/217)
27222025-07-08T00:19:39.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-07-08T00:19:40.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-07-08T00:19:40.186Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27252025-07-08T00:19:45.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.90s
27262025-07-08T00:19:46.088Z
27272025-07-08T00:19:46.088Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/217)
27282025-07-08T00:19:47.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-07-08T00:19:47.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-07-08T00:19:47.255Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312025-07-08T00:19:52.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.88s
27322025-07-08T00:19:53.182Z
27332025-07-08T00:19:53.183Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/217)
27342025-07-08T00:19:54.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-07-08T00:19:54.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-07-08T00:19:54.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27372025-07-08T00:20:01.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
27382025-07-08T00:20:01.924Z
27392025-07-08T00:20:01.924Zinfo: running `cargo check --bins` on oximeter (67/217)
27402025-07-08T00:20:02.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-07-08T00:20:02.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-07-08T00:20:02.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-07-08T00:20:02.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27442025-07-08T00:20:02.986Z
27452025-07-08T00:20:02.986Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/217)
27462025-07-08T00:20:03.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-07-08T00:20:03.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-07-08T00:20:03.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-07-08T00:20:03.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
27502025-07-08T00:20:03.991Z
27512025-07-08T00:20:03.991Zinfo: running `cargo check --bins` on oximeter-schema (69/217)
27522025-07-08T00:20:04.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-07-08T00:20:04.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-07-08T00:20:05.104Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27552025-07-08T00:20:07.846Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27562025-07-08T00:20:09.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
27572025-07-08T00:20:09.455Z
27582025-07-08T00:20:09.455Zinfo: running `cargo check --bins` on oximeter-types (70/217)
27592025-07-08T00:20:10.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602025-07-08T00:20:10.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612025-07-08T00:20:10.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622025-07-08T00:20:10.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
27632025-07-08T00:20:10.563Z
27642025-07-08T00:20:10.563Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/217)
27652025-07-08T00:20:11.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662025-07-08T00:20:11.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672025-07-08T00:20:11.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682025-07-08T00:20:11.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27692025-07-08T00:20:11.617Z
27702025-07-08T00:20:11.617Zinfo: running `cargo check --bins` on oxql-types (72/217)
27712025-07-08T00:20:12.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722025-07-08T00:20:12.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732025-07-08T00:20:12.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742025-07-08T00:20:12.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
27752025-07-08T00:20:12.667Z
27762025-07-08T00:20:12.667Zinfo: running `cargo check --bins` on oximeter-test-utils (73/217)
27772025-07-08T00:20:13.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-07-08T00:20:13.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-07-08T00:20:13.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-07-08T00:20:13.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
27812025-07-08T00:20:13.763Z
27822025-07-08T00:20:13.763Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/217)
27832025-07-08T00:20:14.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-07-08T00:20:14.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-07-08T00:20:14.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-07-08T00:20:14.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
27872025-07-08T00:20:14.850Z
27882025-07-08T00:20:14.850Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/217)
27892025-07-08T00:20:15.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-07-08T00:20:15.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-07-08T00:20:15.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-07-08T00:20:15.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
27932025-07-08T00:20:15.925Z
27942025-07-08T00:20:15.925Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/217)
27952025-07-08T00:20:16.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-07-08T00:20:16.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-07-08T00:20:16.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-07-08T00:20:16.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
27992025-07-08T00:20:16.997Z
28002025-07-08T00:20:16.997Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/217)
28012025-07-08T00:20:17.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-07-08T00:20:17.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-07-08T00:20:17.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-07-08T00:20:17.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28052025-07-08T00:20:18.061Z
28062025-07-08T00:20:18.061Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/217)
28072025-07-08T00:20:18.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-07-08T00:20:19.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-07-08T00:20:19.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-07-08T00:20:19.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28112025-07-08T00:20:19.110Z
28122025-07-08T00:20:19.110Zinfo: running `cargo check --bins` on cockroach-admin-client (79/217)
28132025-07-08T00:20:19.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-07-08T00:20:20.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-07-08T00:20:20.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-07-08T00:20:20.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
28172025-07-08T00:20:20.117Z
28182025-07-08T00:20:20.117Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/217)
28192025-07-08T00:20:21.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-07-08T00:20:21.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-07-08T00:20:21.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-07-08T00:20:21.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28232025-07-08T00:20:21.184Z
28242025-07-08T00:20:21.184Zinfo: running `cargo check --bins` on dns-service-client (81/217)
28252025-07-08T00:20:22.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-07-08T00:20:22.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-07-08T00:20:22.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-07-08T00:20:22.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28292025-07-08T00:20:22.211Z
28302025-07-08T00:20:22.211Zinfo: running `cargo check --bins` on internal-dns-types (82/217)
28312025-07-08T00:20:23.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-07-08T00:20:23.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-07-08T00:20:23.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-07-08T00:20:23.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28352025-07-08T00:20:23.257Z
28362025-07-08T00:20:23.257Zinfo: running `cargo check --bins` on gateway-client (83/217)
28372025-07-08T00:20:24.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-07-08T00:20:24.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-07-08T00:20:24.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-07-08T00:20:24.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28412025-07-08T00:20:24.320Z
28422025-07-08T00:20:24.320Zinfo: running `cargo check --bins` on ereport-types (84/217)
28432025-07-08T00:20:25.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-07-08T00:20:25.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-07-08T00:20:25.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-07-08T00:20:25.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28472025-07-08T00:20:25.361Z
28482025-07-08T00:20:25.361Zinfo: running `cargo check --bins` on gateway-types (85/217)
28492025-07-08T00:20:26.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-07-08T00:20:26.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-07-08T00:20:26.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522025-07-08T00:20:26.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28532025-07-08T00:20:26.425Z
28542025-07-08T00:20:26.425Zinfo: running `cargo check --bins` on ipcc (86/217)
28552025-07-08T00:20:27.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-07-08T00:20:27.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-07-08T00:20:27.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-07-08T00:20:27.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28592025-07-08T00:20:27.446Z
28602025-07-08T00:20:27.446Zinfo: running `cargo check --bins` on installinator-client (87/217)
28612025-07-08T00:20:28.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-07-08T00:20:28.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-07-08T00:20:28.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642025-07-08T00:20:28.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28652025-07-08T00:20:28.511Z
28662025-07-08T00:20:28.511Zinfo: running `cargo check --bins` on installinator-common (88/217)
28672025-07-08T00:20:29.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682025-07-08T00:20:29.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692025-07-08T00:20:29.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702025-07-08T00:20:29.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
28712025-07-08T00:20:29.668Z
28722025-07-08T00:20:29.668Zinfo: running `cargo check --bins` on update-engine (89/217)
28732025-07-08T00:20:30.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742025-07-08T00:20:30.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752025-07-08T00:20:30.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762025-07-08T00:20:30.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28772025-07-08T00:20:30.702Z
28782025-07-08T00:20:30.703Zinfo: running `cargo check --bins` on nexus-client (90/217)
28792025-07-08T00:20:31.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-07-08T00:20:31.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-07-08T00:20:31.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-07-08T00:20:31.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28832025-07-08T00:20:31.813Z
28842025-07-08T00:20:31.813Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (91/217)
28852025-07-08T00:20:32.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-07-08T00:20:32.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-07-08T00:20:32.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-07-08T00:20:32.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
28892025-07-08T00:20:32.907Z
28902025-07-08T00:20:32.907Zinfo: running `cargo check --bins` on omicron-passwords (92/217)
28912025-07-08T00:20:33.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-07-08T00:20:33.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-07-08T00:20:33.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-07-08T00:20:33.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
28952025-07-08T00:20:33.916Z
28962025-07-08T00:20:33.916Zinfo: running `cargo check --bins` on nexus-types (93/217)
28972025-07-08T00:20:34.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-07-08T00:20:34.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-07-08T00:20:34.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002025-07-08T00:20:34.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
29012025-07-08T00:20:34.995Z
29022025-07-08T00:20:34.995Zinfo: running `cargo check --bins` on oxide-client (94/217)
29032025-07-08T00:20:35.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-07-08T00:20:35.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-07-08T00:20:35.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062025-07-08T00:20:35.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29072025-07-08T00:20:35.994Z
29082025-07-08T00:20:35.994Zinfo: running `cargo check --bins` on oximeter-client (95/217)
29092025-07-08T00:20:36.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-07-08T00:20:36.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-07-08T00:20:36.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122025-07-08T00:20:36.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29132025-07-08T00:20:37.010Z
29142025-07-08T00:20:37.010Zinfo: running `cargo check --bins` on repo-depot-client (96/217)
29152025-07-08T00:20:37.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-07-08T00:20:37.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-07-08T00:20:37.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182025-07-08T00:20:37.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29192025-07-08T00:20:38.018Z
29202025-07-08T00:20:38.018Zinfo: running `cargo check --bins` on sled-agent-client (97/217)
29212025-07-08T00:20:38.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-07-08T00:20:39.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-07-08T00:20:39.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-07-08T00:20:39.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29252025-07-08T00:20:39.131Z
29262025-07-08T00:20:39.131Zinfo: running `cargo check --bins` on sled-agent-types (98/217)
29272025-07-08T00:20:40.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-07-08T00:20:40.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-07-08T00:20:40.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302025-07-08T00:20:40.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29312025-07-08T00:20:40.264Z
29322025-07-08T00:20:40.264Zinfo: running `cargo check --bins` on wicketd-client (99/217)
29332025-07-08T00:20:41.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-07-08T00:20:41.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-07-08T00:20:41.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-07-08T00:20:41.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29372025-07-08T00:20:41.367Z
29382025-07-08T00:20:41.367Zinfo: running `cargo check --bins` on wicket-common (100/217)
29392025-07-08T00:20:42.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-07-08T00:20:42.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-07-08T00:20:42.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-07-08T00:20:42.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29432025-07-08T00:20:42.471Z
29442025-07-08T00:20:42.471Zinfo: running `cargo check --bins` on omicron-cockroach-admin (101/217)
29452025-07-08T00:20:43.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-07-08T00:20:43.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-07-08T00:20:43.632Z Checking csv-core v0.1.11
29482025-07-08T00:20:43.632Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29492025-07-08T00:20:43.657Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29502025-07-08T00:20:43.657Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29512025-07-08T00:20:43.945Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29522025-07-08T00:20:43.982Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29532025-07-08T00:20:44.007Z Checking csv v1.3.1
29542025-07-08T00:20:44.725Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29552025-07-08T00:20:45.343Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29562025-07-08T00:20:48.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
29572025-07-08T00:20:48.689Z
29582025-07-08T00:20:48.689Zinfo: running `cargo check --bins` on cockroach-admin-api (102/217)
29592025-07-08T00:20:49.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602025-07-08T00:20:49.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612025-07-08T00:20:49.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622025-07-08T00:20:49.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
29632025-07-08T00:20:49.737Z
29642025-07-08T00:20:49.737Zinfo: running `cargo check --bins` on cockroach-admin-types (103/217)
29652025-07-08T00:20:50.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662025-07-08T00:20:50.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672025-07-08T00:20:50.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682025-07-08T00:20:50.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29692025-07-08T00:20:50.769Z
29702025-07-08T00:20:50.769Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (104/217)
29712025-07-08T00:20:51.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722025-07-08T00:20:51.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732025-07-08T00:20:51.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742025-07-08T00:20:51.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
29752025-07-08T00:20:51.939Z
29762025-07-08T00:20:51.939Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (105/217)
29772025-07-08T00:20:52.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782025-07-08T00:20:53.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792025-07-08T00:20:53.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802025-07-08T00:20:53.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
29812025-07-08T00:20:53.137Z
29822025-07-08T00:20:53.137Zinfo: running `cargo check --bins` on dns-server (106/217)
29832025-07-08T00:20:54.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842025-07-08T00:20:54.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852025-07-08T00:20:54.337Z Compiling typify-impl v0.4.1
29862025-07-08T00:20:54.372Z Compiling parking_lot_core v0.8.6
29872025-07-08T00:20:54.396Z Compiling moka v0.12.10
29882025-07-08T00:20:54.396Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29892025-07-08T00:20:54.396Z Checking tagptr v0.2.0
29902025-07-08T00:20:54.433Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29912025-07-08T00:20:54.472Z Checking prefix-trie v0.7.0
29922025-07-08T00:20:54.704Z Checking fxhash v0.2.1
29932025-07-08T00:20:54.729Z Checking hickory-client v0.25.2
29942025-07-08T00:20:55.144Z Checking hickory-server v0.25.2
29952025-07-08T00:20:55.207Z Checking parking_lot v0.11.2
29962025-07-08T00:20:55.534Z Checking sled v0.34.7
29972025-07-08T00:20:55.640Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29982025-07-08T00:20:56.069Z Checking hickory-resolver v0.25.2
29992025-07-08T00:21:01.119Z Compiling typify-macro v0.4.1
30002025-07-08T00:21:03.111Z Compiling typify v0.4.1
30012025-07-08T00:21:03.246Z Compiling progenitor-impl v0.10.0
30022025-07-08T00:21:06.469Z Compiling progenitor-macro v0.10.0
30032025-07-08T00:21:11.189Z Checking progenitor v0.10.0
30042025-07-08T00:21:11.393Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30052025-07-08T00:21:12.041Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30062025-07-08T00:21:13.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.83s
30072025-07-08T00:21:14.153Z
30082025-07-08T00:21:14.154Zinfo: running `cargo check --bins` on dns-server-api (107/217)
30092025-07-08T00:21:15.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-07-08T00:21:15.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-07-08T00:21:15.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122025-07-08T00:21:15.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
30132025-07-08T00:21:15.240Z
30142025-07-08T00:21:15.240Zinfo: running `cargo check --bins` on openapi-manager-types (108/217)
30152025-07-08T00:21:16.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-07-08T00:21:16.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-07-08T00:21:16.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182025-07-08T00:21:16.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30192025-07-08T00:21:16.228Z
30202025-07-08T00:21:16.228Zinfo: running `cargo check --bins` on gateway-test-utils (109/217)
30212025-07-08T00:21:17.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-07-08T00:21:17.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-07-08T00:21:17.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242025-07-08T00:21:17.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30252025-07-08T00:21:17.367Z
30262025-07-08T00:21:17.367Zinfo: running `cargo check --bins` on omicron-gateway (110/217)
30272025-07-08T00:21:18.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-07-08T00:21:18.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-07-08T00:21:18.632Z Checking half v2.4.1
30302025-07-08T00:21:18.632Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30312025-07-08T00:21:18.656Z Checking ciborium-io v0.2.2
30322025-07-08T00:21:18.704Z Compiling semver v0.1.20
30332025-07-08T00:21:18.729Z Compiling radium v0.7.0
30342025-07-08T00:21:18.756Z Compiling zerocopy-derive v0.6.6
30352025-07-08T00:21:18.780Z Checking tap v1.0.1
30362025-07-08T00:21:18.780Z Compiling maybe-uninit v2.0.0
30372025-07-08T00:21:18.821Z Checking password-hash v0.5.0
30382025-07-08T00:21:18.957Z Checking wyz v0.5.1
30392025-07-08T00:21:19.093Z Checking ciborium-ll v0.2.2
30402025-07-08T00:21:19.224Z Compiling rustc_version v0.1.7
30412025-07-08T00:21:19.285Z Checking blake2 v0.10.6
30422025-07-08T00:21:19.285Z Checking crc-catalog v2.4.0
30432025-07-08T00:21:19.349Z Compiling owo-colors v4.2.2
30442025-07-08T00:21:19.377Z Compiling cancel-safe-futures v0.1.5
30452025-07-08T00:21:19.422Z Checking ciborium v0.2.2
30462025-07-08T00:21:19.497Z Checking funty v2.0.0
30472025-07-08T00:21:19.639Z Compiling packed_struct v0.10.1
30482025-07-08T00:21:19.695Z Compiling newtype_derive v0.1.6
30492025-07-08T00:21:19.787Z Checking crc v3.2.1
30502025-07-08T00:21:19.812Z Checking argon2 v0.5.3
30512025-07-08T00:21:20.077Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30522025-07-08T00:21:20.107Z Compiling packed_struct_codegen v0.10.1
30532025-07-08T00:21:20.132Z Checking libsw-core v0.3.1
30542025-07-08T00:21:20.195Z Checking secrecy v0.10.3
30552025-07-08T00:21:20.276Z Checking bitvec v1.0.1
30562025-07-08T00:21:20.300Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30572025-07-08T00:21:20.399Z Compiling indexmap v1.9.3
30582025-07-08T00:21:20.424Z Checking fixedbitset v0.5.7
30592025-07-08T00:21:20.483Z Checking zerocopy v0.6.6
30602025-07-08T00:21:20.509Z Checking nodrop v0.1.14
30612025-07-08T00:21:20.651Z Checking array-init v0.0.4
30622025-07-08T00:21:20.676Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30632025-07-08T00:21:20.702Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30642025-07-08T00:21:20.756Z Checking libsw v3.5.0
30652025-07-08T00:21:20.805Z Checking petgraph v0.8.2
30662025-07-08T00:21:21.006Z Checking smallvec v0.6.14
30672025-07-08T00:21:21.031Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30682025-07-08T00:21:21.439Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30692025-07-08T00:21:21.779Z Checking swrite v0.1.0
30702025-07-08T00:21:21.804Z Checking linear-map v1.2.0
30712025-07-08T00:21:21.928Z Checking hashbrown v0.12.3
30722025-07-08T00:21:22.112Z Checking indent_write v2.2.0
30732025-07-08T00:21:22.195Z Checking termcolor v1.4.1
30742025-07-08T00:21:22.344Z Checking bitfield v0.14.0
30752025-07-08T00:21:22.559Z Checking ron v0.8.1
30762025-07-08T00:21:22.591Z Checking env_logger v0.10.2
30772025-07-08T00:21:22.616Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30782025-07-08T00:21:22.669Z Checking serde-hex v0.1.0
30792025-07-08T00:21:23.007Z Checking steno v0.4.1
30802025-07-08T00:21:23.072Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30812025-07-08T00:21:23.418Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30822025-07-08T00:21:23.602Z Checking hashbrown v0.13.2
30832025-07-08T00:21:23.678Z Checking humantime v2.2.0
30842025-07-08T00:21:23.793Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30852025-07-08T00:21:23.989Z Checking crc-any v2.5.0
30862025-07-08T00:21:24.341Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30872025-07-08T00:21:24.489Z Checking object v0.30.4
30882025-07-08T00:21:24.608Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
30892025-07-08T00:21:24.868Z Checking void v1.0.2
30902025-07-08T00:21:24.952Z Checking path-slash v0.1.5
30912025-07-08T00:21:24.976Z Checking half v1.8.3
30922025-07-08T00:21:25.046Z Checking lzss v0.8.2
30932025-07-08T00:21:25.100Z Checking tungstenite v0.23.0
30942025-07-08T00:21:25.347Z Checking serde_cbor v0.11.2
30952025-07-08T00:21:25.458Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30962025-07-08T00:21:25.626Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
30972025-07-08T00:21:25.879Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30982025-07-08T00:21:26.026Z Checking nix v0.27.1
30992025-07-08T00:21:26.133Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
31002025-07-08T00:21:26.157Z Checking kstat-rs v0.2.4
31012025-07-08T00:21:26.182Z Checking serde_bytes v0.11.17
31022025-07-08T00:21:26.306Z Checking tokio-tungstenite v0.23.1
31032025-07-08T00:21:26.439Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31042025-07-08T00:21:26.489Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31052025-07-08T00:21:26.518Z Checking signal-hook-tokio v0.3.1
31062025-07-08T00:21:27.281Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31072025-07-08T00:21:31.763Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31082025-07-08T00:21:33.471Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31092025-07-08T00:21:44.758Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31102025-07-08T00:21:54.713Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31112025-07-08T00:21:55.750Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31122025-07-08T00:21:59.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.49s
31132025-07-08T00:22:00.063Z
31142025-07-08T00:22:00.063Zinfo: running `cargo check --bins` on gateway-api (111/217)
31152025-07-08T00:22:00.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162025-07-08T00:22:00.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172025-07-08T00:22:00.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182025-07-08T00:22:00.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31192025-07-08T00:22:01.091Z
31202025-07-08T00:22:01.091Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (112/217)
31212025-07-08T00:22:02.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222025-07-08T00:22:02.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232025-07-08T00:22:02.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242025-07-08T00:22:02.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31252025-07-08T00:22:02.128Z
31262025-07-08T00:22:02.128Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/217)
31272025-07-08T00:22:03.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282025-07-08T00:22:03.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292025-07-08T00:22:03.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302025-07-08T00:22:03.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
31312025-07-08T00:22:03.191Z
31322025-07-08T00:22:03.191Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/217)
31332025-07-08T00:22:04.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342025-07-08T00:22:04.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352025-07-08T00:22:04.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362025-07-08T00:22:04.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
31372025-07-08T00:22:04.254Z
31382025-07-08T00:22:04.254Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/217)
31392025-07-08T00:22:05.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402025-07-08T00:22:05.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412025-07-08T00:22:05.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422025-07-08T00:22:05.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31432025-07-08T00:22:05.377Z
31442025-07-08T00:22:05.377Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/217)
31452025-07-08T00:22:06.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462025-07-08T00:22:06.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472025-07-08T00:22:06.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482025-07-08T00:22:06.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
31492025-07-08T00:22:06.432Z
31502025-07-08T00:22:06.432Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/217)
31512025-07-08T00:22:07.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522025-07-08T00:22:07.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532025-07-08T00:22:07.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542025-07-08T00:22:07.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
31552025-07-08T00:22:07.453Z
31562025-07-08T00:22:07.453Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/217)
31572025-07-08T00:22:08.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582025-07-08T00:22:08.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592025-07-08T00:22:08.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602025-07-08T00:22:08.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31612025-07-08T00:22:08.480Z
31622025-07-08T00:22:08.480Zinfo: running `cargo check --bins` on oximeter-producer (119/217)
31632025-07-08T00:22:09.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642025-07-08T00:22:09.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652025-07-08T00:22:09.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662025-07-08T00:22:09.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
31672025-07-08T00:22:09.667Z
31682025-07-08T00:22:09.667Zinfo: running `cargo check --bins` on internal-dns-resolver (120/217)
31692025-07-08T00:22:10.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702025-07-08T00:22:10.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712025-07-08T00:22:10.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722025-07-08T00:22:10.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31732025-07-08T00:22:10.782Z
31742025-07-08T00:22:10.782Zinfo: running `cargo check --bins` on sp-sim (121/217)
31752025-07-08T00:22:11.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762025-07-08T00:22:11.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772025-07-08T00:22:11.916Z Compiling nix v0.30.1
31782025-07-08T00:22:11.917Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31792025-07-08T00:22:11.941Z Checking keccak v0.1.5
31802025-07-08T00:22:12.299Z Checking sha3 v0.10.8
31812025-07-08T00:22:12.331Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31822025-07-08T00:22:14.532Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31832025-07-08T00:22:17.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s
31842025-07-08T00:22:17.467Z
31852025-07-08T00:22:17.467Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (122/217)
31862025-07-08T00:22:18.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872025-07-08T00:22:18.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882025-07-08T00:22:18.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892025-07-08T00:22:18.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
31902025-07-08T00:22:18.584Z
31912025-07-08T00:22:18.584Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/217)
31922025-07-08T00:22:19.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932025-07-08T00:22:19.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942025-07-08T00:22:19.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952025-07-08T00:22:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
31962025-07-08T00:22:19.804Z
31972025-07-08T00:22:19.804Zinfo: running `cargo check --bins` on db-macros (124/217)
31982025-07-08T00:22:20.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992025-07-08T00:22:20.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002025-07-08T00:22:20.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012025-07-08T00:22:20.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
32022025-07-08T00:22:20.828Z
32032025-07-08T00:22:20.828Zinfo: running `cargo check --bins` on nexus-macros-common (125/217)
32042025-07-08T00:22:21.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052025-07-08T00:22:21.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062025-07-08T00:22:21.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072025-07-08T00:22:21.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
32082025-07-08T00:22:21.861Z
32092025-07-08T00:22:21.861Zinfo: running `cargo check --bins` on nexus-auth (126/217)
32102025-07-08T00:22:22.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112025-07-08T00:22:22.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122025-07-08T00:22:22.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132025-07-08T00:22:22.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
32142025-07-08T00:22:22.933Z
32152025-07-08T00:22:22.933Zinfo: running `cargo check --bins` on authz-macros (127/217)
32162025-07-08T00:22:23.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172025-07-08T00:22:23.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182025-07-08T00:22:23.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192025-07-08T00:22:23.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
32202025-07-08T00:22:23.886Z
32212025-07-08T00:22:23.886Zinfo: running `cargo check --bins` on nexus-db-fixed-data (128/217)
32222025-07-08T00:22:24.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232025-07-08T00:22:24.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242025-07-08T00:22:24.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252025-07-08T00:22:24.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
32262025-07-08T00:22:24.975Z
32272025-07-08T00:22:24.975Zinfo: running `cargo check --bins` on nexus-db-model (129/217)
32282025-07-08T00:22:25.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292025-07-08T00:22:25.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302025-07-08T00:22:25.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312025-07-08T00:22:25.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32322025-07-08T00:22:26.148Z
32332025-07-08T00:22:26.148Zinfo: running `cargo check --bins` on nexus-db-schema (130/217)
32342025-07-08T00:22:27.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352025-07-08T00:22:27.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362025-07-08T00:22:27.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372025-07-08T00:22:27.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
32382025-07-08T00:22:27.165Z
32392025-07-08T00:22:27.165Zinfo: running `cargo check --bins` on nexus-defaults (131/217)
32402025-07-08T00:22:28.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412025-07-08T00:22:28.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422025-07-08T00:22:28.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432025-07-08T00:22:28.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
32442025-07-08T00:22:28.251Z
32452025-07-08T00:22:28.251Zinfo: running `cargo check --bins` on nexus-db-errors (132/217)
32462025-07-08T00:22:29.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472025-07-08T00:22:29.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482025-07-08T00:22:29.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492025-07-08T00:22:29.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
32502025-07-08T00:22:29.415Z
32512025-07-08T00:22:29.415Zinfo: running `cargo check --bins` on nexus-db-lookup (133/217)
32522025-07-08T00:22:30.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532025-07-08T00:22:30.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542025-07-08T00:22:30.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552025-07-08T00:22:30.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
32562025-07-08T00:22:30.542Z
32572025-07-08T00:22:30.542Zinfo: running `cargo check --bins` on nexus-inventory (134/217)
32582025-07-08T00:22:31.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592025-07-08T00:22:31.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602025-07-08T00:22:31.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612025-07-08T00:22:31.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32622025-07-08T00:22:31.670Z
32632025-07-08T00:22:31.670Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (135/217)
32642025-07-08T00:22:32.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652025-07-08T00:22:32.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662025-07-08T00:22:32.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672025-07-08T00:22:32.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
32682025-07-08T00:22:32.742Z
32692025-07-08T00:22:32.742Zinfo: running `cargo check --bins --no-default-features` on sled-storage (136/217)
32702025-07-08T00:22:33.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712025-07-08T00:22:33.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722025-07-08T00:22:33.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732025-07-08T00:22:33.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
32742025-07-08T00:22:33.803Z
32752025-07-08T00:22:33.803Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (137/217)
32762025-07-08T00:22:34.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-07-08T00:22:34.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-07-08T00:22:34.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792025-07-08T00:22:34.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
32802025-07-08T00:22:34.878Z
32812025-07-08T00:22:34.878Zinfo: running `cargo check --bins` on key-manager (138/217)
32822025-07-08T00:22:35.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-07-08T00:22:35.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-07-08T00:22:35.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852025-07-08T00:22:35.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
32862025-07-08T00:22:35.925Z
32872025-07-08T00:22:35.925Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (139/217)
32882025-07-08T00:22:37.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892025-07-08T00:22:37.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902025-07-08T00:22:37.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912025-07-08T00:22:37.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
32922025-07-08T00:22:37.404Z
32932025-07-08T00:22:37.404Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (140/217)
32942025-07-08T00:22:37.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952025-07-08T00:22:37.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962025-07-08T00:22:37.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972025-07-08T00:22:37.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
32982025-07-08T00:22:38.041Z
32992025-07-08T00:22:38.041Zinfo: running `cargo check --bins` on typed-rng (141/217)
33002025-07-08T00:22:38.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012025-07-08T00:22:38.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022025-07-08T00:22:38.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032025-07-08T00:22:38.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
33042025-07-08T00:22:39.019Z
33052025-07-08T00:22:39.019Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (142/217)
33062025-07-08T00:22:40.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072025-07-08T00:22:40.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082025-07-08T00:22:40.411Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33092025-07-08T00:22:40.411Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33102025-07-08T00:22:40.411Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33112025-07-08T00:22:40.436Z Compiling thiserror-impl-no-std v2.0.2
33122025-07-08T00:22:40.436Z Checking universal-hash v0.5.1
33132025-07-08T00:22:40.436Z Checking opaque-debug v0.3.1
33142025-07-08T00:22:40.436Z Checking chacha20 v0.9.1
33152025-07-08T00:22:40.436Z Checking aead v0.5.2
33162025-07-08T00:22:40.642Z Compiling unicase v2.7.0
33172025-07-08T00:22:40.722Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33182025-07-08T00:22:40.760Z Checking poly1305 v0.8.0
33192025-07-08T00:22:40.821Z Compiling libefi-sys v0.1.0
33202025-07-08T00:22:40.924Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
33212025-07-08T00:22:40.974Z Compiling bitfield-struct v0.6.2
33222025-07-08T00:22:41.019Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33232025-07-08T00:22:41.077Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33242025-07-08T00:22:41.190Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33252025-07-08T00:22:41.244Z Checking chacha20poly1305 v0.10.1
33262025-07-08T00:22:41.428Z Compiling proc-macro-error-attr2 v2.0.0
33272025-07-08T00:22:41.453Z Compiling salty v0.3.0
33282025-07-08T00:22:41.507Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33292025-07-08T00:22:41.649Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33302025-07-08T00:22:41.904Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33312025-07-08T00:22:42.110Z Compiling num-derive v0.3.3
33322025-07-08T00:22:42.135Z Compiling proc-macro-error2 v2.0.1
33332025-07-08T00:22:42.159Z Compiling xshell-macros v0.2.7
33342025-07-08T00:22:42.190Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33352025-07-08T00:22:42.673Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33362025-07-08T00:22:42.712Z Checking papergrid v0.14.0
33372025-07-08T00:22:42.796Z Checking thiserror-no-std v2.0.2
33382025-07-08T00:22:42.821Z Checking xshell v0.2.7
33392025-07-08T00:22:42.936Z Checking vsss-rs v3.3.4
33402025-07-08T00:22:43.137Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33412025-07-08T00:22:43.164Z Compiling tabled_derive v0.10.0
33422025-07-08T00:22:43.334Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33432025-07-08T00:22:43.834Z Checking libscf-sys v1.1.0
33442025-07-08T00:22:44.036Z Compiling mime_guess v2.0.5
33452025-07-08T00:22:44.085Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33462025-07-08T00:22:44.684Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33472025-07-08T00:22:45.473Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33482025-07-08T00:22:45.547Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33492025-07-08T00:22:45.753Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33502025-07-08T00:22:45.907Z Checking primeorder v0.13.6
33512025-07-08T00:22:46.059Z Checking env_filter v0.1.2
33522025-07-08T00:22:46.342Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33532025-07-08T00:22:46.384Z Checking p384 v0.13.0
33542025-07-08T00:22:46.483Z Checking env_logger v0.11.5
33552025-07-08T00:22:46.778Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33562025-07-08T00:22:46.856Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
33572025-07-08T00:22:46.902Z Checking tabled v0.18.0
33582025-07-08T00:22:46.975Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33592025-07-08T00:22:47.385Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33602025-07-08T00:22:47.411Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33612025-07-08T00:22:47.437Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
33622025-07-08T00:22:47.668Z Checking http-range v0.1.5
33632025-07-08T00:22:47.773Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33642025-07-08T00:22:47.798Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33652025-07-08T00:22:47.882Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
33662025-07-08T00:22:48.189Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33672025-07-08T00:22:48.215Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33682025-07-08T00:22:48.241Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
33692025-07-08T00:22:48.317Z Checking secrecy v0.8.0
33702025-07-08T00:22:48.526Z Checking atty v0.2.14
33712025-07-08T00:22:48.682Z Checking crc8 v0.1.1
33722025-07-08T00:22:48.766Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33732025-07-08T00:22:48.941Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33742025-07-08T00:22:49.262Z Checking hyper-staticfile v0.10.1
33752025-07-08T00:22:49.312Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33762025-07-08T00:22:49.469Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
33772025-07-08T00:22:49.804Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33782025-07-08T00:22:49.870Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33792025-07-08T00:22:49.968Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33802025-07-08T00:22:50.220Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33812025-07-08T00:22:50.335Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33822025-07-08T00:22:50.733Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33832025-07-08T00:22:50.961Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33842025-07-08T00:22:51.131Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33852025-07-08T00:22:51.508Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33862025-07-08T00:22:51.533Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872025-07-08T00:22:51.613Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33882025-07-08T00:22:52.508Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33892025-07-08T00:22:52.912Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
33902025-07-08T00:22:53.077Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33912025-07-08T00:22:54.702Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
33922025-07-08T00:22:56.301Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
33932025-07-08T00:23:03.382Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33942025-07-08T00:23:22.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.99s
33952025-07-08T00:23:22.233Z
33962025-07-08T00:23:22.233Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (143/217)
33972025-07-08T00:23:23.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982025-07-08T00:23:23.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992025-07-08T00:23:24.269Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002025-07-08T00:23:42.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.14s
34012025-07-08T00:23:42.588Z
34022025-07-08T00:23:42.588Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (144/217)
34032025-07-08T00:23:43.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042025-07-08T00:23:43.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052025-07-08T00:23:43.871Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062025-07-08T00:24:03.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.29s
34072025-07-08T00:24:04.098Z
34082025-07-08T00:24:04.099Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (145/217)
34092025-07-08T00:24:05.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-07-08T00:24:05.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-07-08T00:24:05.417Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34122025-07-08T00:24:25.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.19s
34132025-07-08T00:24:25.530Z
34142025-07-08T00:24:25.530Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (146/217)
34152025-07-08T00:24:26.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162025-07-08T00:24:26.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172025-07-08T00:24:26.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34182025-07-08T00:24:46.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.30s
34192025-07-08T00:24:47.068Z
34202025-07-08T00:24:47.068Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (147/217)
34212025-07-08T00:24:48.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222025-07-08T00:24:48.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232025-07-08T00:24:48.375Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34242025-07-08T00:25:08.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.98s
34252025-07-08T00:25:08.274Z
34262025-07-08T00:25:08.274Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (148/217)
34272025-07-08T00:25:09.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282025-07-08T00:25:09.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292025-07-08T00:25:09.505Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34302025-07-08T00:25:28.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.68s
34312025-07-08T00:25:29.171Z
34322025-07-08T00:25:29.171Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (149/217)
34332025-07-08T00:25:30.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342025-07-08T00:25:30.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352025-07-08T00:25:30.430Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34362025-07-08T00:25:50.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.64s
34372025-07-08T00:25:51.031Z
34382025-07-08T00:25:51.032Zinfo: running `cargo check --bins` on bootstrap-agent-api (150/217)
34392025-07-08T00:25:51.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402025-07-08T00:25:51.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412025-07-08T00:25:51.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422025-07-08T00:25:51.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
34432025-07-08T00:25:52.108Z
34442025-07-08T00:25:52.108Zinfo: running `cargo check --bins` on range-requests (151/217)
34452025-07-08T00:25:53.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462025-07-08T00:25:53.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472025-07-08T00:25:53.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482025-07-08T00:25:53.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
34492025-07-08T00:25:53.157Z
34502025-07-08T00:25:53.157Zinfo: running `cargo check --bins` on repo-depot-api (152/217)
34512025-07-08T00:25:54.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522025-07-08T00:25:54.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532025-07-08T00:25:54.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542025-07-08T00:25:54.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
34552025-07-08T00:25:54.185Z
34562025-07-08T00:25:54.185Zinfo: running `cargo check --bins` on sled-agent-api (153/217)
34572025-07-08T00:25:55.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582025-07-08T00:25:55.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592025-07-08T00:25:55.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602025-07-08T00:25:55.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
34612025-07-08T00:25:55.298Z
34622025-07-08T00:25:55.298Zinfo: running `cargo check --bins` on sled-diagnostics (154/217)
34632025-07-08T00:25:56.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642025-07-08T00:25:56.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652025-07-08T00:25:56.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662025-07-08T00:25:56.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
34672025-07-08T00:25:56.351Z
34682025-07-08T00:25:56.351Zinfo: running `cargo check --bins` on parallel-task-set (155/217)
34692025-07-08T00:25:57.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702025-07-08T00:25:57.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712025-07-08T00:25:57.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722025-07-08T00:25:57.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
34732025-07-08T00:25:57.384Z
34742025-07-08T00:25:57.384Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (156/217)
34752025-07-08T00:25:58.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762025-07-08T00:25:58.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772025-07-08T00:25:58.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782025-07-08T00:25:58.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
34792025-07-08T00:25:58.479Z
34802025-07-08T00:25:58.479Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (157/217)
34812025-07-08T00:25:59.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822025-07-08T00:25:59.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832025-07-08T00:25:59.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842025-07-08T00:25:59.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
34852025-07-08T00:25:59.583Z
34862025-07-08T00:25:59.583Zinfo: running `cargo check --bins` on sled-agent-zone-images (158/217)
34872025-07-08T00:26:00.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882025-07-08T00:26:00.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892025-07-08T00:26:00.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902025-07-08T00:26:00.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
34912025-07-08T00:26:00.724Z
34922025-07-08T00:26:00.724Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (159/217)
34932025-07-08T00:26:01.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942025-07-08T00:26:01.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952025-07-08T00:26:01.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962025-07-08T00:26:01.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
34972025-07-08T00:26:01.861Z
34982025-07-08T00:26:01.861Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (160/217)
34992025-07-08T00:26:03.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002025-07-08T00:26:03.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012025-07-08T00:26:03.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022025-07-08T00:26:03.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
35032025-07-08T00:26:03.195Z
35042025-07-08T00:26:03.195Zinfo: running `cargo check --bins` on nexus-test-interface (161/217)
35052025-07-08T00:26:04.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062025-07-08T00:26:04.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072025-07-08T00:26:04.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082025-07-08T00:26:04.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
35092025-07-08T00:26:04.337Z
35102025-07-08T00:26:04.337Zinfo: running `cargo check --bins` on oximeter-collector (162/217)
35112025-07-08T00:26:05.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122025-07-08T00:26:05.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132025-07-08T00:26:05.575Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35142025-07-08T00:26:05.575Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35152025-07-08T00:26:06.772Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35162025-07-08T00:26:09.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
35172025-07-08T00:26:09.968Z
35182025-07-08T00:26:09.968Zinfo: running `cargo check --bins` on oximeter-api (163/217)
35192025-07-08T00:26:10.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-07-08T00:26:10.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-07-08T00:26:10.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-07-08T00:26:10.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
35232025-07-08T00:26:11.023Z
35242025-07-08T00:26:11.023Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (164/217)
35252025-07-08T00:26:12.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-07-08T00:26:12.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-07-08T00:26:12.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282025-07-08T00:26:12.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35292025-07-08T00:26:12.240Z
35302025-07-08T00:26:12.240Zinfo: running `cargo check --bins` on cert-dev (165/217)
35312025-07-08T00:26:13.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-07-08T00:26:13.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-07-08T00:26:13.328Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35342025-07-08T00:26:13.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
35352025-07-08T00:26:13.854Z
35362025-07-08T00:26:13.854Zinfo: running `cargo check --bins` on clickana (166/217)
35372025-07-08T00:26:14.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-07-08T00:26:14.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-07-08T00:26:14.947Z Checking castaway v0.2.3
35402025-07-08T00:26:14.947Z Checking unicode-truncate v1.1.0
35412025-07-08T00:26:14.972Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
35422025-07-08T00:26:14.972Z Checking lru v0.12.5
35432025-07-08T00:26:14.972Z Compiling instability v0.3.2
35442025-07-08T00:26:14.972Z Checking cassowary v0.3.0
35452025-07-08T00:26:14.972Z Compiling indoc v2.0.6
35462025-07-08T00:26:15.198Z Checking compact_str v0.8.0
35472025-07-08T00:26:15.959Z Checking ratatui v0.29.0
35482025-07-08T00:26:17.108Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35492025-07-08T00:26:18.804Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35502025-07-08T00:26:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
35512025-07-08T00:26:20.249Z
35522025-07-08T00:26:20.249Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (167/217)
35532025-07-08T00:26:21.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542025-07-08T00:26:21.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552025-07-08T00:26:21.421Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35562025-07-08T00:26:21.421Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
35572025-07-08T00:26:22.913Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
35582025-07-08T00:26:23.656Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
35592025-07-08T00:26:24.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
35602025-07-08T00:26:24.413Z
35612025-07-08T00:26:24.413Zinfo: running `cargo check --bins` on ch-dev (168/217)
35622025-07-08T00:26:25.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-07-08T00:26:25.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-07-08T00:26:25.546Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35652025-07-08T00:26:26.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
35662025-07-08T00:26:26.814Z
35672025-07-08T00:26:26.814Zinfo: running `cargo check --bins` on dev-tools-common (169/217)
35682025-07-08T00:26:27.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692025-07-08T00:26:27.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702025-07-08T00:26:27.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712025-07-08T00:26:27.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
35722025-07-08T00:26:27.724Z
35732025-07-08T00:26:27.724Zinfo: running `cargo check --bins` on crdb-seed (170/217)
35742025-07-08T00:26:28.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752025-07-08T00:26:28.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762025-07-08T00:26:28.894Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35772025-07-08T00:26:29.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
35782025-07-08T00:26:29.616Z
35792025-07-08T00:26:29.617Zinfo: running `cargo check --bins` on db-dev (171/217)
35802025-07-08T00:26:30.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812025-07-08T00:26:30.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822025-07-08T00:26:30.770Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35832025-07-08T00:26:31.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
35842025-07-08T00:26:32.119Z
35852025-07-08T00:26:32.119Zinfo: running `cargo check --bins` on omicron-dev-lib (172/217)
35862025-07-08T00:26:33.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872025-07-08T00:26:33.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882025-07-08T00:26:33.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892025-07-08T00:26:33.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35902025-07-08T00:26:33.323Z
35912025-07-08T00:26:33.323Zinfo: running `cargo check --bins` on xtask-downloader (173/217)
35922025-07-08T00:26:34.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932025-07-08T00:26:34.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942025-07-08T00:26:34.351Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35952025-07-08T00:26:35.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
35962025-07-08T00:26:35.689Z
35972025-07-08T00:26:35.689Zinfo: running `cargo check --bins` on omicron-ls-apis (174/217)
35982025-07-08T00:26:36.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992025-07-08T00:26:36.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002025-07-08T00:26:36.740Z Checking typeid v1.0.3
36012025-07-08T00:26:36.776Z Checking ordered-float v2.10.1
36022025-07-08T00:26:36.804Z Checking cargo-platform v0.2.0
36032025-07-08T00:26:36.933Z Checking erased-serde v0.4.6
36042025-07-08T00:26:37.248Z Checking serde-value v0.7.0
36052025-07-08T00:26:37.763Z Checking serde-untagged v0.1.7
36062025-07-08T00:26:38.093Z Checking cargo-util-schemas v0.2.0
36072025-07-08T00:26:39.756Z Checking cargo_metadata v0.20.0
36082025-07-08T00:26:41.297Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36092025-07-08T00:26:42.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s
36102025-07-08T00:26:42.839Z
36112025-07-08T00:26:42.839Zinfo: running `cargo check --bins` on mgs-dev (175/217)
36122025-07-08T00:26:43.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132025-07-08T00:26:43.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142025-07-08T00:26:44.089Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36152025-07-08T00:26:46.474Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36162025-07-08T00:26:47.385Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36172025-07-08T00:26:48.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
36182025-07-08T00:26:48.387Z
36192025-07-08T00:26:48.387Zinfo: running `cargo check --bins` on omicron-omdb (176/217)
36202025-07-08T00:26:49.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-07-08T00:26:49.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-07-08T00:26:49.890Z Compiling crunchy v0.2.2
36232025-07-08T00:26:49.943Z Compiling dsl_auto_type v0.1.2
36242025-07-08T00:26:49.943Z Checking scheduled-thread-pool v0.2.7
36252025-07-08T00:26:49.943Z Compiling diesel_table_macro_syntax v0.2.0
36262025-07-08T00:26:49.943Z Compiling tiny-keccak v2.0.2
36272025-07-08T00:26:49.978Z Compiling bit-vec v0.6.3
36282025-07-08T00:26:50.050Z Compiling ascii-canvas v3.0.0
36292025-07-08T00:26:50.075Z Compiling ena v0.14.3
36302025-07-08T00:26:50.224Z Checking r2d2 v0.8.10
36312025-07-08T00:26:50.372Z Compiling bit-set v0.5.3
36322025-07-08T00:26:50.399Z Compiling regex-syntax v0.6.29
36332025-07-08T00:26:50.444Z Compiling bindgen v0.71.1
36342025-07-08T00:26:50.480Z Compiling diff v0.1.13
36352025-07-08T00:26:50.583Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36362025-07-08T00:26:50.609Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36372025-07-08T00:26:50.646Z Compiling derive_builder_core v0.20.2
36382025-07-08T00:26:50.862Z Compiling libxml v0.3.3
36392025-07-08T00:26:50.899Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36402025-07-08T00:26:51.046Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36412025-07-08T00:26:51.220Z Compiling diesel_derives v2.2.3
36422025-07-08T00:26:51.244Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36432025-07-08T00:26:51.334Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36442025-07-08T00:26:51.459Z Compiling strum_macros v0.24.3
36452025-07-08T00:26:51.578Z Compiling indoc v1.0.9
36462025-07-08T00:26:52.380Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36472025-07-08T00:26:52.562Z Compiling derive_builder_macro v0.20.2
36482025-07-08T00:26:52.683Z Compiling impl-trait-for-tuples v0.2.2
36492025-07-08T00:26:53.288Z Compiling lalrpop v0.19.12
36502025-07-08T00:26:53.340Z Checking derive_builder v0.20.2
36512025-07-08T00:26:53.523Z Compiling oso-derive v0.27.3
36522025-07-08T00:26:53.628Z Checking quick-xml v0.37.2
36532025-07-08T00:26:54.220Z Checking maplit v1.0.2
36542025-07-08T00:26:54.389Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36552025-07-08T00:26:54.416Z Compiling diesel-dtrace v0.4.2
36562025-07-08T00:26:54.806Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36572025-07-08T00:26:55.014Z Checking globset v0.4.15
36582025-07-08T00:26:55.111Z Checking bb8 v0.8.5
36592025-07-08T00:26:55.491Z Checking ignore v0.4.23
36602025-07-08T00:26:55.551Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36612025-07-08T00:26:55.582Z Checking predicates-tree v1.0.12
36622025-07-08T00:26:55.687Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36632025-07-08T00:26:55.760Z Checking rand_seeder v0.3.0
36642025-07-08T00:26:55.888Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36652025-07-08T00:26:56.047Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36662025-07-08T00:26:56.083Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36672025-07-08T00:26:56.345Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36682025-07-08T00:26:56.375Z Checking globwalk v0.9.1
36692025-07-08T00:26:56.730Z Checking unicode-linebreak v0.1.5
36702025-07-08T00:26:56.780Z Checking camino-tempfile-ext v0.3.2
36712025-07-08T00:26:57.248Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
36722025-07-08T00:26:58.247Z Checking is_ci v1.2.0
36732025-07-08T00:26:58.645Z Checking smawk v0.3.2
36742025-07-08T00:26:58.645Z Checking textwrap v0.16.2
36752025-07-08T00:26:58.645Z Checking supports-color v3.0.2
36762025-07-08T00:26:58.645Z Checking support-bundle-viewer v0.1.2
36772025-07-08T00:26:58.645Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36782025-07-08T00:26:58.645Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
36792025-07-08T00:26:58.645Z Checking multimap v0.10.1
36802025-07-08T00:27:03.857Z Checking diesel v2.2.11
36812025-07-08T00:27:16.365Z Compiling samael v0.0.19
36822025-07-08T00:27:26.813Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
36832025-07-08T00:27:30.616Z Checking async-bb8-diesel v0.2.1
36842025-07-08T00:27:33.031Z Compiling polar-core v0.27.3
36852025-07-08T00:27:42.710Z Checking oso v0.27.3
36862025-07-08T00:28:38.486Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36872025-07-08T00:29:31.173Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36882025-07-08T00:29:46.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 57s
36892025-07-08T00:29:46.432Z
36902025-07-08T00:29:46.433Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (177/217)
36912025-07-08T00:29:47.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922025-07-08T00:29:47.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932025-07-08T00:29:47.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942025-07-08T00:29:47.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
36952025-07-08T00:29:47.626Z
36962025-07-08T00:29:47.626Zinfo: running `cargo check --bins` on nexus-saga-recovery (178/217)
36972025-07-08T00:29:48.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982025-07-08T00:29:48.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992025-07-08T00:29:48.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002025-07-08T00:29:48.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
37012025-07-08T00:29:48.805Z
37022025-07-08T00:29:48.805Zinfo: running `cargo check --bins` on nexus-test-utils-macros (179/217)
37032025-07-08T00:29:49.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042025-07-08T00:29:49.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052025-07-08T00:29:49.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062025-07-08T00:29:49.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
37072025-07-08T00:29:49.812Z
37082025-07-08T00:29:49.812Zinfo: running `cargo check --bins` on omicron-nexus (180/217)
37092025-07-08T00:29:50.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102025-07-08T00:29:50.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112025-07-08T00:29:51.293Z Compiling libz-sys v1.1.20
37122025-07-08T00:29:51.318Z Compiling libgit2-sys v0.17.0+1.8.1
37132025-07-08T00:29:51.356Z Compiling vergen v8.3.2
37142025-07-08T00:29:51.381Z Compiling cargo-platform v0.1.8
37152025-07-08T00:29:51.381Z Compiling pin-project-internal v1.1.6
37162025-07-08T00:29:51.423Z Compiling snafu-derive v0.8.5
37172025-07-08T00:29:51.448Z Compiling fs-err v2.11.0
37182025-07-08T00:29:51.448Z Compiling rustls v0.21.12
37192025-07-08T00:29:51.741Z Compiling cargo_metadata v0.18.1
37202025-07-08T00:29:51.821Z Checking olpc-cjson v0.1.4
37212025-07-08T00:29:51.901Z Checking rustls-webpki v0.101.7
37222025-07-08T00:29:51.982Z Checking sct v0.7.1
37232025-07-08T00:29:52.060Z Checking serde_plain v1.0.2
37242025-07-08T00:29:52.085Z Checking typed-path v0.9.3
37252025-07-08T00:29:52.320Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37262025-07-08T00:29:52.617Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37272025-07-08T00:29:52.647Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37282025-07-08T00:29:52.921Z Checking parse-size v1.1.0
37292025-07-08T00:29:53.076Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37302025-07-08T00:29:53.123Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37312025-07-08T00:29:53.344Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37322025-07-08T00:29:53.662Z Checking pin-project v1.1.6
37332025-07-08T00:29:53.827Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37342025-07-08T00:29:53.856Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37352025-07-08T00:29:54.413Z Checking rustls-pemfile v1.0.4
37362025-07-08T00:29:54.536Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37372025-07-08T00:29:54.561Z Checking twox-hash v2.1.0
37382025-07-08T00:29:54.640Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37392025-07-08T00:29:54.710Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37402025-07-08T00:29:55.165Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37412025-07-08T00:29:55.418Z Checking tokio-rustls v0.24.1
37422025-07-08T00:29:55.605Z Checking snafu v0.8.5
37432025-07-08T00:29:55.927Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37442025-07-08T00:29:56.031Z Checking tough v0.20.0
37452025-07-08T00:29:56.439Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37462025-07-08T00:29:56.683Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37472025-07-08T00:29:56.720Z Checking fatfs v0.3.6
37482025-07-08T00:29:56.880Z Checking assert_matches v1.5.0
37492025-07-08T00:30:00.172Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
37502025-07-08T00:30:01.813Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37512025-07-08T00:30:03.290Z Compiling git2 v0.19.0
37522025-07-08T00:30:08.855Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
37532025-07-08T00:31:41.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
37542025-07-08T00:31:41.525Z
37552025-07-08T00:31:41.525Zinfo: running `cargo check --bins` on nexus-background-task-interface (181/217)
37562025-07-08T00:31:42.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572025-07-08T00:31:42.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582025-07-08T00:31:42.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592025-07-08T00:31:42.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
37602025-07-08T00:31:42.626Z
37612025-07-08T00:31:42.627Zinfo: running `cargo check --bins` on nexus-external-api (182/217)
37622025-07-08T00:31:43.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632025-07-08T00:31:43.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642025-07-08T00:31:43.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652025-07-08T00:31:43.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
37662025-07-08T00:31:43.770Z
37672025-07-08T00:31:43.770Zinfo: running `cargo check --bins` on nexus-internal-api (183/217)
37682025-07-08T00:31:44.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692025-07-08T00:31:44.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702025-07-08T00:31:44.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712025-07-08T00:31:44.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
37722025-07-08T00:31:44.889Z
37732025-07-08T00:31:44.889Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (184/217)
37742025-07-08T00:31:46.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752025-07-08T00:31:46.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762025-07-08T00:31:46.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772025-07-08T00:31:46.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
37782025-07-08T00:31:46.184Z
37792025-07-08T00:31:46.184Zinfo: running `cargo check --bins` on nexus-mgs-updates (185/217)
37802025-07-08T00:31:47.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812025-07-08T00:31:47.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822025-07-08T00:31:47.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832025-07-08T00:31:47.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
37842025-07-08T00:31:47.346Z
37852025-07-08T00:31:47.346Zinfo: running `cargo check --bins` on nexus-networking (186/217)
37862025-07-08T00:31:48.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872025-07-08T00:31:48.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882025-07-08T00:31:48.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892025-07-08T00:31:48.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
37902025-07-08T00:31:48.553Z
37912025-07-08T00:31:48.554Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (187/217)
37922025-07-08T00:31:49.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932025-07-08T00:31:49.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942025-07-08T00:31:49.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952025-07-08T00:31:49.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37962025-07-08T00:31:49.765Z
37972025-07-08T00:31:49.766Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (188/217)
37982025-07-08T00:31:50.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992025-07-08T00:31:50.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002025-07-08T00:31:50.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012025-07-08T00:31:50.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
38022025-07-08T00:31:51.119Z
38032025-07-08T00:31:51.119Zinfo: running `cargo check --bins` on update-common (189/217)
38042025-07-08T00:31:52.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052025-07-08T00:31:52.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062025-07-08T00:31:52.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072025-07-08T00:31:52.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
38082025-07-08T00:31:52.309Z
38092025-07-08T00:31:52.309Zinfo: running `cargo check --bins` on omicron-dev (190/217)
38102025-07-08T00:31:53.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112025-07-08T00:31:53.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122025-07-08T00:31:53.879Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38132025-07-08T00:31:53.905Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38142025-07-08T00:31:53.947Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
38152025-07-08T00:31:53.973Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38162025-07-08T00:31:53.998Z Checking diff v0.1.13
38172025-07-08T00:31:53.998Z Checking yansi v1.0.1
38182025-07-08T00:31:53.998Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38192025-07-08T00:31:54.051Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38202025-07-08T00:31:54.585Z Checking pretty_assertions v1.4.1
38212025-07-08T00:31:54.645Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38222025-07-08T00:31:55.585Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38232025-07-08T00:32:42.979Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38242025-07-08T00:32:42.979Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38252025-07-08T00:32:43.005Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38262025-07-08T00:32:43.005Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38272025-07-08T00:32:43.005Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38282025-07-08T00:32:43.005Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38292025-07-08T00:32:44.228Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38302025-07-08T00:32:46.036Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38312025-07-08T00:34:05.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
38322025-07-08T00:34:05.949Z
38332025-07-08T00:34:05.949Zinfo: running `cargo check --bins` on openapi-manager (191/217)
38342025-07-08T00:34:07.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352025-07-08T00:34:07.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362025-07-08T00:34:07.248Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38372025-07-08T00:34:07.248Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38382025-07-08T00:34:07.274Z Checking heck v0.4.1
38392025-07-08T00:34:07.274Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38402025-07-08T00:34:07.577Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38412025-07-08T00:34:08.877Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38422025-07-08T00:34:12.117Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38432025-07-08T00:34:14.350Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38442025-07-08T00:34:15.577Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38452025-07-08T00:34:17.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
38462025-07-08T00:34:18.060Z
38472025-07-08T00:34:18.060Zinfo: running `cargo check --bins` on installinator-api (192/217)
38482025-07-08T00:34:19.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492025-07-08T00:34:19.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502025-07-08T00:34:19.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512025-07-08T00:34:19.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
38522025-07-08T00:34:19.188Z
38532025-07-08T00:34:19.188Zinfo: running `cargo check --bins` on wicketd-api (193/217)
38542025-07-08T00:34:20.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552025-07-08T00:34:20.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562025-07-08T00:34:20.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572025-07-08T00:34:20.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
38582025-07-08T00:34:20.376Z
38592025-07-08T00:34:20.376Zinfo: running `cargo check --bins` on omicron-pins (194/217)
38602025-07-08T00:34:21.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612025-07-08T00:34:21.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622025-07-08T00:34:21.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632025-07-08T00:34:21.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
38642025-07-08T00:34:21.443Z
38652025-07-08T00:34:21.443Zinfo: running `cargo check --bins` on reconfigurator-cli (195/217)
38662025-07-08T00:34:22.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672025-07-08T00:34:22.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682025-07-08T00:34:22.892Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38692025-07-08T00:34:22.917Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38702025-07-08T00:34:22.956Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38712025-07-08T00:34:22.992Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
38722025-07-08T00:34:23.017Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38732025-07-08T00:34:23.017Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
38742025-07-08T00:34:23.043Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38752025-07-08T00:34:23.091Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38762025-07-08T00:34:23.305Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38772025-07-08T00:34:23.364Z Compiling petname v2.0.2
38782025-07-08T00:34:23.390Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
38792025-07-08T00:34:23.614Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
38802025-07-08T00:34:23.696Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
38812025-07-08T00:34:24.157Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38822025-07-08T00:34:24.543Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38832025-07-08T00:34:24.859Z Checking sync-ptr v0.1.4
38842025-07-08T00:34:25.085Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38852025-07-08T00:34:25.296Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
38862025-07-08T00:34:25.418Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38872025-07-08T00:34:25.719Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38882025-07-08T00:34:26.492Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
38892025-07-08T00:34:27.986Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38902025-07-08T00:34:29.851Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
38912025-07-08T00:34:29.877Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38922025-07-08T00:34:46.093Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38932025-07-08T00:34:46.093Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38942025-07-08T00:34:47.249Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38952025-07-08T00:34:49.396Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38962025-07-08T00:34:53.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.70s
38972025-07-08T00:34:53.376Z
38982025-07-08T00:34:53.376Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (196/217)
38992025-07-08T00:34:54.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002025-07-08T00:34:54.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012025-07-08T00:34:54.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022025-07-08T00:34:54.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
39032025-07-08T00:34:54.561Z
39042025-07-08T00:34:54.561Zinfo: running `cargo check --bins` on omicron-repl-utils (197/217)
39052025-07-08T00:34:55.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062025-07-08T00:34:55.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072025-07-08T00:34:55.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082025-07-08T00:34:55.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
39092025-07-08T00:34:55.621Z
39102025-07-08T00:34:55.621Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (198/217)
39112025-07-08T00:34:56.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122025-07-08T00:34:56.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132025-07-08T00:34:56.927Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39142025-07-08T00:34:58.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
39152025-07-08T00:34:58.495Z
39162025-07-08T00:34:58.495Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (199/217)
39172025-07-08T00:34:59.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182025-07-08T00:34:59.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192025-07-08T00:34:59.689Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39202025-07-08T00:35:00.201Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39212025-07-08T00:35:01.742Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
39222025-07-08T00:35:02.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
39232025-07-08T00:35:02.895Z
39242025-07-08T00:35:02.895Zinfo: running `cargo check --bins` on omicron-releng (200/217)
39252025-07-08T00:35:03.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262025-07-08T00:35:03.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272025-07-08T00:35:04.042Z Compiling blake3 v1.5.4
39282025-07-08T00:35:04.068Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
39292025-07-08T00:35:04.094Z Checking memmap2 v0.9.5
39302025-07-08T00:35:04.094Z Checking arrayvec v0.7.6
39312025-07-08T00:35:04.094Z Checking constant_time_eq v0.3.1
39322025-07-08T00:35:04.094Z Checking arrayref v0.3.9
39332025-07-08T00:35:04.181Z Checking topological-sort v0.2.2
39342025-07-08T00:35:04.181Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39352025-07-08T00:35:04.267Z Checking shell-words v1.1.0
39362025-07-08T00:35:04.708Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
39372025-07-08T00:35:05.080Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325)
39382025-07-08T00:35:05.696Z Checking omicron-zone-package v0.12.2
39392025-07-08T00:35:07.407Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39402025-07-08T00:35:08.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
39412025-07-08T00:35:09.113Z
39422025-07-08T00:35:09.113Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (201/217)
39432025-07-08T00:35:10.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442025-07-08T00:35:10.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452025-07-08T00:35:10.250Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39462025-07-08T00:35:10.711Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
39472025-07-08T00:35:11.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
39482025-07-08T00:35:11.506Z
39492025-07-08T00:35:11.506Zinfo: running `cargo check --bins` on xtask (202/217)
39502025-07-08T00:35:12.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512025-07-08T00:35:12.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522025-07-08T00:35:12.338Z Checking bitflags v2.9.0
39532025-07-08T00:35:12.338Z Checking serde v1.0.219
39542025-07-08T00:35:12.338Z Checking thiserror v1.0.69
39552025-07-08T00:35:12.366Z Checking zerofrom v0.1.4
39562025-07-08T00:35:12.392Z Checking smallvec v1.15.0
39572025-07-08T00:35:12.418Z Checking hashbrown v0.15.4
39582025-07-08T00:35:12.444Z Checking scroll v0.12.0
39592025-07-08T00:35:12.444Z Checking num-traits v0.2.19
39602025-07-08T00:35:12.519Z Checking log v0.4.27
39612025-07-08T00:35:12.617Z Checking yoke v0.7.4
39622025-07-08T00:35:12.649Z Checking rustix v0.38.37
39632025-07-08T00:35:12.754Z Checking percent-encoding v2.3.1
39642025-07-08T00:35:12.811Z Checking zerocopy v0.7.35
39652025-07-08T00:35:12.952Z Checking goblin v0.8.2
39662025-07-08T00:35:12.981Z Checking zerovec v0.10.4
39672025-07-08T00:35:13.006Z Checking form_urlencoded v1.2.1
39682025-07-08T00:35:13.212Z Checking pest v2.7.14
39692025-07-08T00:35:13.368Z Checking indexmap v2.10.0
39702025-07-08T00:35:13.554Z Checking terminal_size v0.4.0
39712025-07-08T00:35:13.732Z Checking getrandom v0.3.1
39722025-07-08T00:35:13.758Z Checking ordered-float v2.10.1
39732025-07-08T00:35:13.934Z Checking syn v2.0.104
39742025-07-08T00:35:13.960Z Checking rustix v1.0.7
39752025-07-08T00:35:14.217Z Checking once_cell v1.21.3
39762025-07-08T00:35:14.436Z Checking tinystr v0.7.6
39772025-07-08T00:35:14.462Z Checking icu_collections v1.5.0
39782025-07-08T00:35:14.529Z Checking clap_builder v4.5.40
39792025-07-08T00:35:14.845Z Checking icu_locid v1.5.0
39802025-07-08T00:35:15.127Z Checking thiserror v2.0.12
39812025-07-08T00:35:15.311Z Checking textwrap v0.16.2
39822025-07-08T00:35:15.347Z Checking tempfile v3.20.0
39832025-07-08T00:35:15.457Z Checking dtrace-parser v0.2.0
39842025-07-08T00:35:15.726Z Checking fs-err v3.1.1
39852025-07-08T00:35:15.759Z Checking anyhow v1.0.98
39862025-07-08T00:35:15.881Z Checking icu_provider v1.5.0
39872025-07-08T00:35:15.984Z Checking tabled v0.15.0
39882025-07-08T00:35:16.067Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
39892025-07-08T00:35:16.452Z Checking serde_spanned v0.6.9
39902025-07-08T00:35:16.452Z Checking toml_datetime v0.6.11
39912025-07-08T00:35:16.479Z Checking serde_json v1.0.140
39922025-07-08T00:35:16.512Z Checking icu_locid_transform v1.5.0
39932025-07-08T00:35:16.708Z Checking erased-serde v0.4.6
39942025-07-08T00:35:16.819Z Checking toml_edit v0.22.27
39952025-07-08T00:35:17.374Z Checking semver v1.0.26
39962025-07-08T00:35:17.519Z Checking icu_properties v1.5.1
39972025-07-08T00:35:17.544Z Checking serde-value v0.7.0
39982025-07-08T00:35:17.570Z Checking serde-untagged v0.1.7
39992025-07-08T00:35:17.807Z Checking camino v1.1.10
40002025-07-08T00:35:17.832Z Checking dof v0.3.0
40012025-07-08T00:35:17.905Z Checking cargo-platform v0.2.0
40022025-07-08T00:35:17.944Z Checking clap v4.5.40
40032025-07-08T00:35:18.071Z Checking macaddr v1.0.1
40042025-07-08T00:35:18.330Z Checking camino-tempfile v1.4.1
40052025-07-08T00:35:18.413Z Checking usdt-impl v0.5.0
40062025-07-08T00:35:18.948Z Checking usdt v0.5.0
40072025-07-08T00:35:19.342Z Checking toml v0.8.23
40082025-07-08T00:35:20.015Z Checking cargo_toml v0.21.0
40092025-07-08T00:35:20.500Z Checking icu_normalizer v1.5.0
40102025-07-08T00:35:21.235Z Checking idna_adapter v1.2.0
40112025-07-08T00:35:21.455Z Checking idna v1.0.3
40122025-07-08T00:35:21.909Z Checking url v2.5.4
40132025-07-08T00:35:22.638Z Checking cargo-util-schemas v0.2.0
40142025-07-08T00:35:24.336Z Checking cargo_metadata v0.20.0
40152025-07-08T00:35:25.824Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
40162025-07-08T00:35:26.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.24s
40172025-07-08T00:35:26.934Z
40182025-07-08T00:35:26.934Zinfo: running `cargo check --bins` on end-to-end-tests (203/217)
40192025-07-08T00:35:28.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202025-07-08T00:35:28.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212025-07-08T00:35:28.329Z Checking polyval v0.6.2
40222025-07-08T00:35:28.355Z Checking ctr v0.9.2
40232025-07-08T00:35:28.392Z Checking ssh-encoding v0.2.0
40242025-07-08T00:35:28.392Z Checking blowfish v0.9.1
40252025-07-08T00:35:28.440Z Checking password-hash v0.4.2
40262025-07-08T00:35:28.466Z Checking p256 v0.13.2
40272025-07-08T00:35:28.466Z Checking p521 v0.13.3
40282025-07-08T00:35:28.466Z Checking russh-cryptovec v0.7.3
40292025-07-08T00:35:28.644Z Checking ghash v0.5.1
40302025-07-08T00:35:28.682Z Checking md5 v0.7.0
40312025-07-08T00:35:28.708Z Checking bcrypt-pbkdf v0.10.0
40322025-07-08T00:35:28.735Z Checking num-bigint v0.4.6
40332025-07-08T00:35:28.761Z Checking des v0.8.1
40342025-07-08T00:35:28.850Z Checking aes-gcm v0.10.3
40352025-07-08T00:35:28.875Z Checking pbkdf2 v0.11.0
40362025-07-08T00:35:28.953Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40372025-07-08T00:35:28.985Z Checking hex-literal v0.4.1
40382025-07-08T00:35:29.011Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40392025-07-08T00:35:29.061Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40402025-07-08T00:35:29.120Z Checking ssh-cipher v0.2.0
40412025-07-08T00:35:29.162Z Checking internet-checksum v0.2.1
40422025-07-08T00:35:29.425Z Checking ssh-key v0.6.6
40432025-07-08T00:35:29.649Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40442025-07-08T00:35:30.958Z Checking russh-keys v0.45.0
40452025-07-08T00:35:32.154Z Checking russh v0.45.0
40462025-07-08T00:36:03.704Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40472025-07-08T00:36:05.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.92s
40482025-07-08T00:36:06.090Z
40492025-07-08T00:36:06.090Zinfo: running `cargo check --bins` on gateway-cli (204/217)
40502025-07-08T00:36:07.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512025-07-08T00:36:07.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522025-07-08T00:36:07.244Z Checking termios v0.3.3
40532025-07-08T00:36:07.458Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
40542025-07-08T00:36:08.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
40552025-07-08T00:36:08.859Z
40562025-07-08T00:36:08.859Zinfo: running `cargo check --bins --no-default-features` on installinator (205/217)
40572025-07-08T00:36:09.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582025-07-08T00:36:09.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592025-07-08T00:36:10.148Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40602025-07-08T00:36:10.148Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40612025-07-08T00:36:11.317Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
40622025-07-08T00:36:13.976Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40632025-07-08T00:36:17.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.30s
40642025-07-08T00:36:17.374Z
40652025-07-08T00:36:17.374Zinfo: running `cargo check --bins` on internal-dns-cli (206/217)
40662025-07-08T00:36:18.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672025-07-08T00:36:18.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682025-07-08T00:36:18.491Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
40692025-07-08T00:36:19.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
40702025-07-08T00:36:19.312Z
40712025-07-08T00:36:19.312Zinfo: running `cargo check --bins` on omicron-live-tests (207/217)
40722025-07-08T00:36:20.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732025-07-08T00:36:20.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742025-07-08T00:36:20.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752025-07-08T00:36:20.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
40762025-07-08T00:36:20.418Z
40772025-07-08T00:36:20.418Zinfo: running `cargo check --bins` on live-tests-macros (208/217)
40782025-07-08T00:36:21.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792025-07-08T00:36:21.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802025-07-08T00:36:21.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812025-07-08T00:36:21.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
40822025-07-08T00:36:21.473Z
40832025-07-08T00:36:21.473Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (209/217)
40842025-07-08T00:36:22.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852025-07-08T00:36:22.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862025-07-08T00:36:22.777Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
40872025-07-08T00:36:23.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
40882025-07-08T00:36:23.867Z
40892025-07-08T00:36:23.867Zinfo: running `cargo check --bins` on omicron-package (210/217)
40902025-07-08T00:36:24.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912025-07-08T00:36:24.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922025-07-08T00:36:25.088Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
40932025-07-08T00:36:27.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
40942025-07-08T00:36:27.360Z
40952025-07-08T00:36:27.360Zinfo: running `cargo check --bins` on trust-quorum (211/217)
40962025-07-08T00:36:28.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972025-07-08T00:36:28.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982025-07-08T00:36:28.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992025-07-08T00:36:28.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
41002025-07-08T00:36:28.530Z
41012025-07-08T00:36:28.530Zinfo: running `cargo check --bins` on gfss (212/217)
41022025-07-08T00:36:29.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032025-07-08T00:36:29.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042025-07-08T00:36:29.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052025-07-08T00:36:29.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
41062025-07-08T00:36:29.701Z
41072025-07-08T00:36:29.701Zinfo: running `cargo check --bins` on wicket-dbg (213/217)
41082025-07-08T00:36:30.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092025-07-08T00:36:30.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102025-07-08T00:36:31.008Z Checking rtoolbox v0.0.2
41112025-07-08T00:36:31.008Z Checking tui-tree-widget v0.23.1
41122025-07-08T00:36:31.034Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41132025-07-08T00:36:31.271Z Checking rpassword v7.4.0
41142025-07-08T00:36:38.659Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41152025-07-08T00:36:43.311Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41162025-07-08T00:36:45.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.45s
41172025-07-08T00:36:45.394Z
41182025-07-08T00:36:45.394Zinfo: running `cargo check --bins` on wicket (214/217)
41192025-07-08T00:36:46.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202025-07-08T00:36:46.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212025-07-08T00:36:46.613Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41222025-07-08T00:36:47.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
41232025-07-08T00:36:47.308Z
41242025-07-08T00:36:47.308Zinfo: running `cargo check --bins` on wicketd (215/217)
41252025-07-08T00:36:48.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262025-07-08T00:36:48.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272025-07-08T00:36:48.664Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41282025-07-08T00:36:54.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.55s
41292025-07-08T00:36:55.104Z
41302025-07-08T00:36:55.104Zinfo: running `cargo check --bins` on omicron-workspace-hack (216/217)
41312025-07-08T00:36:56.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322025-07-08T00:36:56.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332025-07-08T00:36:56.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342025-07-08T00:36:56.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
41352025-07-08T00:36:56.183Z
41362025-07-08T00:36:56.183Zinfo: running `cargo check --bins` on zone-setup (217/217)
41372025-07-08T00:36:57.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382025-07-08T00:36:57.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392025-07-08T00:36:57.371Z Checking uzers v0.12.1
41402025-07-08T00:36:57.766Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41412025-07-08T00:36:59.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
41422025-07-08T00:36:59.642Z
41432025-07-08T00:36:59.642Zreal 21:26.294708239
41442025-07-08T00:36:59.642Zuser 35:35.195724432
41452025-07-08T00:36:59.642Zsys 6:21.365726702
41462025-07-08T00:36:59.642Ztrap 0.980876149
41472025-07-08T00:36:59.642Ztflt 0.508170625
41482025-07-08T00:36:59.642Zdflt 1.856366560
41492025-07-08T00:36:59.642Zkflt 0.001116754
41502025-07-08T00:36:59.642Zlock 1:30:45.851243418
41512025-07-08T00:36:59.642Zslp 3:08:39.340793197
41522025-07-08T00:36:59.642Zlat 1:35.836258984
41532025-07-08T00:36:59.642Zstop 4:21.625600449
41542025-07-08T00:36:59.642Zprocess exited: duration 1628844 ms, exit code 0
 
41552025-07-08T00:36:59.695Zfound 0 output files