01K5Y6B4RPVY7MBKG3TWF3W8VG: 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: 01K5Y6BNABEDESZJZKP0F5DA4T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-24T15:45:34.193Zjob assigned to worker 01K5Y6C2XN0G0T7K9CMQBNSGGW [factory aws, i-020b0c84a6b1ac6ce] (queued for 1 m 1 s)
 
22025-09-24T15:45:42.715Zstarting task 0: "setup"
32025-09-24T15:45:42.748Z++ uname -s
42025-09-24T15:45:42.748Z+ kern=SunOS
52025-09-24T15:45:42.748Z+ build_user=build
62025-09-24T15:45:42.748Z+ build_uid=12345
72025-09-24T15:45:42.748Z+ work_dir=/work
82025-09-24T15:45:42.748Z+ input_dir=/input
92025-09-24T15:45:42.748Z+ [[ 0 == 12345 ]]
102025-09-24T15:45:42.748Z+ case "$kern" in
112025-09-24T15:45:42.748Z+ groupadd -g 12345 build
122025-09-24T15:45:42.748Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-24T15:45:44.721Z+ zfs create -o mountpoint=/work rpool/work
142025-09-24T15:45:44.818Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-24T15:45:44.827Z+ home_fs=zfs
162025-09-24T15:45:44.827Z+ [[ zfs == autofs ]]
172025-09-24T15:45:44.827Z+ mkdir -p /home/build
182025-09-24T15:45:44.828Z+ chown build:build /home/build /work
192025-09-24T15:45:46.828Z+ chmod 0700 /home/build /work
202025-09-24T15:45:46.838Zprocess exited: duration 4126 ms, exit code 0
 
212025-09-24T15:45:46.865Zstarting task 1: "rust-toolchain"
222025-09-24T15:45:46.892Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-24T15:45:46.892Z * rust toolchain channel = "1.89.0"
242025-09-24T15:45:46.892Z * rust toolchain profile = "default"
252025-09-24T15:45:46.892Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-09-24T15:45:46.892Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-24T15:45:46.892Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-24T15:45:46.892Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-24T15:45:46.892Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-24T15:45:46.985Zinfo: downloading installer
312025-09-24T15:45:52.192Zwarn: It looks like you have an existing installation of Rust at:
322025-09-24T15:45:52.192Zwarn: /opt/ooce/bin
332025-09-24T15:45:52.192Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-24T15:45:52.192Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-24T15:45:52.192Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-24T15:45:52.192Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-24T15:45:52.192Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-24T15:45:52.192Zerror: cannot install while Rust is installed
392025-09-24T15:45:52.192Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-24T15:45:52.192Zinfo: profile set to 'default'
412025-09-24T15:45:52.192Zinfo: default host triple is x86_64-unknown-illumos
422025-09-24T15:45:52.192Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-24T15:45:52.192Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-24T15:45:52.192Zinfo: downloading component 'cargo'
452025-09-24T15:45:52.192Zinfo: downloading component 'clippy'
462025-09-24T15:45:52.192Zinfo: downloading component 'rust-docs'
472025-09-24T15:45:52.192Zinfo: downloading component 'rust-std'
482025-09-24T15:45:52.874Zinfo: downloading component 'rustc'
492025-09-24T15:46:00.331Zinfo: downloading component 'rustfmt'
502025-09-24T15:46:00.569Zinfo: installing component 'cargo'
512025-09-24T15:46:01.451Zinfo: installing component 'clippy'
522025-09-24T15:46:01.845Zinfo: installing component 'rust-docs'
532025-09-24T15:46:03.707Zinfo: installing component 'rust-std'
542025-09-24T15:46:05.646Zinfo: installing component 'rustc'
552025-09-24T15:46:12.209Zinfo: installing component 'rustfmt'
562025-09-24T15:46:12.548Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-24T15:46:12.548Z
582025-09-24T15:46:12.968Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-24T15:46:12.968Z
602025-09-24T15:46:12.971Z
612025-09-24T15:46:12.971ZRust is installed now. Great!
622025-09-24T15:46:12.971Z
632025-09-24T15:46:12.971ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-24T15:46:12.971Zenvironment variable. This has not been done automatically.
652025-09-24T15:46:12.971Z
662025-09-24T15:46:12.971ZTo configure your current shell, you need to source
672025-09-24T15:46:12.971Zthe corresponding env file under $HOME/.cargo.
682025-09-24T15:46:12.971Z
692025-09-24T15:46:12.971ZThis is usually done by running one of the following (note the leading DOT):
702025-09-24T15:46:12.971Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-24T15:46:12.971Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-24T15:46:12.971Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-24T15:46:13.093Z+ rustup --version
742025-09-24T15:46:13.109Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-24T15:46:13.112Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-24T15:46:13.223Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-24T15:46:13.227Z+ cargo --version
782025-09-24T15:46:13.292Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-24T15:46:13.295Z+ rustc --version
802025-09-24T15:46:13.368Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-24T15:46:13.371Zprocess exited: duration 26503 ms, exit code 0
 
822025-09-24T15:46:13.378Zstarting task 2: "authentication"
832025-09-24T15:46:13.400Zprocess exited: duration 22 ms, exit code 0
 
842025-09-24T15:46:13.410Zstarting task 3: "clone repository"
852025-09-24T15:46:13.413Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-24T15:46:13.417Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-24T15:46:13.503ZCloning into '/work/oxidecomputer/omicron'...
882025-09-24T15:46:21.313Z+ cd /work/oxidecomputer/omicron
892025-09-24T15:46:21.313Z+ git fetch origin ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766
902025-09-24T15:46:21.642ZFrom https://github.com/oxidecomputer/omicron
912025-09-24T15:46:21.642Z * branch ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766 -> FETCH_HEAD
922025-09-24T15:46:21.652Z+ [[ -n dap/handoff-dns ]]
932025-09-24T15:46:21.656Z++ git branch --show-current
942025-09-24T15:46:21.659Z+ current=main
952025-09-24T15:46:21.659Z+ [[ main != dap/handoff-dns ]]
962025-09-24T15:46:21.659Z+ git branch -f dap/handoff-dns ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766
972025-09-24T15:46:21.663Z+ git checkout -f dap/handoff-dns
982025-09-24T15:46:21.917ZSwitched to branch 'dap/handoff-dns'
992025-09-24T15:46:21.920Z+ git reset --hard ec7a0a7d5cb2d89b21d673717f6be9ff21ff6766
1002025-09-24T15:46:21.934ZHEAD is now at ec7a0a7d5 Merge branch 'main' into dap/handoff-dns
1012025-09-24T15:46:21.938Zprocess exited: duration 8527 ms, exit code 0
 
1022025-09-24T15:46:21.946Zstarting task 4: "build"
1032025-09-24T15:46:21.950Z+ source .github/buildomat/ci-env.sh
1042025-09-24T15:46:21.950Z++ export CARGO_TERM_COLOR=always
1052025-09-24T15:46:21.950Z++ CARGO_TERM_COLOR=always
1062025-09-24T15:46:21.950Z+ cargo --version
1072025-09-24T15:46:22.009Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-24T15:46:22.013Z+ rustc --version
1092025-09-24T15:46:22.083Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-24T15:46:22.086Z+ source ./env.sh
1112025-09-24T15:46:22.086Z++ OLD_SHELL_OPTS=ehxB
1122025-09-24T15:46:22.086Z++ set -o xtrace
1132025-09-24T15:46:22.090Z++++ dirname ./env.sh
1142025-09-24T15:46:22.093Z+++ readlink -f .
1152025-09-24T15:46:22.093Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-09-24T15:46:22.093Z++ 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-09-24T15:46:22.093Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-09-24T15:46:22.093Z++ 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-09-24T15:46:22.093Z++ 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-09-24T15:46:22.093Z++ 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-09-24T15:46:22.093Z++ 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-09-24T15:46:22.093Z++ 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-09-24T15:46:22.093Z++ 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-09-24T15:46:22.093Z++ case $OLD_SHELL_OPTS in
1252025-09-24T15:46:22.093Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-09-24T15:46:22.093Z+ 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-09-24T15:46:22.094Z+ 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-09-24T15:46:22.094Z+ banner prerequisites
1292025-09-24T15:46:22.097Z
1302025-09-24T15:46:22.097Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-09-24T15:46:22.097Z # # # # # # # # # # # # # # #
1322025-09-24T15:46:22.097Z # # # # ##### # # ##### # # # # # #### #
1332025-09-24T15:46:22.097Z ##### ##### # ##### # # # # # # # # #
1342025-09-24T15:46:22.097Z # # # # # # # # # # # # # # #
1352025-09-24T15:46:22.097Z # # # ###### # # ###### ### # #### # #### #
1362025-09-24T15:46:22.097Z
1372025-09-24T15:46:22.097Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-09-24T15:46:38.597Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-09-24T15:46:46.542Z Startup: Caching catalogs ... Done
1402025-09-24T15:46:54.418ZPlanning: Solver setup ... Done (6.638s)
1412025-09-24T15:46:54.481ZPlanning: Running solver ... Done (0.063s)
1422025-09-24T15:46:54.589ZPlanning: Finding local manifests ... Done (0.003s)
1432025-09-24T15:46:54.600ZPlanning: Fetching manifests: 0/4 0% complete
1442025-09-24T15:46:54.785ZPlanning: Fetching manifests: 4/4 100% complete
1452025-09-24T15:46:54.825ZPlanning: Package planning ... Done (0.049s)
1462025-09-24T15:46:54.875ZPlanning: Merging actions ... Done (0.051s)
1472025-09-24T15:46:55.337ZPlanning: Checking for conflicting actions ... Done (0.461s)
1482025-09-24T15:46:55.348ZPlanning: Consolidating action changes ... Done (0.011s)
1492025-09-24T15:46:59.269ZPlanning: Evaluating mediators ... Done (3.918s)
1502025-09-24T15:46:59.281ZPlanning: Planning completed in 12.60 seconds
1512025-09-24T15:46:59.294Z Packages to install: 4
1522025-09-24T15:46:59.294Z Mediators to change: 2
1532025-09-24T15:46:59.298Z Services to change: 1
1542025-09-24T15:46:59.298Z Estimated space available: 155.49 GB
1552025-09-24T15:46:59.298ZEstimated space to be consumed: 1.73 GB
1562025-09-24T15:46:59.298Z Create boot environment: No
1572025-09-24T15:46:59.298ZCreate backup boot environment: No
1582025-09-24T15:46:59.298Z Rebuild boot archive: No
1592025-09-24T15:46:59.298Z
1602025-09-24T15:46:59.298ZChanged mediators:
1612025-09-24T15:46:59.298Z mediator clang:
1622025-09-24T15:46:59.298Z version: None -> 15 (system default)
1632025-09-24T15:46:59.298Z
1642025-09-24T15:46:59.298Z mediator llvm:
1652025-09-24T15:46:59.298Z version: 14 (system default) -> 15 (system default)
1662025-09-24T15:46:59.298Z
1672025-09-24T15:46:59.298ZChanged packages:
1682025-09-24T15:46:59.298Zhelios-dev
1692025-09-24T15:46:59.298Z developer/build-essential
1702025-09-24T15:46:59.298Z None -> 11-2.0
1712025-09-24T15:46:59.298Z library/libxmlsec1
1722025-09-24T15:46:59.298Z None -> 1.2.35-2.0
1732025-09-24T15:46:59.298Z ooce/developer/clang-15
1742025-09-24T15:46:59.298Z None -> 15.0.7-2.0
1752025-09-24T15:46:59.298Z ooce/developer/llvm-15
1762025-09-24T15:46:59.298Z None -> 15.0.7-2.0
1772025-09-24T15:46:59.298Z
1782025-09-24T15:46:59.299ZServices:
1792025-09-24T15:46:59.299Z restart_fmri:
1802025-09-24T15:46:59.299Z svc:/system/update-man-index:default
1812025-09-24T15:46:59.516Z
1822025-09-24T15:46:59.516ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-09-24T15:47:04.518ZDownload: 2436/3290 items 120.1/212.6MB 56% complete (24.4M/s)
1842025-09-24T15:47:08.379ZDownload: Completed 212.60 MB in 8.86 seconds (24.0M/s)
1852025-09-24T15:47:09.443Z Actions: 1/3689 actions (Installing new actions)
1862025-09-24T15:47:14.369Z Actions: Completed 3689 actions in 4.92 seconds.
1872025-09-24T15:47:14.984Z Done (0.611s)
1882025-09-24T15:47:14.984Z Done (0.000s)
1892025-09-24T15:47:15.884Z Done (0.900s)
1902025-09-24T15:47:21.132Z Done (4.924s)
1912025-09-24T15:47:21.216Z Done (0.019s)
1922025-09-24T15:47:21.220Z Done (0.000s)
1932025-09-24T15:47:21.380Z Done (0.000s)
1942025-09-24T15:47:22.248ZPlanning: Evaluating mediator changes ... Done
1952025-09-24T15:47:22.410ZPlanning: Checking for conflicting actions ... Done
1962025-09-24T15:47:22.413ZPlanning: Consolidating action changes ... Done
1972025-09-24T15:47:22.689ZPlanning: Evaluating mediators ... Done
1982025-09-24T15:47:22.693ZPlanning: Planning completed in 0.44 seconds
1992025-09-24T15:47:22.723Z Mediators to change: 2
2002025-09-24T15:47:22.723Z Create boot environment: No
2012025-09-24T15:47:22.726ZCreate backup boot environment: No
2022025-09-24T15:47:22.813Z Done
2032025-09-24T15:47:22.813Z Done
2042025-09-24T15:47:23.430Z Done
2052025-09-24T15:47:27.012Z Done
2062025-09-24T15:47:27.100Z Done
2072025-09-24T15:47:27.105Z Done
2082025-09-24T15:47:27.311Z Done
2092025-09-24T15:47:27.931ZPlanning: Evaluating mediator changes ... Done
2102025-09-24T15:47:27.935ZPlanning: Merging actions ... Done
2112025-09-24T15:47:28.121ZPlanning: Checking for conflicting actions ... Done
2122025-09-24T15:47:28.125ZPlanning: Consolidating action changes ... Done
2132025-09-24T15:47:28.393ZPlanning: Evaluating mediators ... Done
2142025-09-24T15:47:28.446ZPlanning: Planning completed in 0.76 seconds
2152025-09-24T15:47:28.481Z Packages to change: 1
2162025-09-24T15:47:28.481Z Mediators to change: 1
2172025-09-24T15:47:28.484Z Services to change: 1
2182025-09-24T15:47:28.484Z Create boot environment: No
2192025-09-24T15:47:28.484ZCreate backup boot environment: Yes
2202025-09-24T15:47:30.945Z Actions: 1/6 actions (Updating modified actions)
2212025-09-24T15:47:30.950Z Actions: Completed 6 actions in 0.00 seconds.
2222025-09-24T15:47:30.950Z Done
2232025-09-24T15:47:30.950Z Done
2242025-09-24T15:47:31.129Z Done
2252025-09-24T15:47:34.749Z Done
2262025-09-24T15:47:34.835Z Done
2272025-09-24T15:47:34.838Z Done
2282025-09-24T15:47:34.991Z Done
2292025-09-24T15:47:35.432ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302025-09-24T15:47:35.432Zclang system 15 system
2312025-09-24T15:47:35.432Zcsh system system illumos
2322025-09-24T15:47:35.432Zctags system system illumos
2332025-09-24T15:47:35.432Zfile system system illumos
2342025-09-24T15:47:35.432Zgcc vendor 12 vendor
2352025-09-24T15:47:35.432Zgcc system 10 system
2362025-09-24T15:47:35.432Zgcc system 7 system
2372025-09-24T15:47:35.432Zgo system 1.20 system
2382025-09-24T15:47:35.432Zgo system 1.19 system
2392025-09-24T15:47:35.433Zllvm system 15 system
2402025-09-24T15:47:35.433Zllvm system 14 system
2412025-09-24T15:47:35.433Zmariadb system 10.6 system
2422025-09-24T15:47:35.433Zmta vendor vendor dma
2432025-09-24T15:47:35.433Zopenjdk system 17 system
2442025-09-24T15:47:35.433Zopenjdk system 11 system
2452025-09-24T15:47:35.433Zopenjdk system 1.8 system
2462025-09-24T15:47:35.433Zopenssl vendor 3 vendor
2472025-09-24T15:47:35.433Zperl system 5.36 system
2482025-09-24T15:47:35.433Zpostgresql system 15 system
2492025-09-24T15:47:35.433Zpostgresql system 13 system
2502025-09-24T15:47:35.433Zpython vendor 3 vendor
2512025-09-24T15:47:35.433Zpython system 2 system
2522025-09-24T15:47:35.433Zpython3 system 3.11 system
2532025-09-24T15:47:35.433Zruby system 3.0 system
2542025-09-24T15:47:35.433Zwords vendor vendor american-english
2552025-09-24T15:47:35.433Zwords system system australian-english
2562025-09-24T15:47:35.433Zwords system system british-english
2572025-09-24T15:47:35.433Zwords system system canadian-english
2582025-09-24T15:47:35.433Zwords system system french
2592025-09-24T15:47:35.433Zwords system system italian
2602025-09-24T15:47:35.433Zwords system system ngerman
2612025-09-24T15:47:35.433Zwords system system ogerman
2622025-09-24T15:47:35.433Zwords system system spanish
2632025-09-24T15:47:35.769ZPUBLISHER TYPE STATUS P LOCATION
2642025-09-24T15:47:35.769Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652025-09-24T15:47:40.751ZFMRI IFO
2662025-09-24T15:47:40.751Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672025-09-24T15:47:40.751Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682025-09-24T15:47:40.751Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692025-09-24T15:47:40.751Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702025-09-24T15:47:40.751Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712025-09-24T15:47:40.751Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722025-09-24T15:47:40.751Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732025-09-24T15:47:40.751Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742025-09-24T15:47:40.751Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752025-09-24T15:47:40.751Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762025-09-24T15:47:40.751Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772025-09-24T15:47:40.751Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782025-09-24T15:47:40.751Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792025-09-24T15:47:40.751Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802025-09-24T15:47:40.752Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812025-09-24T15:47:40.752Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822025-09-24T15:47:41.792Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832025-09-24T15:47:42.105Z Updating crates.io index
2842025-09-24T15:47:42.165Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852025-09-24T15:47:42.502Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862025-09-24T15:47:43.128Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872025-09-24T15:47:43.402Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882025-09-24T15:47:43.801Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892025-09-24T15:47:44.018Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902025-09-24T15:47:45.226Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912025-09-24T15:47:47.342Z Updating git repository `https://github.com/oxidecomputer/opte`
2922025-09-24T15:47:48.335Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932025-09-24T15:47:49.045Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942025-09-24T15:47:49.511Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952025-09-24T15:47:49.841Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962025-09-24T15:47:50.198Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972025-09-24T15:47:50.697Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982025-09-24T15:47:51.314Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992025-09-24T15:47:51.619Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002025-09-24T15:47:51.941Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012025-09-24T15:47:52.200Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022025-09-24T15:47:52.451Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032025-09-24T15:47:52.741Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042025-09-24T15:47:53.033Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052025-09-24T15:47:53.379Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062025-09-24T15:47:53.889Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072025-09-24T15:47:54.190Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082025-09-24T15:47:54.492Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092025-09-24T15:47:55.040Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3102025-09-24T15:47:55.459Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112025-09-24T15:47:55.755Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122025-09-24T15:47:56.134Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3132025-09-24T15:47:56.569Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142025-09-24T15:47:56.800Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152025-09-24T15:47:57.103Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162025-09-24T15:47:57.404Z Updating git repository `https://github.com/oxidecomputer/omicron`
3172025-09-24T15:48:07.486Z Updating git repository `https://github.com/illumos/smf-rs`
3182025-09-24T15:48:08.959Z Downloading crates ...
3192025-09-24T15:48:09.020Z Downloaded anstream v0.6.18
3202025-09-24T15:48:09.024Z Downloaded colorchoice v1.0.2
3212025-09-24T15:48:09.032Z Downloaded camino v1.2.0
3222025-09-24T15:48:09.035Z Downloaded anstyle v1.0.11
3232025-09-24T15:48:09.038Z Downloaded cargo_toml v0.21.0
3242025-09-24T15:48:09.041Z Downloaded stable_deref_trait v1.2.0
3252025-09-24T15:48:09.041Z Downloaded memmap v0.7.0
3262025-09-24T15:48:09.045Z Downloaded serde_spanned v0.6.9
3272025-09-24T15:48:09.045Z Downloaded block-buffer v0.10.4
3282025-09-24T15:48:09.045Z Downloaded bitflags v2.9.1
3292025-09-24T15:48:09.049Z Downloaded thiserror-impl v1.0.69
3302025-09-24T15:48:09.052Z Downloaded scroll_derive v0.12.0
3312025-09-24T15:48:09.052Z Downloaded typeid v1.0.3
3322025-09-24T15:48:09.055Z Downloaded anyhow v1.0.99
3332025-09-24T15:48:09.059Z Downloaded yoke-derive v0.7.4
3342025-09-24T15:48:09.062Z Downloaded fastrand v2.1.1
3352025-09-24T15:48:09.062Z Downloaded zerofrom v0.1.4
3362025-09-24T15:48:09.065Z Downloaded usdt-macro v0.5.0
3372025-09-24T15:48:09.065Z Downloaded form_urlencoded v1.2.2
3382025-09-24T15:48:09.065Z Downloaded usdt-attr-macro v0.5.0
3392025-09-24T15:48:09.068Z Downloaded clap v4.5.41
3402025-09-24T15:48:09.075Z Downloaded write16 v1.0.0
3412025-09-24T15:48:09.078Z Downloaded tinystr v0.7.6
3422025-09-24T15:48:09.078Z Downloaded serde_derive v1.0.223
3432025-09-24T15:48:09.081Z Downloaded zerofrom-derive v0.1.4
3442025-09-24T15:48:09.084Z Downloaded version_check v0.9.5
3452025-09-24T15:48:09.085Z Downloaded errno v0.3.12
3462025-09-24T15:48:09.088Z Downloaded usdt-impl v0.5.0
3472025-09-24T15:48:09.088Z Downloaded icu_locid_transform_data v1.5.0
3482025-09-24T15:48:09.091Z Downloaded zerovec-derive v0.10.3
3492025-09-24T15:48:09.095Z Downloaded heck v0.4.1
3502025-09-24T15:48:09.095Z Downloaded papergrid v0.11.0
3512025-09-24T15:48:09.099Z Downloaded zerocopy-derive v0.7.35
3522025-09-24T15:48:09.104Z Downloaded yoke v0.7.4
3532025-09-24T15:48:09.107Z Downloaded typenum v1.17.0
3542025-09-24T15:48:09.110Z Downloaded thiserror v2.0.16
3552025-09-24T15:48:09.115Z Downloaded textwrap v0.16.2
3562025-09-24T15:48:09.118Z Downloaded unicode-ident v1.0.18
3572025-09-24T15:48:09.121Z Downloaded ucd-trie v0.1.7
3582025-09-24T15:48:09.125Z Downloaded erased-serde v0.4.6
3592025-09-24T15:48:09.128Z Downloaded url v2.5.4
3602025-09-24T15:48:09.131Z Downloaded toml_edit v0.22.27
3612025-09-24T15:48:09.134Z Downloaded is_terminal_polyfill v1.70.1
3622025-09-24T15:48:09.137Z Downloaded fnv v1.0.7
3632025-09-24T15:48:09.137Z Downloaded cpufeatures v0.2.14
3642025-09-24T15:48:09.137Z Downloaded clap_derive v4.5.41
3652025-09-24T15:48:09.140Z Downloaded zerovec v0.10.4
3662025-09-24T15:48:09.145Z Downloaded zerocopy v0.7.35
3672025-09-24T15:48:09.161Z Downloaded tabled_derive v0.7.0
3682025-09-24T15:48:09.164Z Downloaded serde_tokenstream v0.2.2
3692025-09-24T15:48:09.164Z Downloaded winnow v0.7.10
3702025-09-24T15:48:09.171Z Downloaded quote v1.0.40
3712025-09-24T15:48:09.174Z Downloaded icu_locid_transform v1.5.0
3722025-09-24T15:48:09.177Z Downloaded pest_generator v2.7.14
3732025-09-24T15:48:09.177Z Downloaded displaydoc v0.2.5
3742025-09-24T15:48:09.181Z Downloaded litemap v0.7.3
3752025-09-24T15:48:09.184Z Downloaded serde-value v0.7.0
3762025-09-24T15:48:09.184Z Downloaded cargo_metadata v0.21.0
3772025-09-24T15:48:09.187Z Downloaded semver v1.0.26
3782025-09-24T15:48:09.191Z Downloaded unicode-width v0.2.0
3792025-09-24T15:48:09.194Z Downloaded unicode-width v0.1.14
3802025-09-24T15:48:09.197Z Downloaded pest_meta v2.7.14
3812025-09-24T15:48:09.201Z Downloaded icu_locid v1.5.0
3822025-09-24T15:48:09.204Z Downloaded num-traits v0.2.19
3832025-09-24T15:48:09.207Z Downloaded icu_provider v1.5.0
3842025-09-24T15:48:09.210Z Downloaded proc-macro2 v1.0.101
3852025-09-24T15:48:09.213Z Downloaded tempfile v3.20.0
3862025-09-24T15:48:09.213Z Downloaded getrandom v0.3.1
3872025-09-24T15:48:09.216Z Downloaded serde_core v1.0.223
3882025-09-24T15:48:09.219Z Downloaded icu_properties v1.5.1
3892025-09-24T15:48:09.222Z Downloaded ryu v1.0.18
3902025-09-24T15:48:09.225Z Downloaded icu_collections v1.5.0
3912025-09-24T15:48:09.229Z Downloaded log v0.4.27
3922025-09-24T15:48:09.232Z Downloaded icu_normalizer_data v1.5.0
3932025-09-24T15:48:09.235Z Downloaded smallvec v1.15.1
3942025-09-24T15:48:09.235Z Downloaded idna v1.0.3
3952025-09-24T15:48:09.238Z Downloaded indexmap v2.11.0
3962025-09-24T15:48:09.242Z Downloaded sha2 v0.10.9
3972025-09-24T15:48:09.245Z Downloaded serde v1.0.223
3982025-09-24T15:48:09.248Z Downloaded scroll v0.12.0
3992025-09-24T15:48:09.248Z Downloaded pest_derive v2.7.14
4002025-09-24T15:48:09.251Z Downloaded once_cell v1.21.3
4012025-09-24T15:48:09.254Z Downloaded serde-untagged v0.1.7
4022025-09-24T15:48:09.254Z Downloaded itoa v1.0.11
4032025-09-24T15:48:09.258Z Downloaded dtrace-parser v0.2.0
4042025-09-24T15:48:09.258Z Downloaded clap_builder v4.5.41
4052025-09-24T15:48:09.262Z Downloaded tabled v0.15.0
4062025-09-24T15:48:09.276Z Downloaded ordered-float v2.10.1
4072025-09-24T15:48:09.279Z Downloaded serde_json v1.0.145
4082025-09-24T15:48:09.289Z Downloaded goblin v0.8.2
4092025-09-24T15:48:09.294Z Downloaded pest v2.7.14
4102025-09-24T15:48:09.294Z Downloaded hashbrown v0.15.4
4112025-09-24T15:48:09.298Z Downloaded macaddr v1.0.1
4122025-09-24T15:48:09.301Z Downloaded syn v1.0.109
4132025-09-24T15:48:09.307Z Downloaded idna_adapter v1.2.0
4142025-09-24T15:48:09.311Z Downloaded icu_properties_data v1.5.0
4152025-09-24T15:48:09.317Z Downloaded syn v2.0.106
4162025-09-24T15:48:09.326Z Downloaded plain v0.2.3
4172025-09-24T15:48:09.330Z Downloaded percent-encoding v2.3.2
4182025-09-24T15:48:09.330Z Downloaded heck v0.5.0
4192025-09-24T15:48:09.330Z Downloaded autocfg v1.4.0
4202025-09-24T15:48:09.333Z Downloaded synstructure v0.13.1
4212025-09-24T15:48:09.333Z Downloaded strsim v0.11.1
4222025-09-24T15:48:09.333Z Downloaded generic-array v0.14.7
4232025-09-24T15:48:09.336Z Downloaded fs-err v3.1.1
4242025-09-24T15:48:09.336Z Downloaded icu_provider_macros v1.5.0
4252025-09-24T15:48:09.336Z Downloaded smawk v0.3.2
4262025-09-24T15:48:09.339Z Downloaded clap_lex v0.7.4
4272025-09-24T15:48:09.340Z Downloaded cfg-if v1.0.1
4282025-09-24T15:48:09.343Z Downloaded swrite v0.1.0
4292025-09-24T15:48:09.343Z Downloaded usdt v0.5.0
4302025-09-24T15:48:09.343Z Downloaded toml v0.8.23
4312025-09-24T15:48:09.346Z Downloaded toml_datetime v0.6.11
4322025-09-24T15:48:09.346Z Downloaded rustix v0.38.37
4332025-09-24T15:48:09.364Z Downloaded crypto-common v0.1.6
4342025-09-24T15:48:09.367Z Downloaded rustix v1.0.7
4352025-09-24T15:48:09.384Z Downloaded byteorder v1.5.0
4362025-09-24T15:48:09.387Z Downloaded utf8_iter v1.0.4
4372025-09-24T15:48:09.387Z Downloaded toml_write v0.1.2
4382025-09-24T15:48:09.390Z Downloaded proc-macro-error v1.0.4
4392025-09-24T15:48:09.390Z Downloaded equivalent v1.0.2
4402025-09-24T15:48:09.394Z Downloaded writeable v0.5.5
4412025-09-24T15:48:09.394Z Downloaded unicode-linebreak v0.1.5
4422025-09-24T15:48:09.394Z Downloaded thiserror v1.0.69
4432025-09-24T15:48:09.397Z Downloaded pretty-hex v0.4.1
4442025-09-24T15:48:09.400Z Downloaded camino-tempfile v1.4.1
4452025-09-24T15:48:09.400Z Downloaded thiserror-impl v2.0.16
4462025-09-24T15:48:09.403Z Downloaded terminal_size v0.4.0
4472025-09-24T15:48:09.403Z Downloaded utf8parse v0.2.2
4482025-09-24T15:48:09.403Z Downloaded utf16_iter v1.0.5
4492025-09-24T15:48:09.403Z Downloaded unicode-xid v0.2.6
4502025-09-24T15:48:09.406Z Downloaded thread-id v4.2.2
4512025-09-24T15:48:09.406Z Downloaded memchr v2.7.4
4522025-09-24T15:48:09.409Z Downloaded icu_normalizer v1.5.0
4532025-09-24T15:48:09.413Z Downloaded digest v0.10.7
4542025-09-24T15:48:09.416Z Downloaded dof v0.3.0
4552025-09-24T15:48:09.416Z Downloaded anstyle-query v1.1.1
4562025-09-24T15:48:09.419Z Downloaded anstyle-parse v0.2.5
4572025-09-24T15:48:09.419Z Downloaded cargo-util-schemas v0.8.2
4582025-09-24T15:48:09.422Z Downloaded bytecount v0.6.8
4592025-09-24T15:48:09.422Z Downloaded proc-macro-error-attr v1.0.4
4602025-09-24T15:48:09.422Z Downloaded cargo-platform v0.2.0
4612025-09-24T15:48:09.426Z Downloaded libc v0.2.174
4622025-09-24T15:48:09.501Z Compiling proc-macro2 v1.0.101
4632025-09-24T15:48:09.501Z Compiling unicode-ident v1.0.18
4642025-09-24T15:48:09.505Z Compiling serde_core v1.0.223
4652025-09-24T15:48:09.505Z Compiling serde v1.0.223
4662025-09-24T15:48:09.505Z Compiling version_check v0.9.5
4672025-09-24T15:48:09.505Z Compiling libc v0.2.174
4682025-09-24T15:48:09.727Z Compiling memchr v2.7.4
4692025-09-24T15:48:09.730Z Compiling thiserror v1.0.69
4702025-09-24T15:48:10.092Z Compiling stable_deref_trait v1.2.0
4712025-09-24T15:48:10.426Z Compiling writeable v0.5.5
4722025-09-24T15:48:10.929Z Compiling itoa v1.0.11
4732025-09-24T15:48:10.986Z Compiling autocfg v1.4.0
4742025-09-24T15:48:11.070Z Compiling ucd-trie v0.1.7
4752025-09-24T15:48:11.149Z Compiling litemap v0.7.3
4762025-09-24T15:48:11.239Z Compiling ryu v1.0.18
4772025-09-24T15:48:11.510Z Compiling once_cell v1.21.3
4782025-09-24T15:48:11.586Z Compiling byteorder v1.5.0
4792025-09-24T15:48:11.876Z Compiling bitflags v2.9.1
4802025-09-24T15:48:11.908Z Compiling icu_locid_transform_data v1.5.0
4812025-09-24T15:48:12.027Z Compiling icu_properties_data v1.5.0
4822025-09-24T15:48:12.052Z Compiling serde_json v1.0.145
4832025-09-24T15:48:12.270Z Compiling errno v0.3.12
4842025-09-24T15:48:12.297Z Compiling num-traits v0.2.19
4852025-09-24T15:48:12.389Z Compiling quote v1.0.40
4862025-09-24T15:48:12.447Z Compiling write16 v1.0.0
4872025-09-24T15:48:12.515Z Compiling typeid v1.0.3
4882025-09-24T15:48:12.635Z Compiling equivalent v1.0.2
4892025-09-24T15:48:12.778Z Compiling syn v2.0.106
4902025-09-24T15:48:12.941Z Compiling rustix v0.38.37
4912025-09-24T15:48:12.965Z Compiling utf8_iter v1.0.4
4922025-09-24T15:48:12.990Z Compiling smallvec v1.15.1
4932025-09-24T15:48:13.017Z Compiling utf16_iter v1.0.5
4942025-09-24T15:48:13.021Z Compiling icu_normalizer_data v1.5.0
4952025-09-24T15:48:13.167Z Compiling hashbrown v0.15.4
4962025-09-24T15:48:13.395Z Compiling usdt-impl v0.5.0
4972025-09-24T15:48:13.559Z Compiling proc-macro-error-attr v1.0.4
4982025-09-24T15:48:13.720Z Compiling toml_write v0.1.2
4992025-09-24T15:48:13.765Z Compiling syn v1.0.109
5002025-09-24T15:48:13.859Z Compiling winnow v0.7.10
5012025-09-24T15:48:13.986Z Compiling thread-id v4.2.2
5022025-09-24T15:48:14.228Z Compiling indexmap v2.11.0
5032025-09-24T15:48:14.597Z Compiling proc-macro-error v1.0.4
5042025-09-24T15:48:14.954Z Compiling percent-encoding v2.3.2
5052025-09-24T15:48:15.308Z Compiling plain v0.2.3
5062025-09-24T15:48:15.491Z Compiling rustix v1.0.7
5072025-09-24T15:48:15.564Z Compiling semver v1.0.26
5082025-09-24T15:48:15.647Z Compiling log v0.4.27
5092025-09-24T15:48:16.079Z Compiling getrandom v0.3.1
5102025-09-24T15:48:16.108Z Compiling thiserror v2.0.16
5112025-09-24T15:48:16.131Z Compiling camino v1.2.0
5122025-09-24T15:48:16.156Z Compiling utf8parse v0.2.2
5132025-09-24T15:48:16.333Z Compiling anstyle-parse v0.2.5
5142025-09-24T15:48:16.855Z Compiling ordered-float v2.10.1
5152025-09-24T15:48:16.879Z Compiling terminal_size v0.4.0
5162025-09-24T15:48:16.902Z Compiling form_urlencoded v1.2.2
5172025-09-24T15:48:17.311Z Compiling anstyle v1.0.11
5182025-09-24T15:48:17.386Z Compiling pretty-hex v0.4.1
5192025-09-24T15:48:17.617Z Compiling is_terminal_polyfill v1.70.1
5202025-09-24T15:48:17.643Z Compiling colorchoice v1.0.2
5212025-09-24T15:48:17.742Z Compiling cfg-if v1.0.1
5222025-09-24T15:48:17.772Z Compiling anstyle-query v1.1.1
5232025-09-24T15:48:17.959Z Compiling anstream v0.6.18
5242025-09-24T15:48:18.397Z Compiling fs-err v3.1.1
5252025-09-24T15:48:18.434Z Compiling strsim v0.11.1
5262025-09-24T15:48:18.593Z Compiling unicode-xid v0.2.6
5272025-09-24T15:48:18.750Z Compiling bytecount v0.6.8
5282025-09-24T15:48:18.831Z Compiling clap_lex v0.7.4
5292025-09-24T15:48:18.873Z Compiling unicode-width v0.1.14
5302025-09-24T15:48:19.010Z Compiling heck v0.5.0
5312025-09-24T15:48:19.129Z Compiling anyhow v1.0.99
5322025-09-24T15:48:19.231Z Compiling heck v0.4.1
5332025-09-24T15:48:19.458Z Compiling synstructure v0.13.1
5342025-09-24T15:48:19.692Z Compiling fnv v1.0.7
5352025-09-24T15:48:19.842Z Compiling fastrand v2.1.1
5362025-09-24T15:48:19.932Z Compiling papergrid v0.11.0
5372025-09-24T15:48:20.217Z Compiling tempfile v3.20.0
5382025-09-24T15:48:20.408Z Compiling clap_builder v4.5.41
5392025-09-24T15:48:20.751Z Compiling memmap v0.7.0
5402025-09-24T15:48:20.843Z Compiling unicode-width v0.2.0
5412025-09-24T15:48:20.960Z Compiling unicode-linebreak v0.1.5
5422025-09-24T15:48:21.069Z Compiling smawk v0.3.2
5432025-09-24T15:48:21.386Z Compiling textwrap v0.16.2
5442025-09-24T15:48:21.849Z Compiling camino-tempfile v1.4.1
5452025-09-24T15:48:22.202Z Compiling swrite v0.1.0
5462025-09-24T15:48:22.301Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5472025-09-24T15:48:22.337Z Compiling tabled_derive v0.7.0
5482025-09-24T15:48:23.200Z Compiling serde_derive v1.0.223
5492025-09-24T15:48:23.201Z Compiling zerofrom-derive v0.1.4
5502025-09-24T15:48:23.204Z Compiling yoke-derive v0.7.4
5512025-09-24T15:48:23.251Z Compiling zerovec-derive v0.10.3
5522025-09-24T15:48:23.277Z Compiling thiserror-impl v1.0.69
5532025-09-24T15:48:23.711Z Compiling displaydoc v0.2.5
5542025-09-24T15:48:25.267Z Compiling icu_provider_macros v1.5.0
5552025-09-24T15:48:25.771Z Compiling zerocopy-derive v0.7.35
5562025-09-24T15:48:25.874Z Compiling scroll_derive v0.12.0
5572025-09-24T15:48:26.343Z Compiling pest v2.7.14
5582025-09-24T15:48:26.377Z Compiling thiserror-impl v2.0.16
5592025-09-24T15:48:26.707Z Compiling zerofrom v0.1.4
5602025-09-24T15:48:26.944Z Compiling yoke v0.7.4
5612025-09-24T15:48:27.166Z Compiling scroll v0.12.0
5622025-09-24T15:48:27.330Z Compiling zerovec v0.10.4
5632025-09-24T15:48:27.656Z Compiling zerocopy v0.7.35
5642025-09-24T15:48:27.694Z Compiling goblin v0.8.2
5652025-09-24T15:48:27.697Z Compiling clap_derive v4.5.41
5662025-09-24T15:48:28.728Z Compiling tabled v0.15.0
5672025-09-24T15:48:28.973Z Compiling tinystr v0.7.6
5682025-09-24T15:48:29.230Z Compiling pest_meta v2.7.14
5692025-09-24T15:48:29.273Z Compiling icu_collections v1.5.0
5702025-09-24T15:48:29.354Z Compiling icu_locid v1.5.0
5712025-09-24T15:48:30.557Z Compiling icu_provider v1.5.0
5722025-09-24T15:48:30.600Z Compiling pest_generator v2.7.14
5732025-09-24T15:48:31.310Z Compiling icu_locid_transform v1.5.0
5742025-09-24T15:48:31.514Z Compiling serde_spanned v0.6.9
5752025-09-24T15:48:31.578Z Compiling toml_datetime v0.6.11
5762025-09-24T15:48:31.772Z Compiling erased-serde v0.4.6
5772025-09-24T15:48:32.119Z Compiling toml_edit v0.22.27
5782025-09-24T15:48:32.617Z Compiling icu_properties v1.5.1
5792025-09-24T15:48:32.947Z Compiling dof v0.3.0
5802025-09-24T15:48:33.055Z Compiling serde_tokenstream v0.2.2
5812025-09-24T15:48:33.543Z Compiling pest_derive v2.7.14
5822025-09-24T15:48:33.640Z Compiling serde-untagged v0.1.7
5832025-09-24T15:48:33.815Z Compiling serde-value v0.7.0
5842025-09-24T15:48:34.155Z Compiling cargo-platform v0.2.0
5852025-09-24T15:48:34.353Z Compiling dtrace-parser v0.2.0
5862025-09-24T15:48:34.535Z Compiling macaddr v1.0.1
5872025-09-24T15:48:34.603Z Compiling clap v4.5.41
5882025-09-24T15:48:35.549Z Compiling toml v0.8.23
5892025-09-24T15:48:36.155Z Compiling icu_normalizer v1.5.0
5902025-09-24T15:48:36.210Z Compiling usdt-macro v0.5.0
5912025-09-24T15:48:36.253Z Compiling usdt-attr-macro v0.5.0
5922025-09-24T15:48:36.499Z Compiling cargo_toml v0.21.0
5932025-09-24T15:48:37.021Z Compiling idna_adapter v1.2.0
5942025-09-24T15:48:37.213Z Compiling idna v1.0.3
5952025-09-24T15:48:37.480Z Compiling usdt v0.5.0
5962025-09-24T15:48:37.620Z Compiling url v2.5.4
5972025-09-24T15:48:38.264Z Compiling cargo-util-schemas v0.8.2
5982025-09-24T15:48:39.942Z Compiling cargo_metadata v0.21.0
5992025-09-24T15:48:41.424Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002025-09-24T15:48:44.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
6012025-09-24T15:48:45.142Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022025-09-24T15:48:45.865Z Downloading crates ...
6032025-09-24T15:48:45.994Z Downloaded async-stream-impl v0.3.6
6042025-09-24T15:48:45.999Z Downloaded ascii-canvas v3.0.0
6052025-09-24T15:48:46.012Z Downloaded async-stream v0.3.6
6062025-09-24T15:48:46.012Z Downloaded addr2line v0.24.2
6072025-09-24T15:48:46.012Z Downloaded async-bb8-diesel v0.2.1
6082025-09-24T15:48:46.012Z Downloaded assert_matches v1.5.0
6092025-09-24T15:48:46.017Z Downloaded argon2 v0.5.3
6102025-09-24T15:48:46.017Z Downloaded aead v0.5.2
6112025-09-24T15:48:46.017Z Downloaded adler2 v2.0.0
6122025-09-24T15:48:46.017Z Downloaded ciborium-ll v0.2.2
6132025-09-24T15:48:46.022Z Downloaded bzip2 v0.5.2
6142025-09-24T15:48:46.026Z Downloaded cookie_store v0.21.1
6152025-09-24T15:48:46.026Z Downloaded hex v0.4.3
6162025-09-24T15:48:46.030Z Downloaded convert_case v0.7.1
6172025-09-24T15:48:46.030Z Downloaded ipnet v2.11.0
6182025-09-24T15:48:46.034Z Downloaded const-oid v0.9.6
6192025-09-24T15:48:46.034Z Downloaded hash32 v0.3.1
6202025-09-24T15:48:46.038Z Downloaded base16ct v0.2.0
6212025-09-24T15:48:46.038Z Downloaded camino-tempfile-ext v0.3.2
6222025-09-24T15:48:46.042Z Downloaded hickory-client v0.25.2
6232025-09-24T15:48:46.042Z Downloaded jobserver v0.1.32
6242025-09-24T15:48:46.046Z Downloaded bitfield-struct v0.6.2
6252025-09-24T15:48:46.046Z Downloaded bit-vec v0.8.0
6262025-09-24T15:48:46.050Z Downloaded heck v0.3.3
6272025-09-24T15:48:46.050Z Downloaded crc-any v2.5.0
6282025-09-24T15:48:46.054Z Downloaded hex-literal v0.4.1
6292025-09-24T15:48:46.054Z Downloaded convert_case v0.4.0
6302025-09-24T15:48:46.058Z Downloaded bzip2 v0.4.4
6312025-09-24T15:48:46.058Z Downloaded atty v0.2.14
6322025-09-24T15:48:46.061Z Downloaded atomic-waker v1.1.2
6332025-09-24T15:48:46.061Z Downloaded highway v1.3.0
6342025-09-24T15:48:46.065Z Downloaded crossbeam-utils v0.8.21
6352025-09-24T15:48:46.075Z Downloaded hubpack v0.1.2
6362025-09-24T15:48:46.079Z Downloaded async-trait v0.1.89
6372025-09-24T15:48:46.079Z Downloaded const_format_proc_macros v0.2.34
6382025-09-24T15:48:46.079Z Downloaded hyper-tls v0.6.0
6392025-09-24T15:48:46.085Z Downloaded bitfield-macros v0.19.2
6402025-09-24T15:48:46.085Z Downloaded humantime v2.2.0
6412025-09-24T15:48:46.085Z Downloaded heapless v0.7.17
6422025-09-24T15:48:46.089Z Downloaded bytes v1.10.1
6432025-09-24T15:48:46.092Z Downloaded impl-trait-for-tuples v0.2.2
6442025-09-24T15:48:46.095Z Downloaded http-range v0.1.5
6452025-09-24T15:48:46.098Z Downloaded base64 v0.13.1
6462025-09-24T15:48:46.101Z Downloaded hyper-staticfile v0.10.1
6472025-09-24T15:48:46.108Z Downloaded indent_write v2.2.0
6482025-09-24T15:48:46.108Z Downloaded bb8 v0.8.5
6492025-09-24T15:48:46.108Z Downloaded arrayref v0.3.9
6502025-09-24T15:48:46.108Z Downloaded http-body v1.0.1
6512025-09-24T15:48:46.111Z Downloaded hickory-resolver v0.25.2
6522025-09-24T15:48:46.115Z Downloaded hubpack_derive v0.1.1
6532025-09-24T15:48:46.115Z Downloaded headers-core v0.3.0
6542025-09-24T15:48:46.118Z Downloaded md5 v0.7.0
6552025-09-24T15:48:46.118Z Downloaded ciborium-io v0.2.2
6562025-09-24T15:48:46.121Z Downloaded cfg_aliases v0.2.1
6572025-09-24T15:48:46.121Z Downloaded critical-section v1.1.3
6582025-09-24T15:48:46.125Z Downloaded is_ci v1.2.0
6592025-09-24T15:48:46.125Z Downloaded crc8 v0.1.1
6602025-09-24T15:48:46.128Z Downloaded cfg_aliases v0.1.1
6612025-09-24T15:48:46.128Z Downloaded pretty-hex v0.2.1
6622025-09-24T15:48:46.129Z Downloaded linear-map v1.2.0
6632025-09-24T15:48:46.133Z Downloaded lalrpop-util v0.19.12
6642025-09-24T15:48:46.133Z Downloaded bit-set v0.5.3
6652025-09-24T15:48:46.137Z Downloaded instability v0.3.2
6662025-09-24T15:48:46.137Z Downloaded lazycell v1.3.0
6672025-09-24T15:48:46.137Z Downloaded libsw-core v0.3.1
6682025-09-24T15:48:46.140Z Downloaded internet-checksum v0.2.1
6692025-09-24T15:48:46.140Z Downloaded bcs v0.1.6
6702025-09-24T15:48:46.143Z Downloaded match_cfg v0.1.0
6712025-09-24T15:48:46.143Z Downloaded http-body-util v0.1.3
6722025-09-24T15:48:46.146Z Downloaded russh-cryptovec v0.7.3
6732025-09-24T15:48:46.146Z Downloaded cobs v0.2.3
6742025-09-24T15:48:46.149Z Downloaded quick-error v1.2.3
6752025-09-24T15:48:46.156Z Downloaded hickory-server v0.25.2
6762025-09-24T15:48:46.156Z Downloaded sigpipe v0.1.3
6772025-09-24T15:48:46.156Z Downloaded signature v2.2.0
6782025-09-24T15:48:46.160Z Downloaded sha1 v0.10.6
6792025-09-24T15:48:46.160Z Downloaded hostname v0.3.1
6802025-09-24T15:48:46.164Z Downloaded cmake v0.1.51
6812025-09-24T15:48:46.164Z Downloaded md-5 v0.10.6
6822025-09-24T15:48:46.167Z Downloaded sqlparser_derive v0.2.2
6832025-09-24T15:48:46.167Z Downloaded constant_time_eq v0.3.1
6842025-09-24T15:48:46.170Z Downloaded linked-hash-map v0.5.6
6852025-09-24T15:48:46.170Z Downloaded maplit v1.0.2
6862025-09-24T15:48:46.173Z Downloaded libscf-sys v1.1.0
6872025-09-24T15:48:46.173Z Downloaded crc v3.2.1
6882025-09-24T15:48:46.177Z Downloaded strum v0.26.3
6892025-09-24T15:48:46.180Z Downloaded slog-envlogger v2.2.0
6902025-09-24T15:48:46.183Z Downloaded tinyvec_macros v0.1.1
6912025-09-24T15:48:46.183Z Downloaded progenitor-macro v0.11.0
6922025-09-24T15:48:46.183Z Downloaded maybe-uninit v2.0.0
6932025-09-24T15:48:46.186Z Downloaded lru v0.12.5
6942025-09-24T15:48:46.186Z Downloaded crossbeam-deque v0.8.5
6952025-09-24T15:48:46.189Z Downloaded crc32fast v1.4.2
6962025-09-24T15:48:46.192Z Downloaded crossbeam-epoch v0.9.18
6972025-09-24T15:48:46.196Z Downloaded sync-ptr v0.1.4
6982025-09-24T15:48:46.196Z Downloaded lzss v0.8.2
6992025-09-24T15:48:46.199Z Downloaded ref-cast v1.0.24
7002025-09-24T15:48:46.202Z Downloaded scheduled-thread-pool v0.2.7
7012025-09-24T15:48:46.202Z Downloaded same-file v1.0.6
7022025-09-24T15:48:46.206Z Downloaded lazy_static v1.5.0
7032025-09-24T15:48:46.206Z Downloaded strum v0.27.2
7042025-09-24T15:48:46.209Z Downloaded ciborium v0.2.2
7052025-09-24T15:48:46.223Z Downloaded typify-macro v0.2.0
7062025-09-24T15:48:46.226Z Downloaded simd-adler32 v0.3.7
7072025-09-24T15:48:46.226Z Downloaded serde_spanned v1.0.0
7082025-09-24T15:48:46.229Z Downloaded indoc v2.0.6
7092025-09-24T15:48:46.232Z Downloaded xshell-macros v0.2.7
7102025-09-24T15:48:46.232Z Downloaded waitgroup v0.1.2
7112025-09-24T15:48:46.235Z Downloaded vte_generate_state_changes v0.1.2
7122025-09-24T15:48:46.236Z Downloaded supports-color v3.0.2
7132025-09-24T15:48:46.239Z Downloaded cancel-safe-futures v0.1.5
7142025-09-24T15:48:46.242Z Downloaded static_assertions v1.1.0
7152025-09-24T15:48:46.245Z Downloaded indexmap v1.9.3
7162025-09-24T15:48:46.248Z Downloaded lock_api v0.4.12
7172025-09-24T15:48:46.248Z Downloaded ahash v0.8.12
7182025-09-24T15:48:46.251Z Downloaded tokio-dtrace v0.1.0
7192025-09-24T15:48:46.254Z Downloaded ingot-macros v0.1.1
7202025-09-24T15:48:46.254Z Downloaded slog-dtrace v0.3.0
7212025-09-24T15:48:46.258Z Downloaded ingot v0.1.1
7222025-09-24T15:48:46.261Z Downloaded new_debug_unreachable v1.0.6
7232025-09-24T15:48:46.261Z Downloaded foreign-types-shared v0.3.1
7242025-09-24T15:48:46.261Z Downloaded foreign-types-shared v0.1.1
7252025-09-24T15:48:46.265Z Downloaded untrusted v0.9.0
7262025-09-24T15:48:46.266Z Downloaded time-core v0.1.6
7272025-09-24T15:48:46.269Z Downloaded clang-sys v1.8.1
7282025-09-24T15:48:46.269Z Downloaded tabled_derive v0.11.0
7292025-09-24T15:48:46.272Z Downloaded tabled_derive v0.10.0
7302025-09-24T15:48:46.275Z Downloaded newline-converter v0.3.0
7312025-09-24T15:48:46.275Z Downloaded console v0.15.10
7322025-09-24T15:48:46.278Z Downloaded slog-bunyan v2.5.0
7332025-09-24T15:48:46.281Z Downloaded num_threads v0.1.7
7342025-09-24T15:48:46.281Z Downloaded wait-timeout v0.2.0
7352025-09-24T15:48:46.284Z Downloaded number_prefix v0.4.0
7362025-09-24T15:48:46.284Z Downloaded litrs v0.4.1
7372025-09-24T15:48:46.287Z Downloaded xz2 v0.1.7
7382025-09-24T15:48:46.291Z Downloaded endian-type v0.1.2
7392025-09-24T15:48:46.291Z Downloaded num_enum_derive v0.5.11
7402025-09-24T15:48:46.294Z Downloaded blake2 v0.10.6
7412025-09-24T15:48:46.297Z Downloaded base64 v0.21.7
7422025-09-24T15:48:46.300Z Downloaded memmap2 v0.9.5
7432025-09-24T15:48:46.303Z Downloaded progenitor v0.9.1
7442025-09-24T15:48:46.303Z Downloaded prefix-trie v0.7.0
7452025-09-24T15:48:46.307Z Downloaded either v1.15.0
7462025-09-24T15:48:46.310Z Downloaded nibble_vec v0.1.0
7472025-09-24T15:48:46.310Z Downloaded newtype_derive v0.1.6
7482025-09-24T15:48:46.313Z Downloaded ron v0.7.1
7492025-09-24T15:48:46.318Z Downloaded defmt-parser v0.3.4
7502025-09-24T15:48:46.321Z Downloaded untrusted v0.7.1
7512025-09-24T15:48:46.321Z Downloaded foreign-types-macros v0.2.3
7522025-09-24T15:48:46.321Z Downloaded twox-hash v2.1.0
7532025-09-24T15:48:46.325Z Downloaded tokio-tungstenite v0.23.1
7542025-09-24T15:48:46.328Z Downloaded float-cmp v0.10.0
7552025-09-24T15:48:46.328Z Downloaded darling_macro v0.21.0
7562025-09-24T15:48:46.328Z Downloaded zone v0.1.8
7572025-09-24T15:48:46.346Z Downloaded serde_bytes v0.11.17
7582025-09-24T15:48:46.346Z Downloaded cookie v0.18.1
7592025-09-24T15:48:46.346Z Downloaded num_enum v0.5.11
7602025-09-24T15:48:46.346Z Downloaded indicatif v0.17.11
7612025-09-24T15:48:46.346Z Downloaded dunce v1.0.5
7622025-09-24T15:48:46.347Z Downloaded indicatif v0.18.0
7632025-09-24T15:48:46.358Z Downloaded phf v0.11.2
7642025-09-24T15:48:46.358Z Downloaded darling v0.21.0
7652025-09-24T15:48:46.369Z Downloaded funty v2.0.0
7662025-09-24T15:48:46.369Z Downloaded env_logger v0.11.5
7672025-09-24T15:48:46.370Z Downloaded deranged v0.5.3
7682025-09-24T15:48:46.370Z Downloaded group v0.13.0
7692025-09-24T15:48:46.370Z Downloaded env_filter v0.1.2
7702025-09-24T15:48:46.376Z Downloaded enum-as-inner v0.6.1
7712025-09-24T15:48:46.376Z Downloaded der_derive v0.7.3
7722025-09-24T15:48:46.376Z Downloaded backtrace v0.3.74
7732025-09-24T15:48:46.382Z Downloaded native-tls v0.2.12
7742025-09-24T15:48:46.382Z Downloaded unicode-properties v0.1.3
7752025-09-24T15:48:46.387Z Downloaded parse-display-derive v0.10.0
7762025-09-24T15:48:46.388Z Downloaded unicode-truncate v1.1.0
7772025-09-24T15:48:46.388Z Downloaded serde-hex v0.1.0
7782025-09-24T15:48:46.388Z Downloaded const_format v0.2.34
7792025-09-24T15:48:46.393Z Downloaded zone_cfg_derive v0.3.0
7802025-09-24T15:48:46.393Z Downloaded num-rational v0.4.2
7812025-09-24T15:48:46.397Z Downloaded zeroize_derive v1.4.2
7822025-09-24T15:48:46.397Z Downloaded chacha20poly1305 v0.10.1
7832025-09-24T15:48:46.402Z Downloaded curve25519-dalek-derive v0.1.1
7842025-09-24T15:48:46.402Z Downloaded polyval v0.6.2
7852025-09-24T15:48:46.402Z Downloaded want v0.3.1
7862025-09-24T15:48:46.406Z Downloaded peg-macros v0.8.5
7872025-09-24T15:48:46.406Z Downloaded peg v0.8.5
7882025-09-24T15:48:46.410Z Downloaded psl-types v2.0.11
7892025-09-24T15:48:46.411Z Downloaded support-bundle-viewer v0.1.2
7902025-09-24T15:48:46.416Z Downloaded rfc6979 v0.4.0
7912025-09-24T15:48:46.416Z Downloaded progenitor-macro v0.10.0
7922025-09-24T15:48:46.420Z Downloaded heapless v0.8.0
7932025-09-24T15:48:46.420Z Downloaded thiserror-no-std v2.0.2
7942025-09-24T15:48:46.426Z Downloaded fs_extra v1.3.0
7952025-09-24T15:48:46.429Z Downloaded fs-err v2.11.0
7962025-09-24T15:48:46.429Z Downloaded derive_builder v0.20.2
7972025-09-24T15:48:46.433Z Downloaded iddqd v0.3.13
7982025-09-24T15:48:46.439Z Downloaded resolv-conf v0.7.0
7992025-09-24T15:48:46.443Z Downloaded miniz_oxide v0.8.5
8002025-09-24T15:48:46.447Z Downloaded hyper-util v0.1.16
8012025-09-24T15:48:46.450Z Downloaded vergen-gitcl v1.0.8
8022025-09-24T15:48:46.455Z Downloaded zone_cfg_derive v0.1.2
8032025-09-24T15:48:46.455Z Downloaded ctr v0.9.2
8042025-09-24T15:48:46.458Z Downloaded papergrid v0.14.0
8052025-09-24T15:48:46.462Z Downloaded progenitor-client v0.8.0
8062025-09-24T15:48:46.462Z Downloaded embedded-io v0.6.1
8072025-09-24T15:48:46.466Z Downloaded dirs-next v2.0.0
8082025-09-24T15:48:46.466Z Downloaded postcard v1.0.10
8092025-09-24T15:48:46.470Z Downloaded defmt v0.3.8
8102025-09-24T15:48:46.473Z Downloaded aho-corasick v1.1.3
8112025-09-24T15:48:46.477Z Downloaded toml_datetime v0.7.0
8122025-09-24T15:48:46.481Z Downloaded dyn-clone v1.0.20
8132025-09-24T15:48:46.481Z Downloaded nanorand v0.7.0
8142025-09-24T15:48:46.486Z Downloaded derive-where v1.5.0
8152025-09-24T15:48:46.489Z Downloaded signal-hook-mio v0.2.4
8162025-09-24T15:48:46.490Z Downloaded samael v0.0.19
8172025-09-24T15:48:46.495Z Downloaded parse-size v1.1.0
8182025-09-24T15:48:46.499Z Downloaded num-derive v0.3.3
8192025-09-24T15:48:46.499Z Downloaded multimap v0.10.1
8202025-09-24T15:48:46.503Z Downloaded half v1.8.3
8212025-09-24T15:48:46.503Z Downloaded vergen v9.0.6
8222025-09-24T15:48:46.508Z Downloaded http v1.3.1
8232025-09-24T15:48:46.511Z Downloaded packed_struct_codegen v0.10.1
8242025-09-24T15:48:46.512Z Downloaded packed_struct v0.10.1
8252025-09-24T15:48:46.516Z Downloaded oxide-tokio-rt v0.1.2
8262025-09-24T15:48:46.516Z Downloaded daft v0.1.4
8272025-09-24T15:48:46.520Z Downloaded papergrid v0.17.0
8282025-09-24T15:48:46.524Z Downloaded uuid v1.18.1
8292025-09-24T15:48:46.527Z Downloaded futures-task v0.3.31
8302025-09-24T15:48:46.527Z Downloaded rand v0.8.5
8312025-09-24T15:48:46.531Z Downloaded progenitor-macro v0.9.1
8322025-09-24T15:48:46.534Z Downloaded progenitor v0.11.0
8332025-09-24T15:48:46.537Z Downloaded subtle v2.6.1
8342025-09-24T15:48:46.537Z Downloaded void v1.0.2
8352025-09-24T15:48:46.537Z Downloaded typify v0.4.3
8362025-09-24T15:48:46.541Z Downloaded darling_macro v0.20.10
8372025-09-24T15:48:46.544Z Downloaded slog-json v2.6.1
8382025-09-24T15:48:46.547Z Downloaded tracing v0.1.40
8392025-09-24T15:48:46.551Z Downloaded hashbrown v0.12.3
8402025-09-24T15:48:46.555Z Downloaded try-lock v0.2.5
8412025-09-24T15:48:46.558Z Downloaded dsl_auto_type v0.1.2
8422025-09-24T15:48:46.558Z Downloaded xshell v0.2.7
8432025-09-24T15:48:46.558Z Downloaded zstd v0.13.3
8442025-09-24T15:48:46.562Z Downloaded postgres-types v0.2.9
8452025-09-24T15:48:46.565Z Downloaded parking_lot v0.11.2
8462025-09-24T15:48:46.568Z Downloaded snafu v0.8.5
8472025-09-24T15:48:46.573Z Downloaded tokio-tungstenite v0.21.0
8482025-09-24T15:48:46.576Z Downloaded rand_xorshift v0.4.0
8492025-09-24T15:48:46.579Z Downloaded yansi v1.0.1
8502025-09-24T15:48:46.583Z Downloaded rand v0.9.2
8512025-09-24T15:48:46.586Z Downloaded peg-runtime v0.8.5
8522025-09-24T15:48:46.589Z Downloaded crypto-bigint v0.5.5
8532025-09-24T15:48:46.592Z Downloaded salsa20 v0.10.2
8542025-09-24T15:48:46.596Z Downloaded tower-layer v0.3.3
8552025-09-24T15:48:46.600Z Downloaded tokio-native-tls v0.3.1
8562025-09-24T15:48:46.600Z Downloaded document-features v0.2.11
8572025-09-24T15:48:46.604Z Downloaded fd-lock v4.0.2
8582025-09-24T15:48:46.604Z Downloaded progenitor-impl v0.10.0
8592025-09-24T15:48:46.607Z Downloaded unicode-segmentation v1.12.0
8602025-09-24T15:48:46.611Z Downloaded libxml v0.3.3
8612025-09-24T15:48:46.614Z Downloaded opaque-debug v0.3.1
8622025-09-24T15:48:46.617Z Downloaded aes v0.8.4
8632025-09-24T15:48:46.620Z Downloaded testing_table v0.3.0
8642025-09-24T15:48:46.624Z Downloaded unarray v0.1.4
8652025-09-24T15:48:46.624Z Downloaded password-hash v0.4.2
8662025-09-24T15:48:46.627Z Downloaded pbkdf2 v0.12.2
8672025-09-24T15:48:46.627Z Downloaded tokio-stream v0.1.17
8682025-09-24T15:48:46.631Z Downloaded pbkdf2 v0.11.0
8692025-09-24T15:48:46.634Z Downloaded proc-macro-error2 v2.0.1
8702025-09-24T15:48:46.637Z Downloaded secrecy v0.8.0
8712025-09-24T15:48:46.640Z Downloaded rustls-pemfile v2.2.0
8722025-09-24T15:48:46.643Z Downloaded unicode-bidi v0.3.17
8732025-09-24T15:48:46.648Z Downloaded xattr v1.3.1
8742025-09-24T15:48:46.651Z Downloaded ghash v0.5.1
8752025-09-24T15:48:46.651Z Downloaded sct v0.7.1
8762025-09-24T15:48:46.654Z Downloaded des v0.8.1
8772025-09-24T15:48:46.657Z Downloaded filetime v0.2.25
8782025-09-24T15:48:46.657Z Downloaded minimal-lexical v0.2.1
8792025-09-24T15:48:46.661Z Downloaded ff v0.13.0
8802025-09-24T15:48:46.663Z Downloaded crucible-workspace-hack v0.1.0
8812025-09-24T15:48:46.666Z Downloaded fallible-iterator v0.2.0
8822025-09-24T15:48:46.666Z Downloaded test-strategy v0.4.3
8832025-09-24T15:48:46.669Z Downloaded termios v0.3.3
8842025-09-24T15:48:46.673Z Downloaded foreign-types v0.3.2
8852025-09-24T15:48:46.675Z Downloaded thiserror-impl-no-std v2.0.2
8862025-09-24T15:48:46.675Z Downloaded password-hash v0.5.0
8872025-09-24T15:48:46.679Z Downloaded itertools v0.12.1
8882025-09-24T15:48:46.684Z Downloaded typify-macro v0.4.3
8892025-09-24T15:48:46.689Z Downloaded aws-lc-rs v1.12.4
8902025-09-24T15:48:46.695Z Downloaded zone v0.3.1
8912025-09-24T15:48:46.698Z Downloaded elliptic-curve v0.13.8
8922025-09-24T15:48:46.701Z Downloaded topological-sort v0.2.2
8932025-09-24T15:48:46.705Z Downloaded fxhash v0.2.1
8942025-09-24T15:48:46.705Z Downloaded zerocopy v0.6.6
8952025-09-24T15:48:46.708Z Downloaded signal-hook-tokio v0.3.1
8962025-09-24T15:48:46.708Z Downloaded phf_shared v0.12.1
8972025-09-24T15:48:46.711Z Downloaded futures-io v0.3.31
8982025-09-24T15:48:46.711Z Downloaded sec1 v0.7.3
8992025-09-24T15:48:46.715Z Downloaded hashbrown v0.16.0
9002025-09-24T15:48:46.718Z Downloaded tinyvec v1.8.0
9012025-09-24T15:48:46.722Z Downloaded strum_macros v0.26.4
9022025-09-24T15:48:46.725Z Downloaded postgres-protocol v0.6.8
9032025-09-24T15:48:46.729Z Downloaded dropshot_endpoint v0.16.4
9042025-09-24T15:48:46.732Z Downloaded phf_shared v0.11.2
9052025-09-24T15:48:46.735Z Downloaded phf v0.12.1
9062025-09-24T15:48:46.735Z Downloaded tui-tree-widget v0.23.1
9072025-09-24T15:48:46.738Z Downloaded rustc_version v0.1.7
9082025-09-24T15:48:46.738Z Downloaded rustc-hash v1.1.0
9092025-09-24T15:48:46.741Z Downloaded rtoolbox v0.0.2
9102025-09-24T15:48:46.741Z Downloaded term v1.1.0
9112025-09-24T15:48:46.744Z Downloaded zstd-safe v7.2.3
9122025-09-24T15:48:46.747Z Downloaded crossterm v0.28.1
9132025-09-24T15:48:46.753Z Downloaded foreign-types v0.5.0
9142025-09-24T15:48:46.756Z Downloaded rustc-demangle v0.1.24
9152025-09-24T15:48:46.760Z Downloaded darling v0.20.10
9162025-09-24T15:48:46.763Z Downloaded slog-term v2.9.2
9172025-09-24T15:48:46.766Z Downloaded pem-rfc7468 v0.7.0
9182025-09-24T15:48:46.766Z Downloaded gethostname v0.5.0
9192025-09-24T15:48:46.769Z Downloaded iri-string v0.7.8
9202025-09-24T15:48:46.774Z Downloaded tagptr v0.2.0
9212025-09-24T15:48:46.777Z Downloaded primeorder v0.13.6
9222025-09-24T15:48:46.781Z Downloaded salty v0.3.0
9232025-09-24T15:48:46.785Z Downloaded ppv-lite86 v0.2.20
9242025-09-24T15:48:46.788Z Downloaded sqlformat v0.3.5
9252025-09-24T15:48:46.791Z Downloaded openssl-sys v0.9.109
9262025-09-24T15:48:46.795Z Downloaded tls_codec v0.4.1
9272025-09-24T15:48:46.798Z Downloaded smallvec v0.6.14
9282025-09-24T15:48:46.801Z Downloaded zeroize v1.8.1
9292025-09-24T15:48:46.801Z Downloaded structmeta v0.3.0
9302025-09-24T15:48:46.804Z Downloaded vte v0.11.1
9312025-09-24T15:48:46.807Z Downloaded strip-ansi-escapes v0.2.0
9322025-09-24T15:48:46.807Z Downloaded toml_edit v0.19.15
9332025-09-24T15:48:46.821Z Downloaded num-conv v0.1.0
9342025-09-24T15:48:46.825Z Downloaded itertools v0.13.0
9352025-09-24T15:48:46.829Z Downloaded darling_core v0.21.0
9362025-09-24T15:48:46.835Z Downloaded normalize-line-endings v0.3.0
9372025-09-24T15:48:46.838Z Downloaded schemars v0.8.22
9382025-09-24T15:48:46.847Z Downloaded rustls-pemfile v1.0.4
9392025-09-24T15:48:46.850Z Downloaded derive_builder_macro v0.20.2
9402025-09-24T15:48:46.853Z Downloaded oso-derive v0.27.3
9412025-09-24T15:48:46.853Z Downloaded diesel_table_macro_syntax v0.2.0
9422025-09-24T15:48:46.853Z Downloaded rand_chacha v0.9.0
9432025-09-24T15:48:46.857Z Downloaded progenitor-impl v0.9.1
9442025-09-24T15:48:46.857Z Downloaded h2 v0.4.6
9452025-09-24T15:48:46.863Z Downloaded globwalk v0.9.1
9462025-09-24T15:48:46.866Z Downloaded tokio-macros v2.5.0
9472025-09-24T15:48:46.866Z Downloaded cstr-argument v0.1.2
9482025-09-24T15:48:46.870Z Downloaded memoffset v0.9.1
9492025-09-24T15:48:46.871Z Downloaded hash32 v0.2.1
9502025-09-24T15:48:46.874Z Downloaded time v0.3.43
9512025-09-24T15:48:46.878Z Downloaded progenitor-client v0.9.1
9522025-09-24T15:48:46.882Z Downloaded bindgen v0.69.5
9532025-09-24T15:48:46.886Z Downloaded signal-hook-registry v1.4.2
9542025-09-24T15:48:46.889Z Downloaded getrandom v0.2.15
9552025-09-24T15:48:46.892Z Downloaded unicase v2.7.0
9562025-09-24T15:48:46.895Z Downloaded pkcs8 v0.10.2
9572025-09-24T15:48:46.895Z Downloaded futures-channel v0.3.31
9582025-09-24T15:48:46.898Z Downloaded rpassword v7.4.0
9592025-09-24T15:48:46.901Z Downloaded derive_more v0.99.20
9602025-09-24T15:48:46.904Z Downloaded p256 v0.13.2
9612025-09-24T15:48:46.908Z Downloaded fatfs v0.3.6
9622025-09-24T15:48:46.911Z Downloaded walkdir v2.5.0
9632025-09-24T15:48:46.914Z Downloaded semver v0.1.20
9642025-09-24T15:48:46.914Z Downloaded rand_chacha v0.3.1
9652025-09-24T15:48:46.917Z Downloaded unicode-normalization v0.1.24
9662025-09-24T15:48:46.920Z Downloaded flagset v0.4.6
9672025-09-24T15:48:46.923Z Downloaded nodrop v0.1.14
9682025-09-24T15:48:46.923Z Downloaded vergen v8.3.2
9692025-09-24T15:48:46.926Z Downloaded fixedbitset v0.4.2
9702025-09-24T15:48:46.929Z Downloaded tap v1.0.1
9712025-09-24T15:48:46.929Z Downloaded slab v0.4.9
9722025-09-24T15:48:46.929Z Downloaded tokio-rustls v0.26.0
9732025-09-24T15:48:46.932Z Downloaded rayon v1.10.0
9742025-09-24T15:48:46.939Z Downloaded multer v3.1.0
9752025-09-24T15:48:46.942Z Downloaded spki v0.7.3
9762025-09-24T15:48:46.945Z Downloaded tungstenite v0.21.0
9772025-09-24T15:48:46.948Z Downloaded uzers v0.12.1
9782025-09-24T15:48:46.951Z Downloaded smf v0.2.3
9792025-09-24T15:48:46.951Z Downloaded unit-prefix v0.5.1
9802025-09-24T15:48:46.956Z Downloaded flume v0.11.1
9812025-09-24T15:48:46.959Z Downloaded pkcs5 v0.7.1
9822025-09-24T15:48:46.959Z Downloaded x509-cert v0.2.5
9832025-09-24T15:48:46.965Z Downloaded half v2.4.1
9842025-09-24T15:48:46.968Z Downloaded rusty-fork v0.3.0
9852025-09-24T15:48:46.971Z Downloaded serde_with_macros v3.14.0
9862025-09-24T15:48:46.974Z Downloaded tls_codec_derive v0.4.1
9872025-09-24T15:48:46.975Z Downloaded progenitor-impl v0.11.0
9882025-09-24T15:48:46.978Z Downloaded futures-core v0.3.31
9892025-09-24T15:48:46.978Z Downloaded quick-xml v0.37.2
9902025-09-24T15:48:46.983Z Downloaded russh-keys v0.45.0
9912025-09-24T15:48:46.986Z Downloaded fixedbitset v0.5.7
9922025-09-24T15:48:46.989Z Downloaded progenitor-client v0.11.0
9932025-09-24T15:48:46.989Z Downloaded derive_more v2.0.1
9942025-09-24T15:48:46.997Z Downloaded shlex v1.3.0
9952025-09-24T15:48:47.000Z Downloaded proc-macro-crate v1.3.1
9962025-09-24T15:48:47.000Z Downloaded typify v0.2.0
9972025-09-24T15:48:47.004Z Downloaded oso v0.27.3
9982025-09-24T15:48:47.007Z Downloaded zip v0.6.6
9992025-09-24T15:48:47.010Z Downloaded radium v0.7.0
10002025-09-24T15:48:47.013Z Downloaded shell-words v1.1.0
10012025-09-24T15:48:47.013Z Downloaded proc-macro-error-attr2 v2.0.0
10022025-09-24T15:48:47.016Z Downloaded float-ord v0.3.2
10032025-09-24T15:48:47.016Z Downloaded pin-utils v0.1.0
10042025-09-24T15:48:47.016Z Downloaded rustls-pki-types v1.10.0
10052025-09-24T15:48:47.019Z Downloaded value-bag v1.9.0
10062025-09-24T15:48:47.022Z Downloaded data-encoding v2.9.0
10072025-09-24T15:48:47.026Z Downloaded pkg-config v0.3.31
10082025-09-24T15:48:47.026Z Downloaded diesel_derives v2.2.3
10092025-09-24T15:48:47.029Z Downloaded expectorate v1.2.0
10102025-09-24T15:48:47.032Z Downloaded rustyline v14.0.0
10112025-09-24T15:48:47.035Z Downloaded chrono v0.4.41
10122025-09-24T15:48:47.042Z Downloaded serde_yaml v0.9.34+deprecated
10132025-09-24T15:48:47.045Z Downloaded daft-derive v0.1.4
10142025-09-24T15:48:47.049Z Downloaded tar v0.4.44
10152025-09-24T15:48:47.052Z Downloaded zip v4.2.0
10162025-09-24T15:48:47.056Z Downloaded pin-project-lite v0.2.14
10172025-09-24T15:48:47.060Z Downloaded tower v0.5.2
10182025-09-24T15:48:47.069Z Downloaded num-bigint-dig v0.8.4
10192025-09-24T15:48:47.074Z Downloaded unicode_categories v0.1.1
10202025-09-24T15:48:47.077Z Downloaded tower-http v0.6.6
10212025-09-24T15:48:47.083Z Downloaded russh v0.45.0
10222025-09-24T15:48:47.088Z Downloaded signal-hook v0.3.18
10232025-09-24T15:48:47.091Z Downloaded socket2 v0.5.10
10242025-09-24T15:48:47.094Z Downloaded tungstenite v0.23.0
10252025-09-24T15:48:47.097Z Downloaded rcgen v0.12.1
10262025-09-24T15:48:47.101Z Downloaded tokio-postgres v0.7.13
10272025-09-24T15:48:47.104Z Downloaded radix_trie v0.2.1
10282025-09-24T15:48:47.107Z Downloaded reqwest v0.12.22
10292025-09-24T15:48:47.116Z Downloaded tough v0.20.0
10302025-09-24T15:48:47.124Z Downloaded darling_core v0.20.10
10312025-09-24T15:48:47.128Z Downloaded futures-util v0.3.31
10322025-09-24T15:48:47.139Z Downloaded winnow v0.6.26
10332025-09-24T15:48:47.148Z Downloaded mio v1.0.2
10342025-09-24T15:48:47.152Z Downloaded ssh-key v0.6.6
10352025-09-24T15:48:47.159Z Downloaded reedline v0.40.0
10362025-09-24T15:48:47.165Z Downloaded crossterm v0.29.0
10372025-09-24T15:48:47.172Z Downloaded nom v7.1.3
10382025-09-24T15:48:47.178Z Downloaded zlib-rs v0.5.1
10392025-09-24T15:48:47.181Z Downloaded quinn-proto v0.11.8
10402025-09-24T15:48:47.187Z Downloaded proptest v1.7.0
10412025-09-24T15:48:47.196Z Downloaded zerocopy-derive v0.8.26
10422025-09-24T15:48:47.202Z Downloaded serde_with v3.14.0
10432025-09-24T15:48:47.213Z Downloaded polar-core v0.27.3
10442025-09-24T15:48:47.220Z Downloaded git2 v0.19.0
10452025-09-24T15:48:47.227Z Downloaded smoltcp v0.11.0
10462025-09-24T15:48:47.238Z Downloaded rustls v0.21.12
10472025-09-24T15:48:47.248Z Downloaded sqlparser v0.45.0
10482025-09-24T15:48:47.252Z Downloaded regex-syntax v0.6.29
10492025-09-24T15:48:47.259Z Downloaded nix v0.28.0
10502025-09-24T15:48:47.269Z Downloaded p521 v0.13.3
10512025-09-24T15:48:47.272Z Downloaded regex-syntax v0.8.5
10522025-09-24T15:48:47.279Z Downloaded regress v0.10.4
10532025-09-24T15:48:47.288Z Downloaded gimli v0.31.1
10542025-09-24T15:48:47.296Z Downloaded vcpkg v0.2.15
10552025-09-24T15:48:47.330Z Downloaded nix v0.27.1
10562025-09-24T15:48:47.339Z Downloaded zerocopy v0.8.26
10572025-09-24T15:48:47.358Z Downloaded smoltcp v0.9.1
10582025-09-24T15:48:47.367Z Downloaded hickory-proto v0.25.2
10592025-09-24T15:48:47.381Z Downloaded rustls-webpki v0.102.8
10602025-09-24T15:48:47.398Z Downloaded object v0.36.5
10612025-09-24T15:48:47.407Z Downloaded dropshot v0.16.4
10622025-09-24T15:48:47.427Z Downloaded curve25519-dalek v4.1.3
10632025-09-24T15:48:47.435Z Downloaded petname v2.0.2
10642025-09-24T15:48:47.444Z Downloaded rustls-webpki v0.101.7
10652025-09-24T15:48:47.452Z Downloaded openssl v0.10.73
10662025-09-24T15:48:47.461Z Downloaded p384 v0.13.0
10672025-09-24T15:48:47.469Z Downloaded object v0.30.4
10682025-09-24T15:48:47.473Z Downloaded webpki-roots v1.0.1
10692025-09-24T15:48:47.479Z Downloaded ratatui v0.29.0
10702025-09-24T15:48:47.496Z Downloaded diesel v2.2.12
10712025-09-24T15:48:47.513Z Downloaded nix v0.29.0
10722025-09-24T15:48:47.522Z Downloaded typify-impl v0.4.3
10732025-09-24T15:48:47.535Z Downloaded moka v0.12.10
10742025-09-24T15:48:47.541Z Downloaded typify-impl v0.2.0
10752025-09-24T15:48:47.552Z Downloaded regex-automata v0.4.8
10762025-09-24T15:48:47.570Z Downloaded bzip2-sys v0.1.13+1.0.8
10772025-09-24T15:48:47.578Z Downloaded sled v0.34.7
10782025-09-24T15:48:47.588Z Downloaded nix v0.30.1
10792025-09-24T15:48:47.598Z Downloaded openapiv3 v2.2.0
10802025-09-24T15:48:47.607Z Downloaded hickory-proto v0.24.4
10812025-09-24T15:48:47.619Z Downloaded rustls v0.23.19
10822025-09-24T15:48:47.650Z Downloaded rustls v0.22.4
10832025-09-24T15:48:47.656Z Downloaded regex v1.11.1
10842025-09-24T15:48:47.656Z Downloaded zerocopy-derive v0.6.6
10852025-09-24T15:48:47.660Z Downloaded typify-impl v0.3.0
10862025-09-24T15:48:47.671Z Downloaded chrono-tz v0.10.4
10872025-09-24T15:48:47.686Z Downloaded portable-atomic v1.11.0
10882025-09-24T15:48:47.692Z Downloaded petgraph v0.6.5
10892025-09-24T15:48:47.709Z Downloaded tabled v0.18.0
10902025-09-24T15:48:47.726Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10912025-09-24T15:48:47.741Z Downloaded petgraph v0.8.2
10922025-09-24T15:48:47.756Z Downloaded jiff v0.2.15
10932025-09-24T15:48:47.771Z Downloaded lalrpop v0.19.12
10942025-09-24T15:48:47.779Z Downloaded lzma-sys v0.1.20
10952025-09-24T15:48:47.804Z Downloaded pin-project-internal v1.1.6
10962025-09-24T15:48:47.808Z Downloaded libz-sys v1.1.20
10972025-09-24T15:48:47.825Z Downloaded csv-core v0.1.11
10982025-09-24T15:48:47.829Z Downloaded tabled v0.20.0
10992025-09-24T15:48:47.840Z Downloaded sha3 v0.10.8
11002025-09-24T15:48:47.845Z Downloaded socket2 v0.6.0
11012025-09-24T15:48:47.849Z Downloaded pretty_assertions v1.4.1
11022025-09-24T15:48:47.849Z Downloaded rayon-core v1.12.1
11032025-09-24T15:48:47.852Z Downloaded winnow v0.5.40
11042025-09-24T15:48:47.858Z Downloaded bindgen v0.71.1
11052025-09-24T15:48:47.864Z Downloaded tokio-rustls v0.25.0
11062025-09-24T15:48:47.867Z Downloaded similar v2.7.0
11072025-09-24T15:48:47.870Z Downloaded progenitor-impl v0.8.0
11082025-09-24T15:48:47.874Z Downloaded num-bigint v0.4.6
11092025-09-24T15:48:47.877Z Downloaded tokio v1.47.0
11102025-09-24T15:48:47.908Z Downloaded futures v0.3.31
11112025-09-24T15:48:47.912Z Downloaded bitvec v1.0.1
11122025-09-24T15:48:47.924Z Downloaded take_mut v0.2.2
11132025-09-24T15:48:47.927Z Downloaded csv v1.3.1
11142025-09-24T15:48:47.944Z Downloaded futures-executor v0.3.31
11152025-09-24T15:48:47.950Z Downloaded diff v0.1.13
11162025-09-24T15:48:47.950Z Downloaded display-error-chain v0.2.2
11172025-09-24T15:48:47.954Z Downloaded debug-ignore v1.0.5
11182025-09-24T15:48:47.954Z Downloaded vergen-lib v0.1.6
11192025-09-24T15:48:47.954Z Downloaded crunchy v0.2.2
11202025-09-24T15:48:47.954Z Downloaded secrecy v0.10.3
11212025-09-24T15:48:47.954Z Downloaded derive_more-impl v2.0.1
11222025-09-24T15:48:47.961Z Downloaded itertools v0.14.0
11232025-09-24T15:48:47.965Z Downloaded hkdf v0.12.4
11242025-09-24T15:48:47.970Z Downloaded openssl-probe v0.1.5
11252025-09-24T15:48:47.970Z Downloaded openssl-macros v0.1.1
11262025-09-24T15:48:47.970Z Downloaded globset v0.4.15
11272025-09-24T15:48:47.973Z Downloaded diesel-dtrace v0.4.2
11282025-09-24T15:48:47.973Z Downloaded toml_writer v1.0.2
11292025-09-24T15:48:47.973Z Downloaded strum_macros v0.24.3
11302025-09-24T15:48:47.976Z Downloaded num-complex v0.4.6
11312025-09-24T15:48:47.976Z Downloaded mime_guess v2.0.5
11322025-09-24T15:48:47.976Z Downloaded difflib v0.4.0
11332025-09-24T15:48:47.981Z Downloaded slog v2.7.0
11342025-09-24T15:48:47.984Z Downloaded unsafe-libyaml v0.2.11
11352025-09-24T15:48:47.984Z Downloaded ring v0.17.14
11362025-09-24T15:48:48.022Z Downloaded prettyplease v0.2.36
11372025-09-24T15:48:48.026Z Downloaded hyper v1.7.0
11382025-09-24T15:48:48.030Z Downloaded qorb v0.4.1
11392025-09-24T15:48:48.033Z Downloaded stringprep v0.1.5
11402025-09-24T15:48:48.039Z Downloaded tiny-keccak v2.0.2
11412025-09-24T15:48:48.045Z Downloaded siphasher v0.3.11
11422025-09-24T15:48:48.045Z Downloaded encoding_rs v0.8.34
11432025-09-24T15:48:48.057Z Downloaded progenitor-macro v0.8.0
11442025-09-24T15:48:48.060Z Downloaded omicron-zone-package v0.12.2
11452025-09-24T15:48:48.063Z Downloaded aes-gcm v0.10.3
11462025-09-24T15:48:48.066Z Downloaded owo-colors v4.2.2
11472025-09-24T15:48:48.066Z Downloaded nu-ansi-term v0.50.1
11482025-09-24T15:48:48.069Z Downloaded term v0.7.0
11492025-09-24T15:48:48.072Z Downloaded blake3 v1.5.4
11502025-09-24T15:48:48.077Z Downloaded subprocess v0.2.9
11512025-09-24T15:48:48.081Z Downloaded vsss-rs v3.3.4
11522025-09-24T15:48:48.085Z Downloaded quinn-udp v0.5.5
11532025-09-24T15:48:48.085Z Downloaded progenitor v0.8.0
11542025-09-24T15:48:48.090Z Downloaded quinn v0.11.5
11552025-09-24T15:48:48.090Z Downloaded typify-macro v0.3.0
11562025-09-24T15:48:48.090Z Downloaded r2d2 v0.8.10
11572025-09-24T15:48:48.093Z Downloaded parking_lot v0.12.3
11582025-09-24T15:48:48.093Z Downloaded libm v0.2.8
11592025-09-24T15:48:48.101Z Downloaded itertools v0.10.5
11602025-09-24T15:48:48.104Z Downloaded ron v0.8.1
11612025-09-24T15:48:48.109Z Downloaded publicsuffix v2.3.0
11622025-09-24T15:48:48.112Z Downloaded ena v0.14.3
11632025-09-24T15:48:48.115Z Downloaded tokio-util v0.7.15
11642025-09-24T15:48:48.119Z Downloaded rand_seeder v0.4.0
11652025-09-24T15:48:48.122Z Downloaded rand_core v0.9.3
11662025-09-24T15:48:48.122Z Downloaded steno v0.4.1
11672025-09-24T15:48:48.125Z Downloaded pem v3.0.5
11682025-09-24T15:48:48.129Z Downloaded num-iter v0.1.45
11692025-09-24T15:48:48.129Z Downloaded powerfmt v0.2.0
11702025-09-24T15:48:48.129Z Downloaded oxnet v0.1.3
11712025-09-24T15:48:48.133Z Downloaded libgit2-sys v0.17.0+1.8.1
11722025-09-24T15:48:48.178Z Downloaded num v0.4.3
11732025-09-24T15:48:48.181Z Downloaded parking_lot_core v0.9.10
11742025-09-24T15:48:48.181Z Downloaded strum_macros v0.27.1
11752025-09-24T15:48:48.184Z Downloaded rsa v0.9.6
11762025-09-24T15:48:48.187Z Downloaded whoami v1.5.2
11772025-09-24T15:48:48.191Z Downloaded which v4.4.2
11782025-09-24T15:48:48.191Z Downloaded flate2 v1.1.2
11792025-09-24T15:48:48.194Z Downloaded typed-path v0.9.3
11802025-09-24T15:48:48.201Z Downloaded string_cache v0.8.9
11812025-09-24T15:48:48.204Z Downloaded slog-stdlog v4.1.1
11822025-09-24T15:48:48.204Z Downloaded time-macros v0.2.24
11832025-09-24T15:48:48.208Z Downloaded scrypt v0.11.0
11842025-09-24T15:48:48.208Z Downloaded path-slash v0.1.5
11852025-09-24T15:48:48.208Z Downloaded universal-hash v0.5.1
11862025-09-24T15:48:48.208Z Downloaded rustls-native-certs v0.8.1
11872025-09-24T15:48:48.212Z Downloaded tracing-core v0.1.32
11882025-09-24T15:48:48.215Z Downloaded ed25519-dalek v2.1.1
11892025-09-24T15:48:48.215Z Downloaded rand_core v0.6.4
11902025-09-24T15:48:48.216Z Downloaded derive_builder_core v0.20.2
11912025-09-24T15:48:48.220Z Downloaded pin-project v1.1.6
11922025-09-24T15:48:48.226Z Downloaded parse-display v0.10.0
11932025-09-24T15:48:48.229Z Downloaded serde_cbor v0.11.2
11942025-09-24T15:48:48.229Z Downloaded slog-scope v4.4.0
11952025-09-24T15:48:48.233Z Downloaded tower-service v0.3.3
11962025-09-24T15:48:48.233Z Downloaded parking_lot_core v0.8.6
11972025-09-24T15:48:48.233Z Downloaded slog-async v2.8.0
11982025-09-24T15:48:48.237Z Downloaded siphasher v1.0.1
11992025-09-24T15:48:48.237Z Downloaded scopeguard v1.2.0
12002025-09-24T15:48:48.237Z Downloaded schemars_derive v0.8.22
12012025-09-24T15:48:48.241Z Downloaded num-integer v0.1.46
12022025-09-24T15:48:48.241Z Downloaded toml_parser v1.0.2
12032025-09-24T15:48:48.245Z Downloaded num-derive v0.4.2
12042025-09-24T15:48:48.245Z Downloaded typify v0.3.0
12052025-09-24T15:48:48.249Z Downloaded rustc_version v0.4.1
12062025-09-24T15:48:48.249Z Downloaded foldhash v0.2.0
12072025-09-24T15:48:48.249Z Downloaded ecdsa v0.16.9
12082025-09-24T15:48:48.253Z Downloaded der v0.7.9
12092025-09-24T15:48:48.257Z Downloaded embedded-io v0.4.0
12102025-09-24T15:48:48.260Z Downloaded dirs-sys-next v0.1.2
12112025-09-24T15:48:48.260Z Downloaded mime v0.3.17
12122025-09-24T15:48:48.260Z Downloaded futures-sink v0.3.31
12132025-09-24T15:48:48.260Z Downloaded futures-macro v0.3.31
12142025-09-24T15:48:48.260Z Downloaded foldhash v0.1.5
12152025-09-24T15:48:48.263Z Downloaded ed25519 v2.2.3
12162025-09-24T15:48:48.263Z Downloaded thread_local v1.1.8
12172025-09-24T15:48:48.263Z Downloaded jiff-static v0.2.15
12182025-09-24T15:48:48.268Z Downloaded termtree v0.5.1
12192025-09-24T15:48:48.271Z Downloaded tabwriter v1.4.0
12202025-09-24T15:48:48.271Z Downloaded pkcs1 v0.7.5
12212025-09-24T15:48:48.271Z Downloaded zopfli v0.8.1
12222025-09-24T15:48:48.274Z Downloaded yasna v0.5.2
12232025-09-24T15:48:48.274Z Downloaded toml v0.9.5
12242025-09-24T15:48:48.278Z Downloaded toml v0.7.8
12252025-09-24T15:48:48.281Z Downloaded bstr v1.10.0
12262025-09-24T15:48:48.288Z Downloaded snafu-derive v0.8.5
12272025-09-24T15:48:48.292Z Downloaded ssh-encoding v0.2.0
12282025-09-24T15:48:48.292Z Downloaded ssh-cipher v0.2.0
12292025-09-24T15:48:48.296Z Downloaded serde_urlencoded v0.7.1
12302025-09-24T15:48:48.296Z Downloaded serde_repr v0.1.19
12312025-09-24T15:48:48.296Z Downloaded serde_plain v1.0.2
12322025-09-24T15:48:48.299Z Downloaded serde_path_to_error v0.1.17
12332025-09-24T15:48:48.299Z Downloaded serde_derive_internals v0.29.1
12342025-09-24T15:48:48.300Z Downloaded progenitor v0.10.0
12352025-09-24T15:48:48.303Z Downloaded poly1305 v0.8.0
12362025-09-24T15:48:48.303Z Downloaded structmeta-derive v0.3.0
12372025-09-24T15:48:48.306Z Downloaded paste v1.0.15
12382025-09-24T15:48:48.309Z Downloaded olpc-cjson v0.1.4
12392025-09-24T15:48:48.309Z Downloaded headers v0.4.1
12402025-09-24T15:48:48.312Z Downloaded hashbrown v0.13.2
12412025-09-24T15:48:48.315Z Downloaded derive-ex v0.1.8
12422025-09-24T15:48:48.318Z Downloaded spin v0.9.8
12432025-09-24T15:48:48.318Z Downloaded crossbeam-channel v0.5.15
12442025-09-24T15:48:48.322Z Downloaded bumpalo v3.16.0
12452025-09-24T15:48:48.325Z Downloaded base64 v0.22.1
12462025-09-24T15:48:48.328Z Downloaded tracing-attributes v0.1.27
12472025-09-24T15:48:48.332Z Downloaded newtype-uuid v1.2.4
12482025-09-24T15:48:48.332Z Downloaded cc v1.2.30
12492025-09-24T15:48:48.336Z Downloaded arc-swap v1.7.1
12502025-09-24T15:48:48.343Z Downloaded wyz v0.5.1
12512025-09-24T15:48:48.343Z Downloaded utf-8 v0.7.6
12522025-09-24T15:48:48.347Z Downloaded tokio-rustls v0.24.1
12532025-09-24T15:48:48.348Z Downloaded compact_str v0.8.0
12542025-09-24T15:48:48.348Z Downloaded allocator-api2 v0.2.21
12552025-09-24T15:48:48.352Z Downloaded defmt-macros v0.3.9
12562025-09-24T15:48:48.352Z Downloaded hmac v0.12.1
12572025-09-24T15:48:48.352Z Downloaded lockfree-object-pool v0.1.6
12582025-09-24T15:48:48.357Z Downloaded libloading v0.8.5
12592025-09-24T15:48:48.357Z Downloaded hyper-rustls v0.27.7
12602025-09-24T15:48:48.361Z Downloaded httparse v1.9.5
12612025-09-24T15:48:48.361Z Downloaded console v0.16.0
12622025-09-24T15:48:48.381Z Downloaded colored v2.2.0
12632025-09-24T15:48:48.381Z Downloaded cargo_metadata v0.18.1
12642025-09-24T15:48:48.385Z Downloaded buf-list v1.0.3
12652025-09-24T15:48:48.385Z Downloaded blowfish v0.9.1
12662025-09-24T15:48:48.385Z Downloaded rustversion v1.0.22
12672025-09-24T15:48:48.385Z Downloaded rustc-hash v2.1.1
12682025-09-24T15:48:48.385Z Downloaded ref-cast-impl v1.0.24
12692025-09-24T15:48:48.385Z Downloaded iana-time-zone v0.1.63
12702025-09-24T15:48:48.385Z Downloaded predicates v3.1.3
12712025-09-24T15:48:48.385Z Downloaded managed v0.8.0
12722025-09-24T15:48:48.385Z Downloaded lru-cache v0.1.2
12732025-09-24T15:48:48.385Z Downloaded ignore v0.4.23
12742025-09-24T15:48:48.385Z Downloaded arrayvec v0.7.6
12752025-09-24T15:48:48.385Z Downloaded sync_wrapper v1.0.1
12762025-09-24T15:48:48.385Z Downloaded progenitor-client v0.10.0
12772025-09-24T15:48:48.390Z Downloaded predicates-tree v1.0.12
12782025-09-24T15:48:48.390Z Downloaded predicates-core v1.0.8
12792025-09-24T15:48:48.390Z Downloaded kstat-rs v0.2.4
12802025-09-24T15:48:48.390Z Downloaded ipnetwork v0.21.1
12812025-09-24T15:48:48.393Z Downloaded inout v0.1.3
12822025-09-24T15:48:48.393Z Downloaded libsw v3.5.0
12832025-09-24T15:48:48.393Z Downloaded libefi-sys v0.1.0
12842025-09-24T15:48:48.396Z Downloaded glob v0.3.2
12852025-09-24T15:48:48.396Z Downloaded cexpr v0.6.0
12862025-09-24T15:48:48.396Z Downloaded cassowary v0.3.0
12872025-09-24T15:48:48.400Z Downloaded chacha20 v0.9.1
12882025-09-24T15:48:48.403Z Downloaded keccak v0.1.5
12892025-09-24T15:48:48.403Z Downloaded libz-rs-sys v0.5.1
12902025-09-24T15:48:48.403Z Downloaded indoc v1.0.9
12912025-09-24T15:48:48.406Z Downloaded crc-catalog v2.4.0
12922025-09-24T15:48:48.407Z Downloaded cbc v0.1.2
12932025-09-24T15:48:48.407Z Downloaded castaway v0.2.3
12942025-09-24T15:48:48.410Z Downloaded ingot-types v0.1.2
12952025-09-24T15:48:48.410Z Downloaded httpdate v1.0.3
12962025-09-24T15:48:48.410Z Downloaded home v0.5.9
12972025-09-24T15:48:48.414Z Downloaded array-init v0.0.4
12982025-09-24T15:48:48.414Z Downloaded serde-big-array v0.5.1
12992025-09-24T15:48:48.414Z Downloaded hickory-resolver v0.24.4
13002025-09-24T15:48:48.418Z Downloaded cipher v0.4.4
13012025-09-24T15:48:48.422Z Downloaded bitfield v0.19.2
13022025-09-24T15:48:48.422Z Downloaded async-recursion v1.1.1
13032025-09-24T15:48:48.422Z Downloaded bitflags v1.3.2
13042025-09-24T15:48:48.425Z Downloaded base64ct v1.6.0
13052025-09-24T15:48:48.428Z Downloaded backoff v0.4.0
13062025-09-24T15:48:48.428Z Downloaded is-terminal v0.4.13
13072025-09-24T15:48:48.428Z Downloaded instant v0.1.13
13082025-09-24T15:48:48.432Z Downloaded precomputed-hash v0.1.1
13092025-09-24T15:48:48.432Z Downloaded cargo-platform v0.1.8
13102025-09-24T15:48:48.432Z Downloaded block-padding v0.3.3
13112025-09-24T15:48:48.432Z Downloaded bit-vec v0.6.3
13122025-09-24T15:48:48.436Z Downloaded bit-set v0.8.0
13132025-09-24T15:48:48.436Z Downloaded bcrypt-pbkdf v0.10.0
13142025-09-24T15:48:48.436Z Downloaded ident_case v1.0.1
13152025-09-24T15:48:48.441Z Downloaded hostname v0.4.0
13162025-09-24T15:48:48.441Z Downloaded atomicwrites v0.4.4
13172025-09-24T15:48:48.656Z Downloaded aws-lc-sys v0.26.0
13182025-09-24T15:48:48.959Z Compiling value-bag v1.9.0
13192025-09-24T15:48:48.959Z Compiling shlex v1.3.0
13202025-09-24T15:48:48.962Z Compiling lock_api v0.4.12
13212025-09-24T15:48:48.962Z Compiling scopeguard v1.2.0
13222025-09-24T15:48:48.962Z Compiling typenum v1.17.0
13232025-09-24T15:48:48.962Z Compiling syn v2.0.106
13242025-09-24T15:48:49.131Z Compiling getrandom v0.2.15
13252025-09-24T15:48:49.134Z Compiling jobserver v0.1.32
13262025-09-24T15:48:49.318Z Compiling generic-array v0.14.7
13272025-09-24T15:48:49.468Z Compiling rand_core v0.6.4
13282025-09-24T15:48:49.591Z Compiling log v0.4.27
13292025-09-24T15:48:49.617Z Compiling cc v1.2.30
13302025-09-24T15:48:49.656Z Compiling smallvec v1.15.1
13312025-09-24T15:48:50.137Z Compiling portable-atomic v1.11.0
13322025-09-24T15:48:50.152Z Compiling subtle v2.6.1
13332025-09-24T15:48:50.190Z Compiling critical-section v1.1.3
13342025-09-24T15:48:50.214Z Compiling const-oid v0.9.6
13352025-09-24T15:48:50.391Z Compiling pkg-config v0.3.31
13362025-09-24T15:48:50.471Z Compiling parking_lot_core v0.9.10
13372025-09-24T15:48:50.532Z Compiling pin-project-lite v0.2.14
13382025-09-24T15:48:50.679Z Compiling rustix v0.38.37
13392025-09-24T15:48:51.531Z Compiling signal-hook-registry v1.4.2
13402025-09-24T15:48:51.556Z Compiling parking_lot v0.12.3
13412025-09-24T15:48:51.575Z Compiling mio v1.0.2
13422025-09-24T15:48:51.643Z Compiling futures-core v0.3.31
13432025-09-24T15:48:51.928Z Compiling spin v0.9.8
13442025-09-24T15:48:52.236Z Compiling once_cell v1.21.3
13452025-09-24T15:48:52.270Z Compiling libm v0.2.8
13462025-09-24T15:48:52.352Z Compiling socket2 v0.6.0
13472025-09-24T15:48:52.402Z Compiling aho-corasick v1.1.3
13482025-09-24T15:48:52.426Z Compiling num-traits v0.2.19
13492025-09-24T15:48:52.665Z Compiling slab v0.4.9
13502025-09-24T15:48:52.668Z Compiling getrandom v0.3.1
13512025-09-24T15:48:52.706Z Compiling foldhash v0.1.5
13522025-09-24T15:48:52.757Z Compiling allocator-api2 v0.2.21
13532025-09-24T15:48:53.007Z Compiling cpufeatures v0.2.14
13542025-09-24T15:48:53.029Z Compiling serde_json v1.0.145
13552025-09-24T15:48:53.138Z Compiling regex-syntax v0.8.5
13562025-09-24T15:48:53.465Z Compiling hashbrown v0.15.4
13572025-09-24T15:48:53.530Z Compiling percent-encoding v2.3.2
13582025-09-24T15:48:53.635Z Compiling futures-sink v0.3.31
13592025-09-24T15:48:53.723Z Compiling glob v0.3.2
13602025-09-24T15:48:53.813Z Compiling futures-channel v0.3.31
13612025-09-24T15:48:54.531Z Compiling clang-sys v1.8.1
13622025-09-24T15:48:54.629Z Compiling pin-utils v0.1.0
13632025-09-24T15:48:54.737Z Compiling futures-task v0.3.31
13642025-09-24T15:48:54.762Z Compiling prettyplease v0.2.36
13652025-09-24T15:48:55.086Z Compiling futures-io v0.3.31
13662025-09-24T15:48:55.140Z Compiling either v1.15.0
13672025-09-24T15:48:55.314Z Compiling lazy_static v1.5.0
13682025-09-24T15:48:55.365Z Compiling minimal-lexical v0.2.1
13692025-09-24T15:48:55.462Z Compiling libloading v0.8.5
13702025-09-24T15:48:55.549Z Compiling home v0.5.9
13712025-09-24T15:48:55.781Z Compiling nom v7.1.3
13722025-09-24T15:48:55.840Z Compiling base64ct v1.6.0
13732025-09-24T15:48:55.868Z Compiling bindgen v0.69.5
13742025-09-24T15:48:56.361Z Compiling pem-rfc7468 v0.7.0
13752025-09-24T15:48:56.699Z Compiling synstructure v0.13.1
13762025-09-24T15:48:56.804Z Compiling regex-automata v0.4.8
13772025-09-24T15:48:57.039Z Compiling itertools v0.12.1
13782025-09-24T15:48:58.085Z Compiling lazycell v1.3.0
13792025-09-24T15:48:58.284Z Compiling flagset v0.4.6
13802025-09-24T15:48:58.520Z Compiling rustc-hash v1.1.0
13812025-09-24T15:48:58.700Z Compiling cmake v0.1.51
13822025-09-24T15:48:58.944Z Compiling cexpr v0.6.0
13832025-09-24T15:48:59.086Z Compiling fs_extra v1.3.0
13842025-09-24T15:48:59.508Z Compiling dunce v1.0.5
13852025-09-24T15:48:59.619Z Compiling form_urlencoded v1.2.2
13862025-09-24T15:48:59.661Z Compiling paste v1.0.15
13872025-09-24T15:48:59.849Z Compiling vcpkg v0.2.15
13882025-09-24T15:48:59.884Z Compiling iana-time-zone v0.1.63
13892025-09-24T15:48:59.943Z Compiling ring v0.17.14
13902025-09-24T15:49:00.315Z Compiling tracing-core v0.1.32
13912025-09-24T15:49:00.474Z Compiling aws-lc-rs v1.12.4
13922025-09-24T15:49:00.948Z Compiling rustversion v1.0.22
13932025-09-24T15:49:01.378Z Compiling httparse v1.9.5
13942025-09-24T15:49:01.447Z Compiling serde_derive v1.0.223
13952025-09-24T15:49:01.481Z Compiling zeroize_derive v1.4.2
13962025-09-24T15:49:01.502Z Compiling zerofrom-derive v0.1.4
13972025-09-24T15:49:01.565Z Compiling yoke-derive v0.7.4
13982025-09-24T15:49:01.941Z Compiling zerovec-derive v0.10.3
13992025-09-24T15:49:02.793Z Compiling zeroize v1.8.1
14002025-09-24T15:49:04.201Z Compiling displaydoc v0.2.5
14012025-09-24T15:49:04.252Z Compiling zerocopy-derive v0.7.35
14022025-09-24T15:49:04.473Z Compiling crypto-common v0.1.6
14032025-09-24T15:49:04.728Z Compiling block-buffer v0.10.4
14042025-09-24T15:49:04.778Z Compiling zerofrom v0.1.4
14052025-09-24T15:49:05.023Z Compiling digest v0.10.7
14062025-09-24T15:49:05.060Z Compiling yoke v0.7.4
14072025-09-24T15:49:05.416Z Compiling zerovec v0.10.4
14082025-09-24T15:49:05.509Z Compiling tokio-macros v2.5.0
14092025-09-24T15:49:05.730Z Compiling hmac v0.12.1
14102025-09-24T15:49:06.009Z Compiling icu_provider_macros v1.5.0
14112025-09-24T15:49:06.186Z Compiling zerocopy v0.7.35
14122025-09-24T15:49:06.365Z Compiling block-padding v0.3.3
14132025-09-24T15:49:06.629Z Compiling futures-macro v0.3.31
14142025-09-24T15:49:06.772Z Compiling inout v0.1.3
14152025-09-24T15:49:06.872Z Compiling sha2 v0.10.9
14162025-09-24T15:49:07.038Z Compiling tinystr v0.7.6
14172025-09-24T15:49:07.084Z Compiling icu_collections v1.5.0
14182025-09-24T15:49:07.295Z Compiling cipher v0.4.4
14192025-09-24T15:49:07.399Z Compiling icu_locid v1.5.0
14202025-09-24T15:49:07.465Z Compiling regex v1.11.1
14212025-09-24T15:49:07.765Z Compiling der_derive v0.7.3
14222025-09-24T15:49:08.307Z Compiling thiserror-impl v1.0.69
14232025-09-24T15:49:08.330Z Compiling serde v1.0.223
14242025-09-24T15:49:08.373Z Compiling salsa20 v0.10.2
14252025-09-24T15:49:08.403Z Compiling futures-util v0.3.31
14262025-09-24T15:49:08.606Z Compiling icu_provider v1.5.0
14272025-09-24T15:49:09.257Z Compiling icu_locid_transform v1.5.0
14282025-09-24T15:49:09.287Z Compiling ppv-lite86 v0.2.20
14292025-09-24T15:49:09.476Z Compiling bitflags v2.9.1
14302025-09-24T15:49:09.499Z Compiling bytes v1.10.1
14312025-09-24T15:49:09.910Z Compiling semver v1.0.26
14322025-09-24T15:49:10.084Z Compiling indexmap v2.11.0
14332025-09-24T15:49:10.156Z Compiling der v0.7.9
14342025-09-24T15:49:10.635Z Compiling icu_properties v1.5.1
14352025-09-24T15:49:10.970Z Compiling tokio v1.47.0
14362025-09-24T15:49:11.193Z Compiling thiserror v1.0.69
14372025-09-24T15:49:11.365Z Compiling pbkdf2 v0.12.2
14382025-09-24T15:49:11.546Z Compiling scrypt v0.11.0
14392025-09-24T15:49:11.569Z Compiling http v1.3.1
14402025-09-24T15:49:11.569Z Compiling rustc_version v0.4.1
14412025-09-24T15:49:12.026Z Compiling cbc v0.1.2
14422025-09-24T15:49:12.213Z Compiling spki v0.7.3
14432025-09-24T15:49:12.291Z Compiling aes v0.8.4
14442025-09-24T15:49:12.604Z Compiling openssl-sys v0.9.109
14452025-09-24T15:49:13.026Z Compiling pest v2.7.14
14462025-09-24T15:49:13.699Z Compiling which v4.4.2
14472025-09-24T15:49:13.760Z Compiling pkcs5 v0.7.1
14482025-09-24T15:49:13.922Z Compiling chrono v0.4.41
14492025-09-24T15:49:14.213Z Compiling icu_normalizer v1.5.0
14502025-09-24T15:49:14.852Z Compiling uuid v1.18.1
14512025-09-24T15:49:15.051Z Compiling tracing-attributes v0.1.27
14522025-09-24T15:49:15.080Z Compiling idna_adapter v1.2.0
14532025-09-24T15:49:15.315Z Compiling idna v1.0.3
14542025-09-24T15:49:15.865Z Compiling pest_meta v2.7.14
14552025-09-24T15:49:15.967Z Compiling url v2.5.4
14562025-09-24T15:49:16.381Z Compiling pkcs8 v0.10.2
14572025-09-24T15:49:16.780Z Compiling http-body v1.0.1
14582025-09-24T15:49:17.021Z Compiling scroll_derive v0.12.0
14592025-09-24T15:49:17.052Z Compiling base64 v0.22.1
14602025-09-24T15:49:17.214Z Compiling rustls-pki-types v1.10.0
14612025-09-24T15:49:17.662Z Compiling tinyvec_macros v0.1.1
14622025-09-24T15:49:17.719Z Compiling pest_generator v2.7.14
14632025-09-24T15:49:17.782Z Compiling tinyvec v1.8.0
14642025-09-24T15:49:18.250Z Compiling tracing v0.1.40
14652025-09-24T15:49:18.302Z Compiling serde_derive_internals v0.29.1
14662025-09-24T15:49:18.422Z Compiling scroll v0.12.0
14672025-09-24T15:49:18.731Z Compiling rand_core v0.9.3
14682025-09-24T15:49:18.975Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14692025-09-24T15:49:19.179Z Compiling bzip2-sys v0.1.13+1.0.8
14702025-09-24T15:49:19.299Z Compiling tokio-util v0.7.15
14712025-09-24T15:49:19.402Z Compiling powerfmt v0.2.0
14722025-09-24T15:49:19.681Z Compiling openssl v0.10.73
14732025-09-24T15:49:19.745Z Compiling try-lock v0.2.5
14742025-09-24T15:49:19.764Z Compiling untrusted v0.7.1
14752025-09-24T15:49:19.939Z Compiling untrusted v0.9.0
14762025-09-24T15:49:19.996Z Compiling time-core v0.1.6
14772025-09-24T15:49:20.153Z Compiling foreign-types-shared v0.1.1
14782025-09-24T15:49:20.176Z Compiling atomic-waker v1.1.2
14792025-09-24T15:49:20.196Z Compiling tower-service v0.3.3
14802025-09-24T15:49:20.311Z Compiling adler2 v2.0.0
14812025-09-24T15:49:20.332Z Compiling num-conv v0.1.0
14822025-09-24T15:49:20.364Z Compiling openssl-probe v0.1.5
14832025-09-24T15:49:20.394Z Compiling schemars v0.8.22
14842025-09-24T15:49:20.514Z Compiling goblin v0.8.2
14852025-09-24T15:49:20.539Z Compiling schemars_derive v0.8.22
14862025-09-24T15:49:20.611Z Compiling time-macros v0.2.24
14872025-09-24T15:49:20.694Z Compiling miniz_oxide v0.8.5
14882025-09-24T15:49:20.818Z Compiling h2 v0.4.6
14892025-09-24T15:49:21.636Z Compiling foreign-types v0.3.2
14902025-09-24T15:49:21.788Z Compiling pest_derive v2.7.14
14912025-09-24T15:49:22.581Z Compiling want v0.3.1
14922025-09-24T15:49:23.430Z Compiling deranged v0.5.3
14932025-09-24T15:49:24.377Z Compiling rand_chacha v0.9.0
14942025-09-24T15:49:26.226Z Compiling ipnet v2.11.0
14952025-09-24T15:49:26.297Z Compiling openssl-macros v0.1.1
14962025-09-24T15:49:26.620Z Compiling dyn-clone v1.0.20
14972025-09-24T15:49:26.845Z Compiling num_threads v0.1.7
14982025-09-24T15:49:27.006Z Compiling rustls v0.23.19
14992025-09-24T15:49:27.028Z Compiling crossbeam-utils v0.8.21
15002025-09-24T15:49:27.255Z Compiling syn v1.0.109
15012025-09-24T15:49:27.331Z Compiling native-tls v0.2.12
15022025-09-24T15:49:27.358Z Compiling zerocopy v0.8.26
15032025-09-24T15:49:27.561Z Compiling httpdate v1.0.3
15042025-09-24T15:49:27.781Z Compiling dof v0.3.0
15052025-09-24T15:49:27.914Z Compiling hyper v1.7.0
15062025-09-24T15:49:28.245Z Compiling time v0.3.43
15072025-09-24T15:49:29.480Z Compiling rand v0.9.2
15082025-09-24T15:49:30.436Z Compiling dtrace-parser v0.2.0
15092025-09-24T15:49:31.293Z Compiling unicode-normalization v0.1.24
15102025-09-24T15:49:31.473Z Compiling heapless v0.7.17
15112025-09-24T15:49:31.928Z Compiling signature v2.2.0
15122025-09-24T15:49:31.957Z Compiling zerocopy-derive v0.8.26
15132025-09-24T15:49:32.228Z Compiling cookie v0.18.1
15142025-09-24T15:49:32.249Z Compiling crc32fast v1.4.2
15152025-09-24T15:49:32.302Z Compiling siphasher v0.3.11
15162025-09-24T15:49:32.353Z Compiling zstd-safe v7.2.3
15172025-09-24T15:49:32.541Z Compiling zlib-rs v0.5.1
15182025-09-24T15:49:32.597Z Compiling unicode-bidi v0.3.17
15192025-09-24T15:49:32.668Z Compiling signal-hook v0.3.18
15202025-09-24T15:49:32.690Z Compiling unicode-properties v0.1.3
15212025-09-24T15:49:32.982Z Compiling slog v2.7.0
15222025-09-24T15:49:33.148Z Compiling phf_shared v0.11.2
15232025-09-24T15:49:33.477Z Compiling stringprep v0.1.5
15242025-09-24T15:49:33.650Z Compiling usdt-impl v0.5.0
15252025-09-24T15:49:34.412Z Compiling hyper-util v0.1.16
15262025-09-24T15:49:35.575Z Compiling curve25519-dalek v4.1.3
15272025-09-24T15:49:36.122Z Compiling rand_chacha v0.3.1
15282025-09-24T15:49:36.263Z Compiling serde_spanned v0.6.9
15292025-09-24T15:49:36.454Z Compiling toml_datetime v0.6.11
15302025-09-24T15:49:36.975Z Compiling serde_tokenstream v0.2.2
15312025-09-24T15:49:36.997Z Compiling md-5 v0.10.6
15322025-09-24T15:49:37.285Z Compiling num-integer v0.1.46
15332025-09-24T15:49:37.551Z Compiling sync_wrapper v1.0.1
15342025-09-24T15:49:37.725Z Compiling hash32 v0.2.1
15352025-09-24T15:49:37.869Z Compiling ff v0.13.0
15362025-09-24T15:49:38.013Z Compiling memoffset v0.9.1
15372025-09-24T15:49:38.095Z Compiling psl-types v2.0.11
15382025-09-24T15:49:38.117Z Compiling tower-layer v0.3.3
15392025-09-24T15:49:38.320Z Compiling gimli v0.31.1
15402025-09-24T15:49:38.341Z Compiling litrs v0.4.1
15412025-09-24T15:49:38.363Z Compiling base16ct v0.2.0
15422025-09-24T15:49:38.394Z Compiling num-bigint-dig v0.8.4
15432025-09-24T15:49:38.459Z Compiling fallible-iterator v0.2.0
15442025-09-24T15:49:38.675Z Compiling libz-rs-sys v0.5.1
15452025-09-24T15:49:38.750Z Compiling newtype-uuid v1.2.4
15462025-09-24T15:49:38.977Z Compiling smoltcp v0.9.1
15472025-09-24T15:49:39.057Z Compiling cfg_aliases v0.2.1
15482025-09-24T15:49:39.121Z Compiling postgres-protocol v0.6.8
15492025-09-24T15:49:39.184Z Compiling nix v0.29.0
15502025-09-24T15:49:39.400Z Compiling document-features v0.2.11
15512025-09-24T15:49:39.473Z Compiling flate2 v1.1.2
15522025-09-24T15:49:39.686Z Compiling sec1 v0.7.3
15532025-09-24T15:49:40.195Z Compiling tower v0.5.2
15542025-09-24T15:49:40.233Z Compiling publicsuffix v2.3.0
15552025-09-24T15:49:40.324Z Compiling group v0.13.0
15562025-09-24T15:49:40.533Z Compiling num-iter v0.1.45
15572025-09-24T15:49:40.676Z Compiling rand v0.8.5
15582025-09-24T15:49:40.854Z Compiling tokio-native-tls v0.3.1
15592025-09-24T15:49:41.430Z Compiling ipnetwork v0.21.1
15602025-09-24T15:49:41.793Z Compiling strum_macros v0.27.1
15612025-09-24T15:49:41.985Z Compiling rustls-native-certs v0.8.1
15622025-09-24T15:49:42.133Z Compiling webpki-roots v1.0.1
15632025-09-24T15:49:42.252Z Compiling http-body-util v0.1.3
15642025-09-24T15:49:42.349Z Compiling addr2line v0.24.2
15652025-09-24T15:49:42.534Z Compiling terminal_size v0.4.0
15662025-09-24T15:49:42.538Z Compiling hkdf v0.12.4
15672025-09-24T15:49:42.735Z Compiling crypto-bigint v0.5.5
15682025-09-24T15:49:42.786Z Compiling curve25519-dalek-derive v0.1.1
15692025-09-24T15:49:42.845Z Compiling async-trait v0.1.89
15702025-09-24T15:49:42.899Z Compiling thiserror-impl v2.0.16
15712025-09-24T15:49:43.003Z Compiling ahash v0.8.12
15722025-09-24T15:49:43.379Z Compiling object v0.36.5
15732025-09-24T15:49:44.180Z Compiling fs-err v3.1.1
15742025-09-24T15:49:44.527Z Compiling bitflags v1.3.2
15752025-09-24T15:49:44.652Z Compiling bumpalo v3.16.0
15762025-09-24T15:49:45.151Z Compiling simd-adler32 v0.3.7
15772025-09-24T15:49:45.262Z Compiling rustc-demangle v0.1.24
15782025-09-24T15:49:45.734Z Compiling rustix v1.0.7
15792025-09-24T15:49:45.909Z Compiling hubpack_derive v0.1.1
15802025-09-24T15:49:46.026Z Compiling managed v0.8.0
15812025-09-24T15:49:46.174Z Compiling iri-string v0.7.8
15822025-09-24T15:49:46.465Z Compiling lockfree-object-pool v0.1.6
15832025-09-24T15:49:46.486Z Compiling anyhow v1.0.99
15842025-09-24T15:49:46.754Z Compiling buf-list v1.0.3
15852025-09-24T15:49:46.779Z Compiling winnow v0.5.40
15862025-09-24T15:49:46.782Z Compiling hubpack v0.1.2
15872025-09-24T15:49:47.190Z Compiling strum v0.27.2
15882025-09-24T15:49:47.382Z Compiling zopfli v0.8.1
15892025-09-24T15:49:47.581Z Compiling clap_builder v4.5.41
15902025-09-24T15:49:48.354Z Compiling thiserror v2.0.16
15912025-09-24T15:49:48.534Z Compiling elliptic-curve v0.13.8
15922025-09-24T15:49:49.120Z Compiling tower-http v0.6.6
15932025-09-24T15:49:49.557Z Compiling hyper-tls v0.6.0
15942025-09-24T15:49:49.876Z Compiling backtrace v0.3.74
15952025-09-24T15:49:50.009Z Compiling toml_edit v0.19.15
15962025-09-24T15:49:50.196Z Compiling oxnet v0.1.3
15972025-09-24T15:49:50.455Z Compiling signal-hook-mio v0.2.4
15982025-09-24T15:49:50.654Z Compiling cookie_store v0.21.1
15992025-09-24T15:49:50.965Z Compiling zstd v0.13.3
16002025-09-24T15:49:51.664Z Compiling postgres-types v0.2.9
16012025-09-24T15:49:52.496Z Compiling usdt-macro v0.5.0
16022025-09-24T15:49:52.722Z Compiling usdt-attr-macro v0.5.0
16032025-09-24T15:49:52.944Z Compiling phf v0.11.2
16042025-09-24T15:49:53.250Z Compiling ed25519 v2.2.3
16052025-09-24T15:49:53.913Z Compiling bzip2 v0.4.4
16062025-09-24T15:49:54.253Z Compiling bzip2 v0.5.2
16072025-09-24T15:49:54.323Z Compiling strum_macros v0.26.4
16082025-09-24T15:49:54.646Z Compiling pkcs1 v0.7.5
16092025-09-24T15:49:55.137Z Compiling serde-big-array v0.5.1
16102025-09-24T15:49:55.158Z Compiling serde_urlencoded v0.7.1
16112025-09-24T15:49:55.387Z Compiling rfc6979 v0.4.0
16122025-09-24T15:49:55.598Z Compiling bstr v1.10.0
16132025-09-24T15:49:55.619Z Compiling enum-as-inner v0.6.1
16142025-09-24T15:49:55.683Z Compiling clap_derive v4.5.41
16152025-09-24T15:49:56.594Z Compiling serde_repr v0.1.19
16162025-09-24T15:49:56.659Z Compiling daft-derive v0.1.4
16172025-09-24T15:49:56.826Z Compiling float-cmp v0.10.0
16182025-09-24T15:49:57.077Z Compiling env_filter v0.1.2
16192025-09-24T15:49:57.080Z Compiling socket2 v0.5.10
16202025-09-24T15:49:57.685Z Compiling encoding_rs v0.8.34
16212025-09-24T15:49:57.703Z Compiling whoami v1.5.2
16222025-09-24T15:49:58.011Z Compiling mime v0.3.17
16232025-09-24T15:49:58.227Z Compiling precomputed-hash v0.1.1
16242025-09-24T15:49:58.250Z Compiling new_debug_unreachable v1.0.6
16252025-09-24T15:49:58.356Z Compiling predicates-core v1.0.8
16262025-09-24T15:49:58.359Z Compiling static_assertions v1.1.0
16272025-09-24T15:49:58.498Z Compiling difflib v0.4.0
16282025-09-24T15:49:58.521Z Compiling normalize-line-endings v0.3.0
16292025-09-24T15:49:58.670Z Compiling fixedbitset v0.4.2
16302025-09-24T15:49:58.692Z Compiling unicode-segmentation v1.12.0
16312025-09-24T15:49:58.753Z Compiling data-encoding v2.9.0
16322025-09-24T15:49:59.120Z Compiling petgraph v0.6.5
16332025-09-24T15:49:59.546Z Compiling similar v2.7.0
16342025-09-24T15:49:59.764Z Compiling hickory-proto v0.25.2
16352025-09-24T15:49:59.946Z Compiling clap v4.5.41
16362025-09-24T15:50:00.082Z Compiling predicates v3.1.3
16372025-09-24T15:50:00.615Z Compiling strum v0.26.3
16382025-09-24T15:50:00.830Z Compiling toml_edit v0.22.27
16392025-09-24T15:50:01.400Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16402025-09-24T15:50:01.522Z Compiling string_cache v0.8.9
16412025-09-24T15:50:01.572Z Compiling daft v0.1.4
16422025-09-24T15:50:01.950Z Compiling tokio-postgres v0.7.13
16432025-09-24T15:50:02.132Z Compiling usdt v0.5.0
16442025-09-24T15:50:02.620Z Compiling env_logger v0.11.5
16452025-09-24T15:50:02.698Z Compiling ecdsa v0.16.9
16462025-09-24T15:50:02.835Z Compiling rsa v0.9.6
16472025-09-24T15:50:03.333Z Compiling zip v4.2.0
16482025-09-24T15:50:03.548Z Compiling zip v0.6.6
16492025-09-24T15:50:04.799Z Compiling ed25519-dalek v2.1.1
16502025-09-24T15:50:05.464Z Compiling toml v0.7.8
16512025-09-24T15:50:07.082Z Compiling crossterm v0.28.1
16522025-09-24T15:50:08.258Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16532025-09-24T15:50:08.567Z Compiling crossbeam-epoch v0.9.18
16542025-09-24T15:50:08.604Z Compiling tokio-stream v0.1.17
16552025-09-24T15:50:08.670Z Compiling x509-cert v0.2.5
16562025-09-24T15:50:09.232Z Compiling openapiv3 v2.2.0
16572025-09-24T15:50:09.581Z Compiling sha1 v0.10.6
16582025-09-24T15:50:10.022Z Compiling itertools v0.10.5
16592025-09-24T15:50:10.278Z Compiling winnow v0.6.26
16602025-09-24T15:50:10.438Z Compiling rustc-hash v2.1.1
16612025-09-24T15:50:10.642Z Compiling peg-runtime v0.8.5
16622025-09-24T15:50:11.120Z Compiling lalrpop-util v0.19.12
16632025-09-24T15:50:11.196Z Compiling thread_local v1.1.8
16642025-09-24T15:50:11.277Z Compiling slog-async v2.8.0
16652025-09-24T15:50:11.483Z Compiling crossbeam-channel v0.5.15
16662025-09-24T15:50:11.689Z Compiling xattr v1.3.1
16672025-09-24T15:50:11.870Z Compiling futures-executor v0.3.31
16682025-09-24T15:50:11.963Z Compiling filetime v0.2.25
16692025-09-24T15:50:12.286Z Compiling is-terminal v0.4.13
16702025-09-24T15:50:12.368Z Compiling term v1.1.0
16712025-09-24T15:50:12.441Z Compiling take_mut v0.2.2
16722025-09-24T15:50:12.445Z Compiling tar v0.4.44
16732025-09-24T15:50:12.482Z Compiling futures v0.3.31
16742025-09-24T15:50:13.154Z Compiling slog-term v2.9.2
16752025-09-24T15:50:17.244Z Compiling aws-lc-sys v0.26.0
16762025-09-24T15:50:49.514Z Compiling rustls-webpki v0.102.8
16772025-09-24T15:50:53.973Z Compiling tokio-rustls v0.26.0
16782025-09-24T15:50:54.243Z Compiling hyper-rustls v0.27.7
16792025-09-24T15:50:54.562Z Compiling reqwest v0.12.22
16802025-09-24T15:50:58.158Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16812025-09-24T15:50:58.429Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16822025-09-24T15:51:03.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
16832025-09-24T15:51:03.209Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16842025-09-24T15:51:03.301ZSep 24 15:51:02.300 INFO Starting download, target: Cockroach
16852025-09-24T15:51:03.301ZSep 24 15:51:02.301 INFO Starting download, target: Console
16862025-09-24T15:51:03.328ZSep 24 15:51:02.301 INFO Starting download, target: Clickhouse
16872025-09-24T15:51:03.328ZSep 24 15:51:02.301 INFO Starting download, target: DendriteStub
16882025-09-24T15:51:03.328ZSep 24 15:51:02.301 INFO Starting download, target: MaghemiteMgd
16892025-09-24T15:51:03.329ZSep 24 15:51:02.301 INFO Starting download, target: TransceiverControl
16902025-09-24T15:51:03.329ZSep 24 15:51:02.301 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16912025-09-24T15:51:03.329ZSep 24 15:51:02.301 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16922025-09-24T15:51:03.329ZSep 24 15:51:02.301 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16932025-09-24T15:51:03.329ZSep 24 15:51:02.301 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16942025-09-24T15:51:03.329ZSep 24 15:51:02.301 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16952025-09-24T15:51:03.329ZSep 24 15:51:02.301 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16962025-09-24T15:51:03.598ZSep 24 15:51:02.636 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16972025-09-24T15:51:03.875ZSep 24 15:51:02.883 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16982025-09-24T15:51:04.041ZSep 24 15:51:03.074 INFO Download complete, target: TransceiverControl
16992025-09-24T15:51:04.286ZSep 24 15:51:03.319 INFO Download complete, target: Console
17002025-09-24T15:51:04.806ZSep 24 15:51:03.824 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17012025-09-24T15:51:05.096ZSep 24 15:51:04.133 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17022025-09-24T15:51:05.147ZSep 24 15:51:04.186 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17032025-09-24T15:51:05.533ZSep 24 15:51:04.573 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17042025-09-24T15:51:05.533ZSep 24 15:51:04.573 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17052025-09-24T15:51:09.429ZSep 24 15:51:08.468 INFO Download complete, target: DendriteStub
17062025-09-24T15:51:09.903ZSep 24 15:51:08.942 INFO Download complete, target: MaghemiteMgd
17072025-09-24T15:51:12.757ZSep 24 15:51:11.795 INFO Checking that binary works, target: Cockroach
17082025-09-24T15:51:12.892ZSep 24 15:51:11.931 INFO Download complete, target: Cockroach
17092025-09-24T15:51:16.184ZSep 24 15:51:15.222 INFO Checking that binary works, target: Clickhouse
17102025-09-24T15:51:16.357ZSep 24 15:51:15.394 INFO Download complete, target: Clickhouse
17112025-09-24T15:51:16.379ZAll builder prerequisites installed successfully, and PATH looks valid
17122025-09-24T15:51:16.382Z
17132025-09-24T15:51:16.382Zreal 4:54.223768315
17142025-09-24T15:51:16.382Zuser 16:24.748088233
17152025-09-24T15:51:16.382Zsys 2:19.416939359
17162025-09-24T15:51:16.382Ztrap 0.604875996
17172025-09-24T15:51:16.382Ztflt 3.213121056
17182025-09-24T15:51:16.382Zdflt 3.451741609
17192025-09-24T15:51:16.382Zkflt 0.170523084
17202025-09-24T15:51:16.382Zlock 39:20.818240654
17212025-09-24T15:51:16.383Zslp 1:00:35.536459878
17222025-09-24T15:51:16.383Zlat 1:13.703329694
17232025-09-24T15:51:16.383Zstop 2:58.773661203
17242025-09-24T15:51:16.383Z+ banner hack-check
17252025-09-24T15:51:16.386Z
17262025-09-24T15:51:16.386Z # # ## #### # # #### # # ###### #### # #
17272025-09-24T15:51:16.386Z # # # # # # # # # # # # # # # # #
17282025-09-24T15:51:16.386Z ###### # # # #### ##### # ###### ##### # ####
17292025-09-24T15:51:16.386Z # # ###### # # # # # # # # # #
17302025-09-24T15:51:16.386Z # # # # # # # # # # # # # # # # #
17312025-09-24T15:51:16.386Z # # # # #### # # #### # # ###### #### # #
17322025-09-24T15:51:16.386Z
17332025-09-24T15:51:16.386Z+ export CARGO_INCREMENTAL=0
17342025-09-24T15:51:16.386Z+ CARGO_INCREMENTAL=0
17352025-09-24T15:51:16.386Z+ ptime -m timeout 2h cargo xtask check-features --ci
17362025-09-24T15:51:17.164Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17372025-09-24T15:51:17.457Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17382025-09-24T15:51:20.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
17392025-09-24T15:51:20.600Z Running `target/debug/xtask check-features --ci`
17402025-09-24T15:51:20.627Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17412025-09-24T15:51:20.627Zrunning: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17422025-09-24T15:51:21.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17432025-09-24T15:51:21.267Z Running `target/debug/xtask download cargo-hack`
17442025-09-24T15:51:22.282Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452025-09-24T15:51:22.693Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462025-09-24T15:51:26.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
17472025-09-24T15:51:26.763Z Running `target/debug/xtask-downloader cargo-hack`
17482025-09-24T15:51:26.806ZSep 24 15:51:25.842 INFO Starting download, target: CargoHack
17492025-09-24T15:51:26.809ZSep 24 15:51:25.843 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17502025-09-24T15:51:27.142ZSep 24 15:51:26.177 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17512025-09-24T15:51:27.217ZSep 24 15:51:26.253 INFO Download complete, target: CargoHack
17522025-09-24T15:51:27.221Zrunning: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17532025-09-24T15:51:27.241Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17542025-09-24T15:51:27.449Zinfo: running `cargo check --bins` on api_identity (1/229)
17552025-09-24T15:51:28.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562025-09-24T15:51:28.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572025-09-24T15:51:28.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582025-09-24T15:51:28.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17592025-09-24T15:51:28.222Z
17602025-09-24T15:51:28.222Zinfo: running `cargo check --bins` on bootstore (2/229)
17612025-09-24T15:51:28.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622025-09-24T15:51:28.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632025-09-24T15:51:28.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642025-09-24T15:51:28.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17652025-09-24T15:51:29.069Z
17662025-09-24T15:51:29.070Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/229)
17672025-09-24T15:51:29.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682025-09-24T15:51:29.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692025-09-24T15:51:29.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702025-09-24T15:51:29.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17712025-09-24T15:51:29.875Z
17722025-09-24T15:51:29.875Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/229)
17732025-09-24T15:51:30.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742025-09-24T15:51:30.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752025-09-24T15:51:30.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762025-09-24T15:51:30.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17772025-09-24T15:51:31.675Z
17782025-09-24T15:51:31.675Zinfo: running `cargo check --bins` on id-map (5/229)
17792025-09-24T15:51:31.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802025-09-24T15:51:31.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812025-09-24T15:51:31.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822025-09-24T15:51:31.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17832025-09-24T15:51:31.678Z
17842025-09-24T15:51:31.678Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/229)
17852025-09-24T15:51:31.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862025-09-24T15:51:31.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872025-09-24T15:51:31.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882025-09-24T15:51:31.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17892025-09-24T15:51:32.033Z
17902025-09-24T15:51:32.033Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/229)
17912025-09-24T15:51:32.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922025-09-24T15:51:32.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932025-09-24T15:51:32.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942025-09-24T15:51:32.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17952025-09-24T15:51:32.628Z
17962025-09-24T15:51:32.628Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/229)
17972025-09-24T15:51:33.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982025-09-24T15:51:33.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992025-09-24T15:51:33.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002025-09-24T15:51:33.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18012025-09-24T15:51:33.229Z
18022025-09-24T15:51:33.229Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/229)
18032025-09-24T15:51:33.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042025-09-24T15:51:33.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052025-09-24T15:51:33.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062025-09-24T15:51:33.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18072025-09-24T15:51:33.824Z
18082025-09-24T15:51:33.825Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/229)
18092025-09-24T15:51:34.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102025-09-24T15:51:34.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112025-09-24T15:51:34.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122025-09-24T15:51:34.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18132025-09-24T15:51:34.416Z
18142025-09-24T15:51:34.416Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/229)
18152025-09-24T15:51:34.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162025-09-24T15:51:34.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172025-09-24T15:51:34.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182025-09-24T15:51:34.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18192025-09-24T15:51:35.007Z
18202025-09-24T15:51:35.007Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/229)
18212025-09-24T15:51:35.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222025-09-24T15:51:35.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232025-09-24T15:51:35.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242025-09-24T15:51:35.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18252025-09-24T15:51:35.600Z
18262025-09-24T15:51:35.600Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/229)
18272025-09-24T15:51:36.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282025-09-24T15:51:36.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292025-09-24T15:51:36.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302025-09-24T15:51:36.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18312025-09-24T15:51:36.188Z
18322025-09-24T15:51:36.188Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/229)
18332025-09-24T15:51:36.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342025-09-24T15:51:36.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352025-09-24T15:51:36.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362025-09-24T15:51:36.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18372025-09-24T15:51:36.785Z
18382025-09-24T15:51:36.785Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/229)
18392025-09-24T15:51:37.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402025-09-24T15:51:37.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412025-09-24T15:51:37.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422025-09-24T15:51:37.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18432025-09-24T15:51:37.377Z
18442025-09-24T15:51:37.378Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/229)
18452025-09-24T15:51:37.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462025-09-24T15:51:37.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472025-09-24T15:51:37.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482025-09-24T15:51:37.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18492025-09-24T15:51:37.968Z
18502025-09-24T15:51:37.968Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/229)
18512025-09-24T15:51:38.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522025-09-24T15:51:38.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532025-09-24T15:51:38.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542025-09-24T15:51:38.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18552025-09-24T15:51:38.565Z
18562025-09-24T15:51:38.565Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/229)
18572025-09-24T15:51:39.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582025-09-24T15:51:39.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592025-09-24T15:51:39.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602025-09-24T15:51:39.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18612025-09-24T15:51:39.166Z
18622025-09-24T15:51:39.166Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/229)
18632025-09-24T15:51:39.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642025-09-24T15:51:39.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652025-09-24T15:51:39.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662025-09-24T15:51:39.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18672025-09-24T15:51:39.763Z
18682025-09-24T15:51:39.763Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/229)
18692025-09-24T15:51:40.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702025-09-24T15:51:40.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712025-09-24T15:51:40.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722025-09-24T15:51:40.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18732025-09-24T15:51:40.359Z
18742025-09-24T15:51:40.359Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/229)
18752025-09-24T15:51:40.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762025-09-24T15:51:40.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772025-09-24T15:51:40.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782025-09-24T15:51:40.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18792025-09-24T15:51:40.957Z
18802025-09-24T15:51:40.957Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/229)
18812025-09-24T15:51:41.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822025-09-24T15:51:41.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832025-09-24T15:51:41.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842025-09-24T15:51:41.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18852025-09-24T15:51:41.556Z
18862025-09-24T15:51:41.556Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/229)
18872025-09-24T15:51:42.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882025-09-24T15:51:42.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892025-09-24T15:51:42.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902025-09-24T15:51:42.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18912025-09-24T15:51:42.156Z
18922025-09-24T15:51:42.156Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/229)
18932025-09-24T15:51:42.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942025-09-24T15:51:42.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952025-09-24T15:51:42.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962025-09-24T15:51:42.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18972025-09-24T15:51:42.756Z
18982025-09-24T15:51:42.756Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/229)
18992025-09-24T15:51:43.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002025-09-24T15:51:43.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012025-09-24T15:51:43.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022025-09-24T15:51:43.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19032025-09-24T15:51:43.355Z
19042025-09-24T15:51:43.355Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/229)
19052025-09-24T15:51:43.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062025-09-24T15:51:43.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072025-09-24T15:51:43.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082025-09-24T15:51:43.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19092025-09-24T15:51:43.950Z
19102025-09-24T15:51:43.950Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/229)
19112025-09-24T15:51:44.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122025-09-24T15:51:44.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132025-09-24T15:51:44.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142025-09-24T15:51:44.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19152025-09-24T15:51:44.548Z
19162025-09-24T15:51:44.548Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/229)
19172025-09-24T15:51:45.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182025-09-24T15:51:45.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192025-09-24T15:51:45.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202025-09-24T15:51:45.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19212025-09-24T15:51:45.138Z
19222025-09-24T15:51:45.138Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/229)
19232025-09-24T15:51:45.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242025-09-24T15:51:45.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252025-09-24T15:51:45.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262025-09-24T15:51:45.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19272025-09-24T15:51:45.732Z
19282025-09-24T15:51:45.732Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/229)
19292025-09-24T15:51:46.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302025-09-24T15:51:46.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312025-09-24T15:51:46.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322025-09-24T15:51:46.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19332025-09-24T15:51:46.325Z
19342025-09-24T15:51:46.325Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/229)
19352025-09-24T15:51:46.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362025-09-24T15:51:46.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372025-09-24T15:51:46.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382025-09-24T15:51:46.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19392025-09-24T15:51:46.931Z
19402025-09-24T15:51:46.931Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/229)
19412025-09-24T15:51:47.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422025-09-24T15:51:47.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432025-09-24T15:51:47.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442025-09-24T15:51:47.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19452025-09-24T15:51:47.544Z
19462025-09-24T15:51:47.544Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/229)
19472025-09-24T15:51:48.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482025-09-24T15:51:48.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492025-09-24T15:51:48.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502025-09-24T15:51:48.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19512025-09-24T15:51:48.146Z
19522025-09-24T15:51:48.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/229)
19532025-09-24T15:51:48.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542025-09-24T15:51:48.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552025-09-24T15:51:48.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562025-09-24T15:51:48.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19572025-09-24T15:51:48.739Z
19582025-09-24T15:51:48.739Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/229)
19592025-09-24T15:51:49.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602025-09-24T15:51:49.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612025-09-24T15:51:49.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622025-09-24T15:51:49.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19632025-09-24T15:51:49.335Z
19642025-09-24T15:51:49.335Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/229)
19652025-09-24T15:51:49.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662025-09-24T15:51:49.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672025-09-24T15:51:49.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682025-09-24T15:51:49.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19692025-09-24T15:51:49.929Z
19702025-09-24T15:51:49.929Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/229)
19712025-09-24T15:51:50.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722025-09-24T15:51:50.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732025-09-24T15:51:50.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742025-09-24T15:51:50.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19752025-09-24T15:51:50.529Z
19762025-09-24T15:51:50.529Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/229)
19772025-09-24T15:51:51.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782025-09-24T15:51:51.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792025-09-24T15:51:51.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802025-09-24T15:51:51.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19812025-09-24T15:51:51.129Z
19822025-09-24T15:51:51.129Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/229)
19832025-09-24T15:51:51.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842025-09-24T15:51:51.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852025-09-24T15:51:51.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862025-09-24T15:51:51.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19872025-09-24T15:51:51.730Z
19882025-09-24T15:51:51.730Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/229)
19892025-09-24T15:51:52.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902025-09-24T15:51:52.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912025-09-24T15:51:52.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922025-09-24T15:51:52.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19932025-09-24T15:51:52.332Z
19942025-09-24T15:51:52.332Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/229)
19952025-09-24T15:51:52.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962025-09-24T15:51:52.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972025-09-24T15:51:52.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982025-09-24T15:51:52.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19992025-09-24T15:51:52.931Z
20002025-09-24T15:51:52.931Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/229)
20012025-09-24T15:51:53.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022025-09-24T15:51:53.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032025-09-24T15:51:53.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042025-09-24T15:51:53.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20052025-09-24T15:51:53.540Z
20062025-09-24T15:51:53.540Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/229)
20072025-09-24T15:51:54.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082025-09-24T15:51:54.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092025-09-24T15:51:54.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102025-09-24T15:51:54.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20112025-09-24T15:51:54.136Z
20122025-09-24T15:51:54.136Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/229)
20132025-09-24T15:51:54.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142025-09-24T15:51:54.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152025-09-24T15:51:54.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162025-09-24T15:51:54.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20172025-09-24T15:51:54.735Z
20182025-09-24T15:51:54.735Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/229)
20192025-09-24T15:51:55.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202025-09-24T15:51:55.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212025-09-24T15:51:55.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222025-09-24T15:51:55.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20232025-09-24T15:51:55.332Z
20242025-09-24T15:51:55.332Zinfo: running `cargo check --bins` on sled-hardware-types (46/229)
20252025-09-24T15:51:56.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262025-09-24T15:51:56.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272025-09-24T15:51:56.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282025-09-24T15:51:56.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20292025-09-24T15:51:56.147Z
20302025-09-24T15:51:56.147Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/229)
20312025-09-24T15:51:56.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322025-09-24T15:51:56.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332025-09-24T15:51:56.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342025-09-24T15:51:56.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20352025-09-24T15:51:56.959Z
20362025-09-24T15:51:56.959Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/229)
20372025-09-24T15:51:57.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382025-09-24T15:51:57.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392025-09-24T15:51:57.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402025-09-24T15:51:57.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20412025-09-24T15:51:57.769Z
20422025-09-24T15:51:57.769Zinfo: running `cargo check --bins` on oxlog (49/229)
20432025-09-24T15:51:58.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442025-09-24T15:51:58.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452025-09-24T15:51:58.556Z Checking cfg-if v1.0.1
20462025-09-24T15:51:58.559Z Checking libc v0.2.174
20472025-09-24T15:51:58.559Z Checking serde_core v1.0.223
20482025-09-24T15:51:58.698Z Checking zeroize v1.8.1
20492025-09-24T15:51:58.701Z Checking memchr v2.7.4
20502025-09-24T15:51:58.724Z Checking typenum v1.17.0
20512025-09-24T15:51:58.727Z Checking value-bag v1.9.0
20522025-09-24T15:51:58.727Z Checking smallvec v1.15.1
20532025-09-24T15:51:58.771Z Checking subtle v2.6.1
20542025-09-24T15:51:58.959Z Checking scopeguard v1.2.0
20552025-09-24T15:51:59.026Z Checking const-oid v0.9.6
20562025-09-24T15:51:59.093Z Checking itoa v1.0.11
20572025-09-24T15:51:59.110Z Checking lock_api v0.4.12
20582025-09-24T15:51:59.165Z Checking log v0.4.27
20592025-09-24T15:51:59.338Z Checking stable_deref_trait v1.2.0
20602025-09-24T15:51:59.465Z Checking zerofrom v0.1.4
20612025-09-24T15:51:59.511Z Checking pin-project-lite v0.2.14
20622025-09-24T15:51:59.543Z Checking byteorder v1.5.0
20632025-09-24T15:51:59.652Z Checking portable-atomic v1.11.0
20642025-09-24T15:51:59.673Z Checking critical-section v1.1.3
20652025-09-24T15:51:59.693Z Checking yoke v0.7.4
20662025-09-24T15:51:59.726Z Checking getrandom v0.2.15
20672025-09-24T15:51:59.766Z Checking generic-array v0.14.7
20682025-09-24T15:51:59.821Z Checking parking_lot_core v0.9.10
20692025-09-24T15:51:59.927Z Checking signal-hook-registry v1.4.2
20702025-09-24T15:51:59.983Z Checking rand_core v0.6.4
20712025-09-24T15:52:00.017Z Checking mio v1.0.2
20722025-09-24T15:52:00.153Z Checking parking_lot v0.12.3
20732025-09-24T15:52:00.175Z Checking zerovec v0.10.4
20742025-09-24T15:52:00.304Z Checking socket2 v0.6.0
20752025-09-24T15:52:00.511Z Checking cpufeatures v0.2.14
20762025-09-24T15:52:00.607Z Checking futures-core v0.3.31
20772025-09-24T15:52:00.624Z Checking equivalent v1.0.2
20782025-09-24T15:52:00.648Z Checking once_cell v1.21.3
20792025-09-24T15:52:00.741Z Checking allocator-api2 v0.2.21
20802025-09-24T15:52:00.780Z Checking foldhash v0.1.5
20812025-09-24T15:52:00.801Z Checking writeable v0.5.5
20822025-09-24T15:52:00.825Z Checking litemap v0.7.3
20832025-09-24T15:52:00.877Z Checking crypto-common v0.1.6
20842025-09-24T15:52:00.944Z Checking block-buffer v0.10.4
20852025-09-24T15:52:01.004Z Checking block-padding v0.3.3
20862025-09-24T15:52:01.092Z Checking getrandom v0.3.1
20872025-09-24T15:52:01.116Z Checking percent-encoding v2.3.2
20882025-09-24T15:52:01.150Z Checking zerocopy v0.7.35
20892025-09-24T15:52:01.189Z Checking digest v0.10.7
20902025-09-24T15:52:01.220Z Checking inout v0.1.3
20912025-09-24T15:52:01.345Z Checking hashbrown v0.15.4
20922025-09-24T15:52:01.349Z Checking libm v0.2.8
20932025-09-24T15:52:01.380Z Checking icu_locid_transform_data v1.5.0
20942025-09-24T15:52:01.461Z Checking futures-sink v0.3.31
20952025-09-24T15:52:01.490Z Checking ryu v1.0.18
20962025-09-24T15:52:01.535Z Checking hmac v0.12.1
20972025-09-24T15:52:01.621Z Checking futures-channel v0.3.31
20982025-09-24T15:52:01.665Z Checking tinystr v0.7.6
20992025-09-24T15:52:01.732Z Checking icu_collections v1.5.0
21002025-09-24T15:52:01.758Z Checking sha2 v0.10.9
21012025-09-24T15:52:01.969Z Checking cipher v0.4.4
21022025-09-24T15:52:02.004Z Checking icu_locid v1.5.0
21032025-09-24T15:52:02.294Z Checking num-traits v0.2.19
21042025-09-24T15:52:02.317Z Checking slab v0.4.9
21052025-09-24T15:52:02.336Z Checking base64ct v1.6.0
21062025-09-24T15:52:02.369Z Checking futures-io v0.3.31
21072025-09-24T15:52:02.389Z Checking icu_properties_data v1.5.0
21082025-09-24T15:52:02.393Z Checking pin-utils v0.1.0
21092025-09-24T15:52:02.510Z Checking futures-task v0.3.31
21102025-09-24T15:52:02.551Z Checking serde v1.0.223
21112025-09-24T15:52:02.570Z Checking serde_json v1.0.145
21122025-09-24T15:52:02.590Z Checking flagset v0.4.6
21132025-09-24T15:52:02.638Z Checking utf16_iter v1.0.5
21142025-09-24T15:52:02.753Z Checking futures-util v0.3.31
21152025-09-24T15:52:02.774Z Checking pem-rfc7468 v0.7.0
21162025-09-24T15:52:02.794Z Checking utf8_iter v1.0.4
21172025-09-24T15:52:02.819Z Checking write16 v1.0.0
21182025-09-24T15:52:02.913Z Checking icu_provider v1.5.0
21192025-09-24T15:52:02.964Z Checking icu_normalizer_data v1.5.0
21202025-09-24T15:52:02.999Z Checking salsa20 v0.10.2
21212025-09-24T15:52:03.025Z Checking der v0.7.9
21222025-09-24T15:52:03.071Z Checking ppv-lite86 v0.2.20
21232025-09-24T15:52:03.222Z Checking pbkdf2 v0.12.2
21242025-09-24T15:52:03.406Z Checking fnv v1.0.7
21252025-09-24T15:52:03.495Z Checking bytes v1.10.1
21262025-09-24T15:52:03.512Z Checking bitflags v2.9.1
21272025-09-24T15:52:03.559Z Checking icu_locid_transform v1.5.0
21282025-09-24T15:52:03.686Z Checking indexmap v2.11.0
21292025-09-24T15:52:03.797Z Checking scrypt v0.11.0
21302025-09-24T15:52:03.842Z Checking cbc v0.1.2
21312025-09-24T15:52:04.040Z Checking aes v0.8.4
21322025-09-24T15:52:04.070Z Checking form_urlencoded v1.2.2
21332025-09-24T15:52:04.184Z Checking uuid v1.18.1
21342025-09-24T15:52:04.280Z Checking tracing-core v0.1.32
21352025-09-24T15:52:04.489Z Checking tokio v1.47.0
21362025-09-24T15:52:04.549Z Checking icu_properties v1.5.1
21372025-09-24T15:52:04.742Z Checking spki v0.7.3
21382025-09-24T15:52:04.835Z Checking http v1.3.1
21392025-09-24T15:52:04.902Z Checking base64 v0.22.1
21402025-09-24T15:52:04.920Z Checking tracing v0.1.40
21412025-09-24T15:52:04.989Z Checking iana-time-zone v0.1.63
21422025-09-24T15:52:05.020Z Checking pkcs5 v0.7.1
21432025-09-24T15:52:05.158Z Compiling newtype-uuid v1.2.4
21442025-09-24T15:52:05.262Z Checking rustls-pki-types v1.10.0
21452025-09-24T15:52:05.419Z Checking tinyvec_macros v0.1.1
21462025-09-24T15:52:05.494Z Checking tinyvec v1.8.0
21472025-09-24T15:52:05.511Z Checking pkcs8 v0.10.2
21482025-09-24T15:52:05.528Z Checking chrono v0.4.41
21492025-09-24T15:52:05.805Z Checking rand_core v0.9.3
21502025-09-24T15:52:05.830Z Checking errno v0.3.12
21512025-09-24T15:52:06.016Z Checking aws-lc-sys v0.26.0
21522025-09-24T15:52:06.064Z Checking http-body v1.0.1
21532025-09-24T15:52:06.147Z Checking spin v0.9.8
21542025-09-24T15:52:06.281Z Checking try-lock v0.2.5
21552025-09-24T15:52:06.439Z Checking adler2 v2.0.0
21562025-09-24T15:52:06.481Z Checking foreign-types-shared v0.1.1
21572025-09-24T15:52:06.610Z Checking untrusted v0.9.0
21582025-09-24T15:52:06.631Z Checking tower-service v0.3.3
21592025-09-24T15:52:06.767Z Checking atomic-waker v1.1.2
21602025-09-24T15:52:06.782Z Checking untrusted v0.7.1
21612025-09-24T15:52:06.800Z Checking openssl-probe v0.1.5
21622025-09-24T15:52:06.917Z Checking ring v0.17.14
21632025-09-24T15:52:06.968Z Checking miniz_oxide v0.8.5
21642025-09-24T15:52:06.986Z Checking foreign-types v0.3.2
21652025-09-24T15:52:07.091Z Checking want v0.3.1
21662025-09-24T15:52:07.247Z Checking rand_chacha v0.9.0
21672025-09-24T15:52:07.282Z Checking ipnet v2.11.0
21682025-09-24T15:52:07.500Z Checking httparse v1.9.5
21692025-09-24T15:52:07.630Z Checking openssl-sys v0.9.109
21702025-09-24T15:52:07.699Z Checking thiserror v1.0.69
21712025-09-24T15:52:07.829Z Checking aho-corasick v1.1.3
21722025-09-24T15:52:07.848Z Checking icu_normalizer v1.5.0
21732025-09-24T15:52:07.864Z Checking anstyle v1.0.11
21742025-09-24T15:52:07.942Z Checking powerfmt v0.2.0
21752025-09-24T15:52:08.224Z Checking regex-syntax v0.8.5
21762025-09-24T15:52:08.241Z Checking httpdate v1.0.3
21772025-09-24T15:52:08.244Z Checking aws-lc-rs v1.12.4
21782025-09-24T15:52:08.527Z Checking unicode-ident v1.0.18
21792025-09-24T15:52:08.610Z Checking idna_adapter v1.2.0
21802025-09-24T15:52:08.716Z Checking utf8parse v0.2.2
21812025-09-24T15:52:08.807Z Checking openssl v0.10.73
21822025-09-24T15:52:08.831Z Checking idna v1.0.3
21832025-09-24T15:52:08.883Z Checking anstyle-parse v0.2.5
21842025-09-24T15:52:09.108Z Checking proc-macro2 v1.0.101
21852025-09-24T15:52:09.177Z Checking deranged v0.5.3
21862025-09-24T15:52:09.327Z Checking url v2.5.4
21872025-09-24T15:52:09.374Z Checking rand v0.9.2
21882025-09-24T15:52:09.790Z Checking unicode-normalization v0.1.24
21892025-09-24T15:52:09.953Z Checking rustls-webpki v0.102.8
21902025-09-24T15:52:10.217Z Checking rustix v0.38.37
21912025-09-24T15:52:10.455Z Checking crossbeam-utils v0.8.21
21922025-09-24T15:52:10.673Z Checking semver v1.0.26
21932025-09-24T15:52:10.692Z Checking bzip2-sys v0.1.13+1.0.8
21942025-09-24T15:52:10.817Z Checking signature v2.2.0
21952025-09-24T15:52:11.035Z Checking scroll v0.12.0
21962025-09-24T15:52:11.065Z Checking crc32fast v1.4.2
21972025-09-24T15:52:11.185Z Checking colorchoice v1.0.2
21982025-09-24T15:52:11.307Z Checking unicode-properties v0.1.3
21992025-09-24T15:52:11.334Z Checking siphasher v0.3.11
22002025-09-24T15:52:11.355Z Checking tokio-util v0.7.15
22012025-09-24T15:52:11.372Z Checking regex-automata v0.4.8
22022025-09-24T15:52:11.481Z Checking time-core v0.1.6
22032025-09-24T15:52:11.670Z Checking num-conv v0.1.0
22042025-09-24T15:52:11.670Z Checking zlib-rs v0.5.1
22052025-09-24T15:52:11.734Z Checking is_terminal_polyfill v1.70.1
22062025-09-24T15:52:11.777Z Checking anstyle-query v1.1.1
22072025-09-24T15:52:11.867Z Checking plain v0.2.3
22082025-09-24T15:52:11.911Z Checking num_threads v0.1.7
22092025-09-24T15:52:11.951Z Checking unicode-bidi v0.3.17
22102025-09-24T15:52:12.038Z Checking ucd-trie v0.1.7
22112025-09-24T15:52:12.057Z Checking dyn-clone v1.0.20
22122025-09-24T15:52:12.222Z Checking schemars v0.8.22
22132025-09-24T15:52:12.254Z Checking pest v2.7.14
22142025-09-24T15:52:12.554Z Checking stringprep v0.1.5
22152025-09-24T15:52:12.581Z Checking h2 v0.4.6
22162025-09-24T15:52:12.820Z Checking time v0.3.43
22172025-09-24T15:52:13.441Z Checking goblin v0.8.2
22182025-09-24T15:52:13.493Z Checking libz-rs-sys v0.5.1
22192025-09-24T15:52:13.704Z Checking anstream v0.6.18
22202025-09-24T15:52:13.814Z Checking phf_shared v0.11.2
22212025-09-24T15:52:13.833Z Checking native-tls v0.2.12
22222025-09-24T15:52:14.080Z Checking crossbeam-epoch v0.9.18
22232025-09-24T15:52:14.101Z Checking rustls v0.23.19
22242025-09-24T15:52:14.171Z Checking quote v1.0.40
22252025-09-24T15:52:14.540Z Checking rand_chacha v0.3.1
22262025-09-24T15:52:14.705Z Checking num-integer v0.1.46
22272025-09-24T15:52:14.791Z Checking serde_spanned v0.6.9
22282025-09-24T15:52:14.912Z Checking toml_datetime v0.6.11
22292025-09-24T15:52:15.009Z Checking zerocopy v0.8.26
22302025-09-24T15:52:15.179Z Checking zstd-sys v2.0.14+zstd.1.5.7
22312025-09-24T15:52:15.269Z Checking md-5 v0.10.6
22322025-09-24T15:52:15.378Z Checking sync_wrapper v1.0.1
22332025-09-24T15:52:15.399Z Checking ff v0.13.0
22342025-09-24T15:52:15.496Z Checking hash32 v0.2.1
22352025-09-24T15:52:15.533Z Checking either v1.15.0
22362025-09-24T15:52:15.554Z Checking pretty-hex v0.4.1
22372025-09-24T15:52:15.622Z Checking base16ct v0.2.0
22382025-09-24T15:52:15.740Z Checking fallible-iterator v0.2.0
22392025-09-24T15:52:15.790Z Checking gimli v0.31.1
22402025-09-24T15:52:15.832Z Checking tower-layer v0.3.3
22412025-09-24T15:52:15.897Z Checking psl-types v2.0.11
22422025-09-24T15:52:16.100Z Checking tower v0.5.2
22432025-09-24T15:52:16.104Z Checking publicsuffix v2.3.0
22442025-09-24T15:52:16.268Z Checking postgres-protocol v0.6.8
22452025-09-24T15:52:16.398Z Checking sec1 v0.7.3
22462025-09-24T15:52:16.793Z Checking heapless v0.7.17
22472025-09-24T15:52:16.831Z Checking group v0.13.0
22482025-09-24T15:52:16.920Z Checking cookie v0.18.1
22492025-09-24T15:52:17.090Z Checking zstd-safe v7.2.3
22502025-09-24T15:52:17.386Z Checking num-iter v0.1.45
22512025-09-24T15:52:17.406Z Checking rand v0.8.5
22522025-09-24T15:52:17.575Z Compiling daft v0.1.4
22532025-09-24T15:52:17.726Z Checking dtrace-parser v0.2.0
22542025-09-24T15:52:18.116Z Checking syn v2.0.106
22552025-09-24T15:52:18.215Z Checking tokio-native-tls v0.3.1
22562025-09-24T15:52:18.253Z Checking dof v0.3.0
22572025-09-24T15:52:18.281Z Checking ipnetwork v0.21.1
22582025-09-24T15:52:18.475Z Checking flate2 v1.1.2
22592025-09-24T15:52:18.571Z Checking terminal_size v0.4.0
22602025-09-24T15:52:18.693Z Checking rustls-native-certs v0.8.1
22612025-09-24T15:52:18.764Z Checking hyper v1.7.0
22622025-09-24T15:52:18.783Z Checking lazy_static v1.5.0
22632025-09-24T15:52:18.853Z Checking http-body-util v0.1.3
22642025-09-24T15:52:18.891Z Checking webpki-roots v1.0.1
22652025-09-24T15:52:18.917Z Checking signal-hook v0.3.18
22662025-09-24T15:52:19.090Z Checking tokio-rustls v0.26.0
22672025-09-24T15:52:19.110Z Checking hkdf v0.12.4
22682025-09-24T15:52:19.113Z Checking crypto-bigint v0.5.5
22692025-09-24T15:52:19.246Z Checking thread-id v4.2.2
22702025-09-24T15:52:19.273Z Checking object v0.36.5
22712025-09-24T15:52:19.320Z Checking clap_lex v0.7.4
22722025-09-24T15:52:19.378Z Checking managed v0.8.0
22732025-09-24T15:52:19.415Z Checking addr2line v0.24.2
22742025-09-24T15:52:19.468Z Checking winnow v0.5.40
22752025-09-24T15:52:19.575Z Checking bumpalo v3.16.0
22762025-09-24T15:52:19.758Z Checking bitflags v1.3.2
22772025-09-24T15:52:19.865Z Checking lockfree-object-pool v0.1.6
22782025-09-24T15:52:19.905Z Checking simd-adler32 v0.3.7
22792025-09-24T15:52:19.949Z Compiling rayon-core v1.12.1
22802025-09-24T15:52:20.127Z Checking iri-string v0.7.8
22812025-09-24T15:52:20.244Z Checking rustc-demangle v0.1.24
22822025-09-24T15:52:20.262Z Checking strsim v0.11.1
22832025-09-24T15:52:20.552Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842025-09-24T15:52:20.653Z Checking clap_builder v4.5.41
22852025-09-24T15:52:20.669Z Checking hyper-util v0.1.16
22862025-09-24T15:52:20.925Z Checking zopfli v0.8.1
22872025-09-24T15:52:21.641Z Checking smoltcp v0.9.1
22882025-09-24T15:52:21.801Z Checking elliptic-curve v0.13.8
22892025-09-24T15:52:22.221Z Checking toml_edit v0.19.15
22902025-09-24T15:52:22.433Z Checking signal-hook-mio v0.2.4
22912025-09-24T15:52:22.598Z Checking num-bigint-dig v0.8.4
22922025-09-24T15:52:22.696Z Checking tower-http v0.6.6
22932025-09-24T15:52:23.045Z Checking oxnet v0.1.3
22942025-09-24T15:52:23.273Z Checking zstd v0.13.3
22952025-09-24T15:52:23.279Z Checking hyper-tls v0.6.0
22962025-09-24T15:52:23.444Z Checking hyper-rustls v0.27.7
22972025-09-24T15:52:23.473Z Checking cookie_store v0.21.1
22982025-09-24T15:52:23.576Z Checking postgres-types v0.2.9
22992025-09-24T15:52:23.645Z Checking bstr v1.10.0
23002025-09-24T15:52:23.849Z Checking regex v1.11.1
23012025-09-24T15:52:24.055Z Checking usdt-impl v0.5.0
23022025-09-24T15:52:24.157Z Checking crossbeam-deque v0.8.5
23032025-09-24T15:52:24.256Z Checking phf v0.11.2
23042025-09-24T15:52:24.445Z Checking ed25519 v2.2.3
23052025-09-24T15:52:24.494Z Checking bzip2 v0.5.2
23062025-09-24T15:52:24.517Z Checking bzip2 v0.4.4
23072025-09-24T15:52:24.542Z Checking curve25519-dalek v4.1.3
23082025-09-24T15:52:24.569Z Checking thiserror v2.0.16
23092025-09-24T15:52:24.591Z Checking pkcs1 v0.7.5
23102025-09-24T15:52:24.608Z Checking strum v0.27.2
23112025-09-24T15:52:24.720Z Checking hubpack v0.1.2
23122025-09-24T15:52:24.768Z Checking memoffset v0.9.1
23132025-09-24T15:52:24.791Z Checking serde_urlencoded v0.7.1
23142025-09-24T15:52:24.808Z Checking float-cmp v0.10.0
23152025-09-24T15:52:24.855Z Checking serde-big-array v0.5.1
23162025-09-24T15:52:24.963Z Checking rfc6979 v0.4.0
23172025-09-24T15:52:25.003Z Checking socket2 v0.5.10
23182025-09-24T15:52:25.019Z Checking memmap v0.7.0
23192025-09-24T15:52:25.037Z Checking env_filter v0.1.2
23202025-09-24T15:52:25.055Z Checking backtrace v0.3.74
23212025-09-24T15:52:25.070Z Checking encoding_rs v0.8.34
23222025-09-24T15:52:25.135Z Checking predicates-core v1.0.8
23232025-09-24T15:52:25.182Z Checking difflib v0.4.0
23242025-09-24T15:52:25.231Z Checking mime v0.3.17
23252025-09-24T15:52:25.266Z Checking winnow v0.7.10
23262025-09-24T15:52:25.334Z Checking data-encoding v2.9.0
23272025-09-24T15:52:25.491Z Checking precomputed-hash v0.1.1
23282025-09-24T15:52:25.505Z Checking toml_write v0.1.2
23292025-09-24T15:52:25.562Z Checking static_assertions v1.1.0
23302025-09-24T15:52:25.581Z Checking minimal-lexical v0.2.1
23312025-09-24T15:52:25.613Z Checking whoami v1.5.2
23322025-09-24T15:52:25.701Z Checking unicode-segmentation v1.12.0
23332025-09-24T15:52:25.812Z Checking new_debug_unreachable v1.0.6
23342025-09-24T15:52:25.880Z Checking fixedbitset v0.4.2
23352025-09-24T15:52:25.918Z Checking normalize-line-endings v0.3.0
23362025-09-24T15:52:25.935Z Checking tokio-postgres v0.7.13
23372025-09-24T15:52:25.956Z Checking nom v7.1.3
23382025-09-24T15:52:26.051Z Checking predicates v3.1.3
23392025-09-24T15:52:26.137Z Checking petgraph v0.6.5
23402025-09-24T15:52:26.279Z Checking ed25519-dalek v2.1.1
23412025-09-24T15:52:26.355Z Checking similar v2.7.0
23422025-09-24T15:52:26.673Z Checking string_cache v0.8.9
23432025-09-24T15:52:26.690Z Checking hickory-proto v0.25.2
23442025-09-24T15:52:26.975Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23452025-09-24T15:52:27.174Z Checking anyhow v1.0.99
23462025-09-24T15:52:27.282Z Checking reqwest v0.12.22
23472025-09-24T15:52:27.563Z Checking env_logger v0.11.5
23482025-09-24T15:52:27.910Z Checking usdt v0.5.0
23492025-09-24T15:52:28.012Z Checking toml_edit v0.22.27
23502025-09-24T15:52:28.177Z Checking ecdsa v0.16.9
23512025-09-24T15:52:28.645Z Checking rsa v0.9.6
23522025-09-24T15:52:28.861Z Checking nix v0.29.0
23532025-09-24T15:52:28.989Z Checking zip v0.6.6
23542025-09-24T15:52:29.059Z Checking zip v4.2.0
23552025-09-24T15:52:29.091Z Checking toml v0.7.8
23562025-09-24T15:52:29.678Z Checking clap v4.5.41
23572025-09-24T15:52:29.802Z Checking crossterm v0.28.1
23582025-09-24T15:52:29.853Z Checking ahash v0.8.12
23592025-09-24T15:52:30.212Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23602025-09-24T15:52:30.249Z Checking itertools v0.10.5
23612025-09-24T15:52:30.298Z Checking itertools v0.12.1
23622025-09-24T15:52:30.301Z Checking tokio-stream v0.1.17
23632025-09-24T15:52:30.556Z Checking buf-list v1.0.3
23642025-09-24T15:52:30.602Z Checking fs-err v3.1.1
23652025-09-24T15:52:30.864Z Checking strum v0.26.3
23662025-09-24T15:52:31.042Z Checking slog v2.7.0
23672025-09-24T15:52:31.099Z Checking rustix v1.0.7
23682025-09-24T15:52:31.171Z Checking x509-cert v0.2.5
23692025-09-24T15:52:31.495Z Checking openapiv3 v2.2.0
23702025-09-24T15:52:31.520Z Checking sha1 v0.10.6
23712025-09-24T15:52:31.824Z Checking winnow v0.6.26
23722025-09-24T15:52:32.228Z Checking peg-runtime v0.8.5
23732025-09-24T15:52:32.334Z Checking lalrpop-util v0.19.12
23742025-09-24T15:52:32.464Z Checking rustc-hash v2.1.1
23752025-09-24T15:52:32.619Z Checking rayon v1.10.0
23762025-09-24T15:52:32.637Z Checking camino v1.2.0
23772025-09-24T15:52:32.652Z Checking sigpipe v0.1.3
23782025-09-24T15:52:32.706Z Checking jiff v0.2.15
23792025-09-24T15:52:32.766Z Checking glob v0.3.2
23802025-09-24T15:52:36.608Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23812025-09-24T15:52:36.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.21s
23822025-09-24T15:52:37.173Z
23832025-09-24T15:52:37.173Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/229)
23842025-09-24T15:52:37.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852025-09-24T15:52:37.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862025-09-24T15:52:38.170Z Compiling regress v0.10.4
23872025-09-24T15:52:38.319Z Compiling ident_case v1.0.1
23882025-09-24T15:52:38.340Z Compiling unsafe-libyaml v0.2.11
23892025-09-24T15:52:38.367Z Checking heck v0.5.0
23902025-09-24T15:52:38.373Z Compiling structmeta-derive v0.3.0
23912025-09-24T15:52:38.377Z Compiling rustls v0.22.4
23922025-09-24T15:52:38.378Z Compiling ref-cast v1.0.24
23932025-09-24T15:52:38.470Z Compiling darling_core v0.20.10
23942025-09-24T15:52:38.609Z Compiling ref-cast-impl v1.0.24
23952025-09-24T15:52:38.788Z Checking newtype-uuid v1.2.4
23962025-09-24T15:52:39.016Z Compiling multer v3.1.0
23972025-09-24T15:52:39.091Z Checking daft v0.1.4
23982025-09-24T15:52:39.414Z Checking futures-executor v0.3.31
23992025-09-24T15:52:39.556Z Compiling serde_yaml v0.9.34+deprecated
24002025-09-24T15:52:39.652Z Compiling async-stream-impl v0.3.6
24012025-09-24T15:52:39.714Z Checking futures v0.3.31
24022025-09-24T15:52:39.846Z Compiling derive-where v1.5.0
24032025-09-24T15:52:40.010Z Compiling dropshot v0.16.4
24042025-09-24T15:52:40.354Z Checking fastrand v2.1.1
24052025-09-24T15:52:40.673Z Checking tempfile v3.20.0
24062025-09-24T15:52:40.890Z Compiling structmeta v0.3.0
24072025-09-24T15:52:40.948Z Compiling dropshot_endpoint v0.16.4
24082025-09-24T15:52:41.047Z Checking match_cfg v0.1.0
24092025-09-24T15:52:41.160Z Checking hostname v0.3.1
24102025-09-24T15:52:41.298Z Compiling derive-ex v0.1.8
24112025-09-24T15:52:41.364Z Compiling parse-display-derive v0.10.0
24122025-09-24T15:52:41.686Z Checking thread_local v1.1.8
24132025-09-24T15:52:41.997Z Compiling typify-impl v0.3.0
24142025-09-24T15:52:42.887Z Checking macaddr v1.0.1
24152025-09-24T15:52:42.979Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24162025-09-24T15:52:43.254Z Checking quick-error v1.2.3
24172025-09-24T15:52:43.425Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24182025-09-24T15:52:43.552Z Checking crossbeam-channel v0.5.15
24192025-09-24T15:52:43.766Z Checking is-terminal v0.4.13
24202025-09-24T15:52:43.922Z Checking term v1.1.0
24212025-09-24T15:52:44.218Z Compiling darling_macro v0.20.10
24222025-09-24T15:52:44.325Z Checking take_mut v0.2.2
24232025-09-24T15:52:44.365Z Checking slog-term v2.9.2
24242025-09-24T15:52:44.486Z Checking slog-async v2.8.0
24252025-09-24T15:52:44.892Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24262025-09-24T15:52:45.106Z Compiling darling v0.20.10
24272025-09-24T15:52:45.177Z Checking debug-ignore v1.0.5
24282025-09-24T15:52:45.272Z Checking toml_parser v1.0.2
24292025-09-24T15:52:45.277Z Compiling serde_with_macros v3.14.0
24302025-09-24T15:52:45.361Z Compiling test-strategy v0.4.3
24312025-09-24T15:52:45.611Z Checking slog-json v2.6.1
24322025-09-24T15:52:45.883Z Checking serde_spanned v1.0.0
24332025-09-24T15:52:45.918Z Checking hex v0.4.3
24342025-09-24T15:52:45.969Z Checking toml_datetime v0.7.0
24352025-09-24T15:52:46.128Z Checking wait-timeout v0.2.0
24362025-09-24T15:52:46.340Z Checking bit-vec v0.8.0
24372025-09-24T15:52:46.361Z Checking toml_writer v1.0.2
24382025-09-24T15:52:46.425Z Checking rusty-fork v0.3.0
24392025-09-24T15:52:46.701Z Checking toml v0.9.5
24402025-09-24T15:52:46.737Z Checking bit-set v0.8.0
24412025-09-24T15:52:46.760Z Checking slog-bunyan v2.5.0
24422025-09-24T15:52:46.941Z Checking async-stream v0.3.6
24432025-09-24T15:52:47.163Z Checking rand_xorshift v0.4.0
24442025-09-24T15:52:47.301Z Checking progenitor-client v0.9.1
24452025-09-24T15:52:47.376Z Checking waitgroup v0.1.2
24462025-09-24T15:52:47.415Z Checking rustls-pemfile v2.2.0
24472025-09-24T15:52:47.544Z Checking serde_path_to_error v0.1.17
24482025-09-24T15:52:47.666Z Checking hostname v0.4.0
24492025-09-24T15:52:47.690Z Checking unarray v0.1.4
24502025-09-24T15:52:47.709Z Checking serde_with v3.14.0
24512025-09-24T15:52:47.813Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24522025-09-24T15:52:47.867Z Checking proptest v1.7.0
24532025-09-24T15:52:47.988Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24542025-09-24T15:52:47.991Z Checking progenitor-client v0.10.0
24552025-09-24T15:52:48.163Z Checking hashbrown v0.16.0
24562025-09-24T15:52:48.409Z Checking instant v0.1.13
24572025-09-24T15:52:48.504Z Checking foldhash v0.2.0
24582025-09-24T15:52:48.536Z Checking backoff v0.4.0
24592025-09-24T15:52:48.694Z Checking tokio-rustls v0.25.0
24602025-09-24T15:52:48.777Z Checking parse-display v0.10.0
24612025-09-24T15:52:48.825Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622025-09-24T15:52:48.895Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24632025-09-24T15:52:49.008Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
24642025-09-24T15:52:49.041Z Compiling darling_core v0.21.0
24652025-09-24T15:52:49.159Z Checking iddqd v0.3.13
24662025-09-24T15:52:49.248Z Checking unicode-width v0.1.14
24672025-09-24T15:52:49.746Z Compiling proc-macro-error v1.0.4
24682025-09-24T15:52:50.111Z Compiling itertools v0.14.0
24692025-09-24T15:52:50.326Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702025-09-24T15:52:50.348Z Compiling heapless v0.8.0
24712025-09-24T15:52:50.770Z Compiling proc-macro-crate v1.3.1
24722025-09-24T15:52:51.273Z Checking hash32 v0.3.1
24732025-09-24T15:52:51.522Z Compiling smoltcp v0.11.0
24742025-09-24T15:52:51.665Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24752025-09-24T15:52:52.318Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
24762025-09-24T15:52:52.499Z Compiling num_enum_derive v0.5.11
24772025-09-24T15:52:52.921Z Compiling typify-impl v0.4.3
24782025-09-24T15:52:53.416Z Compiling typify-macro v0.3.0
24792025-09-24T15:52:54.634Z Compiling foreign-types-macros v0.2.3
24802025-09-24T15:52:54.757Z Checking cobs v0.2.3
24812025-09-24T15:52:54.805Z Checking foreign-types-shared v0.3.1
24822025-09-24T15:52:54.975Z Checking postcard v1.0.10
24832025-09-24T15:52:55.018Z Compiling darling_macro v0.21.0
24842025-09-24T15:52:55.512Z Checking num_enum v0.5.11
24852025-09-24T15:52:55.846Z Checking foreign-types v0.5.0
24862025-09-24T15:52:55.912Z Compiling darling v0.21.0
24872025-09-24T15:52:56.044Z Compiling ingot-macros v0.1.1
24882025-09-24T15:52:56.471Z Checking tabwriter v1.4.0
24892025-09-24T15:52:56.744Z Compiling typify-impl v0.2.0
24902025-09-24T15:52:57.369Z Compiling typify v0.3.0
24912025-09-24T15:52:57.559Z Compiling progenitor-impl v0.9.1
24922025-09-24T15:53:00.857Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24932025-09-24T15:53:01.057Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24942025-09-24T15:53:01.696Z Checking cstr-argument v0.1.2
24952025-09-24T15:53:02.142Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
24962025-09-24T15:53:02.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24972025-09-24T15:53:02.501Z Checking pretty-hex v0.2.1
24982025-09-24T15:53:02.886Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24992025-09-24T15:53:02.908Z Checking ingot-types v0.1.2
25002025-09-24T15:53:03.650Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25012025-09-24T15:53:03.714Z Checking ingot v0.1.1
25022025-09-24T15:53:04.014Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25032025-09-24T15:53:04.301Z Compiling progenitor-macro v0.9.1
25042025-09-24T15:53:04.479Z Compiling typify-macro v0.4.3
25052025-09-24T15:53:06.624Z Checking num-rational v0.4.2
25062025-09-24T15:53:07.229Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
25072025-09-24T15:53:07.282Z Checking colored v2.2.0
25082025-09-24T15:53:08.128Z Compiling typify-macro v0.2.0
25092025-09-24T15:53:08.630Z Checking num-complex v0.4.6
25102025-09-24T15:53:09.996Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
25112025-09-24T15:53:10.019Z Checking unicode-width v0.2.0
25122025-09-24T15:53:10.136Z Compiling crucible-workspace-hack v0.1.0
25132025-09-24T15:53:10.493Z Compiling num v0.4.3
25142025-09-24T15:53:10.618Z Compiling float-ord v0.3.2
25152025-09-24T15:53:10.826Z Compiling semver v0.1.20
25162025-09-24T15:53:10.960Z Checking console v0.15.10
25172025-09-24T15:53:11.368Z Compiling rustc_version v0.1.7
25182025-09-24T15:53:11.467Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
25192025-09-24T15:53:11.535Z Compiling typify v0.4.3
25202025-09-24T15:53:11.734Z Compiling zone_cfg_derive v0.3.0
25212025-09-24T15:53:11.835Z Checking camino-tempfile v1.4.1
25222025-09-24T15:53:12.063Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
25232025-09-24T15:53:12.403Z Compiling toml v0.8.23
25242025-09-24T15:53:12.461Z Checking smf v0.2.3
25252025-09-24T15:53:12.907Z Compiling num-derive v0.4.2
25262025-09-24T15:53:13.066Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25272025-09-24T15:53:13.224Z Checking linked-hash-map v0.5.6
25282025-09-24T15:53:13.417Z Checking siphasher v1.0.1
25292025-09-24T15:53:13.565Z Compiling convert_case v0.4.0
25302025-09-24T15:53:13.842Z Checking phf_shared v0.12.1
25312025-09-24T15:53:13.850Z Checking lru-cache v0.1.2
25322025-09-24T15:53:14.063Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25332025-09-24T15:53:14.132Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c)
25342025-09-24T15:53:14.356Z Checking zone v0.3.1
25352025-09-24T15:53:14.397Z Compiling derive_more v0.99.20
25362025-09-24T15:53:14.532Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
25372025-09-24T15:53:14.611Z Compiling typify v0.2.0
25382025-09-24T15:53:14.718Z Compiling newtype_derive v0.1.6
25392025-09-24T15:53:14.788Z Compiling progenitor-impl v0.10.0
25402025-09-24T15:53:14.825Z Checking resolv-conf v0.7.0
25412025-09-24T15:53:15.205Z Checking hickory-proto v0.24.4
25422025-09-24T15:53:15.223Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
25432025-09-24T15:53:15.658Z Checking password-hash v0.5.0
25442025-09-24T15:53:15.774Z Checking prettyplease v0.2.36
25452025-09-24T15:53:16.132Z Checking blake2 v0.10.6
25462025-09-24T15:53:16.617Z Compiling pin-project-internal v1.1.6
25472025-09-24T15:53:16.942Z Compiling slog-dtrace v0.3.0
25482025-09-24T15:53:17.054Z Checking progenitor v0.9.1
25492025-09-24T15:53:17.295Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
25502025-09-24T15:53:17.503Z Compiling chrono-tz v0.10.4
25512025-09-24T15:53:17.838Z Compiling owo-colors v4.2.2
25522025-09-24T15:53:18.487Z Compiling cancel-safe-futures v0.1.5
25532025-09-24T15:53:19.055Z Compiling const_format_proc_macros v0.2.34
25542025-09-24T15:53:19.291Z Checking pin-project v1.1.6
25552025-09-24T15:53:19.428Z Checking hickory-resolver v0.24.4
25562025-09-24T15:53:19.727Z Checking argon2 v0.5.3
25572025-09-24T15:53:20.438Z Compiling progenitor-impl v0.8.0
25582025-09-24T15:53:20.673Z Checking phf v0.12.1
25592025-09-24T15:53:20.944Z Checking atomicwrites v0.4.4
25602025-09-24T15:53:20.965Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612025-09-24T15:53:21.079Z Checking newline-converter v0.3.0
25622025-09-24T15:53:21.152Z Checking tokio-dtrace v0.1.0
25632025-09-24T15:53:21.267Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25642025-09-24T15:53:21.345Z Compiling progenitor-macro v0.10.0
25652025-09-24T15:53:21.467Z Checking pem v3.0.5
25662025-09-24T15:53:21.751Z Checking libsw-core v0.3.1
25672025-09-24T15:53:22.012Z Checking secrecy v0.10.3
25682025-09-24T15:53:22.036Z Compiling lzma-sys v0.1.20
25692025-09-24T15:53:22.164Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25702025-09-24T15:53:22.225Z Compiling snafu-derive v0.8.5
25712025-09-24T15:53:22.291Z Checking csv-core v0.1.11
25722025-09-24T15:53:22.333Z Compiling async-recursion v1.1.1
25732025-09-24T15:53:22.634Z Checking utf-8 v0.7.6
25742025-09-24T15:53:22.776Z Checking indent_write v2.2.0
25752025-09-24T15:53:22.878Z Checking arc-swap v1.7.1
25762025-09-24T15:53:23.339Z Checking fixedbitset v0.5.7
25772025-09-24T15:53:23.797Z Checking highway v1.3.0
25782025-09-24T15:53:23.820Z Checking bytecount v0.6.8
25792025-09-24T15:53:24.009Z Checking same-file v1.0.6
25802025-09-24T15:53:24.222Z Checking walkdir v2.5.0
25812025-09-24T15:53:24.311Z Checking papergrid v0.11.0
25822025-09-24T15:53:24.538Z Checking petgraph v0.8.2
25832025-09-24T15:53:24.921Z Checking slog-scope v4.4.0
25842025-09-24T15:53:25.143Z Checking tungstenite v0.21.0
25852025-09-24T15:53:25.806Z Checking csv v1.3.1
25862025-09-24T15:53:26.099Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25872025-09-24T15:53:26.459Z Checking libsw v3.5.0
25882025-09-24T15:53:26.639Z Checking oxide-tokio-rt v0.1.2
25892025-09-24T15:53:26.729Z Checking expectorate v1.2.0
25902025-09-24T15:53:26.887Z Checking qorb v0.4.1
25912025-09-24T15:53:26.910Z Checking snafu v0.8.5
25922025-09-24T15:53:26.933Z Compiling progenitor-macro v0.8.0
25932025-09-24T15:53:27.376Z Checking const_format v0.2.34
25942025-09-24T15:53:27.772Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25952025-09-24T15:53:30.063Z Compiling tabled_derive v0.7.0
25962025-09-24T15:53:30.465Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25972025-09-24T15:53:30.488Z Checking globset v0.4.15
25982025-09-24T15:53:31.004Z Checking olpc-cjson v0.1.4
25992025-09-24T15:53:31.119Z Checking progenitor-client v0.8.0
26002025-09-24T15:53:31.243Z Checking gethostname v0.5.0
26012025-09-24T15:53:31.404Z Compiling heck v0.3.3
26022025-09-24T15:53:31.501Z Checking bcs v0.1.6
26032025-09-24T15:53:31.778Z Checking serde_plain v1.0.2
26042025-09-24T15:53:31.972Z Checking unicode-linebreak v0.1.5
26052025-09-24T15:53:32.051Z Checking swrite v0.1.0
26062025-09-24T15:53:32.206Z Checking smawk v0.3.2
26072025-09-24T15:53:32.228Z Checking typed-path v0.9.3
26082025-09-24T15:53:32.405Z Checking linear-map v1.2.0
26092025-09-24T15:53:32.446Z Checking termtree v0.5.1
26102025-09-24T15:53:32.695Z Checking textwrap v0.16.2
26112025-09-24T15:53:32.747Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26122025-09-24T15:53:33.022Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26132025-09-24T15:53:34.081Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26142025-09-24T15:53:34.109Z Checking progenitor v0.10.0
26152025-09-24T15:53:34.367Z Checking tough v0.20.0
26162025-09-24T15:53:36.247Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26172025-09-24T15:53:36.627Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26182025-09-24T15:53:37.110Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26192025-09-24T15:53:37.278Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26202025-09-24T15:53:37.477Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
26212025-09-24T15:53:38.748Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26222025-09-24T15:53:38.782Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26232025-09-24T15:53:39.437Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26242025-09-24T15:53:39.601Z Checking progenitor v0.8.0
26252025-09-24T15:53:39.830Z Checking tabled v0.15.0
26262025-09-24T15:53:40.143Z Compiling zone_cfg_derive v0.1.2
26272025-09-24T15:53:40.273Z Checking steno v0.4.1
26282025-09-24T15:53:40.444Z Checking tokio-tungstenite v0.21.0
26292025-09-24T15:53:41.163Z Checking slog-stdlog v4.1.1
26302025-09-24T15:53:41.370Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26312025-09-24T15:53:41.508Z Checking base64 v0.13.1
26322025-09-24T15:53:41.695Z Checking humantime v2.2.0
26332025-09-24T15:53:41.907Z Checking base64 v0.21.7
26342025-09-24T15:53:41.931Z Checking number_prefix v0.4.0
26352025-09-24T15:53:42.036Z Checking ron v0.7.1
26362025-09-24T15:53:42.150Z Checking indicatif v0.17.11
26372025-09-24T15:53:42.175Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26382025-09-24T15:53:42.274Z Checking zone v0.1.8
26392025-09-24T15:53:42.353Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26402025-09-24T15:53:42.523Z Checking slog-envlogger v2.2.0
26412025-09-24T15:53:42.571Z Checking xz2 v0.1.7
26422025-09-24T15:53:42.658Z Checking xattr v1.3.1
26432025-09-24T15:53:42.761Z Checking yasna v0.5.2
26442025-09-24T15:53:42.810Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26452025-09-24T15:53:42.841Z Checking headers-core v0.3.0
26462025-09-24T15:53:42.867Z Checking filetime v0.2.25
26472025-09-24T15:53:42.896Z Checking subprocess v0.2.9
26482025-09-24T15:53:43.010Z Checking headers v0.4.1
26492025-09-24T15:53:43.078Z Checking tar v0.4.44
26502025-09-24T15:53:43.494Z Checking rcgen v0.12.1
26512025-09-24T15:53:45.333Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26522025-09-24T15:53:46.770Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26532025-09-24T15:53:49.342Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26542025-09-24T15:54:04.171Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26552025-09-24T15:54:05.949Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26562025-09-24T15:54:07.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
26572025-09-24T15:54:07.804Z
26582025-09-24T15:54:07.804Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/229)
26592025-09-24T15:54:08.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602025-09-24T15:54:08.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612025-09-24T15:54:08.742Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26622025-09-24T15:54:10.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
26632025-09-24T15:54:10.745Z
26642025-09-24T15:54:10.745Zinfo: running `cargo check --bins` on nexus-config (52/229)
26652025-09-24T15:54:11.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662025-09-24T15:54:11.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672025-09-24T15:54:11.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682025-09-24T15:54:11.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26692025-09-24T15:54:11.599Z
26702025-09-24T15:54:11.599Zinfo: running `cargo check --bins` on nexus-types (53/229)
26712025-09-24T15:54:12.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722025-09-24T15:54:12.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732025-09-24T15:54:12.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742025-09-24T15:54:12.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26752025-09-24T15:54:12.458Z
26762025-09-24T15:54:12.458Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/229)
26772025-09-24T15:54:13.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782025-09-24T15:54:13.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792025-09-24T15:54:13.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802025-09-24T15:54:13.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26812025-09-24T15:54:13.271Z
26822025-09-24T15:54:13.271Zinfo: running `cargo check --bins` on cockroach-admin-types (55/229)
26832025-09-24T15:54:13.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842025-09-24T15:54:13.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852025-09-24T15:54:13.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862025-09-24T15:54:13.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26872025-09-24T15:54:14.079Z
26882025-09-24T15:54:14.080Zinfo: running `cargo check --bins` on gateway-client (56/229)
26892025-09-24T15:54:14.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902025-09-24T15:54:14.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912025-09-24T15:54:14.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922025-09-24T15:54:14.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26932025-09-24T15:54:14.882Z
26942025-09-24T15:54:14.882Zinfo: running `cargo check --bins` on ereport-types (57/229)
26952025-09-24T15:54:15.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962025-09-24T15:54:15.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972025-09-24T15:54:15.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982025-09-24T15:54:15.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26992025-09-24T15:54:15.664Z
27002025-09-24T15:54:15.664Zinfo: running `cargo check --bins` on gateway-types (58/229)
27012025-09-24T15:54:16.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022025-09-24T15:54:16.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032025-09-24T15:54:16.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042025-09-24T15:54:16.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27052025-09-24T15:54:16.465Z
27062025-09-24T15:54:16.465Zinfo: running `cargo check --bins` on internal-dns-types (59/229)
27072025-09-24T15:54:17.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082025-09-24T15:54:17.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092025-09-24T15:54:17.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102025-09-24T15:54:17.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27112025-09-24T15:54:17.268Z
27122025-09-24T15:54:17.268Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (60/229)
27132025-09-24T15:54:17.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142025-09-24T15:54:17.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152025-09-24T15:54:17.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162025-09-24T15:54:18.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27172025-09-24T15:54:18.094Z
27182025-09-24T15:54:18.094Zinfo: running `cargo check --bins` on omicron-passwords (61/229)
27192025-09-24T15:54:18.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202025-09-24T15:54:18.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212025-09-24T15:54:18.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222025-09-24T15:54:18.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27232025-09-24T15:54:18.870Z
27242025-09-24T15:54:18.870Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (62/229)
27252025-09-24T15:54:19.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262025-09-24T15:54:19.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272025-09-24T15:54:19.701Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27282025-09-24T15:54:20.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
27292025-09-24T15:54:20.626Z
27302025-09-24T15:54:20.626Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (63/229)
27312025-09-24T15:54:21.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322025-09-24T15:54:21.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332025-09-24T15:54:21.474Z Compiling cfg_aliases v0.1.1
27342025-09-24T15:54:21.477Z Compiling convert_case v0.7.1
27352025-09-24T15:54:21.478Z Compiling vte_generate_state_changes v0.1.2
27362025-09-24T15:54:21.478Z Checking fd-lock v4.0.2
27372025-09-24T15:54:21.478Z Checking nibble_vec v0.1.0
27382025-09-24T15:54:21.598Z Checking endian-type v0.1.2
27392025-09-24T15:54:21.663Z Checking itertools v0.13.0
27402025-09-24T15:54:21.667Z Compiling peg-macros v0.8.5
27412025-09-24T15:54:21.698Z Compiling nix v0.28.0
27422025-09-24T15:54:21.786Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27432025-09-24T15:54:21.823Z Compiling sqlparser_derive v0.2.2
27442025-09-24T15:54:21.885Z Checking radix_trie v0.2.1
27452025-09-24T15:54:22.204Z Checking vte v0.11.1
27462025-09-24T15:54:22.300Z Compiling derive_more-impl v2.0.1
27472025-09-24T15:54:22.320Z Checking unicode_categories v0.1.1
27482025-09-24T15:54:22.610Z Checking home v0.5.9
27492025-09-24T15:54:22.765Z Checking nu-ansi-term v0.50.1
27502025-09-24T15:54:22.820Z Checking sqlformat v0.3.5
27512025-09-24T15:54:22.922Z Checking sqlparser v0.45.0
27522025-09-24T15:54:23.180Z Checking display-error-chain v0.2.2
27532025-09-24T15:54:23.650Z Checking strip-ansi-escapes v0.2.0
27542025-09-24T15:54:23.962Z Checking reedline v0.40.0
27552025-09-24T15:54:23.995Z Checking derive_more v2.0.1
27562025-09-24T15:54:24.100Z Checking crossterm v0.29.0
27572025-09-24T15:54:24.297Z Checking peg v0.8.5
27582025-09-24T15:54:24.634Z Checking rustyline v14.0.0
27592025-09-24T15:54:33.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.56s
27602025-09-24T15:54:33.412Z
27612025-09-24T15:54:33.412Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (64/229)
27622025-09-24T15:54:34.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632025-09-24T15:54:34.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642025-09-24T15:54:34.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652025-09-24T15:54:39.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
27662025-09-24T15:54:39.658Z
27672025-09-24T15:54:39.658Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (65/229)
27682025-09-24T15:54:40.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692025-09-24T15:54:40.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702025-09-24T15:54:40.503Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712025-09-24T15:54:44.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
27722025-09-24T15:54:44.442Z
27732025-09-24T15:54:44.442Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (66/229)
27742025-09-24T15:54:45.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752025-09-24T15:54:45.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762025-09-24T15:54:45.256Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772025-09-24T15:54:50.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
27782025-09-24T15:54:50.385Z
27792025-09-24T15:54:50.385Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (67/229)
27802025-09-24T15:54:51.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-09-24T15:54:51.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-09-24T15:54:51.227Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27832025-09-24T15:54:56.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
27842025-09-24T15:54:56.495Z
27852025-09-24T15:54:56.495Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (68/229)
27862025-09-24T15:54:57.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-09-24T15:54:57.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-09-24T15:54:57.339Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27892025-09-24T15:55:01.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
27902025-09-24T15:55:01.344Z
27912025-09-24T15:55:01.344Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (69/229)
27922025-09-24T15:55:02.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-09-24T15:55:02.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-09-24T15:55:02.204Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27952025-09-24T15:55:06.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
27962025-09-24T15:55:06.327Z
27972025-09-24T15:55:06.327Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (70/229)
27982025-09-24T15:55:07.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-09-24T15:55:07.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-09-24T15:55:07.176Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012025-09-24T15:55:12.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s
28022025-09-24T15:55:12.565Z
28032025-09-24T15:55:12.565Zinfo: running `cargo check --bins` on oximeter (71/229)
28042025-09-24T15:55:13.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-09-24T15:55:13.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-09-24T15:55:13.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072025-09-24T15:55:13.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28082025-09-24T15:55:13.376Z
28092025-09-24T15:55:13.376Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/229)
28102025-09-24T15:55:14.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-09-24T15:55:14.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-09-24T15:55:14.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132025-09-24T15:55:14.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28142025-09-24T15:55:14.157Z
28152025-09-24T15:55:14.157Zinfo: running `cargo check --bins` on oximeter-schema (73/229)
28162025-09-24T15:55:14.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-09-24T15:55:14.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-09-24T15:55:14.974Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28192025-09-24T15:55:15.164Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
28202025-09-24T15:55:15.180Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28212025-09-24T15:55:15.652Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28222025-09-24T15:55:21.975Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28232025-09-24T15:55:23.918Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28242025-09-24T15:55:24.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s
28252025-09-24T15:55:25.146Z
28262025-09-24T15:55:25.147Zinfo: running `cargo check --bins` on oximeter-types (74/229)
28272025-09-24T15:55:25.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-09-24T15:55:25.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-09-24T15:55:25.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-09-24T15:55:25.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28312025-09-24T15:55:25.953Z
28322025-09-24T15:55:25.953Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (75/229)
28332025-09-24T15:55:26.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-09-24T15:55:26.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-09-24T15:55:26.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-09-24T15:55:26.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28372025-09-24T15:55:26.759Z
28382025-09-24T15:55:26.759Zinfo: running `cargo check --bins` on oxql-types (76/229)
28392025-09-24T15:55:27.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-09-24T15:55:27.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-09-24T15:55:27.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422025-09-24T15:55:27.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28432025-09-24T15:55:27.566Z
28442025-09-24T15:55:27.566Zinfo: running `cargo check --bins` on oximeter-test-utils (77/229)
28452025-09-24T15:55:28.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462025-09-24T15:55:28.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472025-09-24T15:55:28.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482025-09-24T15:55:28.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28492025-09-24T15:55:28.438Z
28502025-09-24T15:55:28.438Zinfo: running `cargo check --bins` on update-engine (78/229)
28512025-09-24T15:55:29.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522025-09-24T15:55:29.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532025-09-24T15:55:29.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542025-09-24T15:55:29.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28552025-09-24T15:55:29.220Z
28562025-09-24T15:55:29.220Zinfo: running `cargo check --bins` on omicron-rpaths (79/229)
28572025-09-24T15:55:29.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582025-09-24T15:55:29.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592025-09-24T15:55:29.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602025-09-24T15:55:29.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28612025-09-24T15:55:29.989Z
28622025-09-24T15:55:29.989Zinfo: running `cargo check --bins` on omicron-certificates (80/229)
28632025-09-24T15:55:30.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642025-09-24T15:55:30.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652025-09-24T15:55:30.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662025-09-24T15:55:30.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28672025-09-24T15:55:30.800Z
28682025-09-24T15:55:30.800Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (81/229)
28692025-09-24T15:55:31.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702025-09-24T15:55:31.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712025-09-24T15:55:31.669Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28722025-09-24T15:55:31.669Z Checking nanorand v0.7.0
28732025-09-24T15:55:31.913Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28742025-09-24T15:55:32.029Z Checking flume v0.11.1
28752025-09-24T15:55:32.329Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762025-09-24T15:55:33.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
28772025-09-24T15:55:33.887Z
28782025-09-24T15:55:33.887Zinfo: running `cargo check --bins` on clickhouse-admin-api (82/229)
28792025-09-24T15:55:34.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-09-24T15:55:34.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-09-24T15:55:34.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-09-24T15:55:34.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28832025-09-24T15:55:34.698Z
28842025-09-24T15:55:34.698Zinfo: running `cargo check --bins` on openapi-manager-types (83/229)
28852025-09-24T15:55:35.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-09-24T15:55:35.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-09-24T15:55:35.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-09-24T15:55:35.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28892025-09-24T15:55:35.468Z
28902025-09-24T15:55:35.469Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (84/229)
28912025-09-24T15:55:36.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-09-24T15:55:36.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-09-24T15:55:36.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-09-24T15:55:36.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28952025-09-24T15:55:36.283Z
28962025-09-24T15:55:36.283Zinfo: running `cargo check --bins` on bootstrap-agent-client (85/229)
28972025-09-24T15:55:36.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-09-24T15:55:37.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-09-24T15:55:37.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002025-09-24T15:55:37.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29012025-09-24T15:55:37.101Z
29022025-09-24T15:55:37.101Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (86/229)
29032025-09-24T15:55:37.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-09-24T15:55:37.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-09-24T15:55:37.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062025-09-24T15:55:37.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29072025-09-24T15:55:37.910Z
29082025-09-24T15:55:37.911Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (87/229)
29092025-09-24T15:55:38.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-09-24T15:55:38.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-09-24T15:55:38.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122025-09-24T15:55:38.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29132025-09-24T15:55:38.720Z
29142025-09-24T15:55:38.720Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (88/229)
29152025-09-24T15:55:39.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-09-24T15:55:39.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-09-24T15:55:39.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182025-09-24T15:55:39.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29192025-09-24T15:55:39.533Z
29202025-09-24T15:55:39.533Zinfo: running `cargo check --bins` on cockroach-admin-client (89/229)
29212025-09-24T15:55:40.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-09-24T15:55:40.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-09-24T15:55:40.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-09-24T15:55:40.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29252025-09-24T15:55:40.306Z
29262025-09-24T15:55:40.306Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (90/229)
29272025-09-24T15:55:41.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-09-24T15:55:41.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-09-24T15:55:41.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302025-09-24T15:55:41.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29312025-09-24T15:55:41.127Z
29322025-09-24T15:55:41.127Zinfo: running `cargo check --bins` on dns-service-client (91/229)
29332025-09-24T15:55:41.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-09-24T15:55:41.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-09-24T15:55:41.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-09-24T15:55:41.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29372025-09-24T15:55:41.930Z
29382025-09-24T15:55:41.930Zinfo: running `cargo check --bins` on installinator-client (92/229)
29392025-09-24T15:55:42.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-09-24T15:55:42.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-09-24T15:55:42.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-09-24T15:55:42.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29432025-09-24T15:55:42.758Z
29442025-09-24T15:55:42.758Zinfo: running `cargo check --bins` on installinator-common (93/229)
29452025-09-24T15:55:43.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-09-24T15:55:43.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-09-24T15:55:43.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-09-24T15:55:43.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29492025-09-24T15:55:43.587Z
29502025-09-24T15:55:43.587Zinfo: running `cargo check --bins` on nexus-client (94/229)
29512025-09-24T15:55:44.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-09-24T15:55:44.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-09-24T15:55:44.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542025-09-24T15:55:44.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29552025-09-24T15:55:44.447Z
29562025-09-24T15:55:44.447Zinfo: running `cargo check --bins` on nexus-lockstep-client (95/229)
29572025-09-24T15:55:45.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582025-09-24T15:55:45.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592025-09-24T15:55:45.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602025-09-24T15:55:45.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29612025-09-24T15:55:45.308Z
29622025-09-24T15:55:45.308Zinfo: running `cargo check --bins` on ntp-admin-client (96/229)
29632025-09-24T15:55:45.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642025-09-24T15:55:45.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652025-09-24T15:55:45.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662025-09-24T15:55:46.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29672025-09-24T15:55:46.085Z
29682025-09-24T15:55:46.085Zinfo: running `cargo check --bins` on oxide-client (97/229)
29692025-09-24T15:55:46.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702025-09-24T15:55:46.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712025-09-24T15:55:46.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722025-09-24T15:55:46.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29732025-09-24T15:55:46.870Z
29742025-09-24T15:55:46.871Zinfo: running `cargo check --bins` on oximeter-client (98/229)
29752025-09-24T15:55:47.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762025-09-24T15:55:47.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772025-09-24T15:55:47.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782025-09-24T15:55:47.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29792025-09-24T15:55:47.677Z
29802025-09-24T15:55:47.677Zinfo: running `cargo check --bins` on repo-depot-client (99/229)
29812025-09-24T15:55:48.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822025-09-24T15:55:48.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832025-09-24T15:55:48.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29842025-09-24T15:55:48.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29852025-09-24T15:55:48.451Z
29862025-09-24T15:55:48.451Zinfo: running `cargo check --bins` on sled-agent-client (100/229)
29872025-09-24T15:55:49.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882025-09-24T15:55:49.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892025-09-24T15:55:49.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29902025-09-24T15:55:49.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29912025-09-24T15:55:49.293Z
29922025-09-24T15:55:49.293Zinfo: running `cargo check --bins` on sled-agent-types (101/229)
29932025-09-24T15:55:50.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-09-24T15:55:50.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-09-24T15:55:50.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962025-09-24T15:55:50.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29972025-09-24T15:55:50.136Z
29982025-09-24T15:55:50.136Zinfo: running `cargo check --bins` on wicketd-client (102/229)
29992025-09-24T15:55:50.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-09-24T15:55:50.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-09-24T15:55:50.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022025-09-24T15:55:50.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30032025-09-24T15:55:50.993Z
30042025-09-24T15:55:50.993Zinfo: running `cargo check --bins` on wicket-common (103/229)
30052025-09-24T15:55:51.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-09-24T15:55:51.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-09-24T15:55:51.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082025-09-24T15:55:51.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30092025-09-24T15:55:51.834Z
30102025-09-24T15:55:51.834Zinfo: running `cargo check --bins` on omicron-cockroach-admin (104/229)
30112025-09-24T15:55:52.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-09-24T15:55:52.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-09-24T15:55:52.682Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30142025-09-24T15:55:52.686Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30152025-09-24T15:55:52.686Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30162025-09-24T15:55:52.686Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30172025-09-24T15:55:52.808Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30182025-09-24T15:55:53.023Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192025-09-24T15:55:53.042Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30202025-09-24T15:55:53.410Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30212025-09-24T15:55:56.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
30222025-09-24T15:55:56.508Z
30232025-09-24T15:55:56.508Zinfo: running `cargo check --bins` on cockroach-admin-api (105/229)
30242025-09-24T15:55:57.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252025-09-24T15:55:57.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262025-09-24T15:55:57.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272025-09-24T15:55:57.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30282025-09-24T15:55:57.319Z
30292025-09-24T15:55:57.319Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (106/229)
30302025-09-24T15:55:58.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312025-09-24T15:55:58.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322025-09-24T15:55:58.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332025-09-24T15:55:58.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30342025-09-24T15:55:58.264Z
30352025-09-24T15:55:58.264Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (107/229)
30362025-09-24T15:55:59.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372025-09-24T15:55:59.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382025-09-24T15:55:59.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392025-09-24T15:55:59.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30402025-09-24T15:55:59.212Z
30412025-09-24T15:55:59.212Zinfo: running `cargo check --bins` on dns-server (108/229)
30422025-09-24T15:55:59.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432025-09-24T15:55:59.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442025-09-24T15:56:00.048Z Compiling parking_lot_core v0.8.6
30452025-09-24T15:56:00.048Z Compiling moka v0.12.10
30462025-09-24T15:56:00.054Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30472025-09-24T15:56:00.054Z Checking tagptr v0.2.0
30482025-09-24T15:56:00.186Z Checking prefix-trie v0.7.0
30492025-09-24T15:56:00.196Z Checking fxhash v0.2.1
30502025-09-24T15:56:00.198Z Checking hickory-client v0.25.2
30512025-09-24T15:56:00.759Z Checking hickory-server v0.25.2
30522025-09-24T15:56:00.817Z Checking parking_lot v0.11.2
30532025-09-24T15:56:01.061Z Checking sled v0.34.7
30542025-09-24T15:56:01.151Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30552025-09-24T15:56:01.155Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30562025-09-24T15:56:01.431Z Checking hickory-resolver v0.25.2
30572025-09-24T15:56:02.869Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30582025-09-24T15:56:04.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
30592025-09-24T15:56:04.533Z
30602025-09-24T15:56:04.533Zinfo: running `cargo check --bins` on dns-server-api (109/229)
30612025-09-24T15:56:05.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622025-09-24T15:56:05.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632025-09-24T15:56:05.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642025-09-24T15:56:05.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30652025-09-24T15:56:05.341Z
30662025-09-24T15:56:05.341Zinfo: running `cargo check --bins` on gateway-test-utils (110/229)
30672025-09-24T15:56:06.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682025-09-24T15:56:06.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692025-09-24T15:56:06.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702025-09-24T15:56:06.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30712025-09-24T15:56:06.241Z
30722025-09-24T15:56:06.241Zinfo: running `cargo check --bins` on omicron-gateway (111/229)
30732025-09-24T15:56:07.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742025-09-24T15:56:07.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752025-09-24T15:56:07.172Z Compiling radium v0.7.0
30762025-09-24T15:56:07.175Z Compiling maybe-uninit v2.0.0
30772025-09-24T15:56:07.304Z Checking tap v1.0.1
30782025-09-24T15:56:07.332Z Compiling zerocopy-derive v0.6.6
30792025-09-24T15:56:07.335Z Compiling packed_struct v0.10.1
30802025-09-24T15:56:07.335Z Checking funty v2.0.0
30812025-09-24T15:56:07.346Z Checking crc-catalog v2.4.0
30822025-09-24T15:56:07.393Z Compiling packed_struct_codegen v0.10.1
30832025-09-24T15:56:07.461Z Checking wyz v0.5.1
30842025-09-24T15:56:07.532Z Checking crc v3.2.1
30852025-09-24T15:56:07.836Z Compiling bitfield-macros v0.19.2
30862025-09-24T15:56:07.854Z Compiling indexmap v1.9.3
30872025-09-24T15:56:07.990Z Checking nodrop v0.1.14
30882025-09-24T15:56:08.012Z Checking smallvec v0.6.14
30892025-09-24T15:56:08.130Z Checking hashbrown v0.12.3
30902025-09-24T15:56:08.153Z Checking array-init v0.0.4
30912025-09-24T15:56:08.233Z Checking ron v0.8.1
30922025-09-24T15:56:08.254Z Checking bitvec v1.0.1
30932025-09-24T15:56:08.390Z Checking hashbrown v0.13.2
30942025-09-24T15:56:09.083Z Checking serde-hex v0.1.0
30952025-09-24T15:56:09.180Z Checking zerocopy v0.6.6
30962025-09-24T15:56:09.314Z Checking bitfield v0.19.2
30972025-09-24T15:56:09.345Z Checking half v2.4.1
30982025-09-24T15:56:09.480Z Checking crc-any v2.5.0
30992025-09-24T15:56:09.695Z Checking ciborium-io v0.2.2
31002025-09-24T15:56:09.769Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31012025-09-24T15:56:09.790Z Checking object v0.30.4
31022025-09-24T15:56:09.821Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31032025-09-24T15:56:09.843Z Checking path-slash v0.1.5
31042025-09-24T15:56:09.847Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31052025-09-24T15:56:09.847Z Checking ciborium-ll v0.2.2
31062025-09-24T15:56:10.000Z Checking half v1.8.3
31072025-09-24T15:56:10.118Z Checking void v1.0.2
31082025-09-24T15:56:10.140Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31092025-09-24T15:56:10.140Z Checking tungstenite v0.23.0
31102025-09-24T15:56:10.200Z Checking ciborium v0.2.2
31112025-09-24T15:56:10.287Z Checking lzss v0.8.2
31122025-09-24T15:56:10.414Z Checking serde_cbor v0.11.2
31132025-09-24T15:56:10.641Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31142025-09-24T15:56:10.745Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152025-09-24T15:56:10.921Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31162025-09-24T15:56:10.969Z Checking nix v0.27.1
31172025-09-24T15:56:11.117Z Checking kstat-rs v0.2.4
31182025-09-24T15:56:11.286Z Checking serde_bytes v0.11.17
31192025-09-24T15:56:11.476Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31202025-09-24T15:56:11.520Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31212025-09-24T15:56:11.617Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31222025-09-24T15:56:11.896Z Checking tokio-tungstenite v0.23.1
31232025-09-24T15:56:12.232Z Checking signal-hook-tokio v0.3.1
31242025-09-24T15:56:13.715Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31252025-09-24T15:56:17.196Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31262025-09-24T15:56:18.185Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31272025-09-24T15:56:19.548Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31282025-09-24T15:56:21.595Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31292025-09-24T15:56:24.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.46s
31302025-09-24T15:56:24.942Z
31312025-09-24T15:56:24.942Zinfo: running `cargo check --bins` on gateway-api (112/229)
31322025-09-24T15:56:25.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332025-09-24T15:56:25.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342025-09-24T15:56:25.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352025-09-24T15:56:25.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31362025-09-24T15:56:25.749Z
31372025-09-24T15:56:25.750Zinfo: running `cargo check --bins` on ipcc (113/229)
31382025-09-24T15:56:26.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392025-09-24T15:56:26.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402025-09-24T15:56:26.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412025-09-24T15:56:26.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31422025-09-24T15:56:26.562Z
31432025-09-24T15:56:26.562Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (114/229)
31442025-09-24T15:56:27.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452025-09-24T15:56:27.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462025-09-24T15:56:27.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472025-09-24T15:56:27.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31482025-09-24T15:56:27.334Z
31492025-09-24T15:56:27.334Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/229)
31502025-09-24T15:56:28.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512025-09-24T15:56:28.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522025-09-24T15:56:28.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532025-09-24T15:56:28.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31542025-09-24T15:56:28.148Z
31552025-09-24T15:56:28.148Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/229)
31562025-09-24T15:56:28.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572025-09-24T15:56:28.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582025-09-24T15:56:28.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592025-09-24T15:56:28.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31602025-09-24T15:56:28.964Z
31612025-09-24T15:56:28.964Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/229)
31622025-09-24T15:56:29.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632025-09-24T15:56:29.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642025-09-24T15:56:29.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652025-09-24T15:56:29.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31662025-09-24T15:56:29.777Z
31672025-09-24T15:56:29.777Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/229)
31682025-09-24T15:56:30.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692025-09-24T15:56:30.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702025-09-24T15:56:30.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712025-09-24T15:56:30.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31722025-09-24T15:56:30.595Z
31732025-09-24T15:56:30.595Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/229)
31742025-09-24T15:56:31.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752025-09-24T15:56:31.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762025-09-24T15:56:31.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772025-09-24T15:56:31.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31782025-09-24T15:56:31.407Z
31792025-09-24T15:56:31.407Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/229)
31802025-09-24T15:56:32.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812025-09-24T15:56:32.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822025-09-24T15:56:32.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832025-09-24T15:56:32.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31842025-09-24T15:56:32.218Z
31852025-09-24T15:56:32.218Zinfo: running `cargo check --bins` on oximeter-producer (121/229)
31862025-09-24T15:56:32.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872025-09-24T15:56:32.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882025-09-24T15:56:32.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892025-09-24T15:56:32.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31902025-09-24T15:56:33.086Z
31912025-09-24T15:56:33.086Zinfo: running `cargo check --bins` on internal-dns-resolver (122/229)
31922025-09-24T15:56:33.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932025-09-24T15:56:33.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942025-09-24T15:56:33.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952025-09-24T15:56:33.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31962025-09-24T15:56:33.906Z
31972025-09-24T15:56:33.906Zinfo: running `cargo check --bins` on sp-sim (123/229)
31982025-09-24T15:56:34.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992025-09-24T15:56:34.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002025-09-24T15:56:34.809Z Compiling nix v0.30.1
32012025-09-24T15:56:34.812Z Checking keccak v0.1.5
32022025-09-24T15:56:35.151Z Checking sha3 v0.10.8
32032025-09-24T15:56:36.215Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32042025-09-24T15:56:38.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
32052025-09-24T15:56:38.840Z
32062025-09-24T15:56:38.840Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (124/229)
32072025-09-24T15:56:39.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-09-24T15:56:39.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-09-24T15:56:39.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102025-09-24T15:56:39.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32112025-09-24T15:56:39.740Z
32122025-09-24T15:56:39.740Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/229)
32132025-09-24T15:56:40.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142025-09-24T15:56:40.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152025-09-24T15:56:40.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162025-09-24T15:56:40.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32172025-09-24T15:56:40.645Z
32182025-09-24T15:56:40.646Zinfo: running `cargo check --bins` on db-macros (126/229)
32192025-09-24T15:56:41.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202025-09-24T15:56:41.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212025-09-24T15:56:41.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222025-09-24T15:56:41.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32232025-09-24T15:56:41.420Z
32242025-09-24T15:56:41.420Zinfo: running `cargo check --bins` on nexus-macros-common (127/229)
32252025-09-24T15:56:42.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262025-09-24T15:56:42.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272025-09-24T15:56:42.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282025-09-24T15:56:42.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32292025-09-24T15:56:42.199Z
32302025-09-24T15:56:42.199Zinfo: running `cargo check --bins` on nexus-auth (128/229)
32312025-09-24T15:56:42.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322025-09-24T15:56:42.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332025-09-24T15:56:42.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342025-09-24T15:56:42.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32352025-09-24T15:56:43.092Z
32362025-09-24T15:56:43.092Zinfo: running `cargo check --bins` on authz-macros (129/229)
32372025-09-24T15:56:43.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382025-09-24T15:56:43.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392025-09-24T15:56:43.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402025-09-24T15:56:43.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32412025-09-24T15:56:43.866Z
32422025-09-24T15:56:43.866Zinfo: running `cargo check --bins` on nexus-db-fixed-data (130/229)
32432025-09-24T15:56:44.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442025-09-24T15:56:44.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452025-09-24T15:56:44.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462025-09-24T15:56:44.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32472025-09-24T15:56:44.729Z
32482025-09-24T15:56:44.729Zinfo: running `cargo check --bins` on nexus-db-model (131/229)
32492025-09-24T15:56:45.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502025-09-24T15:56:45.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512025-09-24T15:56:45.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522025-09-24T15:56:45.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32532025-09-24T15:56:45.604Z
32542025-09-24T15:56:45.605Zinfo: running `cargo check --bins` on nexus-db-schema (132/229)
32552025-09-24T15:56:46.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562025-09-24T15:56:46.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572025-09-24T15:56:46.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582025-09-24T15:56:46.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32592025-09-24T15:56:46.382Z
32602025-09-24T15:56:46.382Zinfo: running `cargo check --bins` on nexus-defaults (133/229)
32612025-09-24T15:56:47.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622025-09-24T15:56:47.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632025-09-24T15:56:47.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642025-09-24T15:56:47.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32652025-09-24T15:56:47.192Z
32662025-09-24T15:56:47.192Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (134/229)
32672025-09-24T15:56:47.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682025-09-24T15:56:47.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692025-09-24T15:56:47.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702025-09-24T15:56:47.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32712025-09-24T15:56:48.004Z
32722025-09-24T15:56:48.004Zinfo: running `cargo check --bins` on parallel-task-set (135/229)
32732025-09-24T15:56:48.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742025-09-24T15:56:48.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752025-09-24T15:56:48.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762025-09-24T15:56:48.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32772025-09-24T15:56:48.780Z
32782025-09-24T15:56:48.780Zinfo: running `cargo check --bins` on nexus-db-errors (136/229)
32792025-09-24T15:56:49.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802025-09-24T15:56:49.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812025-09-24T15:56:49.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822025-09-24T15:56:49.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32832025-09-24T15:56:49.666Z
32842025-09-24T15:56:49.666Zinfo: running `cargo check --bins` on nexus-db-lookup (137/229)
32852025-09-24T15:56:50.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862025-09-24T15:56:50.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872025-09-24T15:56:50.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882025-09-24T15:56:50.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32892025-09-24T15:56:50.555Z
32902025-09-24T15:56:50.555Zinfo: running `cargo check --bins` on nexus-inventory (138/229)
32912025-09-24T15:56:51.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922025-09-24T15:56:51.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932025-09-24T15:56:51.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942025-09-24T15:56:51.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32952025-09-24T15:56:51.442Z
32962025-09-24T15:56:51.442Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (139/229)
32972025-09-24T15:56:52.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-09-24T15:56:52.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-09-24T15:56:52.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002025-09-24T15:56:52.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33012025-09-24T15:56:52.296Z
33022025-09-24T15:56:52.296Zinfo: running `cargo check --bins --no-default-features` on sled-storage (140/229)
33032025-09-24T15:56:53.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-09-24T15:56:53.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-09-24T15:56:53.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062025-09-24T15:56:53.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33072025-09-24T15:56:53.136Z
33082025-09-24T15:56:53.136Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (141/229)
33092025-09-24T15:56:53.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102025-09-24T15:56:53.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112025-09-24T15:56:53.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122025-09-24T15:56:53.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33132025-09-24T15:56:53.966Z
33142025-09-24T15:56:53.966Zinfo: running `cargo check --bins` on key-manager (142/229)
33152025-09-24T15:56:54.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162025-09-24T15:56:54.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172025-09-24T15:56:54.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182025-09-24T15:56:54.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33192025-09-24T15:56:54.781Z
33202025-09-24T15:56:54.781Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (143/229)
33212025-09-24T15:56:55.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222025-09-24T15:56:55.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232025-09-24T15:56:55.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242025-09-24T15:56:55.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33252025-09-24T15:56:55.609Z
33262025-09-24T15:56:55.609Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (144/229)
33272025-09-24T15:56:56.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-09-24T15:56:56.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-09-24T15:56:56.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302025-09-24T15:56:56.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33312025-09-24T15:56:56.435Z
33322025-09-24T15:56:56.436Zinfo: running `cargo check --bins` on typed-rng (145/229)
33332025-09-24T15:56:57.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342025-09-24T15:56:57.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352025-09-24T15:56:57.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362025-09-24T15:56:57.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33372025-09-24T15:56:57.204Z
33382025-09-24T15:56:57.204Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (146/229)
33392025-09-24T15:56:57.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402025-09-24T15:56:57.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412025-09-24T15:56:58.259Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
33422025-09-24T15:56:58.259Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33432025-09-24T15:56:58.259Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33442025-09-24T15:56:58.263Z Compiling thiserror-impl-no-std v2.0.2
33452025-09-24T15:56:58.263Z Checking universal-hash v0.5.1
33462025-09-24T15:56:58.263Z Checking opaque-debug v0.3.1
33472025-09-24T15:56:58.478Z Checking chacha20 v0.9.1
33482025-09-24T15:56:58.478Z Checking aead v0.5.2
33492025-09-24T15:56:58.531Z Compiling unicase v2.7.0
33502025-09-24T15:56:58.617Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33512025-09-24T15:56:58.641Z Checking poly1305 v0.8.0
33522025-09-24T15:56:58.699Z Compiling libefi-sys v0.1.0
33532025-09-24T15:56:58.834Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
33542025-09-24T15:56:58.860Z Compiling bitfield-struct v0.6.2
33552025-09-24T15:56:59.004Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33562025-09-24T15:56:59.053Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33572025-09-24T15:56:59.084Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33582025-09-24T15:56:59.135Z Checking chacha20poly1305 v0.10.1
33592025-09-24T15:56:59.344Z Compiling proc-macro-error-attr2 v2.0.0
33602025-09-24T15:56:59.379Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33612025-09-24T15:56:59.402Z Compiling salty v0.3.0
33622025-09-24T15:56:59.461Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33632025-09-24T15:56:59.867Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33642025-09-24T15:57:00.073Z Compiling num-derive v0.3.3
33652025-09-24T15:57:00.103Z Compiling proc-macro-error2 v2.0.1
33662025-09-24T15:57:00.125Z Compiling xshell-macros v0.2.7
33672025-09-24T15:57:00.146Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33682025-09-24T15:57:00.702Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33692025-09-24T15:57:00.729Z Compiling tabled_derive v0.11.0
33702025-09-24T15:57:00.882Z Checking xshell v0.2.7
33712025-09-24T15:57:00.961Z Checking thiserror-no-std v2.0.2
33722025-09-24T15:57:01.107Z Checking vsss-rs v3.3.4
33732025-09-24T15:57:01.154Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33742025-09-24T15:57:01.233Z Compiling mime_guess v2.0.5
33752025-09-24T15:57:01.629Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33762025-09-24T15:57:02.179Z Checking libscf-sys v1.1.0
33772025-09-24T15:57:02.348Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33782025-09-24T15:57:02.761Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33792025-09-24T15:57:02.959Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33802025-09-24T15:57:03.465Z Checking papergrid v0.17.0
33812025-09-24T15:57:03.595Z Checking testing_table v0.3.0
33822025-09-24T15:57:03.640Z Compiling progenitor-impl v0.11.0
33832025-09-24T15:57:03.752Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33842025-09-24T15:57:04.160Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
33852025-09-24T15:57:04.862Z Checking primeorder v0.13.6
33862025-09-24T15:57:05.294Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
33872025-09-24T15:57:05.376Z Checking p384 v0.13.0
33882025-09-24T15:57:05.401Z Checking tabled v0.20.0
33892025-09-24T15:57:05.464Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33902025-09-24T15:57:05.717Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
33912025-09-24T15:57:05.951Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
33922025-09-24T15:57:06.148Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
33932025-09-24T15:57:06.308Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33942025-09-24T15:57:06.696Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33952025-09-24T15:57:06.858Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33962025-09-24T15:57:06.942Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33972025-09-24T15:57:07.743Z Checking progenitor-client v0.11.0
33982025-09-24T15:57:07.892Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
33992025-09-24T15:57:07.969Z Checking http-range v0.1.5
34002025-09-24T15:57:08.200Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34012025-09-24T15:57:08.274Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34022025-09-24T15:57:08.522Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34032025-09-24T15:57:08.752Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
34042025-09-24T15:57:08.936Z Checking secrecy v0.8.0
34052025-09-24T15:57:09.181Z Checking atty v0.2.14
34062025-09-24T15:57:09.335Z Checking crc8 v0.1.1
34072025-09-24T15:57:09.390Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34082025-09-24T15:57:09.414Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34092025-09-24T15:57:09.730Z Checking hyper-staticfile v0.10.1
34102025-09-24T15:57:09.916Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34112025-09-24T15:57:10.149Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34122025-09-24T15:57:10.270Z Compiling progenitor-macro v0.11.0
34132025-09-24T15:57:10.295Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
34142025-09-24T15:57:10.578Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34152025-09-24T15:57:10.623Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34162025-09-24T15:57:10.673Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
34172025-09-24T15:57:10.763Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34182025-09-24T15:57:10.791Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34192025-09-24T15:57:11.309Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202025-09-24T15:57:11.572Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34212025-09-24T15:57:11.720Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34222025-09-24T15:57:11.793Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232025-09-24T15:57:12.023Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
34242025-09-24T15:57:13.459Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252025-09-24T15:57:16.158Z Checking progenitor v0.11.0
34262025-09-24T15:57:16.325Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
34272025-09-24T15:57:16.414Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34282025-09-24T15:57:24.042Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34292025-09-24T15:57:37.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.36s
34302025-09-24T15:57:37.816Z
34312025-09-24T15:57:37.816Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (147/229)
34322025-09-24T15:57:38.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332025-09-24T15:57:38.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342025-09-24T15:57:38.782Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34352025-09-24T15:57:52.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
34362025-09-24T15:57:52.587Z
34372025-09-24T15:57:52.587Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (148/229)
34382025-09-24T15:57:53.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392025-09-24T15:57:53.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402025-09-24T15:57:53.550Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34412025-09-24T15:58:07.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s
34422025-09-24T15:58:07.344Z
34432025-09-24T15:58:07.344Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (149/229)
34442025-09-24T15:58:08.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452025-09-24T15:58:08.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462025-09-24T15:58:08.305Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34472025-09-24T15:58:22.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s
34482025-09-24T15:58:22.436Z
34492025-09-24T15:58:22.436Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (150/229)
34502025-09-24T15:58:23.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512025-09-24T15:58:23.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522025-09-24T15:58:23.392Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532025-09-24T15:58:37.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s
34542025-09-24T15:58:37.531Z
34552025-09-24T15:58:37.531Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (151/229)
34562025-09-24T15:58:38.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572025-09-24T15:58:38.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582025-09-24T15:58:38.508Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592025-09-24T15:58:52.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s
34602025-09-24T15:58:52.554Z
34612025-09-24T15:58:52.554Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (152/229)
34622025-09-24T15:58:53.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632025-09-24T15:58:53.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642025-09-24T15:58:53.542Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34652025-09-24T15:59:07.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.75s
34662025-09-24T15:59:07.558Z
34672025-09-24T15:59:07.558Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (153/229)
34682025-09-24T15:59:08.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692025-09-24T15:59:08.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702025-09-24T15:59:08.521Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34712025-09-24T15:59:22.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s
34722025-09-24T15:59:22.415Z
34732025-09-24T15:59:22.415Zinfo: running `cargo check --bins` on bootstrap-agent-api (154/229)
34742025-09-24T15:59:23.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752025-09-24T15:59:23.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762025-09-24T15:59:23.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772025-09-24T15:59:23.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34782025-09-24T15:59:23.279Z
34792025-09-24T15:59:23.279Zinfo: running `cargo check --bins` on range-requests (155/229)
34802025-09-24T15:59:23.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812025-09-24T15:59:23.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822025-09-24T15:59:23.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832025-09-24T15:59:23.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34842025-09-24T15:59:24.085Z
34852025-09-24T15:59:24.086Zinfo: running `cargo check --bins` on repo-depot-api (156/229)
34862025-09-24T15:59:24.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872025-09-24T15:59:24.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882025-09-24T15:59:24.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892025-09-24T15:59:24.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34902025-09-24T15:59:24.892Z
34912025-09-24T15:59:24.892Zinfo: running `cargo check --bins` on sled-agent-api (157/229)
34922025-09-24T15:59:25.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932025-09-24T15:59:25.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942025-09-24T15:59:25.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952025-09-24T15:59:25.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34962025-09-24T15:59:25.751Z
34972025-09-24T15:59:25.751Zinfo: running `cargo check --bins` on sled-diagnostics (158/229)
34982025-09-24T15:59:26.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992025-09-24T15:59:26.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002025-09-24T15:59:26.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012025-09-24T15:59:26.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35022025-09-24T15:59:26.588Z
35032025-09-24T15:59:26.589Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (159/229)
35042025-09-24T15:59:27.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052025-09-24T15:59:27.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062025-09-24T15:59:27.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072025-09-24T15:59:27.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35082025-09-24T15:59:27.455Z
35092025-09-24T15:59:27.455Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (160/229)
35102025-09-24T15:59:28.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112025-09-24T15:59:28.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122025-09-24T15:59:28.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132025-09-24T15:59:28.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35142025-09-24T15:59:28.318Z
35152025-09-24T15:59:28.318Zinfo: running `cargo check --bins` on sled-agent-zone-images (161/229)
35162025-09-24T15:59:29.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172025-09-24T15:59:29.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182025-09-24T15:59:29.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192025-09-24T15:59:29.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35202025-09-24T15:59:29.179Z
35212025-09-24T15:59:29.179Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (162/229)
35222025-09-24T15:59:29.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232025-09-24T15:59:29.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242025-09-24T15:59:29.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252025-09-24T15:59:29.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35262025-09-24T15:59:30.057Z
35272025-09-24T15:59:30.057Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (163/229)
35282025-09-24T15:59:30.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292025-09-24T15:59:30.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302025-09-24T15:59:30.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312025-09-24T15:59:30.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35322025-09-24T15:59:30.968Z
35332025-09-24T15:59:30.968Zinfo: running `cargo check --bins` on update-common (164/229)
35342025-09-24T15:59:31.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352025-09-24T15:59:31.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362025-09-24T15:59:31.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372025-09-24T15:59:31.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35382025-09-24T15:59:31.812Z
35392025-09-24T15:59:31.812Zinfo: running `cargo check --bins` on nexus-test-interface (165/229)
35402025-09-24T15:59:32.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412025-09-24T15:59:32.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422025-09-24T15:59:32.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432025-09-24T15:59:32.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35442025-09-24T15:59:32.726Z
35452025-09-24T15:59:32.726Zinfo: running `cargo check --bins` on oximeter-collector (166/229)
35462025-09-24T15:59:33.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472025-09-24T15:59:33.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482025-09-24T15:59:33.652Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35492025-09-24T15:59:33.652Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35502025-09-24T15:59:34.584Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35512025-09-24T15:59:36.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
35522025-09-24T15:59:36.917Z
35532025-09-24T15:59:36.917Zinfo: running `cargo check --bins` on oximeter-api (167/229)
35542025-09-24T15:59:37.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552025-09-24T15:59:37.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562025-09-24T15:59:37.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572025-09-24T15:59:37.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35582025-09-24T15:59:37.740Z
35592025-09-24T15:59:37.741Zinfo: running `cargo check --bins` on cert-dev (168/229)
35602025-09-24T15:59:38.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612025-09-24T15:59:38.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622025-09-24T15:59:38.511Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35632025-09-24T15:59:38.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35642025-09-24T15:59:39.062Z
35652025-09-24T15:59:39.062Zinfo: running `cargo check --bins` on clickana (169/229)
35662025-09-24T15:59:39.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672025-09-24T15:59:39.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682025-09-24T15:59:39.889Z Checking castaway v0.2.3
35692025-09-24T15:59:39.889Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
35702025-09-24T15:59:39.892Z Checking lru v0.12.5
35712025-09-24T15:59:39.892Z Compiling instability v0.3.2
35722025-09-24T15:59:39.892Z Checking unicode-truncate v1.1.0
35732025-09-24T15:59:39.892Z Checking cassowary v0.3.0
35742025-09-24T15:59:39.892Z Compiling indoc v2.0.6
35752025-09-24T15:59:40.187Z Checking compact_str v0.8.0
35762025-09-24T15:59:40.814Z Checking ratatui v0.29.0
35772025-09-24T15:59:41.680Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35782025-09-24T15:59:42.871Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35792025-09-24T15:59:43.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
35802025-09-24T15:59:44.039Z
35812025-09-24T15:59:44.039Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (170/229)
35822025-09-24T15:59:44.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832025-09-24T15:59:44.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842025-09-24T15:59:44.951Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
35852025-09-24T15:59:44.952Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
35862025-09-24T15:59:45.724Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
35872025-09-24T15:59:46.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
35882025-09-24T15:59:46.480Z
35892025-09-24T15:59:46.480Zinfo: running `cargo check --bins` on ch-dev (171/229)
35902025-09-24T15:59:47.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912025-09-24T15:59:47.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922025-09-24T15:59:47.386Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35932025-09-24T15:59:48.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
35942025-09-24T15:59:48.562Z
35952025-09-24T15:59:48.562Zinfo: running `cargo check --bins` on dev-tools-common (172/229)
35962025-09-24T15:59:49.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972025-09-24T15:59:49.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982025-09-24T15:59:49.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992025-09-24T15:59:49.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36002025-09-24T15:59:49.167Z
36012025-09-24T15:59:49.167Zinfo: running `cargo check --bins` on crdb-seed (173/229)
36022025-09-24T15:59:49.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032025-09-24T15:59:49.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042025-09-24T15:59:50.059Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36052025-09-24T15:59:50.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
36062025-09-24T15:59:50.825Z
36072025-09-24T15:59:50.825Zinfo: running `cargo check --bins` on db-dev (174/229)
36082025-09-24T15:59:51.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092025-09-24T15:59:51.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102025-09-24T15:59:51.732Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36112025-09-24T15:59:52.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
36122025-09-24T15:59:52.930Z
36132025-09-24T15:59:52.930Zinfo: running `cargo check --bins` on omicron-dev-lib (175/229)
36142025-09-24T15:59:53.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152025-09-24T15:59:53.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162025-09-24T15:59:53.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172025-09-24T15:59:53.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36182025-09-24T15:59:53.813Z
36192025-09-24T15:59:53.813Zinfo: running `cargo check --bins` on xtask-downloader (176/229)
36202025-09-24T15:59:54.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-09-24T15:59:54.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-09-24T15:59:54.579Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36232025-09-24T15:59:55.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
36242025-09-24T15:59:55.659Z
36252025-09-24T15:59:55.659Zinfo: running `cargo check --bins` on omicron-ls-apis (177/229)
36262025-09-24T15:59:56.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-09-24T15:59:56.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-09-24T15:59:56.434Z Checking typeid v1.0.3
36292025-09-24T15:59:56.553Z Checking ordered-float v2.10.1
36302025-09-24T15:59:56.569Z Checking unicode-xid v0.2.6
36312025-09-24T15:59:56.583Z Checking cargo-platform v0.2.0
36322025-09-24T15:59:56.649Z Checking erased-serde v0.4.6
36332025-09-24T15:59:56.893Z Checking serde-value v0.7.0
36342025-09-24T15:59:57.225Z Checking serde-untagged v0.1.7
36352025-09-24T15:59:57.455Z Checking cargo-util-schemas v0.8.2
36362025-09-24T15:59:58.610Z Checking cargo_metadata v0.21.0
36372025-09-24T15:59:59.631Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36382025-09-24T16:00:00.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
36392025-09-24T16:00:00.703Z
36402025-09-24T16:00:00.703Zinfo: running `cargo check --bins` on mgs-dev (178/229)
36412025-09-24T16:00:01.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422025-09-24T16:00:01.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432025-09-24T16:00:01.647Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36442025-09-24T16:00:02.433Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36452025-09-24T16:00:03.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
36462025-09-24T16:00:03.332Z
36472025-09-24T16:00:03.332Zinfo: running `cargo check --bins` on omicron-omdb (179/229)
36482025-09-24T16:00:04.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492025-09-24T16:00:04.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502025-09-24T16:00:04.487Z Compiling derive_builder_core v0.20.2
36512025-09-24T16:00:04.490Z Compiling vergen-lib v0.1.6
36522025-09-24T16:00:04.490Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36532025-09-24T16:00:04.490Z Compiling vergen v9.0.6
36542025-09-24T16:00:04.669Z Compiling vergen-gitcl v1.0.8
36552025-09-24T16:00:04.682Z Compiling dirs-sys-next v0.1.2
36562025-09-24T16:00:04.686Z Compiling crunchy v0.2.2
36572025-09-24T16:00:04.717Z Compiling dsl_auto_type v0.1.2
36582025-09-24T16:00:05.024Z Compiling dirs-next v2.0.0
36592025-09-24T16:00:05.047Z Checking scheduled-thread-pool v0.2.7
36602025-09-24T16:00:05.071Z Compiling diesel_table_macro_syntax v0.2.0
36612025-09-24T16:00:05.214Z Compiling tiny-keccak v2.0.2
36622025-09-24T16:00:05.264Z Compiling term v0.7.0
36632025-09-24T16:00:05.294Z Checking r2d2 v0.8.10
36642025-09-24T16:00:05.378Z Compiling bit-vec v0.6.3
36652025-09-24T16:00:05.440Z Compiling ena v0.14.3
36662025-09-24T16:00:05.642Z Compiling regex-syntax v0.6.29
36672025-09-24T16:00:05.802Z Compiling ascii-canvas v3.0.0
36682025-09-24T16:00:05.869Z Compiling bit-set v0.5.3
36692025-09-24T16:00:06.076Z Compiling diesel_derives v2.2.3
36702025-09-24T16:00:06.169Z Compiling bindgen v0.71.1
36712025-09-24T16:00:06.288Z Compiling diff v0.1.13
36722025-09-24T16:00:06.343Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
36732025-09-24T16:00:06.458Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36742025-09-24T16:00:06.603Z Compiling derive_builder_macro v0.20.2
36752025-09-24T16:00:06.699Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
36762025-09-24T16:00:06.756Z Compiling libxml v0.3.3
36772025-09-24T16:00:06.851Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36782025-09-24T16:00:07.208Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36792025-09-24T16:00:07.438Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36802025-09-24T16:00:07.487Z Compiling derive_builder v0.20.2
36812025-09-24T16:00:07.714Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36822025-09-24T16:00:07.780Z Compiling strum_macros v0.24.3
36832025-09-24T16:00:08.426Z Compiling indoc v1.0.9
36842025-09-24T16:00:09.353Z Compiling lalrpop v0.19.12
36852025-09-24T16:00:09.840Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36862025-09-24T16:00:10.421Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36872025-09-24T16:00:10.766Z Compiling oso-derive v0.27.3
36882025-09-24T16:00:10.809Z Compiling impl-trait-for-tuples v0.2.2
36892025-09-24T16:00:10.970Z Checking quick-xml v0.37.2
36902025-09-24T16:00:11.801Z Checking maplit v1.0.2
36912025-09-24T16:00:11.917Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36922025-09-24T16:00:11.947Z Compiling diesel-dtrace v0.4.2
36932025-09-24T16:00:12.398Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36942025-09-24T16:00:12.743Z Checking bb8 v0.8.5
36952025-09-24T16:00:13.037Z Checking ignore v0.4.23
36962025-09-24T16:00:13.286Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36972025-09-24T16:00:13.465Z Checking predicates-tree v1.0.12
36982025-09-24T16:00:13.674Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36992025-09-24T16:00:13.710Z Checking rand_seeder v0.4.0
37002025-09-24T16:00:13.801Z Checking globwalk v0.9.1
37012025-09-24T16:00:13.988Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37022025-09-24T16:00:14.069Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37032025-09-24T16:00:14.219Z Checking camino-tempfile-ext v0.3.2
37042025-09-24T16:00:14.255Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37052025-09-24T16:00:14.553Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37062025-09-24T16:00:14.619Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37072025-09-24T16:00:15.453Z Checking console v0.16.0
37082025-09-24T16:00:16.073Z Checking unit-prefix v0.5.1
37092025-09-24T16:00:16.314Z Checking is_ci v1.2.0
37102025-09-24T16:00:16.500Z Checking supports-color v3.0.2
37112025-09-24T16:00:16.535Z Checking indicatif v0.18.0
37122025-09-24T16:00:16.718Z Checking support-bundle-viewer v0.1.2
37132025-09-24T16:00:16.743Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37142025-09-24T16:00:17.100Z Checking diesel v2.2.12
37152025-09-24T16:00:17.126Z Checking multimap v0.10.1
37162025-09-24T16:00:30.594Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37172025-09-24T16:00:31.474Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
37182025-09-24T16:00:32.614Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37192025-09-24T16:00:33.785Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37202025-09-24T16:00:35.742Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37212025-09-24T16:00:35.863Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37222025-09-24T16:00:41.116Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37232025-09-24T16:00:42.376Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37242025-09-24T16:00:44.782Z Compiling samael v0.0.19
37252025-09-24T16:00:46.523Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37262025-09-24T16:00:47.572Z Checking async-bb8-diesel v0.2.1
37272025-09-24T16:00:55.868Z Compiling polar-core v0.27.3
37282025-09-24T16:01:02.908Z Checking oso v0.27.3
37292025-09-24T16:01:43.822Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37302025-09-24T16:02:17.955Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37312025-09-24T16:02:28.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
37322025-09-24T16:02:28.345Z
37332025-09-24T16:02:28.345Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (180/229)
37342025-09-24T16:02:29.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352025-09-24T16:02:29.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362025-09-24T16:02:29.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372025-09-24T16:02:29.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37382025-09-24T16:02:29.253Z
37392025-09-24T16:02:29.253Zinfo: running `cargo check --bins` on nexus-saga-recovery (181/229)
37402025-09-24T16:02:30.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412025-09-24T16:02:30.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422025-09-24T16:02:30.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432025-09-24T16:02:30.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37442025-09-24T16:02:30.164Z
37452025-09-24T16:02:30.164Zinfo: running `cargo check --bins` on nexus-test-utils-macros (182/229)
37462025-09-24T16:02:30.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472025-09-24T16:02:30.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482025-09-24T16:02:30.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492025-09-24T16:02:30.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37502025-09-24T16:02:30.951Z
37512025-09-24T16:02:30.951Zinfo: running `cargo check --bins` on omicron-nexus (183/229)
37522025-09-24T16:02:31.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532025-09-24T16:02:31.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542025-09-24T16:02:32.076Z Compiling libz-sys v1.1.20
37552025-09-24T16:02:32.225Z Compiling libgit2-sys v0.17.0+1.8.1
37562025-09-24T16:02:32.241Z Compiling fs-err v2.11.0
37572025-09-24T16:02:32.244Z Compiling vergen v8.3.2
37582025-09-24T16:02:32.254Z Compiling cargo-platform v0.1.8
37592025-09-24T16:02:32.282Z Compiling rustls v0.21.12
37602025-09-24T16:02:32.285Z Checking parse-size v1.1.0
37612025-09-24T16:02:32.285Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
37622025-09-24T16:02:32.488Z Checking sct v0.7.1
37632025-09-24T16:02:32.598Z Compiling cargo_metadata v0.18.1
37642025-09-24T16:02:32.675Z Checking rustls-webpki v0.101.7
37652025-09-24T16:02:32.724Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37662025-09-24T16:02:32.748Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37672025-09-24T16:02:32.976Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37682025-09-24T16:02:33.054Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
37692025-09-24T16:02:33.086Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37702025-09-24T16:02:33.269Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37712025-09-24T16:02:33.350Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37722025-09-24T16:02:33.455Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37732025-09-24T16:02:34.209Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
37742025-09-24T16:02:34.476Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37752025-09-24T16:02:34.652Z Checking rustls-pemfile v1.0.4
37762025-09-24T16:02:34.721Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37772025-09-24T16:02:34.879Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
37782025-09-24T16:02:35.177Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37792025-09-24T16:02:35.208Z Checking twox-hash v2.1.0
37802025-09-24T16:02:35.464Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37812025-09-24T16:02:35.963Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37822025-09-24T16:02:36.241Z Checking tokio-rustls v0.24.1
37832025-09-24T16:02:36.616Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37842025-09-24T16:02:36.654Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37852025-09-24T16:02:37.270Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37862025-09-24T16:02:37.463Z Checking fatfs v0.3.6
37872025-09-24T16:02:37.584Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
37882025-09-24T16:02:37.712Z Checking assert_matches v1.5.0
37892025-09-24T16:02:43.634Z Compiling git2 v0.19.0
37902025-09-24T16:02:44.341Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
37912025-09-24T16:02:44.499Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
37922025-09-24T16:02:47.929Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37932025-09-24T16:03:51.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
37942025-09-24T16:03:52.256Z
37952025-09-24T16:03:52.256Zinfo: running `cargo check --bins` on nexus-background-task-interface (184/229)
37962025-09-24T16:03:53.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972025-09-24T16:03:53.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982025-09-24T16:03:53.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992025-09-24T16:03:53.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38002025-09-24T16:03:53.124Z
38012025-09-24T16:03:53.124Zinfo: running `cargo check --bins` on nexus-external-api (185/229)
38022025-09-24T16:03:53.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032025-09-24T16:03:53.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042025-09-24T16:03:53.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052025-09-24T16:03:53.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38062025-09-24T16:03:54.026Z
38072025-09-24T16:03:54.026Zinfo: running `cargo check --bins` on nexus-internal-api (186/229)
38082025-09-24T16:03:54.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092025-09-24T16:03:54.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102025-09-24T16:03:54.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112025-09-24T16:03:54.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38122025-09-24T16:03:54.897Z
38132025-09-24T16:03:54.897Zinfo: running `cargo check --bins` on nexus-lockstep-api (187/229)
38142025-09-24T16:03:55.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152025-09-24T16:03:55.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162025-09-24T16:03:55.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172025-09-24T16:03:55.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38182025-09-24T16:03:55.767Z
38192025-09-24T16:03:55.767Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (188/229)
38202025-09-24T16:03:56.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212025-09-24T16:03:56.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222025-09-24T16:03:56.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232025-09-24T16:03:56.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38242025-09-24T16:03:56.667Z
38252025-09-24T16:03:56.668Zinfo: running `cargo check --bins` on nexus-mgs-updates (189/229)
38262025-09-24T16:03:57.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272025-09-24T16:03:57.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282025-09-24T16:03:57.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292025-09-24T16:03:57.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38302025-09-24T16:03:57.543Z
38312025-09-24T16:03:57.544Zinfo: running `cargo check --bins` on nexus-networking (190/229)
38322025-09-24T16:03:58.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332025-09-24T16:03:58.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342025-09-24T16:03:58.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352025-09-24T16:03:58.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
38362025-09-24T16:03:58.447Z
38372025-09-24T16:03:58.447Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (191/229)
38382025-09-24T16:03:59.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392025-09-24T16:03:59.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402025-09-24T16:03:59.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412025-09-24T16:03:59.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38422025-09-24T16:03:59.347Z
38432025-09-24T16:03:59.347Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (192/229)
38442025-09-24T16:04:00.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452025-09-24T16:04:00.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462025-09-24T16:04:00.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472025-09-24T16:04:00.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38482025-09-24T16:04:00.243Z
38492025-09-24T16:04:00.243Zinfo: running `cargo check --bins` on omicron-dev (193/229)
38502025-09-24T16:04:01.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512025-09-24T16:04:01.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522025-09-24T16:04:01.414Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38532025-09-24T16:04:01.417Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38542025-09-24T16:04:01.586Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38552025-09-24T16:04:01.601Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38562025-09-24T16:04:01.616Z Checking diff v0.1.13
38572025-09-24T16:04:01.619Z Checking yansi v1.0.1
38582025-09-24T16:04:01.619Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38592025-09-24T16:04:01.619Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38602025-09-24T16:04:01.831Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38612025-09-24T16:04:02.114Z Checking pretty_assertions v1.4.1
38622025-09-24T16:04:02.981Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38632025-09-24T16:04:33.140Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38642025-09-24T16:04:33.143Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38652025-09-24T16:04:33.143Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38662025-09-24T16:04:33.143Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38672025-09-24T16:04:33.143Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38682025-09-24T16:04:33.143Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38692025-09-24T16:04:33.759Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38702025-09-24T16:04:34.197Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38712025-09-24T16:04:35.604Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38722025-09-24T16:05:30.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
38732025-09-24T16:05:31.126Z
38742025-09-24T16:05:31.126Zinfo: running `cargo check --bins` on openapi-manager (194/229)
38752025-09-24T16:05:31.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762025-09-24T16:05:31.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772025-09-24T16:05:32.076Z Compiling tabled_derive v0.10.0
38782025-09-24T16:05:32.076Z Checking papergrid v0.14.0
38792025-09-24T16:05:32.076Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38802025-09-24T16:05:32.081Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38812025-09-24T16:05:32.230Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38822025-09-24T16:05:32.242Z Checking heck v0.4.1
38832025-09-24T16:05:32.246Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38842025-09-24T16:05:32.246Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38852025-09-24T16:05:32.482Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38862025-09-24T16:05:32.513Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38872025-09-24T16:05:32.621Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38882025-09-24T16:05:32.827Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38892025-09-24T16:05:33.791Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38902025-09-24T16:05:33.860Z Checking tabled v0.18.0
38912025-09-24T16:05:36.742Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38922025-09-24T16:05:38.363Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38932025-09-24T16:05:39.259Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38942025-09-24T16:05:40.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s
38952025-09-24T16:05:41.126Z
38962025-09-24T16:05:41.126Zinfo: running `cargo check --bins` on installinator-api (195/229)
38972025-09-24T16:05:41.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982025-09-24T16:05:41.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992025-09-24T16:05:41.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002025-09-24T16:05:41.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39012025-09-24T16:05:41.957Z
39022025-09-24T16:05:41.957Zinfo: running `cargo check --bins` on ntp-admin-api (196/229)
39032025-09-24T16:05:42.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042025-09-24T16:05:42.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052025-09-24T16:05:42.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062025-09-24T16:05:42.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39072025-09-24T16:05:42.770Z
39082025-09-24T16:05:42.771Zinfo: running `cargo check --bins` on ntp-admin-types (197/229)
39092025-09-24T16:05:43.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102025-09-24T16:05:43.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112025-09-24T16:05:43.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122025-09-24T16:05:43.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39132025-09-24T16:05:43.592Z
39142025-09-24T16:05:43.592Zinfo: running `cargo check --bins` on wicketd-api (198/229)
39152025-09-24T16:05:48.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162025-09-24T16:05:48.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172025-09-24T16:05:48.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182025-09-24T16:05:48.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
39192025-09-24T16:05:48.884Z
39202025-09-24T16:05:48.884Zinfo: running `cargo check --bins` on omicron-pins (199/229)
39212025-09-24T16:05:48.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222025-09-24T16:05:48.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232025-09-24T16:05:48.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242025-09-24T16:05:48.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39252025-09-24T16:05:48.884Z
39262025-09-24T16:05:48.884Zinfo: running `cargo check --bins` on reconfigurator-cli (200/229)
39272025-09-24T16:05:48.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282025-09-24T16:05:48.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292025-09-24T16:05:48.884Z Compiling petname v2.0.2
39302025-09-24T16:05:48.884Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39312025-09-24T16:05:48.884Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39322025-09-24T16:05:48.884Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332025-09-24T16:05:48.885Z Checking sync-ptr v0.1.4
39342025-09-24T16:05:48.885Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39352025-09-24T16:05:48.885Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39362025-09-24T16:05:49.409Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39372025-09-24T16:05:52.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.08s
39382025-09-24T16:05:52.575Z
39392025-09-24T16:05:52.575Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (201/229)
39402025-09-24T16:05:53.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412025-09-24T16:05:53.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422025-09-24T16:05:53.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432025-09-24T16:05:53.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
39442025-09-24T16:05:53.458Z
39452025-09-24T16:05:53.458Zinfo: running `cargo check --bins` on omicron-repl-utils (202/229)
39462025-09-24T16:05:54.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472025-09-24T16:05:54.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482025-09-24T16:05:54.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492025-09-24T16:05:54.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39502025-09-24T16:05:54.246Z
39512025-09-24T16:05:54.246Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (203/229)
39522025-09-24T16:05:55.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532025-09-24T16:05:55.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542025-09-24T16:05:55.215Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
39552025-09-24T16:05:55.220Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39562025-09-24T16:05:55.220Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39572025-09-24T16:06:20.919Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
39582025-09-24T16:06:21.418Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
39592025-09-24T16:06:23.946Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
39602025-09-24T16:06:24.491Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
39612025-09-24T16:06:28.678Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
39622025-09-24T16:06:58.553Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39632025-09-24T16:06:59.370Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39642025-09-24T16:07:01.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
39652025-09-24T16:07:01.727Z
39662025-09-24T16:07:01.728Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (204/229)
39672025-09-24T16:07:02.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682025-09-24T16:07:02.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692025-09-24T16:07:02.632Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
39702025-09-24T16:07:03.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
39712025-09-24T16:07:03.753Z
39722025-09-24T16:07:03.753Zinfo: running `cargo check --bins` on omicron-releng (205/229)
39732025-09-24T16:07:04.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742025-09-24T16:07:04.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752025-09-24T16:07:04.591Z Compiling blake3 v1.5.4
39762025-09-24T16:07:04.594Z Checking memmap2 v0.9.5
39772025-09-24T16:07:04.715Z Checking arrayvec v0.7.6
39782025-09-24T16:07:04.727Z Checking constant_time_eq v0.3.1
39792025-09-24T16:07:04.730Z Checking arrayref v0.3.9
39802025-09-24T16:07:04.757Z Checking topological-sort v0.2.2
39812025-09-24T16:07:04.772Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39822025-09-24T16:07:04.775Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39832025-09-24T16:07:04.865Z Checking shell-words v1.1.0
39842025-09-24T16:07:05.910Z Checking omicron-zone-package v0.12.2
39852025-09-24T16:07:07.073Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39862025-09-24T16:07:08.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
39872025-09-24T16:07:08.454Z
39882025-09-24T16:07:08.455Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (206/229)
39892025-09-24T16:07:09.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902025-09-24T16:07:09.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912025-09-24T16:07:09.291Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39922025-09-24T16:07:09.685Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
39932025-09-24T16:07:10.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
39942025-09-24T16:07:10.431Z
39952025-09-24T16:07:10.431Zinfo: running `cargo check --bins` on xtask (207/229)
39962025-09-24T16:07:11.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972025-09-24T16:07:11.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982025-09-24T16:07:11.041Z Checking bitflags v2.9.1
39992025-09-24T16:07:11.044Z Checking serde v1.0.223
40002025-09-24T16:07:11.140Z Checking zerofrom v0.1.4
40012025-09-24T16:07:11.160Z Checking smallvec v1.15.1
40022025-09-24T16:07:11.168Z Checking hashbrown v0.15.4
40032025-09-24T16:07:11.181Z Checking thiserror v1.0.69
40042025-09-24T16:07:11.194Z Checking serde_json v1.0.145
40052025-09-24T16:07:11.197Z Checking scroll v0.12.0
40062025-09-24T16:07:11.324Z Checking num-traits v0.2.19
40072025-09-24T16:07:11.354Z Checking yoke v0.7.4
40082025-09-24T16:07:11.394Z Checking rustix v0.38.37
40092025-09-24T16:07:11.476Z Checking percent-encoding v2.3.2
40102025-09-24T16:07:11.657Z Checking log v0.4.27
40112025-09-24T16:07:11.704Z Checking zerovec v0.10.4
40122025-09-24T16:07:11.728Z Checking form_urlencoded v1.2.2
40132025-09-24T16:07:11.954Z Checking pest v2.7.14
40142025-09-24T16:07:11.971Z Checking goblin v0.8.2
40152025-09-24T16:07:12.097Z Checking toml_datetime v0.6.11
40162025-09-24T16:07:12.117Z Checking indexmap v2.11.0
40172025-09-24T16:07:12.397Z Checking serde_spanned v0.6.9
40182025-09-24T16:07:12.443Z Checking terminal_size v0.4.0
40192025-09-24T16:07:12.596Z Checking erased-serde v0.4.6
40202025-09-24T16:07:12.621Z Checking zerocopy v0.7.35
40212025-09-24T16:07:12.643Z Checking getrandom v0.3.1
40222025-09-24T16:07:12.807Z Checking ordered-float v2.10.1
40232025-09-24T16:07:12.886Z Checking thiserror v2.0.16
40242025-09-24T16:07:13.059Z Checking syn v2.0.106
40252025-09-24T16:07:13.280Z Checking toml_edit v0.22.27
40262025-09-24T16:07:13.306Z Checking tinystr v0.7.6
40272025-09-24T16:07:13.341Z Checking icu_collections v1.5.0
40282025-09-24T16:07:13.529Z Checking serde-untagged v0.1.7
40292025-09-24T16:07:13.655Z Checking icu_locid v1.5.0
40302025-09-24T16:07:13.805Z Checking serde-value v0.7.0
40312025-09-24T16:07:13.914Z Checking rustix v1.0.7
40322025-09-24T16:07:13.968Z Checking semver v1.0.26
40332025-09-24T16:07:14.241Z Checking once_cell v1.21.3
40342025-09-24T16:07:14.394Z Checking clap_builder v4.5.41
40352025-09-24T16:07:14.415Z Checking dtrace-parser v0.2.0
40362025-09-24T16:07:14.566Z Checking cargo-platform v0.2.0
40372025-09-24T16:07:14.667Z Checking icu_provider v1.5.0
40382025-09-24T16:07:14.908Z Checking textwrap v0.16.2
40392025-09-24T16:07:14.927Z Checking fs-err v3.1.1
40402025-09-24T16:07:15.264Z Checking tabled v0.15.0
40412025-09-24T16:07:15.296Z Checking icu_locid_transform v1.5.0
40422025-09-24T16:07:15.316Z Checking anyhow v1.0.99
40432025-09-24T16:07:15.489Z Checking tempfile v3.20.0
40442025-09-24T16:07:15.694Z Checking macaddr v1.0.1
40452025-09-24T16:07:15.850Z Checking camino-tempfile v1.4.1
40462025-09-24T16:07:15.882Z Checking toml v0.8.23
40472025-09-24T16:07:16.042Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
40482025-09-24T16:07:16.263Z Checking icu_properties v1.5.1
40492025-09-24T16:07:16.478Z Checking cargo_toml v0.21.0
40502025-09-24T16:07:16.827Z Checking dof v0.3.0
40512025-09-24T16:07:17.187Z Checking clap v4.5.41
40522025-09-24T16:07:17.423Z Checking usdt-impl v0.5.0
40532025-09-24T16:07:17.809Z Checking usdt v0.5.0
40542025-09-24T16:07:18.551Z Checking icu_normalizer v1.5.0
40552025-09-24T16:07:19.046Z Checking idna_adapter v1.2.0
40562025-09-24T16:07:19.181Z Checking idna v1.0.3
40572025-09-24T16:07:19.487Z Checking url v2.5.4
40582025-09-24T16:07:19.985Z Checking cargo-util-schemas v0.8.2
40592025-09-24T16:07:21.163Z Checking cargo_metadata v0.21.0
40602025-09-24T16:07:22.160Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
40612025-09-24T16:07:22.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s
40622025-09-24T16:07:22.977Z
40632025-09-24T16:07:22.977Zinfo: running `cargo check --bins` on end-to-end-tests (208/229)
40642025-09-24T16:07:23.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652025-09-24T16:07:23.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662025-09-24T16:07:23.981Z Checking polyval v0.6.2
40672025-09-24T16:07:24.118Z Checking ctr v0.9.2
40682025-09-24T16:07:24.135Z Checking ssh-encoding v0.2.0
40692025-09-24T16:07:24.138Z Checking blowfish v0.9.1
40702025-09-24T16:07:24.166Z Checking password-hash v0.4.2
40712025-09-24T16:07:24.186Z Checking p521 v0.13.3
40722025-09-24T16:07:24.189Z Checking p256 v0.13.2
40732025-09-24T16:07:24.210Z Checking russh-cryptovec v0.7.3
40742025-09-24T16:07:24.356Z Checking ghash v0.5.1
40752025-09-24T16:07:24.382Z Checking bcrypt-pbkdf v0.10.0
40762025-09-24T16:07:24.382Z Checking md5 v0.7.0
40772025-09-24T16:07:24.469Z Checking num-bigint v0.4.6
40782025-09-24T16:07:24.469Z Checking des v0.8.1
40792025-09-24T16:07:24.555Z Checking pbkdf2 v0.11.0
40802025-09-24T16:07:24.580Z Checking aes-gcm v0.10.3
40812025-09-24T16:07:24.659Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40822025-09-24T16:07:24.714Z Checking hex-literal v0.4.1
40832025-09-24T16:07:24.738Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40842025-09-24T16:07:24.761Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40852025-09-24T16:07:24.825Z Checking ssh-cipher v0.2.0
40862025-09-24T16:07:24.856Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40872025-09-24T16:07:24.875Z Checking internet-checksum v0.2.1
40882025-09-24T16:07:25.134Z Checking ssh-key v0.6.6
40892025-09-24T16:07:25.416Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40902025-09-24T16:07:26.244Z Checking russh-keys v0.45.0
40912025-09-24T16:07:27.176Z Checking russh v0.45.0
40922025-09-24T16:07:47.893Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40932025-09-24T16:07:49.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.55s
40942025-09-24T16:07:49.771Z
40952025-09-24T16:07:49.771Zinfo: running `cargo check --bins` on gateway-cli (209/229)
40962025-09-24T16:07:50.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972025-09-24T16:07:50.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982025-09-24T16:07:50.590Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
40992025-09-24T16:07:50.591Z Checking termios v0.3.3
41002025-09-24T16:07:50.594Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41012025-09-24T16:07:52.438Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
41022025-09-24T16:07:55.297Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41032025-09-24T16:07:56.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
41042025-09-24T16:07:56.324Z
41052025-09-24T16:07:56.324Zinfo: running `cargo check --bins --no-default-features` on installinator (210/229)
41062025-09-24T16:07:57.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072025-09-24T16:07:57.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082025-09-24T16:07:57.215Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41092025-09-24T16:07:57.218Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41102025-09-24T16:07:57.357Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
41112025-09-24T16:07:57.371Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41122025-09-24T16:07:57.899Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
41132025-09-24T16:07:57.902Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41142025-09-24T16:07:58.927Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41152025-09-24T16:07:59.156Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41162025-09-24T16:07:59.960Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41172025-09-24T16:08:01.776Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41182025-09-24T16:08:03.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
41192025-09-24T16:08:04.170Z
41202025-09-24T16:08:04.170Zinfo: running `cargo check --bins` on internal-dns-cli (211/229)
41212025-09-24T16:08:04.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222025-09-24T16:08:04.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232025-09-24T16:08:04.988Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
41242025-09-24T16:08:05.578Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41252025-09-24T16:08:05.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41262025-09-24T16:08:06.206Z
41272025-09-24T16:08:06.207Zinfo: running `cargo check --bins` on omicron-live-tests (212/229)
41282025-09-24T16:08:06.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292025-09-24T16:08:06.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302025-09-24T16:08:06.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312025-09-24T16:08:06.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41322025-09-24T16:08:06.997Z
41332025-09-24T16:08:06.997Zinfo: running `cargo check --bins` on live-tests-macros (213/229)
41342025-09-24T16:08:07.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352025-09-24T16:08:07.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362025-09-24T16:08:07.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372025-09-24T16:08:07.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41382025-09-24T16:08:07.787Z
41392025-09-24T16:08:07.787Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (214/229)
41402025-09-24T16:08:08.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412025-09-24T16:08:08.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422025-09-24T16:08:08.739Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41432025-09-24T16:08:09.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
41442025-09-24T16:08:09.744Z
41452025-09-24T16:08:09.744Zinfo: running `cargo check --bins` on omicron-ntp-admin (215/229)
41462025-09-24T16:08:10.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472025-09-24T16:08:10.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482025-09-24T16:08:10.573Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41492025-09-24T16:08:10.573Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41502025-09-24T16:08:10.893Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41512025-09-24T16:08:11.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
41522025-09-24T16:08:12.149Z
41532025-09-24T16:08:12.149Zinfo: running `cargo check --bins` on omicron-package (216/229)
41542025-09-24T16:08:12.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552025-09-24T16:08:12.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562025-09-24T16:08:13.001Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41572025-09-24T16:08:14.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
41582025-09-24T16:08:14.720Z
41592025-09-24T16:08:14.720Zinfo: running `cargo check --bins --no-default-features` on trust-quorum (217/229)
41602025-09-24T16:08:15.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612025-09-24T16:08:15.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622025-09-24T16:08:15.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632025-09-24T16:08:15.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41642025-09-24T16:08:15.556Z
41652025-09-24T16:08:15.556Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (218/229)
41662025-09-24T16:08:16.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672025-09-24T16:08:16.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682025-09-24T16:08:16.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692025-09-24T16:08:16.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41702025-09-24T16:08:16.387Z
41712025-09-24T16:08:16.387Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (219/229)
41722025-09-24T16:08:17.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732025-09-24T16:08:17.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742025-09-24T16:08:17.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41752025-09-24T16:08:17.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41762025-09-24T16:08:17.220Z
41772025-09-24T16:08:17.220Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum (220/229)
41782025-09-24T16:08:17.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792025-09-24T16:08:17.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802025-09-24T16:08:17.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41812025-09-24T16:08:17.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41822025-09-24T16:08:18.068Z
41832025-09-24T16:08:18.068Zinfo: running `cargo check --bins --no-default-features` on gfss (221/229)
41842025-09-24T16:08:18.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852025-09-24T16:08:18.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862025-09-24T16:08:18.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872025-09-24T16:08:18.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41882025-09-24T16:08:18.864Z
41892025-09-24T16:08:18.864Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (222/229)
41902025-09-24T16:08:19.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912025-09-24T16:08:19.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922025-09-24T16:08:19.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932025-09-24T16:08:19.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41942025-09-24T16:08:19.612Z
41952025-09-24T16:08:19.612Zinfo: running `cargo check --bins` on trust-quorum-test-utils (223/229)
41962025-09-24T16:08:20.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972025-09-24T16:08:20.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982025-09-24T16:08:20.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992025-09-24T16:08:20.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42002025-09-24T16:08:20.448Z
42012025-09-24T16:08:20.448Zinfo: running `cargo check --bins` on tqdb (224/229)
42022025-09-24T16:08:21.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032025-09-24T16:08:21.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042025-09-24T16:08:21.416Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42052025-09-24T16:08:21.819Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42062025-09-24T16:08:23.386Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42072025-09-24T16:08:24.273Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42082025-09-24T16:08:25.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
42092025-09-24T16:08:25.263Z
42102025-09-24T16:08:25.263Zinfo: running `cargo check --bins` on wicket-dbg (225/229)
42112025-09-24T16:08:26.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122025-09-24T16:08:26.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132025-09-24T16:08:26.193Z Checking rtoolbox v0.0.2
42142025-09-24T16:08:26.193Z Checking tui-tree-widget v0.23.1
42152025-09-24T16:08:26.197Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42162025-09-24T16:08:26.460Z Checking rpassword v7.4.0
42172025-09-24T16:08:31.149Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42182025-09-24T16:08:34.088Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42192025-09-24T16:08:35.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
42202025-09-24T16:08:35.635Z
42212025-09-24T16:08:35.635Zinfo: running `cargo check --bins` on wicket (226/229)
42222025-09-24T16:08:36.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232025-09-24T16:08:36.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242025-09-24T16:08:36.552Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42252025-09-24T16:08:37.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
42262025-09-24T16:08:37.287Z
42272025-09-24T16:08:37.287Zinfo: running `cargo check --bins` on wicketd (227/229)
42282025-09-24T16:08:38.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292025-09-24T16:08:38.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302025-09-24T16:08:38.228Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42312025-09-24T16:08:42.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
42322025-09-24T16:08:42.718Z
42332025-09-24T16:08:42.718Zinfo: running `cargo check --bins` on omicron-workspace-hack (228/229)
42342025-09-24T16:08:43.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352025-09-24T16:08:43.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362025-09-24T16:08:43.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372025-09-24T16:08:43.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42382025-09-24T16:08:43.508Z
42392025-09-24T16:08:43.508Zinfo: running `cargo check --bins` on zone-setup (229/229)
42402025-09-24T16:08:44.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412025-09-24T16:08:44.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422025-09-24T16:08:44.387Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42432025-09-24T16:08:44.392Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42442025-09-24T16:08:44.392Z Checking uzers v0.12.1
42452025-09-24T16:08:44.758Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
42462025-09-24T16:08:46.482Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42472025-09-24T16:08:48.759Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42482025-09-24T16:08:49.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
42492025-09-24T16:08:50.082Z
42502025-09-24T16:08:50.082Zreal 17:33.494205211
42512025-09-24T16:08:50.082Zuser 35:08.455784283
42522025-09-24T16:08:50.082Zsys 5:43.445283584
42532025-09-24T16:08:50.082Ztrap 0.748510174
42542025-09-24T16:08:50.082Ztflt 0.653191782
42552025-09-24T16:08:50.082Zdflt 1.065386929
42562025-09-24T16:08:50.082Zkflt 0.001128699
42572025-09-24T16:08:50.086Zlock 1:29:50.047001401
42582025-09-24T16:08:50.086Zslp 2:57:23.941945227
42592025-09-24T16:08:50.086Zlat 1:45.985650691
42602025-09-24T16:08:50.086Zstop 5:36.748076920
42612025-09-24T16:08:50.086Zprocess exited: duration 1347879 ms, exit code 0
 
42622025-09-24T16:08:50.094Zfound 0 output files