01K1A9RF4CWKS4J3SF6GZ4X51N: 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: 01K1A9RRAHBMZNHKZJZ0EHPHS2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-29T05:16:56.291Zjob assigned to worker 01K1A9RRMPAX4YHXQAS9N8XV8Y [factory gimlet-EVT22200007-propolis, EVT22200007/36317] (queued for 24 s)
 
22025-07-29T05:17:04.620Zstarting task 0: "setup"
32025-07-29T05:17:04.646Z++ uname -s
42025-07-29T05:17:04.646Z+ kern=SunOS
52025-07-29T05:17:04.646Z+ build_user=build
62025-07-29T05:17:04.646Z+ build_uid=12345
72025-07-29T05:17:04.646Z+ work_dir=/work
82025-07-29T05:17:04.647Z+ input_dir=/input
92025-07-29T05:17:04.647Z+ [[ 0 == 12345 ]]
102025-07-29T05:17:04.647Z+ case "$kern" in
112025-07-29T05:17:04.647Z+ groupadd -g 12345 build
122025-07-29T05:17:04.647Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-29T05:17:06.647Z+ zfs create -o mountpoint=/work rpool/work
142025-07-29T05:17:06.688Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-29T05:17:06.714Z+ home_fs=zfs
162025-07-29T05:17:06.714Z+ [[ zfs == autofs ]]
172025-07-29T05:17:06.714Z+ mkdir -p /home/build
182025-07-29T05:17:06.714Z+ chown build:build /home/build /work
192025-07-29T05:17:08.696Z+ chmod 0700 /home/build /work
202025-07-29T05:17:08.723Zprocess exited: duration 4079 ms, exit code 0
 
212025-07-29T05:17:08.779Zstarting task 1: "rust-toolchain"
222025-07-29T05:17:08.807Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-07-29T05:17:08.807Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-07-29T05:17:08.807Z * rust toolchain channel = "1.88.0"
252025-07-29T05:17:08.807Z * rust toolchain profile = "default"
262025-07-29T05:17:08.807Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-07-29T05:17:08.807Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-07-29T05:17:08.807Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-29T05:17:08.807Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-07-29T05:17:08.933Zinfo: downloading installer
312025-07-29T05:17:09.769Zwarn: It looks like you have an existing installation of Rust at:
322025-07-29T05:17:09.769Zwarn: /opt/ooce/bin
332025-07-29T05:17:09.769Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-29T05:17:09.769Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-29T05:17:09.769Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-29T05:17:09.770Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-29T05:17:09.770Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-29T05:17:09.770Zerror: cannot install while Rust is installed
392025-07-29T05:17:09.770Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-29T05:17:09.797Zinfo: profile set to 'default'
412025-07-29T05:17:09.797Zinfo: default host triple is x86_64-unknown-illumos
422025-07-29T05:17:09.797Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-07-29T05:17:10.209Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-07-29T05:17:10.209Zinfo: downloading component 'cargo'
452025-07-29T05:17:11.083Zinfo: downloading component 'clippy'
462025-07-29T05:17:11.198Zinfo: downloading component 'rust-docs'
472025-07-29T05:17:11.673Zinfo: downloading component 'rust-std'
482025-07-29T05:17:12.134Zinfo: downloading component 'rustc'
492025-07-29T05:17:16.985Zinfo: downloading component 'rustfmt'
502025-07-29T05:17:17.094Zinfo: installing component 'cargo'
512025-07-29T05:17:18.301Zinfo: installing component 'clippy'
522025-07-29T05:17:18.802Zinfo: installing component 'rust-docs'
532025-07-29T05:17:21.904Zinfo: installing component 'rust-std'
542025-07-29T05:17:24.099Zinfo: installing component 'rustc'
552025-07-29T05:17:32.088Zinfo: installing component 'rustfmt'
562025-07-29T05:17:32.461Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-07-29T05:17:32.461Z
582025-07-29T05:17:32.622Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-07-29T05:17:32.622Z
602025-07-29T05:17:32.649Z
612025-07-29T05:17:32.649ZRust is installed now. Great!
622025-07-29T05:17:32.649Z
632025-07-29T05:17:32.649ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-29T05:17:32.649Zenvironment variable. This has not been done automatically.
652025-07-29T05:17:32.649Z
662025-07-29T05:17:32.649ZTo configure your current shell, you need to source
672025-07-29T05:17:32.649Zthe corresponding env file under $HOME/.cargo.
682025-07-29T05:17:32.649Z
692025-07-29T05:17:32.649ZThis is usually done by running one of the following (note the leading DOT):
702025-07-29T05:17:32.649Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-29T05:17:32.649Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-29T05:17:32.650Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-29T05:17:32.726Z+ rustup --version
742025-07-29T05:17:32.753Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-29T05:17:32.753Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-29T05:17:32.859Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-07-29T05:17:32.886Z+ cargo --version
782025-07-29T05:17:32.962Zcargo 1.88.0 (873a06493 2025-05-10)
792025-07-29T05:17:32.989Z+ rustc --version
802025-07-29T05:17:33.074Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-07-29T05:17:33.101Zprocess exited: duration 24301 ms, exit code 0
 
822025-07-29T05:17:33.155Zstarting task 2: "authentication"
832025-07-29T05:17:33.216Zprocess exited: duration 61 ms, exit code 0
 
842025-07-29T05:17:33.270Zstarting task 3: "clone repository"
852025-07-29T05:17:33.297Z+ mkdir -p /work/oxidecomputer/omicron
862025-07-29T05:17:33.297Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-07-29T05:17:33.324ZCloning into '/work/oxidecomputer/omicron'...
882025-07-29T05:17:45.605Z+ cd /work/oxidecomputer/omicron
892025-07-29T05:17:45.605Z+ git fetch origin 33471c3f1a88a9f9f4a675520350f28c8df830f5
902025-07-29T05:17:46.085ZFrom https://github.com/oxidecomputer/omicron
912025-07-29T05:17:46.085Z * branch 33471c3f1a88a9f9f4a675520350f28c8df830f5 -> FETCH_HEAD
922025-07-29T05:17:46.112Z+ [[ -n delete-disk-metrics ]]
932025-07-29T05:17:46.112Z++ git branch --show-current
942025-07-29T05:17:46.112Z+ current=main
952025-07-29T05:17:46.112Z+ [[ main != delete-disk-metrics ]]
962025-07-29T05:17:46.112Z+ git branch -f delete-disk-metrics 33471c3f1a88a9f9f4a675520350f28c8df830f5
972025-07-29T05:17:46.112Z+ git checkout -f delete-disk-metrics
982025-07-29T05:17:46.377ZSwitched to branch 'delete-disk-metrics'
992025-07-29T05:17:46.404Z+ git reset --hard 33471c3f1a88a9f9f4a675520350f28c8df830f5
1002025-07-29T05:17:46.431ZHEAD is now at 33471c3f1 delete disk metrics endpoint
1012025-07-29T05:17:46.431Zprocess exited: duration 13140 ms, exit code 0
 
1022025-07-29T05:17:46.485Zstarting task 4: "build"
1032025-07-29T05:17:46.512Z+ source .github/buildomat/ci-env.sh
1042025-07-29T05:17:46.512Z++ export CARGO_TERM_COLOR=always
1052025-07-29T05:17:46.512Z++ CARGO_TERM_COLOR=always
1062025-07-29T05:17:46.512Z+ cargo --version
1072025-07-29T05:17:46.558Zcargo 1.88.0 (873a06493 2025-05-10)
1082025-07-29T05:17:46.584Z+ rustc --version
1092025-07-29T05:17:46.641Zrustc 1.88.0 (6b00bc388 2025-06-23)
1102025-07-29T05:17:46.668Z+ source ./env.sh
1112025-07-29T05:17:46.668Z++ OLD_SHELL_OPTS=ehxB
1122025-07-29T05:17:46.668Z++ set -o xtrace
1132025-07-29T05:17:46.668Z++++ dirname ./env.sh
1142025-07-29T05:17:46.668Z+++ readlink -f .
1152025-07-29T05:17:46.668Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-07-29T05:17:46.668Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-07-29T05:17:46.668Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-07-29T05:17:46.668Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-07-29T05:17:46.668Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-07-29T05:17:46.668Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-07-29T05:17:46.668Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-07-29T05:17:46.668Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-07-29T05:17:46.669Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242025-07-29T05:17:46.669Z++ case $OLD_SHELL_OPTS in
1252025-07-29T05:17:46.669Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-07-29T05:17:46.669Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-07-29T05:17:46.669Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282025-07-29T05:17:46.669Z+ banner prerequisites
1292025-07-29T05:17:46.669Z
1302025-07-29T05:17:46.669Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-07-29T05:17:46.669Z # # # # # # # # # # # # # # #
1322025-07-29T05:17:46.669Z # # # # ##### # # ##### # # # # # #### #
1332025-07-29T05:17:46.669Z ##### ##### # ##### # # # # # # # # #
1342025-07-29T05:17:46.669Z # # # # # # # # # # # # # # #
1352025-07-29T05:17:46.669Z # # # ###### # # ###### ### # #### # #### #
1362025-07-29T05:17:46.669Z
1372025-07-29T05:17:46.669Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-07-29T05:17:58.745Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-07-29T05:18:07.260Z Startup: Caching catalogs ... Done
1402025-07-29T05:18:13.617ZPlanning: Solver setup ... Done (4.542s)
1412025-07-29T05:18:13.662ZPlanning: Running solver ... Done (0.045s)
1422025-07-29T05:18:13.734ZPlanning: Finding local manifests ... Done (0.002s)
1432025-07-29T05:18:13.820ZPlanning: Fetching manifests: 0/4 0% complete
1442025-07-29T05:18:14.496ZPlanning: Fetching manifests: 4/4 100% complete
1452025-07-29T05:18:14.562ZPlanning: Package planning ... Done (0.066s)
1462025-07-29T05:18:14.648ZPlanning: Merging actions ... Done (0.060s)
1472025-07-29T05:18:14.970ZPlanning: Checking for conflicting actions ... Done (0.347s)
1482025-07-29T05:18:14.997ZPlanning: Consolidating action changes ... Done (0.014s)
1492025-07-29T05:18:15.667ZPlanning: Evaluating mediators ... Done (0.682s)
1502025-07-29T05:18:15.698ZPlanning: Planning completed in 8.31 seconds
1512025-07-29T05:18:15.698Z Packages to install: 4
1522025-07-29T05:18:15.698Z Mediators to change: 2
1532025-07-29T05:18:15.698Z Services to change: 1
1542025-07-29T05:18:15.698Z Estimated space available: 155.02 GB
1552025-07-29T05:18:15.698ZEstimated space to be consumed: 1.71 GB
1562025-07-29T05:18:15.698Z Create boot environment: No
1572025-07-29T05:18:15.698ZCreate backup boot environment: No
1582025-07-29T05:18:15.698Z Rebuild boot archive: No
1592025-07-29T05:18:15.698Z
1602025-07-29T05:18:15.698ZChanged mediators:
1612025-07-29T05:18:15.698Z mediator clang:
1622025-07-29T05:18:15.698Z version: None -> 15 (system default)
1632025-07-29T05:18:15.698Z
1642025-07-29T05:18:15.698Z mediator llvm:
1652025-07-29T05:18:15.698Z version: 14 (system default) -> 15 (system default)
1662025-07-29T05:18:15.698Z
1672025-07-29T05:18:15.698ZChanged packages:
1682025-07-29T05:18:15.698Zhelios-dev
1692025-07-29T05:18:15.698Z developer/build-essential
1702025-07-29T05:18:15.699Z None -> 11-2.0
1712025-07-29T05:18:15.699Z library/libxmlsec1
1722025-07-29T05:18:15.699Z None -> 1.2.35-2.0
1732025-07-29T05:18:15.699Z ooce/developer/clang-15
1742025-07-29T05:18:15.699Z None -> 15.0.7-2.0
1752025-07-29T05:18:15.699Z ooce/developer/llvm-15
1762025-07-29T05:18:15.699Z None -> 15.0.7-2.0
1772025-07-29T05:18:15.699Z
1782025-07-29T05:18:15.699ZServices:
1792025-07-29T05:18:15.699Z restart_fmri:
1802025-07-29T05:18:15.699Z svc:/system/update-man-index:default
1812025-07-29T05:18:15.754Z
1822025-07-29T05:18:15.754ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-07-29T05:18:20.754ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (16.9M/s)
1842025-07-29T05:18:25.766ZDownload: 2354/3290 items 119.7/212.6MB 56% complete (12.2M/s)
1852025-07-29T05:18:30.765ZDownload: 3247/3290 items 201.1/212.6MB 94% complete (11.7M/s)
1862025-07-29T05:18:32.062ZDownload: Completed 212.60 MB in 16.31 seconds (13.0M/s)
1872025-07-29T05:18:32.242Z Actions: 1/3689 actions (Installing new actions)
1882025-07-29T05:18:37.329Z Actions: 1869/3689 actions (Installing new actions)
1892025-07-29T05:18:37.915Z Actions: Completed 3689 actions in 5.67 seconds.
1902025-07-29T05:18:38.793Z Done (0.871s)
1912025-07-29T05:18:38.793Z Done (0.000s)
1922025-07-29T05:18:39.808Z Done (1.015s)
1932025-07-29T05:18:44.600Z Done (4.578s)
1942025-07-29T05:18:44.700Z Done (0.020s)
1952025-07-29T05:18:44.726Z Done (0.000s)
1962025-07-29T05:18:44.863Z Done (0.000s)
1972025-07-29T05:18:45.770ZPlanning: Evaluating mediator changes ... Done
1982025-07-29T05:18:46.020ZPlanning: Checking for conflicting actions ... Done
1992025-07-29T05:18:46.047ZPlanning: Consolidating action changes ... Done
2002025-07-29T05:18:46.356ZPlanning: Evaluating mediators ... Done
2012025-07-29T05:18:46.384ZPlanning: Planning completed in 0.59 seconds
2022025-07-29T05:18:46.410Z Mediators to change: 2
2032025-07-29T05:18:46.410Z Create boot environment: No
2042025-07-29T05:18:46.410ZCreate backup boot environment: No
2052025-07-29T05:18:46.456Z Done
2062025-07-29T05:18:46.456Z Done
2072025-07-29T05:18:47.287Z Done
2082025-07-29T05:18:51.731Z Done
2092025-07-29T05:18:51.828Z Done
2102025-07-29T05:18:51.828Z Done
2112025-07-29T05:18:51.879Z Done
2122025-07-29T05:18:52.639ZPlanning: Evaluating mediator changes ... Done
2132025-07-29T05:18:52.666ZPlanning: Merging actions ... Done
2142025-07-29T05:18:52.923ZPlanning: Checking for conflicting actions ... Done
2152025-07-29T05:18:52.950ZPlanning: Consolidating action changes ... Done
2162025-07-29T05:18:53.239ZPlanning: Evaluating mediators ... Done
2172025-07-29T05:18:53.303ZPlanning: Planning completed in 0.96 seconds
2182025-07-29T05:18:53.343Z Packages to change: 1
2192025-07-29T05:18:53.343Z Mediators to change: 1
2202025-07-29T05:18:53.343Z Services to change: 1
2212025-07-29T05:18:53.343Z Create boot environment: No
2222025-07-29T05:18:53.343ZCreate backup boot environment: Yes
2232025-07-29T05:18:55.192Z Actions: 1/6 actions (Updating modified actions)
2242025-07-29T05:18:55.219Z Actions: Completed 6 actions in 0.00 seconds.
2252025-07-29T05:18:55.219Z Done
2262025-07-29T05:18:55.219Z Done
2272025-07-29T05:18:55.396Z Done
2282025-07-29T05:18:59.737Z Done
2292025-07-29T05:18:59.828Z Done
2302025-07-29T05:18:59.854Z Done
2312025-07-29T05:18:59.926Z Done
2322025-07-29T05:19:00.462ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332025-07-29T05:19:00.463Zclang system 15 system
2342025-07-29T05:19:00.463Zcsh system system illumos
2352025-07-29T05:19:00.463Zctags system system illumos
2362025-07-29T05:19:00.463Zfile system system illumos
2372025-07-29T05:19:00.463Zgcc vendor 12 vendor
2382025-07-29T05:19:00.463Zgcc system 10 system
2392025-07-29T05:19:00.463Zgcc system 7 system
2402025-07-29T05:19:00.463Zgo system 1.20 system
2412025-07-29T05:19:00.463Zgo system 1.19 system
2422025-07-29T05:19:00.463Zllvm system 15 system
2432025-07-29T05:19:00.463Zllvm system 14 system
2442025-07-29T05:19:00.463Zmariadb system 10.6 system
2452025-07-29T05:19:00.463Zmta vendor vendor dma
2462025-07-29T05:19:00.463Zopenjdk system 17 system
2472025-07-29T05:19:00.463Zopenjdk system 11 system
2482025-07-29T05:19:00.463Zopenjdk system 1.8 system
2492025-07-29T05:19:00.463Zopenssl vendor 3 vendor
2502025-07-29T05:19:00.463Zperl system 5.36 system
2512025-07-29T05:19:00.463Zpostgresql system 15 system
2522025-07-29T05:19:00.463Zpostgresql system 13 system
2532025-07-29T05:19:00.463Zpython vendor 3 vendor
2542025-07-29T05:19:00.463Zpython system 2 system
2552025-07-29T05:19:00.463Zpython3 system 3.11 system
2562025-07-29T05:19:00.463Zruby system 3.0 system
2572025-07-29T05:19:00.463Zwords vendor vendor american-english
2582025-07-29T05:19:00.463Zwords system system australian-english
2592025-07-29T05:19:00.463Zwords system system british-english
2602025-07-29T05:19:00.463Zwords system system canadian-english
2612025-07-29T05:19:00.463Zwords system system french
2622025-07-29T05:19:00.463Zwords system system italian
2632025-07-29T05:19:00.463Zwords system system ngerman
2642025-07-29T05:19:00.463Zwords system system ogerman
2652025-07-29T05:19:00.463Zwords system system spanish
2662025-07-29T05:19:00.838ZPUBLISHER TYPE STATUS P LOCATION
2672025-07-29T05:19:00.838Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682025-07-29T05:19:06.408ZFMRI IFO
2692025-07-29T05:19:06.408Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702025-07-29T05:19:06.408Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712025-07-29T05:19:06.408Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722025-07-29T05:19:06.408Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732025-07-29T05:19:06.408Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742025-07-29T05:19:06.408Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752025-07-29T05:19:06.408Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762025-07-29T05:19:06.408Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772025-07-29T05:19:06.408Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782025-07-29T05:19:06.408Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792025-07-29T05:19:06.409Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802025-07-29T05:19:06.409Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812025-07-29T05:19:06.409Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822025-07-29T05:19:06.409Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832025-07-29T05:19:06.409Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842025-07-29T05:19:06.409Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852025-07-29T05:19:07.474Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862025-07-29T05:19:07.955Z Updating crates.io index
2872025-07-29T05:19:08.049Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882025-07-29T05:19:08.536Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892025-07-29T05:19:09.334Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902025-07-29T05:19:09.662Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912025-07-29T05:19:10.054Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922025-07-29T05:19:10.518Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932025-07-29T05:19:12.005Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942025-07-29T05:19:14.292Z Updating git repository `https://github.com/oxidecomputer/opte`
2952025-07-29T05:19:15.492Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962025-07-29T05:19:16.517Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-07-29T05:19:16.897Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-07-29T05:19:17.358Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992025-07-29T05:19:18.291Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002025-07-29T05:19:18.691Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012025-07-29T05:19:19.272Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022025-07-29T05:19:19.976Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032025-07-29T05:19:20.483Z Updating git repository `https://github.com/oxidecomputer/tofino`
3042025-07-29T05:19:20.866Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052025-07-29T05:19:21.229Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062025-07-29T05:19:21.598Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072025-07-29T05:19:21.993Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082025-07-29T05:19:22.608Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092025-07-29T05:19:23.101Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-07-29T05:19:23.520Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112025-07-29T05:19:24.325Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3122025-07-29T05:19:24.893Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132025-07-29T05:19:25.295Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142025-07-29T05:19:25.844Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-07-29T05:19:26.465Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162025-07-29T05:19:26.940Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172025-07-29T05:19:27.349Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182025-07-29T05:19:27.788Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192025-07-29T05:19:37.592Z Updating git repository `https://github.com/illumos/smf-rs`
3202025-07-29T05:19:39.295Z Downloading crates ...
3212025-07-29T05:19:39.359Z Downloaded equivalent v1.0.2
3222025-07-29T05:19:39.388Z Downloaded serde_spanned v0.6.9
3232025-07-29T05:19:39.388Z Downloaded generic-array v0.14.7
3242025-07-29T05:19:39.388Z Downloaded log v0.4.27
3252025-07-29T05:19:39.388Z Downloaded pest_generator v2.7.14
3262025-07-29T05:19:39.388Z Downloaded percent-encoding v2.3.1
3272025-07-29T05:19:39.388Z Downloaded tempfile v3.20.0
3282025-07-29T05:19:39.388Z Downloaded tabled v0.15.0
3292025-07-29T05:19:39.416Z Downloaded yoke-derive v0.7.4
3302025-07-29T05:19:39.416Z Downloaded fnv v1.0.7
3312025-07-29T05:19:39.416Z Downloaded fastrand v2.1.1
3322025-07-29T05:19:39.416Z Downloaded erased-serde v0.4.6
3332025-07-29T05:19:39.417Z Downloaded dtrace-parser v0.2.0
3342025-07-29T05:19:39.417Z Downloaded dof v0.3.0
3352025-07-29T05:19:39.417Z Downloaded digest v0.10.7
3362025-07-29T05:19:39.417Z Downloaded cpufeatures v0.2.14
3372025-07-29T05:19:39.417Z Downloaded icu_provider_macros v1.5.0
3382025-07-29T05:19:39.451Z Downloaded semver v1.0.26
3392025-07-29T05:19:39.451Z Downloaded tinystr v0.7.6
3402025-07-29T05:19:39.451Z Downloaded zerovec-derive v0.10.3
3412025-07-29T05:19:39.451Z Downloaded synstructure v0.13.1
3422025-07-29T05:19:39.451Z Downloaded yoke v0.7.4
3432025-07-29T05:19:39.451Z Downloaded scroll v0.12.0
3442025-07-29T05:19:39.451Z Downloaded strsim v0.11.1
3452025-07-29T05:19:39.451Z Downloaded smawk v0.3.2
3462025-07-29T05:19:39.451Z Downloaded writeable v0.5.5
3472025-07-29T05:19:39.451Z Downloaded terminal_size v0.4.0
3482025-07-29T05:19:39.451Z Downloaded toml_write v0.1.2
3492025-07-29T05:19:39.451Z Downloaded thread-id v4.2.2
3502025-07-29T05:19:39.451Z Downloaded textwrap v0.16.2
3512025-07-29T05:19:39.479Z Downloaded zerofrom v0.1.4
3522025-07-29T05:19:39.479Z Downloaded unicode-ident v1.0.18
3532025-07-29T05:19:39.479Z Downloaded usdt-impl v0.5.0
3542025-07-29T05:19:39.479Z Downloaded utf16_iter v1.0.5
3552025-07-29T05:19:39.479Z Downloaded icu_locid v1.5.0
3562025-07-29T05:19:39.479Z Downloaded thiserror v1.0.69
3572025-07-29T05:19:39.480Z Downloaded usdt-macro v0.5.0
3582025-07-29T05:19:39.480Z Downloaded winnow v0.7.10
3592025-07-29T05:19:39.506Z Downloaded utf8parse v0.2.2
3602025-07-29T05:19:39.506Z Downloaded icu_properties_data v1.5.0
3612025-07-29T05:19:39.506Z Downloaded idna v1.0.3
3622025-07-29T05:19:39.506Z Downloaded serde_json v1.0.141
3632025-07-29T05:19:39.506Z Downloaded unicode-width v0.2.0
3642025-07-29T05:19:39.533Z Downloaded unicode-width v0.1.14
3652025-07-29T05:19:39.534Z Downloaded zerocopy v0.7.35
3662025-07-29T05:19:39.534Z Downloaded tabled_derive v0.7.0
3672025-07-29T05:19:39.560Z Downloaded goblin v0.8.2
3682025-07-29T05:19:39.560Z Downloaded syn v2.0.104
3692025-07-29T05:19:39.560Z Downloaded syn v1.0.109
3702025-07-29T05:19:39.587Z Downloaded memchr v2.7.4
3712025-07-29T05:19:39.587Z Downloaded rustix v0.38.37
3722025-07-29T05:19:39.615Z Downloaded zerocopy-derive v0.7.35
3732025-07-29T05:19:39.615Z Downloaded usdt-attr-macro v0.5.0
3742025-07-29T05:19:39.615Z Downloaded rustix v1.0.7
3752025-07-29T05:19:39.669Z Downloaded ucd-trie v0.1.7
3762025-07-29T05:19:39.670Z Downloaded indexmap v2.10.0
3772025-07-29T05:19:39.697Z Downloaded serde_derive v1.0.219
3782025-07-29T05:19:39.697Z Downloaded pest v2.7.14
3792025-07-29T05:19:39.697Z Downloaded icu_properties v1.5.1
3802025-07-29T05:19:39.697Z Downloaded getrandom v0.3.1
3812025-07-29T05:19:39.697Z Downloaded usdt v0.5.0
3822025-07-29T05:19:39.697Z Downloaded thiserror-impl v2.0.12
3832025-07-29T05:19:39.697Z Downloaded papergrid v0.11.0
3842025-07-29T05:19:39.697Z Downloaded icu_normalizer v1.5.0
3852025-07-29T05:19:39.697Z Downloaded icu_locid_transform_data v1.5.0
3862025-07-29T05:19:39.697Z Downloaded toml_edit v0.22.27
3872025-07-29T05:19:39.697Z Downloaded thiserror-impl v1.0.69
3882025-07-29T05:19:39.697Z Downloaded pest_meta v2.7.14
3892025-07-29T05:19:39.697Z Downloaded version_check v0.9.5
3902025-07-29T05:19:39.697Z Downloaded typeid v1.0.3
3912025-07-29T05:19:39.697Z Downloaded toml v0.8.23
3922025-07-29T05:19:39.697Z Downloaded icu_locid_transform v1.5.0
3932025-07-29T05:19:39.697Z Downloaded zerovec v0.10.4
3942025-07-29T05:19:39.697Z Downloaded zerofrom-derive v0.1.4
3952025-07-29T05:19:39.697Z Downloaded libc v0.2.174
3962025-07-29T05:19:39.697Z Downloaded heck v0.4.1
3972025-07-29T05:19:39.697Z Downloaded smallvec v1.15.1
3982025-07-29T05:19:39.697Z Downloaded fs-err v3.1.1
3992025-07-29T05:19:39.724Z Downloaded thiserror v2.0.12
4002025-07-29T05:19:39.725Z Downloaded ordered-float v2.10.1
4012025-07-29T05:19:39.725Z Downloaded macaddr v1.0.1
4022025-07-29T05:19:39.725Z Downloaded heck v0.5.0
4032025-07-29T05:19:39.725Z Downloaded write16 v1.0.0
4042025-07-29T05:19:39.725Z Downloaded utf8_iter v1.0.4
4052025-07-29T05:19:39.725Z Downloaded url v2.5.4
4062025-07-29T05:19:39.725Z Downloaded toml_datetime v0.6.11
4072025-07-29T05:19:39.725Z Downloaded sha2 v0.10.9
4082025-07-29T05:19:39.725Z Downloaded pest_derive v2.7.14
4092025-07-29T05:19:39.725Z Downloaded icu_provider v1.5.0
4102025-07-29T05:19:39.725Z Downloaded stable_deref_trait v1.2.0
4112025-07-29T05:19:39.725Z Downloaded serde_tokenstream v0.2.2
4122025-07-29T05:19:39.725Z Downloaded proc-macro-error-attr v1.0.4
4132025-07-29T05:19:39.725Z Downloaded serde-untagged v0.1.7
4142025-07-29T05:19:39.725Z Downloaded proc-macro-error v1.0.4
4152025-07-29T05:19:39.752Z Downloaded swrite v0.1.0
4162025-07-29T05:19:39.752Z Downloaded scroll_derive v0.12.0
4172025-07-29T05:19:39.752Z Downloaded form_urlencoded v1.2.1
4182025-07-29T05:19:39.752Z Downloaded serde-value v0.7.0
4192025-07-29T05:19:39.752Z Downloaded ryu v1.0.18
4202025-07-29T05:19:39.752Z Downloaded pretty-hex v0.4.1
4212025-07-29T05:19:39.752Z Downloaded plain v0.2.3
4222025-07-29T05:19:39.752Z Downloaded once_cell v1.21.3
4232025-07-29T05:19:39.752Z Downloaded memmap v0.7.0
4242025-07-29T05:19:39.752Z Downloaded litemap v0.7.3
4252025-07-29T05:19:39.752Z Downloaded is_terminal_polyfill v1.70.1
4262025-07-29T05:19:39.752Z Downloaded quote v1.0.40
4272025-07-29T05:19:39.752Z Downloaded proc-macro2 v1.0.95
4282025-07-29T05:19:39.753Z Downloaded num-traits v0.2.19
4292025-07-29T05:19:39.753Z Downloaded itoa v1.0.11
4302025-07-29T05:19:39.753Z Downloaded icu_normalizer_data v1.5.0
4312025-07-29T05:19:39.780Z Downloaded clap_builder v4.5.41
4322025-07-29T05:19:39.780Z Downloaded cargo_toml v0.21.0
4332025-07-29T05:19:39.780Z Downloaded cargo-util-schemas v0.8.2
4342025-07-29T05:19:39.780Z Downloaded byteorder v1.5.0
4352025-07-29T05:19:39.780Z Downloaded block-buffer v0.10.4
4362025-07-29T05:19:39.780Z Downloaded bitflags v2.9.1
4372025-07-29T05:19:39.780Z Downloaded anstyle-query v1.1.1
4382025-07-29T05:19:39.780Z Downloaded anstyle-parse v0.2.5
4392025-07-29T05:19:39.780Z Downloaded anstyle v1.0.11
4402025-07-29T05:19:39.780Z Downloaded anstream v0.6.18
4412025-07-29T05:19:39.780Z Downloaded unicode-xid v0.2.6
4422025-07-29T05:19:39.780Z Downloaded unicode-linebreak v0.1.5
4432025-07-29T05:19:39.780Z Downloaded typenum v1.17.0
4442025-07-29T05:19:39.807Z Downloaded errno v0.3.12
4452025-07-29T05:19:39.807Z Downloaded colorchoice v1.0.2
4462025-07-29T05:19:39.807Z Downloaded clap_derive v4.5.41
4472025-07-29T05:19:39.807Z Downloaded cfg-if v1.0.1
4482025-07-29T05:19:39.807Z Downloaded cargo-platform v0.2.0
4492025-07-29T05:19:39.807Z Downloaded camino v1.1.10
4502025-07-29T05:19:39.807Z Downloaded autocfg v1.4.0
4512025-07-29T05:19:39.807Z Downloaded anyhow v1.0.98
4522025-07-29T05:19:39.807Z Downloaded serde v1.0.219
4532025-07-29T05:19:39.807Z Downloaded icu_collections v1.5.0
4542025-07-29T05:19:39.807Z Downloaded hashbrown v0.15.4
4552025-07-29T05:19:39.835Z Downloaded idna_adapter v1.2.0
4562025-07-29T05:19:39.835Z Downloaded displaydoc v0.2.5
4572025-07-29T05:19:39.835Z Downloaded clap v4.5.41
4582025-07-29T05:19:39.835Z Downloaded crypto-common v0.1.6
4592025-07-29T05:19:39.835Z Downloaded clap_lex v0.7.4
4602025-07-29T05:19:39.835Z Downloaded cargo_metadata v0.21.0
4612025-07-29T05:19:39.835Z Downloaded camino-tempfile v1.4.1
4622025-07-29T05:19:39.835Z Downloaded bytecount v0.6.8
4632025-07-29T05:19:39.930Z Compiling proc-macro2 v1.0.95
4642025-07-29T05:19:39.958Z Compiling unicode-ident v1.0.18
4652025-07-29T05:19:39.958Z Compiling serde v1.0.219
4662025-07-29T05:19:39.958Z Compiling version_check v0.9.5
4672025-07-29T05:19:39.958Z Compiling libc v0.2.174
4682025-07-29T05:19:39.958Z Compiling memchr v2.7.4
4692025-07-29T05:19:39.958Z Compiling stable_deref_trait v1.2.0
4702025-07-29T05:19:40.005Z Compiling thiserror v1.0.69
4712025-07-29T05:19:40.238Z Compiling autocfg v1.4.0
4722025-07-29T05:19:40.265Z Compiling itoa v1.0.11
4732025-07-29T05:19:40.476Z Compiling litemap v0.7.3
4742025-07-29T05:19:40.627Z Compiling ucd-trie v0.1.7
4752025-07-29T05:19:40.702Z Compiling ryu v1.0.18
4762025-07-29T05:19:40.893Z Compiling writeable v0.5.5
4772025-07-29T05:19:40.997Z Compiling once_cell v1.21.3
4782025-07-29T05:19:41.225Z Compiling icu_locid_transform_data v1.5.0
4792025-07-29T05:19:41.345Z Compiling byteorder v1.5.0
4802025-07-29T05:19:41.429Z Compiling bitflags v2.9.1
4812025-07-29T05:19:41.510Z Compiling icu_properties_data v1.5.0
4822025-07-29T05:19:41.537Z Compiling serde_json v1.0.141
4832025-07-29T05:19:41.762Z Compiling quote v1.0.40
4842025-07-29T05:19:41.788Z Compiling num-traits v0.2.19
4852025-07-29T05:19:41.852Z Compiling utf8_iter v1.0.4
4862025-07-29T05:19:41.879Z Compiling smallvec v1.15.1
4872025-07-29T05:19:41.974Z Compiling errno v0.3.12
4882025-07-29T05:19:42.088Z Compiling typeid v1.0.3
4892025-07-29T05:19:42.116Z Compiling syn v2.0.104
4902025-07-29T05:19:42.173Z Compiling equivalent v1.0.2
4912025-07-29T05:19:42.209Z Compiling rustix v0.38.37
4922025-07-29T05:19:42.239Z Compiling utf16_iter v1.0.5
4932025-07-29T05:19:42.267Z Compiling write16 v1.0.0
4942025-07-29T05:19:42.309Z Compiling icu_normalizer_data v1.5.0
4952025-07-29T05:19:42.338Z Compiling hashbrown v0.15.4
4962025-07-29T05:19:42.459Z Compiling usdt-impl v0.5.0
4972025-07-29T05:19:42.607Z Compiling proc-macro-error-attr v1.0.4
4982025-07-29T05:19:42.706Z Compiling toml_write v0.1.2
4992025-07-29T05:19:42.734Z Compiling syn v1.0.109
5002025-07-29T05:19:42.827Z Compiling winnow v0.7.10
5012025-07-29T05:19:43.060Z Compiling thread-id v4.2.2
5022025-07-29T05:19:43.223Z Compiling indexmap v2.10.0
5032025-07-29T05:19:43.318Z Compiling proc-macro-error v1.0.4
5042025-07-29T05:19:43.346Z Compiling getrandom v0.3.1
5052025-07-29T05:19:43.373Z Compiling plain v0.2.3
5062025-07-29T05:19:43.544Z Compiling percent-encoding v2.3.1
5072025-07-29T05:19:43.591Z Compiling utf8parse v0.2.2
5082025-07-29T05:19:43.759Z Compiling log v0.4.27
5092025-07-29T05:19:43.837Z Compiling rustix v1.0.7
5102025-07-29T05:19:43.898Z Compiling semver v1.0.26
5112025-07-29T05:19:44.061Z Compiling thiserror v2.0.12
5122025-07-29T05:19:44.088Z Compiling camino v1.1.10
5132025-07-29T05:19:44.339Z Compiling ordered-float v2.10.1
5142025-07-29T05:19:44.449Z Compiling terminal_size v0.4.0
5152025-07-29T05:19:44.476Z Compiling form_urlencoded v1.2.1
5162025-07-29T05:19:44.563Z Compiling anstyle-parse v0.2.5
5172025-07-29T05:19:44.850Z Compiling colorchoice v1.0.2
5182025-07-29T05:19:44.912Z Compiling cfg-if v1.0.1
5192025-07-29T05:19:44.955Z Compiling anstyle v1.0.11
5202025-07-29T05:19:45.049Z Compiling is_terminal_polyfill v1.70.1
5212025-07-29T05:19:45.089Z Compiling anstyle-query v1.1.1
5222025-07-29T05:19:45.183Z Compiling pretty-hex v0.4.1
5232025-07-29T05:19:45.255Z Compiling anstream v0.6.18
5242025-07-29T05:19:45.605Z Compiling fs-err v3.1.1
5252025-07-29T05:19:45.632Z Compiling fastrand v2.1.1
5262025-07-29T05:19:45.674Z Compiling anyhow v1.0.98
5272025-07-29T05:19:45.803Z Compiling heck v0.5.0
5282025-07-29T05:19:45.879Z Compiling fnv v1.0.7
5292025-07-29T05:19:46.025Z Compiling unicode-width v0.1.14
5302025-07-29T05:19:46.083Z Compiling bytecount v0.6.8
5312025-07-29T05:19:46.183Z Compiling heck v0.4.1
5322025-07-29T05:19:46.212Z Compiling clap_lex v0.7.4
5332025-07-29T05:19:46.288Z Compiling strsim v0.11.1
5342025-07-29T05:19:46.486Z Compiling unicode-xid v0.2.6
5352025-07-29T05:19:46.607Z Compiling clap_builder v4.5.41
5362025-07-29T05:19:46.681Z Compiling papergrid v0.11.0
5372025-07-29T05:19:46.898Z Compiling tempfile v3.20.0
5382025-07-29T05:19:47.431Z Compiling memmap v0.7.0
5392025-07-29T05:19:47.627Z Compiling synstructure v0.13.1
5402025-07-29T05:19:47.725Z Compiling unicode-width v0.2.0
5412025-07-29T05:19:47.792Z Compiling unicode-linebreak v0.1.5
5422025-07-29T05:19:48.287Z Compiling smawk v0.3.2
5432025-07-29T05:19:48.522Z Compiling textwrap v0.16.2
5442025-07-29T05:19:48.876Z Compiling swrite v0.1.0
5452025-07-29T05:19:49.039Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5462025-07-29T05:19:49.181Z Compiling tabled_derive v0.7.0
5472025-07-29T05:19:50.367Z Compiling serde_derive v1.0.219
5482025-07-29T05:19:50.367Z Compiling zerofrom-derive v0.1.4
5492025-07-29T05:19:50.461Z Compiling yoke-derive v0.7.4
5502025-07-29T05:19:50.490Z Compiling zerovec-derive v0.10.3
5512025-07-29T05:19:50.718Z Compiling thiserror-impl v1.0.69
5522025-07-29T05:19:50.969Z Compiling displaydoc v0.2.5
5532025-07-29T05:19:52.286Z Compiling icu_provider_macros v1.5.0
5542025-07-29T05:19:52.360Z Compiling zerocopy-derive v0.7.35
5552025-07-29T05:19:52.675Z Compiling scroll_derive v0.12.0
5562025-07-29T05:19:52.896Z Compiling thiserror-impl v2.0.12
5572025-07-29T05:19:53.300Z Compiling clap_derive v4.5.41
5582025-07-29T05:19:53.369Z Compiling zerofrom v0.1.4
5592025-07-29T05:19:53.458Z Compiling pest v2.7.14
5602025-07-29T05:19:53.608Z Compiling yoke v0.7.4
5612025-07-29T05:19:53.873Z Compiling scroll v0.12.0
5622025-07-29T05:19:54.004Z Compiling zerovec v0.10.4
5632025-07-29T05:19:54.116Z Compiling zerocopy v0.7.35
5642025-07-29T05:19:54.362Z Compiling goblin v0.8.2
5652025-07-29T05:19:54.797Z Compiling tabled v0.15.0
5662025-07-29T05:19:55.611Z Compiling tinystr v0.7.6
5672025-07-29T05:19:55.645Z Compiling icu_collections v1.5.0
5682025-07-29T05:19:55.844Z Compiling pest_meta v2.7.14
5692025-07-29T05:19:55.973Z Compiling icu_locid v1.5.0
5702025-07-29T05:19:56.852Z Compiling clap v4.5.41
5712025-07-29T05:19:56.952Z Compiling icu_provider v1.5.0
5722025-07-29T05:19:57.029Z Compiling pest_generator v2.7.14
5732025-07-29T05:19:57.667Z Compiling icu_locid_transform v1.5.0
5742025-07-29T05:19:58.862Z Compiling icu_properties v1.5.1
5752025-07-29T05:19:59.012Z Compiling pest_derive v2.7.14
5762025-07-29T05:19:59.648Z Compiling dtrace-parser v0.2.0
5772025-07-29T05:20:00.678Z Compiling toml_datetime v0.6.11
5782025-07-29T05:20:00.678Z Compiling serde_spanned v0.6.9
5792025-07-29T05:20:00.705Z Compiling erased-serde v0.4.6
5802025-07-29T05:20:00.961Z Compiling serde_tokenstream v0.2.2
5812025-07-29T05:20:00.989Z Compiling serde-value v0.7.0
5822025-07-29T05:20:01.039Z Compiling toml_edit v0.22.27
5832025-07-29T05:20:01.696Z Compiling serde-untagged v0.1.7
5842025-07-29T05:20:01.790Z Compiling cargo-platform v0.2.0
5852025-07-29T05:20:01.816Z Compiling macaddr v1.0.1
5862025-07-29T05:20:02.133Z Compiling icu_normalizer v1.5.0
5872025-07-29T05:20:02.219Z Compiling dof v0.3.0
5882025-07-29T05:20:02.292Z Compiling camino-tempfile v1.4.1
5892025-07-29T05:20:02.942Z Compiling idna_adapter v1.2.0
5902025-07-29T05:20:03.179Z Compiling idna v1.0.3
5912025-07-29T05:20:03.697Z Compiling usdt-macro v0.5.0
5922025-07-29T05:20:03.698Z Compiling usdt-attr-macro v0.5.0
5932025-07-29T05:20:03.765Z Compiling url v2.5.4
5942025-07-29T05:20:04.049Z Compiling toml v0.8.23
5952025-07-29T05:20:04.723Z Compiling usdt v0.5.0
5962025-07-29T05:20:04.780Z Compiling cargo-util-schemas v0.8.2
5972025-07-29T05:20:04.780Z Compiling cargo_toml v0.21.0
5982025-07-29T05:20:06.732Z Compiling cargo_metadata v0.21.0
5992025-07-29T05:20:08.973Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002025-07-29T05:20:13.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
6012025-07-29T05:20:13.467Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022025-07-29T05:20:14.359Z Downloading crates ...
6032025-07-29T05:20:14.575Z Downloaded constant_time_eq v0.3.1
6042025-07-29T05:20:14.602Z Downloaded crossterm v0.28.1
6052025-07-29T05:20:14.602Z Downloaded is_ci v1.2.0
6062025-07-29T05:20:14.602Z Downloaded http-body-util v0.1.3
6072025-07-29T05:20:14.630Z Downloaded maybe-uninit v2.0.0
6082025-07-29T05:20:14.630Z Downloaded mime_guess v2.0.5
6092025-07-29T05:20:14.630Z Downloaded mio v1.0.2
6102025-07-29T05:20:14.671Z Downloaded lzma-sys v0.1.20
6112025-07-29T05:20:14.671Z Downloaded instant v0.1.13
6122025-07-29T05:20:14.671Z Downloaded rand_seeder v0.3.0
6132025-07-29T05:20:14.671Z Downloaded kstat-rs v0.2.4
6142025-07-29T05:20:14.699Z Downloaded hostname v0.3.1
6152025-07-29T05:20:14.699Z Downloaded ssh-encoding v0.2.0
6162025-07-29T05:20:14.699Z Downloaded supports-color v3.0.2
6172025-07-29T05:20:14.699Z Downloaded static_assertions v1.1.0
6182025-07-29T05:20:14.699Z Downloaded nibble_vec v0.1.0
6192025-07-29T05:20:14.699Z Downloaded lock_api v0.4.12
6202025-07-29T05:20:14.699Z Downloaded lru v0.12.5
6212025-07-29T05:20:14.727Z Downloaded unicase v2.7.0
6222025-07-29T05:20:14.727Z Downloaded serde_yaml v0.9.34+deprecated
6232025-07-29T05:20:14.727Z Downloaded hickory-proto v0.24.4
6242025-07-29T05:20:14.754Z Downloaded primeorder v0.13.6
6252025-07-29T05:20:14.754Z Downloaded support-bundle-viewer v0.1.2
6262025-07-29T05:20:14.754Z Downloaded env_filter v0.1.2
6272025-07-29T05:20:14.754Z Downloaded defmt-parser v0.3.4
6282025-07-29T05:20:14.754Z Downloaded defmt v0.3.8
6292025-07-29T05:20:14.781Z Downloaded num-iter v0.1.45
6302025-07-29T05:20:14.781Z Downloaded num-conv v0.1.0
6312025-07-29T05:20:14.781Z Downloaded num-derive v0.3.3
6322025-07-29T05:20:14.781Z Downloaded peg-runtime v0.8.5
6332025-07-29T05:20:14.781Z Downloaded progenitor-client v0.8.0
6342025-07-29T05:20:14.809Z Downloaded packed_struct v0.10.1
6352025-07-29T05:20:14.809Z Downloaded rustc-hash v1.1.0
6362025-07-29T05:20:14.809Z Downloaded russh-cryptovec v0.7.3
6372025-07-29T05:20:14.809Z Downloaded yansi v1.0.1
6382025-07-29T05:20:14.809Z Downloaded unit-prefix v0.5.1
6392025-07-29T05:20:14.809Z Downloaded postgres-types v0.2.9
6402025-07-29T05:20:14.836Z Downloaded endian-type v0.1.2
6412025-07-29T05:20:14.836Z Downloaded smf v0.2.3
6422025-07-29T05:20:14.836Z Downloaded number_prefix v0.4.0
6432025-07-29T05:20:14.836Z Downloaded ena v0.14.3
6442025-07-29T05:20:14.863Z Downloaded tls_codec_derive v0.4.1
6452025-07-29T05:20:14.863Z Downloaded time-core v0.1.2
6462025-07-29T05:20:14.863Z Downloaded vte_generate_state_changes v0.1.2
6472025-07-29T05:20:14.863Z Downloaded normalize-line-endings v0.3.0
6482025-07-29T05:20:14.890Z Downloaded tinyvec v1.8.0
6492025-07-29T05:20:14.918Z Downloaded predicates-core v1.0.8
6502025-07-29T05:20:14.946Z Downloaded proc-macro-error-attr2 v2.0.0
6512025-07-29T05:20:14.946Z Downloaded subtle v2.6.1
6522025-07-29T05:20:14.946Z Downloaded proc-macro-crate v1.3.1
6532025-07-29T05:20:14.946Z Downloaded tracing-attributes v0.1.27
6542025-07-29T05:20:15.419Z Downloaded peg v0.8.5
6552025-07-29T05:20:15.419Z Downloaded strum_macros v0.26.4
6562025-07-29T05:20:15.419Z Downloaded new_debug_unreachable v1.0.6
6572025-07-29T05:20:15.419Z Downloaded twox-hash v2.1.0
6582025-07-29T05:20:15.419Z Downloaded tracing-core v0.1.32
6592025-07-29T05:20:15.419Z Downloaded crucible-workspace-hack v0.1.0
6602025-07-29T05:20:15.419Z Downloaded simd-adler32 v0.3.7
6612025-07-29T05:20:15.419Z Downloaded paste v1.0.15
6622025-07-29T05:20:15.419Z Downloaded derive_more v0.99.20
6632025-07-29T05:20:15.419Z Downloaded siphasher v1.0.1
6642025-07-29T05:20:15.419Z Downloaded phf_shared v0.11.2
6652025-07-29T05:20:15.419Z Downloaded derive_more-impl v2.0.1
6662025-07-29T05:20:15.419Z Downloaded object v0.30.4
6672025-07-29T05:20:15.419Z Downloaded slog v2.7.0
6682025-07-29T05:20:15.419Z Downloaded slab v0.4.9
6692025-07-29T05:20:15.419Z Downloaded progenitor v0.9.1
6702025-07-29T05:20:15.419Z Downloaded curve25519-dalek v4.1.3
6712025-07-29T05:20:15.419Z Downloaded slog-async v2.8.0
6722025-07-29T05:20:15.419Z Downloaded similar v2.7.0
6732025-07-29T05:20:15.419Z Downloaded zlib-rs v0.5.1
6742025-07-29T05:20:15.419Z Downloaded schemars v0.8.22
6752025-07-29T05:20:15.419Z Downloaded derive_builder_macro v0.20.2
6762025-07-29T05:20:15.419Z Downloaded parse-display v0.10.0
6772025-07-29T05:20:15.420Z Downloaded zone_cfg_derive v0.3.0
6782025-07-29T05:20:15.420Z Downloaded try-lock v0.2.5
6792025-07-29T05:20:15.420Z Downloaded ratatui v0.29.0
6802025-07-29T05:20:15.420Z Downloaded darling v0.20.10
6812025-07-29T05:20:15.420Z Downloaded derive_builder_core v0.20.2
6822025-07-29T05:20:15.420Z Downloaded value-bag v1.9.0
6832025-07-29T05:20:15.420Z Downloaded typify-impl v0.2.0
6842025-07-29T05:20:15.420Z Downloaded crypto-bigint v0.5.5
6852025-07-29T05:20:15.420Z Downloaded zerocopy-derive v0.8.26
6862025-07-29T05:20:15.420Z Downloaded nix v0.30.1
6872025-07-29T05:20:15.420Z Downloaded zerocopy v0.8.26
6882025-07-29T05:20:15.420Z Downloaded typed-path v0.9.3
6892025-07-29T05:20:15.420Z Downloaded chrono-tz v0.10.4
6902025-07-29T05:20:15.420Z Downloaded openapiv3 v2.2.0
6912025-07-29T05:20:15.420Z Downloaded vcpkg v0.2.15
6922025-07-29T05:20:15.420Z Downloaded typify-impl v0.3.0
6932025-07-29T05:20:15.420Z Downloaded petgraph v0.6.5
6942025-07-29T05:20:15.420Z Downloaded regress v0.10.4
6952025-07-29T05:20:15.420Z Downloaded libz-sys v1.1.20
6962025-07-29T05:20:15.420Z Downloaded regex-automata v0.4.8
6972025-07-29T05:20:15.420Z Downloaded sha3 v0.10.8
6982025-07-29T05:20:15.420Z Downloaded nix v0.29.0
6992025-07-29T05:20:15.420Z Downloaded sled v0.34.7
7002025-07-29T05:20:15.420Z Downloaded petgraph v0.8.2
7012025-07-29T05:20:15.420Z Downloaded typify v0.3.0
7022025-07-29T05:20:15.420Z Downloaded tungstenite v0.21.0
7032025-07-29T05:20:15.420Z Downloaded reqwest v0.12.22
7042025-07-29T05:20:15.420Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7052025-07-29T05:20:15.447Z Downloaded diesel v2.2.11
7062025-07-29T05:20:15.473Z Downloaded typify-impl v0.4.1
7072025-07-29T05:20:15.500Z Downloaded zerocopy-derive v0.6.6
7082025-07-29T05:20:15.500Z Downloaded csv v1.3.1
7092025-07-29T05:20:15.527Z Downloaded daft-derive v0.1.4
7102025-07-29T05:20:15.527Z Downloaded zerocopy v0.6.6
7112025-07-29T05:20:15.527Z Downloaded vergen v8.3.2
7122025-07-29T05:20:15.527Z Downloaded tokio v1.47.0
7132025-07-29T05:20:15.561Z Downloaded uzers v0.12.1
7142025-07-29T05:20:15.588Z Downloaded typify v0.2.0
7152025-07-29T05:20:15.588Z Downloaded tungstenite v0.23.0
7162025-07-29T05:20:15.588Z Downloaded tui-tree-widget v0.23.1
7172025-07-29T05:20:15.588Z Downloaded crunchy v0.2.2
7182025-07-29T05:20:15.588Z Downloaded zeroize_derive v1.4.2
7192025-07-29T05:20:15.588Z Downloaded slog-bunyan v2.5.0
7202025-07-29T05:20:15.588Z Downloaded smoltcp v0.11.0
7212025-07-29T05:20:15.615Z Downloaded native-tls v0.2.12
7222025-07-29T05:20:15.615Z Downloaded openssl v0.10.73
7232025-07-29T05:20:15.615Z Downloaded dropshot v0.16.2
7242025-07-29T05:20:15.642Z Downloaded rustls v0.22.4
7252025-07-29T05:20:15.669Z Downloaded jiff v0.2.15
7262025-07-29T05:20:15.669Z Downloaded zeroize v1.8.1
7272025-07-29T05:20:15.669Z Downloaded phf v0.11.2
7282025-07-29T05:20:15.669Z Downloaded path-slash v0.1.5
7292025-07-29T05:20:15.669Z Downloaded password-hash v0.5.0
7302025-07-29T05:20:15.669Z Downloaded password-hash v0.4.2
7312025-07-29T05:20:15.696Z Downloaded parking_lot_core v0.9.10
7322025-07-29T05:20:15.696Z Downloaded rustls v0.23.19
7332025-07-29T05:20:15.696Z Downloaded polar-core v0.27.3
7342025-07-29T05:20:15.696Z Downloaded object v0.36.5
7352025-07-29T05:20:15.723Z Downloaded bzip2-sys v0.1.13+1.0.8
7362025-07-29T05:20:15.723Z Downloaded siphasher v0.3.11
7372025-07-29T05:20:15.723Z Downloaded encoding_rs v0.8.34
7382025-07-29T05:20:15.750Z Downloaded scopeguard v1.2.0
7392025-07-29T05:20:15.750Z Downloaded ron v0.7.1
7402025-07-29T05:20:15.750Z Downloaded phf_shared v0.12.1
7412025-07-29T05:20:15.777Z Downloaded rustls v0.21.12
7422025-07-29T05:20:15.777Z Downloaded sigpipe v0.1.3
7432025-07-29T05:20:15.777Z Downloaded rfc6979 v0.4.0
7442025-07-29T05:20:15.777Z Downloaded resolv-conf v0.7.0
7452025-07-29T05:20:15.777Z Downloaded r2d2 v0.8.10
7462025-07-29T05:20:15.777Z Downloaded progenitor-impl v0.8.0
7472025-07-29T05:20:15.777Z Downloaded derive_more v2.0.1
7482025-07-29T05:20:15.804Z Downloaded darling v0.21.0
7492025-07-29T05:20:15.805Z Downloaded schemars_derive v0.8.22
7502025-07-29T05:20:15.805Z Downloaded progenitor v0.8.0
7512025-07-29T05:20:15.805Z Downloaded phf v0.12.1
7522025-07-29T05:20:15.805Z Downloaded pbkdf2 v0.12.2
7532025-07-29T05:20:15.805Z Downloaded pbkdf2 v0.11.0
7542025-07-29T05:20:15.805Z Downloaded ring v0.17.14
7552025-07-29T05:20:15.843Z Downloaded parse-size v1.1.0
7562025-07-29T05:20:15.870Z Downloaded libgit2-sys v0.17.0+1.8.1
7572025-07-29T05:20:15.918Z Downloaded parse-display-derive v0.10.0
7582025-07-29T05:20:15.946Z Downloaded multer v3.1.0
7592025-07-29T05:20:15.946Z Downloaded futures-channel v0.3.31
7602025-07-29T05:20:15.946Z Downloaded futures v0.3.31
7612025-07-29T05:20:15.946Z Downloaded fs_extra v1.3.0
7622025-07-29T05:20:15.946Z Downloaded rpassword v7.4.0
7632025-07-29T05:20:15.947Z Downloaded zip v4.2.0
7642025-07-29T05:20:15.947Z Downloaded smoltcp v0.9.1
7652025-07-29T05:20:15.974Z Downloaded nanorand v0.7.0
7662025-07-29T05:20:15.974Z Downloaded multimap v0.10.1
7672025-07-29T05:20:15.974Z Downloaded futures-macro v0.3.31
7682025-07-29T05:20:15.974Z Downloaded rustyline v14.0.0
7692025-07-29T05:20:15.974Z Downloaded proptest v1.7.0
7702025-07-29T05:20:15.974Z Downloaded futures-io v0.3.31
7712025-07-29T05:20:15.974Z Downloaded futures-core v0.3.31
7722025-07-29T05:20:15.974Z Downloaded funty v2.0.0
7732025-07-29T05:20:15.974Z Downloaded quinn-proto v0.11.8
7742025-07-29T05:20:16.001Z Downloaded glob v0.3.2
7752025-07-29T05:20:16.001Z Downloaded futures-executor v0.3.31
7762025-07-29T05:20:16.001Z Downloaded fs-err v2.11.0
7772025-07-29T05:20:16.001Z Downloaded float-ord v0.3.2
7782025-07-29T05:20:16.001Z Downloaded tokio-util v0.7.15
7792025-07-29T05:20:16.001Z Downloaded pkcs1 v0.7.5
7802025-07-29T05:20:16.001Z Downloaded zip v0.6.6
7812025-07-29T05:20:16.001Z Downloaded salty v0.3.0
7822025-07-29T05:20:16.028Z Downloaded futures-util v0.3.31
7832025-07-29T05:20:16.028Z Downloaded sqlparser v0.45.0
7842025-07-29T05:20:16.028Z Downloaded slog-dtrace v0.3.0
7852025-07-29T05:20:16.028Z Downloaded pkcs5 v0.7.1
7862025-07-29T05:20:16.054Z Downloaded crossterm v0.29.0
7872025-07-29T05:20:16.054Z Downloaded nix v0.28.0
7882025-07-29T05:20:16.054Z Downloaded hickory-proto v0.25.2
7892025-07-29T05:20:16.081Z Downloaded subprocess v0.2.9
7902025-07-29T05:20:16.081Z Downloaded strum v0.27.2
7912025-07-29T05:20:16.081Z Downloaded slog-envlogger v2.2.0
7922025-07-29T05:20:16.081Z Downloaded pkcs8 v0.10.2
7932025-07-29T05:20:16.081Z Downloaded pin-project-internal v1.1.6
7942025-07-29T05:20:16.081Z Downloaded pin-project v1.1.6
7952025-07-29T05:20:16.108Z Downloaded flume v0.11.1
7962025-07-29T05:20:16.108Z Downloaded tokio-postgres v0.7.13
7972025-07-29T05:20:16.108Z Downloaded nom v7.1.3
7982025-07-29T05:20:16.108Z Downloaded rustls-webpki v0.102.8
7992025-07-29T05:20:16.135Z Downloaded petname v2.0.2
8002025-07-29T05:20:16.135Z Downloaded toml v0.7.8
8012025-07-29T05:20:16.135Z Downloaded tokio-tungstenite v0.23.1
8022025-07-29T05:20:16.161Z Downloaded strum_macros v0.27.1
8032025-07-29T05:20:16.161Z Downloaded slog-scope v4.4.0
8042025-07-29T05:20:16.161Z Downloaded pin-project-lite v0.2.14
8052025-07-29T05:20:16.161Z Downloaded parking_lot_core v0.8.6
8062025-07-29T05:20:16.161Z Downloaded rsa v0.9.6
8072025-07-29T05:20:16.161Z Downloaded gimli v0.31.1
8082025-07-29T05:20:16.188Z Downloaded parking_lot v0.12.3
8092025-07-29T05:20:16.188Z Downloaded newtype-uuid v1.2.4
8102025-07-29T05:20:16.188Z Downloaded foldhash v0.1.5
8112025-07-29T05:20:16.188Z Downloaded samael v0.0.19
8122025-07-29T05:20:16.188Z Downloaded pretty_assertions v1.4.1
8132025-07-29T05:20:16.188Z Downloaded papergrid v0.14.0
8142025-07-29T05:20:16.188Z Downloaded time v0.3.36
8152025-07-29T05:20:16.188Z Downloaded ed25519-dalek v2.1.1
8162025-07-29T05:20:16.215Z Downloaded p384 v0.13.0
8172025-07-29T05:20:16.215Z Downloaded nix v0.27.1
8182025-07-29T05:20:16.215Z Downloaded regex-syntax v0.8.5
8192025-07-29T05:20:16.242Z Downloaded strum_macros v0.24.3
8202025-07-29T05:20:16.243Z Downloaded slog-json v2.6.1
8212025-07-29T05:20:16.243Z Downloaded proc-macro-error2 v2.0.1
8222025-07-29T05:20:16.243Z Downloaded precomputed-hash v0.1.1
8232025-07-29T05:20:16.243Z Downloaded pin-utils v0.1.0
8242025-07-29T05:20:16.243Z Downloaded newtype_derive v0.1.6
8252025-07-29T05:20:16.243Z Downloaded foreign-types-macros v0.2.3
8262025-07-29T05:20:16.243Z Downloaded foreign-types v0.5.0
8272025-07-29T05:20:16.243Z Downloaded zone v0.1.8
8282025-07-29T05:20:16.243Z Downloaded tokio-stream v0.1.17
8292025-07-29T05:20:16.243Z Downloaded tokio-rustls v0.26.0
8302025-07-29T05:20:16.243Z Downloaded tokio-rustls v0.25.0
8312025-07-29T05:20:16.243Z Downloaded tokio-rustls v0.24.1
8322025-07-29T05:20:16.243Z Downloaded tokio-native-tls v0.3.1
8332025-07-29T05:20:16.270Z Downloaded tokio-macros v2.5.0
8342025-07-29T05:20:16.270Z Downloaded prefix-trie v0.7.0
8352025-07-29T05:20:16.270Z Downloaded parking_lot v0.11.2
8362025-07-29T05:20:16.270Z Downloaded diesel_derives v2.2.3
8372025-07-29T05:20:16.270Z Downloaded openssl-sys v0.9.109
8382025-07-29T05:20:16.270Z Downloaded flate2 v1.1.2
8392025-07-29T05:20:16.270Z Downloaded rustls-webpki v0.101.7
8402025-07-29T05:20:16.296Z Downloaded quick-xml v0.37.2
8412025-07-29T05:20:16.296Z Downloaded git2 v0.19.0
8422025-07-29T05:20:16.296Z Downloaded webpki-roots v1.0.1
8432025-07-29T05:20:16.323Z Downloaded regex-syntax v0.6.29
8442025-07-29T05:20:16.323Z Downloaded newline-converter v0.3.0
8452025-07-29T05:20:16.323Z Downloaded foreign-types-shared v0.3.1
8462025-07-29T05:20:16.323Z Downloaded foreign-types-shared v0.1.1
8472025-07-29T05:20:16.323Z Downloaded foreign-types v0.3.2
8482025-07-29T05:20:16.323Z Downloaded zone_cfg_derive v0.1.2
8492025-07-29T05:20:16.323Z Downloaded zone v0.3.1
8502025-07-29T05:20:16.323Z Downloaded tokio-tungstenite v0.21.0
8512025-07-29T05:20:16.351Z Downloaded tokio-dtrace v0.1.0
8522025-07-29T05:20:16.351Z Downloaded termios v0.3.3
8532025-07-29T05:20:16.351Z Downloaded scheduled-thread-pool v0.2.7
8542025-07-29T05:20:16.351Z Downloaded same-file v1.0.6
8552025-07-29T05:20:16.351Z Downloaded salsa20 v0.10.2
8562025-07-29T05:20:16.351Z Downloaded rusty-fork v0.3.0
8572025-07-29T05:20:16.351Z Downloaded rustversion v1.0.17
8582025-07-29T05:20:16.351Z Downloaded rtoolbox v0.0.2
8592025-07-29T05:20:16.351Z Downloaded pretty-hex v0.2.1
8602025-07-29T05:20:16.351Z Downloaded predicates-tree v1.0.12
8612025-07-29T05:20:16.351Z Downloaded predicates v3.1.3
8622025-07-29T05:20:16.351Z Downloaded num_threads v0.1.7
8632025-07-29T05:20:16.351Z Downloaded num_enum_derive v0.5.11
8642025-07-29T05:20:16.351Z Downloaded num-rational v0.4.2
8652025-07-29T05:20:16.351Z Downloaded nu-ansi-term v0.50.1
8662025-07-29T05:20:16.351Z Downloaded gethostname v0.5.0
8672025-07-29T05:20:16.378Z Downloaded fxhash v0.2.1
8682025-07-29T05:20:16.378Z Downloaded float-cmp v0.10.0
8692025-07-29T05:20:16.378Z Downloaded difflib v0.4.0
8702025-07-29T05:20:16.378Z Downloaded diff v0.1.13
8712025-07-29T05:20:16.378Z Downloaded zstd v0.13.3
8722025-07-29T05:20:16.378Z Downloaded zopfli v0.8.1
8732025-07-29T05:20:16.378Z Downloaded vte v0.11.1
8742025-07-29T05:20:16.378Z Downloaded tls_codec v0.4.1
8752025-07-29T05:20:16.378Z Downloaded tiny-keccak v2.0.2
8762025-07-29T05:20:16.378Z Downloaded test-strategy v0.4.3
8772025-07-29T05:20:16.378Z Downloaded signature v2.2.0
8782025-07-29T05:20:16.378Z Downloaded signal-hook-registry v1.4.2
8792025-07-29T05:20:16.378Z Downloaded signal-hook v0.3.18
8802025-07-29T05:20:16.406Z Downloaded scrypt v0.11.0
8812025-07-29T05:20:16.406Z Downloaded psl-types v2.0.11
8822025-07-29T05:20:16.406Z Downloaded progenitor-impl v0.10.0
8832025-07-29T05:20:16.406Z Downloaded progenitor-impl v0.9.1
8842025-07-29T05:20:16.406Z Downloaded ppv-lite86 v0.2.20
8852025-07-29T05:20:16.406Z Downloaded poly1305 v0.8.0
8862025-07-29T05:20:16.406Z Downloaded oso v0.27.3
8872025-07-29T05:20:16.406Z Downloaded openssl-macros v0.1.1
8882025-07-29T05:20:16.406Z Downloaded opaque-debug v0.3.1
8892025-07-29T05:20:16.406Z Downloaded omicron-zone-package v0.12.2
8902025-07-29T05:20:16.406Z Downloaded embedded-io v0.4.0
8912025-07-29T05:20:16.406Z Downloaded elliptic-curve v0.13.8
8922025-07-29T05:20:16.432Z Downloaded ed25519 v2.2.3
8932025-07-29T05:20:16.433Z Downloaded dropshot_endpoint v0.16.2
8942025-07-29T05:20:16.433Z Downloaded strip-ansi-escapes v0.2.0
8952025-07-29T05:20:16.433Z Downloaded spki v0.7.3
8962025-07-29T05:20:16.433Z Downloaded spin v0.9.8
8972025-07-29T05:20:16.433Z Downloaded snafu-derive v0.8.5
8982025-07-29T05:20:16.433Z Downloaded rustls-native-certs v0.8.1
8992025-07-29T05:20:16.433Z Downloaded russh v0.45.0
9002025-07-29T05:20:16.433Z Downloaded portable-atomic v1.11.0
9012025-07-29T05:20:16.460Z Downloaded winnow v0.6.26
9022025-07-29T05:20:16.460Z Downloaded tabled v0.18.0
9032025-07-29T05:20:16.486Z Downloaded radix_trie v0.2.1
9042025-07-29T05:20:16.486Z Downloaded packed_struct_codegen v0.10.1
9052025-07-29T05:20:16.486Z Downloaded num_enum v0.5.11
9062025-07-29T05:20:16.486Z Downloaded num v0.4.3
9072025-07-29T05:20:16.486Z Downloaded nodrop v0.1.14
9082025-07-29T05:20:16.486Z Downloaded futures-task v0.3.31
9092025-07-29T05:20:16.486Z Downloaded futures-sink v0.3.31
9102025-07-29T05:20:16.486Z Downloaded diesel-dtrace v0.4.2
9112025-07-29T05:20:16.487Z Downloaded des v0.8.1
9122025-07-29T05:20:16.487Z Downloaded zstd-safe v7.2.3
9132025-07-29T05:20:16.513Z Downloaded waitgroup v0.1.2
9142025-07-29T05:20:16.513Z Downloaded wait-timeout v0.2.0
9152025-07-29T05:20:16.514Z Downloaded vsss-rs v3.3.4
9162025-07-29T05:20:16.514Z Downloaded tinyvec_macros v0.1.1
9172025-07-29T05:20:16.514Z Downloaded time-macros v0.2.18
9182025-07-29T05:20:16.514Z Downloaded thiserror-no-std v2.0.2
9192025-07-29T05:20:16.514Z Downloaded termtree v0.5.1
9202025-07-29T05:20:16.514Z Downloaded signal-hook-tokio v0.3.1
9212025-07-29T05:20:16.514Z Downloaded secrecy v0.8.0
9222025-07-29T05:20:16.514Z Downloaded sct v0.7.1
9232025-07-29T05:20:16.514Z Downloaded publicsuffix v2.3.0
9242025-07-29T05:20:16.514Z Downloaded flagset v0.4.6
9252025-07-29T05:20:16.514Z Downloaded embedded-io v0.6.1
9262025-07-29T05:20:16.514Z Downloaded either v1.15.0
9272025-07-29T05:20:16.541Z Downloaded ecdsa v0.16.9
9282025-07-29T05:20:16.541Z Downloaded socket2 v0.6.0
9292025-07-29T05:20:16.541Z Downloaded socket2 v0.5.10
9302025-07-29T05:20:16.541Z Downloaded snafu v0.8.5
9312025-07-29T05:20:16.541Z Downloaded regex v1.11.1
9322025-07-29T05:20:16.541Z Downloaded lalrpop v0.19.12
9332025-07-29T05:20:16.568Z Downloaded thread_local v1.1.8
9342025-07-29T05:20:16.568Z Downloaded thiserror-impl-no-std v2.0.2
9352025-07-29T05:20:16.568Z Downloaded sec1 v0.7.3
9362025-07-29T05:20:16.568Z Downloaded oso-derive v0.27.3
9372025-07-29T05:20:16.568Z Downloaded openssl-probe v0.1.5
9382025-07-29T05:20:16.568Z Downloaded olpc-cjson v0.1.4
9392025-07-29T05:20:16.568Z Downloaded dyn-clone v1.0.19
9402025-07-29T05:20:16.568Z Downloaded dsl_auto_type v0.1.2
9412025-07-29T05:20:16.568Z Downloaded strum v0.26.3
9422025-07-29T05:20:16.568Z Downloaded p521 v0.13.3
9432025-07-29T05:20:16.594Z Downloaded num-bigint-dig v0.8.4
9442025-07-29T05:20:16.594Z Downloaded winnow v0.5.40
9452025-07-29T05:20:16.594Z Downloaded bstr v1.10.0
9462025-07-29T05:20:16.595Z Downloaded diesel_table_macro_syntax v0.2.0
9472025-07-29T05:20:16.595Z Downloaded signal-hook-mio v0.2.4
9482025-07-29T05:20:16.621Z Downloaded secrecy v0.10.3
9492025-07-29T05:20:16.622Z Downloaded progenitor-macro v0.9.1
9502025-07-29T05:20:16.622Z Downloaded progenitor-macro v0.8.0
9512025-07-29T05:20:16.622Z Downloaded powerfmt v0.2.0
9522025-07-29T05:20:16.622Z Downloaded csv-core v0.1.11
9532025-07-29T05:20:16.622Z Downloaded structmeta-derive v0.3.0
9542025-07-29T05:20:16.622Z Downloaded ssh-cipher v0.2.0
9552025-07-29T05:20:16.622Z Downloaded sqlformat v0.3.5
9562025-07-29T05:20:16.622Z Downloaded void v1.0.2
9572025-07-29T05:20:16.622Z Downloaded progenitor-macro v0.10.0
9582025-07-29T05:20:16.622Z Downloaded pkg-config v0.3.31
9592025-07-29T05:20:16.622Z Downloaded document-features v0.2.11
9602025-07-29T05:20:16.622Z Downloaded unsafe-libyaml v0.2.11
9612025-07-29T05:20:16.622Z Downloaded qorb v0.4.0
9622025-07-29T05:20:16.649Z Downloaded quinn-udp v0.5.5
9632025-07-29T05:20:16.649Z Downloaded polyval v0.6.2
9642025-07-29T05:20:16.649Z Downloaded utf-8 v0.7.6
9652025-07-29T05:20:16.649Z Downloaded structmeta v0.3.0
9662025-07-29T05:20:16.649Z Downloaded rustls-pki-types v1.10.0
9672025-07-29T05:20:16.649Z Downloaded quinn v0.11.5
9682025-07-29T05:20:16.649Z Downloaded display-error-chain v0.2.2
9692025-07-29T05:20:16.649Z Downloaded dirs-sys-next v0.1.2
9702025-07-29T05:20:16.649Z Downloaded daft v0.1.4
9712025-07-29T05:20:16.649Z Downloaded typify v0.4.1
9722025-07-29T05:20:16.649Z Downloaded sqlparser_derive v0.2.2
9732025-07-29T05:20:16.649Z Downloaded dirs-next v2.0.0
9742025-07-29T05:20:16.649Z Downloaded curve25519-dalek-derive v0.1.1
9752025-07-29T05:20:16.649Z Downloaded ctr v0.9.2
9762025-07-29T05:20:16.649Z Downloaded typify-macro v0.4.1
9772025-07-29T05:20:16.676Z Downloaded rustls-pemfile v2.2.0
9782025-07-29T05:20:16.676Z Downloaded expectorate v1.2.0
9792025-07-29T05:20:16.676Z Downloaded unicode-normalization v0.1.24
9802025-07-29T05:20:16.676Z Downloaded tower-http v0.6.6
9812025-07-29T05:20:16.676Z Downloaded tough v0.20.0
9822025-07-29T05:20:16.676Z Downloaded serde_with v3.14.0
9832025-07-29T05:20:16.704Z Downloaded cstr-argument v0.1.2
9842025-07-29T05:20:16.704Z Downloaded typify-macro v0.2.0
9852025-07-29T05:20:16.704Z Downloaded slog-term v2.9.1
9862025-07-29T05:20:16.704Z Downloaded rustls-pemfile v1.0.4
9872025-07-29T05:20:16.704Z Downloaded russh-keys v0.45.0
9882025-07-29T05:20:16.704Z Downloaded ron v0.8.1
9892025-07-29T05:20:16.704Z Downloaded prettyplease v0.2.36
9902025-07-29T05:20:16.731Z Downloaded peg-macros v0.8.5
9912025-07-29T05:20:16.731Z Downloaded num-bigint v0.4.6
9922025-07-29T05:20:16.731Z Downloaded hyper v1.6.0
9932025-07-29T05:20:16.731Z Downloaded progenitor-client v0.10.0
9942025-07-29T05:20:16.731Z Downloaded unicode-segmentation v1.12.0
9952025-07-29T05:20:16.731Z Downloaded rayon v1.10.0
9962025-07-29T05:20:16.757Z Downloaded itertools v0.14.0
9972025-07-29T05:20:16.757Z Downloaded h2 v0.4.6
9982025-07-29T05:20:16.757Z Downloaded dunce v1.0.5
9992025-07-29T05:20:16.757Z Downloaded uuid v1.17.0
10002025-07-29T05:20:16.757Z Downloaded untrusted v0.9.0
10012025-07-29T05:20:16.757Z Downloaded untrusted v0.7.1
10022025-07-29T05:20:16.757Z Downloaded universal-hash v0.5.1
10032025-07-29T05:20:16.784Z Downloaded typify-macro v0.3.0
10042025-07-29T05:20:16.784Z Downloaded smallvec v0.6.14
10052025-07-29T05:20:16.785Z Downloaded rustc-demangle v0.1.24
10062025-07-29T05:20:16.785Z Downloaded postcard v1.0.10
10072025-07-29T05:20:16.785Z Downloaded p256 v0.13.2
10082025-07-29T05:20:16.785Z Downloaded tower v0.5.2
10092025-07-29T05:20:16.785Z Downloaded derive-where v1.5.0
10102025-07-29T05:20:16.785Z Downloaded reedline v0.40.0
10112025-07-29T05:20:16.811Z Downloaded iri-string v0.7.8
10122025-07-29T05:20:16.811Z Downloaded chrono v0.4.41
10132025-07-29T05:20:16.811Z Downloaded stringprep v0.1.5
10142025-07-29T05:20:16.811Z Downloaded slog-stdlog v4.1.1
10152025-07-29T05:20:16.811Z Downloaded rustc_version v0.4.1
10162025-07-29T05:20:16.811Z Downloaded rustc_version v0.1.7
10172025-07-29T05:20:16.811Z Downloaded rustc-hash v2.1.1
10182025-07-29T05:20:16.811Z Downloaded progenitor v0.10.0
10192025-07-29T05:20:16.838Z Downloaded tracing v0.1.40
10202025-07-29T05:20:16.838Z Downloaded x509-cert v0.2.5
10212025-07-29T05:20:16.838Z Downloaded unicode_categories v0.1.1
10222025-07-29T05:20:16.838Z Downloaded steno v0.4.1
10232025-07-29T05:20:16.838Z Downloaded libxml v0.3.3
10242025-07-29T05:20:16.838Z Downloaded pem v3.0.5
10252025-07-29T05:20:16.838Z Downloaded derive_builder v0.20.2
10262025-07-29T05:20:16.865Z Downloaded derive-ex v0.1.8
10272025-07-29T05:20:16.866Z Downloaded der v0.7.9
10282025-07-29T05:20:16.866Z Downloaded darling_core v0.21.0
10292025-07-29T05:20:16.866Z Downloaded quick-error v1.2.3
10302025-07-29T05:20:16.866Z Downloaded progenitor-client v0.9.1
10312025-07-29T05:20:16.866Z Downloaded pem-rfc7468 v0.7.0
10322025-07-29T05:20:16.866Z Downloaded owo-colors v4.2.2
10332025-07-29T05:20:16.866Z Downloaded fixedbitset v0.5.7
10342025-07-29T05:20:16.866Z Downloaded fatfs v0.3.6
10352025-07-29T05:20:16.892Z Downloaded xshell-macros v0.2.7
10362025-07-29T05:20:16.892Z Downloaded unicode-properties v0.1.3
10372025-07-29T05:20:16.892Z Downloaded tabled_derive v0.10.0
10382025-07-29T05:20:16.892Z Downloaded ssh-key v0.6.6
10392025-07-29T05:20:16.893Z Downloaded hashbrown v0.12.3
10402025-07-29T05:20:16.893Z Downloaded bindgen v0.69.5
10412025-07-29T05:20:16.893Z Downloaded oxnet v0.1.3
10422025-07-29T05:20:16.893Z Downloaded oxide-tokio-rt v0.1.2
10432025-07-29T05:20:16.919Z Downloaded fixedbitset v0.4.2
10442025-07-29T05:20:16.919Z Downloaded env_logger v0.11.5
10452025-07-29T05:20:16.919Z Downloaded env_logger v0.10.2
10462025-07-29T05:20:16.919Z Downloaded darling_core v0.20.10
10472025-07-29T05:20:16.919Z Downloaded tar v0.4.44
10482025-07-29T05:20:16.920Z Downloaded libm v0.2.8
10492025-07-29T05:20:16.920Z Downloaded bitvec v1.0.1
10502025-07-29T05:20:16.947Z Downloaded num-integer v0.1.46
10512025-07-29T05:20:16.947Z Downloaded num-derive v0.4.2
10522025-07-29T05:20:16.947Z Downloaded num-complex v0.4.6
10532025-07-29T05:20:16.947Z Downloaded ghash v0.5.1
10542025-07-29T05:20:16.947Z Downloaded yasna v0.5.2
10552025-07-29T05:20:16.947Z Downloaded unicode-bidi v0.3.17
10562025-07-29T05:20:16.947Z Downloaded moka v0.12.10
10572025-07-29T05:20:16.974Z Downloaded minimal-lexical v0.2.1
10582025-07-29T05:20:16.974Z Downloaded jiff-static v0.2.15
10592025-07-29T05:20:16.974Z Downloaded getrandom v0.2.15
10602025-07-29T05:20:16.974Z Downloaded ff v0.13.0
10612025-07-29T05:20:16.974Z Downloaded unicode-truncate v1.1.0
10622025-07-29T05:20:16.974Z Downloaded toml_edit v0.19.15
10632025-07-29T05:20:17.000Z Downloaded serde_cbor v0.11.2
10642025-07-29T05:20:17.001Z Downloaded fd-lock v4.0.2
10652025-07-29T05:20:17.001Z Downloaded fallible-iterator v0.2.0
10662025-07-29T05:20:17.001Z Downloaded tap v1.0.1
10672025-07-29T05:20:17.001Z Downloaded tabwriter v1.4.0
10682025-07-29T05:20:17.001Z Downloaded string_cache v0.8.9
10692025-07-29T05:20:17.001Z Downloaded shlex v1.3.0
10702025-07-29T05:20:17.028Z Downloaded shell-words v1.1.0
10712025-07-29T05:20:17.028Z Downloaded libsw-core v0.3.1
10722025-07-29T05:20:17.028Z Downloaded libsw v3.5.0
10732025-07-29T05:20:17.028Z Downloaded libscf-sys v1.1.0
10742025-07-29T05:20:17.028Z Downloaded libefi-sys v0.1.0
10752025-07-29T05:20:17.028Z Downloaded indicatif v0.18.0
10762025-07-29T05:20:17.028Z Downloaded filetime v0.2.25
10772025-07-29T05:20:17.028Z Downloaded enum-as-inner v0.6.1
10782025-07-29T05:20:17.028Z Downloaded tower-service v0.3.3
10792025-07-29T05:20:17.028Z Downloaded tower-layer v0.3.3
10802025-07-29T05:20:17.028Z Downloaded termcolor v1.4.1
10812025-07-29T05:20:17.028Z Downloaded term v0.7.0
10822025-07-29T05:20:17.028Z Downloaded take_mut v0.2.2
10832025-07-29T05:20:17.028Z Downloaded tagptr v0.2.0
10842025-07-29T05:20:17.028Z Downloaded sync_wrapper v1.0.1
10852025-07-29T05:20:17.028Z Downloaded serde_with_macros v3.14.0
10862025-07-29T05:20:17.060Z Downloaded rand v0.8.5
10872025-07-29T05:20:17.060Z Downloaded itertools v0.13.0
10882025-07-29T05:20:17.060Z Downloaded itertools v0.12.1
10892025-07-29T05:20:17.060Z Downloaded itertools v0.10.5
10902025-07-29T05:20:17.061Z Downloaded is-terminal v0.4.13
10912025-07-29T05:20:17.061Z Downloaded ipnet v2.11.0
10922025-07-29T05:20:17.061Z Downloaded indicatif v0.17.11
10932025-07-29T05:20:17.088Z Downloaded http v1.3.1
10942025-07-29T05:20:17.088Z Downloaded hkdf v0.12.4
10952025-07-29T05:20:17.088Z Downloaded hashbrown v0.13.2
10962025-07-29T05:20:17.088Z Downloaded deranged v0.3.11
10972025-07-29T05:20:17.088Z Downloaded der_derive v0.7.3
10982025-07-29T05:20:17.088Z Downloaded defmt-macros v0.3.9
10992025-07-29T05:20:17.088Z Downloaded data-encoding v2.9.0
11002025-07-29T05:20:17.088Z Downloaded whoami v1.5.2
11012025-07-29T05:20:17.088Z Downloaded rand v0.9.1
11022025-07-29T05:20:17.088Z Downloaded debug-ignore v1.0.5
11032025-07-29T05:20:17.116Z Downloaded xz2 v0.1.7
11042025-07-29T05:20:17.116Z Downloaded xshell v0.2.7
11052025-07-29T05:20:17.116Z Downloaded xattr v1.3.1
11062025-07-29T05:20:17.116Z Downloaded wyz v0.5.1
11072025-07-29T05:20:17.116Z Downloaded unarray v0.1.4
11082025-07-29T05:20:17.116Z Downloaded topological-sort v0.2.2
11092025-07-29T05:20:17.116Z Downloaded serde_bytes v0.11.17
11102025-07-29T05:20:17.116Z Downloaded rayon-core v1.12.1
11112025-07-29T05:20:17.116Z Downloaded libz-rs-sys v0.5.1
11122025-07-29T05:20:17.116Z Downloaded hyper-tls v0.6.0
11132025-07-29T05:20:17.116Z Downloaded rand_core v0.6.4
11142025-07-29T05:20:17.116Z Downloaded miniz_oxide v0.8.5
11152025-07-29T05:20:17.116Z Downloaded match_cfg v0.1.0
11162025-07-29T05:20:17.116Z Downloaded managed v0.8.0
11172025-07-29T05:20:17.116Z Downloaded lazycell v1.3.0
11182025-07-29T05:20:17.143Z Downloaded lazy_static v1.5.0
11192025-07-29T05:20:17.143Z Downloaded jobserver v0.1.32
11202025-07-29T05:20:17.143Z Downloaded ingot-macros v0.1.1
11212025-07-29T05:20:17.143Z Downloaded ingot v0.1.1
11222025-07-29T05:20:17.143Z Downloaded indoc v2.0.6
11232025-07-29T05:20:17.143Z Downloaded indoc v1.0.9
11242025-07-29T05:20:17.143Z Downloaded ignore v0.4.23
11252025-07-29T05:20:17.143Z Downloaded iana-time-zone v0.1.63
11262025-07-29T05:20:17.143Z Downloaded hyper-rustls v0.27.7
11272025-07-29T05:20:17.143Z Downloaded hubpack_derive v0.1.1
11282025-07-29T05:20:17.143Z Downloaded hubpack v0.1.2
11292025-07-29T05:20:17.143Z Downloaded highway v1.3.0
11302025-07-29T05:20:17.143Z Downloaded heapless v0.7.17
11312025-07-29T05:20:17.170Z Downloaded headers v0.4.1
11322025-07-29T05:20:17.171Z Downloaded blake3 v1.5.4
11332025-07-29T05:20:17.171Z Downloaded postgres-protocol v0.6.8
11342025-07-29T05:20:17.171Z Downloaded darling_macro v0.21.0
11352025-07-29T05:20:17.171Z Downloaded darling_macro v0.20.10
11362025-07-29T05:20:17.171Z Downloaded which v4.4.2
11372025-07-29T05:20:17.171Z Downloaded aws-lc-sys v0.26.0
11382025-07-29T05:20:17.390Z Downloaded want v0.3.1
11392025-07-29T05:20:17.419Z Downloaded walkdir v2.5.0
11402025-07-29T05:20:17.419Z Downloaded sync-ptr v0.1.4
11412025-07-29T05:20:17.419Z Downloaded serde_urlencoded v0.7.1
11422025-07-29T05:20:17.419Z Downloaded semver v0.1.20
11432025-07-29T05:20:17.419Z Downloaded ref-cast v1.0.24
11442025-07-29T05:20:17.419Z Downloaded mime v0.3.17
11452025-07-29T05:20:17.419Z Downloaded md5 v0.7.0
11462025-07-29T05:20:17.419Z Downloaded lru-cache v0.1.2
11472025-07-29T05:20:17.419Z Downloaded litrs v0.4.1
11482025-07-29T05:20:17.419Z Downloaded libloading v0.8.5
11492025-07-29T05:20:17.419Z Downloaded indent_write v2.2.0
11502025-07-29T05:20:17.419Z Downloaded memoffset v0.9.1
11512025-07-29T05:20:17.419Z Downloaded lzss v0.8.2
11522025-07-29T05:20:17.419Z Downloaded ident_case v1.0.1
11532025-07-29T05:20:17.419Z Downloaded ref-cast-impl v1.0.24
11542025-07-29T05:20:17.419Z Downloaded md-5 v0.10.6
11552025-07-29T05:20:17.446Z Downloaded impl-trait-for-tuples v0.2.2
11562025-07-29T05:20:17.446Z Downloaded iddqd v0.3.9
11572025-07-29T05:20:17.446Z Downloaded linear-map v1.2.0
11582025-07-29T05:20:17.446Z Downloaded instability v0.3.2
11592025-07-29T05:20:17.446Z Downloaded ingot-types v0.1.2
11602025-07-29T05:20:17.446Z Downloaded serde_plain v1.0.2
11612025-07-29T05:20:17.446Z Downloaded serde_path_to_error v0.1.17
11622025-07-29T05:20:17.446Z Downloaded rcgen v0.12.1
11632025-07-29T05:20:17.446Z Downloaded keccak v0.1.5
11642025-07-29T05:20:17.446Z Downloaded inout v0.1.3
11652025-07-29T05:20:17.446Z Downloaded const_format v0.2.34
11662025-07-29T05:20:17.474Z Downloaded serde_derive_internals v0.29.1
11672025-07-29T05:20:17.474Z Downloaded serde-hex v0.1.0
11682025-07-29T05:20:17.474Z Downloaded rand_core v0.9.2
11692025-07-29T05:20:17.474Z Downloaded base64 v0.21.7
11702025-07-29T05:20:17.474Z Downloaded backtrace v0.3.74
11712025-07-29T05:20:17.474Z Downloaded sha1 v0.10.6
11722025-07-29T05:20:17.474Z Downloaded serde_repr v0.1.19
11732025-07-29T05:20:17.474Z Downloaded serde-big-array v0.5.1
11742025-07-29T05:20:17.474Z Downloaded rand_xorshift v0.4.0
11752025-07-29T05:20:17.475Z Downloaded rand_chacha v0.3.1
11762025-07-29T05:20:17.475Z Downloaded radium v0.7.0
11772025-07-29T05:20:17.475Z Downloaded cc v1.2.30
11782025-07-29T05:20:17.503Z Downloaded home v0.5.9
11792025-07-29T05:20:17.503Z Downloaded hickory-client v0.25.2
11802025-07-29T05:20:17.503Z Downloaded http-range v0.1.5
11812025-07-29T05:20:17.503Z Downloaded globset v0.4.15
11822025-07-29T05:20:17.503Z Downloaded base64 v0.22.1
11832025-07-29T05:20:17.503Z Downloaded rand_chacha v0.9.0
11842025-07-29T05:20:17.503Z Downloaded indexmap v1.9.3
11852025-07-29T05:20:17.503Z Downloaded hickory-resolver v0.25.2
11862025-07-29T05:20:17.503Z Downloaded headers-core v0.3.0
11872025-07-29T05:20:17.503Z Downloaded hash32 v0.3.1
11882025-07-29T05:20:17.503Z Downloaded hash32 v0.2.1
11892025-07-29T05:20:17.503Z Downloaded half v2.4.1
11902025-07-29T05:20:17.531Z Downloaded half v1.8.3
11912025-07-29T05:20:17.531Z Downloaded globwalk v0.9.1
11922025-07-29T05:20:17.531Z Downloaded crossbeam-epoch v0.9.18
11932025-07-29T05:20:17.531Z Downloaded aws-lc-rs v1.12.4
11942025-07-29T05:20:17.531Z Downloaded httpdate v1.0.3
11952025-07-29T05:20:17.531Z Downloaded heck v0.3.3
11962025-07-29T05:20:17.531Z Downloaded group v0.13.0
11972025-07-29T05:20:17.531Z Downloaded console v0.16.0
11982025-07-29T05:20:17.531Z Downloaded colored v2.2.0
11992025-07-29T05:20:17.531Z Downloaded bzip2 v0.5.2
12002025-07-29T05:20:17.559Z Downloaded buf-list v1.0.3
12012025-07-29T05:20:17.559Z Downloaded blowfish v0.9.1
12022025-07-29T05:20:17.559Z Downloaded bit-set v0.5.3
12032025-07-29T05:20:17.559Z Downloaded base16ct v0.2.0
12042025-07-29T05:20:17.559Z Downloaded async-stream v0.3.6
12052025-07-29T05:20:17.559Z Downloaded async-bb8-diesel v0.2.1
12062025-07-29T05:20:17.559Z Downloaded assert_matches v1.5.0
12072025-07-29T05:20:17.559Z Downloaded aho-corasick v1.1.3
12082025-07-29T05:20:17.559Z Downloaded http-body v1.0.1
12092025-07-29T05:20:17.559Z Downloaded crossbeam-deque v0.8.5
12102025-07-29T05:20:17.559Z Downloaded critical-section v1.1.3
12112025-07-29T05:20:17.559Z Downloaded crc-catalog v2.4.0
12122025-07-29T05:20:17.560Z Downloaded crc v3.2.1
12132025-07-29T05:20:17.560Z Downloaded cookie_store v0.21.1
12142025-07-29T05:20:17.560Z Downloaded convert_case v0.7.1
12152025-07-29T05:20:17.587Z Downloaded convert_case v0.4.0
12162025-07-29T05:20:17.587Z Downloaded const_format_proc_macros v0.2.34
12172025-07-29T05:20:17.587Z Downloaded console v0.15.10
12182025-07-29T05:20:17.587Z Downloaded cobs v0.2.3
12192025-07-29T05:20:17.587Z Downloaded clang-sys v1.8.1
12202025-07-29T05:20:17.587Z Downloaded cipher v0.4.4
12212025-07-29T05:20:17.587Z Downloaded cassowary v0.3.0
12222025-07-29T05:20:17.587Z Downloaded hickory-server v0.25.2
12232025-07-29T05:20:17.587Z Downloaded hex-literal v0.4.1
12242025-07-29T05:20:17.587Z Downloaded heapless v0.8.0
12252025-07-29T05:20:17.587Z Downloaded cfg_aliases v0.2.1
12262025-07-29T05:20:17.587Z Downloaded bytes v1.10.1
12272025-07-29T05:20:17.615Z Downloaded arrayvec v0.7.6
12282025-07-29T05:20:17.615Z Downloaded allocator-api2 v0.2.21
12292025-07-29T05:20:17.615Z Downloaded memmap2 v0.9.5
12302025-07-29T05:20:17.615Z Downloaded hyper-util v0.1.16
12312025-07-29T05:20:17.615Z Downloaded hyper-staticfile v0.10.1
12322025-07-29T05:20:17.615Z Downloaded httparse v1.9.5
12332025-07-29T05:20:17.615Z Downloaded hickory-resolver v0.24.4
12342025-07-29T05:20:17.615Z Downloaded crc8 v0.1.1
12352025-07-29T05:20:17.615Z Downloaded bitfield v0.14.0
12362025-07-29T05:20:17.615Z Downloaded maplit v1.0.2
12372025-07-29T05:20:17.615Z Downloaded lockfree-object-pool v0.1.6
12382025-07-29T05:20:17.643Z Downloaded linked-hash-map v0.5.6
12392025-07-29T05:20:17.643Z Downloaded lalrpop-util v0.19.12
12402025-07-29T05:20:17.643Z Downloaded ipnetwork v0.21.1
12412025-07-29T05:20:17.644Z Downloaded internet-checksum v0.2.1
12422025-07-29T05:20:17.644Z Downloaded humantime v2.2.0
12432025-07-29T05:20:17.644Z Downloaded hostname v0.4.0
12442025-07-29T05:20:17.644Z Downloaded hex v0.4.3
12452025-07-29T05:20:17.644Z Downloaded chacha20 v0.9.1
12462025-07-29T05:20:17.644Z Downloaded bit-set v0.8.0
12472025-07-29T05:20:17.644Z Downloaded aes v0.8.4
12482025-07-29T05:20:17.644Z Downloaded cexpr v0.6.0
12492025-07-29T05:20:17.644Z Downloaded bitflags v1.3.2
12502025-07-29T05:20:17.644Z Downloaded atomic-waker v1.1.2
12512025-07-29T05:20:17.644Z Downloaded async-stream-impl v0.3.6
12522025-07-29T05:20:17.644Z Downloaded hmac v0.12.1
12532025-07-29T05:20:17.644Z Downloaded crossbeam-channel v0.5.15
12542025-07-29T05:20:17.672Z Downloaded compact_str v0.8.0
12552025-07-29T05:20:17.672Z Downloaded ciborium-io v0.2.2
12562025-07-29T05:20:17.672Z Downloaded chacha20poly1305 v0.10.1
12572025-07-29T05:20:17.672Z Downloaded castaway v0.2.3
12582025-07-29T05:20:17.672Z Downloaded cargo-platform v0.1.8
12592025-07-29T05:20:17.672Z Downloaded cancel-safe-futures v0.1.5
12602025-07-29T05:20:17.672Z Downloaded block-padding v0.3.3
12612025-07-29T05:20:17.672Z Downloaded bit-vec v0.8.0
12622025-07-29T05:20:17.672Z Downloaded bindgen v0.71.1
12632025-07-29T05:20:17.672Z Downloaded bcs v0.1.6
12642025-07-29T05:20:17.672Z Downloaded base64 v0.13.1
12652025-07-29T05:20:17.699Z Downloaded async-trait v0.1.88
12662025-07-29T05:20:17.699Z Downloaded arc-swap v1.7.1
12672025-07-29T05:20:17.699Z Downloaded aes-gcm v0.10.3
12682025-07-29T05:20:17.699Z Downloaded crossbeam-utils v0.8.21
12692025-07-29T05:20:17.699Z Downloaded crc32fast v1.4.2
12702025-07-29T05:20:17.699Z Downloaded crc-any v2.5.0
12712025-07-29T05:20:17.699Z Downloaded cookie v0.18.1
12722025-07-29T05:20:17.699Z Downloaded const-oid v0.9.6
12732025-07-29T05:20:17.699Z Downloaded ciborium v0.2.2
12742025-07-29T05:20:17.728Z Downloaded camino-tempfile-ext v0.3.2
12752025-07-29T05:20:17.728Z Downloaded bumpalo v3.16.0
12762025-07-29T05:20:17.728Z Downloaded blake2 v0.10.6
12772025-07-29T05:20:17.728Z Downloaded bb8 v0.8.5
12782025-07-29T05:20:17.728Z Downloaded base64ct v1.6.0
12792025-07-29T05:20:17.728Z Downloaded backoff v0.4.0
12802025-07-29T05:20:17.728Z Downloaded async-recursion v1.1.1
12812025-07-29T05:20:17.728Z Downloaded ascii-canvas v3.0.0
12822025-07-29T05:20:17.728Z Downloaded array-init v0.0.4
12832025-07-29T05:20:17.728Z Downloaded argon2 v0.5.3
12842025-07-29T05:20:17.728Z Downloaded ahash v0.8.12
12852025-07-29T05:20:17.728Z Downloaded aead v0.5.2
12862025-07-29T05:20:17.728Z Downloaded adler2 v2.0.0
12872025-07-29T05:20:17.728Z Downloaded addr2line v0.24.2
12882025-07-29T05:20:17.756Z Downloaded cmake v0.1.51
12892025-07-29T05:20:17.756Z Downloaded ciborium-ll v0.2.2
12902025-07-29T05:20:17.756Z Downloaded cfg_aliases v0.1.1
12912025-07-29T05:20:17.756Z Downloaded cbc v0.1.2
12922025-07-29T05:20:17.756Z Downloaded cargo_metadata v0.18.1
12932025-07-29T05:20:17.756Z Downloaded bzip2 v0.4.4
12942025-07-29T05:20:17.756Z Downloaded bitfield-struct v0.6.2
12952025-07-29T05:20:17.756Z Downloaded bit-vec v0.6.3
12962025-07-29T05:20:17.756Z Downloaded bcrypt-pbkdf v0.10.0
12972025-07-29T05:20:17.756Z Downloaded atty v0.2.14
12982025-07-29T05:20:17.756Z Downloaded atomicwrites v0.4.4
12992025-07-29T05:20:17.756Z Downloaded arrayref v0.3.9
13002025-07-29T05:20:17.911Z Compiling value-bag v1.9.0
13012025-07-29T05:20:17.911Z Compiling shlex v1.3.0
13022025-07-29T05:20:17.911Z Compiling lock_api v0.4.12
13032025-07-29T05:20:17.938Z Compiling scopeguard v1.2.0
13042025-07-29T05:20:17.938Z Compiling typenum v1.17.0
13052025-07-29T05:20:17.938Z Compiling generic-array v0.14.7
13062025-07-29T05:20:17.938Z Compiling syn v2.0.104
13072025-07-29T05:20:17.938Z Compiling getrandom v0.2.15
13082025-07-29T05:20:18.116Z Compiling jobserver v0.1.32
13092025-07-29T05:20:18.304Z Compiling rand_core v0.6.4
13102025-07-29T05:20:18.354Z Compiling smallvec v1.15.1
13112025-07-29T05:20:18.430Z Compiling log v0.4.27
13122025-07-29T05:20:18.478Z Compiling cc v1.2.30
13132025-07-29T05:20:18.782Z Compiling portable-atomic v1.11.0
13142025-07-29T05:20:18.809Z Compiling critical-section v1.1.3
13152025-07-29T05:20:18.835Z Compiling subtle v2.6.1
13162025-07-29T05:20:18.894Z Compiling const-oid v0.9.6
13172025-07-29T05:20:18.971Z Compiling pkg-config v0.3.31
13182025-07-29T05:20:19.091Z Compiling parking_lot_core v0.9.10
13192025-07-29T05:20:19.157Z Compiling pin-project-lite v0.2.14
13202025-07-29T05:20:19.292Z Compiling rustix v0.38.37
13212025-07-29T05:20:19.954Z Compiling signal-hook-registry v1.4.2
13222025-07-29T05:20:20.088Z Compiling parking_lot v0.12.3
13232025-07-29T05:20:20.218Z Compiling mio v1.0.2
13242025-07-29T05:20:20.281Z Compiling futures-core v0.3.31
13252025-07-29T05:20:20.581Z Compiling spin v0.9.8
13262025-07-29T05:20:20.809Z Compiling socket2 v0.6.0
13272025-07-29T05:20:20.921Z Compiling slab v0.4.9
13282025-07-29T05:20:20.989Z Compiling once_cell v1.21.3
13292025-07-29T05:20:21.038Z Compiling aho-corasick v1.1.3
13302025-07-29T05:20:21.180Z Compiling cpufeatures v0.2.14
13312025-07-29T05:20:21.306Z Compiling regex-syntax v0.8.5
13322025-07-29T05:20:21.361Z Compiling libm v0.2.8
13332025-07-29T05:20:21.420Z Compiling getrandom v0.3.1
13342025-07-29T05:20:21.488Z Compiling serde_json v1.0.141
13352025-07-29T05:20:21.893Z Compiling num-traits v0.2.19
13362025-07-29T05:20:21.920Z Compiling glob v0.3.2
13372025-07-29T05:20:21.978Z Compiling percent-encoding v2.3.1
13382025-07-29T05:20:22.141Z Compiling futures-sink v0.3.31
13392025-07-29T05:20:22.170Z Compiling either v1.15.0
13402025-07-29T05:20:22.563Z Compiling prettyplease v0.2.36
13412025-07-29T05:20:22.615Z Compiling lazy_static v1.5.0
13422025-07-29T05:20:22.642Z Compiling clang-sys v1.8.1
13432025-07-29T05:20:22.704Z Compiling foldhash v0.1.5
13442025-07-29T05:20:22.770Z Compiling allocator-api2 v0.2.21
13452025-07-29T05:20:22.903Z Compiling minimal-lexical v0.2.1
13462025-07-29T05:20:23.095Z Compiling libloading v0.8.5
13472025-07-29T05:20:23.302Z Compiling nom v7.1.3
13482025-07-29T05:20:23.367Z Compiling bindgen v0.69.5
13492025-07-29T05:20:23.442Z Compiling hashbrown v0.15.4
13502025-07-29T05:20:23.728Z Compiling home v0.5.9
13512025-07-29T05:20:23.928Z Compiling base64ct v1.6.0
13522025-07-29T05:20:24.450Z Compiling regex-automata v0.4.8
13532025-07-29T05:20:24.725Z Compiling pem-rfc7468 v0.7.0
13542025-07-29T05:20:24.907Z Compiling synstructure v0.13.1
13552025-07-29T05:20:25.322Z Compiling itertools v0.12.1
13562025-07-29T05:20:26.112Z Compiling cexpr v0.6.0
13572025-07-29T05:20:26.145Z Compiling futures-channel v0.3.31
13582025-07-29T05:20:26.443Z Compiling lazycell v1.3.0
13592025-07-29T05:20:26.513Z Compiling rustc-hash v1.1.0
13602025-07-29T05:20:26.617Z Compiling futures-task v0.3.31
13612025-07-29T05:20:26.685Z Compiling zerocopy v0.8.26
13622025-07-29T05:20:26.922Z Compiling pin-utils v0.1.0
13632025-07-29T05:20:27.049Z Compiling flagset v0.4.6
13642025-07-29T05:20:27.297Z Compiling futures-io v0.3.31
13652025-07-29T05:20:27.473Z Compiling cmake v0.1.51
13662025-07-29T05:20:27.519Z Compiling fs_extra v1.3.0
13672025-07-29T05:20:27.576Z Compiling dunce v1.0.5
13682025-07-29T05:20:27.603Z Compiling form_urlencoded v1.2.1
13692025-07-29T05:20:27.752Z Compiling paste v1.0.15
13702025-07-29T05:20:27.920Z Compiling vcpkg v0.2.15
13712025-07-29T05:20:27.947Z Compiling ring v0.17.14
13722025-07-29T05:20:28.038Z Compiling tracing-core v0.1.32
13732025-07-29T05:20:28.296Z Compiling aws-lc-rs v1.12.4
13742025-07-29T05:20:28.732Z Compiling iana-time-zone v0.1.63
13752025-07-29T05:20:29.125Z Compiling httparse v1.9.5
13762025-07-29T05:20:29.205Z Compiling rustversion v1.0.17
13772025-07-29T05:20:29.315Z Compiling serde_derive v1.0.219
13782025-07-29T05:20:29.379Z Compiling zeroize_derive v1.4.2
13792025-07-29T05:20:29.537Z Compiling zerofrom-derive v0.1.4
13802025-07-29T05:20:29.785Z Compiling yoke-derive v0.7.4
13812025-07-29T05:20:29.848Z Compiling zerovec-derive v0.10.3
13822025-07-29T05:20:30.775Z Compiling zeroize v1.8.1
13832025-07-29T05:20:32.026Z Compiling displaydoc v0.2.5
13842025-07-29T05:20:32.156Z Compiling zerocopy-derive v0.7.35
13852025-07-29T05:20:32.373Z Compiling crypto-common v0.1.6
13862025-07-29T05:20:32.619Z Compiling block-buffer v0.10.4
13872025-07-29T05:20:32.647Z Compiling zerofrom v0.1.4
13882025-07-29T05:20:32.894Z Compiling digest v0.10.7
13892025-07-29T05:20:32.920Z Compiling yoke v0.7.4
13902025-07-29T05:20:33.275Z Compiling zerovec v0.10.4
13912025-07-29T05:20:33.403Z Compiling tokio-macros v2.5.0
13922025-07-29T05:20:33.431Z Compiling hmac v0.12.1
13932025-07-29T05:20:33.670Z Compiling icu_provider_macros v1.5.0
13942025-07-29T05:20:33.777Z Compiling block-padding v0.3.3
13952025-07-29T05:20:33.874Z Compiling sha2 v0.10.9
13962025-07-29T05:20:33.901Z Compiling zerocopy v0.7.35
13972025-07-29T05:20:33.994Z Compiling regex v1.11.1
13982025-07-29T05:20:34.051Z Compiling inout v0.1.3
13992025-07-29T05:20:34.344Z Compiling cipher v0.4.4
14002025-07-29T05:20:34.646Z Compiling der_derive v0.7.3
14012025-07-29T05:20:34.703Z Compiling futures-macro v0.3.31
14022025-07-29T05:20:34.839Z Compiling tinystr v0.7.6
14032025-07-29T05:20:34.885Z Compiling icu_collections v1.5.0
14042025-07-29T05:20:35.108Z Compiling thiserror-impl v1.0.69
14052025-07-29T05:20:35.190Z Compiling zerocopy-derive v0.8.26
14062025-07-29T05:20:35.282Z Compiling icu_locid v1.5.0
14072025-07-29T05:20:35.751Z Compiling serde v1.0.219
14082025-07-29T05:20:36.031Z Compiling ppv-lite86 v0.2.20
14092025-07-29T05:20:36.303Z Compiling icu_provider v1.5.0
14102025-07-29T05:20:36.432Z Compiling futures-util v0.3.31
14112025-07-29T05:20:36.576Z Compiling der v0.7.9
14122025-07-29T05:20:36.735Z Compiling salsa20 v0.10.2
14132025-07-29T05:20:36.978Z Compiling icu_locid_transform v1.5.0
14142025-07-29T05:20:37.043Z Compiling pbkdf2 v0.12.2
14152025-07-29T05:20:37.180Z Compiling cbc v0.1.2
14162025-07-29T05:20:37.236Z Compiling scrypt v0.11.0
14172025-07-29T05:20:37.418Z Compiling aes v0.8.4
14182025-07-29T05:20:37.573Z Compiling thiserror v1.0.69
14192025-07-29T05:20:37.717Z Compiling openssl-sys v0.9.109
14202025-07-29T05:20:37.746Z Compiling pest v2.7.14
14212025-07-29T05:20:38.635Z Compiling icu_properties v1.5.1
14222025-07-29T05:20:39.064Z Compiling spki v0.7.3
14232025-07-29T05:20:39.302Z Compiling tracing-attributes v0.1.27
14242025-07-29T05:20:39.416Z Compiling pkcs5 v0.7.1
14252025-07-29T05:20:39.599Z Compiling scroll_derive v0.12.0
14262025-07-29T05:20:40.325Z Compiling bitflags v2.9.1
14272025-07-29T05:20:40.420Z Compiling bytes v1.10.1
14282025-07-29T05:20:40.750Z Compiling semver v1.0.26
14292025-07-29T05:20:41.006Z Compiling indexmap v2.10.0
14302025-07-29T05:20:41.256Z Compiling rustc_version v0.4.1
14312025-07-29T05:20:41.362Z Compiling uuid v1.17.0
14322025-07-29T05:20:41.672Z Compiling tokio v1.47.0
14332025-07-29T05:20:41.849Z Compiling icu_normalizer v1.5.0
14342025-07-29T05:20:42.131Z Compiling http v1.3.1
14352025-07-29T05:20:42.325Z Compiling tracing v0.1.40
14362025-07-29T05:20:42.683Z Compiling chrono v0.4.41
14372025-07-29T05:20:42.736Z Compiling pkcs8 v0.10.2
14382025-07-29T05:20:42.820Z Compiling idna_adapter v1.2.0
14392025-07-29T05:20:42.915Z Compiling pest_meta v2.7.14
14402025-07-29T05:20:43.068Z Compiling idna v1.0.3
14412025-07-29T05:20:43.370Z Compiling base64 v0.22.1
14422025-07-29T05:20:43.465Z Compiling tinyvec_macros v0.1.1
14432025-07-29T05:20:43.576Z Compiling http-body v1.0.1
14442025-07-29T05:20:43.821Z Compiling url v2.5.4
14452025-07-29T05:20:44.013Z Compiling which v4.4.2
14462025-07-29T05:20:44.143Z Compiling rustls-pki-types v1.10.0
14472025-07-29T05:20:44.526Z Compiling pest_generator v2.7.14
14482025-07-29T05:20:44.938Z Compiling tinyvec v1.8.0
14492025-07-29T05:20:45.048Z Compiling rand_core v0.9.2
14502025-07-29T05:20:45.436Z Compiling scroll v0.12.0
14512025-07-29T05:20:45.631Z Compiling serde_derive_internals v0.29.1
14522025-07-29T05:20:45.761Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14532025-07-29T05:20:45.938Z Compiling bzip2-sys v0.1.13+1.0.8
14542025-07-29T05:20:46.102Z Compiling tower-service v0.3.3
14552025-07-29T05:20:46.263Z Compiling atomic-waker v1.1.2
14562025-07-29T05:20:46.290Z Compiling untrusted v0.7.1
14572025-07-29T05:20:46.409Z Compiling num-conv v0.1.0
14582025-07-29T05:20:46.458Z Compiling adler2 v2.0.0
14592025-07-29T05:20:46.485Z Compiling foreign-types-shared v0.1.1
14602025-07-29T05:20:46.520Z Compiling untrusted v0.9.0
14612025-07-29T05:20:46.631Z Compiling openssl-probe v0.1.5
14622025-07-29T05:20:46.694Z Compiling time-core v0.1.2
14632025-07-29T05:20:46.728Z Compiling openssl v0.10.73
14642025-07-29T05:20:46.758Z Compiling try-lock v0.2.5
14652025-07-29T05:20:46.801Z Compiling schemars v0.8.22
14662025-07-29T05:20:46.904Z Compiling powerfmt v0.2.0
14672025-07-29T05:20:46.963Z Compiling goblin v0.8.2
14682025-07-29T05:20:46.993Z Compiling want v0.3.1
14692025-07-29T05:20:47.207Z Compiling deranged v0.3.11
14702025-07-29T05:20:47.234Z Compiling time-macros v0.2.18
14712025-07-29T05:20:47.303Z Compiling pest_derive v2.7.14
14722025-07-29T05:20:47.759Z Compiling schemars_derive v0.8.22
14732025-07-29T05:20:48.054Z Compiling miniz_oxide v0.8.5
14742025-07-29T05:20:48.541Z Compiling foreign-types v0.3.2
14752025-07-29T05:20:50.405Z Compiling tokio-util v0.7.15
14762025-07-29T05:20:50.762Z Compiling rand_chacha v0.9.0
14772025-07-29T05:20:51.408Z Compiling ipnet v2.11.0
14782025-07-29T05:20:51.598Z Compiling h2 v0.4.6
14792025-07-29T05:20:52.577Z Compiling openssl-macros v0.1.1
14802025-07-29T05:20:52.603Z Compiling syn v1.0.109
14812025-07-29T05:20:53.056Z Compiling num_threads v0.1.7
14822025-07-29T05:20:53.151Z Compiling dyn-clone v1.0.19
14832025-07-29T05:20:53.210Z Compiling rustls v0.23.19
14842025-07-29T05:20:53.259Z Compiling httpdate v1.0.3
14852025-07-29T05:20:53.377Z Compiling crossbeam-utils v0.8.21
14862025-07-29T05:20:53.485Z Compiling native-tls v0.2.12
14872025-07-29T05:20:53.894Z Compiling dof v0.3.0
14882025-07-29T05:20:54.326Z Compiling time v0.3.36
14892025-07-29T05:20:55.250Z Compiling rand v0.9.1
14902025-07-29T05:20:55.581Z Compiling dtrace-parser v0.2.0
14912025-07-29T05:20:56.363Z Compiling unicode-normalization v0.1.24
14922025-07-29T05:20:56.806Z Compiling heapless v0.7.17
14932025-07-29T05:20:57.213Z Compiling signature v2.2.0
14942025-07-29T05:20:57.256Z Compiling cookie v0.18.1
14952025-07-29T05:20:57.284Z Compiling crc32fast v1.4.2
14962025-07-29T05:20:57.529Z Compiling unicode-bidi v0.3.17
14972025-07-29T05:20:57.579Z Compiling zlib-rs v0.5.1
14982025-07-29T05:20:57.661Z Compiling unicode-properties v0.1.3
14992025-07-29T05:20:58.035Z Compiling hyper v1.6.0
15002025-07-29T05:20:58.296Z Compiling siphasher v0.3.11
15012025-07-29T05:20:58.622Z Compiling signal-hook v0.3.18
15022025-07-29T05:20:58.653Z Compiling slog v2.7.0
15032025-07-29T05:20:58.893Z Compiling zstd-safe v7.2.3
15042025-07-29T05:20:59.251Z Compiling phf_shared v0.11.2
15052025-07-29T05:20:59.586Z Compiling stringprep v0.1.5
15062025-07-29T05:20:59.935Z Compiling usdt-impl v0.5.0
15072025-07-29T05:21:00.469Z Compiling hyper-util v0.1.16
15082025-07-29T05:21:00.841Z Compiling curve25519-dalek v4.1.3
15092025-07-29T05:21:01.148Z Compiling serde_spanned v0.6.9
15102025-07-29T05:21:01.280Z Compiling serde_tokenstream v0.2.2
15112025-07-29T05:21:01.409Z Compiling toml_datetime v0.6.11
15122025-07-29T05:21:01.457Z Compiling rand_chacha v0.3.1
15132025-07-29T05:21:01.541Z Compiling md-5 v0.10.6
15142025-07-29T05:21:01.834Z Compiling num-integer v0.1.46
15152025-07-29T05:21:01.860Z Compiling sync_wrapper v1.0.1
15162025-07-29T05:21:01.986Z Compiling hash32 v0.2.1
15172025-07-29T05:21:02.042Z Compiling ff v0.13.0
15182025-07-29T05:21:02.282Z Compiling memoffset v0.9.1
15192025-07-29T05:21:02.377Z Compiling psl-types v2.0.11
15202025-07-29T05:21:02.498Z Compiling base16ct v0.2.0
15212025-07-29T05:21:02.591Z Compiling smoltcp v0.9.1
15222025-07-29T05:21:02.618Z Compiling litrs v0.4.1
15232025-07-29T05:21:02.821Z Compiling newtype-uuid v1.2.4
15242025-07-29T05:21:03.100Z Compiling tower-layer v0.3.3
15252025-07-29T05:21:03.148Z Compiling fallible-iterator v0.2.0
15262025-07-29T05:21:03.355Z Compiling libz-rs-sys v0.5.1
15272025-07-29T05:21:03.381Z Compiling cfg_aliases v0.2.1
15282025-07-29T05:21:03.496Z Compiling gimli v0.31.1
15292025-07-29T05:21:03.573Z Compiling num-bigint-dig v0.8.4
15302025-07-29T05:21:03.634Z Compiling document-features v0.2.11
15312025-07-29T05:21:03.752Z Compiling postgres-protocol v0.6.8
15322025-07-29T05:21:03.779Z Compiling flate2 v1.1.2
15332025-07-29T05:21:03.895Z Compiling nix v0.29.0
15342025-07-29T05:21:03.987Z Compiling tower v0.5.2
15352025-07-29T05:21:04.646Z Compiling sec1 v0.7.3
15362025-07-29T05:21:04.729Z Compiling publicsuffix v2.3.0
15372025-07-29T05:21:04.811Z Compiling num-iter v0.1.45
15382025-07-29T05:21:04.837Z Compiling group v0.13.0
15392025-07-29T05:21:05.044Z Compiling rand v0.8.5
15402025-07-29T05:21:05.226Z Compiling tokio-native-tls v0.3.1
15412025-07-29T05:21:05.729Z Compiling ipnetwork v0.21.1
15422025-07-29T05:21:06.060Z Compiling strum_macros v0.27.1
15432025-07-29T05:21:06.169Z Compiling rustls-native-certs v0.8.1
15442025-07-29T05:21:06.258Z Compiling webpki-roots v1.0.1
15452025-07-29T05:21:06.463Z Compiling terminal_size v0.4.0
15462025-07-29T05:21:06.489Z Compiling http-body-util v0.1.3
15472025-07-29T05:21:06.679Z Compiling hkdf v0.12.4
15482025-07-29T05:21:06.706Z Compiling crypto-bigint v0.5.5
15492025-07-29T05:21:06.755Z Compiling async-trait v0.1.88
15502025-07-29T05:21:06.955Z Compiling curve25519-dalek-derive v0.1.1
15512025-07-29T05:21:06.999Z Compiling addr2line v0.24.2
15522025-07-29T05:21:07.558Z Compiling thiserror-impl v2.0.12
15532025-07-29T05:21:07.647Z Compiling object v0.36.5
15542025-07-29T05:21:08.151Z Compiling fs-err v3.1.1
15552025-07-29T05:21:08.430Z Compiling ahash v0.8.12
15562025-07-29T05:21:08.735Z Compiling anyhow v1.0.98
15572025-07-29T05:21:08.822Z Compiling rustc-demangle v0.1.24
15582025-07-29T05:21:09.266Z Compiling rustix v1.0.7
15592025-07-29T05:21:09.588Z Compiling iri-string v0.7.8
15602025-07-29T05:21:09.871Z Compiling bitflags v1.3.2
15612025-07-29T05:21:10.026Z Compiling winnow v0.5.40
15622025-07-29T05:21:10.201Z Compiling simd-adler32 v0.3.7
15632025-07-29T05:21:10.234Z Compiling bumpalo v3.16.0
15642025-07-29T05:21:10.339Z Compiling hubpack_derive v0.1.1
15652025-07-29T05:21:10.678Z Compiling lockfree-object-pool v0.1.6
15662025-07-29T05:21:10.705Z Compiling buf-list v1.0.3
15672025-07-29T05:21:10.930Z Compiling managed v0.8.0
15682025-07-29T05:21:11.071Z Compiling hubpack v0.1.2
15692025-07-29T05:21:11.334Z Compiling zopfli v0.8.1
15702025-07-29T05:21:11.469Z Compiling thiserror v2.0.12
15712025-07-29T05:21:11.585Z Compiling strum v0.27.2
15722025-07-29T05:21:11.786Z Compiling clap_builder v4.5.41
15732025-07-29T05:21:11.813Z Compiling elliptic-curve v0.13.8
15742025-07-29T05:21:12.582Z Compiling tower-http v0.6.6
15752025-07-29T05:21:12.988Z Compiling toml_edit v0.19.15
15762025-07-29T05:21:13.130Z Compiling hyper-tls v0.6.0
15772025-07-29T05:21:13.369Z Compiling backtrace v0.3.74
15782025-07-29T05:21:13.509Z Compiling oxnet v0.1.3
15792025-07-29T05:21:13.857Z Compiling signal-hook-mio v0.2.4
15802025-07-29T05:21:14.049Z Compiling cookie_store v0.21.1
15812025-07-29T05:21:14.184Z Compiling zstd v0.13.3
15822025-07-29T05:21:15.240Z Compiling postgres-types v0.2.9
15832025-07-29T05:21:15.393Z Compiling usdt-attr-macro v0.5.0
15842025-07-29T05:21:15.810Z Compiling usdt-macro v0.5.0
15852025-07-29T05:21:16.363Z Compiling phf v0.11.2
15862025-07-29T05:21:16.644Z Compiling ed25519 v2.2.3
15872025-07-29T05:21:16.730Z Compiling bzip2 v0.4.4
15882025-07-29T05:21:17.048Z Compiling bzip2 v0.5.2
15892025-07-29T05:21:17.092Z Compiling strum_macros v0.26.4
15902025-07-29T05:21:17.424Z Compiling pkcs1 v0.7.5
15912025-07-29T05:21:18.259Z Compiling serde-big-array v0.5.1
15922025-07-29T05:21:18.300Z Compiling serde_urlencoded v0.7.1
15932025-07-29T05:21:18.501Z Compiling rfc6979 v0.4.0
15942025-07-29T05:21:18.539Z Compiling bstr v1.10.0
15952025-07-29T05:21:18.697Z Compiling clap_derive v4.5.41
15962025-07-29T05:21:18.783Z Compiling enum-as-inner v0.6.1
15972025-07-29T05:21:18.858Z Compiling serde_repr v0.1.19
15982025-07-29T05:21:19.162Z Compiling daft-derive v0.1.4
15992025-07-29T05:21:19.646Z Compiling float-cmp v0.10.0
16002025-07-29T05:21:19.802Z Compiling socket2 v0.5.10
16012025-07-29T05:21:19.828Z Compiling encoding_rs v0.8.34
16022025-07-29T05:21:19.869Z Compiling static_assertions v1.1.0
16032025-07-29T05:21:20.017Z Compiling normalize-line-endings v0.3.0
16042025-07-29T05:21:20.172Z Compiling fixedbitset v0.4.2
16052025-07-29T05:21:20.516Z Compiling whoami v1.5.2
16062025-07-29T05:21:20.599Z Compiling precomputed-hash v0.1.1
16072025-07-29T05:21:20.663Z Compiling mime v0.3.17
16082025-07-29T05:21:20.748Z Compiling new_debug_unreachable v1.0.6
16092025-07-29T05:21:20.816Z Compiling difflib v0.4.0
16102025-07-29T05:21:20.876Z Compiling unicode-segmentation v1.12.0
16112025-07-29T05:21:21.090Z Compiling data-encoding v2.9.0
16122025-07-29T05:21:21.146Z Compiling predicates-core v1.0.8
16132025-07-29T05:21:21.464Z Compiling similar v2.7.0
16142025-07-29T05:21:21.589Z Compiling predicates v3.1.3
16152025-07-29T05:21:21.976Z Compiling hickory-proto v0.25.2
16162025-07-29T05:21:22.262Z Compiling clap v4.5.41
16172025-07-29T05:21:22.394Z Compiling toml_edit v0.22.27
16182025-07-29T05:21:22.609Z Compiling tokio-postgres v0.7.13
16192025-07-29T05:21:22.880Z Compiling console v0.15.10
16202025-07-29T05:21:22.921Z Compiling string_cache v0.8.9
16212025-07-29T05:21:23.200Z Compiling strum v0.26.3
16222025-07-29T05:21:23.347Z Compiling daft v0.1.4
16232025-07-29T05:21:23.404Z Compiling petgraph v0.6.5
16242025-07-29T05:21:23.849Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16252025-07-29T05:21:23.999Z Compiling usdt v0.5.0
16262025-07-29T05:21:24.465Z Compiling ecdsa v0.16.9
16272025-07-29T05:21:24.694Z Compiling rsa v0.9.6
16282025-07-29T05:21:25.196Z Compiling zip v4.2.0
16292025-07-29T05:21:26.577Z Compiling zip v0.6.6
16302025-07-29T05:21:27.137Z Compiling ed25519-dalek v2.1.1
16312025-07-29T05:21:27.164Z Compiling toml v0.7.8
16322025-07-29T05:21:28.407Z Compiling crossterm v0.28.1
16332025-07-29T05:21:29.587Z Compiling crossbeam-epoch v0.9.18
16342025-07-29T05:21:29.881Z Compiling tokio-stream v0.1.17
16352025-07-29T05:21:30.122Z Compiling openapiv3 v2.2.0
16362025-07-29T05:21:30.300Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16372025-07-29T05:21:30.689Z Compiling x509-cert v0.2.5
16382025-07-29T05:21:30.760Z Compiling sha1 v0.10.6
16392025-07-29T05:21:31.048Z Compiling itertools v0.10.5
16402025-07-29T05:21:31.142Z Compiling itertools v0.13.0
16412025-07-29T05:21:31.187Z Compiling dirs-sys-next v0.1.2
16422025-07-29T05:21:31.709Z Compiling winnow v0.6.26
16432025-07-29T05:21:31.958Z Compiling lalrpop-util v0.19.12
16442025-07-29T05:21:32.134Z Compiling rustc-hash v2.1.1
16452025-07-29T05:21:32.304Z Compiling peg-runtime v0.8.5
16462025-07-29T05:21:32.331Z Compiling dirs-next v2.0.0
16472025-07-29T05:21:32.505Z Compiling thread_local v1.1.8
16482025-07-29T05:21:32.794Z Compiling slog-async v2.8.0
16492025-07-29T05:21:32.923Z Compiling term v0.7.0
16502025-07-29T05:21:33.237Z Compiling crossbeam-channel v0.5.15
16512025-07-29T05:21:33.333Z Compiling xattr v1.3.1
16522025-07-29T05:21:33.389Z Compiling futures-executor v0.3.31
16532025-07-29T05:21:33.602Z Compiling filetime v0.2.25
16542025-07-29T05:21:33.669Z Compiling is-terminal v0.4.13
16552025-07-29T05:21:33.816Z Compiling take_mut v0.2.2
16562025-07-29T05:21:33.843Z Compiling tar v0.4.44
16572025-07-29T05:21:33.898Z Compiling slog-term v2.9.1
16582025-07-29T05:21:34.008Z Compiling futures v0.3.31
16592025-07-29T05:21:34.120Z Compiling camino v1.1.10
16602025-07-29T05:21:39.253Z Compiling aws-lc-sys v0.26.0
16612025-07-29T05:22:11.481Z Compiling rustls-webpki v0.102.8
16622025-07-29T05:22:17.419Z Compiling tokio-rustls v0.26.0
16632025-07-29T05:22:17.740Z Compiling hyper-rustls v0.27.7
16642025-07-29T05:22:18.077Z Compiling reqwest v0.12.22
16652025-07-29T05:22:22.098Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16662025-07-29T05:22:22.456Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16672025-07-29T05:22:27.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
16682025-07-29T05:22:28.026Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16692025-07-29T05:22:28.097ZJul 29 05:22:27.995 INFO Starting download, target: Cockroach
16702025-07-29T05:22:28.097ZJul 29 05:22:27.995 INFO Starting download, target: Console
16712025-07-29T05:22:28.097ZJul 29 05:22:27.995 INFO Starting download, target: Clickhouse
16722025-07-29T05:22:28.124ZJul 29 05:22:27.995 INFO Starting download, target: DendriteStub
16732025-07-29T05:22:28.125ZJul 29 05:22:27.995 INFO Starting download, target: MaghemiteMgd
16742025-07-29T05:22:28.125ZJul 29 05:22:27.995 INFO Starting download, target: TransceiverControl
16752025-07-29T05:22:28.125ZJul 29 05:22:27.997 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16762025-07-29T05:22:28.125ZJul 29 05:22:27.997 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16772025-07-29T05:22:28.125ZJul 29 05:22:27.997 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16782025-07-29T05:22:28.125ZJul 29 05:22:27.997 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16792025-07-29T05:22:28.125ZJul 29 05:22:27.997 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16802025-07-29T05:22:28.125ZJul 29 05:22:27.998 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16812025-07-29T05:22:28.436ZJul 29 05:22:28.322 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16822025-07-29T05:22:28.783ZJul 29 05:22:28.679 INFO Download complete, target: Console
16832025-07-29T05:22:28.957ZJul 29 05:22:28.850 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16842025-07-29T05:22:29.328ZJul 29 05:22:29.225 INFO Download complete, target: TransceiverControl
16852025-07-29T05:22:30.847ZJul 29 05:22:30.745 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16862025-07-29T05:22:32.139ZJul 29 05:22:32.036 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16872025-07-29T05:22:32.927ZJul 29 05:22:32.825 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16882025-07-29T05:22:32.928ZJul 29 05:22:32.825 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16892025-07-29T05:22:34.196ZJul 29 05:22:34.094 INFO Download complete, target: MaghemiteMgd
16902025-07-29T05:22:35.623ZJul 29 05:22:35.519 INFO Download complete, target: DendriteStub
16912025-07-29T05:22:40.175ZJul 29 05:22:40.072 INFO Checking that binary works, target: Cockroach
16922025-07-29T05:22:40.378ZJul 29 05:22:40.276 INFO Download complete, target: Cockroach
16932025-07-29T05:22:55.971ZJul 29 05:22:55.868 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16942025-07-29T05:23:06.977ZJul 29 05:23:06.873 INFO Checking that binary works, target: Clickhouse
16952025-07-29T05:23:07.103ZJul 29 05:23:07.001 INFO Download complete, target: Clickhouse
16962025-07-29T05:23:07.130ZAll builder prerequisites installed successfully, and PATH looks valid
16972025-07-29T05:23:07.157Z
16982025-07-29T05:23:07.157Zreal 5:20.474983819
16992025-07-29T05:23:07.157Zuser 14:59.830899745
17002025-07-29T05:23:07.157Zsys 2:32.583662477
17012025-07-29T05:23:07.157Ztrap 0.559556624
17022025-07-29T05:23:07.157Ztflt 0.427726393
17032025-07-29T05:23:07.158Zdflt 1.281908457
17042025-07-29T05:23:07.158Zkflt 0.009851988
17052025-07-29T05:23:07.158Zlock 42:39.146683930
17062025-07-29T05:23:07.158Zslp 55:10.816914270
17072025-07-29T05:23:07.158Zlat 1:16.265949290
17082025-07-29T05:23:07.158Zstop 2:48.862783704
17092025-07-29T05:23:07.158Z+ banner hack-check
17102025-07-29T05:23:07.158Z
17112025-07-29T05:23:07.158Z # # ## #### # # #### # # ###### #### # #
17122025-07-29T05:23:07.158Z # # # # # # # # # # # # # # # # #
17132025-07-29T05:23:07.158Z ###### # # # #### ##### # ###### ##### # ####
17142025-07-29T05:23:07.158Z # # ###### # # # # # # # # # #
17152025-07-29T05:23:07.158Z # # # # # # # # # # # # # # # # #
17162025-07-29T05:23:07.158Z # # # # #### # # #### # # ###### #### # #
17172025-07-29T05:23:07.158Z
17182025-07-29T05:23:07.158Z+ export CARGO_INCREMENTAL=0
17192025-07-29T05:23:07.158Z+ CARGO_INCREMENTAL=0
17202025-07-29T05:23:07.158Z+ ptime -m timeout 2h cargo xtask check-features --ci
17212025-07-29T05:23:08.032Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17222025-07-29T05:23:08.472Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17232025-07-29T05:23:12.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s
17242025-07-29T05:23:12.351Z Running `target/debug/xtask check-features --ci`
17252025-07-29T05:23:12.395Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17262025-07-29T05:23:12.395Zrunning: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17272025-07-29T05:23:13.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17282025-07-29T05:23:13.195Z Running `target/debug/xtask download cargo-hack`
17292025-07-29T05:23:14.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302025-07-29T05:23:14.824Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312025-07-29T05:23:19.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
17322025-07-29T05:23:19.717Z Running `target/debug/xtask-downloader cargo-hack`
17332025-07-29T05:23:19.770ZJul 29 05:23:19.668 INFO Starting download, target: CargoHack
17342025-07-29T05:23:19.797ZJul 29 05:23:19.670 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17352025-07-29T05:23:20.223ZJul 29 05:23:20.119 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17362025-07-29T05:23:20.315ZJul 29 05:23:20.213 INFO Download complete, target: CargoHack
17372025-07-29T05:23:20.342Zrunning: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17382025-07-29T05:23:20.369Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17392025-07-29T05:23:20.600Zinfo: running `cargo check --bins` on api_identity (1/221)
17402025-07-29T05:23:21.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-07-29T05:23:21.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-07-29T05:23:21.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-07-29T05:23:21.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
17442025-07-29T05:23:21.535Z
17452025-07-29T05:23:21.535Zinfo: running `cargo check --bins` on bootstore (2/221)
17462025-07-29T05:23:22.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-07-29T05:23:22.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-07-29T05:23:22.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-07-29T05:23:22.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
17502025-07-29T05:23:22.499Z
17512025-07-29T05:23:22.499Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/221)
17522025-07-29T05:23:23.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-07-29T05:23:23.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-07-29T05:23:23.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-07-29T05:23:23.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
17562025-07-29T05:23:23.435Z
17572025-07-29T05:23:23.435Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221)
17582025-07-29T05:23:24.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-07-29T05:23:24.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-07-29T05:23:24.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-07-29T05:23:24.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
17622025-07-29T05:23:24.387Z
17632025-07-29T05:23:24.387Zinfo: running `cargo check --bins` on id-map (5/221)
17642025-07-29T05:23:25.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-07-29T05:23:25.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-07-29T05:23:25.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-07-29T05:23:25.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
17682025-07-29T05:23:25.317Z
17692025-07-29T05:23:25.317Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221)
17702025-07-29T05:23:25.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-07-29T05:23:25.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-07-29T05:23:25.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-07-29T05:23:25.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17742025-07-29T05:23:26.040Z
17752025-07-29T05:23:26.040Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221)
17762025-07-29T05:23:26.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-07-29T05:23:26.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-07-29T05:23:26.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-07-29T05:23:26.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17802025-07-29T05:23:26.766Z
17812025-07-29T05:23:26.766Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221)
17822025-07-29T05:23:27.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-07-29T05:23:27.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-07-29T05:23:27.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-07-29T05:23:27.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17862025-07-29T05:23:27.492Z
17872025-07-29T05:23:27.492Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221)
17882025-07-29T05:23:28.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-07-29T05:23:28.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-07-29T05:23:28.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-07-29T05:23:28.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17922025-07-29T05:23:28.230Z
17932025-07-29T05:23:28.230Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221)
17942025-07-29T05:23:28.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-07-29T05:23:28.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-07-29T05:23:28.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-07-29T05:23:28.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17982025-07-29T05:23:28.936Z
17992025-07-29T05:23:28.936Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221)
18002025-07-29T05:23:29.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-07-29T05:23:29.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-07-29T05:23:29.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-07-29T05:23:29.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18042025-07-29T05:23:29.655Z
18052025-07-29T05:23:29.655Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221)
18062025-07-29T05:23:30.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-07-29T05:23:30.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-07-29T05:23:30.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-07-29T05:23:30.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18102025-07-29T05:23:30.366Z
18112025-07-29T05:23:30.366Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221)
18122025-07-29T05:23:31.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-07-29T05:23:31.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-07-29T05:23:31.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-07-29T05:23:31.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18162025-07-29T05:23:31.090Z
18172025-07-29T05:23:31.090Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221)
18182025-07-29T05:23:31.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-07-29T05:23:31.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-07-29T05:23:31.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-07-29T05:23:31.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18222025-07-29T05:23:31.789Z
18232025-07-29T05:23:31.789Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221)
18242025-07-29T05:23:32.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-07-29T05:23:32.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-07-29T05:23:32.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-07-29T05:23:32.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18282025-07-29T05:23:32.520Z
18292025-07-29T05:23:32.520Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221)
18302025-07-29T05:23:33.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-07-29T05:23:33.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-07-29T05:23:33.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-07-29T05:23:33.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18342025-07-29T05:23:33.245Z
18352025-07-29T05:23:33.245Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221)
18362025-07-29T05:23:33.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-07-29T05:23:33.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-07-29T05:23:33.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-07-29T05:23:33.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18402025-07-29T05:23:33.982Z
18412025-07-29T05:23:33.982Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221)
18422025-07-29T05:23:34.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-07-29T05:23:34.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-07-29T05:23:34.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-07-29T05:23:34.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18462025-07-29T05:23:34.720Z
18472025-07-29T05:23:34.720Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221)
18482025-07-29T05:23:35.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-07-29T05:23:35.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-07-29T05:23:35.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-07-29T05:23:35.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18522025-07-29T05:23:35.461Z
18532025-07-29T05:23:35.461Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221)
18542025-07-29T05:23:36.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-07-29T05:23:36.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-07-29T05:23:36.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-07-29T05:23:36.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18582025-07-29T05:23:36.191Z
18592025-07-29T05:23:36.191Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221)
18602025-07-29T05:23:36.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-07-29T05:23:36.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-07-29T05:23:36.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-07-29T05:23:36.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18642025-07-29T05:23:36.920Z
18652025-07-29T05:23:36.920Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221)
18662025-07-29T05:23:37.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-07-29T05:23:37.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-07-29T05:23:37.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-07-29T05:23:37.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18702025-07-29T05:23:37.627Z
18712025-07-29T05:23:37.627Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221)
18722025-07-29T05:23:38.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-07-29T05:23:38.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-07-29T05:23:38.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-07-29T05:23:38.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18762025-07-29T05:23:38.353Z
18772025-07-29T05:23:38.353Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221)
18782025-07-29T05:23:38.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-07-29T05:23:39.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-07-29T05:23:39.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-07-29T05:23:39.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18822025-07-29T05:23:39.073Z
18832025-07-29T05:23:39.073Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221)
18842025-07-29T05:23:39.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-07-29T05:23:39.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-07-29T05:23:39.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-07-29T05:23:39.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18882025-07-29T05:23:39.824Z
18892025-07-29T05:23:39.824Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221)
18902025-07-29T05:23:40.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-07-29T05:23:40.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-07-29T05:23:40.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-07-29T05:23:40.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18942025-07-29T05:23:40.571Z
18952025-07-29T05:23:40.571Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221)
18962025-07-29T05:23:41.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-07-29T05:23:41.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-07-29T05:23:41.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-07-29T05:23:41.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
19002025-07-29T05:23:41.312Z
19012025-07-29T05:23:41.312Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221)
19022025-07-29T05:23:41.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-07-29T05:23:41.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-07-29T05:23:41.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-07-29T05:23:41.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19062025-07-29T05:23:42.048Z
19072025-07-29T05:23:42.048Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221)
19082025-07-29T05:23:42.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-07-29T05:23:42.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-07-29T05:23:42.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-07-29T05:23:42.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
19122025-07-29T05:23:42.790Z
19132025-07-29T05:23:42.790Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221)
19142025-07-29T05:23:43.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-07-29T05:23:43.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-07-29T05:23:43.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-07-29T05:23:43.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19182025-07-29T05:23:43.513Z
19192025-07-29T05:23:43.513Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221)
19202025-07-29T05:23:44.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-07-29T05:23:44.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-07-29T05:23:44.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232025-07-29T05:23:44.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19242025-07-29T05:23:44.217Z
19252025-07-29T05:23:44.217Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221)
19262025-07-29T05:23:44.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272025-07-29T05:23:44.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282025-07-29T05:23:44.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292025-07-29T05:23:44.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19302025-07-29T05:23:44.941Z
19312025-07-29T05:23:44.942Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221)
19322025-07-29T05:23:45.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332025-07-29T05:23:45.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342025-07-29T05:23:45.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352025-07-29T05:23:45.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19362025-07-29T05:23:45.673Z
19372025-07-29T05:23:45.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221)
19382025-07-29T05:23:46.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392025-07-29T05:23:46.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402025-07-29T05:23:46.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412025-07-29T05:23:46.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19422025-07-29T05:23:46.403Z
19432025-07-29T05:23:46.403Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221)
19442025-07-29T05:23:47.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452025-07-29T05:23:47.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462025-07-29T05:23:47.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472025-07-29T05:23:47.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19482025-07-29T05:23:47.138Z
19492025-07-29T05:23:47.138Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221)
19502025-07-29T05:23:47.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512025-07-29T05:23:47.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522025-07-29T05:23:47.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532025-07-29T05:23:47.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19542025-07-29T05:23:47.871Z
19552025-07-29T05:23:47.871Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221)
19562025-07-29T05:23:48.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572025-07-29T05:23:48.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582025-07-29T05:23:48.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592025-07-29T05:23:48.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19602025-07-29T05:23:48.605Z
19612025-07-29T05:23:48.605Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221)
19622025-07-29T05:23:49.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632025-07-29T05:23:49.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642025-07-29T05:23:49.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652025-07-29T05:23:49.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19662025-07-29T05:23:49.329Z
19672025-07-29T05:23:49.329Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221)
19682025-07-29T05:23:49.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692025-07-29T05:23:50.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702025-07-29T05:23:50.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712025-07-29T05:23:50.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19722025-07-29T05:23:50.071Z
19732025-07-29T05:23:50.071Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221)
19742025-07-29T05:23:50.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752025-07-29T05:23:50.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762025-07-29T05:23:50.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772025-07-29T05:23:50.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19782025-07-29T05:23:50.885Z
19792025-07-29T05:23:50.885Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221)
19802025-07-29T05:23:51.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812025-07-29T05:23:51.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822025-07-29T05:23:51.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832025-07-29T05:23:51.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
19842025-07-29T05:23:51.649Z
19852025-07-29T05:23:51.649Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221)
19862025-07-29T05:23:52.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872025-07-29T05:23:52.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882025-07-29T05:23:52.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892025-07-29T05:23:52.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
19902025-07-29T05:23:52.413Z
19912025-07-29T05:23:52.413Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221)
19922025-07-29T05:23:53.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932025-07-29T05:23:53.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942025-07-29T05:23:53.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952025-07-29T05:23:53.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
19962025-07-29T05:23:53.169Z
19972025-07-29T05:23:53.169Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221)
19982025-07-29T05:23:53.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992025-07-29T05:23:53.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002025-07-29T05:23:53.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012025-07-29T05:23:53.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20022025-07-29T05:23:53.903Z
20032025-07-29T05:23:53.903Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221)
20042025-07-29T05:23:54.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052025-07-29T05:23:54.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062025-07-29T05:23:54.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072025-07-29T05:23:54.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20082025-07-29T05:23:54.672Z
20092025-07-29T05:23:54.672Zinfo: running `cargo check --bins` on sled-hardware-types (46/221)
20102025-07-29T05:23:55.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112025-07-29T05:23:55.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122025-07-29T05:23:55.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132025-07-29T05:23:55.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
20142025-07-29T05:23:55.684Z
20152025-07-29T05:23:55.684Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/221)
20162025-07-29T05:23:56.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172025-07-29T05:23:56.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182025-07-29T05:23:56.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192025-07-29T05:23:56.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
20202025-07-29T05:23:56.712Z
20212025-07-29T05:23:56.712Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221)
20222025-07-29T05:23:57.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232025-07-29T05:23:57.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242025-07-29T05:23:57.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252025-07-29T05:23:57.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
20262025-07-29T05:23:57.763Z
20272025-07-29T05:23:57.763Zinfo: running `cargo check --bins` on oxlog (49/221)
20282025-07-29T05:23:58.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292025-07-29T05:23:58.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302025-07-29T05:23:58.757Z Checking cfg-if v1.0.1
20312025-07-29T05:23:58.784Z Checking libc v0.2.174
20322025-07-29T05:23:58.811Z Checking serde v1.0.219
20332025-07-29T05:23:58.812Z Checking zeroize v1.8.1
20342025-07-29T05:23:58.812Z Checking memchr v2.7.4
20352025-07-29T05:23:58.812Z Checking typenum v1.17.0
20362025-07-29T05:23:58.812Z Checking smallvec v1.15.1
20372025-07-29T05:23:58.839Z Checking value-bag v1.9.0
20382025-07-29T05:23:58.950Z Checking subtle v2.6.1
20392025-07-29T05:23:59.132Z Checking scopeguard v1.2.0
20402025-07-29T05:23:59.216Z Checking const-oid v0.9.6
20412025-07-29T05:23:59.244Z Checking itoa v1.0.11
20422025-07-29T05:23:59.282Z Checking lock_api v0.4.12
20432025-07-29T05:23:59.309Z Checking log v0.4.27
20442025-07-29T05:23:59.452Z Checking stable_deref_trait v1.2.0
20452025-07-29T05:23:59.567Z Checking zerofrom v0.1.4
20462025-07-29T05:23:59.599Z Checking byteorder v1.5.0
20472025-07-29T05:23:59.648Z Checking pin-project-lite v0.2.14
20482025-07-29T05:23:59.701Z Checking generic-array v0.14.7
20492025-07-29T05:23:59.767Z Checking portable-atomic v1.11.0
20502025-07-29T05:23:59.793Z Checking yoke v0.7.4
20512025-07-29T05:23:59.820Z Checking getrandom v0.2.15
20522025-07-29T05:23:59.820Z Checking parking_lot_core v0.9.10
20532025-07-29T05:23:59.979Z Checking signal-hook-registry v1.4.2
20542025-07-29T05:24:00.070Z Checking rand_core v0.6.4
20552025-07-29T05:24:00.129Z Checking mio v1.0.2
20562025-07-29T05:24:00.156Z Checking parking_lot v0.12.3
20572025-07-29T05:24:00.241Z Checking critical-section v1.1.3
20582025-07-29T05:24:00.376Z Checking zerovec v0.10.4
20592025-07-29T05:24:00.410Z Checking socket2 v0.6.0
20602025-07-29T05:24:00.489Z Checking futures-core v0.3.31
20612025-07-29T05:24:00.670Z Checking cpufeatures v0.2.14
20622025-07-29T05:24:00.697Z Checking litemap v0.7.3
20632025-07-29T05:24:00.724Z Checking once_cell v1.21.3
20642025-07-29T05:24:00.724Z Checking crypto-common v0.1.6
20652025-07-29T05:24:00.751Z Checking block-buffer v0.10.4
20662025-07-29T05:24:00.788Z Checking writeable v0.5.5
20672025-07-29T05:24:00.856Z Checking block-padding v0.3.3
20682025-07-29T05:24:00.930Z Checking getrandom v0.3.1
20692025-07-29T05:24:00.991Z Checking digest v0.10.7
20702025-07-29T05:24:01.018Z Checking percent-encoding v2.3.1
20712025-07-29T05:24:01.045Z Checking zerocopy v0.7.35
20722025-07-29T05:24:01.078Z Checking inout v0.1.3
20732025-07-29T05:24:01.106Z Checking libm v0.2.8
20742025-07-29T05:24:01.163Z Checking icu_locid_transform_data v1.5.0
20752025-07-29T05:24:01.227Z Checking futures-sink v0.3.31
20762025-07-29T05:24:01.270Z Checking equivalent v1.0.2
20772025-07-29T05:24:01.314Z Checking foldhash v0.1.5
20782025-07-29T05:24:01.344Z Checking hmac v0.12.1
20792025-07-29T05:24:01.376Z Checking allocator-api2 v0.2.21
20802025-07-29T05:24:01.403Z Checking ryu v1.0.18
20812025-07-29T05:24:01.555Z Checking sha2 v0.10.9
20822025-07-29T05:24:01.582Z Checking cipher v0.4.4
20832025-07-29T05:24:01.630Z Checking slab v0.4.9
20842025-07-29T05:24:01.756Z Checking tinystr v0.7.6
20852025-07-29T05:24:01.871Z Checking num-traits v0.2.19
20862025-07-29T05:24:01.898Z Checking icu_collections v1.5.0
20872025-07-29T05:24:01.933Z Checking hashbrown v0.15.4
20882025-07-29T05:24:01.963Z Checking base64ct v1.6.0
20892025-07-29T05:24:02.034Z Checking icu_properties_data v1.5.0
20902025-07-29T05:24:02.085Z Checking icu_locid v1.5.0
20912025-07-29T05:24:02.122Z Checking utf8_iter v1.0.4
20922025-07-29T05:24:02.260Z Checking flagset v0.4.6
20932025-07-29T05:24:02.325Z Checking utf16_iter v1.0.5
20942025-07-29T05:24:02.361Z Checking pem-rfc7468 v0.7.0
20952025-07-29T05:24:02.457Z Checking write16 v1.0.0
20962025-07-29T05:24:02.503Z Checking icu_normalizer_data v1.5.0
20972025-07-29T05:24:02.530Z Checking ppv-lite86 v0.2.20
20982025-07-29T05:24:02.597Z Checking salsa20 v0.10.2
20992025-07-29T05:24:02.623Z Checking pbkdf2 v0.12.2
21002025-07-29T05:24:02.650Z Checking der v0.7.9
21012025-07-29T05:24:02.802Z Checking futures-channel v0.3.31
21022025-07-29T05:24:02.829Z Checking bytes v1.10.1
21032025-07-29T05:24:02.830Z Checking bitflags v2.9.1
21042025-07-29T05:24:02.897Z Checking indexmap v2.10.0
21052025-07-29T05:24:02.951Z Checking icu_provider v1.5.0
21062025-07-29T05:24:03.099Z Checking serde_json v1.0.141
21072025-07-29T05:24:03.143Z Checking zerocopy v0.8.26
21082025-07-29T05:24:03.170Z Checking futures-task v0.3.31
21092025-07-29T05:24:03.170Z Checking futures-io v0.3.31
21102025-07-29T05:24:03.371Z Checking fnv v1.0.7
21112025-07-29T05:24:03.404Z Checking pin-utils v0.1.0
21122025-07-29T05:24:03.506Z Checking scrypt v0.11.0
21132025-07-29T05:24:03.533Z Checking futures-util v0.3.31
21142025-07-29T05:24:03.560Z Checking icu_locid_transform v1.5.0
21152025-07-29T05:24:03.726Z Checking tokio v1.47.0
21162025-07-29T05:24:03.759Z Checking http v1.3.1
21172025-07-29T05:24:03.989Z Checking aes v0.8.4
21182025-07-29T05:24:04.146Z Checking spki v0.7.3
21192025-07-29T05:24:04.419Z Checking icu_properties v1.5.1
21202025-07-29T05:24:04.446Z Checking cbc v0.1.2
21212025-07-29T05:24:04.501Z Checking form_urlencoded v1.2.1
21222025-07-29T05:24:04.647Z Checking uuid v1.17.0
21232025-07-29T05:24:04.708Z Checking tracing-core v0.1.32
21242025-07-29T05:24:04.747Z Checking pkcs5 v0.7.1
21252025-07-29T05:24:04.866Z Checking http-body v1.0.1
21262025-07-29T05:24:05.110Z Checking tinyvec_macros v0.1.1
21272025-07-29T05:24:05.227Z Compiling newtype-uuid v1.2.4
21282025-07-29T05:24:05.254Z Checking rustls-pki-types v1.10.0
21292025-07-29T05:24:05.283Z Checking pkcs8 v0.10.2
21302025-07-29T05:24:05.355Z Checking tracing v0.1.40
21312025-07-29T05:24:05.495Z Checking base64 v0.22.1
21322025-07-29T05:24:05.584Z Checking iana-time-zone v0.1.63
21332025-07-29T05:24:05.723Z Checking tinyvec v1.8.0
21342025-07-29T05:24:05.750Z Checking aws-lc-sys v0.26.0
21352025-07-29T05:24:05.777Z Checking chrono v0.4.41
21362025-07-29T05:24:05.934Z Checking errno v0.3.12
21372025-07-29T05:24:06.058Z Checking rand_core v0.9.2
21382025-07-29T05:24:06.130Z Checking spin v0.9.8
21392025-07-29T05:24:06.365Z Checking adler2 v2.0.0
21402025-07-29T05:24:06.450Z Checking untrusted v0.9.0
21412025-07-29T05:24:06.535Z Checking try-lock v0.2.5
21422025-07-29T05:24:06.632Z Checking tower-service v0.3.3
21432025-07-29T05:24:06.695Z Checking untrusted v0.7.1
21442025-07-29T05:24:06.769Z Checking atomic-waker v1.1.2
21452025-07-29T05:24:06.857Z Checking foreign-types-shared v0.1.1
21462025-07-29T05:24:06.888Z Checking openssl-probe v0.1.5
21472025-07-29T05:24:06.925Z Checking want v0.3.1
21482025-07-29T05:24:06.985Z Checking foreign-types v0.3.2
21492025-07-29T05:24:07.059Z Checking ring v0.17.14
21502025-07-29T05:24:07.088Z Checking miniz_oxide v0.8.5
21512025-07-29T05:24:07.123Z Checking rand_chacha v0.9.0
21522025-07-29T05:24:07.339Z Checking icu_normalizer v1.5.0
21532025-07-29T05:24:07.477Z Checking ipnet v2.11.0
21542025-07-29T05:24:07.503Z Checking httparse v1.9.5
21552025-07-29T05:24:07.530Z Checking openssl-sys v0.9.109
21562025-07-29T05:24:07.653Z Checking aws-lc-rs v1.12.4
21572025-07-29T05:24:07.744Z Checking thiserror v1.0.69
21582025-07-29T05:24:07.892Z Checking aho-corasick v1.1.3
21592025-07-29T05:24:07.919Z Checking unicode-ident v1.0.18
21602025-07-29T05:24:07.954Z Checking powerfmt v0.2.0
21612025-07-29T05:24:08.030Z Checking idna_adapter v1.2.0
21622025-07-29T05:24:08.088Z Checking regex-syntax v0.8.5
21632025-07-29T05:24:08.227Z Checking httpdate v1.0.3
21642025-07-29T05:24:08.254Z Checking idna v1.0.3
21652025-07-29T05:24:08.458Z Checking deranged v0.3.11
21662025-07-29T05:24:08.531Z Checking openssl v0.10.73
21672025-07-29T05:24:08.681Z Checking url v2.5.4
21682025-07-29T05:24:09.040Z Checking proc-macro2 v1.0.95
21692025-07-29T05:24:09.223Z Checking rustls-webpki v0.102.8
21702025-07-29T05:24:09.287Z Checking rand v0.9.1
21712025-07-29T05:24:09.476Z Checking unicode-normalization v0.1.24
21722025-07-29T05:24:09.591Z Checking rustix v0.38.37
21732025-07-29T05:24:09.645Z Checking crossbeam-utils v0.8.21
21742025-07-29T05:24:09.935Z Checking semver v1.0.26
21752025-07-29T05:24:10.150Z Checking tokio-util v0.7.15
21762025-07-29T05:24:10.224Z Checking bzip2-sys v0.1.13+1.0.8
21772025-07-29T05:24:10.278Z Checking signature v2.2.0
21782025-07-29T05:24:10.318Z Checking scroll v0.12.0
21792025-07-29T05:24:10.352Z Checking crc32fast v1.4.2
21802025-07-29T05:24:10.379Z Checking zlib-rs v0.5.1
21812025-07-29T05:24:10.495Z Checking time-core v0.1.2
21822025-07-29T05:24:10.590Z Checking num_threads v0.1.7
21832025-07-29T05:24:10.661Z Checking unicode-bidi v0.3.17
21842025-07-29T05:24:10.723Z Checking either v1.15.0
21852025-07-29T05:24:10.750Z Checking dyn-clone v1.0.19
21862025-07-29T05:24:10.784Z Checking regex-automata v0.4.8
21872025-07-29T05:24:10.915Z Checking anstyle v1.0.11
21882025-07-29T05:24:11.073Z Checking h2 v0.4.6
21892025-07-29T05:24:11.100Z Checking siphasher v0.3.11
21902025-07-29T05:24:11.209Z Checking utf8parse v0.2.2
21912025-07-29T05:24:11.241Z Checking plain v0.2.3
21922025-07-29T05:24:11.371Z Checking num-conv v0.1.0
21932025-07-29T05:24:11.405Z Checking unicode-properties v0.1.3
21942025-07-29T05:24:11.435Z Checking ucd-trie v0.1.7
21952025-07-29T05:24:11.607Z Checking time v0.3.36
21962025-07-29T05:24:11.655Z Checking pest v2.7.14
21972025-07-29T05:24:11.716Z Checking stringprep v0.1.5
21982025-07-29T05:24:11.956Z Checking goblin v0.8.2
21992025-07-29T05:24:12.005Z Checking libz-rs-sys v0.5.1
22002025-07-29T05:24:12.203Z Checking phf_shared v0.11.2
22012025-07-29T05:24:12.411Z Checking anstyle-parse v0.2.5
22022025-07-29T05:24:12.468Z Checking schemars v0.8.22
22032025-07-29T05:24:12.669Z Checking crossbeam-epoch v0.9.18
22042025-07-29T05:24:13.110Z Checking rustls v0.23.19
22052025-07-29T05:24:13.138Z Checking native-tls v0.2.12
22062025-07-29T05:24:13.446Z Checking quote v1.0.40
22072025-07-29T05:24:13.771Z Checking rand_chacha v0.3.1
22082025-07-29T05:24:13.799Z Checking num-integer v0.1.46
22092025-07-29T05:24:13.882Z Checking toml_datetime v0.6.11
22102025-07-29T05:24:14.053Z Checking serde_spanned v0.6.9
22112025-07-29T05:24:14.184Z Checking zstd-sys v2.0.14+zstd.1.5.7
22122025-07-29T05:24:14.245Z Checking md-5 v0.10.6
22132025-07-29T05:24:14.274Z Checking sync_wrapper v1.0.1
22142025-07-29T05:24:14.302Z Checking ff v0.13.0
22152025-07-29T05:24:14.417Z Checking hash32 v0.2.1
22162025-07-29T05:24:14.464Z Checking anstyle-query v1.1.1
22172025-07-29T05:24:14.510Z Checking psl-types v2.0.11
22182025-07-29T05:24:14.552Z Checking colorchoice v1.0.2
22192025-07-29T05:24:14.646Z Checking pretty-hex v0.4.1
22202025-07-29T05:24:14.684Z Checking fallible-iterator v0.2.0
22212025-07-29T05:24:14.718Z Checking tower-layer v0.3.3
22222025-07-29T05:24:14.750Z Checking base16ct v0.2.0
22232025-07-29T05:24:14.780Z Checking gimli v0.31.1
22242025-07-29T05:24:14.846Z Checking is_terminal_polyfill v1.70.1
22252025-07-29T05:24:15.006Z Checking sec1 v0.7.3
22262025-07-29T05:24:15.032Z Checking anstream v0.6.18
22272025-07-29T05:24:15.060Z Checking tower v0.5.2
22282025-07-29T05:24:15.277Z Checking postgres-protocol v0.6.8
22292025-07-29T05:24:15.368Z Checking heapless v0.7.17
22302025-07-29T05:24:15.420Z Checking publicsuffix v2.3.0
22312025-07-29T05:24:15.683Z Checking group v0.13.0
22322025-07-29T05:24:15.710Z Checking zstd-safe v7.2.3
22332025-07-29T05:24:15.863Z Checking num-iter v0.1.45
22342025-07-29T05:24:15.923Z Checking rand v0.8.5
22352025-07-29T05:24:15.990Z Compiling daft v0.1.4
22362025-07-29T05:24:16.044Z Checking ipnetwork v0.21.1
22372025-07-29T05:24:16.170Z Checking syn v2.0.104
22382025-07-29T05:24:16.264Z Checking dof v0.3.0
22392025-07-29T05:24:16.402Z Checking hyper v1.6.0
22402025-07-29T05:24:16.431Z Checking dtrace-parser v0.2.0
22412025-07-29T05:24:16.480Z Checking cookie v0.18.1
22422025-07-29T05:24:16.813Z Checking tokio-native-tls v0.3.1
22432025-07-29T05:24:16.862Z Checking terminal_size v0.4.0
22442025-07-29T05:24:16.906Z Checking flate2 v1.1.2
22452025-07-29T05:24:16.942Z Checking rustls-native-certs v0.8.1
22462025-07-29T05:24:17.040Z Checking lazy_static v1.5.0
22472025-07-29T05:24:17.067Z Checking webpki-roots v1.0.1
22482025-07-29T05:24:17.140Z Checking http-body-util v0.1.3
22492025-07-29T05:24:17.172Z Checking signal-hook v0.3.18
22502025-07-29T05:24:17.243Z Checking hkdf v0.12.4
22512025-07-29T05:24:17.450Z Checking crypto-bigint v0.5.5
22522025-07-29T05:24:17.492Z Checking thread-id v4.2.2
22532025-07-29T05:24:17.519Z Checking object v0.36.5
22542025-07-29T05:24:17.545Z Checking lockfree-object-pool v0.1.6
22552025-07-29T05:24:17.622Z Checking bumpalo v3.16.0
22562025-07-29T05:24:17.776Z Checking tokio-rustls v0.26.0
22572025-07-29T05:24:17.804Z Checking iri-string v0.7.8
22582025-07-29T05:24:17.930Z Checking strsim v0.11.1
22592025-07-29T05:24:18.023Z Checking addr2line v0.24.2
22602025-07-29T05:24:18.104Z Checking hyper-util v0.1.16
22612025-07-29T05:24:18.149Z Checking winnow v0.5.40
22622025-07-29T05:24:18.206Z Checking rustc-demangle v0.1.24
22632025-07-29T05:24:18.509Z Checking simd-adler32 v0.3.7
22642025-07-29T05:24:18.594Z Compiling rayon-core v1.12.1
22652025-07-29T05:24:18.819Z Checking managed v0.8.0
22662025-07-29T05:24:18.853Z Checking clap_lex v0.7.4
22672025-07-29T05:24:19.095Z Checking bitflags v1.3.2
22682025-07-29T05:24:19.167Z Checking clap_builder v4.5.41
22692025-07-29T05:24:19.203Z Checking smoltcp v0.9.1
22702025-07-29T05:24:19.701Z Checking elliptic-curve v0.13.8
22712025-07-29T05:24:20.046Z Checking tower-http v0.6.6
22722025-07-29T05:24:20.380Z Checking hyper-rustls v0.27.7
22732025-07-29T05:24:20.407Z Checking hyper-tls v0.6.0
22742025-07-29T05:24:20.481Z Checking zopfli v0.8.1
22752025-07-29T05:24:20.509Z Checking toml_edit v0.19.15
22762025-07-29T05:24:20.572Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22772025-07-29T05:24:20.707Z Checking signal-hook-mio v0.2.4
22782025-07-29T05:24:20.735Z Checking num-bigint-dig v0.8.4
22792025-07-29T05:24:20.852Z Checking cookie_store v0.21.1
22802025-07-29T05:24:20.879Z Checking oxnet v0.1.3
22812025-07-29T05:24:21.130Z Checking zstd v0.13.3
22822025-07-29T05:24:21.236Z Checking postgres-types v0.2.9
22832025-07-29T05:24:21.264Z Checking usdt-impl v0.5.0
22842025-07-29T05:24:21.456Z Checking regex v1.11.1
22852025-07-29T05:24:21.483Z Checking bstr v1.10.0
22862025-07-29T05:24:21.730Z Checking crossbeam-deque v0.8.5
22872025-07-29T05:24:21.758Z Checking phf v0.11.2
22882025-07-29T05:24:21.800Z Checking ed25519 v2.2.3
22892025-07-29T05:24:21.980Z Checking bzip2 v0.4.4
22902025-07-29T05:24:22.008Z Checking bzip2 v0.5.2
22912025-07-29T05:24:22.035Z Checking thiserror v2.0.12
22922025-07-29T05:24:22.091Z Checking curve25519-dalek v4.1.3
22932025-07-29T05:24:22.178Z Checking strum v0.27.2
22942025-07-29T05:24:22.256Z Checking hubpack v0.1.2
22952025-07-29T05:24:22.283Z Checking memoffset v0.9.1
22962025-07-29T05:24:22.351Z Checking pkcs1 v0.7.5
22972025-07-29T05:24:22.402Z Checking serde_urlencoded v0.7.1
22982025-07-29T05:24:22.440Z Checking float-cmp v0.10.0
22992025-07-29T05:24:22.528Z Checking serde-big-array v0.5.1
23002025-07-29T05:24:22.555Z Checking rfc6979 v0.4.0
23012025-07-29T05:24:22.633Z Checking socket2 v0.5.10
23022025-07-29T05:24:22.660Z Checking memmap v0.7.0
23032025-07-29T05:24:22.733Z Checking encoding_rs v0.8.34
23042025-07-29T05:24:22.760Z Checking predicates-core v1.0.8
23052025-07-29T05:24:22.760Z Checking difflib v0.4.0
23062025-07-29T05:24:22.798Z Checking data-encoding v2.9.0
23072025-07-29T05:24:22.826Z Checking backtrace v0.3.74
23082025-07-29T05:24:22.878Z Checking unicode-segmentation v1.12.0
23092025-07-29T05:24:22.961Z Checking new_debug_unreachable v1.0.6
23102025-07-29T05:24:23.059Z Checking toml_write v0.1.2
23112025-07-29T05:24:23.093Z Checking mime v0.3.17
23122025-07-29T05:24:23.120Z Checking unicode-width v0.2.0
23132025-07-29T05:24:23.277Z Checking static_assertions v1.1.0
23142025-07-29T05:24:23.340Z Checking minimal-lexical v0.2.1
23152025-07-29T05:24:23.369Z Checking whoami v1.5.2
23162025-07-29T05:24:23.397Z Checking winnow v0.7.10
23172025-07-29T05:24:23.424Z Checking fixedbitset v0.4.2
23182025-07-29T05:24:23.453Z Checking normalize-line-endings v0.3.0
23192025-07-29T05:24:23.530Z Checking precomputed-hash v0.1.1
23202025-07-29T05:24:23.584Z Checking predicates v3.1.3
23212025-07-29T05:24:23.612Z Checking ed25519-dalek v2.1.1
23222025-07-29T05:24:23.646Z Checking petgraph v0.6.5
23232025-07-29T05:24:23.673Z Checking string_cache v0.8.9
23242025-07-29T05:24:23.673Z Checking tokio-postgres v0.7.13
23252025-07-29T05:24:23.708Z Checking nom v7.1.3
23262025-07-29T05:24:23.956Z Checking console v0.15.10
23272025-07-29T05:24:23.984Z Checking similar v2.7.0
23282025-07-29T05:24:24.136Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23292025-07-29T05:24:24.421Z Checking anyhow v1.0.98
23302025-07-29T05:24:24.504Z Checking reqwest v0.12.22
23312025-07-29T05:24:24.704Z Checking hickory-proto v0.25.2
23322025-07-29T05:24:24.767Z Checking usdt v0.5.0
23332025-07-29T05:24:25.040Z Checking ecdsa v0.16.9
23342025-07-29T05:24:25.709Z Checking rsa v0.9.6
23352025-07-29T05:24:25.769Z Checking toml_edit v0.22.27
23362025-07-29T05:24:25.974Z Checking toml v0.7.8
23372025-07-29T05:24:26.114Z Checking nix v0.29.0
23382025-07-29T05:24:26.313Z Checking zip v4.2.0
23392025-07-29T05:24:26.511Z Checking zip v0.6.6
23402025-07-29T05:24:26.608Z Checking clap v4.5.41
23412025-07-29T05:24:26.730Z Checking crossterm v0.28.1
23422025-07-29T05:24:27.134Z Checking itertools v0.12.1
23432025-07-29T05:24:27.194Z Checking itertools v0.13.0
23442025-07-29T05:24:27.341Z Checking itertools v0.10.5
23452025-07-29T05:24:27.407Z Checking tokio-stream v0.1.17
23462025-07-29T05:24:28.065Z Checking strum v0.26.3
23472025-07-29T05:24:28.100Z Checking fs-err v3.1.1
23482025-07-29T05:24:28.151Z Checking buf-list v1.0.3
23492025-07-29T05:24:28.239Z Checking ahash v0.8.12
23502025-07-29T05:24:28.439Z Checking slog v2.7.0
23512025-07-29T05:24:28.596Z Checking rustix v1.0.7
23522025-07-29T05:24:28.624Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23532025-07-29T05:24:28.652Z Checking openapiv3 v2.2.0
23542025-07-29T05:24:28.857Z Checking x509-cert v0.2.5
23552025-07-29T05:24:28.940Z Checking sha1 v0.10.6
23562025-07-29T05:24:29.137Z Checking winnow v0.6.26
23572025-07-29T05:24:29.207Z Checking peg-runtime v0.8.5
23582025-07-29T05:24:29.234Z Checking rustc-hash v2.1.1
23592025-07-29T05:24:29.329Z Checking lalrpop-util v0.19.12
23602025-07-29T05:24:29.401Z Checking unicode-xid v0.2.6
23612025-07-29T05:24:29.441Z Checking rayon v1.10.0
23622025-07-29T05:24:29.584Z Checking camino v1.1.10
23632025-07-29T05:24:29.611Z Checking sigpipe v0.1.3
23642025-07-29T05:24:29.723Z Checking jiff v0.2.15
23652025-07-29T05:24:30.063Z Checking glob v0.3.2
23662025-07-29T05:24:34.899Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672025-07-29T05:24:35.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.68s
23682025-07-29T05:24:35.621Z
23692025-07-29T05:24:35.621Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221)
23702025-07-29T05:24:36.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712025-07-29T05:24:36.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722025-07-29T05:24:36.751Z Compiling regress v0.10.4
23732025-07-29T05:24:36.791Z Checking heck v0.5.0
23742025-07-29T05:24:36.836Z Compiling unsafe-libyaml v0.2.11
23752025-07-29T05:24:36.864Z Checking newtype-uuid v1.2.4
23762025-07-29T05:24:36.891Z Compiling structmeta-derive v0.3.0
23772025-07-29T05:24:36.891Z Checking dirs-sys-next v0.1.2
23782025-07-29T05:24:36.925Z Checking fastrand v2.1.1
23792025-07-29T05:24:37.018Z Checking thread_local v1.1.8
23802025-07-29T05:24:37.080Z Checking dirs-next v2.0.0
23812025-07-29T05:24:37.176Z Checking daft v0.1.4
23822025-07-29T05:24:37.220Z Compiling ident_case v1.0.1
23832025-07-29T05:24:37.246Z Checking tempfile v3.20.0
23842025-07-29T05:24:37.288Z Checking term v0.7.0
23852025-07-29T05:24:37.405Z Compiling darling_core v0.20.10
23862025-07-29T05:24:37.598Z Checking crossbeam-channel v0.5.15
23872025-07-29T05:24:37.625Z Checking futures-executor v0.3.31
23882025-07-29T05:24:37.679Z Checking is-terminal v0.4.13
23892025-07-29T05:24:37.815Z Compiling rustls v0.22.4
23902025-07-29T05:24:37.859Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23912025-07-29T05:24:38.081Z Compiling serde_yaml v0.9.34+deprecated
23922025-07-29T05:24:38.172Z Checking take_mut v0.2.2
23932025-07-29T05:24:38.306Z Checking futures v0.3.31
23942025-07-29T05:24:38.332Z Checking slog-term v2.9.1
23952025-07-29T05:24:38.358Z Checking slog-async v2.8.0
23962025-07-29T05:24:38.434Z Compiling proc-macro-crate v1.3.1
23972025-07-29T05:24:38.622Z Checking wait-timeout v0.2.0
23982025-07-29T05:24:38.770Z Compiling multer v3.1.0
23992025-07-29T05:24:38.813Z Compiling ref-cast v1.0.24
24002025-07-29T05:24:38.995Z Compiling structmeta v0.3.0
24012025-07-29T05:24:39.072Z Checking match_cfg v0.1.0
24022025-07-29T05:24:39.190Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24032025-07-29T05:24:39.233Z Checking quick-error v1.2.3
24042025-07-29T05:24:39.270Z Checking bit-vec v0.8.0
24052025-07-29T05:24:39.379Z Compiling derive-ex v0.1.8
24062025-07-29T05:24:39.405Z Checking rusty-fork v0.3.0
24072025-07-29T05:24:39.557Z Compiling num_enum_derive v0.5.11
24082025-07-29T05:24:39.583Z Checking typify-impl v0.3.0
24092025-07-29T05:24:39.645Z Checking typify-impl v0.2.0
24102025-07-29T05:24:39.685Z Checking bit-set v0.8.0
24112025-07-29T05:24:41.459Z Checking hostname v0.3.1
24122025-07-29T05:24:41.849Z Checking progenitor-client v0.9.1
24132025-07-29T05:24:41.875Z Checking rand_xorshift v0.4.0
24142025-07-29T05:24:42.072Z Checking slog-json v2.6.1
24152025-07-29T05:24:42.242Z Compiling lzma-sys v0.1.20
24162025-07-29T05:24:42.331Z Checking hex v0.4.3
24172025-07-29T05:24:42.572Z Compiling darling_macro v0.20.10
24182025-07-29T05:24:42.784Z Compiling foreign-types-macros v0.2.3
24192025-07-29T05:24:42.835Z Compiling async-stream-impl v0.3.6
24202025-07-29T05:24:42.889Z Compiling ref-cast-impl v1.0.24
24212025-07-29T05:24:43.108Z Compiling dropshot v0.16.2
24222025-07-29T05:24:43.346Z Compiling darling v0.20.10
24232025-07-29T05:24:43.398Z Checking unarray v0.1.4
24242025-07-29T05:24:43.481Z Checking arc-swap v1.7.1
24252025-07-29T05:24:43.563Z Checking foreign-types-shared v0.3.1
24262025-07-29T05:24:43.714Z Checking utf-8 v0.7.6
24272025-07-29T05:24:43.844Z Checking foreign-types v0.5.0
24282025-07-29T05:24:43.888Z Checking slog-scope v4.4.0
24292025-07-29T05:24:43.915Z Checking async-stream v0.3.6
24302025-07-29T05:24:43.941Z Checking tungstenite v0.21.0
24312025-07-29T05:24:43.979Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24322025-07-29T05:24:44.023Z Checking proptest v1.7.0
24332025-07-29T05:24:44.097Z Compiling serde_with_macros v3.14.0
24342025-07-29T05:24:44.186Z Compiling test-strategy v0.4.3
24352025-07-29T05:24:44.212Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24362025-07-29T05:24:44.376Z Checking slog-bunyan v2.5.0
24372025-07-29T05:24:44.555Z Compiling proc-macro-error v1.0.4
24382025-07-29T05:24:44.658Z Checking tokio-rustls v0.25.0
24392025-07-29T05:24:45.102Z Checking num_enum v0.5.11
24402025-07-29T05:24:45.215Z Compiling parse-display-derive v0.10.0
24412025-07-29T05:24:45.467Z Checking toml v0.8.23
24422025-07-29T05:24:45.493Z Checking progenitor-client v0.8.0
24432025-07-29T05:24:45.826Z Compiling heck v0.3.3
24442025-07-29T05:24:46.128Z Checking waitgroup v0.1.2
24452025-07-29T05:24:46.154Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24462025-07-29T05:24:46.286Z Checking rustls-pemfile v2.2.0
24472025-07-29T05:24:46.333Z Compiling dropshot_endpoint v0.16.2
24482025-07-29T05:24:46.504Z Checking serde_path_to_error v0.1.17
24492025-07-29T05:24:46.801Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502025-07-29T05:24:47.077Z Checking cstr-argument v0.1.2
24512025-07-29T05:24:47.259Z Compiling derive-where v1.5.0
24522025-07-29T05:24:47.285Z Checking hostname v0.4.0
24532025-07-29T05:24:47.444Z Checking instant v0.1.13
24542025-07-29T05:24:47.471Z Checking pretty-hex v0.2.1
24552025-07-29T05:24:47.586Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24562025-07-29T05:24:47.662Z Checking debug-ignore v1.0.5
24572025-07-29T05:24:47.827Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24582025-07-29T05:24:47.896Z Checking backoff v0.4.0
24592025-07-29T05:24:48.113Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602025-07-29T05:24:48.170Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
24612025-07-29T05:24:48.199Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24622025-07-29T05:24:48.286Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24632025-07-29T05:24:48.454Z Checking serde_with v3.14.0
24642025-07-29T05:24:48.490Z Compiling zone_cfg_derive v0.1.2
24652025-07-29T05:24:48.551Z Checking parse-display v0.10.0
24662025-07-29T05:24:48.794Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24672025-07-29T05:24:48.821Z Checking tokio-tungstenite v0.21.0
24682025-07-29T05:24:49.428Z Checking slog-stdlog v4.1.1
24692025-07-29T05:24:49.455Z Checking iddqd v0.3.9
24702025-07-29T05:24:49.611Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712025-07-29T05:24:49.659Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24722025-07-29T05:24:49.904Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24732025-07-29T05:24:49.994Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24742025-07-29T05:24:50.195Z Checking progenitor-client v0.10.0
24752025-07-29T05:24:50.271Z Compiling typify-macro v0.3.0
24762025-07-29T05:24:50.305Z Checking colored v2.2.0
24772025-07-29T05:24:50.604Z Checking macaddr v1.0.1
24782025-07-29T05:24:50.701Z Checking base64 v0.21.7
24792025-07-29T05:24:50.795Z Checking unicode-width v0.1.14
24802025-07-29T05:24:50.912Z Checking number_prefix v0.4.0
24812025-07-29T05:24:51.012Z Checking base64 v0.13.1
24822025-07-29T05:24:51.137Z Checking indicatif v0.17.11
24832025-07-29T05:24:51.164Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24842025-07-29T05:24:51.193Z Compiling typify-macro v0.2.0
24852025-07-29T05:24:51.241Z Checking tabwriter v1.4.0
24862025-07-29T05:24:51.399Z Checking ron v0.7.1
24872025-07-29T05:24:51.480Z Checking zone v0.1.8
24882025-07-29T05:24:51.609Z Checking slog-envlogger v2.2.0
24892025-07-29T05:24:51.791Z Checking xz2 v0.1.7
24902025-07-29T05:24:51.836Z Checking tokio-dtrace v0.1.0
24912025-07-29T05:24:52.052Z Checking xattr v1.3.1
24922025-07-29T05:24:52.089Z Checking yasna v0.5.2
24932025-07-29T05:24:52.131Z Checking pem v3.0.5
24942025-07-29T05:24:52.267Z Checking smf v0.2.3
24952025-07-29T05:24:52.381Z Checking headers-core v0.3.0
24962025-07-29T05:24:52.408Z Checking filetime v0.2.25
24972025-07-29T05:24:52.544Z Checking same-file v1.0.6
24982025-07-29T05:24:52.627Z Checking tar v0.4.44
24992025-07-29T05:24:52.684Z Checking headers v0.4.1
25002025-07-29T05:24:52.735Z Checking walkdir v2.5.0
25012025-07-29T05:24:52.775Z Checking oxide-tokio-rt v0.1.2
25022025-07-29T05:24:52.864Z Checking rcgen v0.12.1
25032025-07-29T05:24:52.990Z Checking camino-tempfile v1.4.1
25042025-07-29T05:24:53.032Z Checking atomicwrites v0.4.4
25052025-07-29T05:24:53.252Z Checking subprocess v0.2.9
25062025-07-29T05:24:53.691Z Compiling typify v0.3.0
25072025-07-29T05:24:53.833Z Compiling progenitor-impl v0.9.1
25082025-07-29T05:24:54.398Z Compiling typify v0.2.0
25092025-07-29T05:24:54.552Z Compiling progenitor-impl v0.8.0
25102025-07-29T05:24:57.120Z Compiling progenitor-macro v0.9.1
25112025-07-29T05:24:57.893Z Compiling progenitor-macro v0.8.0
25122025-07-29T05:25:02.061Z Checking progenitor v0.9.1
25132025-07-29T05:25:02.275Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25142025-07-29T05:25:03.089Z Checking progenitor v0.8.0
25152025-07-29T05:25:03.286Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25162025-07-29T05:25:06.165Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172025-07-29T05:25:06.713Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25182025-07-29T05:25:14.946Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25192025-07-29T05:25:17.295Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25202025-07-29T05:25:19.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.57s
25212025-07-29T05:25:19.397Z
25222025-07-29T05:25:19.397Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221)
25232025-07-29T05:25:20.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242025-07-29T05:25:20.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252025-07-29T05:25:20.538Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25262025-07-29T05:25:22.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
25272025-07-29T05:25:22.724Z
25282025-07-29T05:25:22.724Zinfo: running `cargo check --bins` on nexus-config (52/221)
25292025-07-29T05:25:23.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302025-07-29T05:25:23.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312025-07-29T05:25:23.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322025-07-29T05:25:23.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
25332025-07-29T05:25:23.774Z
25342025-07-29T05:25:23.774Zinfo: running `cargo check --bins` on omicron-rpaths (53/221)
25352025-07-29T05:25:24.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362025-07-29T05:25:24.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372025-07-29T05:25:24.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382025-07-29T05:25:24.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
25392025-07-29T05:25:24.769Z
25402025-07-29T05:25:24.769Zinfo: running `cargo check --bins` on omicron-certificates (54/221)
25412025-07-29T05:25:25.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422025-07-29T05:25:25.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432025-07-29T05:25:25.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442025-07-29T05:25:25.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
25452025-07-29T05:25:25.833Z
25462025-07-29T05:25:25.833Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/221)
25472025-07-29T05:25:26.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482025-07-29T05:25:26.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492025-07-29T05:25:27.059Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25502025-07-29T05:25:27.088Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25512025-07-29T05:25:27.118Z Compiling darling_core v0.21.0
25522025-07-29T05:25:27.145Z Compiling tempfile v3.20.0
25532025-07-29T05:25:27.172Z Compiling wait-timeout v0.2.0
25542025-07-29T05:25:27.172Z Compiling match_cfg v0.1.0
25552025-07-29T05:25:27.172Z Compiling quick-error v1.2.3
25562025-07-29T05:25:27.172Z Compiling bit-vec v0.8.0
25572025-07-29T05:25:27.259Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25582025-07-29T05:25:27.352Z Compiling hostname v0.3.1
25592025-07-29T05:25:27.387Z Compiling rustls v0.22.4
25602025-07-29T05:25:27.574Z Compiling rusty-fork v0.3.0
25612025-07-29T05:25:27.601Z Compiling bit-set v0.8.0
25622025-07-29T05:25:27.631Z Compiling progenitor-client v0.9.1
25632025-07-29T05:25:27.666Z Compiling slog-json v2.6.1
25642025-07-29T05:25:27.745Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25652025-07-29T05:25:27.870Z Compiling rand_xorshift v0.4.0
25662025-07-29T05:25:27.898Z Compiling itertools v0.14.0
25672025-07-29T05:25:28.017Z Compiling hex v0.4.3
25682025-07-29T05:25:28.114Z Compiling unarray v0.1.4
25692025-07-29T05:25:28.198Z Compiling heapless v0.8.0
25702025-07-29T05:25:28.225Z Compiling progenitor v0.9.1
25712025-07-29T05:25:28.304Z Compiling proptest v1.7.0
25722025-07-29T05:25:28.448Z Compiling slog-bunyan v2.5.0
25732025-07-29T05:25:28.543Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25742025-07-29T05:25:28.672Z Compiling ref-cast v1.0.24
25752025-07-29T05:25:28.732Z Compiling async-stream v0.3.6
25762025-07-29T05:25:28.847Z Compiling multer v3.1.0
25772025-07-29T05:25:29.004Z Compiling toml v0.8.23
25782025-07-29T05:25:29.031Z Compiling waitgroup v0.1.2
25792025-07-29T05:25:29.254Z Compiling rustls-pemfile v2.2.0
25802025-07-29T05:25:29.571Z Checking hash32 v0.3.1
25812025-07-29T05:25:29.701Z Compiling serde_path_to_error v0.1.17
25822025-07-29T05:25:29.781Z Compiling hostname v0.4.0
25832025-07-29T05:25:30.030Z Compiling instant v0.1.13
25842025-07-29T05:25:30.232Z Compiling smoltcp v0.11.0
25852025-07-29T05:25:30.319Z Compiling debug-ignore v1.0.5
25862025-07-29T05:25:30.470Z Compiling backoff v0.4.0
25872025-07-29T05:25:30.532Z Compiling iddqd v0.3.9
25882025-07-29T05:25:30.861Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25892025-07-29T05:25:30.924Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25902025-07-29T05:25:31.139Z Compiling parse-display v0.10.0
25912025-07-29T05:25:31.326Z Compiling tokio-rustls v0.25.0
25922025-07-29T05:25:31.716Z Compiling serde_with v3.14.0
25932025-07-29T05:25:31.759Z Compiling dropshot v0.16.2
25942025-07-29T05:25:32.426Z Compiling darling_macro v0.21.0
25952025-07-29T05:25:32.969Z Checking num-rational v0.4.2
25962025-07-29T05:25:33.264Z Compiling darling v0.21.0
25972025-07-29T05:25:33.394Z Compiling ingot-macros v0.1.1
25982025-07-29T05:25:33.543Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
25992025-07-29T05:25:34.362Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26002025-07-29T05:25:34.490Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26012025-07-29T05:25:34.742Z Compiling progenitor-client v0.10.0
26022025-07-29T05:25:35.277Z Checking num-complex v0.4.6
26032025-07-29T05:25:36.303Z Compiling macaddr v1.0.1
26042025-07-29T05:25:36.358Z Checking cobs v0.2.3
26052025-07-29T05:25:36.564Z Checking postcard v1.0.10
26062025-07-29T05:25:36.875Z Compiling num v0.4.3
26072025-07-29T05:25:37.089Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26082025-07-29T05:25:37.116Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26092025-07-29T05:25:37.143Z Compiling convert_case v0.4.0
26102025-07-29T05:25:37.410Z Checking float-ord v0.3.2
26112025-07-29T05:25:37.572Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26122025-07-29T05:25:37.746Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26132025-07-29T05:25:37.861Z Compiling derive_more v0.99.20
26142025-07-29T05:25:38.495Z Checking linked-hash-map v0.5.6
26152025-07-29T05:25:38.802Z Checking siphasher v1.0.1
26162025-07-29T05:25:38.872Z Checking ingot-types v0.1.2
26172025-07-29T05:25:39.103Z Compiling crucible-workspace-hack v0.1.0
26182025-07-29T05:25:39.336Z Checking phf_shared v0.12.1
26192025-07-29T05:25:39.397Z Checking lru-cache v0.1.2
26202025-07-29T05:25:39.503Z Checking resolv-conf v0.7.0
26212025-07-29T05:25:39.552Z Checking ingot v0.1.1
26222025-07-29T05:25:39.588Z Checking newline-converter v0.3.0
26232025-07-29T05:25:39.615Z Checking hickory-proto v0.24.4
26242025-07-29T05:25:39.846Z Checking prettyplease v0.2.36
26252025-07-29T05:25:40.533Z Compiling slog-dtrace v0.3.0
26262025-07-29T05:25:40.871Z Compiling chrono-tz v0.10.4
26272025-07-29T05:25:40.961Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26282025-07-29T05:25:41.170Z Compiling zone_cfg_derive v0.3.0
26292025-07-29T05:25:41.948Z Checking expectorate v1.2.0
26302025-07-29T05:25:42.091Z Checking phf v0.12.1
26312025-07-29T05:25:42.275Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
26322025-07-29T05:25:42.312Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26332025-07-29T05:25:42.356Z Compiling const_format_proc_macros v0.2.34
26342025-07-29T05:25:42.539Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26352025-07-29T05:25:42.601Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26362025-07-29T05:25:43.243Z Compiling num-derive v0.4.2
26372025-07-29T05:25:43.269Z Checking highway v1.3.0
26382025-07-29T05:25:43.337Z Checking hickory-resolver v0.24.4
26392025-07-29T05:25:43.464Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26402025-07-29T05:25:43.704Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26412025-07-29T05:25:43.816Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26422025-07-29T05:25:43.946Z Checking const_format v0.2.34
26432025-07-29T05:25:44.114Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26442025-07-29T05:25:44.402Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26452025-07-29T05:25:44.645Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26462025-07-29T05:25:44.776Z Checking qorb v0.4.0
26472025-07-29T05:25:45.027Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26482025-07-29T05:25:45.095Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
26492025-07-29T05:25:45.463Z Checking zone v0.3.1
26502025-07-29T05:25:45.877Z Checking gethostname v0.5.0
26512025-07-29T05:25:46.020Z Checking bcs v0.1.6
26522025-07-29T05:25:46.158Z Checking nanorand v0.7.0
26532025-07-29T05:25:46.253Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26542025-07-29T05:25:46.375Z Compiling async-recursion v1.1.1
26552025-07-29T05:25:46.463Z Checking termtree v0.5.1
26562025-07-29T05:25:46.514Z Checking flume v0.11.1
26572025-07-29T05:25:46.697Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26582025-07-29T05:25:52.396Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26592025-07-29T05:25:56.780Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26602025-07-29T05:26:00.428Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26612025-07-29T05:26:02.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.38s
26622025-07-29T05:26:02.426Z
26632025-07-29T05:26:02.426Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/221)
26642025-07-29T05:26:03.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-07-29T05:26:03.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-07-29T05:26:03.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-07-29T05:26:03.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
26682025-07-29T05:26:03.487Z
26692025-07-29T05:26:03.487Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/221)
26702025-07-29T05:26:04.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-07-29T05:26:04.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-07-29T05:26:04.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-07-29T05:26:04.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
26742025-07-29T05:26:04.527Z
26752025-07-29T05:26:04.527Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/221)
26762025-07-29T05:26:05.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-07-29T05:26:05.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-07-29T05:26:05.638Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26792025-07-29T05:26:06.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
26802025-07-29T05:26:06.604Z
26812025-07-29T05:26:06.604Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221)
26822025-07-29T05:26:07.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-07-29T05:26:07.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-07-29T05:26:07.733Z Compiling cfg_aliases v0.1.1
26852025-07-29T05:26:07.734Z Compiling convert_case v0.7.1
26862025-07-29T05:26:07.760Z Compiling vte_generate_state_changes v0.1.2
26872025-07-29T05:26:07.760Z Checking fd-lock v4.0.2
26882025-07-29T05:26:07.760Z Checking nibble_vec v0.1.0
26892025-07-29T05:26:07.786Z Checking bytecount v0.6.8
26902025-07-29T05:26:07.812Z Checking endian-type v0.1.2
26912025-07-29T05:26:07.839Z Compiling tabled_derive v0.7.0
26922025-07-29T05:26:07.911Z Compiling nix v0.28.0
26932025-07-29T05:26:07.987Z Compiling peg-macros v0.8.5
26942025-07-29T05:26:08.013Z Checking papergrid v0.11.0
26952025-07-29T05:26:08.013Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26962025-07-29T05:26:08.115Z Checking radix_trie v0.2.1
26972025-07-29T05:26:08.374Z Checking vte v0.11.1
26982025-07-29T05:26:08.512Z Compiling sqlparser_derive v0.2.2
26992025-07-29T05:26:08.538Z Compiling derive_more-impl v2.0.1
27002025-07-29T05:26:08.891Z Checking home v0.5.9
27012025-07-29T05:26:09.066Z Checking nu-ansi-term v0.50.1
27022025-07-29T05:26:09.280Z Checking unicode_categories v0.1.1
27032025-07-29T05:26:09.406Z Checking sqlparser v0.45.0
27042025-07-29T05:26:09.491Z Checking strip-ansi-escapes v0.2.0
27052025-07-29T05:26:09.517Z Checking display-error-chain v0.2.2
27062025-07-29T05:26:09.572Z Checking sqlformat v0.3.5
27072025-07-29T05:26:09.667Z Checking reedline v0.40.0
27082025-07-29T05:26:09.718Z Checking tabled v0.15.0
27092025-07-29T05:26:10.067Z Checking derive_more v2.0.1
27102025-07-29T05:26:10.193Z Checking crossterm v0.29.0
27112025-07-29T05:26:10.480Z Checking peg v0.8.5
27122025-07-29T05:26:10.759Z Checking rustyline v14.0.0
27132025-07-29T05:26:23.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.63s
27142025-07-29T05:26:23.453Z
27152025-07-29T05:26:23.453Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221)
27162025-07-29T05:26:24.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-07-29T05:26:24.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-07-29T05:26:24.609Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27192025-07-29T05:26:31.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s
27202025-07-29T05:26:32.168Z
27212025-07-29T05:26:32.169Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221)
27222025-07-29T05:26:33.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-07-29T05:26:33.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-07-29T05:26:33.302Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27252025-07-29T05:26:38.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
27262025-07-29T05:26:38.461Z
27272025-07-29T05:26:38.461Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221)
27282025-07-29T05:26:39.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-07-29T05:26:39.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-07-29T05:26:39.593Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312025-07-29T05:26:46.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s
27322025-07-29T05:26:46.564Z
27332025-07-29T05:26:46.564Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221)
27342025-07-29T05:26:47.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-07-29T05:26:47.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-07-29T05:26:47.688Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27372025-07-29T05:26:54.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.02s
27382025-07-29T05:26:54.795Z
27392025-07-29T05:26:54.795Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221)
27402025-07-29T05:26:55.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-07-29T05:26:55.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-07-29T05:26:55.930Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27432025-07-29T05:27:01.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
27442025-07-29T05:27:01.392Z
27452025-07-29T05:27:01.392Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221)
27462025-07-29T05:27:02.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-07-29T05:27:02.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-07-29T05:27:02.507Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27492025-07-29T05:27:07.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
27502025-07-29T05:27:07.989Z
27512025-07-29T05:27:07.989Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221)
27522025-07-29T05:27:08.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-07-29T05:27:08.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-07-29T05:27:09.117Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552025-07-29T05:27:16.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s
27562025-07-29T05:27:16.380Z
27572025-07-29T05:27:16.380Zinfo: running `cargo check --bins` on oximeter (67/221)
27582025-07-29T05:27:17.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-07-29T05:27:17.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-07-29T05:27:17.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612025-07-29T05:27:17.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27622025-07-29T05:27:17.445Z
27632025-07-29T05:27:17.445Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/221)
27642025-07-29T05:27:18.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652025-07-29T05:27:18.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662025-07-29T05:27:18.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672025-07-29T05:27:18.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
27682025-07-29T05:27:18.442Z
27692025-07-29T05:27:18.442Zinfo: running `cargo check --bins` on oximeter-schema (69/221)
27702025-07-29T05:27:19.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-07-29T05:27:19.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-07-29T05:27:19.522Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732025-07-29T05:27:22.300Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742025-07-29T05:27:23.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
27752025-07-29T05:27:23.804Z
27762025-07-29T05:27:23.805Zinfo: running `cargo check --bins` on oximeter-types (70/221)
27772025-07-29T05:27:24.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-07-29T05:27:24.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-07-29T05:27:24.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-07-29T05:27:24.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27812025-07-29T05:27:24.835Z
27822025-07-29T05:27:24.836Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/221)
27832025-07-29T05:27:25.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-07-29T05:27:25.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-07-29T05:27:25.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-07-29T05:27:25.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
27872025-07-29T05:27:25.876Z
27882025-07-29T05:27:25.876Zinfo: running `cargo check --bins` on oxql-types (72/221)
27892025-07-29T05:27:26.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-07-29T05:27:26.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-07-29T05:27:26.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-07-29T05:27:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27932025-07-29T05:27:26.909Z
27942025-07-29T05:27:26.909Zinfo: running `cargo check --bins` on oximeter-test-utils (73/221)
27952025-07-29T05:27:27.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-07-29T05:27:27.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-07-29T05:27:27.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-07-29T05:27:27.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27992025-07-29T05:27:27.976Z
28002025-07-29T05:27:27.976Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/221)
28012025-07-29T05:27:28.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-07-29T05:27:28.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-07-29T05:27:28.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-07-29T05:27:28.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28052025-07-29T05:27:29.017Z
28062025-07-29T05:27:29.017Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/221)
28072025-07-29T05:27:29.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-07-29T05:27:29.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-07-29T05:27:29.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-07-29T05:27:29.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28112025-07-29T05:27:30.087Z
28122025-07-29T05:27:30.087Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221)
28132025-07-29T05:27:31.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-07-29T05:27:31.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-07-29T05:27:31.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-07-29T05:27:31.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28172025-07-29T05:27:31.152Z
28182025-07-29T05:27:31.152Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/221)
28192025-07-29T05:27:32.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-07-29T05:27:32.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-07-29T05:27:32.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-07-29T05:27:32.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28232025-07-29T05:27:32.196Z
28242025-07-29T05:27:32.196Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/221)
28252025-07-29T05:27:33.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-07-29T05:27:33.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-07-29T05:27:33.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-07-29T05:27:33.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28292025-07-29T05:27:33.238Z
28302025-07-29T05:27:33.238Zinfo: running `cargo check --bins` on cockroach-admin-client (79/221)
28312025-07-29T05:27:34.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-07-29T05:27:34.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-07-29T05:27:34.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-07-29T05:27:34.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
28352025-07-29T05:27:34.217Z
28362025-07-29T05:27:34.217Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/221)
28372025-07-29T05:27:35.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-07-29T05:27:35.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-07-29T05:27:35.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-07-29T05:27:35.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28412025-07-29T05:27:35.278Z
28422025-07-29T05:27:35.278Zinfo: running `cargo check --bins` on dns-service-client (81/221)
28432025-07-29T05:27:36.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-07-29T05:27:36.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-07-29T05:27:36.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-07-29T05:27:36.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28472025-07-29T05:27:36.299Z
28482025-07-29T05:27:36.299Zinfo: running `cargo check --bins` on internal-dns-types (82/221)
28492025-07-29T05:27:37.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-07-29T05:27:37.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-07-29T05:27:37.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522025-07-29T05:27:37.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28532025-07-29T05:27:37.310Z
28542025-07-29T05:27:37.310Zinfo: running `cargo check --bins` on gateway-client (83/221)
28552025-07-29T05:27:38.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-07-29T05:27:38.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-07-29T05:27:38.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-07-29T05:27:38.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28592025-07-29T05:27:38.338Z
28602025-07-29T05:27:38.338Zinfo: running `cargo check --bins` on ereport-types (84/221)
28612025-07-29T05:27:39.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-07-29T05:27:39.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-07-29T05:27:39.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642025-07-29T05:27:39.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28652025-07-29T05:27:39.354Z
28662025-07-29T05:27:39.354Zinfo: running `cargo check --bins` on gateway-types (85/221)
28672025-07-29T05:27:40.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682025-07-29T05:27:40.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692025-07-29T05:27:40.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702025-07-29T05:27:40.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
28712025-07-29T05:27:40.440Z
28722025-07-29T05:27:40.440Zinfo: running `cargo check --bins` on ipcc (86/221)
28732025-07-29T05:27:41.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742025-07-29T05:27:41.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752025-07-29T05:27:41.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762025-07-29T05:27:41.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
28772025-07-29T05:27:41.451Z
28782025-07-29T05:27:41.451Zinfo: running `cargo check --bins` on installinator-client (87/221)
28792025-07-29T05:27:42.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-07-29T05:27:42.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-07-29T05:27:42.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-07-29T05:27:42.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28832025-07-29T05:27:42.522Z
28842025-07-29T05:27:42.522Zinfo: running `cargo check --bins` on installinator-common (88/221)
28852025-07-29T05:27:43.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-07-29T05:27:43.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-07-29T05:27:43.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-07-29T05:27:43.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28892025-07-29T05:27:43.567Z
28902025-07-29T05:27:43.567Zinfo: running `cargo check --bins` on update-engine (89/221)
28912025-07-29T05:27:44.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-07-29T05:27:44.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-07-29T05:27:44.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-07-29T05:27:44.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
28952025-07-29T05:27:44.538Z
28962025-07-29T05:27:44.538Zinfo: running `cargo check --bins` on nexus-client (90/221)
28972025-07-29T05:27:45.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-07-29T05:27:45.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-07-29T05:27:45.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002025-07-29T05:27:45.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
29012025-07-29T05:27:45.634Z
29022025-07-29T05:27:45.634Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (91/221)
29032025-07-29T05:27:46.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-07-29T05:27:46.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-07-29T05:27:46.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062025-07-29T05:27:46.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
29072025-07-29T05:27:46.698Z
29082025-07-29T05:27:46.698Zinfo: running `cargo check --bins` on omicron-passwords (92/221)
29092025-07-29T05:27:47.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-07-29T05:27:47.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-07-29T05:27:47.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122025-07-29T05:27:47.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
29132025-07-29T05:27:47.676Z
29142025-07-29T05:27:47.676Zinfo: running `cargo check --bins` on nexus-types (93/221)
29152025-07-29T05:27:48.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-07-29T05:27:48.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-07-29T05:27:48.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182025-07-29T05:27:48.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29192025-07-29T05:27:48.783Z
29202025-07-29T05:27:48.783Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (94/221)
29212025-07-29T05:27:49.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-07-29T05:27:49.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-07-29T05:27:49.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-07-29T05:27:49.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
29252025-07-29T05:27:49.767Z
29262025-07-29T05:27:49.767Zinfo: running `cargo check --bins` on parallel-task-set (95/221)
29272025-07-29T05:27:50.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-07-29T05:27:50.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-07-29T05:27:50.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302025-07-29T05:27:50.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29312025-07-29T05:27:50.773Z
29322025-07-29T05:27:50.773Zinfo: running `cargo check --bins` on ntp-admin-client (96/221)
29332025-07-29T05:27:51.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-07-29T05:27:51.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-07-29T05:27:51.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-07-29T05:27:51.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29372025-07-29T05:27:51.790Z
29382025-07-29T05:27:51.790Zinfo: running `cargo check --bins` on oxide-client (97/221)
29392025-07-29T05:27:52.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-07-29T05:27:52.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-07-29T05:27:52.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-07-29T05:27:52.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29432025-07-29T05:27:52.802Z
29442025-07-29T05:27:52.802Zinfo: running `cargo check --bins` on oximeter-client (98/221)
29452025-07-29T05:27:53.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-07-29T05:27:53.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-07-29T05:27:53.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-07-29T05:27:53.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
29492025-07-29T05:27:53.854Z
29502025-07-29T05:27:53.854Zinfo: running `cargo check --bins` on repo-depot-client (99/221)
29512025-07-29T05:27:54.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-07-29T05:27:54.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-07-29T05:27:54.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542025-07-29T05:27:54.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29552025-07-29T05:27:54.857Z
29562025-07-29T05:27:54.857Zinfo: running `cargo check --bins` on sled-agent-client (100/221)
29572025-07-29T05:27:55.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582025-07-29T05:27:55.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592025-07-29T05:27:55.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602025-07-29T05:27:55.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
29612025-07-29T05:27:55.904Z
29622025-07-29T05:27:55.904Zinfo: running `cargo check --bins` on sled-agent-types (101/221)
29632025-07-29T05:27:56.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642025-07-29T05:27:56.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652025-07-29T05:27:56.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662025-07-29T05:27:56.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29672025-07-29T05:27:56.930Z
29682025-07-29T05:27:56.930Zinfo: running `cargo check --bins` on wicketd-client (102/221)
29692025-07-29T05:27:57.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702025-07-29T05:27:57.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712025-07-29T05:27:57.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722025-07-29T05:27:57.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
29732025-07-29T05:27:57.997Z
29742025-07-29T05:27:57.997Zinfo: running `cargo check --bins` on wicket-common (103/221)
29752025-07-29T05:27:58.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762025-07-29T05:27:58.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772025-07-29T05:27:58.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782025-07-29T05:27:58.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
29792025-07-29T05:27:59.038Z
29802025-07-29T05:27:59.038Zinfo: running `cargo check --bins` on omicron-cockroach-admin (104/221)
29812025-07-29T05:27:59.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822025-07-29T05:27:59.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832025-07-29T05:28:00.148Z Checking csv-core v0.1.11
29842025-07-29T05:28:00.148Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29852025-07-29T05:28:00.148Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29862025-07-29T05:28:00.175Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29872025-07-29T05:28:00.432Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29882025-07-29T05:28:00.486Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29892025-07-29T05:28:00.518Z Checking csv v1.3.1
29902025-07-29T05:28:01.228Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29912025-07-29T05:28:01.867Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29922025-07-29T05:28:04.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
29932025-07-29T05:28:05.072Z
29942025-07-29T05:28:05.072Zinfo: running `cargo check --bins` on cockroach-admin-api (105/221)
29952025-07-29T05:28:05.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962025-07-29T05:28:05.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972025-07-29T05:28:05.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982025-07-29T05:28:05.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29992025-07-29T05:28:06.096Z
30002025-07-29T05:28:06.096Zinfo: running `cargo check --bins` on cockroach-admin-types (106/221)
30012025-07-29T05:28:07.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022025-07-29T05:28:07.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032025-07-29T05:28:07.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042025-07-29T05:28:07.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
30052025-07-29T05:28:07.159Z
30062025-07-29T05:28:07.159Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221)
30072025-07-29T05:28:08.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082025-07-29T05:28:08.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092025-07-29T05:28:08.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102025-07-29T05:28:08.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
30112025-07-29T05:28:08.383Z
30122025-07-29T05:28:08.383Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221)
30132025-07-29T05:28:09.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-07-29T05:28:09.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-07-29T05:28:09.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162025-07-29T05:28:09.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
30172025-07-29T05:28:09.590Z
30182025-07-29T05:28:09.590Zinfo: running `cargo check --bins` on dns-server (109/221)
30192025-07-29T05:28:10.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-07-29T05:28:10.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-07-29T05:28:10.674Z Compiling typify-impl v0.4.1
30222025-07-29T05:28:10.714Z Compiling parking_lot_core v0.8.6
30232025-07-29T05:28:10.714Z Compiling moka v0.12.10
30242025-07-29T05:28:10.749Z Checking tagptr v0.2.0
30252025-07-29T05:28:10.777Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30262025-07-29T05:28:10.804Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30272025-07-29T05:28:10.831Z Checking prefix-trie v0.7.0
30282025-07-29T05:28:11.001Z Checking fxhash v0.2.1
30292025-07-29T05:28:11.028Z Checking hickory-client v0.25.2
30302025-07-29T05:28:11.426Z Checking hickory-server v0.25.2
30312025-07-29T05:28:11.492Z Checking parking_lot v0.11.2
30322025-07-29T05:28:11.807Z Checking sled v0.34.7
30332025-07-29T05:28:11.928Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30342025-07-29T05:28:12.274Z Checking hickory-resolver v0.25.2
30352025-07-29T05:28:15.930Z Compiling typify-macro v0.4.1
30362025-07-29T05:28:17.941Z Compiling typify v0.4.1
30372025-07-29T05:28:18.076Z Compiling progenitor-impl v0.10.0
30382025-07-29T05:28:21.294Z Compiling progenitor-macro v0.10.0
30392025-07-29T05:28:25.976Z Checking progenitor v0.10.0
30402025-07-29T05:28:26.170Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30412025-07-29T05:28:26.845Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30422025-07-29T05:28:28.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s
30432025-07-29T05:28:28.965Z
30442025-07-29T05:28:28.965Zinfo: running `cargo check --bins` on dns-server-api (110/221)
30452025-07-29T05:28:29.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-07-29T05:28:29.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-07-29T05:28:29.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482025-07-29T05:28:29.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
30492025-07-29T05:28:29.991Z
30502025-07-29T05:28:29.991Zinfo: running `cargo check --bins` on openapi-manager-types (111/221)
30512025-07-29T05:28:30.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-07-29T05:28:30.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-07-29T05:28:30.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542025-07-29T05:28:30.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30552025-07-29T05:28:30.970Z
30562025-07-29T05:28:30.970Zinfo: running `cargo check --bins` on gateway-test-utils (112/221)
30572025-07-29T05:28:31.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582025-07-29T05:28:31.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592025-07-29T05:28:31.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602025-07-29T05:28:31.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
30612025-07-29T05:28:32.078Z
30622025-07-29T05:28:32.078Zinfo: running `cargo check --bins` on omicron-gateway (113/221)
30632025-07-29T05:28:33.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642025-07-29T05:28:33.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652025-07-29T05:28:33.304Z Checking half v2.4.1
30662025-07-29T05:28:33.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30672025-07-29T05:28:33.304Z Checking ciborium-io v0.2.2
30682025-07-29T05:28:33.387Z Compiling radium v0.7.0
30692025-07-29T05:28:33.415Z Compiling semver v0.1.20
30702025-07-29T05:28:33.442Z Compiling zerocopy-derive v0.6.6
30712025-07-29T05:28:33.442Z Checking tap v1.0.1
30722025-07-29T05:28:33.442Z Compiling maybe-uninit v2.0.0
30732025-07-29T05:28:33.501Z Checking password-hash v0.5.0
30742025-07-29T05:28:33.644Z Checking wyz v0.5.1
30752025-07-29T05:28:33.795Z Checking ciborium-ll v0.2.2
30762025-07-29T05:28:33.877Z Compiling rustc_version v0.1.7
30772025-07-29T05:28:33.942Z Checking blake2 v0.10.6
30782025-07-29T05:28:33.942Z Compiling pin-project-internal v1.1.6
30792025-07-29T05:28:34.025Z Checking crc-catalog v2.4.0
30802025-07-29T05:28:34.070Z Compiling owo-colors v4.2.2
30812025-07-29T05:28:34.105Z Checking ciborium v0.2.2
30822025-07-29T05:28:34.197Z Compiling cancel-safe-futures v0.1.5
30832025-07-29T05:28:34.292Z Compiling packed_struct v0.10.1
30842025-07-29T05:28:34.319Z Compiling newtype_derive v0.1.6
30852025-07-29T05:28:34.408Z Checking funty v2.0.0
30862025-07-29T05:28:34.567Z Checking argon2 v0.5.3
30872025-07-29T05:28:34.704Z Checking crc v3.2.1
30882025-07-29T05:28:34.784Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30892025-07-29T05:28:34.859Z Compiling packed_struct_codegen v0.10.1
30902025-07-29T05:28:35.023Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30912025-07-29T05:28:35.141Z Checking zerocopy v0.6.6
30922025-07-29T05:28:35.168Z Checking libsw-core v0.3.1
30932025-07-29T05:28:35.195Z Checking bitvec v1.0.1
30942025-07-29T05:28:35.278Z Compiling snafu-derive v0.8.5
30952025-07-29T05:28:35.415Z Checking secrecy v0.10.3
30962025-07-29T05:28:35.443Z Compiling indexmap v1.9.3
30972025-07-29T05:28:35.470Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30982025-07-29T05:28:35.616Z Checking fixedbitset v0.5.7
30992025-07-29T05:28:35.750Z Checking indent_write v2.2.0
31002025-07-29T05:28:35.778Z Checking nodrop v0.1.14
31012025-07-29T05:28:35.913Z Checking array-init v0.0.4
31022025-07-29T05:28:35.998Z Checking petgraph v0.8.2
31032025-07-29T05:28:36.029Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31042025-07-29T05:28:36.259Z Checking pin-project v1.1.6
31052025-07-29T05:28:36.341Z Checking libsw v3.5.0
31062025-07-29T05:28:36.406Z Checking smallvec v0.6.14
31072025-07-29T05:28:36.583Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082025-07-29T05:28:36.962Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31092025-07-29T05:28:37.299Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31102025-07-29T05:28:37.333Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31112025-07-29T05:28:37.545Z Checking globset v0.4.15
31122025-07-29T05:28:37.808Z Checking olpc-cjson v0.1.4
31132025-07-29T05:28:38.003Z Checking serde_plain v1.0.2
31142025-07-29T05:28:38.068Z Checking bitfield v0.14.0
31152025-07-29T05:28:38.095Z Checking unicode-linebreak v0.1.5
31162025-07-29T05:28:38.123Z Checking typed-path v0.9.3
31172025-07-29T05:28:38.294Z Checking smawk v0.3.2
31182025-07-29T05:28:38.371Z Checking swrite v0.1.0
31192025-07-29T05:28:38.532Z Checking linear-map v1.2.0
31202025-07-29T05:28:38.559Z Checking termcolor v1.4.1
31212025-07-29T05:28:38.559Z Checking hashbrown v0.12.3
31222025-07-29T05:28:38.604Z Checking textwrap v0.16.2
31232025-07-29T05:28:38.883Z Checking ron v0.8.1
31242025-07-29T05:28:38.996Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31252025-07-29T05:28:39.036Z Checking env_logger v0.10.2
31262025-07-29T05:28:39.063Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31272025-07-29T05:28:39.314Z Checking snafu v0.8.5
31282025-07-29T05:28:39.484Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31292025-07-29T05:28:39.762Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31302025-07-29T05:28:39.903Z Checking tough v0.20.0
31312025-07-29T05:28:40.043Z Checking steno v0.4.1
31322025-07-29T05:28:40.088Z Checking serde-hex v0.1.0
31332025-07-29T05:28:40.159Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31342025-07-29T05:28:40.424Z Checking hashbrown v0.13.2
31352025-07-29T05:28:40.637Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31362025-07-29T05:28:41.258Z Checking crc-any v2.5.0
31372025-07-29T05:28:41.607Z Checking humantime v2.2.0
31382025-07-29T05:28:41.654Z Checking object v0.30.4
31392025-07-29T05:28:41.907Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31402025-07-29T05:28:42.103Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31412025-07-29T05:28:42.171Z Checking void v1.0.2
31422025-07-29T05:28:42.293Z Checking path-slash v0.1.5
31432025-07-29T05:28:42.355Z Checking half v1.8.3
31442025-07-29T05:28:42.456Z Checking tungstenite v0.23.0
31452025-07-29T05:28:42.483Z Checking lzss v0.8.2
31462025-07-29T05:28:42.752Z Checking serde_cbor v0.11.2
31472025-07-29T05:28:42.805Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31482025-07-29T05:28:43.222Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31492025-07-29T05:28:43.425Z Checking nix v0.27.1
31502025-07-29T05:28:43.482Z Checking kstat-rs v0.2.4
31512025-07-29T05:28:43.513Z Checking serde_bytes v0.11.17
31522025-07-29T05:28:43.540Z Checking tokio-tungstenite v0.23.1
31532025-07-29T05:28:43.762Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31542025-07-29T05:28:43.822Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31552025-07-29T05:28:43.849Z Checking signal-hook-tokio v0.3.1
31562025-07-29T05:28:43.889Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31572025-07-29T05:28:46.716Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31582025-07-29T05:28:48.374Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31592025-07-29T05:29:02.105Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31602025-07-29T05:29:11.616Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31612025-07-29T05:29:12.579Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31622025-07-29T05:29:16.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.68s
31632025-07-29T05:29:16.977Z
31642025-07-29T05:29:16.977Zinfo: running `cargo check --bins` on gateway-api (114/221)
31652025-07-29T05:29:17.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662025-07-29T05:29:17.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672025-07-29T05:29:17.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682025-07-29T05:29:17.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31692025-07-29T05:29:18.011Z
31702025-07-29T05:29:18.011Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221)
31712025-07-29T05:29:18.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722025-07-29T05:29:18.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732025-07-29T05:29:18.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742025-07-29T05:29:18.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
31752025-07-29T05:29:19.008Z
31762025-07-29T05:29:19.008Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221)
31772025-07-29T05:29:19.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782025-07-29T05:29:19.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792025-07-29T05:29:19.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802025-07-29T05:29:19.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31812025-07-29T05:29:20.044Z
31822025-07-29T05:29:20.044Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221)
31832025-07-29T05:29:20.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842025-07-29T05:29:20.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852025-07-29T05:29:20.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862025-07-29T05:29:20.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
31872025-07-29T05:29:21.088Z
31882025-07-29T05:29:21.088Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221)
31892025-07-29T05:29:22.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902025-07-29T05:29:22.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912025-07-29T05:29:22.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922025-07-29T05:29:22.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31932025-07-29T05:29:22.129Z
31942025-07-29T05:29:22.129Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221)
31952025-07-29T05:29:23.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962025-07-29T05:29:23.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972025-07-29T05:29:23.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982025-07-29T05:29:23.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31992025-07-29T05:29:23.164Z
32002025-07-29T05:29:23.164Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221)
32012025-07-29T05:29:24.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022025-07-29T05:29:24.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032025-07-29T05:29:24.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042025-07-29T05:29:24.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
32052025-07-29T05:29:24.182Z
32062025-07-29T05:29:24.182Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221)
32072025-07-29T05:29:25.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-07-29T05:29:25.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-07-29T05:29:25.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102025-07-29T05:29:25.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
32112025-07-29T05:29:25.186Z
32122025-07-29T05:29:25.186Zinfo: running `cargo check --bins` on oximeter-producer (122/221)
32132025-07-29T05:29:26.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142025-07-29T05:29:26.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152025-07-29T05:29:26.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162025-07-29T05:29:26.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
32172025-07-29T05:29:26.260Z
32182025-07-29T05:29:26.260Zinfo: running `cargo check --bins` on internal-dns-resolver (123/221)
32192025-07-29T05:29:27.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202025-07-29T05:29:27.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212025-07-29T05:29:27.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222025-07-29T05:29:27.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
32232025-07-29T05:29:27.274Z
32242025-07-29T05:29:27.274Zinfo: running `cargo check --bins` on sp-sim (124/221)
32252025-07-29T05:29:28.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262025-07-29T05:29:28.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272025-07-29T05:29:28.330Z Compiling nix v0.30.1
32282025-07-29T05:29:28.330Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32292025-07-29T05:29:28.357Z Checking keccak v0.1.5
32302025-07-29T05:29:28.695Z Checking sha3 v0.10.8
32312025-07-29T05:29:28.722Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322025-07-29T05:29:30.901Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332025-07-29T05:29:33.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
32342025-07-29T05:29:33.797Z
32352025-07-29T05:29:33.797Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221)
32362025-07-29T05:29:34.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372025-07-29T05:29:34.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382025-07-29T05:29:34.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392025-07-29T05:29:34.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
32402025-07-29T05:29:34.959Z
32412025-07-29T05:29:34.960Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221)
32422025-07-29T05:29:35.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432025-07-29T05:29:36.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442025-07-29T05:29:36.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452025-07-29T05:29:36.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
32462025-07-29T05:29:36.130Z
32472025-07-29T05:29:36.130Zinfo: running `cargo check --bins` on db-macros (127/221)
32482025-07-29T05:29:37.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492025-07-29T05:29:37.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502025-07-29T05:29:37.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512025-07-29T05:29:37.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
32522025-07-29T05:29:37.121Z
32532025-07-29T05:29:37.121Zinfo: running `cargo check --bins` on nexus-macros-common (128/221)
32542025-07-29T05:29:37.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552025-07-29T05:29:37.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562025-07-29T05:29:37.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572025-07-29T05:29:37.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
32582025-07-29T05:29:38.085Z
32592025-07-29T05:29:38.085Zinfo: running `cargo check --bins` on nexus-auth (129/221)
32602025-07-29T05:29:39.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612025-07-29T05:29:39.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622025-07-29T05:29:39.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632025-07-29T05:29:39.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
32642025-07-29T05:29:39.202Z
32652025-07-29T05:29:39.202Zinfo: running `cargo check --bins` on authz-macros (130/221)
32662025-07-29T05:29:40.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672025-07-29T05:29:40.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682025-07-29T05:29:40.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692025-07-29T05:29:40.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
32702025-07-29T05:29:40.207Z
32712025-07-29T05:29:40.208Zinfo: running `cargo check --bins` on nexus-db-fixed-data (131/221)
32722025-07-29T05:29:41.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-07-29T05:29:41.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-07-29T05:29:41.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-07-29T05:29:41.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
32762025-07-29T05:29:41.322Z
32772025-07-29T05:29:41.322Zinfo: running `cargo check --bins` on nexus-db-model (132/221)
32782025-07-29T05:29:42.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-07-29T05:29:42.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-07-29T05:29:42.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812025-07-29T05:29:42.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
32822025-07-29T05:29:42.435Z
32832025-07-29T05:29:42.435Zinfo: running `cargo check --bins` on nexus-db-schema (133/221)
32842025-07-29T05:29:43.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852025-07-29T05:29:43.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862025-07-29T05:29:43.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872025-07-29T05:29:43.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32882025-07-29T05:29:43.406Z
32892025-07-29T05:29:43.406Zinfo: running `cargo check --bins` on nexus-defaults (134/221)
32902025-07-29T05:29:44.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912025-07-29T05:29:44.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922025-07-29T05:29:44.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932025-07-29T05:29:44.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
32942025-07-29T05:29:44.411Z
32952025-07-29T05:29:44.411Zinfo: running `cargo check --bins` on nexus-db-errors (135/221)
32962025-07-29T05:29:45.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972025-07-29T05:29:45.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982025-07-29T05:29:45.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992025-07-29T05:29:45.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
33002025-07-29T05:29:45.538Z
33012025-07-29T05:29:45.538Zinfo: running `cargo check --bins` on nexus-db-lookup (136/221)
33022025-07-29T05:29:46.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032025-07-29T05:29:46.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042025-07-29T05:29:46.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052025-07-29T05:29:46.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
33062025-07-29T05:29:46.674Z
33072025-07-29T05:29:46.674Zinfo: running `cargo check --bins` on nexus-inventory (137/221)
33082025-07-29T05:29:47.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092025-07-29T05:29:47.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102025-07-29T05:29:47.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112025-07-29T05:29:47.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
33122025-07-29T05:29:47.771Z
33132025-07-29T05:29:47.771Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (138/221)
33142025-07-29T05:29:48.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152025-07-29T05:29:48.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162025-07-29T05:29:48.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172025-07-29T05:29:48.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
33182025-07-29T05:29:48.830Z
33192025-07-29T05:29:48.830Zinfo: running `cargo check --bins --no-default-features` on sled-storage (139/221)
33202025-07-29T05:29:49.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212025-07-29T05:29:49.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222025-07-29T05:29:49.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232025-07-29T05:29:49.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33242025-07-29T05:29:49.870Z
33252025-07-29T05:29:49.870Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221)
33262025-07-29T05:29:50.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272025-07-29T05:29:50.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282025-07-29T05:29:50.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292025-07-29T05:29:50.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
33302025-07-29T05:29:50.929Z
33312025-07-29T05:29:50.929Zinfo: running `cargo check --bins` on key-manager (141/221)
33322025-07-29T05:29:51.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332025-07-29T05:29:51.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342025-07-29T05:29:51.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352025-07-29T05:29:51.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33362025-07-29T05:29:51.965Z
33372025-07-29T05:29:51.965Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (142/221)
33382025-07-29T05:29:52.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392025-07-29T05:29:52.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402025-07-29T05:29:52.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412025-07-29T05:29:52.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33422025-07-29T05:29:52.988Z
33432025-07-29T05:29:52.989Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221)
33442025-07-29T05:29:53.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452025-07-29T05:29:53.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462025-07-29T05:29:53.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472025-07-29T05:29:53.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33482025-07-29T05:29:54.034Z
33492025-07-29T05:29:54.034Zinfo: running `cargo check --bins` on typed-rng (144/221)
33502025-07-29T05:29:54.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512025-07-29T05:29:54.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522025-07-29T05:29:54.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532025-07-29T05:29:54.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
33542025-07-29T05:29:55.032Z
33552025-07-29T05:29:55.032Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221)
33562025-07-29T05:29:56.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572025-07-29T05:29:56.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582025-07-29T05:29:56.414Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33592025-07-29T05:29:56.414Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33602025-07-29T05:29:56.414Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33612025-07-29T05:29:56.441Z Compiling thiserror-impl-no-std v2.0.2
33622025-07-29T05:29:56.441Z Checking universal-hash v0.5.1
33632025-07-29T05:29:56.441Z Checking opaque-debug v0.3.1
33642025-07-29T05:29:56.441Z Checking chacha20 v0.9.1
33652025-07-29T05:29:56.476Z Checking aead v0.5.2
33662025-07-29T05:29:56.672Z Compiling unicase v2.7.0
33672025-07-29T05:29:56.726Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33682025-07-29T05:29:56.756Z Checking poly1305 v0.8.0
33692025-07-29T05:29:56.821Z Compiling libefi-sys v0.1.0
33702025-07-29T05:29:56.913Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
33712025-07-29T05:29:56.940Z Compiling bitfield-struct v0.6.2
33722025-07-29T05:29:57.005Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33732025-07-29T05:29:57.072Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33742025-07-29T05:29:57.227Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33752025-07-29T05:29:57.254Z Checking chacha20poly1305 v0.10.1
33762025-07-29T05:29:57.409Z Compiling proc-macro-error-attr2 v2.0.0
33772025-07-29T05:29:57.446Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33782025-07-29T05:29:57.493Z Compiling salty v0.3.0
33792025-07-29T05:29:57.582Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33802025-07-29T05:29:57.935Z Compiling num-derive v0.3.3
33812025-07-29T05:29:58.077Z Compiling proc-macro-error2 v2.0.1
33822025-07-29T05:29:58.111Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33832025-07-29T05:29:58.139Z Compiling xshell-macros v0.2.7
33842025-07-29T05:29:58.595Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33852025-07-29T05:29:58.668Z Compiling tabled_derive v0.10.0
33862025-07-29T05:29:58.711Z Checking thiserror-no-std v2.0.2
33872025-07-29T05:29:58.789Z Checking xshell v0.2.7
33882025-07-29T05:29:58.844Z Checking vsss-rs v3.3.4
33892025-07-29T05:29:59.041Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33902025-07-29T05:29:59.129Z Compiling mime_guess v2.0.5
33912025-07-29T05:29:59.247Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33922025-07-29T05:29:59.552Z Checking libscf-sys v1.1.0
33932025-07-29T05:30:00.129Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33942025-07-29T05:30:00.284Z Checking papergrid v0.14.0
33952025-07-29T05:30:00.559Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33962025-07-29T05:30:00.850Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33972025-07-29T05:30:01.283Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33982025-07-29T05:30:01.424Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33992025-07-29T05:30:01.616Z Checking primeorder v0.13.6
34002025-07-29T05:30:01.650Z Checking env_filter v0.1.2
34012025-07-29T05:30:01.904Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34022025-07-29T05:30:02.063Z Checking p384 v0.13.0
34032025-07-29T05:30:02.182Z Checking env_logger v0.11.5
34042025-07-29T05:30:02.293Z Checking tabled v0.18.0
34052025-07-29T05:30:02.487Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34062025-07-29T05:30:02.515Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34072025-07-29T05:30:02.596Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34082025-07-29T05:30:02.968Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34092025-07-29T05:30:02.994Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34102025-07-29T05:30:03.051Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34112025-07-29T05:30:03.208Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34122025-07-29T05:30:03.407Z Checking http-range v0.1.5
34132025-07-29T05:30:03.434Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34142025-07-29T05:30:03.625Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34152025-07-29T05:30:03.651Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34162025-07-29T05:30:03.810Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34172025-07-29T05:30:04.041Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34182025-07-29T05:30:04.092Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34192025-07-29T05:30:04.346Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
34202025-07-29T05:30:04.483Z Checking secrecy v0.8.0
34212025-07-29T05:30:04.594Z Checking atty v0.2.14
34222025-07-29T05:30:04.695Z Checking crc8 v0.1.1
34232025-07-29T05:30:04.771Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
34242025-07-29T05:30:04.867Z Checking hyper-staticfile v0.10.1
34252025-07-29T05:30:04.894Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34262025-07-29T05:30:05.395Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
34272025-07-29T05:30:05.437Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34282025-07-29T05:30:05.469Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34292025-07-29T05:30:05.765Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34302025-07-29T05:30:05.854Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
34312025-07-29T05:30:06.085Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34322025-07-29T05:30:06.240Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332025-07-29T05:30:06.502Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342025-07-29T05:30:07.140Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34352025-07-29T05:30:07.140Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34362025-07-29T05:30:07.167Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34372025-07-29T05:30:08.205Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34382025-07-29T05:30:08.634Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34392025-07-29T05:30:08.857Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402025-07-29T05:30:10.468Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34412025-07-29T05:30:12.179Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34422025-07-29T05:30:18.864Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34432025-07-29T05:30:37.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.93s
34442025-07-29T05:30:38.197Z
34452025-07-29T05:30:38.197Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221)
34462025-07-29T05:30:39.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472025-07-29T05:30:39.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482025-07-29T05:30:39.436Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34492025-07-29T05:30:57.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.75s
34502025-07-29T05:30:58.167Z
34512025-07-29T05:30:58.167Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221)
34522025-07-29T05:30:59.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532025-07-29T05:30:59.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542025-07-29T05:30:59.420Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34552025-07-29T05:31:19.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.83s
34562025-07-29T05:31:19.219Z
34572025-07-29T05:31:19.219Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221)
34582025-07-29T05:31:20.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592025-07-29T05:31:20.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602025-07-29T05:31:20.484Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34612025-07-29T05:31:39.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s
34622025-07-29T05:31:39.380Z
34632025-07-29T05:31:39.380Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221)
34642025-07-29T05:31:40.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652025-07-29T05:31:40.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662025-07-29T05:31:40.695Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672025-07-29T05:31:59.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.09s
34682025-07-29T05:31:59.705Z
34692025-07-29T05:31:59.705Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221)
34702025-07-29T05:32:00.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712025-07-29T05:32:00.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722025-07-29T05:32:01.041Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34732025-07-29T05:32:20.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.58s
34742025-07-29T05:32:20.549Z
34752025-07-29T05:32:20.549Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221)
34762025-07-29T05:32:21.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772025-07-29T05:32:21.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782025-07-29T05:32:22.017Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34792025-07-29T05:32:43.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.74s
34802025-07-29T05:32:43.543Z
34812025-07-29T05:32:43.543Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221)
34822025-07-29T05:32:44.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832025-07-29T05:32:44.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842025-07-29T05:32:44.987Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34852025-07-29T05:33:06.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.08s
34862025-07-29T05:33:06.899Z
34872025-07-29T05:33:06.899Zinfo: running `cargo check --bins` on bootstrap-agent-api (153/221)
34882025-07-29T05:33:08.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892025-07-29T05:33:08.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902025-07-29T05:33:08.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912025-07-29T05:33:08.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
34922025-07-29T05:33:08.187Z
34932025-07-29T05:33:08.187Zinfo: running `cargo check --bins` on range-requests (154/221)
34942025-07-29T05:33:09.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952025-07-29T05:33:09.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962025-07-29T05:33:09.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972025-07-29T05:33:09.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
34982025-07-29T05:33:09.395Z
34992025-07-29T05:33:09.395Zinfo: running `cargo check --bins` on repo-depot-api (155/221)
35002025-07-29T05:33:10.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-07-29T05:33:10.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-07-29T05:33:10.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032025-07-29T05:33:10.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
35042025-07-29T05:33:10.733Z
35052025-07-29T05:33:10.733Zinfo: running `cargo check --bins` on sled-agent-api (156/221)
35062025-07-29T05:33:11.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072025-07-29T05:33:11.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082025-07-29T05:33:11.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092025-07-29T05:33:11.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
35102025-07-29T05:33:11.882Z
35112025-07-29T05:33:11.882Zinfo: running `cargo check --bins` on sled-diagnostics (157/221)
35122025-07-29T05:33:12.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132025-07-29T05:33:12.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142025-07-29T05:33:12.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152025-07-29T05:33:12.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
35162025-07-29T05:33:12.981Z
35172025-07-29T05:33:12.981Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221)
35182025-07-29T05:33:14.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192025-07-29T05:33:14.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202025-07-29T05:33:14.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212025-07-29T05:33:14.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
35222025-07-29T05:33:14.145Z
35232025-07-29T05:33:14.145Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221)
35242025-07-29T05:33:15.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252025-07-29T05:33:15.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262025-07-29T05:33:15.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272025-07-29T05:33:15.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
35282025-07-29T05:33:15.299Z
35292025-07-29T05:33:15.299Zinfo: running `cargo check --bins` on sled-agent-zone-images (160/221)
35302025-07-29T05:33:16.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312025-07-29T05:33:16.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322025-07-29T05:33:16.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332025-07-29T05:33:16.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
35342025-07-29T05:33:16.442Z
35352025-07-29T05:33:16.442Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221)
35362025-07-29T05:33:17.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372025-07-29T05:33:17.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382025-07-29T05:33:17.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392025-07-29T05:33:17.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
35402025-07-29T05:33:17.659Z
35412025-07-29T05:33:17.659Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (162/221)
35422025-07-29T05:33:18.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432025-07-29T05:33:18.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442025-07-29T05:33:18.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452025-07-29T05:33:18.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35462025-07-29T05:33:18.918Z
35472025-07-29T05:33:18.918Zinfo: running `cargo check --bins` on nexus-test-interface (163/221)
35482025-07-29T05:33:19.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492025-07-29T05:33:20.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502025-07-29T05:33:20.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512025-07-29T05:33:20.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
35522025-07-29T05:33:20.146Z
35532025-07-29T05:33:20.146Zinfo: running `cargo check --bins` on oximeter-collector (164/221)
35542025-07-29T05:33:21.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552025-07-29T05:33:21.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562025-07-29T05:33:21.454Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35572025-07-29T05:33:21.454Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35582025-07-29T05:33:22.764Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35592025-07-29T05:33:25.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
35602025-07-29T05:33:25.920Z
35612025-07-29T05:33:25.920Zinfo: running `cargo check --bins` on oximeter-api (165/221)
35622025-07-29T05:33:26.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-07-29T05:33:27.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-07-29T05:33:27.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652025-07-29T05:33:27.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
35662025-07-29T05:33:27.101Z
35672025-07-29T05:33:27.101Zinfo: running `cargo check --bins` on cert-dev (166/221)
35682025-07-29T05:33:28.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692025-07-29T05:33:28.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702025-07-29T05:33:28.169Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35712025-07-29T05:33:28.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
35722025-07-29T05:33:28.715Z
35732025-07-29T05:33:28.715Zinfo: running `cargo check --bins` on clickana (167/221)
35742025-07-29T05:33:29.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752025-07-29T05:33:29.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762025-07-29T05:33:29.827Z Checking castaway v0.2.3
35772025-07-29T05:33:29.827Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
35782025-07-29T05:33:29.854Z Checking lru v0.12.5
35792025-07-29T05:33:29.854Z Compiling instability v0.3.2
35802025-07-29T05:33:29.854Z Checking unicode-truncate v1.1.0
35812025-07-29T05:33:29.854Z Compiling indoc v2.0.6
35822025-07-29T05:33:29.854Z Checking cassowary v0.3.0
35832025-07-29T05:33:30.046Z Checking compact_str v0.8.0
35842025-07-29T05:33:30.857Z Checking ratatui v0.29.0
35852025-07-29T05:33:32.063Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35862025-07-29T05:33:33.694Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35872025-07-29T05:33:34.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
35882025-07-29T05:33:35.151Z
35892025-07-29T05:33:35.151Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (168/221)
35902025-07-29T05:33:36.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912025-07-29T05:33:36.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922025-07-29T05:33:36.353Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35932025-07-29T05:33:36.353Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
35942025-07-29T05:33:37.769Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
35952025-07-29T05:33:38.435Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
35962025-07-29T05:33:38.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
35972025-07-29T05:33:39.163Z
35982025-07-29T05:33:39.163Zinfo: running `cargo check --bins` on ch-dev (169/221)
35992025-07-29T05:33:40.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002025-07-29T05:33:40.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012025-07-29T05:33:40.302Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36022025-07-29T05:33:41.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
36032025-07-29T05:33:41.476Z
36042025-07-29T05:33:41.476Zinfo: running `cargo check --bins` on dev-tools-common (170/221)
36052025-07-29T05:33:42.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062025-07-29T05:33:42.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072025-07-29T05:33:42.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082025-07-29T05:33:42.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36092025-07-29T05:33:42.234Z
36102025-07-29T05:33:42.234Zinfo: running `cargo check --bins` on crdb-seed (171/221)
36112025-07-29T05:33:43.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122025-07-29T05:33:43.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132025-07-29T05:33:43.308Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36142025-07-29T05:33:43.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
36152025-07-29T05:33:43.932Z
36162025-07-29T05:33:43.932Zinfo: running `cargo check --bins` on db-dev (172/221)
36172025-07-29T05:33:44.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182025-07-29T05:33:44.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192025-07-29T05:33:45.037Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36202025-07-29T05:33:46.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
36212025-07-29T05:33:46.246Z
36222025-07-29T05:33:46.246Zinfo: running `cargo check --bins` on omicron-dev-lib (173/221)
36232025-07-29T05:33:47.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242025-07-29T05:33:47.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252025-07-29T05:33:47.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262025-07-29T05:33:47.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
36272025-07-29T05:33:47.323Z
36282025-07-29T05:33:47.323Zinfo: running `cargo check --bins` on xtask-downloader (174/221)
36292025-07-29T05:33:48.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302025-07-29T05:33:48.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312025-07-29T05:33:48.319Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36322025-07-29T05:33:49.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
36332025-07-29T05:33:49.602Z
36342025-07-29T05:33:49.602Zinfo: running `cargo check --bins` on omicron-ls-apis (175/221)
36352025-07-29T05:33:50.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362025-07-29T05:33:50.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372025-07-29T05:33:50.614Z Checking typeid v1.0.3
36382025-07-29T05:33:50.652Z Checking ordered-float v2.10.1
36392025-07-29T05:33:50.681Z Checking cargo-platform v0.2.0
36402025-07-29T05:33:50.799Z Checking erased-serde v0.4.6
36412025-07-29T05:33:51.133Z Checking serde-value v0.7.0
36422025-07-29T05:33:51.632Z Checking serde-untagged v0.1.7
36432025-07-29T05:33:51.970Z Checking cargo-util-schemas v0.8.2
36442025-07-29T05:33:53.673Z Checking cargo_metadata v0.21.0
36452025-07-29T05:33:55.107Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36462025-07-29T05:33:56.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
36472025-07-29T05:33:56.550Z
36482025-07-29T05:33:56.550Zinfo: running `cargo check --bins` on mgs-dev (176/221)
36492025-07-29T05:33:57.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502025-07-29T05:33:57.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512025-07-29T05:33:57.809Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36522025-07-29T05:34:00.073Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36532025-07-29T05:34:00.953Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36542025-07-29T05:34:01.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
36552025-07-29T05:34:01.987Z
36562025-07-29T05:34:01.987Zinfo: running `cargo check --bins` on omicron-omdb (177/221)
36572025-07-29T05:34:03.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582025-07-29T05:34:03.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592025-07-29T05:34:03.471Z Compiling crunchy v0.2.2
36602025-07-29T05:34:03.498Z Compiling dsl_auto_type v0.1.2
36612025-07-29T05:34:03.498Z Checking scheduled-thread-pool v0.2.7
36622025-07-29T05:34:03.498Z Compiling diesel_table_macro_syntax v0.2.0
36632025-07-29T05:34:03.498Z Compiling tiny-keccak v2.0.2
36642025-07-29T05:34:03.498Z Compiling bit-vec v0.6.3
36652025-07-29T05:34:03.498Z Compiling ascii-canvas v3.0.0
36662025-07-29T05:34:03.534Z Compiling ena v0.14.3
36672025-07-29T05:34:03.799Z Checking r2d2 v0.8.10
36682025-07-29T05:34:03.902Z Compiling bit-set v0.5.3
36692025-07-29T05:34:03.970Z Compiling bindgen v0.71.1
36702025-07-29T05:34:04.040Z Compiling regex-syntax v0.6.29
36712025-07-29T05:34:04.067Z Compiling diff v0.1.13
36722025-07-29T05:34:04.094Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36732025-07-29T05:34:04.170Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36742025-07-29T05:34:04.197Z Compiling derive_builder_core v0.20.2
36752025-07-29T05:34:04.355Z Compiling libxml v0.3.3
36762025-07-29T05:34:04.473Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36772025-07-29T05:34:04.643Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36782025-07-29T05:34:04.767Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36792025-07-29T05:34:04.794Z Compiling strum_macros v0.24.3
36802025-07-29T05:34:04.874Z Compiling diesel_derives v2.2.3
36812025-07-29T05:34:05.047Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36822025-07-29T05:34:05.096Z Compiling indoc v1.0.9
36832025-07-29T05:34:05.882Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36842025-07-29T05:34:06.138Z Compiling derive_builder_macro v0.20.2
36852025-07-29T05:34:06.185Z Compiling impl-trait-for-tuples v0.2.2
36862025-07-29T05:34:06.865Z Checking derive_builder v0.20.2
36872025-07-29T05:34:06.937Z Compiling lalrpop v0.19.12
36882025-07-29T05:34:07.051Z Compiling oso-derive v0.27.3
36892025-07-29T05:34:07.260Z Checking quick-xml v0.37.2
36902025-07-29T05:34:07.564Z Checking maplit v1.0.2
36912025-07-29T05:34:07.731Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36922025-07-29T05:34:07.904Z Compiling diesel-dtrace v0.4.2
36932025-07-29T05:34:08.302Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36942025-07-29T05:34:08.573Z Checking bb8 v0.8.5
36952025-07-29T05:34:08.638Z Checking ignore v0.4.23
36962025-07-29T05:34:08.974Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36972025-07-29T05:34:09.010Z Checking predicates-tree v1.0.12
36982025-07-29T05:34:09.072Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36992025-07-29T05:34:09.198Z Checking rand_seeder v0.3.0
37002025-07-29T05:34:09.289Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37012025-07-29T05:34:09.401Z Checking globwalk v0.9.1
37022025-07-29T05:34:09.437Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37032025-07-29T05:34:09.464Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37042025-07-29T05:34:09.681Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37052025-07-29T05:34:09.728Z Checking camino-tempfile-ext v0.3.2
37062025-07-29T05:34:10.038Z Checking console v0.16.0
37072025-07-29T05:34:10.162Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37082025-07-29T05:34:10.591Z Checking unit-prefix v0.5.1
37092025-07-29T05:34:10.801Z Checking is_ci v1.2.0
37102025-07-29T05:34:10.848Z Checking indicatif v0.18.0
37112025-07-29T05:34:10.973Z Checking supports-color v3.0.2
37122025-07-29T05:34:11.182Z Checking support-bundle-viewer v0.1.2
37132025-07-29T05:34:11.209Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
37142025-07-29T05:34:11.506Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37152025-07-29T05:34:11.577Z Checking multimap v0.10.1
37162025-07-29T05:34:12.951Z Checking diesel v2.2.11
37172025-07-29T05:34:28.908Z Compiling samael v0.0.19
37182025-07-29T05:34:39.120Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
37192025-07-29T05:34:42.480Z Checking async-bb8-diesel v0.2.1
37202025-07-29T05:34:45.650Z Compiling polar-core v0.27.3
37212025-07-29T05:34:54.962Z Checking oso v0.27.3
37222025-07-29T05:35:58.333Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37232025-07-29T05:37:02.035Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37242025-07-29T05:37:20.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 18s
37252025-07-29T05:37:21.176Z
37262025-07-29T05:37:21.176Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221)
37272025-07-29T05:37:22.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282025-07-29T05:37:22.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292025-07-29T05:37:22.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302025-07-29T05:37:22.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
37312025-07-29T05:37:22.729Z
37322025-07-29T05:37:22.729Zinfo: running `cargo check --bins` on nexus-saga-recovery (179/221)
37332025-07-29T05:37:23.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342025-07-29T05:37:23.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352025-07-29T05:37:23.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362025-07-29T05:37:23.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
37372025-07-29T05:37:24.082Z
37382025-07-29T05:37:24.082Zinfo: running `cargo check --bins` on nexus-test-utils-macros (180/221)
37392025-07-29T05:37:25.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402025-07-29T05:37:25.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412025-07-29T05:37:25.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422025-07-29T05:37:25.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37432025-07-29T05:37:25.437Z
37442025-07-29T05:37:25.437Zinfo: running `cargo check --bins` on omicron-nexus (181/221)
37452025-07-29T05:37:26.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462025-07-29T05:37:26.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472025-07-29T05:37:27.429Z Compiling libz-sys v1.1.20
37482025-07-29T05:37:27.457Z Compiling libgit2-sys v0.17.0+1.8.1
37492025-07-29T05:37:27.528Z Compiling vergen v8.3.2
37502025-07-29T05:37:27.528Z Compiling cargo-platform v0.1.8
37512025-07-29T05:37:27.603Z Compiling fs-err v2.11.0
37522025-07-29T05:37:27.630Z Compiling rustls v0.21.12
37532025-07-29T05:37:27.687Z Checking rustls-webpki v0.101.7
37542025-07-29T05:37:27.687Z Checking sct v0.7.1
37552025-07-29T05:37:28.006Z Compiling cargo_metadata v0.18.1
37562025-07-29T05:37:28.162Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37572025-07-29T05:37:28.162Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37582025-07-29T05:37:28.225Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37592025-07-29T05:37:28.506Z Checking parse-size v1.1.0
37602025-07-29T05:37:28.834Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37612025-07-29T05:37:28.861Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
37622025-07-29T05:37:28.909Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37632025-07-29T05:37:28.909Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37642025-07-29T05:37:28.935Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37652025-07-29T05:37:29.244Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37662025-07-29T05:37:30.240Z Checking rustls-pemfile v1.0.4
37672025-07-29T05:37:30.492Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37682025-07-29T05:37:30.559Z Checking twox-hash v2.1.0
37692025-07-29T05:37:30.636Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37702025-07-29T05:37:31.059Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37712025-07-29T05:37:31.377Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37722025-07-29T05:37:31.981Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37732025-07-29T05:37:32.478Z Checking tokio-rustls v0.24.1
37742025-07-29T05:37:32.671Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37752025-07-29T05:37:32.944Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37762025-07-29T05:37:33.232Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37772025-07-29T05:37:33.513Z Checking fatfs v0.3.6
37782025-07-29T05:37:33.575Z Checking assert_matches v1.5.0
37792025-07-29T05:37:41.059Z Compiling git2 v0.19.0
37802025-07-29T05:37:47.972Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
37812025-07-29T05:39:15.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
37822025-07-29T05:39:16.125Z
37832025-07-29T05:39:16.125Zinfo: running `cargo check --bins` on nexus-background-task-interface (182/221)
37842025-07-29T05:39:17.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852025-07-29T05:39:17.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862025-07-29T05:39:17.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872025-07-29T05:39:17.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
37882025-07-29T05:39:17.214Z
37892025-07-29T05:39:17.214Zinfo: running `cargo check --bins` on nexus-external-api (183/221)
37902025-07-29T05:39:18.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912025-07-29T05:39:18.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922025-07-29T05:39:18.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932025-07-29T05:39:18.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
37942025-07-29T05:39:18.327Z
37952025-07-29T05:39:18.327Zinfo: running `cargo check --bins` on nexus-internal-api (184/221)
37962025-07-29T05:39:19.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972025-07-29T05:39:19.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982025-07-29T05:39:19.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992025-07-29T05:39:19.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
38002025-07-29T05:39:19.442Z
38012025-07-29T05:39:19.442Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (185/221)
38022025-07-29T05:39:20.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032025-07-29T05:39:20.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042025-07-29T05:39:20.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052025-07-29T05:39:20.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
38062025-07-29T05:39:20.617Z
38072025-07-29T05:39:20.617Zinfo: running `cargo check --bins` on nexus-mgs-updates (186/221)
38082025-07-29T05:39:21.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092025-07-29T05:39:21.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102025-07-29T05:39:21.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112025-07-29T05:39:21.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
38122025-07-29T05:39:21.792Z
38132025-07-29T05:39:21.792Zinfo: running `cargo check --bins` on nexus-networking (187/221)
38142025-07-29T05:39:22.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152025-07-29T05:39:22.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162025-07-29T05:39:22.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172025-07-29T05:39:22.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
38182025-07-29T05:39:22.912Z
38192025-07-29T05:39:22.912Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (188/221)
38202025-07-29T05:39:24.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212025-07-29T05:39:24.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222025-07-29T05:39:24.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232025-07-29T05:39:24.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
38242025-07-29T05:39:24.153Z
38252025-07-29T05:39:24.153Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221)
38262025-07-29T05:39:25.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272025-07-29T05:39:25.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282025-07-29T05:39:25.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292025-07-29T05:39:25.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
38302025-07-29T05:39:25.331Z
38312025-07-29T05:39:25.331Zinfo: running `cargo check --bins` on update-common (190/221)
38322025-07-29T05:39:26.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332025-07-29T05:39:26.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342025-07-29T05:39:26.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352025-07-29T05:39:26.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
38362025-07-29T05:39:26.479Z
38372025-07-29T05:39:26.480Zinfo: running `cargo check --bins` on omicron-dev (191/221)
38382025-07-29T05:39:27.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392025-07-29T05:39:27.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402025-07-29T05:39:28.024Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38412025-07-29T05:39:28.051Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38422025-07-29T05:39:28.094Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
38432025-07-29T05:39:28.121Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38442025-07-29T05:39:28.151Z Checking yansi v1.0.1
38452025-07-29T05:39:28.151Z Checking diff v0.1.13
38462025-07-29T05:39:28.178Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38472025-07-29T05:39:28.178Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38482025-07-29T05:39:28.694Z Checking pretty_assertions v1.4.1
38492025-07-29T05:39:28.790Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38502025-07-29T05:39:29.687Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38512025-07-29T05:40:20.828Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38522025-07-29T05:40:20.828Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38532025-07-29T05:40:20.858Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38542025-07-29T05:40:20.858Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38552025-07-29T05:40:20.859Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38562025-07-29T05:40:20.859Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38572025-07-29T05:40:21.693Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38582025-07-29T05:40:22.512Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38592025-07-29T05:40:25.181Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38602025-07-29T05:42:04.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
38612025-07-29T05:42:04.547Z
38622025-07-29T05:42:04.547Zinfo: running `cargo check --bins` on openapi-manager (192/221)
38632025-07-29T05:42:05.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642025-07-29T05:42:05.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652025-07-29T05:42:05.945Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38662025-07-29T05:42:05.945Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38672025-07-29T05:42:05.971Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38682025-07-29T05:42:05.971Z Checking heck v0.4.1
38692025-07-29T05:42:05.998Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38702025-07-29T05:42:06.336Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38712025-07-29T05:42:06.427Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38722025-07-29T05:42:07.686Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38732025-07-29T05:42:11.438Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38742025-07-29T05:42:14.292Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38752025-07-29T05:42:15.736Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38762025-07-29T05:42:18.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
38772025-07-29T05:42:18.481Z
38782025-07-29T05:42:18.481Zinfo: running `cargo check --bins` on installinator-api (193/221)
38792025-07-29T05:42:19.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802025-07-29T05:42:19.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812025-07-29T05:42:19.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822025-07-29T05:42:19.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
38832025-07-29T05:42:19.802Z
38842025-07-29T05:42:19.802Zinfo: running `cargo check --bins` on ntp-admin-api (194/221)
38852025-07-29T05:42:20.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862025-07-29T05:42:20.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872025-07-29T05:42:20.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882025-07-29T05:42:20.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
38892025-07-29T05:42:21.032Z
38902025-07-29T05:42:21.032Zinfo: running `cargo check --bins` on ntp-admin-types (195/221)
38912025-07-29T05:42:22.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922025-07-29T05:42:22.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932025-07-29T05:42:22.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942025-07-29T05:42:22.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
38952025-07-29T05:42:22.241Z
38962025-07-29T05:42:22.241Zinfo: running `cargo check --bins` on wicketd-api (196/221)
38972025-07-29T05:42:23.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982025-07-29T05:42:23.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992025-07-29T05:42:23.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002025-07-29T05:42:23.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
39012025-07-29T05:42:23.538Z
39022025-07-29T05:42:23.538Zinfo: running `cargo check --bins` on omicron-pins (197/221)
39032025-07-29T05:42:24.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042025-07-29T05:42:24.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052025-07-29T05:42:24.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062025-07-29T05:42:24.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
39072025-07-29T05:42:25.022Z
39082025-07-29T05:42:25.022Zinfo: running `cargo check --bins` on reconfigurator-cli (198/221)
39092025-07-29T05:42:26.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102025-07-29T05:42:26.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112025-07-29T05:42:26.492Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39122025-07-29T05:42:26.519Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39132025-07-29T05:42:26.581Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39142025-07-29T05:42:26.616Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
39152025-07-29T05:42:26.643Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
39162025-07-29T05:42:26.643Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
39172025-07-29T05:42:26.712Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
39182025-07-29T05:42:26.712Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39192025-07-29T05:42:26.982Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39202025-07-29T05:42:27.014Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212025-07-29T05:42:27.041Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39222025-07-29T05:42:27.291Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
39232025-07-29T05:42:27.317Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
39242025-07-29T05:42:27.411Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
39252025-07-29T05:42:27.909Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39262025-07-29T05:42:27.979Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39272025-07-29T05:42:28.382Z Compiling petname v2.0.2
39282025-07-29T05:42:29.157Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
39292025-07-29T05:42:29.482Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39302025-07-29T05:42:29.713Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39312025-07-29T05:42:29.819Z Checking sync-ptr v0.1.4
39322025-07-29T05:42:29.849Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39332025-07-29T05:42:30.042Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
39342025-07-29T05:42:30.069Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39352025-07-29T05:42:30.957Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39362025-07-29T05:42:32.496Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
39372025-07-29T05:42:35.122Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
39382025-07-29T05:42:35.149Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39392025-07-29T05:42:54.399Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39402025-07-29T05:42:54.399Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39412025-07-29T05:42:55.812Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39422025-07-29T05:42:58.407Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39432025-07-29T05:43:02.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.73s
39442025-07-29T05:43:02.997Z
39452025-07-29T05:43:02.997Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221)
39462025-07-29T05:43:04.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472025-07-29T05:43:04.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482025-07-29T05:43:04.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492025-07-29T05:43:04.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
39502025-07-29T05:43:04.329Z
39512025-07-29T05:43:04.329Zinfo: running `cargo check --bins` on omicron-repl-utils (200/221)
39522025-07-29T05:43:05.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532025-07-29T05:43:05.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542025-07-29T05:43:05.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552025-07-29T05:43:05.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
39562025-07-29T05:43:05.491Z
39572025-07-29T05:43:05.491Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221)
39582025-07-29T05:43:06.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592025-07-29T05:43:06.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602025-07-29T05:43:06.898Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39612025-07-29T05:43:08.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
39622025-07-29T05:43:08.757Z
39632025-07-29T05:43:08.757Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (202/221)
39642025-07-29T05:43:09.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652025-07-29T05:43:09.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662025-07-29T05:43:10.171Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39672025-07-29T05:43:10.797Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39682025-07-29T05:43:12.798Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
39692025-07-29T05:43:13.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
39702025-07-29T05:43:14.206Z
39712025-07-29T05:43:14.206Zinfo: running `cargo check --bins` on omicron-releng (203/221)
39722025-07-29T05:43:15.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732025-07-29T05:43:15.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742025-07-29T05:43:15.462Z Compiling blake3 v1.5.4
39752025-07-29T05:43:15.488Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
39762025-07-29T05:43:15.521Z Checking memmap2 v0.9.5
39772025-07-29T05:43:15.521Z Checking arrayref v0.3.9
39782025-07-29T05:43:15.548Z Checking arrayvec v0.7.6
39792025-07-29T05:43:15.548Z Checking constant_time_eq v0.3.1
39802025-07-29T05:43:15.611Z Checking topological-sort v0.2.2
39812025-07-29T05:43:15.638Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39822025-07-29T05:43:15.697Z Checking shell-words v1.1.0
39832025-07-29T05:43:16.282Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
39842025-07-29T05:43:16.730Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
39852025-07-29T05:43:17.314Z Checking omicron-zone-package v0.12.2
39862025-07-29T05:43:19.387Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39872025-07-29T05:43:21.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.89s
39882025-07-29T05:43:21.351Z
39892025-07-29T05:43:21.351Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (204/221)
39902025-07-29T05:43:22.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912025-07-29T05:43:22.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922025-07-29T05:43:22.605Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39932025-07-29T05:43:23.083Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
39942025-07-29T05:43:23.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
39952025-07-29T05:43:24.161Z
39962025-07-29T05:43:24.161Zinfo: running `cargo check --bins` on xtask (205/221)
39972025-07-29T05:43:25.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982025-07-29T05:43:25.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992025-07-29T05:43:25.081Z Checking bitflags v2.9.1
40002025-07-29T05:43:25.081Z Checking serde v1.0.219
40012025-07-29T05:43:25.081Z Checking zerofrom v0.1.4
40022025-07-29T05:43:25.081Z Checking hashbrown v0.15.4
40032025-07-29T05:43:25.123Z Checking smallvec v1.15.1
40042025-07-29T05:43:25.185Z Checking thiserror v1.0.69
40052025-07-29T05:43:25.212Z Checking scroll v0.12.0
40062025-07-29T05:43:25.212Z Checking num-traits v0.2.19
40072025-07-29T05:43:25.368Z Checking log v0.4.27
40082025-07-29T05:43:25.395Z Checking yoke v0.7.4
40092025-07-29T05:43:25.422Z Checking rustix v0.38.37
40102025-07-29T05:43:25.553Z Checking percent-encoding v2.3.1
40112025-07-29T05:43:25.689Z Checking pest v2.7.14
40122025-07-29T05:43:25.735Z Checking goblin v0.8.2
40132025-07-29T05:43:25.783Z Checking zerovec v0.10.4
40142025-07-29T05:43:25.811Z Checking form_urlencoded v1.2.1
40152025-07-29T05:43:26.049Z Checking zerocopy v0.7.35
40162025-07-29T05:43:26.189Z Checking indexmap v2.10.0
40172025-07-29T05:43:26.458Z Checking terminal_size v0.4.0
40182025-07-29T05:43:26.663Z Checking getrandom v0.3.1
40192025-07-29T05:43:26.915Z Checking thiserror v2.0.12
40202025-07-29T05:43:27.047Z Checking ordered-float v2.10.1
40212025-07-29T05:43:27.098Z Checking syn v2.0.104
40222025-07-29T05:43:27.278Z Checking rustix v1.0.7
40232025-07-29T05:43:27.412Z Checking tinystr v0.7.6
40242025-07-29T05:43:27.536Z Checking icu_collections v1.5.0
40252025-07-29T05:43:27.633Z Checking once_cell v1.21.3
40262025-07-29T05:43:27.790Z Checking icu_locid v1.5.0
40272025-07-29T05:43:27.996Z Checking clap_builder v4.5.41
40282025-07-29T05:43:28.281Z Checking dtrace-parser v0.2.0
40292025-07-29T05:43:28.308Z Checking textwrap v0.16.2
40302025-07-29T05:43:28.823Z Checking fs-err v3.1.1
40312025-07-29T05:43:28.875Z Checking tabled v0.15.0
40322025-07-29T05:43:28.902Z Checking icu_provider v1.5.0
40332025-07-29T05:43:28.928Z Checking tempfile v3.20.0
40342025-07-29T05:43:29.220Z Checking anyhow v1.0.98
40352025-07-29T05:43:29.333Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
40362025-07-29T05:43:29.575Z Checking icu_locid_transform v1.5.0
40372025-07-29T05:43:30.179Z Checking serde_spanned v0.6.9
40382025-07-29T05:43:30.205Z Checking toml_datetime v0.6.11
40392025-07-29T05:43:30.205Z Checking serde_json v1.0.141
40402025-07-29T05:43:30.440Z Checking erased-serde v0.4.6
40412025-07-29T05:43:30.617Z Checking toml_edit v0.22.27
40422025-07-29T05:43:30.674Z Checking icu_properties v1.5.1
40432025-07-29T05:43:31.051Z Checking semver v1.0.26
40442025-07-29T05:43:31.154Z Checking serde-value v0.7.0
40452025-07-29T05:43:31.461Z Checking serde-untagged v0.1.7
40462025-07-29T05:43:31.527Z Checking camino v1.1.10
40472025-07-29T05:43:31.583Z Checking cargo-platform v0.2.0
40482025-07-29T05:43:31.739Z Checking clap v4.5.41
40492025-07-29T05:43:31.869Z Checking dof v0.3.0
40502025-07-29T05:43:31.896Z Checking macaddr v1.0.1
40512025-07-29T05:43:32.152Z Checking camino-tempfile v1.4.1
40522025-07-29T05:43:32.496Z Checking usdt-impl v0.5.0
40532025-07-29T05:43:33.104Z Checking usdt v0.5.0
40542025-07-29T05:43:33.400Z Checking toml v0.8.23
40552025-07-29T05:43:33.976Z Checking icu_normalizer v1.5.0
40562025-07-29T05:43:34.218Z Checking cargo_toml v0.21.0
40572025-07-29T05:43:34.763Z Checking idna_adapter v1.2.0
40582025-07-29T05:43:35.007Z Checking idna v1.0.3
40592025-07-29T05:43:35.505Z Checking url v2.5.4
40602025-07-29T05:43:36.307Z Checking cargo-util-schemas v0.8.2
40612025-07-29T05:43:38.320Z Checking cargo_metadata v0.21.0
40622025-07-29T05:43:40.115Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
40632025-07-29T05:43:41.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
40642025-07-29T05:43:41.414Z
40652025-07-29T05:43:41.414Zinfo: running `cargo check --bins` on end-to-end-tests (206/221)
40662025-07-29T05:43:42.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672025-07-29T05:43:42.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682025-07-29T05:43:43.047Z Checking polyval v0.6.2
40692025-07-29T05:43:43.073Z Checking ctr v0.9.2
40702025-07-29T05:43:43.125Z Checking ssh-encoding v0.2.0
40712025-07-29T05:43:43.125Z Checking blowfish v0.9.1
40722025-07-29T05:43:43.177Z Checking password-hash v0.4.2
40732025-07-29T05:43:43.207Z Checking p521 v0.13.3
40742025-07-29T05:43:43.234Z Checking p256 v0.13.2
40752025-07-29T05:43:43.260Z Checking russh-cryptovec v0.7.3
40762025-07-29T05:43:43.446Z Checking ghash v0.5.1
40772025-07-29T05:43:43.472Z Checking bcrypt-pbkdf v0.10.0
40782025-07-29T05:43:43.472Z Checking md5 v0.7.0
40792025-07-29T05:43:43.523Z Checking num-bigint v0.4.6
40802025-07-29T05:43:43.550Z Checking des v0.8.1
40812025-07-29T05:43:43.662Z Checking aes-gcm v0.10.3
40822025-07-29T05:43:43.689Z Checking pbkdf2 v0.11.0
40832025-07-29T05:43:43.788Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40842025-07-29T05:43:43.858Z Checking hex-literal v0.4.1
40852025-07-29T05:43:43.902Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40862025-07-29T05:43:43.929Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40872025-07-29T05:43:44.040Z Checking internet-checksum v0.2.1
40882025-07-29T05:43:44.068Z Checking ssh-cipher v0.2.0
40892025-07-29T05:43:44.429Z Checking ssh-key v0.6.6
40902025-07-29T05:43:44.604Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40912025-07-29T05:43:46.209Z Checking russh-keys v0.45.0
40922025-07-29T05:43:47.556Z Checking russh v0.45.0
40932025-07-29T05:44:22.900Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40942025-07-29T05:44:25.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.01s
40952025-07-29T05:44:25.694Z
40962025-07-29T05:44:25.694Zinfo: running `cargo check --bins` on gateway-cli (207/221)
40972025-07-29T05:44:26.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982025-07-29T05:44:26.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992025-07-29T05:44:26.945Z Checking termios v0.3.3
41002025-07-29T05:44:27.188Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41012025-07-29T05:44:28.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
41022025-07-29T05:44:28.820Z
41032025-07-29T05:44:28.820Zinfo: running `cargo check --bins --no-default-features` on installinator (208/221)
41042025-07-29T05:44:29.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052025-07-29T05:44:29.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062025-07-29T05:44:30.131Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41072025-07-29T05:44:30.131Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41082025-07-29T05:44:31.415Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41092025-07-29T05:44:34.219Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41102025-07-29T05:44:37.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.66s
41112025-07-29T05:44:37.726Z
41122025-07-29T05:44:37.726Zinfo: running `cargo check --bins` on internal-dns-cli (209/221)
41132025-07-29T05:44:38.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142025-07-29T05:44:38.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152025-07-29T05:44:38.927Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41162025-07-29T05:44:39.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
41172025-07-29T05:44:39.785Z
41182025-07-29T05:44:39.785Zinfo: running `cargo check --bins` on omicron-live-tests (210/221)
41192025-07-29T05:44:40.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202025-07-29T05:44:40.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212025-07-29T05:44:40.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222025-07-29T05:44:40.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
41232025-07-29T05:44:40.953Z
41242025-07-29T05:44:40.953Zinfo: running `cargo check --bins` on live-tests-macros (211/221)
41252025-07-29T05:44:42.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262025-07-29T05:44:42.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272025-07-29T05:44:42.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282025-07-29T05:44:42.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
41292025-07-29T05:44:42.135Z
41302025-07-29T05:44:42.135Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221)
41312025-07-29T05:44:43.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322025-07-29T05:44:43.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332025-07-29T05:44:43.524Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41342025-07-29T05:44:44.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
41352025-07-29T05:44:44.777Z
41362025-07-29T05:44:44.777Zinfo: running `cargo check --bins` on omicron-ntp-admin (213/221)
41372025-07-29T05:44:45.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382025-07-29T05:44:45.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392025-07-29T05:44:45.966Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41402025-07-29T05:44:45.966Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41412025-07-29T05:44:46.325Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41422025-07-29T05:44:47.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41432025-07-29T05:44:48.039Z
41442025-07-29T05:44:48.039Zinfo: running `cargo check --bins` on omicron-package (214/221)
41452025-07-29T05:44:49.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462025-07-29T05:44:49.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472025-07-29T05:44:49.287Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41482025-07-29T05:44:51.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
41492025-07-29T05:44:51.560Z
41502025-07-29T05:44:51.560Zinfo: running `cargo check --bins` on trust-quorum (215/221)
41512025-07-29T05:44:52.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522025-07-29T05:44:52.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532025-07-29T05:44:52.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542025-07-29T05:44:52.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
41552025-07-29T05:44:52.717Z
41562025-07-29T05:44:52.717Zinfo: running `cargo check --bins` on gfss (216/221)
41572025-07-29T05:44:53.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582025-07-29T05:44:53.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592025-07-29T05:44:53.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602025-07-29T05:44:53.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41612025-07-29T05:44:53.803Z
41622025-07-29T05:44:53.803Zinfo: running `cargo check --bins` on wicket-dbg (217/221)
41632025-07-29T05:44:54.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642025-07-29T05:44:54.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652025-07-29T05:44:55.097Z Checking rtoolbox v0.0.2
41662025-07-29T05:44:55.098Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41672025-07-29T05:44:55.125Z Checking tui-tree-widget v0.23.1
41682025-07-29T05:44:55.391Z Checking rpassword v7.4.0
41692025-07-29T05:45:03.038Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41702025-07-29T05:45:08.063Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41712025-07-29T05:45:10.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.31s
41722025-07-29T05:45:10.327Z
41732025-07-29T05:45:10.327Zinfo: running `cargo check --bins` on wicket (218/221)
41742025-07-29T05:45:11.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41752025-07-29T05:45:11.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41762025-07-29T05:45:11.657Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41772025-07-29T05:45:12.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41782025-07-29T05:45:12.441Z
41792025-07-29T05:45:12.441Zinfo: running `cargo check --bins` on wicketd (219/221)
41802025-07-29T05:45:13.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812025-07-29T05:45:13.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822025-07-29T05:45:13.780Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41832025-07-29T05:45:20.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s
41842025-07-29T05:45:20.866Z
41852025-07-29T05:45:20.866Zinfo: running `cargo check --bins` on omicron-workspace-hack (220/221)
41862025-07-29T05:45:21.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872025-07-29T05:45:21.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882025-07-29T05:45:21.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892025-07-29T05:45:21.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
41902025-07-29T05:45:22.005Z
41912025-07-29T05:45:22.005Zinfo: running `cargo check --bins` on zone-setup (221/221)
41922025-07-29T05:45:23.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932025-07-29T05:45:23.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942025-07-29T05:45:23.401Z Checking uzers v0.12.1
41952025-07-29T05:45:23.849Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41962025-07-29T05:45:25.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
41972025-07-29T05:45:25.850Z
41982025-07-29T05:45:25.850Zreal 22:18.716380789
41992025-07-29T05:45:25.850Zuser 36:23.566629347
42002025-07-29T05:45:25.851Zsys 6:30.668554481
42012025-07-29T05:45:25.851Ztrap 1.015732283
42022025-07-29T05:45:25.851Ztflt 0.399142905
42032025-07-29T05:45:25.851Zdflt 2.228676623
42042025-07-29T05:45:25.851Zkflt 0.001116594
42052025-07-29T05:45:25.851Zlock 1:33:54.221867720
42062025-07-29T05:45:25.851Zslp 3:14:43.299106812
42072025-07-29T05:45:25.851Zlat 1:34.465090839
42082025-07-29T05:45:25.851Zstop 4:38.071844249
42092025-07-29T05:45:25.878Zprocess exited: duration 1659373 ms, exit code 0
 
42102025-07-29T05:45:25.933Zfound 0 output files