01K3VTE18SNXRXH446XM58KFP7: 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: 01K3VTX3KZZZ7GQAM6W92R0P9D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-29T21:16:15.062Zjob assigned to worker 01K3VTYEVFEZ15K8374XP8PC7D [factory aws, i-0cf63b417d00f4bb2] (queued for 1 m 46 s)
 
22025-08-29T21:16:23.155Zstarting task 0: "setup"
32025-08-29T21:16:23.160Z++ uname -s
42025-08-29T21:16:23.163Z+ kern=SunOS
52025-08-29T21:16:23.163Z+ build_user=build
62025-08-29T21:16:23.163Z+ build_uid=12345
72025-08-29T21:16:23.163Z+ work_dir=/work
82025-08-29T21:16:23.163Z+ input_dir=/input
92025-08-29T21:16:23.163Z+ [[ 0 == 12345 ]]
102025-08-29T21:16:23.163Z+ case "$kern" in
112025-08-29T21:16:23.163Z+ groupadd -g 12345 build
122025-08-29T21:16:23.163Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-29T21:16:25.171Z+ zfs create -o mountpoint=/work rpool/work
142025-08-29T21:16:25.297Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-29T21:16:25.300Z+ home_fs=zfs
162025-08-29T21:16:25.300Z+ [[ zfs == autofs ]]
172025-08-29T21:16:25.300Z+ mkdir -p /home/build
182025-08-29T21:16:25.303Z+ chown build:build /home/build /work
192025-08-29T21:16:27.304Z+ chmod 0700 /home/build /work
202025-08-29T21:16:27.307Zprocess exited: duration 4155 ms, exit code 0
 
212025-08-29T21:16:27.313Zstarting task 1: "rust-toolchain"
222025-08-29T21:16:27.320Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-08-29T21:16:27.320Z * rust toolchain channel = "1.89.0"
242025-08-29T21:16:27.320Z * rust toolchain profile = "default"
252025-08-29T21:16:27.320Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-08-29T21:16:27.320Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-29T21:16:27.320Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-29T21:16:27.325Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-29T21:16:27.325Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-08-29T21:16:27.438Zinfo: downloading installer
312025-08-29T21:16:28.665Zwarn: It looks like you have an existing installation of Rust at:
322025-08-29T21:16:28.665Zwarn: /opt/ooce/bin
332025-08-29T21:16:28.665Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-29T21:16:28.665Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-29T21:16:28.665Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-29T21:16:28.665Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-29T21:16:28.665Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-29T21:16:28.665Zerror: cannot install while Rust is installed
392025-08-29T21:16:28.665Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-29T21:16:28.679Zinfo: profile set to 'default'
412025-08-29T21:16:28.679Zinfo: default host triple is x86_64-unknown-illumos
422025-08-29T21:16:28.683Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-08-29T21:16:28.864Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-08-29T21:16:28.865Zinfo: downloading component 'cargo'
452025-08-29T21:16:29.658Zinfo: downloading component 'clippy'
462025-08-29T21:16:30.037Zinfo: downloading component 'rust-docs'
472025-08-29T21:16:31.243Zinfo: downloading component 'rust-std'
482025-08-29T21:16:32.909Zinfo: downloading component 'rustc'
492025-08-29T21:16:38.908Zinfo: downloading component 'rustfmt'
502025-08-29T21:16:39.180Zinfo: installing component 'cargo'
512025-08-29T21:16:40.074Zinfo: installing component 'clippy'
522025-08-29T21:16:40.500Zinfo: installing component 'rust-docs'
532025-08-29T21:16:42.345Zinfo: installing component 'rust-std'
542025-08-29T21:16:44.294Zinfo: installing component 'rustc'
552025-08-29T21:16:50.905Zinfo: installing component 'rustfmt'
562025-08-29T21:16:51.247Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-08-29T21:16:51.247Z
582025-08-29T21:16:51.679Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-08-29T21:16:51.679Z
602025-08-29T21:16:51.683Z
612025-08-29T21:16:51.683ZRust is installed now. Great!
622025-08-29T21:16:51.683Z
632025-08-29T21:16:51.683ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-29T21:16:51.683Zenvironment variable. This has not been done automatically.
652025-08-29T21:16:51.683Z
662025-08-29T21:16:51.683ZTo configure your current shell, you need to source
672025-08-29T21:16:51.683Zthe corresponding env file under $HOME/.cargo.
682025-08-29T21:16:51.683Z
692025-08-29T21:16:51.683ZThis is usually done by running one of the following (note the leading DOT):
702025-08-29T21:16:51.683Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-29T21:16:51.683Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-29T21:16:51.683Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-29T21:16:51.769Z+ rustup --version
742025-08-29T21:16:51.780Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-29T21:16:51.783Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-29T21:16:51.907Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-08-29T21:16:51.913Z+ cargo --version
782025-08-29T21:16:52.000Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-08-29T21:16:52.004Z+ rustc --version
802025-08-29T21:16:52.079Zrustc 1.89.0 (29483883e 2025-08-04)
812025-08-29T21:16:52.083Zprocess exited: duration 24766 ms, exit code 0
 
822025-08-29T21:16:52.090Zstarting task 2: "authentication"
832025-08-29T21:16:52.113Zprocess exited: duration 22 ms, exit code 0
 
842025-08-29T21:16:52.120Zstarting task 3: "clone repository"
852025-08-29T21:16:52.125Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-29T21:16:52.128Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-29T21:16:52.170ZCloning into '/work/oxidecomputer/omicron'...
882025-08-29T21:17:01.044Z+ cd /work/oxidecomputer/omicron
892025-08-29T21:17:01.044Z+ git fetch origin faa0b5dd4876562ad3e689afb749854959d29129
902025-08-29T21:17:01.381ZFrom https://github.com/oxidecomputer/omicron
912025-08-29T21:17:01.381Z * branch faa0b5dd4876562ad3e689afb749854959d29129 -> FETCH_HEAD
922025-08-29T21:17:01.396Z+ [[ -n db_metadata_nexus_records ]]
932025-08-29T21:17:01.397Z++ git branch --show-current
942025-08-29T21:17:01.397Z+ current=main
952025-08-29T21:17:01.397Z+ [[ main != db_metadata_nexus_records ]]
962025-08-29T21:17:01.397Z+ git branch -f db_metadata_nexus_records faa0b5dd4876562ad3e689afb749854959d29129
972025-08-29T21:17:01.398Z+ git checkout -f db_metadata_nexus_records
982025-08-29T21:17:01.642ZSwitched to branch 'db_metadata_nexus_records'
992025-08-29T21:17:01.656Z+ git reset --hard faa0b5dd4876562ad3e689afb749854959d29129
1002025-08-29T21:17:01.902ZHEAD is now at faa0b5dd4 non-fatal step, executioncomponent order
1012025-08-29T21:17:01.923Zprocess exited: duration 9772 ms, exit code 0
 
1022025-08-29T21:17:01.966Zstarting task 4: "build"
1032025-08-29T21:17:01.984Z+ source .github/buildomat/ci-env.sh
1042025-08-29T21:17:01.984Z++ export CARGO_TERM_COLOR=always
1052025-08-29T21:17:01.985Z++ CARGO_TERM_COLOR=always
1062025-08-29T21:17:01.985Z+ cargo --version
1072025-08-29T21:17:02.031Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-08-29T21:17:02.040Z+ rustc --version
1092025-08-29T21:17:02.113Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-08-29T21:17:02.156Z+ source ./env.sh
1112025-08-29T21:17:02.156Z++ OLD_SHELL_OPTS=ehxB
1122025-08-29T21:17:02.156Z++ set -o xtrace
1132025-08-29T21:17:02.156Z++++ dirname ./env.sh
1142025-08-29T21:17:02.156Z+++ readlink -f .
1152025-08-29T21:17:02.156Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-08-29T21:17:02.156Z++ 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-08-29T21:17:02.157Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-08-29T21:17:02.157Z++ 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-08-29T21:17:02.157Z++ 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-08-29T21:17:02.157Z++ 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-08-29T21:17:02.158Z++ 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-08-29T21:17:02.158Z++ 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-08-29T21:17:02.158Z++ 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-08-29T21:17:02.158Z++ case $OLD_SHELL_OPTS in
1252025-08-29T21:17:02.158Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-08-29T21:17:02.158Z+ 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-08-29T21:17:02.158Z+ 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-08-29T21:17:02.158Z+ banner prerequisites
1292025-08-29T21:17:02.159Z
1302025-08-29T21:17:02.159Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-08-29T21:17:02.159Z # # # # # # # # # # # # # # #
1322025-08-29T21:17:02.159Z # # # # ##### # # ##### # # # # # #### #
1332025-08-29T21:17:02.159Z ##### ##### # ##### # # # # # # # # #
1342025-08-29T21:17:02.159Z # # # # # # # # # # # # # # #
1352025-08-29T21:17:02.159Z # # # ###### # # ###### ### # #### # #### #
1362025-08-29T21:17:02.160Z
1372025-08-29T21:17:02.160Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-08-29T21:17:38.361Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-08-29T21:17:45.792Z Startup: Caching catalogs ... Done
1402025-08-29T21:17:52.078ZPlanning: Solver setup ... Done (4.965s)
1412025-08-29T21:17:52.126ZPlanning: Running solver ... Done (0.048s)
1422025-08-29T21:17:52.226ZPlanning: Finding local manifests ... Done (0.003s)
1432025-08-29T21:17:52.254ZPlanning: Fetching manifests: 0/4 0% complete
1442025-08-29T21:17:52.407ZPlanning: Fetching manifests: 4/4 100% complete
1452025-08-29T21:17:52.454ZPlanning: Package planning ... Done (0.050s)
1462025-08-29T21:17:52.506ZPlanning: Merging actions ... Done (0.052s)
1472025-08-29T21:17:52.798ZPlanning: Checking for conflicting actions ... Done (0.291s)
1482025-08-29T21:17:52.809ZPlanning: Consolidating action changes ... Done (0.011s)
1492025-08-29T21:17:54.025ZPlanning: Evaluating mediators ... Done (1.214s)
1502025-08-29T21:17:54.034ZPlanning: Planning completed in 8.11 seconds
1512025-08-29T21:17:54.050Z Packages to install: 4
1522025-08-29T21:17:54.050Z Mediators to change: 2
1532025-08-29T21:17:54.053Z Services to change: 1
1542025-08-29T21:17:54.053Z Estimated space available: 155.50 GB
1552025-08-29T21:17:54.053ZEstimated space to be consumed: 1.71 GB
1562025-08-29T21:17:54.053Z Create boot environment: No
1572025-08-29T21:17:54.053ZCreate backup boot environment: No
1582025-08-29T21:17:54.053Z Rebuild boot archive: No
1592025-08-29T21:17:54.053Z
1602025-08-29T21:17:54.053ZChanged mediators:
1612025-08-29T21:17:54.053Z mediator clang:
1622025-08-29T21:17:54.054Z version: None -> 15 (system default)
1632025-08-29T21:17:54.054Z
1642025-08-29T21:17:54.054Z mediator llvm:
1652025-08-29T21:17:54.054Z version: 14 (system default) -> 15 (system default)
1662025-08-29T21:17:54.054Z
1672025-08-29T21:17:54.054ZChanged packages:
1682025-08-29T21:17:54.054Zhelios-dev
1692025-08-29T21:17:54.054Z developer/build-essential
1702025-08-29T21:17:54.054Z None -> 11-2.0
1712025-08-29T21:17:54.054Z library/libxmlsec1
1722025-08-29T21:17:54.054Z None -> 1.2.35-2.0
1732025-08-29T21:17:54.054Z ooce/developer/clang-15
1742025-08-29T21:17:54.054Z None -> 15.0.7-2.0
1752025-08-29T21:17:54.054Z ooce/developer/llvm-15
1762025-08-29T21:17:54.054Z None -> 15.0.7-2.0
1772025-08-29T21:17:54.054Z
1782025-08-29T21:17:54.054ZServices:
1792025-08-29T21:17:54.054Z restart_fmri:
1802025-08-29T21:17:54.054Z svc:/system/update-man-index:default
1812025-08-29T21:17:54.105Z
1822025-08-29T21:17:54.105ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-08-29T21:18:01.537ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (30.1M/s)
1842025-08-29T21:18:06.538ZDownload: 2897/3290 items 121.2/212.6MB 56% complete (4.0M/s)
1852025-08-29T21:18:12.523ZDownload: 3283/3290 items 210.4/212.6MB 98% complete (14.6M/s)
1862025-08-29T21:18:12.554ZDownload: Completed 212.60 MB in 18.45 seconds (11.5M/s)
1872025-08-29T21:18:13.158Z Actions: 1/3689 actions (Installing new actions)
1882025-08-29T21:18:17.693Z Actions: Completed 3689 actions in 4.53 seconds.
1892025-08-29T21:18:18.054Z Done (0.358s)
1902025-08-29T21:18:18.054Z Done (0.000s)
1912025-08-29T21:18:18.926Z Done (0.872s)
1922025-08-29T21:18:23.665Z Done (4.425s)
1932025-08-29T21:18:23.756Z Done (0.020s)
1942025-08-29T21:18:23.759Z Done (0.000s)
1952025-08-29T21:18:23.925Z Done (0.000s)
1962025-08-29T21:18:24.771ZPlanning: Evaluating mediator changes ... Done
1972025-08-29T21:18:24.932ZPlanning: Checking for conflicting actions ... Done
1982025-08-29T21:18:24.938ZPlanning: Consolidating action changes ... Done
1992025-08-29T21:18:25.222ZPlanning: Evaluating mediators ... Done
2002025-08-29T21:18:25.231ZPlanning: Planning completed in 0.44 seconds
2012025-08-29T21:18:25.247Z Mediators to change: 2
2022025-08-29T21:18:25.247Z Create boot environment: No
2032025-08-29T21:18:25.250ZCreate backup boot environment: No
2042025-08-29T21:18:25.319Z Done
2052025-08-29T21:18:25.319Z Done
2062025-08-29T21:18:25.926Z Done
2072025-08-29T21:18:29.631Z Done
2082025-08-29T21:18:29.717Z Done
2092025-08-29T21:18:29.723Z Done
2102025-08-29T21:18:29.879Z Done
2112025-08-29T21:18:30.507ZPlanning: Evaluating mediator changes ... Done
2122025-08-29T21:18:30.510ZPlanning: Merging actions ... Done
2132025-08-29T21:18:30.704ZPlanning: Checking for conflicting actions ... Done
2142025-08-29T21:18:30.707ZPlanning: Consolidating action changes ... Done
2152025-08-29T21:18:31.006ZPlanning: Evaluating mediators ... Done
2162025-08-29T21:18:31.075ZPlanning: Planning completed in 0.82 seconds
2172025-08-29T21:18:31.113Z Packages to change: 1
2182025-08-29T21:18:31.113Z Mediators to change: 1
2192025-08-29T21:18:31.113Z Services to change: 1
2202025-08-29T21:18:31.119Z Create boot environment: No
2212025-08-29T21:18:31.119ZCreate backup boot environment: Yes
2222025-08-29T21:18:33.545Z Actions: 1/6 actions (Updating modified actions)
2232025-08-29T21:18:33.551Z Actions: Completed 6 actions in 0.00 seconds.
2242025-08-29T21:18:33.551Z Done
2252025-08-29T21:18:33.551Z Done
2262025-08-29T21:18:33.726Z Done
2272025-08-29T21:18:37.470Z Done
2282025-08-29T21:18:37.559Z Done
2292025-08-29T21:18:37.562Z Done
2302025-08-29T21:18:37.718Z Done
2312025-08-29T21:18:38.164ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-08-29T21:18:38.164Zclang system 15 system
2332025-08-29T21:18:38.164Zcsh system system illumos
2342025-08-29T21:18:38.164Zctags system system illumos
2352025-08-29T21:18:38.164Zfile system system illumos
2362025-08-29T21:18:38.164Zgcc vendor 12 vendor
2372025-08-29T21:18:38.165Zgcc system 10 system
2382025-08-29T21:18:38.165Zgcc system 7 system
2392025-08-29T21:18:38.165Zgo system 1.20 system
2402025-08-29T21:18:38.165Zgo system 1.19 system
2412025-08-29T21:18:38.165Zllvm system 15 system
2422025-08-29T21:18:38.165Zllvm system 14 system
2432025-08-29T21:18:38.165Zmariadb system 10.6 system
2442025-08-29T21:18:38.165Zmta vendor vendor dma
2452025-08-29T21:18:38.165Zopenjdk system 17 system
2462025-08-29T21:18:38.165Zopenjdk system 11 system
2472025-08-29T21:18:38.165Zopenjdk system 1.8 system
2482025-08-29T21:18:38.165Zopenssl vendor 3 vendor
2492025-08-29T21:18:38.165Zperl system 5.36 system
2502025-08-29T21:18:38.165Zpostgresql system 15 system
2512025-08-29T21:18:38.165Zpostgresql system 13 system
2522025-08-29T21:18:38.165Zpython vendor 3 vendor
2532025-08-29T21:18:38.165Zpython system 2 system
2542025-08-29T21:18:38.165Zpython3 system 3.11 system
2552025-08-29T21:18:38.165Zruby system 3.0 system
2562025-08-29T21:18:38.165Zwords vendor vendor american-english
2572025-08-29T21:18:38.165Zwords system system australian-english
2582025-08-29T21:18:38.165Zwords system system british-english
2592025-08-29T21:18:38.165Zwords system system canadian-english
2602025-08-29T21:18:38.165Zwords system system french
2612025-08-29T21:18:38.165Zwords system system italian
2622025-08-29T21:18:38.165Zwords system system ngerman
2632025-08-29T21:18:38.165Zwords system system ogerman
2642025-08-29T21:18:38.165Zwords system system spanish
2652025-08-29T21:18:38.504ZPUBLISHER TYPE STATUS P LOCATION
2662025-08-29T21:18:38.505Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-08-29T21:18:43.307ZFMRI IFO
2682025-08-29T21:18:43.307Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-08-29T21:18:43.307Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-08-29T21:18:43.308Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-08-29T21:18:43.308Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-08-29T21:18:43.308Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-08-29T21:18:43.308Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742025-08-29T21:18:43.308Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-08-29T21:18:43.308Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762025-08-29T21:18:43.308Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-08-29T21:18:43.308Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-08-29T21:18:43.308Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792025-08-29T21:18:43.308Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-08-29T21:18:43.308Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-08-29T21:18:43.308Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822025-08-29T21:18:43.308Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-08-29T21:18:43.308Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-08-29T21:18:44.378Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-08-29T21:18:44.640Z Updating crates.io index
2862025-08-29T21:18:44.696Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872025-08-29T21:18:44.976Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-08-29T21:18:45.571Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892025-08-29T21:18:45.802Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902025-08-29T21:18:46.076Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912025-08-29T21:18:46.382Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-08-29T21:18:47.552Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932025-08-29T21:18:49.596Z Updating git repository `https://github.com/oxidecomputer/opte`
2942025-08-29T21:18:50.800Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952025-08-29T21:18:51.442Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962025-08-29T21:18:51.693Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972025-08-29T21:18:51.994Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982025-08-29T21:18:52.664Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992025-08-29T21:18:53.125Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002025-08-29T21:18:53.592Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012025-08-29T21:18:53.863Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022025-08-29T21:18:54.179Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-08-29T21:18:54.379Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-08-29T21:18:54.615Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-08-29T21:18:54.850Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-08-29T21:18:55.161Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072025-08-29T21:18:55.559Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082025-08-29T21:18:55.853Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092025-08-29T21:18:56.236Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102025-08-29T21:18:56.680Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3112025-08-29T21:18:57.044Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122025-08-29T21:18:57.377Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132025-08-29T21:18:57.620Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142025-08-29T21:18:58.116Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152025-08-29T21:18:58.581Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162025-08-29T21:18:58.683Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172025-08-29T21:18:58.990Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182025-08-29T21:19:07.886Z Updating git repository `https://github.com/illumos/smf-rs`
3192025-08-29T21:19:09.126Z Downloading crates ...
3202025-08-29T21:19:09.178Z Downloaded camino-tempfile v1.4.1
3212025-08-29T21:19:09.183Z Downloaded anstream v0.6.18
3222025-08-29T21:19:09.188Z Downloaded generic-array v0.14.7
3232025-08-29T21:19:09.193Z Downloaded icu_locid_transform v1.5.0
3242025-08-29T21:19:09.193Z Downloaded percent-encoding v2.3.1
3252025-08-29T21:19:09.198Z Downloaded heck v0.5.0
3262025-08-29T21:19:09.198Z Downloaded clap_derive v4.5.41
3272025-08-29T21:19:09.198Z Downloaded anstyle-query v1.1.1
3282025-08-29T21:19:09.203Z Downloaded autocfg v1.4.0
3292025-08-29T21:19:09.203Z Downloaded cargo_toml v0.21.0
3302025-08-29T21:19:09.207Z Downloaded write16 v1.0.0
3312025-08-29T21:19:09.213Z Downloaded unicode-linebreak v0.1.5
3322025-08-29T21:19:09.219Z Downloaded clap_lex v0.7.4
3332025-08-29T21:19:09.219Z Downloaded usdt-attr-macro v0.5.0
3342025-08-29T21:19:09.219Z Downloaded typenum v1.17.0
3352025-08-29T21:19:09.224Z Downloaded toml_datetime v0.6.11
3362025-08-29T21:19:09.225Z Downloaded utf16_iter v1.0.5
3372025-08-29T21:19:09.225Z Downloaded usdt-macro v0.5.0
3382025-08-29T21:19:09.225Z Downloaded anstyle v1.0.11
3392025-08-29T21:19:09.225Z Downloaded usdt-impl v0.5.0
3402025-08-29T21:19:09.228Z Downloaded bytecount v0.6.8
3412025-08-29T21:19:09.228Z Downloaded toml_write v0.1.2
3422025-08-29T21:19:09.228Z Downloaded yoke-derive v0.7.4
3432025-08-29T21:19:09.228Z Downloaded ordered-float v2.10.1
3442025-08-29T21:19:09.231Z Downloaded zerofrom v0.1.4
3452025-08-29T21:19:09.231Z Downloaded is_terminal_polyfill v1.70.1
3462025-08-29T21:19:09.235Z Downloaded tinystr v0.7.6
3472025-08-29T21:19:09.235Z Downloaded zerofrom-derive v0.1.4
3482025-08-29T21:19:09.235Z Downloaded usdt v0.5.0
3492025-08-29T21:19:09.238Z Downloaded unicode-xid v0.2.6
3502025-08-29T21:19:09.238Z Downloaded papergrid v0.11.0
3512025-08-29T21:19:09.244Z Downloaded crypto-common v0.1.6
3522025-08-29T21:19:09.655Z Downloaded writeable v0.5.5
3532025-08-29T21:19:09.655Z Downloaded terminal_size v0.4.0
3542025-08-29T21:19:09.655Z Downloaded version_check v0.9.5
3552025-08-29T21:19:09.655Z Downloaded ucd-trie v0.1.7
3562025-08-29T21:19:09.659Z Downloaded erased-serde v0.4.6
3572025-08-29T21:19:09.659Z Downloaded zerovec-derive v0.10.3
3582025-08-29T21:19:09.659Z Downloaded yoke v0.7.4
3592025-08-29T21:19:09.659Z Downloaded typeid v1.0.3
3602025-08-29T21:19:09.659Z Downloaded thiserror v1.0.69
3612025-08-29T21:19:09.659Z Downloaded url v2.5.4
3622025-08-29T21:19:09.659Z Downloaded dof v0.3.0
3632025-08-29T21:19:09.659Z Downloaded zerocopy-derive v0.7.35
3642025-08-29T21:19:09.659Z Downloaded utf8parse v0.2.2
3652025-08-29T21:19:09.659Z Downloaded num-traits v0.2.19
3662025-08-29T21:19:09.660Z Downloaded pest_generator v2.7.14
3672025-08-29T21:19:09.660Z Downloaded textwrap v0.16.2
3682025-08-29T21:19:09.660Z Downloaded form_urlencoded v1.2.1
3692025-08-29T21:19:09.660Z Downloaded serde-value v0.7.0
3702025-08-29T21:19:09.660Z Downloaded fs-err v3.1.1
3712025-08-29T21:19:09.660Z Downloaded memmap v0.7.0
3722025-08-29T21:19:09.660Z Downloaded unicode-ident v1.0.18
3732025-08-29T21:19:09.660Z Downloaded zerovec v0.10.4
3742025-08-29T21:19:09.660Z Downloaded scroll_derive v0.12.0
3752025-08-29T21:19:09.660Z Downloaded fnv v1.0.7
3762025-08-29T21:19:09.660Z Downloaded dtrace-parser v0.2.0
3772025-08-29T21:19:09.660Z Downloaded zerocopy v0.7.35
3782025-08-29T21:19:09.660Z Downloaded swrite v0.1.0
3792025-08-29T21:19:09.660Z Downloaded winnow v0.7.10
3802025-08-29T21:19:09.660Z Downloaded unicode-width v0.2.0
3812025-08-29T21:19:09.660Z Downloaded digest v0.10.7
3822025-08-29T21:19:09.660Z Downloaded serde_tokenstream v0.2.2
3832025-08-29T21:19:09.660Z Downloaded byteorder v1.5.0
3842025-08-29T21:19:09.660Z Downloaded unicode-width v0.1.14
3852025-08-29T21:19:09.660Z Downloaded stable_deref_trait v1.2.0
3862025-08-29T21:19:09.660Z Downloaded plain v0.2.3
3872025-08-29T21:19:09.660Z Downloaded errno v0.3.12
3882025-08-29T21:19:09.660Z Downloaded proc-macro-error-attr v1.0.4
3892025-08-29T21:19:09.660Z Downloaded macaddr v1.0.1
3902025-08-29T21:19:09.660Z Downloaded litemap v0.7.3
3912025-08-29T21:19:09.660Z Downloaded serde-untagged v0.1.7
3922025-08-29T21:19:09.660Z Downloaded block-buffer v0.10.4
3932025-08-29T21:19:09.660Z Downloaded cpufeatures v0.2.14
3942025-08-29T21:19:09.660Z Downloaded cargo-platform v0.2.0
3952025-08-29T21:19:09.660Z Downloaded serde v1.0.219
3962025-08-29T21:19:09.660Z Downloaded thiserror-impl v1.0.69
3972025-08-29T21:19:09.660Z Downloaded cfg-if v1.0.1
3982025-08-29T21:19:09.660Z Downloaded serde_spanned v0.6.9
3992025-08-29T21:19:09.660Z Downloaded pretty-hex v0.4.1
4002025-08-29T21:19:09.661Z Downloaded itoa v1.0.11
4012025-08-29T21:19:09.661Z Downloaded scroll v0.12.0
4022025-08-29T21:19:09.661Z Downloaded synstructure v0.13.1
4032025-08-29T21:19:09.661Z Downloaded icu_provider v1.5.0
4042025-08-29T21:19:09.661Z Downloaded icu_normalizer v1.5.0
4052025-08-29T21:19:09.661Z Downloaded strsim v0.11.1
4062025-08-29T21:19:09.661Z Downloaded sha2 v0.10.9
4072025-08-29T21:19:09.661Z Downloaded icu_collections v1.5.0
4082025-08-29T21:19:09.661Z Downloaded smallvec v1.15.1
4092025-08-29T21:19:09.661Z Downloaded fastrand v2.1.1
4102025-08-29T21:19:09.661Z Downloaded once_cell v1.21.3
4112025-08-29T21:19:09.661Z Downloaded displaydoc v0.2.5
4122025-08-29T21:19:09.661Z Downloaded thiserror v2.0.12
4132025-08-29T21:19:09.661Z Downloaded icu_locid v1.5.0
4142025-08-29T21:19:09.661Z Downloaded proc-macro2 v1.0.95
4152025-08-29T21:19:09.661Z Downloaded bitflags v2.9.1
4162025-08-29T21:19:09.661Z Downloaded icu_normalizer_data v1.5.0
4172025-08-29T21:19:09.661Z Downloaded getrandom v0.3.1
4182025-08-29T21:19:09.661Z Downloaded smawk v0.3.2
4192025-08-29T21:19:09.661Z Downloaded tempfile v3.20.0
4202025-08-29T21:19:09.661Z Downloaded cargo_metadata v0.21.0
4212025-08-29T21:19:09.661Z Downloaded pest_meta v2.7.14
4222025-08-29T21:19:09.661Z Downloaded icu_locid_transform_data v1.5.0
4232025-08-29T21:19:09.661Z Downloaded serde_derive v1.0.219
4242025-08-29T21:19:09.661Z Downloaded camino v1.1.11
4252025-08-29T21:19:09.661Z Downloaded memchr v2.7.4
4262025-08-29T21:19:09.661Z Downloaded ryu v1.0.18
4272025-08-29T21:19:09.661Z Downloaded clap v4.5.41
4282025-08-29T21:19:09.661Z Downloaded log v0.4.27
4292025-08-29T21:19:09.661Z Downloaded idna v1.0.3
4302025-08-29T21:19:09.661Z Downloaded indexmap v2.10.0
4312025-08-29T21:19:09.661Z Downloaded semver v1.0.26
4322025-08-29T21:19:09.661Z Downloaded quote v1.0.40
4332025-08-29T21:19:09.661Z Downloaded clap_builder v4.5.41
4342025-08-29T21:19:09.661Z Downloaded proc-macro-error v1.0.4
4352025-08-29T21:19:09.661Z Downloaded pest_derive v2.7.14
4362025-08-29T21:19:09.661Z Downloaded idna_adapter v1.2.0
4372025-08-29T21:19:09.662Z Downloaded heck v0.4.1
4382025-08-29T21:19:09.662Z Downloaded pest v2.7.14
4392025-08-29T21:19:09.662Z Downloaded hashbrown v0.15.4
4402025-08-29T21:19:09.662Z Downloaded colorchoice v1.0.2
4412025-08-29T21:19:09.662Z Downloaded equivalent v1.0.2
4422025-08-29T21:19:09.662Z Downloaded thread-id v4.2.2
4432025-08-29T21:19:09.662Z Downloaded serde_json v1.0.142
4442025-08-29T21:19:09.662Z Downloaded icu_properties v1.5.1
4452025-08-29T21:19:09.662Z Downloaded utf8_iter v1.0.4
4462025-08-29T21:19:09.662Z Downloaded toml v0.8.23
4472025-08-29T21:19:09.662Z Downloaded icu_provider_macros v1.5.0
4482025-08-29T21:19:09.662Z Downloaded goblin v0.8.2
4492025-08-29T21:19:09.662Z Downloaded cargo-util-schemas v0.8.2
4502025-08-29T21:19:09.662Z Downloaded tabled v0.15.0
4512025-08-29T21:19:09.662Z Downloaded anyhow v1.0.99
4522025-08-29T21:19:09.662Z Downloaded icu_properties_data v1.5.0
4532025-08-29T21:19:09.662Z Downloaded syn v1.0.109
4542025-08-29T21:19:09.662Z Downloaded thiserror-impl v2.0.12
4552025-08-29T21:19:09.662Z Downloaded tabled_derive v0.7.0
4562025-08-29T21:19:09.666Z Downloaded anstyle-parse v0.2.5
4572025-08-29T21:19:09.666Z Downloaded rustix v0.38.37
4582025-08-29T21:19:09.666Z Downloaded toml_edit v0.22.27
4592025-08-29T21:19:09.666Z Downloaded syn v2.0.104
4602025-08-29T21:19:09.666Z Downloaded rustix v1.0.7
4612025-08-29T21:19:09.666Z Downloaded libc v0.2.174
4622025-08-29T21:19:09.666Z Compiling proc-macro2 v1.0.95
4632025-08-29T21:19:09.666Z Compiling unicode-ident v1.0.18
4642025-08-29T21:19:09.666Z Compiling serde v1.0.219
4652025-08-29T21:19:09.666Z Compiling version_check v0.9.5
4662025-08-29T21:19:09.666Z Compiling libc v0.2.174
4672025-08-29T21:19:09.666Z Compiling memchr v2.7.4
4682025-08-29T21:19:09.869Z Compiling thiserror v1.0.69
4692025-08-29T21:19:09.873Z Compiling stable_deref_trait v1.2.0
4702025-08-29T21:19:10.024Z Compiling itoa v1.0.11
4712025-08-29T21:19:10.113Z Compiling autocfg v1.4.0
4722025-08-29T21:19:10.277Z Compiling ucd-trie v0.1.7
4732025-08-29T21:19:10.587Z Compiling litemap v0.7.3
4742025-08-29T21:19:10.633Z Compiling ryu v1.0.18
4752025-08-29T21:19:10.789Z Compiling writeable v0.5.5
4762025-08-29T21:19:10.942Z Compiling once_cell v1.21.3
4772025-08-29T21:19:10.967Z Compiling icu_locid_transform_data v1.5.0
4782025-08-29T21:19:11.015Z Compiling byteorder v1.5.0
4792025-08-29T21:19:11.080Z Compiling bitflags v2.9.1
4802025-08-29T21:19:11.350Z Compiling icu_properties_data v1.5.0
4812025-08-29T21:19:11.485Z Compiling serde_json v1.0.142
4822025-08-29T21:19:11.916Z Compiling num-traits v0.2.19
4832025-08-29T21:19:11.920Z Compiling rustix v0.38.37
4842025-08-29T21:19:11.920Z Compiling equivalent v1.0.2
4852025-08-29T21:19:11.920Z Compiling hashbrown v0.15.4
4862025-08-29T21:19:11.920Z Compiling quote v1.0.40
4872025-08-29T21:19:11.920Z Compiling errno v0.3.12
4882025-08-29T21:19:11.946Z Compiling smallvec v1.15.1
4892025-08-29T21:19:12.025Z Compiling utf16_iter v1.0.5
4902025-08-29T21:19:12.143Z Compiling utf8_iter v1.0.4
4912025-08-29T21:19:12.166Z Compiling write16 v1.0.0
4922025-08-29T21:19:12.215Z Compiling syn v2.0.104
4932025-08-29T21:19:12.254Z Compiling icu_normalizer_data v1.5.0
4942025-08-29T21:19:12.312Z Compiling typeid v1.0.3
4952025-08-29T21:19:12.457Z Compiling proc-macro-error-attr v1.0.4
4962025-08-29T21:19:12.477Z Compiling usdt-impl v0.5.0
4972025-08-29T21:19:12.500Z Compiling winnow v0.7.10
4982025-08-29T21:19:12.744Z Compiling indexmap v2.10.0
4992025-08-29T21:19:12.831Z Compiling toml_write v0.1.2
5002025-08-29T21:19:12.856Z Compiling syn v1.0.109
5012025-08-29T21:19:13.088Z Compiling thread-id v4.2.2
5022025-08-29T21:19:13.224Z Compiling proc-macro-error v1.0.4
5032025-08-29T21:19:13.250Z Compiling camino v1.1.11
5042025-08-29T21:19:13.551Z Compiling rustix v1.0.7
5052025-08-29T21:19:13.577Z Compiling plain v0.2.3
5062025-08-29T21:19:13.778Z Compiling log v0.4.27
5072025-08-29T21:19:13.905Z Compiling utf8parse v0.2.2
5082025-08-29T21:19:14.105Z Compiling percent-encoding v2.3.1
5092025-08-29T21:19:14.110Z Compiling getrandom v0.3.1
5102025-08-29T21:19:14.158Z Compiling semver v1.0.26
5112025-08-29T21:19:14.280Z Compiling thiserror v2.0.12
5122025-08-29T21:19:14.424Z Compiling form_urlencoded v1.2.1
5132025-08-29T21:19:14.727Z Compiling terminal_size v0.4.0
5142025-08-29T21:19:14.758Z Compiling anstyle-parse v0.2.5
5152025-08-29T21:19:14.800Z Compiling ordered-float v2.10.1
5162025-08-29T21:19:15.111Z Compiling cfg-if v1.0.1
5172025-08-29T21:19:15.224Z Compiling anstyle v1.0.11
5182025-08-29T21:19:15.276Z Compiling is_terminal_polyfill v1.70.1
5192025-08-29T21:19:15.359Z Compiling pretty-hex v0.4.1
5202025-08-29T21:19:15.464Z Compiling colorchoice v1.0.2
5212025-08-29T21:19:15.476Z Compiling anstyle-query v1.1.1
5222025-08-29T21:19:15.657Z Compiling anstream v0.6.18
5232025-08-29T21:19:15.920Z Compiling fs-err v3.1.1
5242025-08-29T21:19:15.947Z Compiling unicode-xid v0.2.6
5252025-08-29T21:19:16.018Z Compiling bytecount v0.6.8
5262025-08-29T21:19:16.245Z Compiling strsim v0.11.1
5272025-08-29T21:19:16.269Z Compiling fnv v1.0.7
5282025-08-29T21:19:16.300Z Compiling unicode-width v0.1.14
5292025-08-29T21:19:16.426Z Compiling fastrand v2.1.1
5302025-08-29T21:19:16.551Z Compiling clap_lex v0.7.4
5312025-08-29T21:19:16.844Z Compiling heck v0.4.1
5322025-08-29T21:19:16.956Z Compiling heck v0.5.0
5332025-08-29T21:19:16.968Z Compiling anyhow v1.0.99
5342025-08-29T21:19:16.983Z Compiling clap_builder v4.5.41
5352025-08-29T21:19:17.715Z Compiling tempfile v3.20.0
5362025-08-29T21:19:17.723Z Compiling papergrid v0.11.0
5372025-08-29T21:19:18.204Z Compiling memmap v0.7.0
5382025-08-29T21:19:18.263Z Compiling unicode-width v0.2.0
5392025-08-29T21:19:18.322Z Compiling smawk v0.3.2
5402025-08-29T21:19:18.539Z Compiling unicode-linebreak v0.1.5
5412025-08-29T21:19:18.832Z Compiling synstructure v0.13.1
5422025-08-29T21:19:19.046Z Compiling textwrap v0.16.2
5432025-08-29T21:19:19.930Z Compiling swrite v0.1.0
5442025-08-29T21:19:20.032Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5452025-08-29T21:19:20.113Z Compiling tabled_derive v0.7.0
5462025-08-29T21:19:21.363Z Compiling serde_derive v1.0.219
5472025-08-29T21:19:21.363Z Compiling zerofrom-derive v0.1.4
5482025-08-29T21:19:21.366Z Compiling yoke-derive v0.7.4
5492025-08-29T21:19:21.506Z Compiling thiserror-impl v1.0.69
5502025-08-29T21:19:21.769Z Compiling zerovec-derive v0.10.3
5512025-08-29T21:19:21.951Z Compiling displaydoc v0.2.5
5522025-08-29T21:19:23.029Z Compiling icu_provider_macros v1.5.0
5532025-08-29T21:19:23.489Z Compiling zerocopy-derive v0.7.35
5542025-08-29T21:19:24.026Z Compiling scroll_derive v0.12.0
5552025-08-29T21:19:24.505Z Compiling thiserror-impl v2.0.12
5562025-08-29T21:19:24.508Z Compiling clap_derive v4.5.41
5572025-08-29T21:19:24.543Z Compiling pest v2.7.14
5582025-08-29T21:19:24.828Z Compiling zerofrom v0.1.4
5592025-08-29T21:19:25.070Z Compiling yoke v0.7.4
5602025-08-29T21:19:25.385Z Compiling zerovec v0.10.4
5612025-08-29T21:19:25.410Z Compiling zerocopy v0.7.35
5622025-08-29T21:19:25.436Z Compiling scroll v0.12.0
5632025-08-29T21:19:25.994Z Compiling goblin v0.8.2
5642025-08-29T21:19:26.403Z Compiling tabled v0.15.0
5652025-08-29T21:19:27.216Z Compiling tinystr v0.7.6
5662025-08-29T21:19:27.380Z Compiling pest_meta v2.7.14
5672025-08-29T21:19:27.455Z Compiling icu_collections v1.5.0
5682025-08-29T21:19:27.647Z Compiling icu_locid v1.5.0
5692025-08-29T21:19:28.572Z Compiling clap v4.5.41
5702025-08-29T21:19:28.749Z Compiling pest_generator v2.7.14
5712025-08-29T21:19:28.773Z Compiling icu_provider v1.5.0
5722025-08-29T21:19:30.025Z Compiling icu_locid_transform v1.5.0
5732025-08-29T21:19:30.974Z Compiling icu_properties v1.5.1
5742025-08-29T21:19:31.070Z Compiling pest_derive v2.7.14
5752025-08-29T21:19:31.753Z Compiling dtrace-parser v0.2.0
5762025-08-29T21:19:33.053Z Compiling toml_datetime v0.6.11
5772025-08-29T21:19:33.053Z Compiling serde_spanned v0.6.9
5782025-08-29T21:19:33.058Z Compiling erased-serde v0.4.6
5792025-08-29T21:19:33.342Z Compiling serde_tokenstream v0.2.2
5802025-08-29T21:19:33.395Z Compiling serde-value v0.7.0
5812025-08-29T21:19:33.564Z Compiling toml_edit v0.22.27
5822025-08-29T21:19:34.003Z Compiling cargo-platform v0.2.0
5832025-08-29T21:19:34.218Z Compiling serde-untagged v0.1.7
5842025-08-29T21:19:34.250Z Compiling camino-tempfile v1.4.1
5852025-08-29T21:19:34.559Z Compiling icu_normalizer v1.5.0
5862025-08-29T21:19:34.613Z Compiling macaddr v1.0.1
5872025-08-29T21:19:34.735Z Compiling dof v0.3.0
5882025-08-29T21:19:35.429Z Compiling idna_adapter v1.2.0
5892025-08-29T21:19:35.680Z Compiling idna v1.0.3
5902025-08-29T21:19:36.258Z Compiling url v2.5.4
5912025-08-29T21:19:36.479Z Compiling usdt-attr-macro v0.5.0
5922025-08-29T21:19:36.493Z Compiling usdt-macro v0.5.0
5932025-08-29T21:19:36.740Z Compiling toml v0.8.23
5942025-08-29T21:19:37.519Z Compiling usdt v0.5.0
5952025-08-29T21:19:37.587Z Compiling cargo-util-schemas v0.8.2
5962025-08-29T21:19:37.587Z Compiling cargo_toml v0.21.0
5972025-08-29T21:19:39.164Z Compiling cargo_metadata v0.21.0
5982025-08-29T21:19:40.986Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992025-08-29T21:19:44.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
6002025-08-29T21:19:44.738Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012025-08-29T21:19:45.440Z Downloading crates ...
6022025-08-29T21:19:45.582Z Downloaded addr2line v0.24.2
6032025-08-29T21:19:45.587Z Downloaded atomic-waker v1.1.2
6042025-08-29T21:19:45.604Z Downloaded crossbeam-utils v0.8.21
6052025-08-29T21:19:45.607Z Downloaded aho-corasick v1.1.3
6062025-08-29T21:19:45.613Z Downloaded heapless v0.7.17
6072025-08-29T21:19:45.622Z Downloaded highway v1.3.0
6082025-08-29T21:19:45.625Z Downloaded async-recursion v1.1.1
6092025-08-29T21:19:45.629Z Downloaded predicates-tree v1.0.12
6102025-08-29T21:19:45.629Z Downloaded hmac v0.12.1
6112025-08-29T21:19:45.633Z Downloaded headers-core v0.3.0
6122025-08-29T21:19:45.633Z Downloaded half v1.8.3
6132025-08-29T21:19:45.636Z Downloaded bit-vec v0.8.0
6142025-08-29T21:19:45.640Z Downloaded hickory-resolver v0.25.2
6152025-08-29T21:19:45.643Z Downloaded globwalk v0.9.1
6162025-08-29T21:19:45.647Z Downloaded buf-list v1.0.3
6172025-08-29T21:19:45.650Z Downloaded bit-set v0.5.3
6182025-08-29T21:19:45.650Z Downloaded backoff v0.4.0
6192025-08-29T21:19:45.654Z Downloaded atomicwrites v0.4.4
6202025-08-29T21:19:45.657Z Downloaded h2 v0.4.6
6212025-08-29T21:19:45.661Z Downloaded bcs v0.1.6
6222025-08-29T21:19:45.666Z Downloaded async-stream v0.3.6
6232025-08-29T21:19:45.669Z Downloaded hyper-staticfile v0.10.1
6242025-08-29T21:19:45.669Z Downloaded group v0.13.0
6252025-08-29T21:19:45.673Z Downloaded base64 v0.13.1
6262025-08-29T21:19:45.677Z Downloaded ciborium-io v0.2.2
6272025-08-29T21:19:45.680Z Downloaded bit-vec v0.6.3
6282025-08-29T21:19:45.684Z Downloaded bit-set v0.8.0
6292025-08-29T21:19:45.684Z Downloaded assert_matches v1.5.0
6302025-08-29T21:19:45.687Z Downloaded cassowary v0.3.0
6312025-08-29T21:19:45.691Z Downloaded hyper-tls v0.6.0
6322025-08-29T21:19:45.691Z Downloaded arrayref v0.3.9
6332025-08-29T21:19:45.694Z Downloaded block-padding v0.3.3
6342025-08-29T21:19:45.697Z Downloaded async-stream-impl v0.3.6
6352025-08-29T21:19:45.697Z Downloaded aead v0.5.2
6362025-08-29T21:19:45.701Z Downloaded humantime v2.2.0
6372025-08-29T21:19:45.701Z Downloaded hex v0.4.3
6382025-08-29T21:19:45.706Z Downloaded cfg_aliases v0.2.1
6392025-08-29T21:19:45.713Z Downloaded cargo-platform v0.1.8
6402025-08-29T21:19:45.713Z Downloaded blowfish v0.9.1
6412025-08-29T21:19:45.713Z Downloaded indoc v2.0.6
6422025-08-29T21:19:45.716Z Downloaded constant_time_eq v0.3.1
6432025-08-29T21:19:45.716Z Downloaded ident_case v1.0.1
6442025-08-29T21:19:45.719Z Downloaded hickory-proto v0.24.4
6452025-08-29T21:19:45.735Z Downloaded linked-hash-map v0.5.6
6462025-08-29T21:19:45.740Z Downloaded is_ci v1.2.0
6472025-08-29T21:19:45.740Z Downloaded internet-checksum v0.2.1
6482025-08-29T21:19:45.740Z Downloaded instant v0.1.13
6492025-08-29T21:19:45.744Z Downloaded hubpack_derive v0.1.1
6502025-08-29T21:19:45.744Z Downloaded lazycell v1.3.0
6512025-08-29T21:19:45.744Z Downloaded cipher v0.4.4
6522025-08-29T21:19:45.744Z Downloaded convert_case v0.7.1
6532025-08-29T21:19:45.747Z Downloaded libsw-core v0.3.1
6542025-08-29T21:19:45.750Z Downloaded ingot-macros v0.1.1
6552025-08-29T21:19:45.756Z Downloaded cmake v0.1.51
6562025-08-29T21:19:45.760Z Downloaded libz-rs-sys v0.5.1
6572025-08-29T21:19:45.760Z Downloaded kstat-rs v0.2.4
6582025-08-29T21:19:45.760Z Downloaded is-terminal v0.4.13
6592025-08-29T21:19:45.760Z Downloaded crc v3.2.1
6602025-08-29T21:19:45.764Z Downloaded slog-bunyan v2.5.0
6612025-08-29T21:19:45.769Z Downloaded siphasher v0.3.11
6622025-08-29T21:19:45.769Z Downloaded libefi-sys v0.1.0
6632025-08-29T21:19:46.175Z Downloaded lru v0.12.5
6642025-08-29T21:19:46.175Z Downloaded lazy_static v1.5.0
6652025-08-29T21:19:46.175Z Downloaded instability v0.3.2
6662025-08-29T21:19:46.179Z Downloaded serde-big-array v0.5.1
6672025-08-29T21:19:46.179Z Downloaded libscf-sys v1.1.0
6682025-08-29T21:19:46.179Z Downloaded cbc v0.1.2
6692025-08-29T21:19:46.179Z Downloaded rand_xorshift v0.4.0
6702025-08-29T21:19:46.179Z Downloaded chacha20 v0.9.1
6712025-08-29T21:19:46.179Z Downloaded critical-section v1.1.3
6722025-08-29T21:19:46.179Z Downloaded progenitor-macro v0.9.1
6732025-08-29T21:19:46.179Z Downloaded progenitor v0.8.0
6742025-08-29T21:19:46.179Z Downloaded hyper-rustls v0.27.7
6752025-08-29T21:19:46.179Z Downloaded sqlparser_derive v0.2.2
6762025-08-29T21:19:46.179Z Downloaded shell-words v1.1.0
6772025-08-29T21:19:46.179Z Downloaded httpdate v1.0.3
6782025-08-29T21:19:46.179Z Downloaded ppv-lite86 v0.2.20
6792025-08-29T21:19:46.179Z Downloaded half v2.4.1
6802025-08-29T21:19:46.179Z Downloaded lru-cache v0.1.2
6812025-08-29T21:19:46.179Z Downloaded libloading v0.8.5
6822025-08-29T21:19:46.179Z Downloaded httparse v1.9.5
6832025-08-29T21:19:46.179Z Downloaded tinyvec_macros v0.1.1
6842025-08-29T21:19:46.179Z Downloaded tower-layer v0.3.3
6852025-08-29T21:19:46.179Z Downloaded rand_core v0.6.4
6862025-08-29T21:19:46.179Z Downloaded proc-macro-error-attr2 v2.0.0
6872025-08-29T21:19:46.179Z Downloaded spki v0.7.3
6882025-08-29T21:19:46.179Z Downloaded rustls-pemfile v2.2.0
6892025-08-29T21:19:46.179Z Downloaded rusty-fork v0.3.0
6902025-08-29T21:19:46.179Z Downloaded zone_cfg_derive v0.1.2
6912025-08-29T21:19:46.179Z Downloaded zone v0.1.8
6922025-08-29T21:19:46.179Z Downloaded void v1.0.2
6932025-08-29T21:19:46.179Z Downloaded untrusted v0.7.1
6942025-08-29T21:19:46.180Z Downloaded serde_spanned v1.0.0
6952025-08-29T21:19:46.180Z Downloaded serde_repr v0.1.19
6962025-08-29T21:19:46.180Z Downloaded serde-hex v0.1.0
6972025-08-29T21:19:46.180Z Downloaded tls_codec v0.4.1
6982025-08-29T21:19:46.180Z Downloaded snafu-derive v0.8.5
6992025-08-29T21:19:46.180Z Downloaded dirs-next v2.0.0
7002025-08-29T21:19:46.180Z Downloaded crunchy v0.2.2
7012025-08-29T21:19:46.180Z Downloaded indicatif v0.17.11
7022025-08-29T21:19:46.180Z Downloaded float-ord v0.3.2
7032025-08-29T21:19:46.180Z Downloaded unicase v2.7.0
7042025-08-29T21:19:46.180Z Downloaded const-oid v0.9.6
7052025-08-29T21:19:46.180Z Downloaded fxhash v0.2.1
7062025-08-29T21:19:46.180Z Downloaded tokio-macros v2.5.0
7072025-08-29T21:19:46.180Z Downloaded sqlformat v0.3.5
7082025-08-29T21:19:46.180Z Downloaded gethostname v0.5.0
7092025-08-29T21:19:46.180Z Downloaded tls_codec_derive v0.4.1
7102025-08-29T21:19:46.180Z Downloaded clang-sys v1.8.1
7112025-08-29T21:19:46.181Z Downloaded parse-size v1.1.0
7122025-08-29T21:19:46.181Z Downloaded tiny-keccak v2.0.2
7132025-08-29T21:19:46.181Z Downloaded termcolor v1.4.1
7142025-08-29T21:19:46.181Z Downloaded difflib v0.4.0
7152025-08-29T21:19:46.181Z Downloaded oso-derive v0.27.3
7162025-08-29T21:19:46.181Z Downloaded russh-keys v0.45.0
7172025-08-29T21:19:46.181Z Downloaded diesel-dtrace v0.4.2
7182025-08-29T21:19:46.181Z Downloaded daft v0.1.4
7192025-08-29T21:19:46.181Z Downloaded parse-display v0.10.0
7202025-08-29T21:19:46.181Z Downloaded foldhash v0.1.5
7212025-08-29T21:19:46.181Z Downloaded float-cmp v0.10.0
7222025-08-29T21:19:46.181Z Downloaded ron v0.8.1
7232025-08-29T21:19:46.181Z Downloaded hickory-resolver v0.24.4
7242025-08-29T21:19:46.181Z Downloaded rustc_version v0.1.7
7252025-08-29T21:19:46.181Z Downloaded hkdf v0.12.4
7262025-08-29T21:19:46.181Z Downloaded zone v0.3.1
7272025-08-29T21:19:46.181Z Downloaded strum_macros v0.27.1
7282025-08-29T21:19:46.181Z Downloaded postcard v1.0.10
7292025-08-29T21:19:46.181Z Downloaded jiff-static v0.2.15
7302025-08-29T21:19:46.181Z Downloaded num_enum_derive v0.5.11
7312025-08-29T21:19:46.181Z Downloaded parse-display-derive v0.10.0
7322025-08-29T21:19:46.181Z Downloaded backtrace v0.3.74
7332025-08-29T21:19:46.181Z Downloaded signal-hook-tokio v0.3.1
7342025-08-29T21:19:46.181Z Downloaded phf_shared v0.11.2
7352025-08-29T21:19:46.181Z Downloaded phf v0.12.1
7362025-08-29T21:19:46.181Z Downloaded sync_wrapper v1.0.1
7372025-08-29T21:19:46.181Z Downloaded proc-macro-crate v1.3.1
7382025-08-29T21:19:46.181Z Downloaded polyval v0.6.2
7392025-08-29T21:19:46.181Z Downloaded sync-ptr v0.1.4
7402025-08-29T21:19:46.181Z Downloaded hyper-util v0.1.16
7412025-08-29T21:19:46.181Z Downloaded typify-macro v0.2.0
7422025-08-29T21:19:46.181Z Downloaded unit-prefix v0.5.1
7432025-08-29T21:19:46.181Z Downloaded tracing-attributes v0.1.27
7442025-08-29T21:19:46.181Z Downloaded similar v2.7.0
7452025-08-29T21:19:46.182Z Downloaded cstr-argument v0.1.2
7462025-08-29T21:19:46.182Z Downloaded indicatif v0.18.0
7472025-08-29T21:19:46.182Z Downloaded rustls-pemfile v1.0.4
7482025-08-29T21:19:46.182Z Downloaded pem-rfc7468 v0.7.0
7492025-08-29T21:19:46.182Z Downloaded parking_lot_core v0.9.10
7502025-08-29T21:19:46.182Z Downloaded derive_builder_macro v0.20.2
7512025-08-29T21:19:46.182Z Downloaded dyn-clone v1.0.20
7522025-08-29T21:19:46.182Z Downloaded phf v0.11.2
7532025-08-29T21:19:46.182Z Downloaded dunce v1.0.5
7542025-08-29T21:19:46.182Z Downloaded topological-sort v0.2.2
7552025-08-29T21:19:46.182Z Downloaded foreign-types v0.3.2
7562025-08-29T21:19:46.182Z Downloaded vte_generate_state_changes v0.1.2
7572025-08-29T21:19:46.182Z Downloaded endian-type v0.1.2
7582025-08-29T21:19:46.183Z Downloaded universal-hash v0.5.1
7592025-08-29T21:19:46.183Z Downloaded semver v0.1.20
7602025-08-29T21:19:46.183Z Downloaded tinyvec v1.8.0
7612025-08-29T21:19:46.183Z Downloaded xz2 v0.1.7
7622025-08-29T21:19:46.183Z Downloaded prefix-trie v0.7.0
7632025-08-29T21:19:46.183Z Downloaded path-slash v0.1.5
7642025-08-29T21:19:46.183Z Downloaded normalize-line-endings v0.3.0
7652025-08-29T21:19:46.183Z Downloaded supports-color v3.0.2
7662025-08-29T21:19:46.187Z Downloaded diesel_derives v2.2.3
7672025-08-29T21:19:46.187Z Downloaded newtype_derive v0.1.6
7682025-08-29T21:19:46.187Z Downloaded precomputed-hash v0.1.1
7692025-08-29T21:19:46.187Z Downloaded flume v0.11.1
7702025-08-29T21:19:46.187Z Downloaded ghash v0.5.1
7712025-08-29T21:19:46.187Z Downloaded futures-macro v0.3.31
7722025-08-29T21:19:46.188Z Downloaded futures-io v0.3.31
7732025-08-29T21:19:46.188Z Downloaded poly1305 v0.8.0
7742025-08-29T21:19:46.188Z Downloaded miniz_oxide v0.8.5
7752025-08-29T21:19:46.188Z Downloaded peg-runtime v0.8.5
7762025-08-29T21:19:46.188Z Downloaded const_format v0.2.34
7772025-08-29T21:19:46.188Z Downloaded nanorand v0.7.0
7782025-08-29T21:19:46.188Z Downloaded derive_builder_core v0.20.2
7792025-08-29T21:19:46.188Z Downloaded nodrop v0.1.14
7802025-08-29T21:19:46.188Z Downloaded libxml v0.3.3
7812025-08-29T21:19:46.188Z Downloaded time-core v0.1.2
7822025-08-29T21:19:46.188Z Downloaded aes v0.8.4
7832025-08-29T21:19:46.188Z Downloaded try-lock v0.2.5
7842025-08-29T21:19:46.188Z Downloaded slog-envlogger v2.2.0
7852025-08-29T21:19:46.188Z Downloaded ecdsa v0.16.9
7862025-08-29T21:19:46.188Z Downloaded getrandom v0.2.15
7872025-08-29T21:19:46.188Z Downloaded nibble_vec v0.1.0
7882025-08-29T21:19:46.188Z Downloaded newtype-uuid v1.2.4
7892025-08-29T21:19:46.188Z Downloaded subtle v2.6.1
7902025-08-29T21:19:46.188Z Downloaded xshell-macros v0.2.7
7912025-08-29T21:19:46.188Z Downloaded toml_parser v1.0.2
7922025-08-29T21:19:46.188Z Downloaded oso v0.27.3
7932025-08-29T21:19:46.188Z Downloaded sha1 v0.10.6
7942025-08-29T21:19:46.188Z Downloaded rtoolbox v0.0.2
7952025-08-29T21:19:46.188Z Downloaded schemars v0.8.22
7962025-08-29T21:19:46.188Z Downloaded openssl-probe v0.1.5
7972025-08-29T21:19:46.188Z Downloaded md5 v0.7.0
7982025-08-29T21:19:46.188Z Downloaded match_cfg v0.1.0
7992025-08-29T21:19:46.188Z Downloaded thread_local v1.1.8
8002025-08-29T21:19:46.188Z Downloaded slog-scope v4.4.0
8012025-08-29T21:19:46.188Z Downloaded slog-json v2.6.1
8022025-08-29T21:19:46.188Z Downloaded scrypt v0.11.0
8032025-08-29T21:19:46.188Z Downloaded rfc6979 v0.4.0
8042025-08-29T21:19:46.188Z Downloaded predicates v3.1.3
8052025-08-29T21:19:46.189Z Downloaded pin-utils v0.1.0
8062025-08-29T21:19:46.189Z Downloaded pkcs1 v0.7.5
8072025-08-29T21:19:46.189Z Downloaded libm v0.2.8
8082025-08-29T21:19:46.189Z Downloaded sigpipe v0.1.3
8092025-08-29T21:19:46.189Z Downloaded zeroize_derive v1.4.2
8102025-08-29T21:19:46.189Z Downloaded ssh-encoding v0.2.0
8112025-08-29T21:19:46.189Z Downloaded zeroize v1.8.1
8122025-08-29T21:19:46.189Z Downloaded peg-macros v0.8.5
8132025-08-29T21:19:46.189Z Downloaded enum-as-inner v0.6.1
8142025-08-29T21:19:46.189Z Downloaded progenitor-impl v0.8.0
8152025-08-29T21:19:46.189Z Downloaded either v1.15.0
8162025-08-29T21:19:46.189Z Downloaded zip v0.6.6
8172025-08-29T21:19:46.195Z Downloaded fixedbitset v0.4.2
8182025-08-29T21:19:46.195Z Downloaded maplit v1.0.2
8192025-08-29T21:19:46.195Z Downloaded md-5 v0.10.6
8202025-08-29T21:19:46.200Z Downloaded maybe-uninit v2.0.0
8212025-08-29T21:19:46.200Z Downloaded filetime v0.2.25
8222025-08-29T21:19:46.206Z Downloaded iri-string v0.7.8
8232025-08-29T21:19:46.210Z Downloaded opaque-debug v0.3.1
8242025-08-29T21:19:46.210Z Downloaded pkg-config v0.3.31
8252025-08-29T21:19:46.215Z Downloaded newline-converter v0.3.0
8262025-08-29T21:19:46.215Z Downloaded predicates-core v1.0.8
8272025-08-29T21:19:46.220Z Downloaded twox-hash v2.1.0
8282025-08-29T21:19:46.220Z Downloaded simd-adler32 v0.3.7
8292025-08-29T21:19:46.225Z Downloaded itertools v0.13.0
8302025-08-29T21:19:46.229Z Downloaded pretty-hex v0.2.1
8312025-08-29T21:19:46.232Z Downloaded derive_builder v0.20.2
8322025-08-29T21:19:46.236Z Downloaded time-macros v0.2.18
8332025-08-29T21:19:46.245Z Downloaded unicode-truncate v1.1.0
8342025-08-29T21:19:46.253Z Downloaded thiserror-no-std v2.0.2
8352025-08-29T21:19:46.253Z Downloaded russh-cryptovec v0.7.3
8362025-08-29T21:19:46.253Z Downloaded tokio-native-tls v0.3.1
8372025-08-29T21:19:46.257Z Downloaded defmt-macros v0.3.9
8382025-08-29T21:19:46.257Z Downloaded itertools v0.14.0
8392025-08-29T21:19:46.265Z Downloaded rustc-hash v1.1.0
8402025-08-29T21:19:46.271Z Downloaded waitgroup v0.1.2
8412025-08-29T21:19:46.271Z Downloaded debug-ignore v1.0.5
8422025-08-29T21:19:46.280Z Downloaded data-encoding v2.9.0
8432025-08-29T21:19:46.280Z Downloaded fallible-iterator v0.2.0
8442025-08-29T21:19:46.280Z Downloaded ena v0.14.3
8452025-08-29T21:19:46.285Z Downloaded curve25519-dalek-derive v0.1.1
8462025-08-29T21:19:46.285Z Downloaded embedded-io v0.4.0
8472025-08-29T21:19:46.285Z Downloaded darling_macro v0.21.0
8482025-08-29T21:19:46.285Z Downloaded embedded-io v0.6.1
8492025-08-29T21:19:46.285Z Downloaded pin-project-lite v0.2.14
8502025-08-29T21:19:46.291Z Downloaded phf_shared v0.12.1
8512025-08-29T21:19:46.295Z Downloaded pin-project-internal v1.1.6
8522025-08-29T21:19:46.295Z Downloaded progenitor-client v0.9.1
8532025-08-29T21:19:46.295Z Downloaded openssl-macros v0.1.1
8542025-08-29T21:19:46.301Z Downloaded tower v0.5.2
8552025-08-29T21:19:46.307Z Downloaded scopeguard v1.2.0
8562025-08-29T21:19:46.310Z Downloaded scheduled-thread-pool v0.2.7
8572025-08-29T21:19:46.310Z Downloaded ctr v0.9.2
8582025-08-29T21:19:46.315Z Downloaded want v0.3.1
8592025-08-29T21:19:46.318Z Downloaded rustyline v14.0.0
8602025-08-29T21:19:46.322Z Downloaded darling_macro v0.20.10
8612025-08-29T21:19:46.325Z Downloaded rustc_version v0.4.1
8622025-08-29T21:19:46.325Z Downloaded quinn v0.11.5
8632025-08-29T21:19:46.329Z Downloaded number_prefix v0.4.0
8642025-08-29T21:19:46.334Z Downloaded typify-macro v0.4.1
8652025-08-29T21:19:46.334Z Downloaded rcgen v0.12.1
8662025-08-29T21:19:46.337Z Downloaded mime v0.3.17
8672025-08-29T21:19:46.340Z Downloaded display-error-chain v0.2.2
8682025-08-29T21:19:46.340Z Downloaded dirs-sys-next v0.1.2
8692025-08-29T21:19:46.343Z Downloaded derive_more v2.0.1
8702025-08-29T21:19:46.352Z Downloaded strum v0.26.3
8712025-08-29T21:19:46.355Z Downloaded memoffset v0.9.1
8722025-08-29T21:19:46.358Z Downloaded slog-async v2.8.0
8732025-08-29T21:19:46.358Z Downloaded rustls-pki-types v1.10.0
8742025-08-29T21:19:46.363Z Downloaded futures-executor v0.3.31
8752025-08-29T21:19:46.367Z Downloaded foreign-types-shared v0.1.1
8762025-08-29T21:19:46.367Z Downloaded termtree v0.5.1
8772025-08-29T21:19:46.371Z Downloaded slab v0.4.9
8782025-08-29T21:19:46.371Z Downloaded radium v0.7.0
8792025-08-29T21:19:46.371Z Downloaded progenitor-client v0.8.0
8802025-08-29T21:19:46.374Z Downloaded fatfs v0.3.6
8812025-08-29T21:19:46.378Z Downloaded foreign-types-macros v0.2.3
8822025-08-29T21:19:46.383Z Downloaded sqlparser v0.45.0
8832025-08-29T21:19:46.386Z Downloaded progenitor v0.9.1
8842025-08-29T21:19:46.386Z Downloaded packed_struct_codegen v0.10.1
8852025-08-29T21:19:46.389Z Downloaded foreign-types-shared v0.3.1
8862025-08-29T21:19:46.389Z Downloaded quinn-udp v0.5.5
8872025-08-29T21:19:46.393Z Downloaded pin-project v1.1.6
8882025-08-29T21:19:46.404Z Downloaded owo-colors v4.2.2
8892025-08-29T21:19:46.409Z Downloaded oxnet v0.1.3
8902025-08-29T21:19:46.412Z Downloaded oxide-tokio-rt v0.1.2
8912025-08-29T21:19:46.412Z Downloaded take_mut v0.2.2
8922025-08-29T21:19:46.415Z Downloaded num-derive v0.4.2
8932025-08-29T21:19:46.418Z Downloaded fs_extra v1.3.0
8942025-08-29T21:19:46.419Z Downloaded rayon-core v1.12.1
8952025-08-29T21:19:46.424Z Downloaded darling_core v0.20.10
8962025-08-29T21:19:46.465Z Downloaded pbkdf2 v0.11.0
8972025-08-29T21:19:46.465Z Downloaded pbkdf2 v0.12.2
8982025-08-29T21:19:46.465Z Downloaded progenitor v0.10.0
8992025-08-29T21:19:46.465Z Downloaded serde_path_to_error v0.1.17
9002025-08-29T21:19:46.465Z Downloaded thiserror-impl-no-std v2.0.2
9012025-08-29T21:19:46.465Z Downloaded unicode-properties v0.1.3
9022025-08-29T21:19:46.465Z Downloaded wyz v0.5.1
9032025-08-29T21:19:46.465Z Downloaded which v4.4.2
9042025-08-29T21:19:46.465Z Downloaded num-conv v0.1.0
9052025-08-29T21:19:46.466Z Downloaded fs-err v2.11.0
9062025-08-29T21:19:46.466Z Downloaded zerocopy-derive v0.8.26
9072025-08-29T21:19:46.466Z Downloaded strip-ansi-escapes v0.2.0
9082025-08-29T21:19:46.466Z Downloaded typify-macro v0.3.0
9092025-08-29T21:19:46.470Z Downloaded num-integer v0.1.46
9102025-08-29T21:19:46.470Z Downloaded tokio-rustls v0.26.0
9112025-08-29T21:19:46.470Z Downloaded tap v1.0.1
9122025-08-29T21:19:46.470Z Downloaded tokio-stream v0.1.17
9132025-08-29T21:19:46.470Z Downloaded der v0.7.9
9142025-08-29T21:19:46.476Z Downloaded shlex v1.3.0
9152025-08-29T21:19:46.480Z Downloaded serde_with_macros v3.14.0
9162025-08-29T21:19:46.480Z Downloaded quick-error v1.2.3
9172025-08-29T21:19:46.484Z Downloaded paste v1.0.15
9182025-08-29T21:19:46.484Z Downloaded progenitor-client v0.10.0
9192025-08-29T21:19:46.487Z Downloaded stringprep v0.1.5
9202025-08-29T21:19:46.487Z Downloaded toml v0.9.5
9212025-08-29T21:19:46.491Z Downloaded futures v0.3.31
9222025-08-29T21:19:46.497Z Downloaded siphasher v1.0.1
9232025-08-29T21:19:46.500Z Downloaded string_cache v0.8.9
9242025-08-29T21:19:46.500Z Downloaded tokio-rustls v0.24.1
9252025-08-29T21:19:46.505Z Downloaded ssh-cipher v0.2.0
9262025-08-29T21:19:46.508Z Downloaded futures-channel v0.3.31
9272025-08-29T21:19:46.508Z Downloaded rpassword v7.4.0
9282025-08-29T21:19:46.513Z Downloaded structmeta v0.3.0
9292025-08-29T21:19:46.513Z Downloaded document-features v0.2.11
9302025-08-29T21:19:46.516Z Downloaded serde_urlencoded v0.7.1
9312025-08-29T21:19:46.516Z Downloaded yasna v0.5.2
9322025-08-29T21:19:46.520Z Downloaded serde_plain v1.0.2
9332025-08-29T21:19:46.521Z Downloaded slog v2.7.0
9342025-08-29T21:19:46.524Z Downloaded yansi v1.0.1
9352025-08-29T21:19:46.524Z Downloaded funty v2.0.0
9362025-08-29T21:19:46.527Z Downloaded password-hash v0.5.0
9372025-08-29T21:19:46.530Z Downloaded num-bigint-dig v0.8.4
9382025-08-29T21:19:46.533Z Downloaded native-tls v0.2.12
9392025-08-29T21:19:46.536Z Downloaded unicode_categories v0.1.1
9402025-08-29T21:19:46.540Z Downloaded futures-util v0.3.31
9412025-08-29T21:19:46.550Z Downloaded termios v0.3.3
9422025-08-29T21:19:46.553Z Downloaded xattr v1.3.1
9432025-08-29T21:19:46.556Z Downloaded serde_yaml v0.9.34+deprecated
9442025-08-29T21:19:46.559Z Downloaded rand v0.8.5
9452025-08-29T21:19:46.563Z Downloaded unicode-segmentation v1.12.0
9462025-08-29T21:19:46.566Z Downloaded zopfli v0.8.1
9472025-08-29T21:19:46.571Z Downloaded openssl-sys v0.9.109
9482025-08-29T21:19:46.985Z Downloaded prettyplease v0.2.36
9492025-08-29T21:19:46.988Z Downloaded darling_core v0.21.0
9502025-08-29T21:19:46.988Z Downloaded dropshot_endpoint v0.16.3
9512025-08-29T21:19:46.988Z Downloaded zstd v0.13.3
9522025-08-29T21:19:46.988Z Downloaded test-strategy v0.4.3
9532025-08-29T21:19:46.988Z Downloaded toml v0.7.8
9542025-08-29T21:19:46.988Z Downloaded elliptic-curve v0.13.8
9552025-08-29T21:19:46.989Z Downloaded proptest v1.7.0
9562025-08-29T21:19:46.989Z Downloaded vcpkg v0.2.15
9572025-08-29T21:19:46.989Z Downloaded derive_more-impl v2.0.1
9582025-08-29T21:19:46.989Z Downloaded bindgen v0.71.1
9592025-08-29T21:19:46.989Z Downloaded ed25519-dalek v2.1.1
9602025-08-29T21:19:46.989Z Downloaded quick-xml v0.37.2
9612025-08-29T21:19:46.989Z Downloaded bindgen v0.69.5
9622025-08-29T21:19:46.989Z Downloaded russh v0.45.0
9632025-08-29T21:19:46.989Z Downloaded moka v0.12.10
9642025-08-29T21:19:46.989Z Downloaded quinn-proto v0.11.8
9652025-08-29T21:19:46.989Z Downloaded tough v0.20.0
9662025-08-29T21:19:46.989Z Downloaded qorb v0.4.1
9672025-08-29T21:19:46.989Z Downloaded unicode-normalization v0.1.24
9682025-08-29T21:19:46.989Z Downloaded chrono v0.4.41
9692025-08-29T21:19:46.989Z Downloaded zlib-rs v0.5.1
9702025-08-29T21:19:46.989Z Downloaded regex v1.11.1
9712025-08-29T21:19:46.989Z Downloaded toml_edit v0.19.15
9722025-08-29T21:19:46.989Z Downloaded tokio-postgres v0.7.13
9732025-08-29T21:19:46.989Z Downloaded rustls-webpki v0.101.7
9742025-08-29T21:19:46.989Z Downloaded pretty_assertions v1.4.1
9752025-08-29T21:19:46.989Z Downloaded ssh-key v0.6.6
9762025-08-29T21:19:46.989Z Downloaded time v0.3.36
9772025-08-29T21:19:46.989Z Downloaded regex-syntax v0.6.29
9782025-08-29T21:19:46.989Z Downloaded winnow v0.6.26
9792025-08-29T21:19:46.989Z Downloaded steno v0.4.1
9802025-08-29T21:19:46.989Z Downloaded rayon v1.10.0
9812025-08-29T21:19:46.989Z Downloaded zip v4.2.0
9822025-08-29T21:19:46.989Z Downloaded portable-atomic v1.11.0
9832025-08-29T21:19:46.989Z Downloaded num-derive v0.3.3
9842025-08-29T21:19:46.989Z Downloaded samael v0.0.19
9852025-08-29T21:19:46.989Z Downloaded tokio-util v0.7.15
9862025-08-29T21:19:46.989Z Downloaded p384 v0.13.0
9872025-08-29T21:19:46.989Z Downloaded p521 v0.13.3
9882025-08-29T21:19:46.989Z Downloaded typed-path v0.9.3
9892025-08-29T21:19:46.989Z Downloaded tabled v0.18.0
9902025-08-29T21:19:46.990Z Downloaded winnow v0.5.40
9912025-08-29T21:19:46.990Z Downloaded hickory-proto v0.25.2
9922025-08-29T21:19:46.990Z Downloaded git2 v0.19.0
9932025-08-29T21:19:46.990Z Downloaded crossterm v0.29.0
9942025-08-29T21:19:46.990Z Downloaded polar-core v0.27.3
9952025-08-29T21:19:46.990Z Downloaded zerocopy v0.6.6
9962025-08-29T21:19:46.990Z Downloaded zerocopy v0.8.26
9972025-08-29T21:19:46.990Z Downloaded curve25519-dalek v4.1.3
9982025-08-29T21:19:46.990Z Downloaded serde_with v3.14.0
9992025-08-29T21:19:46.990Z Downloaded rustls v0.23.19
10002025-08-29T21:19:46.990Z Downloaded gimli v0.31.1
10012025-08-29T21:19:46.996Z Downloaded object v0.36.5
10022025-08-29T21:19:47.008Z Downloaded nix v0.27.1
10032025-08-29T21:19:47.017Z Downloaded radix_trie v0.2.1
10042025-08-29T21:19:47.021Z Downloaded nix v0.28.0
10052025-08-29T21:19:47.034Z Downloaded object v0.30.4
10062025-08-29T21:19:47.041Z Downloaded webpki-roots v1.0.1
10072025-08-29T21:19:47.048Z Downloaded openssl v0.10.73
10082025-08-29T21:19:47.054Z Downloaded diesel v2.2.12
10092025-08-29T21:19:47.070Z Downloaded dropshot v0.16.3
10102025-08-29T21:19:47.091Z Downloaded typify-impl v0.2.0
10112025-08-29T21:19:47.103Z Downloaded openapiv3 v2.2.0
10122025-08-29T21:19:47.113Z Downloaded regress v0.10.4
10132025-08-29T21:19:47.121Z Downloaded regex-syntax v0.8.5
10142025-08-29T21:19:47.128Z Downloaded nix v0.30.1
10152025-08-29T21:19:47.139Z Downloaded typify-impl v0.3.0
10162025-08-29T21:19:47.152Z Downloaded sled v0.34.7
10172025-08-29T21:19:47.162Z Downloaded zerocopy-derive v0.6.6
10182025-08-29T21:19:47.171Z Downloaded typify-impl v0.4.1
10192025-08-29T21:19:47.184Z Downloaded nix v0.29.0
10202025-08-29T21:19:47.194Z Downloaded regex-automata v0.4.8
10212025-08-29T21:19:47.209Z Downloaded ratatui v0.29.0
10222025-08-29T21:19:47.227Z Downloaded jiff v0.2.15
10232025-08-29T21:19:47.241Z Downloaded bzip2-sys v0.1.13+1.0.8
10242025-08-29T21:19:47.656Z Downloaded rustls v0.21.12
10252025-08-29T21:19:47.660Z Downloaded lzma-sys v0.1.20
10262025-08-29T21:19:47.661Z Downloaded petgraph v0.6.5
10272025-08-29T21:19:47.661Z Downloaded bstr v1.10.0
10282025-08-29T21:19:47.661Z Downloaded smoltcp v0.11.0
10292025-08-29T21:19:47.661Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10302025-08-29T21:19:47.661Z Downloaded tokio v1.47.0
10312025-08-29T21:19:47.661Z Downloaded libz-sys v1.1.20
10322025-08-29T21:19:47.661Z Downloaded rustls v0.22.4
10332025-08-29T21:19:47.661Z Downloaded sha3 v0.10.8
10342025-08-29T21:19:47.661Z Downloaded chrono-tz v0.10.4
10352025-08-29T21:19:47.664Z Downloaded rustls-webpki v0.102.8
10362025-08-29T21:19:47.664Z Downloaded csv v1.3.1
10372025-08-29T21:19:47.664Z Downloaded reqwest v0.12.22
10382025-08-29T21:19:47.664Z Downloaded petgraph v0.8.2
10392025-08-29T21:19:47.664Z Downloaded petname v2.0.2
10402025-08-29T21:19:47.664Z Downloaded smoltcp v0.9.1
10412025-08-29T21:19:47.664Z Downloaded omicron-zone-package v0.12.2
10422025-08-29T21:19:47.664Z Downloaded lalrpop v0.19.12
10432025-08-29T21:19:47.664Z Downloaded bitvec v1.0.1
10442025-08-29T21:19:47.664Z Downloaded nom v7.1.3
10452025-08-29T21:19:47.665Z Downloaded darling v0.21.0
10462025-08-29T21:19:47.665Z Downloaded toml_datetime v0.7.0
10472025-08-29T21:19:47.665Z Downloaded reedline v0.40.0
10482025-08-29T21:19:47.665Z Downloaded fd-lock v4.0.2
10492025-08-29T21:19:47.665Z Downloaded ed25519 v2.2.3
10502025-08-29T21:19:47.665Z Downloaded parking_lot v0.11.2
10512025-08-29T21:19:47.665Z Downloaded walkdir v2.5.0
10522025-08-29T21:19:47.665Z Downloaded papergrid v0.14.0
10532025-08-29T21:19:47.665Z Downloaded tungstenite v0.21.0
10542025-08-29T21:19:47.665Z Downloaded tokio-rustls v0.25.0
10552025-08-29T21:19:47.665Z Downloaded tower-http v0.6.6
10562025-08-29T21:19:47.665Z Downloaded x509-cert v0.2.5
10572025-08-29T21:19:47.665Z Downloaded peg v0.8.5
10582025-08-29T21:19:47.665Z Downloaded defmt-parser v0.3.4
10592025-08-29T21:19:47.665Z Downloaded serde_derive_internals v0.29.1
10602025-08-29T21:19:47.665Z Downloaded pkcs5 v0.7.1
10612025-08-29T21:19:47.665Z Downloaded parking_lot v0.12.3
10622025-08-29T21:19:47.665Z Downloaded flate2 v1.1.2
10632025-08-29T21:19:47.665Z Downloaded dsl_auto_type v0.1.2
10642025-08-29T21:19:47.665Z Downloaded rsa v0.9.6
10652025-08-29T21:19:47.665Z Downloaded minimal-lexical v0.2.1
10662025-08-29T21:19:47.665Z Downloaded aes-gcm v0.10.3
10672025-08-29T21:19:47.666Z Downloaded encoding_rs v0.8.34
10682025-08-29T21:19:47.666Z Downloaded derive-where v1.5.0
10692025-08-29T21:19:47.666Z Downloaded zone_cfg_derive v0.3.0
10702025-08-29T21:19:47.666Z Downloaded wait-timeout v0.2.0
10712025-08-29T21:19:47.666Z Downloaded typify v0.4.1
10722025-08-29T21:19:47.666Z Downloaded tungstenite v0.23.0
10732025-08-29T21:19:47.666Z Downloaded salty v0.3.0
10742025-08-29T21:19:47.666Z Downloaded ring v0.17.14
10752025-08-29T21:19:47.680Z Downloaded schemars_derive v0.8.22
10762025-08-29T21:19:47.683Z Downloaded p256 v0.13.2
10772025-08-29T21:19:47.683Z Downloaded tokio-tungstenite v0.23.1
10782025-08-29T21:19:47.687Z Downloaded socket2 v0.6.0
10792025-08-29T21:19:47.690Z Downloaded socket2 v0.5.10
10802025-08-29T21:19:47.690Z Downloaded snafu v0.8.5
10812025-08-29T21:19:47.699Z Downloaded crypto-bigint v0.5.5
10822025-08-29T21:19:47.702Z Downloaded static_assertions v1.1.0
10832025-08-29T21:19:47.709Z Downloaded password-hash v0.4.2
10842025-08-29T21:19:47.710Z Downloaded memmap2 v0.9.5
10852025-08-29T21:19:47.710Z Downloaded num-complex v0.4.6
10862025-08-29T21:19:47.716Z Downloaded rustc-hash v2.1.1
10872025-08-29T21:19:47.716Z Downloaded pkcs8 v0.10.2
10882025-08-29T21:19:47.720Z Downloaded typify v0.3.0
10892025-08-29T21:19:47.720Z Downloaded xshell v0.2.7
10902025-08-29T21:19:47.724Z Downloaded glob v0.3.2
10912025-08-29T21:19:47.724Z Downloaded sct v0.7.1
10922025-08-29T21:19:47.727Z Downloaded expectorate v1.2.0
10932025-08-29T21:19:47.727Z Downloaded blake3 v1.5.4
10942025-08-29T21:19:47.733Z Downloaded libgit2-sys v0.17.0+1.8.1
10952025-08-29T21:19:47.782Z Downloaded whoami v1.5.2
10962025-08-29T21:19:47.786Z Downloaded fixedbitset v0.5.7
10972025-08-29T21:19:47.786Z Downloaded serde_cbor v0.11.2
10982025-08-29T21:19:47.789Z Downloaded olpc-cjson v0.1.4
10992025-08-29T21:19:47.789Z Downloaded tokio-tungstenite v0.21.0
11002025-08-29T21:19:47.794Z Downloaded publicsuffix v2.3.0
11012025-08-29T21:19:47.794Z Downloaded mio v1.0.2
11022025-08-29T21:19:47.798Z Downloaded same-file v1.0.6
11032025-08-29T21:19:47.802Z Downloaded slog-dtrace v0.3.0
11042025-08-29T21:19:47.802Z Downloaded new_debug_unreachable v1.0.6
11052025-08-29T21:19:47.802Z Downloaded spin v0.9.8
11062025-08-29T21:19:47.805Z Downloaded ff v0.13.0
11072025-08-29T21:19:47.805Z Downloaded nu-ansi-term v0.50.1
11082025-08-29T21:19:47.809Z Downloaded postgres-types v0.2.9
11092025-08-29T21:19:47.809Z Downloaded postgres-protocol v0.6.8
11102025-08-29T21:19:47.813Z Downloaded derive_more v0.99.20
11112025-08-29T21:19:47.818Z Downloaded pem v3.0.5
11122025-08-29T21:19:47.818Z Downloaded num-bigint v0.4.6
11132025-08-29T21:19:47.821Z Downloaded tui-tree-widget v0.23.1
11142025-08-29T21:19:47.821Z Downloaded unsafe-libyaml v0.2.11
11152025-08-29T21:19:47.826Z Downloaded tracing v0.1.40
11162025-08-29T21:19:47.830Z Downloaded rand v0.9.2
11172025-08-29T21:19:47.834Z Downloaded itertools v0.12.1
11182025-08-29T21:19:47.879Z Downloaded hyper v1.6.0
11192025-08-29T21:19:47.886Z Downloaded resolv-conf v0.7.0
11202025-08-29T21:19:47.886Z Downloaded powerfmt v0.2.0
11212025-08-29T21:19:47.886Z Downloaded parking_lot_core v0.8.6
11222025-08-29T21:19:47.886Z Downloaded zstd-safe v7.2.3
11232025-08-29T21:19:47.886Z Downloaded signal-hook v0.3.18
11242025-08-29T21:19:47.886Z Downloaded progenitor-impl v0.9.1
11252025-08-29T21:19:47.887Z Downloaded uuid v1.17.0
11262025-08-29T21:19:47.887Z Downloaded crossbeam-channel v0.5.15
11272025-08-29T21:19:47.887Z Downloaded smf v0.2.3
11282025-08-29T21:19:47.887Z Downloaded slog-term v2.9.1
11292025-08-29T21:19:47.887Z Downloaded serde_bytes v0.11.17
11302025-08-29T21:19:47.887Z Downloaded tar v0.4.44
11312025-08-29T21:19:47.887Z Downloaded rustls-native-certs v0.8.1
11322025-08-29T21:19:47.887Z Downloaded itertools v0.10.5
11332025-08-29T21:19:47.887Z Downloaded env_logger v0.11.5
11342025-08-29T21:19:47.887Z Downloaded env_logger v0.10.2
11352025-08-29T21:19:47.887Z Downloaded crc-any v2.5.0
11362025-08-29T21:19:47.887Z Downloaded foreign-types v0.5.0
11372025-08-29T21:19:47.887Z Downloaded typify v0.2.0
11382025-08-29T21:19:47.887Z Downloaded strum_macros v0.24.3
11392025-08-29T21:19:47.887Z Downloaded tracing-core v0.1.32
11402025-08-29T21:19:47.894Z Downloaded http v1.3.1
11412025-08-29T21:19:47.894Z Downloaded strum v0.27.2
11422025-08-29T21:19:47.894Z Downloaded flagset v0.4.6
11432025-08-29T21:19:47.894Z Downloaded support-bundle-viewer v0.1.2
11442025-08-29T21:19:47.899Z Downloaded smallvec v0.6.14
11452025-08-29T21:19:47.899Z Downloaded num-rational v0.4.2
11462025-08-29T21:19:47.899Z Downloaded progenitor-impl v0.10.0
11472025-08-29T21:19:47.899Z Downloaded secrecy v0.10.3
11482025-08-29T21:19:47.899Z Downloaded secrecy v0.8.0
11492025-08-29T21:19:47.899Z Downloaded sec1 v0.7.3
11502025-08-29T21:19:47.902Z Downloaded num v0.4.3
11512025-08-29T21:19:47.902Z Downloaded mime_guess v2.0.5
11522025-08-29T21:19:47.903Z Downloaded bumpalo v3.16.0
11532025-08-29T21:19:47.913Z Downloaded toml_writer v1.0.2
11542025-08-29T21:19:47.913Z Downloaded tagptr v0.2.0
11552025-08-29T21:19:47.913Z Downloaded tabled_derive v0.10.0
11562025-08-29T21:19:47.920Z Downloaded unicode-bidi v0.3.17
11572025-08-29T21:19:47.920Z Downloaded bytes v1.10.1
11582025-08-29T21:19:47.920Z Downloaded des v0.8.1
11592025-08-29T21:19:47.920Z Downloaded derive-ex v0.1.8
11602025-08-29T21:19:47.920Z Downloaded der_derive v0.7.3
11612025-08-29T21:19:47.925Z Downloaded crucible-workspace-hack v0.1.0
11622025-08-29T21:19:47.925Z Downloaded signature v2.2.0
11632025-08-29T21:19:47.925Z Downloaded signal-hook-mio v0.2.4
11642025-08-29T21:19:47.926Z Downloaded ref-cast-impl v1.0.24
11652025-08-29T21:19:47.926Z Downloaded ref-cast v1.0.24
11662025-08-29T21:19:47.926Z Downloaded primeorder v0.13.6
11672025-08-29T21:19:47.931Z Downloaded untrusted v0.9.0
11682025-08-29T21:19:47.931Z Downloaded compact_str v0.8.0
11692025-08-29T21:19:47.931Z Downloaded multer v3.1.0
11702025-08-29T21:19:47.935Z Downloaded uzers v0.12.1
11712025-08-29T21:19:47.935Z Downloaded tabwriter v1.4.0
11722025-08-29T21:19:47.935Z Downloaded psl-types v2.0.11
11732025-08-29T21:19:47.935Z Downloaded packed_struct v0.10.1
11742025-08-29T21:19:47.940Z Downloaded futures-core v0.3.31
11752025-08-29T21:19:47.940Z Downloaded vte v0.11.1
11762025-08-29T21:19:47.940Z Downloaded vergen v8.3.2
11772025-08-29T21:19:47.944Z Downloaded ron v0.7.1
11782025-08-29T21:19:47.947Z Downloaded diff v0.1.13
11792025-08-29T21:19:47.952Z Downloaded term v0.7.0
11802025-08-29T21:19:47.952Z Downloaded subprocess v0.2.9
11812025-08-29T21:19:47.955Z Downloaded darling v0.20.10
11822025-08-29T21:19:47.958Z Downloaded daft-derive v0.1.4
11832025-08-29T21:19:47.961Z Downloaded num_enum v0.5.11
11842025-08-29T21:19:47.965Z Downloaded strum_macros v0.26.4
11852025-08-29T21:19:47.969Z Downloaded cookie v0.18.1
11862025-08-29T21:19:47.970Z Downloaded allocator-api2 v0.2.21
11872025-08-29T21:19:47.973Z Downloaded arc-swap v1.7.1
11882025-08-29T21:19:47.977Z Downloaded multimap v0.10.1
11892025-08-29T21:19:47.977Z Downloaded futures-task v0.3.31
11902025-08-29T21:19:47.977Z Downloaded futures-sink v0.3.31
11912025-08-29T21:19:47.977Z Downloaded env_filter v0.1.2
11922025-08-29T21:19:47.980Z Downloaded deranged v0.3.11
11932025-08-29T21:19:47.980Z Downloaded csv-core v0.1.11
11942025-08-29T21:19:47.980Z Downloaded value-bag v1.9.0
11952025-08-29T21:19:47.984Z Downloaded utf-8 v0.7.6
11962025-08-29T21:19:47.984Z Downloaded structmeta-derive v0.3.0
11972025-08-29T21:19:47.990Z Downloaded hashbrown v0.13.2
11982025-08-29T21:19:47.990Z Downloaded crossbeam-epoch v0.9.18
11992025-08-29T21:19:47.993Z Downloaded heapless v0.8.0
12002025-08-29T21:19:47.993Z Downloaded unarray v0.1.4
12012025-08-29T21:19:47.996Z Downloaded rand_core v0.9.3
12022025-08-29T21:19:47.996Z Downloaded r2d2 v0.8.10
12032025-08-29T21:19:47.996Z Downloaded chacha20poly1305 v0.10.1
12042025-08-29T21:19:48.001Z Downloaded num_threads v0.1.7
12052025-08-29T21:19:48.001Z Downloaded num-iter v0.1.45
12062025-08-29T21:19:48.001Z Downloaded defmt v0.3.8
12072025-08-29T21:19:48.007Z Downloaded vsss-rs v3.3.4
12082025-08-29T21:19:48.007Z Downloaded tower-service v0.3.3
12092025-08-29T21:19:48.010Z Downloaded iddqd v0.3.9
12102025-08-29T21:19:48.013Z Downloaded blake2 v0.10.6
12112025-08-29T21:19:48.013Z Downloaded diesel_table_macro_syntax v0.2.0
12122025-08-29T21:19:48.016Z Downloaded tokio-dtrace v0.1.0
12132025-08-29T21:19:48.016Z Downloaded slog-stdlog v4.1.1
12142025-08-29T21:19:48.016Z Downloaded signal-hook-registry v1.4.2
12152025-08-29T21:19:48.020Z Downloaded litrs v0.4.1
12162025-08-29T21:19:48.020Z Downloaded jobserver v0.1.32
12172025-08-29T21:19:48.023Z Downloaded crc32fast v1.4.2
12182025-08-29T21:19:48.023Z Downloaded const_format_proc_macros v0.2.34
12192025-08-29T21:19:48.026Z Downloaded console v0.16.0
12202025-08-29T21:19:48.029Z Downloaded console v0.15.10
12212025-08-29T21:19:48.029Z Downloaded cobs v0.2.3
12222025-08-29T21:19:48.033Z Downloaded salsa20 v0.10.2
12232025-08-29T21:19:48.033Z Downloaded hickory-server v0.25.2
12242025-08-29T21:19:48.036Z Downloaded rustversion v1.0.17
12252025-08-29T21:19:48.039Z Downloaded rand_seeder v0.4.0
12262025-08-29T21:19:48.039Z Downloaded rand_chacha v0.9.0
12272025-08-29T21:19:48.042Z Downloaded rand_chacha v0.3.1
12282025-08-29T21:19:48.042Z Downloaded rustc-demangle v0.1.24
12292025-08-29T21:19:48.043Z Downloaded proc-macro-error2 v2.0.1
12302025-08-29T21:19:48.047Z Downloaded managed v0.8.0
12312025-08-29T21:19:48.047Z Downloaded lock_api v0.4.12
12322025-08-29T21:19:48.051Z Downloaded cookie_store v0.21.1
12332025-08-29T21:19:48.051Z Downloaded colored v2.2.0
12342025-08-29T21:19:48.054Z Downloaded ciborium v0.2.2
12352025-08-29T21:19:48.054Z Downloaded ignore v0.4.23
12362025-08-29T21:19:48.058Z Downloaded headers v0.4.1
12372025-08-29T21:19:48.062Z Downloaded crossbeam-deque v0.8.5
12382025-08-29T21:19:48.066Z Downloaded ipnet v2.11.0
12392025-08-29T21:19:48.066Z Downloaded hashbrown v0.12.3
12402025-08-29T21:19:48.069Z Downloaded crc-catalog v2.4.0
12412025-08-29T21:19:48.069Z Downloaded cexpr v0.6.0
12422025-08-29T21:19:48.073Z Downloaded progenitor-macro v0.10.0
12432025-08-29T21:19:48.073Z Downloaded lockfree-object-pool v0.1.6
12442025-08-29T21:19:48.077Z Downloaded libsw v3.5.0
12452025-08-29T21:19:48.077Z Downloaded hostname v0.3.1
12462025-08-29T21:19:48.077Z Downloaded progenitor-macro v0.8.0
12472025-08-29T21:19:48.077Z Downloaded lzss v0.8.2
12482025-08-29T21:19:48.080Z Downloaded linear-map v1.2.0
12492025-08-29T21:19:48.080Z Downloaded lalrpop-util v0.19.12
12502025-08-29T21:19:48.080Z Downloaded inout v0.1.3
12512025-08-29T21:19:48.084Z Downloaded ingot-types v0.1.2
12522025-08-29T21:19:48.084Z Downloaded hubpack v0.1.2
12532025-08-29T21:19:48.084Z Downloaded home v0.5.9
12542025-08-29T21:19:48.084Z Downloaded indexmap v1.9.3
12552025-08-29T21:19:48.089Z Downloaded hickory-client v0.25.2
12562025-08-29T21:19:48.092Z Downloaded bzip2 v0.4.4
12572025-08-29T21:19:48.092Z Downloaded argon2 v0.5.3
12582025-08-29T21:19:48.092Z Downloaded adler2 v2.0.0
12592025-08-29T21:19:48.095Z Downloaded ipnetwork v0.21.1
12602025-08-29T21:19:48.095Z Downloaded iana-time-zone v0.1.63
12612025-08-29T21:19:48.099Z Downloaded hostname v0.4.0
12622025-08-29T21:19:48.099Z Downloaded bitflags v1.3.2
12632025-08-29T21:19:48.102Z Downloaded base64ct v1.6.0
12642025-08-29T21:19:48.109Z Downloaded bzip2 v0.5.2
12652025-08-29T21:19:48.109Z Downloaded async-bb8-diesel v0.2.1
12662025-08-29T21:19:48.114Z Downloaded http-body-util v0.1.3
12672025-08-29T21:19:48.114Z Downloaded heck v0.3.3
12682025-08-29T21:19:48.114Z Downloaded keccak v0.1.5
12692025-08-29T21:19:48.114Z Downloaded ingot v0.1.1
12702025-08-29T21:19:48.114Z Downloaded http-range v0.1.5
12712025-08-29T21:19:48.114Z Downloaded http-body v1.0.1
12722025-08-29T21:19:48.118Z Downloaded crc8 v0.1.1
12732025-08-29T21:19:48.118Z Downloaded convert_case v0.4.0
12742025-08-29T21:19:48.118Z Downloaded cfg_aliases v0.1.1
12752025-08-29T21:19:48.118Z Downloaded cargo_metadata v0.18.1
12762025-08-29T21:19:48.118Z Downloaded bcrypt-pbkdf v0.10.0
12772025-08-29T21:19:48.121Z Downloaded ciborium-ll v0.2.2
12782025-08-29T21:19:48.121Z Downloaded bb8 v0.8.5
12792025-08-29T21:19:48.121Z Downloaded base64 v0.22.1
12802025-08-29T21:19:48.124Z Downloaded base64 v0.21.7
12812025-08-29T21:19:48.128Z Downloaded async-trait v0.1.88
12822025-08-29T21:19:48.131Z Downloaded ahash v0.8.12
12832025-08-29T21:19:48.134Z Downloaded indoc v1.0.9
12842025-08-29T21:19:48.137Z Downloaded indent_write v2.2.0
12852025-08-29T21:19:48.137Z Downloaded impl-trait-for-tuples v0.2.2
12862025-08-29T21:19:48.140Z Downloaded hex-literal v0.4.1
12872025-08-29T21:19:48.140Z Downloaded hash32 v0.3.1
12882025-08-29T21:19:48.140Z Downloaded bitfield-struct v0.6.2
12892025-08-29T21:19:48.140Z Downloaded array-init v0.0.4
12902025-08-29T21:19:48.144Z Downloaded hash32 v0.2.1
12912025-08-29T21:19:48.144Z Downloaded base16ct v0.2.0
12922025-08-29T21:19:48.144Z Downloaded cancel-safe-futures v0.1.5
12932025-08-29T21:19:48.148Z Downloaded castaway v0.2.3
12942025-08-29T21:19:48.148Z Downloaded camino-tempfile-ext v0.3.2
12952025-08-29T21:19:48.151Z Downloaded bitfield v0.14.0
12962025-08-29T21:19:48.151Z Downloaded ascii-canvas v3.0.0
12972025-08-29T21:19:48.151Z Downloaded arrayvec v0.7.6
12982025-08-29T21:19:48.156Z Downloaded crossterm v0.28.1
12992025-08-29T21:19:48.159Z Downloaded cc v1.2.30
13002025-08-29T21:19:48.162Z Downloaded atty v0.2.14
13012025-08-29T21:19:48.162Z Downloaded globset v0.4.15
13022025-08-29T21:19:48.166Z Downloaded aws-lc-rs v1.12.4
13032025-08-29T21:19:48.406Z Downloaded aws-lc-sys v0.26.0
13042025-08-29T21:19:48.698Z Compiling value-bag v1.9.0
13052025-08-29T21:19:48.698Z Compiling shlex v1.3.0
13062025-08-29T21:19:48.698Z Compiling lock_api v0.4.12
13072025-08-29T21:19:48.701Z Compiling scopeguard v1.2.0
13082025-08-29T21:19:48.701Z Compiling typenum v1.17.0
13092025-08-29T21:19:48.701Z Compiling generic-array v0.14.7
13102025-08-29T21:19:48.701Z Compiling syn v2.0.104
13112025-08-29T21:19:48.701Z Compiling getrandom v0.2.15
13122025-08-29T21:19:49.115Z Compiling jobserver v0.1.32
13132025-08-29T21:19:49.655Z Compiling rand_core v0.6.4
13142025-08-29T21:19:49.660Z Compiling log v0.4.27
13152025-08-29T21:19:49.660Z Compiling smallvec v1.15.1
13162025-08-29T21:19:49.660Z Compiling portable-atomic v1.11.0
13172025-08-29T21:19:49.782Z Compiling cc v1.2.30
13182025-08-29T21:19:49.804Z Compiling critical-section v1.1.3
13192025-08-29T21:19:49.825Z Compiling subtle v2.6.1
13202025-08-29T21:19:49.926Z Compiling const-oid v0.9.6
13212025-08-29T21:19:49.993Z Compiling pkg-config v0.3.31
13222025-08-29T21:19:50.485Z Compiling parking_lot_core v0.9.10
13232025-08-29T21:19:50.488Z Compiling pin-project-lite v0.2.14
13242025-08-29T21:19:50.488Z Compiling rustix v0.38.37
13252025-08-29T21:19:51.159Z Compiling signal-hook-registry v1.4.2
13262025-08-29T21:19:51.197Z Compiling parking_lot v0.12.3
13272025-08-29T21:19:51.217Z Compiling mio v1.0.2
13282025-08-29T21:19:51.296Z Compiling futures-core v0.3.31
13292025-08-29T21:19:51.502Z Compiling spin v0.9.8
13302025-08-29T21:19:51.778Z Compiling once_cell v1.21.3
13312025-08-29T21:19:51.827Z Compiling socket2 v0.6.0
13322025-08-29T21:19:51.883Z Compiling slab v0.4.9
13332025-08-29T21:19:51.952Z Compiling aho-corasick v1.1.3
13342025-08-29T21:19:51.992Z Compiling cpufeatures v0.2.14
13352025-08-29T21:19:52.119Z Compiling serde_json v1.0.142
13362025-08-29T21:19:52.164Z Compiling getrandom v0.3.1
13372025-08-29T21:19:52.229Z Compiling foldhash v0.1.5
13382025-08-29T21:19:52.256Z Compiling allocator-api2 v0.2.21
13392025-08-29T21:19:52.475Z Compiling libm v0.2.8
13402025-08-29T21:19:52.744Z Compiling regex-syntax v0.8.5
13412025-08-29T21:19:52.878Z Compiling num-traits v0.2.19
13422025-08-29T21:19:52.922Z Compiling glob v0.3.2
13432025-08-29T21:19:52.981Z Compiling hashbrown v0.15.4
13442025-08-29T21:19:53.074Z Compiling percent-encoding v2.3.1
13452025-08-29T21:19:53.221Z Compiling either v1.15.0
13462025-08-29T21:19:53.458Z Compiling futures-sink v0.3.31
13472025-08-29T21:19:53.568Z Compiling futures-channel v0.3.31
13482025-08-29T21:19:53.759Z Compiling clang-sys v1.8.1
13492025-08-29T21:19:53.991Z Compiling futures-task v0.3.31
13502025-08-29T21:19:54.250Z Compiling prettyplease v0.2.36
13512025-08-29T21:19:54.328Z Compiling futures-io v0.3.31
13522025-08-29T21:19:54.432Z Compiling pin-utils v0.1.0
13532025-08-29T21:19:54.497Z Compiling lazy_static v1.5.0
13542025-08-29T21:19:54.543Z Compiling minimal-lexical v0.2.1
13552025-08-29T21:19:54.612Z Compiling libloading v0.8.5
13562025-08-29T21:19:54.635Z Compiling bindgen v0.69.5
13572025-08-29T21:19:54.678Z Compiling base64ct v1.6.0
13582025-08-29T21:19:55.051Z Compiling nom v7.1.3
13592025-08-29T21:19:55.202Z Compiling home v0.5.9
13602025-08-29T21:19:55.230Z Compiling pem-rfc7468 v0.7.0
13612025-08-29T21:19:55.656Z Compiling itertools v0.12.1
13622025-08-29T21:19:55.884Z Compiling lazycell v1.3.0
13632025-08-29T21:19:56.079Z Compiling flagset v0.4.6
13642025-08-29T21:19:56.288Z Compiling regex-automata v0.4.8
13652025-08-29T21:19:56.314Z Compiling rustc-hash v1.1.0
13662025-08-29T21:19:56.489Z Compiling synstructure v0.13.1
13672025-08-29T21:19:57.894Z Compiling cmake v0.1.51
13682025-08-29T21:19:58.387Z Compiling cexpr v0.6.0
13692025-08-29T21:19:58.474Z Compiling fs_extra v1.3.0
13702025-08-29T21:19:58.504Z Compiling dunce v1.0.5
13712025-08-29T21:19:58.658Z Compiling form_urlencoded v1.2.1
13722025-08-29T21:19:58.721Z Compiling paste v1.0.15
13732025-08-29T21:19:58.973Z Compiling vcpkg v0.2.15
13742025-08-29T21:19:59.032Z Compiling ring v0.17.14
13752025-08-29T21:19:59.635Z Compiling tracing-core v0.1.32
13762025-08-29T21:19:59.860Z Compiling iana-time-zone v0.1.63
13772025-08-29T21:20:00.101Z Compiling aws-lc-rs v1.12.4
13782025-08-29T21:20:00.384Z Compiling rustversion v1.0.17
13792025-08-29T21:20:00.523Z Compiling httparse v1.9.5
13802025-08-29T21:20:00.628Z Compiling openssl-sys v0.9.109
13812025-08-29T21:20:00.801Z Compiling rustls-pki-types v1.10.0
13822025-08-29T21:20:01.066Z Compiling tinyvec_macros v0.1.1
13832025-08-29T21:20:01.138Z Compiling base64 v0.22.1
13842025-08-29T21:20:01.179Z Compiling tinyvec v1.8.0
13852025-08-29T21:20:01.348Z Compiling serde_derive v1.0.219
13862025-08-29T21:20:01.671Z Compiling zeroize_derive v1.4.2
13872025-08-29T21:20:02.115Z Compiling zerofrom-derive v0.1.4
13882025-08-29T21:20:02.118Z Compiling yoke-derive v0.7.4
13892025-08-29T21:20:02.634Z Compiling zerovec-derive v0.10.3
13902025-08-29T21:20:03.116Z Compiling zeroize v1.8.1
13912025-08-29T21:20:04.352Z Compiling displaydoc v0.2.5
13922025-08-29T21:20:04.896Z Compiling crypto-common v0.1.6
13932025-08-29T21:20:05.137Z Compiling block-buffer v0.10.4
13942025-08-29T21:20:05.203Z Compiling zerocopy-derive v0.7.35
13952025-08-29T21:20:05.235Z Compiling zerofrom v0.1.4
13962025-08-29T21:20:05.407Z Compiling digest v0.10.7
13972025-08-29T21:20:05.424Z Compiling tokio-macros v2.5.0
13982025-08-29T21:20:05.471Z Compiling yoke v0.7.4
13992025-08-29T21:20:05.842Z Compiling zerovec v0.10.4
14002025-08-29T21:20:05.845Z Compiling hmac v0.12.1
14012025-08-29T21:20:05.908Z Compiling icu_provider_macros v1.5.0
14022025-08-29T21:20:05.930Z Compiling block-padding v0.3.3
14032025-08-29T21:20:06.143Z Compiling futures-macro v0.3.31
14042025-08-29T21:20:06.209Z Compiling inout v0.1.3
14052025-08-29T21:20:06.525Z Compiling cipher v0.4.4
14062025-08-29T21:20:06.947Z Compiling sha2 v0.10.9
14072025-08-29T21:20:06.953Z Compiling regex v1.11.1
14082025-08-29T21:20:06.985Z Compiling der_derive v0.7.3
14092025-08-29T21:20:07.048Z Compiling thiserror-impl v1.0.69
14102025-08-29T21:20:07.545Z Compiling zerocopy v0.7.35
14112025-08-29T21:20:07.908Z Compiling tinystr v0.7.6
14122025-08-29T21:20:07.956Z Compiling icu_collections v1.5.0
14132025-08-29T21:20:08.073Z Compiling futures-util v0.3.31
14142025-08-29T21:20:08.318Z Compiling icu_locid v1.5.0
14152025-08-29T21:20:08.558Z Compiling ppv-lite86 v0.2.20
14162025-08-29T21:20:08.750Z Compiling serde v1.0.219
14172025-08-29T21:20:09.192Z Compiling salsa20 v0.10.2
14182025-08-29T21:20:09.318Z Compiling der v0.7.9
14192025-08-29T21:20:09.396Z Compiling pbkdf2 v0.12.2
14202025-08-29T21:20:09.428Z Compiling icu_provider v1.5.0
14212025-08-29T21:20:09.586Z Compiling scrypt v0.11.0
14222025-08-29T21:20:09.976Z Compiling thiserror v1.0.69
14232025-08-29T21:20:10.080Z Compiling cbc v0.1.2
14242025-08-29T21:20:10.103Z Compiling aes v0.8.4
14252025-08-29T21:20:10.145Z Compiling icu_locid_transform v1.5.0
14262025-08-29T21:20:10.241Z Compiling pest v2.7.14
14272025-08-29T21:20:10.381Z Compiling tracing-attributes v0.1.27
14282025-08-29T21:20:10.443Z Compiling scroll_derive v0.12.0
14292025-08-29T21:20:11.883Z Compiling icu_properties v1.5.1
14302025-08-29T21:20:12.140Z Compiling spki v0.7.3
14312025-08-29T21:20:12.376Z Compiling scroll v0.12.0
14322025-08-29T21:20:12.522Z Compiling pkcs5 v0.7.1
14332025-08-29T21:20:12.955Z Compiling pest_meta v2.7.14
14342025-08-29T21:20:13.138Z Compiling serde_derive_internals v0.29.1
14352025-08-29T21:20:13.258Z Compiling pkcs8 v0.10.2
14362025-08-29T21:20:13.442Z Compiling rand_core v0.9.3
14372025-08-29T21:20:13.590Z Compiling tracing v0.1.40
14382025-08-29T21:20:13.647Z Compiling bzip2-sys v0.1.13+1.0.8
14392025-08-29T21:20:13.916Z Compiling bitflags v2.9.1
14402025-08-29T21:20:13.974Z Compiling bytes v1.10.1
14412025-08-29T21:20:14.099Z Compiling semver v1.0.26
14422025-08-29T21:20:14.174Z Compiling indexmap v2.10.0
14432025-08-29T21:20:14.807Z Compiling rustc_version v0.4.1
14442025-08-29T21:20:15.333Z Compiling tokio v1.47.0
14452025-08-29T21:20:15.403Z Compiling http v1.3.1
14462025-08-29T21:20:15.469Z Compiling uuid v1.17.0
14472025-08-29T21:20:15.594Z Compiling icu_normalizer v1.5.0
14482025-08-29T21:20:16.492Z Compiling chrono v0.4.41
14492025-08-29T21:20:16.869Z Compiling idna_adapter v1.2.0
14502025-08-29T21:20:16.917Z Compiling pest_generator v2.7.14
14512025-08-29T21:20:17.112Z Compiling idna v1.0.3
14522025-08-29T21:20:17.318Z Compiling http-body v1.0.1
14532025-08-29T21:20:17.339Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14542025-08-29T21:20:17.594Z Compiling atomic-waker v1.1.2
14552025-08-29T21:20:17.616Z Compiling foreign-types-shared v0.1.1
14562025-08-29T21:20:17.765Z Compiling url v2.5.4
14572025-08-29T21:20:17.835Z Compiling untrusted v0.9.0
14582025-08-29T21:20:18.044Z Compiling which v4.4.2
14592025-08-29T21:20:18.166Z Compiling openssl-probe v0.1.5
14602025-08-29T21:20:18.603Z Compiling untrusted v0.7.1
14612025-08-29T21:20:18.653Z Compiling powerfmt v0.2.0
14622025-08-29T21:20:18.676Z Compiling openssl v0.10.73
14632025-08-29T21:20:18.825Z Compiling schemars v0.8.22
14642025-08-29T21:20:19.068Z Compiling tower-service v0.3.3
14652025-08-29T21:20:19.092Z Compiling adler2 v2.0.0
14662025-08-29T21:20:19.125Z Compiling num-conv v0.1.0
14672025-08-29T21:20:19.235Z Compiling try-lock v0.2.5
14682025-08-29T21:20:19.240Z Compiling time-core v0.1.2
14692025-08-29T21:20:19.328Z Compiling miniz_oxide v0.8.5
14702025-08-29T21:20:19.377Z Compiling want v0.3.1
14712025-08-29T21:20:19.439Z Compiling time-macros v0.2.18
14722025-08-29T21:20:19.489Z Compiling goblin v0.8.2
14732025-08-29T21:20:19.516Z Compiling deranged v0.3.11
14742025-08-29T21:20:19.657Z Compiling pest_derive v2.7.14
14752025-08-29T21:20:20.729Z Compiling foreign-types v0.3.2
14762025-08-29T21:20:20.844Z Compiling schemars_derive v0.8.22
14772025-08-29T21:20:22.340Z Compiling ipnet v2.11.0
14782025-08-29T21:20:22.405Z Compiling rand_chacha v0.9.0
14792025-08-29T21:20:23.645Z Compiling tokio-util v0.7.15
14802025-08-29T21:20:24.701Z Compiling openssl-macros v0.1.1
14812025-08-29T21:20:25.204Z Compiling h2 v0.4.6
14822025-08-29T21:20:25.450Z Compiling dyn-clone v1.0.20
14832025-08-29T21:20:25.685Z Compiling num_threads v0.1.7
14842025-08-29T21:20:25.840Z Compiling syn v1.0.109
14852025-08-29T21:20:25.924Z Compiling crossbeam-utils v0.8.21
14862025-08-29T21:20:25.956Z Compiling httpdate v1.0.3
14872025-08-29T21:20:26.394Z Compiling zerocopy v0.8.26
14882025-08-29T21:20:26.428Z Compiling rustls v0.23.19
14892025-08-29T21:20:26.496Z Compiling native-tls v0.2.12
14902025-08-29T21:20:26.890Z Compiling dof v0.3.0
14912025-08-29T21:20:27.271Z Compiling time v0.3.36
14922025-08-29T21:20:28.636Z Compiling rand v0.9.2
14932025-08-29T21:20:28.797Z Compiling dtrace-parser v0.2.0
14942025-08-29T21:20:30.397Z Compiling heapless v0.7.17
14952025-08-29T21:20:30.748Z Compiling signature v2.2.0
14962025-08-29T21:20:30.838Z Compiling unicode-normalization v0.1.24
14972025-08-29T21:20:31.040Z Compiling zerocopy-derive v0.8.26
14982025-08-29T21:20:31.312Z Compiling cookie v0.18.1
14992025-08-29T21:20:31.647Z Compiling crc32fast v1.4.2
15002025-08-29T21:20:31.748Z Compiling zstd-safe v7.2.3
15012025-08-29T21:20:31.843Z Compiling signal-hook v0.3.18
15022025-08-29T21:20:31.974Z Compiling zlib-rs v0.5.1
15032025-08-29T21:20:32.089Z Compiling slog v2.7.0
15042025-08-29T21:20:32.157Z Compiling hyper v1.6.0
15052025-08-29T21:20:32.599Z Compiling siphasher v0.3.11
15062025-08-29T21:20:33.014Z Compiling unicode-bidi v0.3.17
15072025-08-29T21:20:33.927Z Compiling unicode-properties v0.1.3
15082025-08-29T21:20:34.348Z Compiling stringprep v0.1.5
15092025-08-29T21:20:34.463Z Compiling hyper-util v0.1.16
15102025-08-29T21:20:34.519Z Compiling phf_shared v0.11.2
15112025-08-29T21:20:35.064Z Compiling usdt-impl v0.5.0
15122025-08-29T21:20:35.636Z Compiling curve25519-dalek v4.1.3
15132025-08-29T21:20:36.331Z Compiling serde_spanned v0.6.9
15142025-08-29T21:20:36.335Z Compiling toml_datetime v0.6.11
15152025-08-29T21:20:36.603Z Compiling serde_tokenstream v0.2.2
15162025-08-29T21:20:36.625Z Compiling rand_chacha v0.3.1
15172025-08-29T21:20:36.841Z Compiling md-5 v0.10.6
15182025-08-29T21:20:37.134Z Compiling num-integer v0.1.46
15192025-08-29T21:20:37.165Z Compiling sync_wrapper v1.0.1
15202025-08-29T21:20:37.335Z Compiling hash32 v0.2.1
15212025-08-29T21:20:37.707Z Compiling ff v0.13.0
15222025-08-29T21:20:37.760Z Compiling memoffset v0.9.1
15232025-08-29T21:20:37.878Z Compiling tower-layer v0.3.3
15242025-08-29T21:20:37.950Z Compiling base16ct v0.2.0
15252025-08-29T21:20:38.119Z Compiling libz-rs-sys v0.5.1
15262025-08-29T21:20:38.149Z Compiling litrs v0.4.1
15272025-08-29T21:20:38.207Z Compiling smoltcp v0.9.1
15282025-08-29T21:20:38.259Z Compiling newtype-uuid v1.2.4
15292025-08-29T21:20:38.438Z Compiling gimli v0.31.1
15302025-08-29T21:20:38.572Z Compiling num-bigint-dig v0.8.4
15312025-08-29T21:20:38.857Z Compiling psl-types v2.0.11
15322025-08-29T21:20:38.918Z Compiling cfg_aliases v0.2.1
15332025-08-29T21:20:38.943Z Compiling fallible-iterator v0.2.0
15342025-08-29T21:20:39.037Z Compiling nix v0.29.0
15352025-08-29T21:20:39.061Z Compiling publicsuffix v2.3.0
15362025-08-29T21:20:39.112Z Compiling flate2 v1.1.2
15372025-08-29T21:20:39.214Z Compiling document-features v0.2.11
15382025-08-29T21:20:39.354Z Compiling sec1 v0.7.3
15392025-08-29T21:20:39.608Z Compiling postgres-protocol v0.6.8
15402025-08-29T21:20:39.921Z Compiling tower v0.5.2
15412025-08-29T21:20:39.998Z Compiling group v0.13.0
15422025-08-29T21:20:40.338Z Compiling num-iter v0.1.45
15432025-08-29T21:20:40.507Z Compiling rand v0.8.5
15442025-08-29T21:20:40.671Z Compiling tokio-native-tls v0.3.1
15452025-08-29T21:20:41.491Z Compiling ipnetwork v0.21.1
15462025-08-29T21:20:41.683Z Compiling strum_macros v0.27.1
15472025-08-29T21:20:41.716Z Compiling rustls-native-certs v0.8.1
15482025-08-29T21:20:41.716Z Compiling terminal_size v0.4.0
15492025-08-29T21:20:41.974Z Compiling http-body-util v0.1.3
15502025-08-29T21:20:42.266Z Compiling hkdf v0.12.4
15512025-08-29T21:20:42.292Z Compiling crypto-bigint v0.5.5
15522025-08-29T21:20:42.411Z Compiling addr2line v0.24.2
15532025-08-29T21:20:42.458Z Compiling webpki-roots v1.0.1
15542025-08-29T21:20:42.552Z Compiling curve25519-dalek-derive v0.1.1
15552025-08-29T21:20:42.675Z Compiling async-trait v0.1.88
15562025-08-29T21:20:42.992Z Compiling thiserror-impl v2.0.12
15572025-08-29T21:20:43.163Z Compiling fs-err v3.1.1
15582025-08-29T21:20:43.512Z Compiling object v0.36.5
15592025-08-29T21:20:44.025Z Compiling ahash v0.8.12
15602025-08-29T21:20:44.414Z Compiling bumpalo v3.16.0
15612025-08-29T21:20:44.898Z Compiling rustix v1.0.7
15622025-08-29T21:20:45.207Z Compiling rustc-demangle v0.1.24
15632025-08-29T21:20:45.623Z Compiling buf-list v1.0.3
15642025-08-29T21:20:46.069Z Compiling simd-adler32 v0.3.7
15652025-08-29T21:20:46.093Z Compiling iri-string v0.7.8
15662025-08-29T21:20:46.258Z Compiling bitflags v1.3.2
15672025-08-29T21:20:46.386Z Compiling winnow v0.5.40
15682025-08-29T21:20:46.571Z Compiling managed v0.8.0
15692025-08-29T21:20:46.646Z Compiling anyhow v1.0.99
15702025-08-29T21:20:46.987Z Compiling hubpack_derive v0.1.1
15712025-08-29T21:20:47.006Z Compiling lockfree-object-pool v0.1.6
15722025-08-29T21:20:47.281Z Compiling zopfli v0.8.1
15732025-08-29T21:20:47.713Z Compiling clap_builder v4.5.41
15742025-08-29T21:20:47.891Z Compiling hubpack v0.1.2
15752025-08-29T21:20:48.377Z Compiling strum v0.27.2
15762025-08-29T21:20:48.633Z Compiling thiserror v2.0.12
15772025-08-29T21:20:48.880Z Compiling elliptic-curve v0.13.8
15782025-08-29T21:20:48.971Z Compiling tower-http v0.6.6
15792025-08-29T21:20:49.722Z Compiling toml_edit v0.19.15
15802025-08-29T21:20:49.950Z Compiling hyper-tls v0.6.0
15812025-08-29T21:20:49.959Z Compiling oxnet v0.1.3
15822025-08-29T21:20:50.086Z Compiling backtrace v0.3.74
15832025-08-29T21:20:50.652Z Compiling zstd v0.13.3
15842025-08-29T21:20:50.715Z Compiling cookie_store v0.21.1
15852025-08-29T21:20:51.210Z Compiling signal-hook-mio v0.2.4
15862025-08-29T21:20:51.414Z Compiling postgres-types v0.2.9
15872025-08-29T21:20:52.696Z Compiling usdt-macro v0.5.0
15882025-08-29T21:20:52.717Z Compiling usdt-attr-macro v0.5.0
15892025-08-29T21:20:52.904Z Compiling phf v0.11.2
15902025-08-29T21:20:53.224Z Compiling ed25519 v2.2.3
15912025-08-29T21:20:54.126Z Compiling bzip2 v0.4.4
15922025-08-29T21:20:54.325Z Compiling bzip2 v0.5.2
15932025-08-29T21:20:54.530Z Compiling strum_macros v0.26.4
15942025-08-29T21:20:54.731Z Compiling serde_urlencoded v0.7.1
15952025-08-29T21:20:55.152Z Compiling serde-big-array v0.5.1
15962025-08-29T21:20:55.266Z Compiling pkcs1 v0.7.5
15972025-08-29T21:20:55.397Z Compiling rfc6979 v0.4.0
15982025-08-29T21:20:55.419Z Compiling bstr v1.10.0
15992025-08-29T21:20:55.615Z Compiling enum-as-inner v0.6.1
16002025-08-29T21:20:56.159Z Compiling serde_repr v0.1.19
16012025-08-29T21:20:56.426Z Compiling clap_derive v4.5.41
16022025-08-29T21:20:56.693Z Compiling daft-derive v0.1.4
16032025-08-29T21:20:56.942Z Compiling float-cmp v0.10.0
16042025-08-29T21:20:57.206Z Compiling socket2 v0.5.10
16052025-08-29T21:20:57.284Z Compiling encoding_rs v0.8.34
16062025-08-29T21:20:57.316Z Compiling precomputed-hash v0.1.1
16072025-08-29T21:20:57.464Z Compiling mime v0.3.17
16082025-08-29T21:20:58.047Z Compiling normalize-line-endings v0.3.0
16092025-08-29T21:20:58.066Z Compiling data-encoding v2.9.0
16102025-08-29T21:20:58.196Z Compiling difflib v0.4.0
16112025-08-29T21:20:58.301Z Compiling unicode-segmentation v1.12.0
16122025-08-29T21:20:59.013Z Compiling whoami v1.5.2
16132025-08-29T21:20:59.185Z Compiling fixedbitset v0.4.2
16142025-08-29T21:20:59.454Z Compiling new_debug_unreachable v1.0.6
16152025-08-29T21:20:59.570Z Compiling predicates-core v1.0.8
16162025-08-29T21:20:59.590Z Compiling static_assertions v1.1.0
16172025-08-29T21:20:59.631Z Compiling string_cache v0.8.9
16182025-08-29T21:20:59.718Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16192025-08-29T21:20:59.810Z Compiling predicates v3.1.3
16202025-08-29T21:20:59.898Z Compiling petgraph v0.6.5
16212025-08-29T21:21:00.068Z Compiling tokio-postgres v0.7.13
16222025-08-29T21:21:00.897Z Compiling clap v4.5.41
16232025-08-29T21:21:00.987Z Compiling similar v2.7.0
16242025-08-29T21:21:01.029Z Compiling strum v0.26.3
16252025-08-29T21:21:01.240Z Compiling hickory-proto v0.25.2
16262025-08-29T21:21:01.309Z Compiling daft v0.1.4
16272025-08-29T21:21:01.865Z Compiling toml_edit v0.22.27
16282025-08-29T21:21:03.163Z Compiling console v0.15.10
16292025-08-29T21:21:03.801Z Compiling usdt v0.5.0
16302025-08-29T21:21:03.829Z Compiling rsa v0.9.6
16312025-08-29T21:21:04.155Z Compiling ecdsa v0.16.9
16322025-08-29T21:21:04.522Z Compiling zip v4.2.0
16332025-08-29T21:21:04.996Z Compiling zip v0.6.6
16342025-08-29T21:21:05.479Z Compiling ed25519-dalek v2.1.1
16352025-08-29T21:21:06.206Z Compiling toml v0.7.8
16362025-08-29T21:21:06.636Z Compiling crossterm v0.28.1
16372025-08-29T21:21:08.638Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16382025-08-29T21:21:08.875Z Compiling crossbeam-epoch v0.9.18
16392025-08-29T21:21:08.990Z Compiling tokio-stream v0.1.17
16402025-08-29T21:21:09.077Z Compiling openapiv3 v2.2.0
16412025-08-29T21:21:09.575Z Compiling x509-cert v0.2.5
16422025-08-29T21:21:09.866Z Compiling sha1 v0.10.6
16432025-08-29T21:21:09.998Z Compiling itertools v0.13.0
16442025-08-29T21:21:10.318Z Compiling itertools v0.10.5
16452025-08-29T21:21:11.225Z Compiling dirs-sys-next v0.1.2
16462025-08-29T21:21:11.512Z Compiling winnow v0.6.26
16472025-08-29T21:21:11.779Z Compiling peg-runtime v0.8.5
16482025-08-29T21:21:12.352Z Compiling lalrpop-util v0.19.12
16492025-08-29T21:21:12.753Z Compiling rustc-hash v2.1.1
16502025-08-29T21:21:12.910Z Compiling dirs-next v2.0.0
16512025-08-29T21:21:12.951Z Compiling thread_local v1.1.8
16522025-08-29T21:21:12.973Z Compiling slog-async v2.8.0
16532025-08-29T21:21:13.002Z Compiling crossbeam-channel v0.5.15
16542025-08-29T21:21:13.060Z Compiling term v0.7.0
16552025-08-29T21:21:13.123Z Compiling xattr v1.3.1
16562025-08-29T21:21:13.417Z Compiling futures-executor v0.3.31
16572025-08-29T21:21:13.439Z Compiling filetime v0.2.25
16582025-08-29T21:21:13.578Z Compiling is-terminal v0.4.13
16592025-08-29T21:21:13.733Z Compiling take_mut v0.2.2
16602025-08-29T21:21:13.754Z Compiling slog-term v2.9.1
16612025-08-29T21:21:13.943Z Compiling futures v0.3.31
16622025-08-29T21:21:13.947Z Compiling tar v0.4.44
16632025-08-29T21:21:13.947Z Compiling camino v1.1.11
16642025-08-29T21:21:18.754Z Compiling aws-lc-sys v0.26.0
16652025-08-29T21:21:48.349Z Compiling rustls-webpki v0.102.8
16662025-08-29T21:21:52.961Z Compiling tokio-rustls v0.26.0
16672025-08-29T21:21:53.220Z Compiling hyper-rustls v0.27.7
16682025-08-29T21:21:53.583Z Compiling reqwest v0.12.22
16692025-08-29T21:21:57.114Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16702025-08-29T21:21:57.412Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16712025-08-29T21:22:02.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
16722025-08-29T21:22:02.270Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16732025-08-29T21:22:02.341ZAug 29 21:22:01.632 INFO Starting download, target: Clickhouse
16742025-08-29T21:22:02.341ZAug 29 21:22:01.633 INFO Starting download, target: Cockroach
16752025-08-29T21:22:02.342ZAug 29 21:22:01.633 INFO Starting download, target: Console
16762025-08-29T21:22:02.342ZAug 29 21:22:01.633 INFO Starting download, target: DendriteStub
16772025-08-29T21:22:02.342ZAug 29 21:22:01.633 INFO Starting download, target: MaghemiteMgd
16782025-08-29T21:22:02.357ZAug 29 21:22:01.633 INFO Starting download, target: TransceiverControl
16792025-08-29T21:22:02.357ZAug 29 21:22:01.633 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16802025-08-29T21:22:02.357ZAug 29 21:22:01.634 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16812025-08-29T21:22:02.357ZAug 29 21:22:01.634 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16822025-08-29T21:22:02.357ZAug 29 21:22:01.634 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16832025-08-29T21:22:02.357ZAug 29 21:22:01.634 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16842025-08-29T21:22:02.358ZAug 29 21:22:01.634 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16852025-08-29T21:22:02.761ZAug 29 21:22:02.065 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16862025-08-29T21:22:02.804ZAug 29 21:22:02.109 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16872025-08-29T21:22:03.174ZAug 29 21:22:02.474 INFO Download complete, target: TransceiverControl
16882025-08-29T21:22:03.221ZAug 29 21:22:02.520 INFO Download complete, target: Console
16892025-08-29T21:22:04.217ZAug 29 21:22:03.516 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16902025-08-29T21:22:04.273ZAug 29 21:22:03.579 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16912025-08-29T21:22:04.548ZAug 29 21:22:03.849 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16922025-08-29T21:22:04.901ZAug 29 21:22:04.207 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16932025-08-29T21:22:04.901ZAug 29 21:22:04.207 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16942025-08-29T21:22:07.468ZAug 29 21:22:06.774 INFO Download complete, target: DendriteStub
16952025-08-29T21:22:07.738ZAug 29 21:22:07.042 INFO Download complete, target: MaghemiteMgd
16962025-08-29T21:22:11.592ZAug 29 21:22:10.898 INFO Checking that binary works, target: Cockroach
16972025-08-29T21:22:11.741ZAug 29 21:22:11.047 INFO Download complete, target: Cockroach
16982025-08-29T21:22:15.281ZAug 29 21:22:14.586 INFO Checking that binary works, target: Clickhouse
16992025-08-29T21:22:15.413ZAug 29 21:22:14.718 INFO Download complete, target: Clickhouse
17002025-08-29T21:22:15.435ZAll builder prerequisites installed successfully, and PATH looks valid
17012025-08-29T21:22:15.440Z
17022025-08-29T21:22:15.440Zreal 5:13.267615879
17032025-08-29T21:22:15.440Zuser 16:34.476153353
17042025-08-29T21:22:15.440Zsys 2:19.971340752
17052025-08-29T21:22:15.440Ztrap 0.611949549
17062025-08-29T21:22:15.440Ztflt 0.904047434
17072025-08-29T21:22:15.440Zdflt 1.111985815
17082025-08-29T21:22:15.440Zkflt 0.027877350
17092025-08-29T21:22:15.440Zlock 38:30.780392773
17102025-08-29T21:22:15.440Zslp 1:00:56.748320534
17112025-08-29T21:22:15.440Zlat 1:14.950219185
17122025-08-29T21:22:15.440Zstop 2:53.522615144
17132025-08-29T21:22:15.440Z+ banner hack-check
17142025-08-29T21:22:15.440Z
17152025-08-29T21:22:15.440Z # # ## #### # # #### # # ###### #### # #
17162025-08-29T21:22:15.440Z # # # # # # # # # # # # # # # # #
17172025-08-29T21:22:15.440Z ###### # # # #### ##### # ###### ##### # ####
17182025-08-29T21:22:15.440Z # # ###### # # # # # # # # # #
17192025-08-29T21:22:15.440Z # # # # # # # # # # # # # # # # #
17202025-08-29T21:22:15.440Z # # # # #### # # #### # # ###### #### # #
17212025-08-29T21:22:15.440Z
17222025-08-29T21:22:15.440Z+ export CARGO_INCREMENTAL=0
17232025-08-29T21:22:15.440Z+ CARGO_INCREMENTAL=0
17242025-08-29T21:22:15.440Z+ ptime -m timeout 2h cargo xtask check-features --ci
17252025-08-29T21:22:16.196Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17262025-08-29T21:22:16.494Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17272025-08-29T21:22:19.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
17282025-08-29T21:22:19.601Z Running `target/debug/xtask check-features --ci`
17292025-08-29T21:22:19.632Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17302025-08-29T21:22:19.632Zrunning: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17312025-08-29T21:22:20.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17322025-08-29T21:22:20.285Z Running `target/debug/xtask download cargo-hack`
17332025-08-29T21:22:21.302Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17342025-08-29T21:22:21.709Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17352025-08-29T21:22:25.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
17362025-08-29T21:22:25.779Z Running `target/debug/xtask-downloader cargo-hack`
17372025-08-29T21:22:25.824ZAug 29 21:22:25.128 INFO Starting download, target: CargoHack
17382025-08-29T21:22:25.827ZAug 29 21:22:25.129 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17392025-08-29T21:22:26.007ZAug 29 21:22:25.311 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17402025-08-29T21:22:26.086ZAug 29 21:22:25.389 INFO Download complete, target: CargoHack
17412025-08-29T21:22:26.090Zrunning: "/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"
17422025-08-29T21:22:26.110Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17432025-08-29T21:22:26.321Zinfo: running `cargo check --bins` on api_identity (1/227)
17442025-08-29T21:22:27.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-08-29T21:22:27.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-08-29T21:22:27.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-08-29T21:22:27.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17482025-08-29T21:22:27.087Z
17492025-08-29T21:22:27.087Zinfo: running `cargo check --bins` on bootstore (2/227)
17502025-08-29T21:22:27.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-08-29T21:22:27.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-08-29T21:22:27.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-08-29T21:22:27.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17542025-08-29T21:22:27.886Z
17552025-08-29T21:22:27.886Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/227)
17562025-08-29T21:22:28.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-08-29T21:22:28.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-08-29T21:22:28.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-08-29T21:22:28.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17602025-08-29T21:22:28.694Z
17612025-08-29T21:22:28.694Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/227)
17622025-08-29T21:22:29.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-08-29T21:22:29.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-08-29T21:22:29.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-08-29T21:22:29.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17662025-08-29T21:22:29.486Z
17672025-08-29T21:22:29.486Zinfo: running `cargo check --bins` on id-map (5/227)
17682025-08-29T21:22:30.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-08-29T21:22:30.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-08-29T21:22:30.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-08-29T21:22:30.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17722025-08-29T21:22:30.265Z
17732025-08-29T21:22:30.265Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/227)
17742025-08-29T21:22:30.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-08-29T21:22:30.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-08-29T21:22:30.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-08-29T21:22:30.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17782025-08-29T21:22:30.861Z
17792025-08-29T21:22:30.861Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/227)
17802025-08-29T21:22:31.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-08-29T21:22:31.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-08-29T21:22:31.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-08-29T21:22:31.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17842025-08-29T21:22:31.458Z
17852025-08-29T21:22:31.458Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/227)
17862025-08-29T21:22:31.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-08-29T21:22:31.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-08-29T21:22:31.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-08-29T21:22:31.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17902025-08-29T21:22:32.050Z
17912025-08-29T21:22:32.050Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/227)
17922025-08-29T21:22:32.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-08-29T21:22:32.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-08-29T21:22:32.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952025-08-29T21:22:32.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17962025-08-29T21:22:32.646Z
17972025-08-29T21:22:32.646Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/227)
17982025-08-29T21:22:33.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992025-08-29T21:22:33.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002025-08-29T21:22:33.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012025-08-29T21:22:33.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18022025-08-29T21:22:33.222Z
18032025-08-29T21:22:33.222Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/227)
18042025-08-29T21:22:33.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052025-08-29T21:22:33.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062025-08-29T21:22:33.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072025-08-29T21:22:33.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18082025-08-29T21:22:33.815Z
18092025-08-29T21:22:33.815Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/227)
18102025-08-29T21:22:34.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112025-08-29T21:22:34.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122025-08-29T21:22:34.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132025-08-29T21:22:34.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18142025-08-29T21:22:34.419Z
18152025-08-29T21:22:34.419Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/227)
18162025-08-29T21:22:34.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172025-08-29T21:22:34.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182025-08-29T21:22:34.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192025-08-29T21:22:34.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18202025-08-29T21:22:34.992Z
18212025-08-29T21:22:34.992Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/227)
18222025-08-29T21:22:35.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232025-08-29T21:22:35.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242025-08-29T21:22:35.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252025-08-29T21:22:35.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18262025-08-29T21:22:35.578Z
18272025-08-29T21:22:35.578Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/227)
18282025-08-29T21:22:36.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292025-08-29T21:22:36.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302025-08-29T21:22:36.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312025-08-29T21:22:36.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18322025-08-29T21:22:36.165Z
18332025-08-29T21:22:36.165Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/227)
18342025-08-29T21:22:36.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352025-08-29T21:22:36.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362025-08-29T21:22:36.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372025-08-29T21:22:36.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18382025-08-29T21:22:36.743Z
18392025-08-29T21:22:36.743Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/227)
18402025-08-29T21:22:37.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412025-08-29T21:22:37.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422025-08-29T21:22:37.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432025-08-29T21:22:37.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18442025-08-29T21:22:37.331Z
18452025-08-29T21:22:37.331Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/227)
18462025-08-29T21:22:37.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472025-08-29T21:22:37.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482025-08-29T21:22:37.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492025-08-29T21:22:37.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18502025-08-29T21:22:37.919Z
18512025-08-29T21:22:37.919Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/227)
18522025-08-29T21:22:38.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532025-08-29T21:22:38.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542025-08-29T21:22:38.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552025-08-29T21:22:38.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18562025-08-29T21:22:38.504Z
18572025-08-29T21:22:38.504Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/227)
18582025-08-29T21:22:39.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592025-08-29T21:22:39.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602025-08-29T21:22:39.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612025-08-29T21:22:39.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18622025-08-29T21:22:39.094Z
18632025-08-29T21:22:39.094Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/227)
18642025-08-29T21:22:39.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652025-08-29T21:22:39.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662025-08-29T21:22:39.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672025-08-29T21:22:39.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18682025-08-29T21:22:39.686Z
18692025-08-29T21:22:39.686Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/227)
18702025-08-29T21:22:40.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712025-08-29T21:22:40.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722025-08-29T21:22:40.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732025-08-29T21:22:40.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742025-08-29T21:22:40.279Z
18752025-08-29T21:22:40.279Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/227)
18762025-08-29T21:22:40.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772025-08-29T21:22:40.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782025-08-29T21:22:40.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792025-08-29T21:22:40.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18802025-08-29T21:22:40.858Z
18812025-08-29T21:22:40.858Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/227)
18822025-08-29T21:22:41.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832025-08-29T21:22:41.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842025-08-29T21:22:41.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852025-08-29T21:22:41.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18862025-08-29T21:22:41.450Z
18872025-08-29T21:22:41.450Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/227)
18882025-08-29T21:22:41.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892025-08-29T21:22:41.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902025-08-29T21:22:41.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912025-08-29T21:22:41.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922025-08-29T21:22:42.046Z
18932025-08-29T21:22:42.046Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/227)
18942025-08-29T21:22:42.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952025-08-29T21:22:42.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962025-08-29T21:22:42.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972025-08-29T21:22:42.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18982025-08-29T21:22:42.634Z
18992025-08-29T21:22:42.634Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/227)
19002025-08-29T21:22:43.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012025-08-29T21:22:43.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022025-08-29T21:22:43.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032025-08-29T21:22:43.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19042025-08-29T21:22:43.214Z
19052025-08-29T21:22:43.214Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/227)
19062025-08-29T21:22:43.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072025-08-29T21:22:43.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082025-08-29T21:22:43.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092025-08-29T21:22:43.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19102025-08-29T21:22:43.812Z
19112025-08-29T21:22:43.812Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/227)
19122025-08-29T21:22:44.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132025-08-29T21:22:44.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142025-08-29T21:22:44.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152025-08-29T21:22:44.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19162025-08-29T21:22:44.425Z
19172025-08-29T21:22:44.425Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/227)
19182025-08-29T21:22:44.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192025-08-29T21:22:44.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202025-08-29T21:22:44.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212025-08-29T21:22:44.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19222025-08-29T21:22:45.005Z
19232025-08-29T21:22:45.005Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/227)
19242025-08-29T21:22:45.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252025-08-29T21:22:45.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262025-08-29T21:22:45.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272025-08-29T21:22:45.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19282025-08-29T21:22:45.590Z
19292025-08-29T21:22:45.591Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/227)
19302025-08-29T21:22:46.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312025-08-29T21:22:46.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322025-08-29T21:22:46.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332025-08-29T21:22:46.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19342025-08-29T21:22:46.165Z
19352025-08-29T21:22:46.165Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/227)
19362025-08-29T21:22:46.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372025-08-29T21:22:46.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382025-08-29T21:22:46.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392025-08-29T21:22:46.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19402025-08-29T21:22:46.774Z
19412025-08-29T21:22:46.774Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/227)
19422025-08-29T21:22:47.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432025-08-29T21:22:47.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442025-08-29T21:22:47.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452025-08-29T21:22:47.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19462025-08-29T21:22:47.350Z
19472025-08-29T21:22:47.350Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/227)
19482025-08-29T21:22:47.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492025-08-29T21:22:47.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502025-08-29T21:22:47.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512025-08-29T21:22:47.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19522025-08-29T21:22:47.939Z
19532025-08-29T21:22:47.939Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/227)
19542025-08-29T21:22:48.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552025-08-29T21:22:48.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562025-08-29T21:22:48.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572025-08-29T21:22:48.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582025-08-29T21:22:48.528Z
19592025-08-29T21:22:48.528Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/227)
19602025-08-29T21:22:49.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612025-08-29T21:22:49.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622025-08-29T21:22:49.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632025-08-29T21:22:49.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19642025-08-29T21:22:49.126Z
19652025-08-29T21:22:49.126Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/227)
19662025-08-29T21:22:49.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672025-08-29T21:22:49.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682025-08-29T21:22:49.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692025-08-29T21:22:49.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19702025-08-29T21:22:49.734Z
19712025-08-29T21:22:49.734Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/227)
19722025-08-29T21:22:50.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732025-08-29T21:22:50.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742025-08-29T21:22:50.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752025-08-29T21:22:50.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762025-08-29T21:22:50.326Z
19772025-08-29T21:22:50.326Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/227)
19782025-08-29T21:22:50.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792025-08-29T21:22:50.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802025-08-29T21:22:50.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812025-08-29T21:22:50.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19822025-08-29T21:22:50.909Z
19832025-08-29T21:22:50.909Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/227)
19842025-08-29T21:22:51.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852025-08-29T21:22:51.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862025-08-29T21:22:51.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872025-08-29T21:22:51.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19882025-08-29T21:22:51.509Z
19892025-08-29T21:22:51.509Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/227)
19902025-08-29T21:22:52.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912025-08-29T21:22:52.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922025-08-29T21:22:52.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932025-08-29T21:22:52.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19942025-08-29T21:22:52.118Z
19952025-08-29T21:22:52.118Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/227)
19962025-08-29T21:22:52.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972025-08-29T21:22:52.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982025-08-29T21:22:52.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992025-08-29T21:22:52.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002025-08-29T21:22:52.711Z
20012025-08-29T21:22:52.711Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/227)
20022025-08-29T21:22:53.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032025-08-29T21:22:53.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042025-08-29T21:22:53.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052025-08-29T21:22:53.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062025-08-29T21:22:53.306Z
20072025-08-29T21:22:53.306Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/227)
20082025-08-29T21:22:53.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092025-08-29T21:22:53.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102025-08-29T21:22:53.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112025-08-29T21:22:53.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20122025-08-29T21:22:53.898Z
20132025-08-29T21:22:53.899Zinfo: running `cargo check --bins` on sled-hardware-types (46/227)
20142025-08-29T21:22:54.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152025-08-29T21:22:54.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162025-08-29T21:22:54.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172025-08-29T21:22:54.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20182025-08-29T21:22:54.710Z
20192025-08-29T21:22:54.710Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/227)
20202025-08-29T21:22:55.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212025-08-29T21:22:55.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222025-08-29T21:22:55.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232025-08-29T21:22:55.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
20242025-08-29T21:22:55.503Z
20252025-08-29T21:22:55.503Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/227)
20262025-08-29T21:22:56.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272025-08-29T21:22:56.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282025-08-29T21:22:56.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292025-08-29T21:22:56.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20302025-08-29T21:22:56.304Z
20312025-08-29T21:22:56.304Zinfo: running `cargo check --bins` on oxlog (49/227)
20322025-08-29T21:22:56.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332025-08-29T21:22:56.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342025-08-29T21:22:57.093Z Checking cfg-if v1.0.1
20352025-08-29T21:22:57.096Z Checking libc v0.2.174
20362025-08-29T21:22:57.222Z Checking serde v1.0.219
20372025-08-29T21:22:57.229Z Checking zeroize v1.8.1
20382025-08-29T21:22:57.237Z Checking memchr v2.7.4
20392025-08-29T21:22:57.264Z Checking typenum v1.17.0
20402025-08-29T21:22:57.267Z Checking smallvec v1.15.1
20412025-08-29T21:22:57.294Z Checking value-bag v1.9.0
20422025-08-29T21:22:57.297Z Checking subtle v2.6.1
20432025-08-29T21:22:57.502Z Checking scopeguard v1.2.0
20442025-08-29T21:22:57.583Z Checking const-oid v0.9.6
20452025-08-29T21:22:57.627Z Checking itoa v1.0.11
20462025-08-29T21:22:57.665Z Checking lock_api v0.4.12
20472025-08-29T21:22:57.692Z Checking log v0.4.27
20482025-08-29T21:22:57.854Z Checking stable_deref_trait v1.2.0
20492025-08-29T21:22:57.979Z Checking zerofrom v0.1.4
20502025-08-29T21:22:58.047Z Checking pin-project-lite v0.2.14
20512025-08-29T21:22:58.066Z Checking byteorder v1.5.0
20522025-08-29T21:22:58.186Z Checking portable-atomic v1.11.0
20532025-08-29T21:22:58.204Z Checking yoke v0.7.4
20542025-08-29T21:22:58.218Z Checking critical-section v1.1.3
20552025-08-29T21:22:58.301Z Checking getrandom v0.2.15
20562025-08-29T21:22:58.352Z Checking generic-array v0.14.7
20572025-08-29T21:22:58.383Z Checking parking_lot_core v0.9.10
20582025-08-29T21:22:58.457Z Checking signal-hook-registry v1.4.2
20592025-08-29T21:22:58.537Z Checking mio v1.0.2
20602025-08-29T21:22:58.572Z Checking rand_core v0.6.4
20612025-08-29T21:22:58.705Z Checking zerovec v0.10.4
20622025-08-29T21:22:58.731Z Checking parking_lot v0.12.3
20632025-08-29T21:22:58.894Z Checking socket2 v0.6.0
20642025-08-29T21:22:59.105Z Checking allocator-api2 v0.2.21
20652025-08-29T21:22:59.136Z Checking equivalent v1.0.2
20662025-08-29T21:22:59.202Z Checking once_cell v1.21.3
20672025-08-29T21:22:59.277Z Checking futures-core v0.3.31
20682025-08-29T21:22:59.389Z Checking cpufeatures v0.2.14
20692025-08-29T21:22:59.432Z Checking foldhash v0.1.5
20702025-08-29T21:22:59.486Z Checking writeable v0.5.5
20712025-08-29T21:22:59.508Z Checking litemap v0.7.3
20722025-08-29T21:22:59.544Z Checking crypto-common v0.1.6
20732025-08-29T21:22:59.544Z Checking block-buffer v0.10.4
20742025-08-29T21:22:59.702Z Checking block-padding v0.3.3
20752025-08-29T21:22:59.756Z Checking getrandom v0.3.1
20762025-08-29T21:22:59.776Z Checking hashbrown v0.15.4
20772025-08-29T21:22:59.798Z Checking digest v0.10.7
20782025-08-29T21:22:59.839Z Checking percent-encoding v2.3.1
20792025-08-29T21:22:59.871Z Checking zerocopy v0.7.35
20802025-08-29T21:22:59.925Z Checking inout v0.1.3
20812025-08-29T21:23:00.015Z Checking libm v0.2.8
20822025-08-29T21:23:00.059Z Checking futures-sink v0.3.31
20832025-08-29T21:23:00.156Z Checking hmac v0.12.1
20842025-08-29T21:23:00.175Z Checking icu_locid_transform_data v1.5.0
20852025-08-29T21:23:00.222Z Checking ryu v1.0.18
20862025-08-29T21:23:00.284Z Checking futures-channel v0.3.31
20872025-08-29T21:23:00.302Z Checking tinystr v0.7.6
20882025-08-29T21:23:00.392Z Checking icu_collections v1.5.0
20892025-08-29T21:23:00.488Z Checking cipher v0.4.4
20902025-08-29T21:23:00.650Z Checking icu_locid v1.5.0
20912025-08-29T21:23:00.653Z Checking sha2 v0.10.9
20922025-08-29T21:23:00.809Z Checking slab v0.4.9
20932025-08-29T21:23:00.900Z Checking pin-utils v0.1.0
20942025-08-29T21:23:00.920Z Checking num-traits v0.2.19
20952025-08-29T21:23:01.014Z Checking futures-io v0.3.31
20962025-08-29T21:23:01.071Z Checking base64ct v1.6.0
20972025-08-29T21:23:01.089Z Checking futures-task v0.3.31
20982025-08-29T21:23:01.105Z Checking icu_properties_data v1.5.0
20992025-08-29T21:23:01.222Z Checking flagset v0.4.6
21002025-08-29T21:23:01.242Z Checking utf8_iter v1.0.4
21012025-08-29T21:23:01.360Z Checking futures-util v0.3.31
21022025-08-29T21:23:01.367Z Checking utf16_iter v1.0.5
21032025-08-29T21:23:01.431Z Checking write16 v1.0.0
21042025-08-29T21:23:01.460Z Checking icu_normalizer_data v1.5.0
21052025-08-29T21:23:01.545Z Checking ppv-lite86 v0.2.20
21062025-08-29T21:23:01.564Z Checking pem-rfc7468 v0.7.0
21072025-08-29T21:23:01.584Z Checking salsa20 v0.10.2
21082025-08-29T21:23:01.587Z Checking pbkdf2 v0.12.2
21092025-08-29T21:23:01.622Z Checking icu_provider v1.5.0
21102025-08-29T21:23:01.641Z Checking bytes v1.10.1
21112025-08-29T21:23:01.777Z Checking bitflags v2.9.1
21122025-08-29T21:23:01.818Z Checking indexmap v2.10.0
21132025-08-29T21:23:01.860Z Checking serde_json v1.0.142
21142025-08-29T21:23:02.092Z Checking der v0.7.9
21152025-08-29T21:23:02.278Z Checking icu_locid_transform v1.5.0
21162025-08-29T21:23:02.298Z Checking fnv v1.0.7
21172025-08-29T21:23:02.421Z Checking scrypt v0.11.0
21182025-08-29T21:23:02.460Z Checking aes v0.8.4
21192025-08-29T21:23:02.675Z Checking cbc v0.1.2
21202025-08-29T21:23:02.723Z Checking tokio v1.47.0
21212025-08-29T21:23:02.914Z Checking http v1.3.1
21222025-08-29T21:23:03.166Z Checking form_urlencoded v1.2.1
21232025-08-29T21:23:03.337Z Checking icu_properties v1.5.1
21242025-08-29T21:23:03.413Z Checking uuid v1.17.0
21252025-08-29T21:23:03.413Z Checking tracing-core v0.1.32
21262025-08-29T21:23:03.558Z Compiling newtype-uuid v1.2.4
21272025-08-29T21:23:03.810Z Checking spki v0.7.3
21282025-08-29T21:23:03.875Z Checking tinyvec_macros v0.1.1
21292025-08-29T21:23:03.985Z Checking base64 v0.22.1
21302025-08-29T21:23:04.047Z Checking rustls-pki-types v1.10.0
21312025-08-29T21:23:04.096Z Checking tracing v0.1.40
21322025-08-29T21:23:04.116Z Checking pkcs5 v0.7.1
21332025-08-29T21:23:04.228Z Checking http-body v1.0.1
21342025-08-29T21:23:04.438Z Checking iana-time-zone v0.1.63
21352025-08-29T21:23:04.460Z Checking tinyvec v1.8.0
21362025-08-29T21:23:04.505Z Checking rand_core v0.9.3
21372025-08-29T21:23:04.620Z Checking aws-lc-sys v0.26.0
21382025-08-29T21:23:04.624Z Checking chrono v0.4.41
21392025-08-29T21:23:04.662Z Checking pkcs8 v0.10.2
21402025-08-29T21:23:04.850Z Checking errno v0.3.12
21412025-08-29T21:23:05.002Z Checking spin v0.9.8
21422025-08-29T21:23:05.056Z Checking adler2 v2.0.0
21432025-08-29T21:23:05.254Z Checking untrusted v0.9.0
21442025-08-29T21:23:05.364Z Checking untrusted v0.7.1
21452025-08-29T21:23:05.445Z Checking tower-service v0.3.3
21462025-08-29T21:23:05.549Z Checking try-lock v0.2.5
21472025-08-29T21:23:05.585Z Checking atomic-waker v1.1.2
21482025-08-29T21:23:05.695Z Checking foreign-types-shared v0.1.1
21492025-08-29T21:23:05.737Z Checking openssl-probe v0.1.5
21502025-08-29T21:23:05.821Z Checking foreign-types v0.3.2
21512025-08-29T21:23:05.821Z Checking want v0.3.1
21522025-08-29T21:23:05.904Z Checking ring v0.17.14
21532025-08-29T21:23:05.930Z Checking miniz_oxide v0.8.5
21542025-08-29T21:23:06.016Z Checking rand_chacha v0.9.0
21552025-08-29T21:23:06.052Z Checking ipnet v2.11.0
21562025-08-29T21:23:06.414Z Checking httparse v1.9.5
21572025-08-29T21:23:06.593Z Checking openssl-sys v0.9.109
21582025-08-29T21:23:06.612Z Checking icu_normalizer v1.5.0
21592025-08-29T21:23:06.630Z Checking thiserror v1.0.69
21602025-08-29T21:23:06.663Z Checking aho-corasick v1.1.3
21612025-08-29T21:23:06.783Z Checking powerfmt v0.2.0
21622025-08-29T21:23:06.847Z Checking httpdate v1.0.3
21632025-08-29T21:23:06.890Z Checking aws-lc-rs v1.12.4
21642025-08-29T21:23:07.057Z Checking unicode-ident v1.0.18
21652025-08-29T21:23:07.116Z Checking regex-syntax v0.8.5
21662025-08-29T21:23:07.242Z Checking proc-macro2 v1.0.95
21672025-08-29T21:23:07.388Z Checking idna_adapter v1.2.0
21682025-08-29T21:23:07.592Z Checking idna v1.0.3
21692025-08-29T21:23:07.749Z Checking openssl v0.10.73
21702025-08-29T21:23:07.943Z Checking deranged v0.3.11
21712025-08-29T21:23:08.118Z Checking url v2.5.4
21722025-08-29T21:23:08.155Z Checking rand v0.9.2
21732025-08-29T21:23:08.205Z Checking unicode-normalization v0.1.24
21742025-08-29T21:23:08.685Z Checking rustls-webpki v0.102.8
21752025-08-29T21:23:09.045Z Checking rustix v0.38.37
21762025-08-29T21:23:09.128Z Checking crossbeam-utils v0.8.21
21772025-08-29T21:23:09.146Z Checking semver v1.0.26
21782025-08-29T21:23:09.264Z Checking bzip2-sys v0.1.13+1.0.8
21792025-08-29T21:23:09.402Z Checking signature v2.2.0
21802025-08-29T21:23:09.442Z Checking scroll v0.12.0
21812025-08-29T21:23:09.559Z Checking crc32fast v1.4.2
21822025-08-29T21:23:09.641Z Checking utf8parse v0.2.2
21832025-08-29T21:23:09.819Z Checking zlib-rs v0.5.1
21842025-08-29T21:23:09.836Z Checking num_threads v0.1.7
21852025-08-29T21:23:09.871Z Checking time-core v0.1.2
21862025-08-29T21:23:09.908Z Checking tokio-util v0.7.15
21872025-08-29T21:23:09.928Z Checking plain v0.2.3
21882025-08-29T21:23:09.994Z Checking dyn-clone v1.0.20
21892025-08-29T21:23:10.039Z Checking anstyle v1.0.11
21902025-08-29T21:23:10.147Z Checking unicode-properties v0.1.3
21912025-08-29T21:23:10.166Z Checking ucd-trie v0.1.7
21922025-08-29T21:23:10.291Z Checking regex-automata v0.4.8
21932025-08-29T21:23:10.388Z Checking num-conv v0.1.0
21942025-08-29T21:23:10.411Z Checking siphasher v0.3.11
21952025-08-29T21:23:10.538Z Checking either v1.15.0
21962025-08-29T21:23:10.637Z Checking unicode-bidi v0.3.17
21972025-08-29T21:23:10.751Z Checking phf_shared v0.11.2
21982025-08-29T21:23:10.919Z Checking time v0.3.36
21992025-08-29T21:23:11.041Z Checking pest v2.7.14
22002025-08-29T21:23:11.167Z Checking h2 v0.4.6
22012025-08-29T21:23:11.279Z Checking stringprep v0.1.5
22022025-08-29T21:23:11.577Z Checking schemars v0.8.22
22032025-08-29T21:23:11.665Z Checking libz-rs-sys v0.5.1
22042025-08-29T21:23:11.890Z Checking goblin v0.8.2
22052025-08-29T21:23:12.326Z Checking crossbeam-epoch v0.9.18
22062025-08-29T21:23:12.762Z Checking anstyle-parse v0.2.5
22072025-08-29T21:23:12.905Z Checking native-tls v0.2.12
22082025-08-29T21:23:13.058Z Checking rustls v0.23.19
22092025-08-29T21:23:13.113Z Checking quote v1.0.40
22102025-08-29T21:23:13.285Z Checking num-integer v0.1.46
22112025-08-29T21:23:13.464Z Checking zerocopy v0.8.26
22122025-08-29T21:23:13.512Z Checking rand_chacha v0.3.1
22132025-08-29T21:23:13.532Z Checking serde_spanned v0.6.9
22142025-08-29T21:23:13.750Z Checking toml_datetime v0.6.11
22152025-08-29T21:23:13.774Z Checking zstd-sys v2.0.14+zstd.1.5.7
22162025-08-29T21:23:13.919Z Checking md-5 v0.10.6
22172025-08-29T21:23:13.994Z Checking sync_wrapper v1.0.1
22182025-08-29T21:23:14.111Z Checking ff v0.13.0
22192025-08-29T21:23:14.168Z Checking hash32 v0.2.1
22202025-08-29T21:23:14.189Z Checking is_terminal_polyfill v1.70.1
22212025-08-29T21:23:14.334Z Checking base16ct v0.2.0
22222025-08-29T21:23:14.358Z Checking fallible-iterator v0.2.0
22232025-08-29T21:23:14.482Z Checking tower-layer v0.3.3
22242025-08-29T21:23:14.577Z Checking psl-types v2.0.11
22252025-08-29T21:23:14.653Z Checking anstyle-query v1.1.1
22262025-08-29T21:23:14.773Z Checking pretty-hex v0.4.1
22272025-08-29T21:23:14.794Z Checking colorchoice v1.0.2
22282025-08-29T21:23:14.817Z Checking gimli v0.31.1
22292025-08-29T21:23:14.964Z Checking anstream v0.6.18
22302025-08-29T21:23:14.980Z Checking postgres-protocol v0.6.8
22312025-08-29T21:23:14.998Z Checking publicsuffix v2.3.0
22322025-08-29T21:23:15.281Z Checking tower v0.5.2
22332025-08-29T21:23:15.361Z Checking sec1 v0.7.3
22342025-08-29T21:23:15.651Z Checking heapless v0.7.17
22352025-08-29T21:23:15.774Z Checking group v0.13.0
22362025-08-29T21:23:16.021Z Checking zstd-safe v7.2.3
22372025-08-29T21:23:16.047Z Checking rand v0.8.5
22382025-08-29T21:23:16.368Z Checking num-iter v0.1.45
22392025-08-29T21:23:16.554Z Checking dtrace-parser v0.2.0
22402025-08-29T21:23:16.589Z Checking syn v2.0.104
22412025-08-29T21:23:16.706Z Checking dof v0.3.0
22422025-08-29T21:23:16.761Z Compiling daft v0.1.4
22432025-08-29T21:23:17.064Z Checking cookie v0.18.1
22442025-08-29T21:23:17.235Z Checking tokio-native-tls v0.3.1
22452025-08-29T21:23:17.314Z Checking ipnetwork v0.21.1
22462025-08-29T21:23:17.330Z Checking terminal_size v0.4.0
22472025-08-29T21:23:17.492Z Checking flate2 v1.1.2
22482025-08-29T21:23:17.513Z Checking rustls-native-certs v0.8.1
22492025-08-29T21:23:17.513Z Checking lazy_static v1.5.0
22502025-08-29T21:23:17.585Z Checking hyper v1.6.0
22512025-08-29T21:23:17.661Z Checking webpki-roots v1.0.1
22522025-08-29T21:23:17.700Z Checking http-body-util v0.1.3
22532025-08-29T21:23:17.741Z Checking signal-hook v0.3.18
22542025-08-29T21:23:17.865Z Checking hkdf v0.12.4
22552025-08-29T21:23:18.053Z Checking tokio-rustls v0.26.0
22562025-08-29T21:23:18.081Z Checking crypto-bigint v0.5.5
22572025-08-29T21:23:18.109Z Checking thread-id v4.2.2
22582025-08-29T21:23:18.176Z Checking object v0.36.5
22592025-08-29T21:23:18.222Z Checking strsim v0.11.1
22602025-08-29T21:23:18.260Z Checking rustc-demangle v0.1.24
22612025-08-29T21:23:18.449Z Checking bumpalo v3.16.0
22622025-08-29T21:23:18.468Z Checking addr2line v0.24.2
22632025-08-29T21:23:18.487Z Checking lockfree-object-pool v0.1.6
22642025-08-29T21:23:18.723Z Checking bitflags v1.3.2
22652025-08-29T21:23:18.737Z Checking winnow v0.5.40
22662025-08-29T21:23:18.775Z Checking simd-adler32 v0.3.7
22672025-08-29T21:23:18.808Z Compiling rayon-core v1.12.1
22682025-08-29T21:23:18.975Z Checking managed v0.8.0
22692025-08-29T21:23:19.121Z Checking clap_lex v0.7.4
22702025-08-29T21:23:19.141Z Checking iri-string v0.7.8
22712025-08-29T21:23:19.351Z Checking smoltcp v0.9.1
22722025-08-29T21:23:19.403Z Checking clap_builder v4.5.41
22732025-08-29T21:23:19.542Z Checking hyper-util v0.1.16
22742025-08-29T21:23:20.803Z Checking elliptic-curve v0.13.8
22752025-08-29T21:23:20.828Z Checking zopfli v0.8.1
22762025-08-29T21:23:21.481Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22772025-08-29T21:23:21.541Z Checking signal-hook-mio v0.2.4
22782025-08-29T21:23:21.567Z Checking toml_edit v0.19.15
22792025-08-29T21:23:21.709Z Checking oxnet v0.1.3
22802025-08-29T21:23:21.773Z Checking tower-http v0.6.6
22812025-08-29T21:23:21.830Z Checking num-bigint-dig v0.8.4
22822025-08-29T21:23:22.136Z Checking cookie_store v0.21.1
22832025-08-29T21:23:22.181Z Checking hyper-tls v0.6.0
22842025-08-29T21:23:22.340Z Checking hyper-rustls v0.27.7
22852025-08-29T21:23:22.353Z Checking zstd v0.13.3
22862025-08-29T21:23:22.453Z Checking usdt-impl v0.5.0
22872025-08-29T21:23:22.468Z Checking postgres-types v0.2.9
22882025-08-29T21:23:22.713Z Checking bstr v1.10.0
22892025-08-29T21:23:22.745Z Checking regex v1.11.1
22902025-08-29T21:23:22.846Z Checking crossbeam-deque v0.8.5
22912025-08-29T21:23:23.007Z Checking phf v0.11.2
22922025-08-29T21:23:23.109Z Checking ed25519 v2.2.3
22932025-08-29T21:23:23.194Z Checking bzip2 v0.4.4
22942025-08-29T21:23:23.295Z Checking bzip2 v0.5.2
22952025-08-29T21:23:23.470Z Checking thiserror v2.0.12
22962025-08-29T21:23:23.497Z Checking curve25519-dalek v4.1.3
22972025-08-29T21:23:23.503Z Checking pkcs1 v0.7.5
22982025-08-29T21:23:23.503Z Checking strum v0.27.2
22992025-08-29T21:23:23.569Z Checking hubpack v0.1.2
23002025-08-29T21:23:23.589Z Checking memoffset v0.9.1
23012025-08-29T21:23:23.713Z Checking serde_urlencoded v0.7.1
23022025-08-29T21:23:23.811Z Checking float-cmp v0.10.0
23032025-08-29T21:23:23.872Z Checking serde-big-array v0.5.1
23042025-08-29T21:23:23.896Z Checking rfc6979 v0.4.0
23052025-08-29T21:23:23.918Z Checking socket2 v0.5.10
23062025-08-29T21:23:23.960Z Checking memmap v0.7.0
23072025-08-29T21:23:24.023Z Checking encoding_rs v0.8.34
23082025-08-29T21:23:24.029Z Checking backtrace v0.3.74
23092025-08-29T21:23:24.084Z Checking fixedbitset v0.4.2
23102025-08-29T21:23:24.102Z Checking unicode-segmentation v1.12.0
23112025-08-29T21:23:24.108Z Checking minimal-lexical v0.2.1
23122025-08-29T21:23:24.179Z Checking difflib v0.4.0
23132025-08-29T21:23:24.352Z Checking unicode-width v0.2.0
23142025-08-29T21:23:24.407Z Checking normalize-line-endings v0.3.0
23152025-08-29T21:23:24.539Z Checking whoami v1.5.2
23162025-08-29T21:23:24.548Z Checking data-encoding v2.9.0
23172025-08-29T21:23:24.548Z Checking new_debug_unreachable v1.0.6
23182025-08-29T21:23:24.589Z Checking predicates-core v1.0.8
23192025-08-29T21:23:24.639Z Checking winnow v0.7.10
23202025-08-29T21:23:24.800Z Checking precomputed-hash v0.1.1
23212025-08-29T21:23:24.824Z Checking static_assertions v1.1.0
23222025-08-29T21:23:24.846Z Checking mime v0.3.17
23232025-08-29T21:23:24.856Z Checking toml_write v0.1.2
23242025-08-29T21:23:24.937Z Checking string_cache v0.8.9
23252025-08-29T21:23:24.958Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23262025-08-29T21:23:25.099Z Checking hickory-proto v0.25.2
23272025-08-29T21:23:25.153Z Checking console v0.15.10
23282025-08-29T21:23:25.173Z Checking similar v2.7.0
23292025-08-29T21:23:25.199Z Checking ed25519-dalek v2.1.1
23302025-08-29T21:23:25.234Z Checking tokio-postgres v0.7.13
23312025-08-29T21:23:25.615Z Checking predicates v3.1.3
23322025-08-29T21:23:25.714Z Checking anyhow v1.0.99
23332025-08-29T21:23:25.988Z Checking nom v7.1.3
23342025-08-29T21:23:26.102Z Checking petgraph v0.6.5
23352025-08-29T21:23:26.281Z Checking reqwest v0.12.22
23362025-08-29T21:23:26.294Z Checking usdt v0.5.0
23372025-08-29T21:23:26.575Z Checking ecdsa v0.16.9
23382025-08-29T21:23:27.315Z Checking toml v0.7.8
23392025-08-29T21:23:27.436Z Checking toml_edit v0.22.27
23402025-08-29T21:23:28.022Z Checking rsa v0.9.6
23412025-08-29T21:23:28.065Z Checking nix v0.29.0
23422025-08-29T21:23:28.465Z Checking zip v4.2.0
23432025-08-29T21:23:28.613Z Checking zip v0.6.6
23442025-08-29T21:23:29.055Z Checking clap v4.5.41
23452025-08-29T21:23:29.217Z Checking crossterm v0.28.1
23462025-08-29T21:23:29.330Z Checking ahash v0.8.12
23472025-08-29T21:23:29.522Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23482025-08-29T21:23:29.682Z Checking tokio-stream v0.1.17
23492025-08-29T21:23:29.682Z Checking itertools v0.13.0
23502025-08-29T21:23:29.723Z Checking itertools v0.10.5
23512025-08-29T21:23:29.891Z Checking itertools v0.12.1
23522025-08-29T21:23:30.025Z Checking buf-list v1.0.3
23532025-08-29T21:23:30.337Z Checking fs-err v3.1.1
23542025-08-29T21:23:30.355Z Checking strum v0.26.3
23552025-08-29T21:23:30.527Z Checking slog v2.7.0
23562025-08-29T21:23:30.545Z Checking rustix v1.0.7
23572025-08-29T21:23:30.888Z Checking x509-cert v0.2.5
23582025-08-29T21:23:30.907Z Checking openapiv3 v2.2.0
23592025-08-29T21:23:31.007Z Checking sha1 v0.10.6
23602025-08-29T21:23:31.333Z Checking winnow v0.6.26
23612025-08-29T21:23:31.790Z Checking rustc-hash v2.1.1
23622025-08-29T21:23:31.810Z Checking lalrpop-util v0.19.12
23632025-08-29T21:23:31.974Z Checking peg-runtime v0.8.5
23642025-08-29T21:23:32.123Z Checking unicode-xid v0.2.6
23652025-08-29T21:23:32.136Z Checking rayon v1.10.0
23662025-08-29T21:23:32.245Z Checking camino v1.1.11
23672025-08-29T21:23:32.249Z Checking sigpipe v0.1.3
23682025-08-29T21:23:32.283Z Checking jiff v0.2.15
23692025-08-29T21:23:32.379Z Checking glob v0.3.2
23702025-08-29T21:23:36.228Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23712025-08-29T21:23:36.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.31s
23722025-08-29T21:23:36.816Z
23732025-08-29T21:23:36.816Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/227)
23742025-08-29T21:23:37.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752025-08-29T21:23:37.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762025-08-29T21:23:37.661Z Compiling regress v0.10.4
23772025-08-29T21:23:37.792Z Checking heck v0.5.0
23782025-08-29T21:23:37.829Z Compiling unsafe-libyaml v0.2.11
23792025-08-29T21:23:37.842Z Checking newtype-uuid v1.2.4
23802025-08-29T21:23:37.860Z Compiling structmeta-derive v0.3.0
23812025-08-29T21:23:37.866Z Checking dirs-sys-next v0.1.2
23822025-08-29T21:23:37.884Z Checking fastrand v2.1.1
23832025-08-29T21:23:37.972Z Checking thread_local v1.1.8
23842025-08-29T21:23:38.059Z Checking dirs-next v2.0.0
23852025-08-29T21:23:38.133Z Checking daft v0.1.4
23862025-08-29T21:23:38.205Z Compiling ident_case v1.0.1
23872025-08-29T21:23:38.224Z Checking tempfile v3.20.0
23882025-08-29T21:23:38.260Z Checking term v0.7.0
23892025-08-29T21:23:38.399Z Compiling darling_core v0.20.10
23902025-08-29T21:23:38.593Z Checking crossbeam-channel v0.5.15
23912025-08-29T21:23:38.623Z Checking futures-executor v0.3.31
23922025-08-29T21:23:38.681Z Checking is-terminal v0.4.13
23932025-08-29T21:23:38.829Z Checking take_mut v0.2.2
23942025-08-29T21:23:38.851Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23952025-08-29T21:23:39.002Z Compiling rustls v0.22.4
23962025-08-29T21:23:39.234Z Compiling serde_yaml v0.9.34+deprecated
23972025-08-29T21:23:39.295Z Checking slog-async v2.8.0
23982025-08-29T21:23:39.380Z Checking futures v0.3.31
23992025-08-29T21:23:39.514Z Checking slog-term v2.9.1
24002025-08-29T21:23:39.595Z Compiling proc-macro-crate v1.3.1
24012025-08-29T21:23:39.633Z Checking wait-timeout v0.2.0
24022025-08-29T21:23:39.844Z Compiling multer v3.1.0
24032025-08-29T21:23:40.034Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24042025-08-29T21:23:40.186Z Checking bit-vec v0.8.0
24052025-08-29T21:23:40.348Z Compiling structmeta v0.3.0
24062025-08-29T21:23:40.368Z Checking match_cfg v0.1.0
24072025-08-29T21:23:40.485Z Checking quick-error v1.2.3
24082025-08-29T21:23:40.503Z Compiling ref-cast v1.0.24
24092025-08-29T21:23:40.591Z Checking bit-set v0.8.0
24102025-08-29T21:23:40.639Z Checking rusty-fork v0.3.0
24112025-08-29T21:23:40.741Z Compiling derive-ex v0.1.8
24122025-08-29T21:23:40.875Z Compiling num_enum_derive v0.5.11
24132025-08-29T21:23:40.950Z Checking hostname v0.3.1
24142025-08-29T21:23:41.184Z Checking toml_parser v1.0.2
24152025-08-29T21:23:41.207Z Checking typify-impl v0.3.0
24162025-08-29T21:23:42.644Z Compiling typify-impl v0.2.0
24172025-08-29T21:23:43.829Z Checking progenitor-client v0.9.1
24182025-08-29T21:23:44.070Z Compiling darling_macro v0.20.10
24192025-08-29T21:23:44.234Z Checking rand_xorshift v0.4.0
24202025-08-29T21:23:44.441Z Checking slog-json v2.6.1
24212025-08-29T21:23:44.506Z Compiling lzma-sys v0.1.20
24222025-08-29T21:23:44.733Z Checking hex v0.4.3
24232025-08-29T21:23:44.903Z Checking serde_spanned v1.0.0
24242025-08-29T21:23:45.016Z Compiling darling v0.20.10
24252025-08-29T21:23:45.153Z Checking toml_datetime v0.7.0
24262025-08-29T21:23:45.159Z Compiling ref-cast-impl v1.0.24
24272025-08-29T21:23:45.255Z Compiling foreign-types-macros v0.2.3
24282025-08-29T21:23:45.274Z Compiling async-stream-impl v0.3.6
24292025-08-29T21:23:45.545Z Compiling dropshot v0.16.3
24302025-08-29T21:23:45.579Z Checking foreign-types-shared v0.3.1
24312025-08-29T21:23:45.609Z Checking utf-8 v0.7.6
24322025-08-29T21:23:45.724Z Checking toml_writer v1.0.2
24332025-08-29T21:23:45.886Z Checking arc-swap v1.7.1
24342025-08-29T21:23:45.961Z Checking unarray v0.1.4
24352025-08-29T21:23:46.096Z Checking proptest v1.7.0
24362025-08-29T21:23:46.150Z Checking toml v0.9.5
24372025-08-29T21:23:46.275Z Checking slog-scope v4.4.0
24382025-08-29T21:23:46.487Z Checking tungstenite v0.21.0
24392025-08-29T21:23:46.522Z Checking foreign-types v0.5.0
24402025-08-29T21:23:46.547Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24412025-08-29T21:23:46.634Z Checking async-stream v0.3.6
24422025-08-29T21:23:46.656Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24432025-08-29T21:23:46.684Z Compiling serde_with_macros v3.14.0
24442025-08-29T21:23:46.801Z Compiling test-strategy v0.4.3
24452025-08-29T21:23:46.964Z Checking slog-bunyan v2.5.0
24462025-08-29T21:23:47.009Z Checking tokio-rustls v0.25.0
24472025-08-29T21:23:47.507Z Checking num_enum v0.5.11
24482025-08-29T21:23:47.554Z Compiling proc-macro-error v1.0.4
24492025-08-29T21:23:47.751Z Compiling parse-display-derive v0.10.0
24502025-08-29T21:23:48.036Z Checking progenitor-client v0.8.0
24512025-08-29T21:23:48.143Z Compiling heck v0.3.3
24522025-08-29T21:23:48.452Z Checking waitgroup v0.1.2
24532025-08-29T21:23:48.680Z Checking rustls-pemfile v2.2.0
24542025-08-29T21:23:48.707Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24552025-08-29T21:23:48.787Z Compiling dropshot_endpoint v0.16.3
24562025-08-29T21:23:49.231Z Checking serde_path_to_error v0.1.17
24572025-08-29T21:23:49.427Z Compiling derive-where v1.5.0
24582025-08-29T21:23:50.001Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592025-08-29T21:23:50.346Z Checking cstr-argument v0.1.2
24602025-08-29T21:23:50.944Z Checking hostname v0.4.0
24612025-08-29T21:23:51.042Z Checking instant v0.1.13
24622025-08-29T21:23:51.042Z Checking pretty-hex v0.2.1
24632025-08-29T21:23:51.042Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24642025-08-29T21:23:51.042Z Checking debug-ignore v1.0.5
24652025-08-29T21:23:51.042Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24662025-08-29T21:23:51.070Z Checking backoff v0.4.0
24672025-08-29T21:23:51.085Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24682025-08-29T21:23:51.225Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
24692025-08-29T21:23:51.259Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702025-08-29T21:23:51.308Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24712025-08-29T21:23:51.491Z Checking serde_with v3.14.0
24722025-08-29T21:23:51.675Z Compiling zone_cfg_derive v0.1.2
24732025-08-29T21:23:51.734Z Checking parse-display v0.10.0
24742025-08-29T21:23:52.009Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24752025-08-29T21:23:52.056Z Checking tokio-tungstenite v0.21.0
24762025-08-29T21:23:52.528Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24772025-08-29T21:23:52.701Z Checking slog-stdlog v4.1.1
24782025-08-29T21:23:52.722Z Checking iddqd v0.3.9
24792025-08-29T21:23:52.833Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24802025-08-29T21:23:52.868Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24812025-08-29T21:23:52.935Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24822025-08-29T21:23:53.173Z Checking progenitor-client v0.10.0
24832025-08-29T21:23:53.568Z Checking colored v2.2.0
24842025-08-29T21:23:53.627Z Compiling typify-macro v0.3.0
24852025-08-29T21:23:53.680Z Checking macaddr v1.0.1
24862025-08-29T21:23:53.760Z Checking base64 v0.21.7
24872025-08-29T21:23:53.819Z Compiling typify-macro v0.2.0
24882025-08-29T21:23:53.972Z Checking unicode-width v0.1.14
24892025-08-29T21:23:54.018Z Checking number_prefix v0.4.0
24902025-08-29T21:23:54.037Z Checking base64 v0.13.1
24912025-08-29T21:23:54.405Z Checking indicatif v0.17.11
24922025-08-29T21:23:54.793Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24932025-08-29T21:23:54.971Z Checking ron v0.7.1
24942025-08-29T21:23:54.971Z Checking tabwriter v1.4.0
24952025-08-29T21:23:54.971Z Checking zone v0.1.8
24962025-08-29T21:23:54.971Z Checking slog-envlogger v2.2.0
24972025-08-29T21:23:55.042Z Checking xz2 v0.1.7
24982025-08-29T21:23:55.064Z Checking toml v0.8.23
24992025-08-29T21:23:55.308Z Checking tokio-dtrace v0.1.0
25002025-08-29T21:23:55.489Z Checking xattr v1.3.1
25012025-08-29T21:23:55.581Z Checking yasna v0.5.2
25022025-08-29T21:23:55.638Z Checking pem v3.0.5
25032025-08-29T21:23:55.738Z Checking smf v0.2.3
25042025-08-29T21:23:55.838Z Checking headers-core v0.3.0
25052025-08-29T21:23:56.098Z Checking filetime v0.2.25
25062025-08-29T21:23:57.072Z Checking same-file v1.0.6
25072025-08-29T21:23:57.194Z Checking headers v0.4.1
25082025-08-29T21:23:57.194Z Checking tar v0.4.44
25092025-08-29T21:23:57.194Z Checking walkdir v2.5.0
25102025-08-29T21:23:57.194Z Checking oxide-tokio-rt v0.1.2
25112025-08-29T21:23:57.194Z Checking rcgen v0.12.1
25122025-08-29T21:23:57.194Z Checking camino-tempfile v1.4.1
25132025-08-29T21:23:57.195Z Checking atomicwrites v0.4.4
25142025-08-29T21:23:57.195Z Checking subprocess v0.2.9
25152025-08-29T21:23:57.279Z Compiling typify v0.3.0
25162025-08-29T21:23:57.382Z Compiling progenitor-impl v0.9.1
25172025-08-29T21:23:57.517Z Compiling typify v0.2.0
25182025-08-29T21:23:57.708Z Compiling progenitor-impl v0.8.0
25192025-08-29T21:24:00.269Z Compiling progenitor-macro v0.9.1
25202025-08-29T21:24:00.550Z Compiling progenitor-macro v0.8.0
25212025-08-29T21:24:04.885Z Checking progenitor v0.9.1
25222025-08-29T21:24:05.037Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25232025-08-29T21:24:05.633Z Checking progenitor v0.8.0
25242025-08-29T21:24:05.781Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25252025-08-29T21:24:07.935Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25262025-08-29T21:24:08.417Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25272025-08-29T21:24:14.461Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25282025-08-29T21:24:16.150Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25292025-08-29T21:24:17.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.69s
25302025-08-29T21:24:18.587Z
25312025-08-29T21:24:18.587Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/227)
25322025-08-29T21:24:18.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332025-08-29T21:24:18.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342025-08-29T21:24:18.638Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25352025-08-29T21:24:20.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
25362025-08-29T21:24:20.433Z
25372025-08-29T21:24:20.433Zinfo: running `cargo check --bins` on nexus-config (52/227)
25382025-08-29T21:24:21.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392025-08-29T21:24:21.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402025-08-29T21:24:21.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412025-08-29T21:24:21.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25422025-08-29T21:24:21.721Z
25432025-08-29T21:24:21.721Zinfo: running `cargo check --bins` on omicron-rpaths (53/227)
25442025-08-29T21:24:21.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452025-08-29T21:24:21.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462025-08-29T21:24:21.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472025-08-29T21:24:21.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
25482025-08-29T21:24:21.984Z
25492025-08-29T21:24:21.984Zinfo: running `cargo check --bins` on omicron-certificates (54/227)
25502025-08-29T21:24:22.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512025-08-29T21:24:22.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522025-08-29T21:24:22.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532025-08-29T21:24:22.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25542025-08-29T21:24:22.776Z
25552025-08-29T21:24:22.776Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/227)
25562025-08-29T21:24:23.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572025-08-29T21:24:23.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582025-08-29T21:24:23.692Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25592025-08-29T21:24:23.783Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25602025-08-29T21:24:23.815Z Compiling darling_core v0.21.0
25612025-08-29T21:24:23.834Z Compiling tempfile v3.20.0
25622025-08-29T21:24:23.849Z Compiling wait-timeout v0.2.0
25632025-08-29T21:24:23.849Z Compiling match_cfg v0.1.0
25642025-08-29T21:24:23.849Z Compiling quick-error v1.2.3
25652025-08-29T21:24:23.849Z Compiling bit-vec v0.8.0
25662025-08-29T21:24:24.066Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25672025-08-29T21:24:24.231Z Compiling hostname v0.3.1
25682025-08-29T21:24:24.231Z Compiling rustls v0.22.4
25692025-08-29T21:24:24.393Z Compiling bit-set v0.8.0
25702025-08-29T21:24:24.512Z Compiling rusty-fork v0.3.0
25712025-08-29T21:24:24.513Z Compiling progenitor-client v0.9.1
25722025-08-29T21:24:24.513Z Compiling toml_parser v1.0.2
25732025-08-29T21:24:24.539Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25742025-08-29T21:24:24.553Z Compiling slog-json v2.6.1
25752025-08-29T21:24:24.660Z Compiling rand_xorshift v0.4.0
25762025-08-29T21:24:25.209Z Compiling itertools v0.14.0
25772025-08-29T21:24:25.358Z Compiling toml_datetime v0.7.0
25782025-08-29T21:24:25.358Z Compiling hex v0.4.3
25792025-08-29T21:24:25.358Z Compiling serde_spanned v1.0.0
25802025-08-29T21:24:25.358Z Compiling toml_writer v1.0.2
25812025-08-29T21:24:25.656Z Compiling unarray v0.1.4
25822025-08-29T21:24:26.041Z Compiling heapless v0.8.0
25832025-08-29T21:24:26.128Z Compiling proptest v1.7.0
25842025-08-29T21:24:26.128Z Compiling toml v0.9.5
25852025-08-29T21:24:26.128Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25862025-08-29T21:24:26.370Z Compiling slog-bunyan v2.5.0
25872025-08-29T21:24:26.441Z Compiling progenitor v0.9.1
25882025-08-29T21:24:26.520Z Compiling async-stream v0.3.6
25892025-08-29T21:24:26.646Z Compiling multer v3.1.0
25902025-08-29T21:24:26.795Z Compiling ref-cast v1.0.24
25912025-08-29T21:24:27.206Z Compiling waitgroup v0.1.2
25922025-08-29T21:24:27.492Z Compiling rustls-pemfile v2.2.0
25932025-08-29T21:24:27.598Z Checking hash32 v0.3.1
25942025-08-29T21:24:27.734Z Compiling serde_path_to_error v0.1.17
25952025-08-29T21:24:27.777Z Compiling hostname v0.4.0
25962025-08-29T21:24:27.870Z Compiling instant v0.1.13
25972025-08-29T21:24:28.056Z Compiling smoltcp v0.11.0
25982025-08-29T21:24:28.100Z Compiling debug-ignore v1.0.5
25992025-08-29T21:24:28.229Z Compiling backoff v0.4.0
26002025-08-29T21:24:28.401Z Compiling tokio-rustls v0.25.0
26012025-08-29T21:24:28.887Z Compiling iddqd v0.3.9
26022025-08-29T21:24:28.978Z Compiling dropshot v0.16.3
26032025-08-29T21:24:28.978Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
26042025-08-29T21:24:29.420Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052025-08-29T21:24:29.699Z Compiling serde_with v3.14.0
26062025-08-29T21:24:29.817Z Compiling darling_macro v0.21.0
26072025-08-29T21:24:31.052Z Compiling darling v0.21.0
26082025-08-29T21:24:31.192Z Compiling ingot-macros v0.1.1
26092025-08-29T21:24:31.192Z Compiling parse-display v0.10.0
26102025-08-29T21:24:32.184Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
26112025-08-29T21:24:32.813Z Checking num-rational v0.4.2
26122025-08-29T21:24:32.856Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26132025-08-29T21:24:32.966Z Compiling progenitor-client v0.10.0
26142025-08-29T21:24:33.522Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26152025-08-29T21:24:33.687Z Checking num-complex v0.4.6
26162025-08-29T21:24:35.512Z Compiling macaddr v1.0.1
26172025-08-29T21:24:36.064Z Checking cobs v0.2.3
26182025-08-29T21:24:36.065Z Compiling num v0.4.3
26192025-08-29T21:24:36.065Z Checking postcard v1.0.10
26202025-08-29T21:24:36.141Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
26212025-08-29T21:24:36.161Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
26222025-08-29T21:24:36.170Z Checking float-ord v0.3.2
26232025-08-29T21:24:36.371Z Compiling convert_case v0.4.0
26242025-08-29T21:24:36.776Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26252025-08-29T21:24:37.329Z Compiling toml v0.8.23
26262025-08-29T21:24:37.827Z Compiling derive_more v0.99.20
26272025-08-29T21:24:38.198Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
26282025-08-29T21:24:38.198Z Checking ingot-types v0.1.2
26292025-08-29T21:24:38.386Z Compiling crucible-workspace-hack v0.1.0
26302025-08-29T21:24:38.441Z Checking siphasher v1.0.1
26312025-08-29T21:24:38.441Z Checking linked-hash-map v0.5.6
26322025-08-29T21:24:38.633Z Checking ingot v0.1.1
26332025-08-29T21:24:38.694Z Checking phf_shared v0.12.1
26342025-08-29T21:24:38.762Z Checking lru-cache v0.1.2
26352025-08-29T21:24:38.813Z Checking resolv-conf v0.7.0
26362025-08-29T21:24:39.037Z Checking newline-converter v0.3.0
26372025-08-29T21:24:39.085Z Checking hickory-proto v0.24.4
26382025-08-29T21:24:39.142Z Checking prettyplease v0.2.36
26392025-08-29T21:24:40.007Z Compiling slog-dtrace v0.3.0
26402025-08-29T21:24:40.282Z Compiling chrono-tz v0.10.4
26412025-08-29T21:24:40.803Z Compiling zone_cfg_derive v0.3.0
26422025-08-29T21:24:40.991Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26432025-08-29T21:24:41.924Z Checking expectorate v1.2.0
26442025-08-29T21:24:42.069Z Checking phf v0.12.1
26452025-08-29T21:24:42.069Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
26462025-08-29T21:24:42.203Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26472025-08-29T21:24:42.203Z Compiling const_format_proc_macros v0.2.34
26482025-08-29T21:24:42.203Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
26492025-08-29T21:24:42.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26502025-08-29T21:24:43.114Z Compiling num-derive v0.4.2
26512025-08-29T21:24:43.501Z Checking hickory-resolver v0.24.4
26522025-08-29T21:24:43.582Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26532025-08-29T21:24:43.650Z Checking highway v1.3.0
26542025-08-29T21:24:43.696Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26552025-08-29T21:24:44.703Z Checking const_format v0.2.34
26562025-08-29T21:24:44.947Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26572025-08-29T21:24:44.947Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26582025-08-29T21:24:44.947Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26592025-08-29T21:24:44.948Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
26602025-08-29T21:24:44.998Z Checking qorb v0.4.1
26612025-08-29T21:24:45.246Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
26622025-08-29T21:24:46.065Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
26632025-08-29T21:24:46.077Z Checking zone v0.3.1
26642025-08-29T21:24:46.374Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
26652025-08-29T21:24:46.476Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
26662025-08-29T21:24:46.771Z Checking gethostname v0.5.0
26672025-08-29T21:24:46.772Z Checking bcs v0.1.6
26682025-08-29T21:24:47.106Z Checking nanorand v0.7.0
26692025-08-29T21:24:47.106Z Compiling async-recursion v1.1.1
26702025-08-29T21:24:47.685Z Checking termtree v0.5.1
26712025-08-29T21:24:47.685Z Checking flume v0.11.1
26722025-08-29T21:24:47.685Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26732025-08-29T21:24:52.664Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26742025-08-29T21:24:56.653Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26752025-08-29T21:24:58.972Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26762025-08-29T21:25:00.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.61s
26772025-08-29T21:25:00.608Z
26782025-08-29T21:25:00.608Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/227)
26792025-08-29T21:25:01.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802025-08-29T21:25:01.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812025-08-29T21:25:01.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822025-08-29T21:25:01.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26832025-08-29T21:25:01.419Z
26842025-08-29T21:25:01.420Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/227)
26852025-08-29T21:25:02.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-08-29T21:25:02.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-08-29T21:25:02.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-08-29T21:25:02.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26892025-08-29T21:25:02.354Z
26902025-08-29T21:25:02.354Zinfo: running `cargo check --bins` on openapi-manager-types (58/227)
26912025-08-29T21:25:03.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-08-29T21:25:03.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-08-29T21:25:03.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-08-29T21:25:03.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26952025-08-29T21:25:03.603Z
26962025-08-29T21:25:03.603Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (59/227)
26972025-08-29T21:25:04.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-08-29T21:25:04.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-08-29T21:25:04.257Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27002025-08-29T21:25:05.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
27012025-08-29T21:25:05.446Z
27022025-08-29T21:25:05.446Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (60/227)
27032025-08-29T21:25:05.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-08-29T21:25:06.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-08-29T21:25:06.570Z Compiling cfg_aliases v0.1.1
27062025-08-29T21:25:06.571Z Compiling convert_case v0.7.1
27072025-08-29T21:25:06.571Z Compiling vte_generate_state_changes v0.1.2
27082025-08-29T21:25:06.571Z Checking fd-lock v4.0.2
27092025-08-29T21:25:06.571Z Checking nibble_vec v0.1.0
27102025-08-29T21:25:06.571Z Checking bytecount v0.6.8
27112025-08-29T21:25:06.571Z Checking endian-type v0.1.2
27122025-08-29T21:25:06.571Z Compiling tabled_derive v0.7.0
27132025-08-29T21:25:06.603Z Compiling nix v0.28.0
27142025-08-29T21:25:06.603Z Checking papergrid v0.11.0
27152025-08-29T21:25:06.604Z Compiling peg-macros v0.8.5
27162025-08-29T21:25:06.604Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27172025-08-29T21:25:06.604Z Checking radix_trie v0.2.1
27182025-08-29T21:25:06.829Z Checking vte v0.11.1
27192025-08-29T21:25:06.897Z Compiling sqlparser_derive v0.2.2
27202025-08-29T21:25:06.898Z Compiling derive_more-impl v2.0.1
27212025-08-29T21:25:07.439Z Checking nu-ansi-term v0.50.1
27222025-08-29T21:25:07.669Z Checking unicode_categories v0.1.1
27232025-08-29T21:25:07.735Z Checking home v0.5.9
27242025-08-29T21:25:07.766Z Checking sqlparser v0.45.0
27252025-08-29T21:25:07.974Z Checking display-error-chain v0.2.2
27262025-08-29T21:25:07.994Z Checking sqlformat v0.3.5
27272025-08-29T21:25:08.093Z Checking strip-ansi-escapes v0.2.0
27282025-08-29T21:25:08.822Z Checking tabled v0.15.0
27292025-08-29T21:25:08.869Z Checking reedline v0.40.0
27302025-08-29T21:25:08.869Z Checking derive_more v2.0.1
27312025-08-29T21:25:08.869Z Checking crossterm v0.29.0
27322025-08-29T21:25:09.149Z Checking peg v0.8.5
27332025-08-29T21:25:09.549Z Checking rustyline v14.0.0
27342025-08-29T21:25:18.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.47s
27352025-08-29T21:25:18.762Z
27362025-08-29T21:25:18.762Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (61/227)
27372025-08-29T21:25:19.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382025-08-29T21:25:19.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392025-08-29T21:25:19.587Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27402025-08-29T21:25:25.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
27412025-08-29T21:25:25.204Z
27422025-08-29T21:25:25.205Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (62/227)
27432025-08-29T21:25:25.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442025-08-29T21:25:25.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452025-08-29T21:25:26.058Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27462025-08-29T21:25:29.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
27472025-08-29T21:25:30.046Z
27482025-08-29T21:25:30.046Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (63/227)
27492025-08-29T21:25:30.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502025-08-29T21:25:30.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512025-08-29T21:25:30.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27522025-08-29T21:25:36.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
27532025-08-29T21:25:36.226Z
27542025-08-29T21:25:36.226Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (64/227)
27552025-08-29T21:25:36.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562025-08-29T21:25:36.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572025-08-29T21:25:37.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582025-08-29T21:25:42.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
27592025-08-29T21:25:42.463Z
27602025-08-29T21:25:42.464Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (65/227)
27612025-08-29T21:25:43.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622025-08-29T21:25:43.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632025-08-29T21:25:43.308Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642025-08-29T21:25:47.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
27652025-08-29T21:25:47.518Z
27662025-08-29T21:25:47.519Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (66/227)
27672025-08-29T21:25:48.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682025-08-29T21:25:48.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692025-08-29T21:25:48.353Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702025-08-29T21:25:52.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
27712025-08-29T21:25:52.615Z
27722025-08-29T21:25:52.615Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (67/227)
27732025-08-29T21:25:53.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742025-08-29T21:25:53.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752025-08-29T21:25:53.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27762025-08-29T21:25:58.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
27772025-08-29T21:25:58.990Z
27782025-08-29T21:25:58.990Zinfo: running `cargo check --bins` on oximeter (68/227)
27792025-08-29T21:25:59.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802025-08-29T21:25:59.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812025-08-29T21:25:59.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822025-08-29T21:25:59.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27832025-08-29T21:25:59.789Z
27842025-08-29T21:25:59.789Zinfo: running `cargo check --bins` on oximeter-macro-impl (69/227)
27852025-08-29T21:26:00.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862025-08-29T21:26:00.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872025-08-29T21:26:00.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882025-08-29T21:26:00.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27892025-08-29T21:26:00.554Z
27902025-08-29T21:26:00.554Zinfo: running `cargo check --bins` on oximeter-schema (70/227)
27912025-08-29T21:26:01.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922025-08-29T21:26:01.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932025-08-29T21:26:01.334Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27942025-08-29T21:26:03.595Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27952025-08-29T21:26:04.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
27962025-08-29T21:26:04.840Z
27972025-08-29T21:26:04.840Zinfo: running `cargo check --bins` on oximeter-types (71/227)
27982025-08-29T21:26:05.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-08-29T21:26:05.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-08-29T21:26:05.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-08-29T21:26:05.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28022025-08-29T21:26:05.647Z
28032025-08-29T21:26:05.647Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (72/227)
28042025-08-29T21:26:06.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-08-29T21:26:06.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-08-29T21:26:06.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072025-08-29T21:26:06.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28082025-08-29T21:26:06.444Z
28092025-08-29T21:26:06.444Zinfo: running `cargo check --bins` on oxql-types (73/227)
28102025-08-29T21:26:07.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-08-29T21:26:07.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-08-29T21:26:07.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132025-08-29T21:26:07.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28142025-08-29T21:26:07.240Z
28152025-08-29T21:26:07.240Zinfo: running `cargo check --bins` on oximeter-test-utils (74/227)
28162025-08-29T21:26:07.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-08-29T21:26:07.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-08-29T21:26:07.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192025-08-29T21:26:07.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28202025-08-29T21:26:08.080Z
28212025-08-29T21:26:08.080Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (75/227)
28222025-08-29T21:26:08.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-08-29T21:26:08.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-08-29T21:26:08.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-08-29T21:26:08.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28262025-08-29T21:26:08.881Z
28272025-08-29T21:26:08.881Zinfo: running `cargo check --bins` on bootstrap-agent-client (76/227)
28282025-08-29T21:26:09.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-08-29T21:26:09.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-08-29T21:26:09.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312025-08-29T21:26:09.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28322025-08-29T21:26:09.691Z
28332025-08-29T21:26:09.691Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (77/227)
28342025-08-29T21:26:10.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352025-08-29T21:26:10.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362025-08-29T21:26:10.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372025-08-29T21:26:10.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28382025-08-29T21:26:10.516Z
28392025-08-29T21:26:10.516Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (78/227)
28402025-08-29T21:26:11.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-08-29T21:26:11.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-08-29T21:26:11.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432025-08-29T21:26:11.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28442025-08-29T21:26:11.304Z
28452025-08-29T21:26:11.305Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (79/227)
28462025-08-29T21:26:11.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-08-29T21:26:12.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-08-29T21:26:12.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492025-08-29T21:26:12.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28502025-08-29T21:26:12.092Z
28512025-08-29T21:26:12.092Zinfo: running `cargo check --bins` on cockroach-admin-client (80/227)
28522025-08-29T21:26:12.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532025-08-29T21:26:12.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542025-08-29T21:26:12.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552025-08-29T21:26:12.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28562025-08-29T21:26:12.861Z
28572025-08-29T21:26:12.861Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (81/227)
28582025-08-29T21:26:13.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592025-08-29T21:26:13.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602025-08-29T21:26:13.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612025-08-29T21:26:13.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28622025-08-29T21:26:13.675Z
28632025-08-29T21:26:13.675Zinfo: running `cargo check --bins` on dns-service-client (82/227)
28642025-08-29T21:26:14.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652025-08-29T21:26:14.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662025-08-29T21:26:14.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672025-08-29T21:26:14.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28682025-08-29T21:26:14.472Z
28692025-08-29T21:26:14.472Zinfo: running `cargo check --bins` on internal-dns-types (83/227)
28702025-08-29T21:26:15.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712025-08-29T21:26:15.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722025-08-29T21:26:15.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732025-08-29T21:26:15.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28742025-08-29T21:26:15.267Z
28752025-08-29T21:26:15.267Zinfo: running `cargo check --bins` on gateway-client (84/227)
28762025-08-29T21:26:15.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772025-08-29T21:26:15.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782025-08-29T21:26:15.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792025-08-29T21:26:15.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28802025-08-29T21:26:16.093Z
28812025-08-29T21:26:16.093Zinfo: running `cargo check --bins` on ereport-types (85/227)
28822025-08-29T21:26:16.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832025-08-29T21:26:16.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842025-08-29T21:26:16.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852025-08-29T21:26:16.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28862025-08-29T21:26:16.847Z
28872025-08-29T21:26:16.847Zinfo: running `cargo check --bins` on gateway-types (86/227)
28882025-08-29T21:26:17.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892025-08-29T21:26:17.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902025-08-29T21:26:17.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912025-08-29T21:26:17.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28922025-08-29T21:26:17.637Z
28932025-08-29T21:26:17.637Zinfo: running `cargo check --bins` on installinator-client (87/227)
28942025-08-29T21:26:18.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952025-08-29T21:26:18.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962025-08-29T21:26:18.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972025-08-29T21:26:18.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28982025-08-29T21:26:18.487Z
28992025-08-29T21:26:18.487Zinfo: running `cargo check --bins` on installinator-common (88/227)
29002025-08-29T21:26:19.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012025-08-29T21:26:19.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022025-08-29T21:26:19.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032025-08-29T21:26:19.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29042025-08-29T21:26:19.308Z
29052025-08-29T21:26:19.308Zinfo: running `cargo check --bins` on update-engine (89/227)
29062025-08-29T21:26:20.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072025-08-29T21:26:20.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082025-08-29T21:26:20.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092025-08-29T21:26:20.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29102025-08-29T21:26:20.094Z
29112025-08-29T21:26:20.094Zinfo: running `cargo check --bins` on nexus-client (90/227)
29122025-08-29T21:26:20.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132025-08-29T21:26:20.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142025-08-29T21:26:20.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152025-08-29T21:26:20.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29162025-08-29T21:26:20.934Z
29172025-08-29T21:26:20.935Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (91/227)
29182025-08-29T21:26:21.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192025-08-29T21:26:21.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202025-08-29T21:26:21.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212025-08-29T21:26:21.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29222025-08-29T21:26:21.757Z
29232025-08-29T21:26:21.757Zinfo: running `cargo check --bins` on omicron-passwords (92/227)
29242025-08-29T21:26:22.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252025-08-29T21:26:22.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262025-08-29T21:26:22.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272025-08-29T21:26:22.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29282025-08-29T21:26:22.511Z
29292025-08-29T21:26:22.511Zinfo: running `cargo check --bins` on nexus-types (93/227)
29302025-08-29T21:26:23.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312025-08-29T21:26:23.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322025-08-29T21:26:23.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332025-08-29T21:26:23.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29342025-08-29T21:26:23.345Z
29352025-08-29T21:26:23.345Zinfo: running `cargo check --bins` on cockroach-admin-types (94/227)
29362025-08-29T21:26:24.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372025-08-29T21:26:24.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382025-08-29T21:26:24.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392025-08-29T21:26:24.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29402025-08-29T21:26:24.158Z
29412025-08-29T21:26:24.158Zinfo: running `cargo check --bins` on ntp-admin-client (95/227)
29422025-08-29T21:26:24.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432025-08-29T21:26:24.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442025-08-29T21:26:24.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452025-08-29T21:26:24.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29462025-08-29T21:26:24.924Z
29472025-08-29T21:26:24.924Zinfo: running `cargo check --bins` on oxide-client (96/227)
29482025-08-29T21:26:25.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492025-08-29T21:26:25.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502025-08-29T21:26:25.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512025-08-29T21:26:25.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29522025-08-29T21:26:25.707Z
29532025-08-29T21:26:25.707Zinfo: running `cargo check --bins` on oximeter-client (97/227)
29542025-08-29T21:26:26.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552025-08-29T21:26:26.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562025-08-29T21:26:26.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572025-08-29T21:26:26.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29582025-08-29T21:26:26.536Z
29592025-08-29T21:26:26.536Zinfo: running `cargo check --bins` on repo-depot-client (98/227)
29602025-08-29T21:26:27.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612025-08-29T21:26:27.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622025-08-29T21:26:27.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632025-08-29T21:26:27.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29642025-08-29T21:26:27.318Z
29652025-08-29T21:26:27.318Zinfo: running `cargo check --bins` on sled-agent-client (99/227)
29662025-08-29T21:26:28.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672025-08-29T21:26:28.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682025-08-29T21:26:28.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692025-08-29T21:26:28.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29702025-08-29T21:26:28.162Z
29712025-08-29T21:26:28.162Zinfo: running `cargo check --bins` on sled-agent-types (100/227)
29722025-08-29T21:26:28.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732025-08-29T21:26:28.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742025-08-29T21:26:28.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752025-08-29T21:26:28.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
29762025-08-29T21:26:29.041Z
29772025-08-29T21:26:29.041Zinfo: running `cargo check --bins` on wicketd-client (101/227)
29782025-08-29T21:26:29.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792025-08-29T21:26:29.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802025-08-29T21:26:29.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812025-08-29T21:26:29.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
29822025-08-29T21:26:29.899Z
29832025-08-29T21:26:29.899Zinfo: running `cargo check --bins` on wicket-common (102/227)
29842025-08-29T21:26:30.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852025-08-29T21:26:30.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862025-08-29T21:26:30.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872025-08-29T21:26:30.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29882025-08-29T21:26:30.708Z
29892025-08-29T21:26:30.709Zinfo: running `cargo check --bins` on omicron-cockroach-admin (103/227)
29902025-08-29T21:26:31.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912025-08-29T21:26:31.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922025-08-29T21:26:31.567Z Checking csv-core v0.1.11
29932025-08-29T21:26:31.567Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29942025-08-29T21:26:31.570Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29952025-08-29T21:26:31.570Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29962025-08-29T21:26:31.701Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29972025-08-29T21:26:31.932Z Checking csv v1.3.1
29982025-08-29T21:26:31.951Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29992025-08-29T21:26:31.954Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30002025-08-29T21:26:32.504Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30012025-08-29T21:26:33.018Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30022025-08-29T21:26:35.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
30032025-08-29T21:26:35.600Z
30042025-08-29T21:26:35.600Zinfo: running `cargo check --bins` on cockroach-admin-api (104/227)
30052025-08-29T21:26:36.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-08-29T21:26:36.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-08-29T21:26:36.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082025-08-29T21:26:36.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30092025-08-29T21:26:36.384Z
30102025-08-29T21:26:36.384Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (105/227)
30112025-08-29T21:26:37.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-08-29T21:26:37.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-08-29T21:26:37.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-08-29T21:26:37.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30152025-08-29T21:26:37.302Z
30162025-08-29T21:26:37.302Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/227)
30172025-08-29T21:26:38.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-08-29T21:26:38.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-08-29T21:26:38.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-08-29T21:26:38.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30212025-08-29T21:26:38.218Z
30222025-08-29T21:26:38.218Zinfo: running `cargo check --bins` on dns-server (107/227)
30232025-08-29T21:26:38.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-08-29T21:26:38.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-08-29T21:26:39.048Z Compiling typify-impl v0.4.1
30262025-08-29T21:26:39.173Z Compiling parking_lot_core v0.8.6
30272025-08-29T21:26:39.175Z Compiling moka v0.12.10
30282025-08-29T21:26:39.176Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30292025-08-29T21:26:39.187Z Checking tagptr v0.2.0
30302025-08-29T21:26:39.248Z Checking prefix-trie v0.7.0
30312025-08-29T21:26:39.249Z Checking fxhash v0.2.1
30322025-08-29T21:26:39.470Z Checking hickory-client v0.25.2
30332025-08-29T21:26:39.918Z Checking hickory-server v0.25.2
30342025-08-29T21:26:39.969Z Checking parking_lot v0.11.2
30352025-08-29T21:26:40.218Z Checking sled v0.34.7
30362025-08-29T21:26:40.511Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30372025-08-29T21:26:40.840Z Checking hickory-resolver v0.25.2
30382025-08-29T21:26:43.607Z Compiling typify-macro v0.4.1
30392025-08-29T21:26:45.338Z Compiling typify v0.4.1
30402025-08-29T21:26:45.435Z Compiling progenitor-impl v0.10.0
30412025-08-29T21:26:47.947Z Compiling progenitor-macro v0.10.0
30422025-08-29T21:26:51.904Z Checking progenitor v0.10.0
30432025-08-29T21:26:52.058Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30442025-08-29T21:26:52.590Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30452025-08-29T21:26:54.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s
30462025-08-29T21:26:54.278Z
30472025-08-29T21:26:54.278Zinfo: running `cargo check --bins` on dns-server-api (108/227)
30482025-08-29T21:26:55.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492025-08-29T21:26:55.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502025-08-29T21:26:55.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512025-08-29T21:26:55.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30522025-08-29T21:26:55.111Z
30532025-08-29T21:26:55.111Zinfo: running `cargo check --bins` on gateway-test-utils (109/227)
30542025-08-29T21:26:55.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552025-08-29T21:26:55.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562025-08-29T21:26:55.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572025-08-29T21:26:55.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30582025-08-29T21:26:55.995Z
30592025-08-29T21:26:55.995Zinfo: running `cargo check --bins` on omicron-gateway (110/227)
30602025-08-29T21:26:56.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612025-08-29T21:26:56.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622025-08-29T21:26:56.945Z Compiling semver v0.1.20
30632025-08-29T21:26:56.945Z Compiling radium v0.7.0
30642025-08-29T21:26:57.086Z Compiling zerocopy-derive v0.6.6
30652025-08-29T21:26:57.090Z Checking tap v1.0.1
30662025-08-29T21:26:57.090Z Compiling maybe-uninit v2.0.0
30672025-08-29T21:26:57.090Z Checking password-hash v0.5.0
30682025-08-29T21:26:57.090Z Checking blake2 v0.10.6
30692025-08-29T21:26:57.090Z Compiling pin-project-internal v1.1.6
30702025-08-29T21:26:57.408Z Compiling rustc_version v0.1.7
30712025-08-29T21:26:57.581Z Checking wyz v0.5.1
30722025-08-29T21:26:57.603Z Compiling packed_struct v0.10.1
30732025-08-29T21:26:57.649Z Compiling owo-colors v4.2.2
30742025-08-29T21:26:57.801Z Compiling cancel-safe-futures v0.1.5
30752025-08-29T21:26:57.831Z Compiling newtype_derive v0.1.6
30762025-08-29T21:26:57.907Z Checking crc-catalog v2.4.0
30772025-08-29T21:26:57.962Z Checking funty v2.0.0
30782025-08-29T21:26:58.088Z Checking crc v3.2.1
30792025-08-29T21:26:58.210Z Checking argon2 v0.5.3
30802025-08-29T21:26:58.230Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30812025-08-29T21:26:58.253Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30822025-08-29T21:26:58.444Z Compiling packed_struct_codegen v0.10.1
30832025-08-29T21:26:58.526Z Checking libsw-core v0.3.1
30842025-08-29T21:26:58.782Z Checking secrecy v0.10.3
30852025-08-29T21:26:58.827Z Checking bitvec v1.0.1
30862025-08-29T21:26:58.882Z Compiling snafu-derive v0.8.5
30872025-08-29T21:26:58.915Z Compiling indexmap v1.9.3
30882025-08-29T21:26:58.966Z Checking zerocopy v0.6.6
30892025-08-29T21:26:58.989Z Checking indent_write v2.2.0
30902025-08-29T21:26:59.201Z Checking nodrop v0.1.14
30912025-08-29T21:26:59.249Z Checking fixedbitset v0.5.7
30922025-08-29T21:26:59.343Z Checking array-init v0.0.4
30932025-08-29T21:26:59.682Z Checking petgraph v0.8.2
30942025-08-29T21:26:59.736Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30952025-08-29T21:26:59.788Z Checking pin-project v1.1.6
30962025-08-29T21:26:59.954Z Checking libsw v3.5.0
30972025-08-29T21:27:00.285Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30982025-08-29T21:27:00.351Z Checking smallvec v0.6.14
30992025-08-29T21:27:00.946Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31002025-08-29T21:27:01.089Z Checking globset v0.4.15
31012025-08-29T21:27:01.093Z Checking olpc-cjson v0.1.4
31022025-08-29T21:27:01.166Z Checking serde_plain v1.0.2
31032025-08-29T21:27:01.328Z Checking bitfield v0.14.0
31042025-08-29T21:27:01.437Z Checking hashbrown v0.12.3
31052025-08-29T21:27:01.626Z Checking unicode-linebreak v0.1.5
31062025-08-29T21:27:01.647Z Checking typed-path v0.9.3
31072025-08-29T21:27:01.762Z Checking swrite v0.1.0
31082025-08-29T21:27:01.914Z Checking smawk v0.3.2
31092025-08-29T21:27:02.064Z Checking termcolor v1.4.1
31102025-08-29T21:27:02.149Z Checking linear-map v1.2.0
31112025-08-29T21:27:02.264Z Checking ron v0.8.1
31122025-08-29T21:27:02.490Z Checking env_logger v0.10.2
31132025-08-29T21:27:02.507Z Checking textwrap v0.16.2
31142025-08-29T21:27:02.944Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31152025-08-29T21:27:02.964Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31162025-08-29T21:27:02.985Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31172025-08-29T21:27:03.072Z Checking serde-hex v0.1.0
31182025-08-29T21:27:03.573Z Checking steno v0.4.1
31192025-08-29T21:27:03.635Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31202025-08-29T21:27:03.658Z Checking snafu v0.8.5
31212025-08-29T21:27:04.150Z Checking tough v0.20.0
31222025-08-29T21:27:04.503Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31232025-08-29T21:27:04.847Z Checking hashbrown v0.13.2
31242025-08-29T21:27:05.274Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31252025-08-29T21:27:05.827Z Checking half v2.4.1
31262025-08-29T21:27:05.892Z Checking humantime v2.2.0
31272025-08-29T21:27:05.915Z Checking crc-any v2.5.0
31282025-08-29T21:27:05.977Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31292025-08-29T21:27:06.230Z Checking ciborium-io v0.2.2
31302025-08-29T21:27:06.299Z Checking object v0.30.4
31312025-08-29T21:27:06.321Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31322025-08-29T21:27:06.374Z Checking ciborium-ll v0.2.2
31332025-08-29T21:27:06.397Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31342025-08-29T21:27:06.602Z Checking half v1.8.3
31352025-08-29T21:27:06.691Z Checking void v1.0.2
31362025-08-29T21:27:06.737Z Checking path-slash v0.1.5
31372025-08-29T21:27:06.868Z Checking lzss v0.8.2
31382025-08-29T21:27:06.972Z Checking tungstenite v0.23.0
31392025-08-29T21:27:06.995Z Checking ciborium v0.2.2
31402025-08-29T21:27:07.037Z Checking serde_cbor v0.11.2
31412025-08-29T21:27:07.227Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31422025-08-29T21:27:07.923Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31432025-08-29T21:27:07.943Z Checking nix v0.27.1
31442025-08-29T21:27:07.989Z Checking kstat-rs v0.2.4
31452025-08-29T21:27:08.051Z Checking serde_bytes v0.11.17
31462025-08-29T21:27:08.078Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31472025-08-29T21:27:08.196Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31482025-08-29T21:27:08.346Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492025-08-29T21:27:08.399Z Checking tokio-tungstenite v0.23.1
31502025-08-29T21:27:08.437Z Checking signal-hook-tokio v0.3.1
31512025-08-29T21:27:08.729Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31522025-08-29T21:27:11.391Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31532025-08-29T21:27:12.732Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31542025-08-29T21:27:24.009Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31552025-08-29T21:27:32.371Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31562025-08-29T21:27:33.138Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31572025-08-29T21:27:36.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.27s
31582025-08-29T21:27:36.497Z
31592025-08-29T21:27:36.497Zinfo: running `cargo check --bins` on gateway-api (111/227)
31602025-08-29T21:27:37.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612025-08-29T21:27:37.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622025-08-29T21:27:37.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632025-08-29T21:27:37.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31642025-08-29T21:27:37.298Z
31652025-08-29T21:27:37.298Zinfo: running `cargo check --bins` on ipcc (112/227)
31662025-08-29T21:27:38.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672025-08-29T21:27:38.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682025-08-29T21:27:38.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692025-08-29T21:27:38.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31702025-08-29T21:27:38.170Z
31712025-08-29T21:27:38.170Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (113/227)
31722025-08-29T21:27:38.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732025-08-29T21:27:38.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742025-08-29T21:27:38.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752025-08-29T21:27:38.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31762025-08-29T21:27:38.888Z
31772025-08-29T21:27:38.888Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/227)
31782025-08-29T21:27:39.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792025-08-29T21:27:39.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802025-08-29T21:27:39.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812025-08-29T21:27:39.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31822025-08-29T21:27:39.699Z
31832025-08-29T21:27:39.699Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/227)
31842025-08-29T21:27:40.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852025-08-29T21:27:40.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862025-08-29T21:27:40.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872025-08-29T21:27:40.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31882025-08-29T21:27:40.505Z
31892025-08-29T21:27:40.505Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/227)
31902025-08-29T21:27:41.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912025-08-29T21:27:41.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922025-08-29T21:27:41.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932025-08-29T21:27:41.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31942025-08-29T21:27:41.314Z
31952025-08-29T21:27:41.314Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/227)
31962025-08-29T21:27:42.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972025-08-29T21:27:42.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982025-08-29T21:27:42.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992025-08-29T21:27:42.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32002025-08-29T21:27:42.123Z
32012025-08-29T21:27:42.124Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/227)
32022025-08-29T21:27:42.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032025-08-29T21:27:42.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042025-08-29T21:27:42.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052025-08-29T21:27:42.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32062025-08-29T21:27:42.925Z
32072025-08-29T21:27:42.925Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/227)
32082025-08-29T21:27:43.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092025-08-29T21:27:43.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102025-08-29T21:27:43.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112025-08-29T21:27:43.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32122025-08-29T21:27:43.730Z
32132025-08-29T21:27:43.730Zinfo: running `cargo check --bins` on oximeter-producer (120/227)
32142025-08-29T21:27:44.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152025-08-29T21:27:44.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162025-08-29T21:27:44.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172025-08-29T21:27:44.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32182025-08-29T21:27:44.578Z
32192025-08-29T21:27:44.578Zinfo: running `cargo check --bins` on internal-dns-resolver (121/227)
32202025-08-29T21:27:45.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212025-08-29T21:27:45.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222025-08-29T21:27:45.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232025-08-29T21:27:45.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32242025-08-29T21:27:45.383Z
32252025-08-29T21:27:45.383Zinfo: running `cargo check --bins` on sp-sim (122/227)
32262025-08-29T21:27:46.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272025-08-29T21:27:46.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282025-08-29T21:27:46.275Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32292025-08-29T21:27:46.279Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32302025-08-29T21:27:46.279Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32312025-08-29T21:27:46.279Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322025-08-29T21:27:46.279Z Compiling nix v0.30.1
32332025-08-29T21:27:46.453Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32342025-08-29T21:27:46.456Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352025-08-29T21:27:46.487Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32362025-08-29T21:27:46.717Z Checking keccak v0.1.5
32372025-08-29T21:27:47.073Z Checking sha3 v0.10.8
32382025-08-29T21:27:47.169Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
32392025-08-29T21:27:48.688Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32402025-08-29T21:27:51.654Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412025-08-29T21:28:06.611Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32422025-08-29T21:28:09.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.65s
32432025-08-29T21:28:09.272Z
32442025-08-29T21:28:09.272Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (123/227)
32452025-08-29T21:28:10.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462025-08-29T21:28:10.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472025-08-29T21:28:10.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482025-08-29T21:28:10.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32492025-08-29T21:28:10.172Z
32502025-08-29T21:28:10.172Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/227)
32512025-08-29T21:28:10.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522025-08-29T21:28:10.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532025-08-29T21:28:10.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542025-08-29T21:28:10.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32552025-08-29T21:28:11.100Z
32562025-08-29T21:28:11.100Zinfo: running `cargo check --bins` on db-macros (125/227)
32572025-08-29T21:28:11.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582025-08-29T21:28:11.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592025-08-29T21:28:11.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602025-08-29T21:28:11.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32612025-08-29T21:28:11.821Z
32622025-08-29T21:28:11.822Zinfo: running `cargo check --bins` on nexus-macros-common (126/227)
32632025-08-29T21:28:12.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642025-08-29T21:28:12.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652025-08-29T21:28:12.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662025-08-29T21:28:12.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32672025-08-29T21:28:12.599Z
32682025-08-29T21:28:12.600Zinfo: running `cargo check --bins` on nexus-auth (127/227)
32692025-08-29T21:28:13.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702025-08-29T21:28:13.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712025-08-29T21:28:13.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722025-08-29T21:28:13.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32732025-08-29T21:28:13.463Z
32742025-08-29T21:28:13.463Zinfo: running `cargo check --bins` on authz-macros (128/227)
32752025-08-29T21:28:14.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762025-08-29T21:28:14.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772025-08-29T21:28:14.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782025-08-29T21:28:14.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32792025-08-29T21:28:14.230Z
32802025-08-29T21:28:14.230Zinfo: running `cargo check --bins` on nexus-db-fixed-data (129/227)
32812025-08-29T21:28:15.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822025-08-29T21:28:15.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832025-08-29T21:28:15.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842025-08-29T21:28:15.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32852025-08-29T21:28:15.114Z
32862025-08-29T21:28:15.114Zinfo: running `cargo check --bins` on nexus-db-model (130/227)
32872025-08-29T21:28:15.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882025-08-29T21:28:15.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892025-08-29T21:28:15.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902025-08-29T21:28:15.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32912025-08-29T21:28:15.955Z
32922025-08-29T21:28:15.955Zinfo: running `cargo check --bins` on nexus-db-schema (131/227)
32932025-08-29T21:28:16.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942025-08-29T21:28:16.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952025-08-29T21:28:16.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962025-08-29T21:28:16.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32972025-08-29T21:28:16.728Z
32982025-08-29T21:28:16.728Zinfo: running `cargo check --bins` on nexus-defaults (132/227)
32992025-08-29T21:28:17.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002025-08-29T21:28:17.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012025-08-29T21:28:17.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022025-08-29T21:28:17.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33032025-08-29T21:28:17.516Z
33042025-08-29T21:28:17.516Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (133/227)
33052025-08-29T21:28:18.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062025-08-29T21:28:18.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072025-08-29T21:28:18.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082025-08-29T21:28:18.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33092025-08-29T21:28:18.325Z
33102025-08-29T21:28:18.325Zinfo: running `cargo check --bins` on parallel-task-set (134/227)
33112025-08-29T21:28:18.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122025-08-29T21:28:19.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132025-08-29T21:28:19.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142025-08-29T21:28:19.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33152025-08-29T21:28:19.085Z
33162025-08-29T21:28:19.085Zinfo: running `cargo check --bins` on nexus-db-errors (135/227)
33172025-08-29T21:28:19.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182025-08-29T21:28:19.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192025-08-29T21:28:19.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202025-08-29T21:28:19.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33212025-08-29T21:28:19.946Z
33222025-08-29T21:28:19.946Zinfo: running `cargo check --bins` on nexus-db-lookup (136/227)
33232025-08-29T21:28:20.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242025-08-29T21:28:20.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252025-08-29T21:28:20.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262025-08-29T21:28:20.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33272025-08-29T21:28:20.829Z
33282025-08-29T21:28:20.829Zinfo: running `cargo check --bins` on nexus-inventory (137/227)
33292025-08-29T21:28:21.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302025-08-29T21:28:21.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312025-08-29T21:28:21.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322025-08-29T21:28:21.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33332025-08-29T21:28:21.668Z
33342025-08-29T21:28:21.668Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (138/227)
33352025-08-29T21:28:22.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362025-08-29T21:28:22.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372025-08-29T21:28:22.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382025-08-29T21:28:22.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33392025-08-29T21:28:22.492Z
33402025-08-29T21:28:22.492Zinfo: running `cargo check --bins --no-default-features` on sled-storage (139/227)
33412025-08-29T21:28:23.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422025-08-29T21:28:23.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432025-08-29T21:28:23.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442025-08-29T21:28:23.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33452025-08-29T21:28:23.322Z
33462025-08-29T21:28:23.322Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/227)
33472025-08-29T21:28:24.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482025-08-29T21:28:24.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492025-08-29T21:28:24.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502025-08-29T21:28:24.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33512025-08-29T21:28:24.146Z
33522025-08-29T21:28:24.146Zinfo: running `cargo check --bins` on key-manager (141/227)
33532025-08-29T21:28:24.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542025-08-29T21:28:24.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552025-08-29T21:28:24.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562025-08-29T21:28:24.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33572025-08-29T21:28:24.946Z
33582025-08-29T21:28:24.946Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (142/227)
33592025-08-29T21:28:25.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602025-08-29T21:28:25.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612025-08-29T21:28:25.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622025-08-29T21:28:25.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33632025-08-29T21:28:25.768Z
33642025-08-29T21:28:25.768Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/227)
33652025-08-29T21:28:26.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662025-08-29T21:28:26.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672025-08-29T21:28:26.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682025-08-29T21:28:26.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33692025-08-29T21:28:26.592Z
33702025-08-29T21:28:26.592Zinfo: running `cargo check --bins` on typed-rng (144/227)
33712025-08-29T21:28:27.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722025-08-29T21:28:27.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732025-08-29T21:28:27.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742025-08-29T21:28:27.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33752025-08-29T21:28:27.363Z
33762025-08-29T21:28:27.363Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/227)
33772025-08-29T21:28:28.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782025-08-29T21:28:28.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792025-08-29T21:28:28.410Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
33802025-08-29T21:28:28.411Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33812025-08-29T21:28:28.411Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33822025-08-29T21:28:28.414Z Compiling thiserror-impl-no-std v2.0.2
33832025-08-29T21:28:28.414Z Checking universal-hash v0.5.1
33842025-08-29T21:28:28.414Z Checking opaque-debug v0.3.1
33852025-08-29T21:28:28.605Z Checking chacha20 v0.9.1
33862025-08-29T21:28:28.640Z Checking aead v0.5.2
33872025-08-29T21:28:28.731Z Compiling unicase v2.7.0
33882025-08-29T21:28:28.809Z Checking poly1305 v0.8.0
33892025-08-29T21:28:28.812Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33902025-08-29T21:28:28.890Z Compiling libefi-sys v0.1.0
33912025-08-29T21:28:28.986Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
33922025-08-29T21:28:29.010Z Compiling bitfield-struct v0.6.2
33932025-08-29T21:28:29.117Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33942025-08-29T21:28:29.219Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33952025-08-29T21:28:29.295Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33962025-08-29T21:28:29.344Z Checking chacha20poly1305 v0.10.1
33972025-08-29T21:28:29.536Z Compiling proc-macro-error-attr2 v2.0.0
33982025-08-29T21:28:29.555Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33992025-08-29T21:28:29.622Z Compiling salty v0.3.0
34002025-08-29T21:28:29.673Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34012025-08-29T21:28:30.121Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34022025-08-29T21:28:30.325Z Compiling num-derive v0.3.3
34032025-08-29T21:28:30.348Z Compiling proc-macro-error2 v2.0.1
34042025-08-29T21:28:30.375Z Compiling xshell-macros v0.2.7
34052025-08-29T21:28:30.402Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34062025-08-29T21:28:30.960Z Compiling tabled_derive v0.10.0
34072025-08-29T21:28:30.982Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34082025-08-29T21:28:31.146Z Checking xshell v0.2.7
34092025-08-29T21:28:31.205Z Checking thiserror-no-std v2.0.2
34102025-08-29T21:28:31.356Z Checking vsss-rs v3.3.4
34112025-08-29T21:28:31.457Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34122025-08-29T21:28:31.515Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34132025-08-29T21:28:31.745Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34142025-08-29T21:28:32.526Z Checking libscf-sys v1.1.0
34152025-08-29T21:28:32.764Z Compiling mime_guess v2.0.5
34162025-08-29T21:28:33.126Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34172025-08-29T21:28:33.459Z Checking papergrid v0.14.0
34182025-08-29T21:28:33.577Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34192025-08-29T21:28:33.918Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34202025-08-29T21:28:34.275Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34212025-08-29T21:28:34.429Z Checking primeorder v0.13.6
34222025-08-29T21:28:35.110Z Checking env_filter v0.1.2
34232025-08-29T21:28:35.139Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34242025-08-29T21:28:35.139Z Checking tabled v0.18.0
34252025-08-29T21:28:35.488Z Checking env_logger v0.11.5
34262025-08-29T21:28:35.512Z Checking p384 v0.13.0
34272025-08-29T21:28:35.625Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34282025-08-29T21:28:35.722Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34292025-08-29T21:28:35.790Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34302025-08-29T21:28:36.131Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34312025-08-29T21:28:36.304Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34322025-08-29T21:28:36.509Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34332025-08-29T21:28:36.526Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34342025-08-29T21:28:36.613Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34352025-08-29T21:28:36.970Z Checking http-range v0.1.5
34362025-08-29T21:28:37.142Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34372025-08-29T21:28:37.170Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382025-08-29T21:28:37.452Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34392025-08-29T21:28:37.505Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34402025-08-29T21:28:37.891Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
34412025-08-29T21:28:37.916Z Checking secrecy v0.8.0
34422025-08-29T21:28:37.955Z Checking atty v0.2.14
34432025-08-29T21:28:38.009Z Checking crc8 v0.1.1
34442025-08-29T21:28:38.103Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34452025-08-29T21:28:38.189Z Checking hyper-staticfile v0.10.1
34462025-08-29T21:28:38.346Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472025-08-29T21:28:38.723Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34482025-08-29T21:28:38.796Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
34492025-08-29T21:28:39.080Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34502025-08-29T21:28:39.165Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34512025-08-29T21:28:39.216Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522025-08-29T21:28:39.966Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532025-08-29T21:28:39.989Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34542025-08-29T21:28:39.999Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
34552025-08-29T21:28:40.341Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34562025-08-29T21:28:44.895Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34572025-08-29T21:28:45.010Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34582025-08-29T21:28:45.010Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34592025-08-29T21:28:45.011Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34602025-08-29T21:28:45.011Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
34612025-08-29T21:28:45.011Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34622025-08-29T21:28:45.058Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
34632025-08-29T21:28:45.192Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34642025-08-29T21:28:50.751Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34652025-08-29T21:29:04.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s
34662025-08-29T21:29:05.112Z
34672025-08-29T21:29:05.112Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/227)
34682025-08-29T21:29:05.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692025-08-29T21:29:05.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702025-08-29T21:29:06.046Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34712025-08-29T21:29:20.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.98s
34722025-08-29T21:29:20.339Z
34732025-08-29T21:29:20.339Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/227)
34742025-08-29T21:29:21.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752025-08-29T21:29:21.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762025-08-29T21:29:21.264Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34772025-08-29T21:29:35.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s
34782025-08-29T21:29:35.384Z
34792025-08-29T21:29:35.384Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/227)
34802025-08-29T21:29:36.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812025-08-29T21:29:36.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822025-08-29T21:29:36.322Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34832025-08-29T21:29:50.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s
34842025-08-29T21:29:50.730Z
34852025-08-29T21:29:50.730Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/227)
34862025-08-29T21:29:51.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872025-08-29T21:29:51.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882025-08-29T21:29:51.674Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34892025-08-29T21:30:06.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.37s
34902025-08-29T21:30:06.351Z
34912025-08-29T21:30:06.351Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/227)
34922025-08-29T21:30:07.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932025-08-29T21:30:07.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942025-08-29T21:30:07.280Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34952025-08-29T21:30:21.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.12s
34962025-08-29T21:30:21.722Z
34972025-08-29T21:30:21.722Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/227)
34982025-08-29T21:30:22.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992025-08-29T21:30:22.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002025-08-29T21:30:22.666Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35012025-08-29T21:30:36.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s
35022025-08-29T21:30:36.943Z
35032025-08-29T21:30:36.943Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/227)
35042025-08-29T21:30:37.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052025-08-29T21:30:37.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062025-08-29T21:30:37.892Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35072025-08-29T21:30:52.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.06s
35082025-08-29T21:30:52.259Z
35092025-08-29T21:30:52.259Zinfo: running `cargo check --bins` on bootstrap-agent-api (153/227)
35102025-08-29T21:30:53.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112025-08-29T21:30:53.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122025-08-29T21:30:53.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132025-08-29T21:30:53.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35142025-08-29T21:30:53.108Z
35152025-08-29T21:30:53.108Zinfo: running `cargo check --bins` on range-requests (154/227)
35162025-08-29T21:30:53.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172025-08-29T21:30:53.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182025-08-29T21:30:53.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192025-08-29T21:30:53.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35202025-08-29T21:30:53.890Z
35212025-08-29T21:30:53.890Zinfo: running `cargo check --bins` on repo-depot-api (155/227)
35222025-08-29T21:30:54.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232025-08-29T21:30:54.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242025-08-29T21:30:54.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252025-08-29T21:30:54.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35262025-08-29T21:30:54.692Z
35272025-08-29T21:30:54.692Zinfo: running `cargo check --bins` on sled-agent-api (156/227)
35282025-08-29T21:30:55.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292025-08-29T21:30:55.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302025-08-29T21:30:55.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312025-08-29T21:30:55.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35322025-08-29T21:30:55.564Z
35332025-08-29T21:30:55.564Zinfo: running `cargo check --bins` on sled-diagnostics (157/227)
35342025-08-29T21:30:56.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352025-08-29T21:30:56.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362025-08-29T21:30:56.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372025-08-29T21:30:56.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35382025-08-29T21:30:56.402Z
35392025-08-29T21:30:56.402Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/227)
35402025-08-29T21:30:57.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412025-08-29T21:30:57.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422025-08-29T21:30:57.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432025-08-29T21:30:57.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35442025-08-29T21:30:57.250Z
35452025-08-29T21:30:57.250Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/227)
35462025-08-29T21:30:58.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472025-08-29T21:30:58.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482025-08-29T21:30:58.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492025-08-29T21:30:58.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35502025-08-29T21:30:58.110Z
35512025-08-29T21:30:58.110Zinfo: running `cargo check --bins` on sled-agent-zone-images (160/227)
35522025-08-29T21:30:58.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532025-08-29T21:30:58.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542025-08-29T21:30:58.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552025-08-29T21:30:58.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35562025-08-29T21:30:58.937Z
35572025-08-29T21:30:58.938Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (161/227)
35582025-08-29T21:30:59.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592025-08-29T21:30:59.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602025-08-29T21:30:59.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612025-08-29T21:30:59.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35622025-08-29T21:30:59.778Z
35632025-08-29T21:30:59.778Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (162/227)
35642025-08-29T21:31:00.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652025-08-29T21:31:00.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662025-08-29T21:31:00.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672025-08-29T21:31:00.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35682025-08-29T21:31:00.671Z
35692025-08-29T21:31:00.671Zinfo: running `cargo check --bins` on nexus-test-interface (163/227)
35702025-08-29T21:31:01.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712025-08-29T21:31:01.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722025-08-29T21:31:01.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732025-08-29T21:31:01.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35742025-08-29T21:31:01.579Z
35752025-08-29T21:31:01.580Zinfo: running `cargo check --bins` on oximeter-collector (164/227)
35762025-08-29T21:31:02.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772025-08-29T21:31:02.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782025-08-29T21:31:02.569Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35792025-08-29T21:31:02.573Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35802025-08-29T21:31:03.589Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35812025-08-29T21:31:05.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
35822025-08-29T21:31:05.975Z
35832025-08-29T21:31:05.975Zinfo: running `cargo check --bins` on oximeter-api (165/227)
35842025-08-29T21:31:06.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852025-08-29T21:31:06.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862025-08-29T21:31:06.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872025-08-29T21:31:06.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35882025-08-29T21:31:06.776Z
35892025-08-29T21:31:06.776Zinfo: running `cargo check --bins` on cert-dev (166/227)
35902025-08-29T21:31:07.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912025-08-29T21:31:07.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922025-08-29T21:31:07.529Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35932025-08-29T21:31:07.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35942025-08-29T21:31:08.088Z
35952025-08-29T21:31:08.088Zinfo: running `cargo check --bins` on clickana (167/227)
35962025-08-29T21:31:08.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972025-08-29T21:31:08.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982025-08-29T21:31:08.916Z Checking castaway v0.2.3
35992025-08-29T21:31:08.919Z Checking unicode-truncate v1.1.0
36002025-08-29T21:31:08.919Z Checking lru v0.12.5
36012025-08-29T21:31:08.919Z Compiling instability v0.3.2
36022025-08-29T21:31:08.919Z Compiling indoc v2.0.6
36032025-08-29T21:31:08.919Z Checking cassowary v0.3.0
36042025-08-29T21:31:08.919Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36052025-08-29T21:31:09.165Z Checking compact_str v0.8.0
36062025-08-29T21:31:09.823Z Checking ratatui v0.29.0
36072025-08-29T21:31:11.751Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36082025-08-29T21:31:12.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
36092025-08-29T21:31:12.899Z
36102025-08-29T21:31:12.899Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (168/227)
36112025-08-29T21:31:13.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122025-08-29T21:31:13.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132025-08-29T21:31:13.773Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36142025-08-29T21:31:13.773Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
36152025-08-29T21:31:14.964Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
36162025-08-29T21:31:15.470Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
36172025-08-29T21:31:15.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
36182025-08-29T21:31:16.098Z
36192025-08-29T21:31:16.098Zinfo: running `cargo check --bins` on ch-dev (169/227)
36202025-08-29T21:31:16.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-08-29T21:31:16.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-08-29T21:31:16.930Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36232025-08-29T21:31:17.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
36242025-08-29T21:31:17.993Z
36252025-08-29T21:31:17.993Zinfo: running `cargo check --bins` on dev-tools-common (170/227)
36262025-08-29T21:31:18.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-08-29T21:31:18.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-08-29T21:31:18.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292025-08-29T21:31:18.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36302025-08-29T21:31:18.586Z
36312025-08-29T21:31:18.586Zinfo: running `cargo check --bins` on crdb-seed (171/227)
36322025-08-29T21:31:19.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332025-08-29T21:31:19.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342025-08-29T21:31:19.419Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36352025-08-29T21:31:19.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
36362025-08-29T21:31:20.058Z
36372025-08-29T21:31:20.058Zinfo: running `cargo check --bins` on db-dev (172/227)
36382025-08-29T21:31:20.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392025-08-29T21:31:20.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402025-08-29T21:31:20.889Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36412025-08-29T21:31:21.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
36422025-08-29T21:31:21.936Z
36432025-08-29T21:31:21.936Zinfo: running `cargo check --bins` on omicron-dev-lib (173/227)
36442025-08-29T21:31:22.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452025-08-29T21:31:22.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462025-08-29T21:31:22.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472025-08-29T21:31:22.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36482025-08-29T21:31:22.753Z
36492025-08-29T21:31:22.753Zinfo: running `cargo check --bins` on xtask-downloader (174/227)
36502025-08-29T21:31:23.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512025-08-29T21:31:23.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522025-08-29T21:31:23.523Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36532025-08-29T21:31:24.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
36542025-08-29T21:31:24.636Z
36552025-08-29T21:31:24.636Zinfo: running `cargo check --bins` on omicron-ls-apis (175/227)
36562025-08-29T21:31:25.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572025-08-29T21:31:25.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582025-08-29T21:31:25.395Z Checking typeid v1.0.3
36592025-08-29T21:31:25.512Z Checking ordered-float v2.10.1
36602025-08-29T21:31:25.528Z Checking cargo-platform v0.2.0
36612025-08-29T21:31:25.614Z Checking erased-serde v0.4.6
36622025-08-29T21:31:25.858Z Checking serde-value v0.7.0
36632025-08-29T21:31:26.198Z Checking serde-untagged v0.1.7
36642025-08-29T21:31:26.437Z Checking cargo-util-schemas v0.8.2
36652025-08-29T21:31:27.646Z Checking cargo_metadata v0.21.0
36662025-08-29T21:31:28.709Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36672025-08-29T21:31:29.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
36682025-08-29T21:31:29.789Z
36692025-08-29T21:31:29.789Zinfo: running `cargo check --bins` on mgs-dev (176/227)
36702025-08-29T21:31:30.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712025-08-29T21:31:30.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722025-08-29T21:31:30.758Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36732025-08-29T21:31:32.756Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36742025-08-29T21:31:33.431Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36752025-08-29T21:31:34.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
36762025-08-29T21:31:34.323Z
36772025-08-29T21:31:34.323Zinfo: running `cargo check --bins` on omicron-omdb (177/227)
36782025-08-29T21:31:35.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792025-08-29T21:31:35.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802025-08-29T21:31:35.426Z Compiling crunchy v0.2.2
36812025-08-29T21:31:35.430Z Compiling dsl_auto_type v0.1.2
36822025-08-29T21:31:35.430Z Checking scheduled-thread-pool v0.2.7
36832025-08-29T21:31:35.430Z Compiling diesel_table_macro_syntax v0.2.0
36842025-08-29T21:31:35.572Z Compiling tiny-keccak v2.0.2
36852025-08-29T21:31:35.630Z Compiling bit-vec v0.6.3
36862025-08-29T21:31:35.634Z Compiling ascii-canvas v3.0.0
36872025-08-29T21:31:35.652Z Compiling ena v0.14.3
36882025-08-29T21:31:35.821Z Checking r2d2 v0.8.10
36892025-08-29T21:31:35.945Z Compiling regex-syntax v0.6.29
36902025-08-29T21:31:35.993Z Compiling bit-set v0.5.3
36912025-08-29T21:31:36.051Z Compiling diff v0.1.13
36922025-08-29T21:31:36.096Z Compiling bindgen v0.71.1
36932025-08-29T21:31:36.117Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
36942025-08-29T21:31:36.150Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36952025-08-29T21:31:36.262Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
36962025-08-29T21:31:36.406Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36972025-08-29T21:31:36.485Z Compiling derive_builder_core v0.20.2
36982025-08-29T21:31:36.554Z Compiling libxml v0.3.3
36992025-08-29T21:31:36.748Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37002025-08-29T21:31:36.887Z Compiling diesel_derives v2.2.3
37012025-08-29T21:31:36.943Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
37022025-08-29T21:31:37.026Z Compiling strum_macros v0.24.3
37032025-08-29T21:31:37.304Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
37042025-08-29T21:31:37.331Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37052025-08-29T21:31:37.633Z Compiling indoc v1.0.9
37062025-08-29T21:31:38.527Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
37072025-08-29T21:31:38.549Z Compiling derive_builder_macro v0.20.2
37082025-08-29T21:31:38.881Z Compiling oso-derive v0.27.3
37092025-08-29T21:31:39.319Z Compiling lalrpop v0.19.12
37102025-08-29T21:31:39.442Z Checking derive_builder v0.20.2
37112025-08-29T21:31:39.672Z Compiling impl-trait-for-tuples v0.2.2
37122025-08-29T21:31:39.899Z Checking quick-xml v0.37.2
37132025-08-29T21:31:39.932Z Checking maplit v1.0.2
37142025-08-29T21:31:40.111Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37152025-08-29T21:31:40.213Z Compiling diesel-dtrace v0.4.2
37162025-08-29T21:31:40.664Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
37172025-08-29T21:31:41.004Z Checking bb8 v0.8.5
37182025-08-29T21:31:41.097Z Checking ignore v0.4.23
37192025-08-29T21:31:41.511Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37202025-08-29T21:31:41.736Z Checking predicates-tree v1.0.12
37212025-08-29T21:31:41.909Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37222025-08-29T21:31:41.932Z Checking rand_seeder v0.4.0
37232025-08-29T21:31:41.953Z Checking globwalk v0.9.1
37242025-08-29T21:31:41.976Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37252025-08-29T21:31:42.213Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37262025-08-29T21:31:42.283Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37272025-08-29T21:31:42.314Z Checking camino-tempfile-ext v0.3.2
37282025-08-29T21:31:42.475Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37292025-08-29T21:31:42.694Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37302025-08-29T21:31:42.819Z Checking console v0.16.0
37312025-08-29T21:31:43.427Z Checking is_ci v1.2.0
37322025-08-29T21:31:43.465Z Checking unit-prefix v0.5.1
37332025-08-29T21:31:43.589Z Checking supports-color v3.0.2
37342025-08-29T21:31:43.685Z Checking indicatif v0.18.0
37352025-08-29T21:31:43.850Z Checking support-bundle-viewer v0.1.2
37362025-08-29T21:31:43.991Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37372025-08-29T21:31:44.303Z Checking multimap v0.10.1
37382025-08-29T21:31:44.485Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37392025-08-29T21:31:46.513Z Checking diesel v2.2.12
37402025-08-29T21:32:00.497Z Compiling samael v0.0.19
37412025-08-29T21:32:16.782Z Checking async-bb8-diesel v0.2.1
37422025-08-29T21:32:18.551Z Compiling polar-core v0.27.3
37432025-08-29T21:32:25.856Z Checking oso v0.27.3
37442025-08-29T21:33:11.742Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37452025-08-29T21:33:48.183Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37462025-08-29T21:33:58.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
37472025-08-29T21:33:58.820Z
37482025-08-29T21:33:58.820Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (178/227)
37492025-08-29T21:33:59.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502025-08-29T21:33:59.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512025-08-29T21:33:59.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522025-08-29T21:33:59.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
37532025-08-29T21:33:59.707Z
37542025-08-29T21:33:59.707Zinfo: running `cargo check --bins` on nexus-saga-recovery (179/227)
37552025-08-29T21:34:00.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562025-08-29T21:34:00.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572025-08-29T21:34:00.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582025-08-29T21:34:00.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37592025-08-29T21:34:00.583Z
37602025-08-29T21:34:00.583Zinfo: running `cargo check --bins` on nexus-test-utils-macros (180/227)
37612025-08-29T21:34:01.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622025-08-29T21:34:01.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632025-08-29T21:34:01.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642025-08-29T21:34:01.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37652025-08-29T21:34:01.355Z
37662025-08-29T21:34:01.355Zinfo: running `cargo check --bins` on omicron-nexus (181/227)
37672025-08-29T21:34:02.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682025-08-29T21:34:02.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692025-08-29T21:34:02.525Z Compiling libz-sys v1.1.20
37702025-08-29T21:34:02.669Z Compiling libgit2-sys v0.17.0+1.8.1
37712025-08-29T21:34:02.687Z Compiling vergen v8.3.2
37722025-08-29T21:34:02.687Z Compiling cargo-platform v0.1.8
37732025-08-29T21:34:02.719Z Compiling fs-err v2.11.0
37742025-08-29T21:34:02.719Z Compiling rustls v0.21.12
37752025-08-29T21:34:02.761Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
37762025-08-29T21:34:02.764Z Checking sct v0.7.1
37772025-08-29T21:34:03.019Z Checking rustls-webpki v0.101.7
37782025-08-29T21:34:03.076Z Compiling cargo_metadata v0.18.1
37792025-08-29T21:34:03.160Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37802025-08-29T21:34:03.189Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37812025-08-29T21:34:03.502Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37822025-08-29T21:34:03.540Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37832025-08-29T21:34:03.626Z Checking parse-size v1.1.0
37842025-08-29T21:34:03.746Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37852025-08-29T21:34:03.835Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
37862025-08-29T21:34:03.919Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37872025-08-29T21:34:03.944Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37882025-08-29T21:34:04.773Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
37892025-08-29T21:34:04.956Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37902025-08-29T21:34:05.127Z Checking rustls-pemfile v1.0.4
37912025-08-29T21:34:05.367Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37922025-08-29T21:34:05.525Z Checking twox-hash v2.1.0
37932025-08-29T21:34:05.694Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37942025-08-29T21:34:05.767Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37952025-08-29T21:34:06.139Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37962025-08-29T21:34:06.711Z Checking tokio-rustls v0.24.1
37972025-08-29T21:34:07.123Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37982025-08-29T21:34:07.710Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37992025-08-29T21:34:07.751Z Checking fatfs v0.3.6
38002025-08-29T21:34:07.887Z Checking assert_matches v1.5.0
38012025-08-29T21:34:14.058Z Compiling git2 v0.19.0
38022025-08-29T21:34:14.136Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
38032025-08-29T21:34:14.294Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
38042025-08-29T21:34:18.321Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38052025-08-29T21:35:23.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
38062025-08-29T21:35:23.947Z
38072025-08-29T21:35:23.947Zinfo: running `cargo check --bins` on nexus-background-task-interface (182/227)
38082025-08-29T21:35:24.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092025-08-29T21:35:24.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102025-08-29T21:35:24.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112025-08-29T21:35:24.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38122025-08-29T21:35:24.758Z
38132025-08-29T21:35:24.758Zinfo: running `cargo check --bins` on nexus-external-api (183/227)
38142025-08-29T21:35:25.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152025-08-29T21:35:25.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162025-08-29T21:35:25.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172025-08-29T21:35:25.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38182025-08-29T21:35:25.613Z
38192025-08-29T21:35:25.613Zinfo: running `cargo check --bins` on nexus-internal-api (184/227)
38202025-08-29T21:35:26.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212025-08-29T21:35:26.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222025-08-29T21:35:26.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232025-08-29T21:35:26.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38242025-08-29T21:35:26.440Z
38252025-08-29T21:35:26.440Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (185/227)
38262025-08-29T21:35:27.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272025-08-29T21:35:27.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282025-08-29T21:35:27.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292025-08-29T21:35:27.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38302025-08-29T21:35:27.309Z
38312025-08-29T21:35:27.309Zinfo: running `cargo check --bins` on nexus-mgs-updates (186/227)
38322025-08-29T21:35:28.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332025-08-29T21:35:28.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342025-08-29T21:35:28.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352025-08-29T21:35:28.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38362025-08-29T21:35:28.154Z
38372025-08-29T21:35:28.154Zinfo: running `cargo check --bins` on nexus-networking (187/227)
38382025-08-29T21:35:28.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392025-08-29T21:35:28.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402025-08-29T21:35:28.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412025-08-29T21:35:28.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38422025-08-29T21:35:29.037Z
38432025-08-29T21:35:29.037Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (188/227)
38442025-08-29T21:35:29.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452025-08-29T21:35:29.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462025-08-29T21:35:29.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472025-08-29T21:35:29.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38482025-08-29T21:35:29.931Z
38492025-08-29T21:35:29.931Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/227)
38502025-08-29T21:35:30.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512025-08-29T21:35:30.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522025-08-29T21:35:30.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532025-08-29T21:35:30.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38542025-08-29T21:35:30.809Z
38552025-08-29T21:35:30.809Zinfo: running `cargo check --bins` on update-common (190/227)
38562025-08-29T21:35:31.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572025-08-29T21:35:31.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582025-08-29T21:35:31.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592025-08-29T21:35:31.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38602025-08-29T21:35:31.636Z
38612025-08-29T21:35:31.636Zinfo: running `cargo check --bins` on omicron-dev (191/227)
38622025-08-29T21:35:32.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632025-08-29T21:35:32.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642025-08-29T21:35:32.788Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38652025-08-29T21:35:32.791Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38662025-08-29T21:35:32.956Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38672025-08-29T21:35:32.973Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38682025-08-29T21:35:32.977Z Checking yansi v1.0.1
38692025-08-29T21:35:32.977Z Checking diff v0.1.13
38702025-08-29T21:35:32.990Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38712025-08-29T21:35:33.024Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38722025-08-29T21:35:33.479Z Checking pretty_assertions v1.4.1
38732025-08-29T21:35:34.221Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38742025-08-29T21:36:05.541Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38752025-08-29T21:36:05.544Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38762025-08-29T21:36:05.544Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38772025-08-29T21:36:05.544Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38782025-08-29T21:36:05.544Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38792025-08-29T21:36:05.544Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38802025-08-29T21:36:06.270Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38812025-08-29T21:36:06.562Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38822025-08-29T21:36:08.032Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38832025-08-29T21:37:02.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
38842025-08-29T21:37:02.721Z
38852025-08-29T21:37:02.722Zinfo: running `cargo check --bins` on openapi-manager (192/227)
38862025-08-29T21:37:03.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872025-08-29T21:37:03.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882025-08-29T21:37:03.714Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38892025-08-29T21:37:03.714Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38902025-08-29T21:37:03.718Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38912025-08-29T21:37:03.864Z Checking heck v0.4.1
38922025-08-29T21:37:03.874Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38932025-08-29T21:37:04.114Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38942025-08-29T21:37:04.190Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38952025-08-29T21:37:05.050Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38962025-08-29T21:37:07.307Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38972025-08-29T21:37:08.935Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38982025-08-29T21:37:09.820Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38992025-08-29T21:37:11.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.72s
39002025-08-29T21:37:11.655Z
39012025-08-29T21:37:11.655Zinfo: running `cargo check --bins` on installinator-api (193/227)
39022025-08-29T21:37:12.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032025-08-29T21:37:12.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042025-08-29T21:37:12.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052025-08-29T21:37:12.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39062025-08-29T21:37:12.463Z
39072025-08-29T21:37:12.463Zinfo: running `cargo check --bins` on ntp-admin-api (194/227)
39082025-08-29T21:37:13.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092025-08-29T21:37:13.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102025-08-29T21:37:13.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112025-08-29T21:37:13.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39122025-08-29T21:37:13.273Z
39132025-08-29T21:37:13.273Zinfo: running `cargo check --bins` on ntp-admin-types (195/227)
39142025-08-29T21:37:13.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152025-08-29T21:37:13.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162025-08-29T21:37:13.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172025-08-29T21:37:13.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
39182025-08-29T21:37:14.078Z
39192025-08-29T21:37:14.078Zinfo: running `cargo check --bins` on wicketd-api (196/227)
39202025-08-29T21:37:14.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212025-08-29T21:37:14.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222025-08-29T21:37:14.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232025-08-29T21:37:14.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39242025-08-29T21:37:14.918Z
39252025-08-29T21:37:14.918Zinfo: running `cargo check --bins` on omicron-pins (197/227)
39262025-08-29T21:37:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272025-08-29T21:37:15.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282025-08-29T21:37:15.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292025-08-29T21:37:15.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39302025-08-29T21:37:15.684Z
39312025-08-29T21:37:15.684Zinfo: running `cargo check --bins` on reconfigurator-cli (198/227)
39322025-08-29T21:37:16.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332025-08-29T21:37:16.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342025-08-29T21:37:16.662Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39352025-08-29T21:37:16.801Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39362025-08-29T21:37:16.804Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39372025-08-29T21:37:16.831Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
39382025-08-29T21:37:16.834Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
39392025-08-29T21:37:16.866Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39402025-08-29T21:37:16.870Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39412025-08-29T21:37:16.886Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
39422025-08-29T21:37:17.050Z Compiling petname v2.0.2
39432025-08-29T21:37:17.115Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
39442025-08-29T21:37:17.431Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39452025-08-29T21:37:17.523Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39462025-08-29T21:37:17.880Z Checking sync-ptr v0.1.4
39472025-08-29T21:37:17.904Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39482025-08-29T21:37:17.938Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39492025-08-29T21:37:18.084Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39502025-08-29T21:37:18.375Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39512025-08-29T21:37:18.409Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
39522025-08-29T21:37:19.550Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39532025-08-29T21:37:21.918Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
39542025-08-29T21:37:21.921Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39552025-08-29T21:37:28.506Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39562025-08-29T21:37:29.422Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39572025-08-29T21:37:31.328Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39582025-08-29T21:37:34.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.57s
39592025-08-29T21:37:34.492Z
39602025-08-29T21:37:34.492Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (199/227)
39612025-08-29T21:37:35.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622025-08-29T21:37:35.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632025-08-29T21:37:35.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642025-08-29T21:37:35.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39652025-08-29T21:37:35.369Z
39662025-08-29T21:37:35.369Zinfo: running `cargo check --bins` on omicron-repl-utils (200/227)
39672025-08-29T21:37:36.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682025-08-29T21:37:36.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692025-08-29T21:37:36.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702025-08-29T21:37:36.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39712025-08-29T21:37:36.156Z
39722025-08-29T21:37:36.156Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/227)
39732025-08-29T21:37:36.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742025-08-29T21:37:36.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752025-08-29T21:37:37.086Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39762025-08-29T21:37:38.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
39772025-08-29T21:37:38.469Z
39782025-08-29T21:37:38.469Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (202/227)
39792025-08-29T21:37:39.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802025-08-29T21:37:39.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812025-08-29T21:37:39.351Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39822025-08-29T21:37:39.822Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39832025-08-29T21:37:41.078Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
39842025-08-29T21:37:41.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
39852025-08-29T21:37:42.090Z
39862025-08-29T21:37:42.090Zinfo: running `cargo check --bins` on omicron-releng (203/227)
39872025-08-29T21:37:42.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882025-08-29T21:37:42.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892025-08-29T21:37:42.935Z Compiling blake3 v1.5.4
39902025-08-29T21:37:42.939Z Checking memmap2 v0.9.5
39912025-08-29T21:37:42.939Z Checking arrayref v0.3.9
39922025-08-29T21:37:43.057Z Checking arrayvec v0.7.6
39932025-08-29T21:37:43.060Z Checking constant_time_eq v0.3.1
39942025-08-29T21:37:43.088Z Checking topological-sort v0.2.2
39952025-08-29T21:37:43.105Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39962025-08-29T21:37:43.119Z Checking shell-words v1.1.0
39972025-08-29T21:37:44.269Z Checking omicron-zone-package v0.12.2
39982025-08-29T21:37:45.439Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39992025-08-29T21:37:46.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
40002025-08-29T21:37:46.839Z
40012025-08-29T21:37:46.839Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (204/227)
40022025-08-29T21:37:47.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032025-08-29T21:37:47.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042025-08-29T21:37:47.664Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40052025-08-29T21:37:48.070Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
40062025-08-29T21:37:48.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
40072025-08-29T21:37:48.811Z
40082025-08-29T21:37:48.811Zinfo: running `cargo check --bins` on xtask (205/227)
40092025-08-29T21:37:49.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102025-08-29T21:37:49.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112025-08-29T21:37:49.424Z Checking bitflags v2.9.1
40122025-08-29T21:37:49.522Z Checking serde v1.0.219
40132025-08-29T21:37:49.525Z Checking zerofrom v0.1.4
40142025-08-29T21:37:49.533Z Checking smallvec v1.15.1
40152025-08-29T21:37:49.555Z Checking hashbrown v0.15.4
40162025-08-29T21:37:49.568Z Checking thiserror v1.0.69
40172025-08-29T21:37:49.583Z Checking num-traits v0.2.19
40182025-08-29T21:37:49.583Z Checking scroll v0.12.0
40192025-08-29T21:37:49.725Z Checking log v0.4.27
40202025-08-29T21:37:49.753Z Checking yoke v0.7.4
40212025-08-29T21:37:49.789Z Checking rustix v0.38.37
40222025-08-29T21:37:49.918Z Checking percent-encoding v2.3.1
40232025-08-29T21:37:50.011Z Checking zerocopy v0.7.35
40242025-08-29T21:37:50.080Z Checking goblin v0.8.2
40252025-08-29T21:37:50.101Z Checking zerovec v0.10.4
40262025-08-29T21:37:50.158Z Checking form_urlencoded v1.2.1
40272025-08-29T21:37:50.395Z Checking pest v2.7.14
40282025-08-29T21:37:50.566Z Checking indexmap v2.10.0
40292025-08-29T21:37:50.810Z Checking terminal_size v0.4.0
40302025-08-29T21:37:51.005Z Checking getrandom v0.3.1
40312025-08-29T21:37:51.075Z Checking ordered-float v2.10.1
40322025-08-29T21:37:51.235Z Checking thiserror v2.0.12
40332025-08-29T21:37:51.302Z Checking syn v2.0.104
40342025-08-29T21:37:51.404Z Checking rustix v1.0.7
40352025-08-29T21:37:51.615Z Checking once_cell v1.21.3
40362025-08-29T21:37:51.638Z Checking tinystr v0.7.6
40372025-08-29T21:37:51.775Z Checking icu_collections v1.5.0
40382025-08-29T21:37:51.968Z Checking clap_builder v4.5.41
40392025-08-29T21:37:51.985Z Checking icu_locid v1.5.0
40402025-08-29T21:37:52.434Z Checking textwrap v0.16.2
40412025-08-29T21:37:52.868Z Checking fs-err v3.1.1
40422025-08-29T21:37:52.949Z Checking dtrace-parser v0.2.0
40432025-08-29T21:37:52.990Z Checking icu_provider v1.5.0
40442025-08-29T21:37:53.008Z Checking tempfile v3.20.0
40452025-08-29T21:37:53.217Z Checking tabled v0.15.0
40462025-08-29T21:37:53.416Z Checking anyhow v1.0.99
40472025-08-29T21:37:53.468Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
40482025-08-29T21:37:53.653Z Checking icu_locid_transform v1.5.0
40492025-08-29T21:37:54.150Z Checking toml_datetime v0.6.11
40502025-08-29T21:37:54.153Z Checking serde_spanned v0.6.9
40512025-08-29T21:37:54.153Z Checking serde_json v1.0.142
40522025-08-29T21:37:54.392Z Checking erased-serde v0.4.6
40532025-08-29T21:37:54.488Z Checking toml_edit v0.22.27
40542025-08-29T21:37:54.646Z Checking icu_properties v1.5.1
40552025-08-29T21:37:54.816Z Checking serde-value v0.7.0
40562025-08-29T21:37:54.962Z Checking camino v1.1.11
40572025-08-29T21:37:55.255Z Checking semver v1.0.26
40582025-08-29T21:37:55.350Z Checking serde-untagged v0.1.7
40592025-08-29T21:37:55.547Z Checking cargo-platform v0.2.0
40602025-08-29T21:37:55.653Z Checking dof v0.3.0
40612025-08-29T21:37:55.692Z Checking camino-tempfile v1.4.1
40622025-08-29T21:37:55.745Z Checking clap v4.5.41
40632025-08-29T21:37:55.764Z Checking macaddr v1.0.1
40642025-08-29T21:37:56.163Z Checking usdt-impl v0.5.0
40652025-08-29T21:37:56.530Z Checking usdt v0.5.0
40662025-08-29T21:37:56.676Z Checking toml v0.8.23
40672025-08-29T21:37:57.143Z Checking cargo_toml v0.21.0
40682025-08-29T21:37:57.263Z Checking icu_normalizer v1.5.0
40692025-08-29T21:37:57.768Z Checking idna_adapter v1.2.0
40702025-08-29T21:37:57.914Z Checking idna v1.0.3
40712025-08-29T21:37:58.242Z Checking url v2.5.4
40722025-08-29T21:37:58.783Z Checking cargo-util-schemas v0.8.2
40732025-08-29T21:38:00.004Z Checking cargo_metadata v0.21.0
40742025-08-29T21:38:01.044Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
40752025-08-29T21:38:01.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
40762025-08-29T21:38:01.927Z
40772025-08-29T21:38:01.927Zinfo: running `cargo check --bins` on end-to-end-tests (206/227)
40782025-08-29T21:38:02.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792025-08-29T21:38:02.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802025-08-29T21:38:03.030Z Checking polyval v0.6.2
40812025-08-29T21:38:03.172Z Checking ctr v0.9.2
40822025-08-29T21:38:03.199Z Checking ssh-encoding v0.2.0
40832025-08-29T21:38:03.209Z Checking blowfish v0.9.1
40842025-08-29T21:38:03.220Z Checking password-hash v0.4.2
40852025-08-29T21:38:03.247Z Checking p256 v0.13.2
40862025-08-29T21:38:03.260Z Checking p521 v0.13.3
40872025-08-29T21:38:03.281Z Checking russh-cryptovec v0.7.3
40882025-08-29T21:38:03.410Z Checking bcrypt-pbkdf v0.10.0
40892025-08-29T21:38:03.427Z Checking ghash v0.5.1
40902025-08-29T21:38:03.449Z Checking md5 v0.7.0
40912025-08-29T21:38:03.494Z Checking num-bigint v0.4.6
40922025-08-29T21:38:03.535Z Checking des v0.8.1
40932025-08-29T21:38:03.616Z Checking aes-gcm v0.10.3
40942025-08-29T21:38:03.656Z Checking pbkdf2 v0.11.0
40952025-08-29T21:38:03.679Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40962025-08-29T21:38:03.752Z Checking hex-literal v0.4.1
40972025-08-29T21:38:03.770Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40982025-08-29T21:38:03.875Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40992025-08-29T21:38:03.896Z Checking ssh-cipher v0.2.0
41002025-08-29T21:38:03.910Z Checking internet-checksum v0.2.1
41012025-08-29T21:38:04.182Z Checking ssh-key v0.6.6
41022025-08-29T21:38:04.364Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41032025-08-29T21:38:05.406Z Checking russh-keys v0.45.0
41042025-08-29T21:38:06.272Z Checking russh v0.45.0
41052025-08-29T21:38:27.736Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41062025-08-29T21:38:29.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.36s
41072025-08-29T21:38:29.533Z
41082025-08-29T21:38:29.533Zinfo: running `cargo check --bins` on gateway-cli (207/227)
41092025-08-29T21:38:30.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102025-08-29T21:38:30.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112025-08-29T21:38:30.382Z Checking termios v0.3.3
41122025-08-29T21:38:30.639Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41132025-08-29T21:38:31.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
41142025-08-29T21:38:31.695Z
41152025-08-29T21:38:31.695Zinfo: running `cargo check --bins --no-default-features` on installinator (208/227)
41162025-08-29T21:38:32.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172025-08-29T21:38:32.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182025-08-29T21:38:32.563Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41192025-08-29T21:38:32.569Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41202025-08-29T21:38:32.569Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41212025-08-29T21:38:33.519Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41222025-08-29T21:38:35.402Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41232025-08-29T21:38:37.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s
41242025-08-29T21:38:37.857Z
41252025-08-29T21:38:37.857Zinfo: running `cargo check --bins` on internal-dns-cli (209/227)
41262025-08-29T21:38:38.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272025-08-29T21:38:38.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282025-08-29T21:38:38.692Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41292025-08-29T21:38:39.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41302025-08-29T21:38:39.438Z
41312025-08-29T21:38:39.438Zinfo: running `cargo check --bins` on omicron-live-tests (210/227)
41322025-08-29T21:38:40.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332025-08-29T21:38:40.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342025-08-29T21:38:40.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352025-08-29T21:38:40.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41362025-08-29T21:38:40.207Z
41372025-08-29T21:38:40.207Zinfo: running `cargo check --bins` on live-tests-macros (211/227)
41382025-08-29T21:38:40.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392025-08-29T21:38:40.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402025-08-29T21:38:40.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412025-08-29T21:38:40.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41422025-08-29T21:38:40.994Z
41432025-08-29T21:38:40.994Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/227)
41442025-08-29T21:38:41.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452025-08-29T21:38:41.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462025-08-29T21:38:41.901Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41472025-08-29T21:38:42.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
41482025-08-29T21:38:42.890Z
41492025-08-29T21:38:42.890Zinfo: running `cargo check --bins` on omicron-ntp-admin (213/227)
41502025-08-29T21:38:43.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512025-08-29T21:38:43.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522025-08-29T21:38:43.710Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41532025-08-29T21:38:43.711Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41542025-08-29T21:38:44.033Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41552025-08-29T21:38:45.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
41562025-08-29T21:38:45.306Z
41572025-08-29T21:38:45.306Zinfo: running `cargo check --bins` on omicron-package (214/227)
41582025-08-29T21:38:46.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592025-08-29T21:38:46.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602025-08-29T21:38:46.149Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41612025-08-29T21:38:47.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
41622025-08-29T21:38:47.909Z
41632025-08-29T21:38:47.909Zinfo: running `cargo check --bins --no-default-features` on trust-quorum (215/227)
41642025-08-29T21:38:48.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652025-08-29T21:38:48.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662025-08-29T21:38:48.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672025-08-29T21:38:48.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41682025-08-29T21:38:48.753Z
41692025-08-29T21:38:48.753Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (216/227)
41702025-08-29T21:38:49.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712025-08-29T21:38:49.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722025-08-29T21:38:49.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41732025-08-29T21:38:49.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41742025-08-29T21:38:49.611Z
41752025-08-29T21:38:49.611Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (217/227)
41762025-08-29T21:38:50.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772025-08-29T21:38:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782025-08-29T21:38:50.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792025-08-29T21:38:50.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41802025-08-29T21:38:50.445Z
41812025-08-29T21:38:50.445Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum (218/227)
41822025-08-29T21:38:51.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832025-08-29T21:38:51.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842025-08-29T21:38:51.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852025-08-29T21:38:51.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
41862025-08-29T21:38:51.269Z
41872025-08-29T21:38:51.269Zinfo: running `cargo check --bins --no-default-features` on gfss (219/227)
41882025-08-29T21:38:51.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892025-08-29T21:38:51.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902025-08-29T21:38:51.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912025-08-29T21:38:51.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41922025-08-29T21:38:52.057Z
41932025-08-29T21:38:52.057Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (220/227)
41942025-08-29T21:38:52.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952025-08-29T21:38:52.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962025-08-29T21:38:52.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972025-08-29T21:38:52.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41982025-08-29T21:38:52.829Z
41992025-08-29T21:38:52.829Zinfo: running `cargo check --bins` on trust-quorum-test-utils (221/227)
42002025-08-29T21:38:53.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012025-08-29T21:38:53.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022025-08-29T21:38:53.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032025-08-29T21:38:53.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42042025-08-29T21:38:53.671Z
42052025-08-29T21:38:53.671Zinfo: running `cargo check --bins` on tqdb (222/227)
42062025-08-29T21:38:54.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072025-08-29T21:38:54.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082025-08-29T21:38:54.611Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42092025-08-29T21:38:55.016Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42102025-08-29T21:38:56.474Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42112025-08-29T21:38:57.382Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42122025-08-29T21:38:58.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
42132025-08-29T21:38:58.374Z
42142025-08-29T21:38:58.374Zinfo: running `cargo check --bins` on wicket-dbg (223/227)
42152025-08-29T21:38:59.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162025-08-29T21:38:59.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172025-08-29T21:38:59.292Z Checking rtoolbox v0.0.2
42182025-08-29T21:38:59.295Z Checking tui-tree-widget v0.23.1
42192025-08-29T21:38:59.296Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42202025-08-29T21:38:59.562Z Checking rpassword v7.4.0
42212025-08-29T21:39:04.577Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42222025-08-29T21:39:07.609Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42232025-08-29T21:39:08.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s
42242025-08-29T21:39:09.077Z
42252025-08-29T21:39:09.077Zinfo: running `cargo check --bins` on wicket (224/227)
42262025-08-29T21:39:09.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272025-08-29T21:39:09.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282025-08-29T21:39:09.959Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42292025-08-29T21:39:10.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
42302025-08-29T21:39:10.662Z
42312025-08-29T21:39:10.662Zinfo: running `cargo check --bins` on wicketd (225/227)
42322025-08-29T21:39:11.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332025-08-29T21:39:11.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342025-08-29T21:39:11.569Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42352025-08-29T21:39:15.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
42362025-08-29T21:39:16.132Z
42372025-08-29T21:39:16.132Zinfo: running `cargo check --bins` on omicron-workspace-hack (226/227)
42382025-08-29T21:39:16.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392025-08-29T21:39:16.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402025-08-29T21:39:16.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412025-08-29T21:39:16.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42422025-08-29T21:39:16.900Z
42432025-08-29T21:39:16.900Zinfo: running `cargo check --bins` on zone-setup (227/227)
42442025-08-29T21:39:17.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452025-08-29T21:39:17.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462025-08-29T21:39:17.762Z Checking uzers v0.12.1
42472025-08-29T21:39:18.138Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42482025-08-29T21:39:19.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
42492025-08-29T21:39:19.468Z
42502025-08-29T21:39:19.468Zreal 17:03.891935917
42512025-08-29T21:39:19.468Zuser 32:54.615924725
42522025-08-29T21:39:19.468Zsys 5:30.045164997
42532025-08-29T21:39:19.468Ztrap 0.702242951
42542025-08-29T21:39:19.468Ztflt 0.706171979
42552025-08-29T21:39:19.468Zdflt 1.483670991
42562025-08-29T21:39:19.468Zkflt 0.002088215
42572025-08-29T21:39:19.471Zlock 1:20:30.122223130
42582025-08-29T21:39:19.471Zslp 2:43:27.514677375
42592025-08-29T21:39:19.472Zlat 1:38.901893413
42602025-08-29T21:39:19.472Zstop 5:10.381258824
42612025-08-29T21:39:19.472Zprocess exited: duration 1337341 ms, exit code 0
 
42622025-08-29T21:39:19.479Zfound 0 output files