01K1K2KKQEN06PSQ0EG25QK9WE: 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: 01K1K2KXHBVN8SY6V6D5BDQYVF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-01T15:05:05.993Zjob assigned to worker 01K1K2KXRKYPSDW3N1G515YZWX [factory gimlet-EVT22200007-propolis, EVT22200007/36774] (queued for 23 s)
 
22025-08-01T15:05:15.121Zstarting task 0: "setup"
32025-08-01T15:05:15.148Z++ uname -s
42025-08-01T15:05:15.148Z+ kern=SunOS
52025-08-01T15:05:15.148Z+ build_user=build
62025-08-01T15:05:15.148Z+ build_uid=12345
72025-08-01T15:05:15.148Z+ work_dir=/work
82025-08-01T15:05:15.148Z+ input_dir=/input
92025-08-01T15:05:15.148Z+ [[ 0 == 12345 ]]
102025-08-01T15:05:15.148Z+ case "$kern" in
112025-08-01T15:05:15.148Z+ groupadd -g 12345 build
122025-08-01T15:05:15.148Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-01T15:05:17.144Z+ zfs create -o mountpoint=/work rpool/work
142025-08-01T15:05:17.176Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-01T15:05:17.203Z+ home_fs=zfs
162025-08-01T15:05:17.203Z+ [[ zfs == autofs ]]
172025-08-01T15:05:17.203Z+ mkdir -p /home/build
182025-08-01T15:05:17.203Z+ chown build:build /home/build /work
192025-08-01T15:05:19.185Z+ chmod 0700 /home/build /work
202025-08-01T15:05:19.213Zprocess exited: duration 4071 ms, exit code 0
 
212025-08-01T15:05:19.267Zstarting task 1: "rust-toolchain"
222025-08-01T15:05:19.295Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-08-01T15:05:19.295Z * rust toolchain channel = "1.88.0"
242025-08-01T15:05:19.295Z * rust toolchain profile = "default"
252025-08-01T15:05:19.295Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-08-01T15:05:19.295Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-01T15:05:19.295Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-01T15:05:19.296Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-01T15:05:19.296Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-08-01T15:05:19.419Zinfo: downloading installer
312025-08-01T15:05:20.023Zwarn: It looks like you have an existing installation of Rust at:
322025-08-01T15:05:20.023Zwarn: /opt/ooce/bin
332025-08-01T15:05:20.023Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-01T15:05:20.023Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-01T15:05:20.023Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-01T15:05:20.023Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-01T15:05:20.023Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-01T15:05:20.023Zerror: cannot install while Rust is installed
392025-08-01T15:05:20.023Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-01T15:05:20.049Zinfo: profile set to 'default'
412025-08-01T15:05:20.049Zinfo: default host triple is x86_64-unknown-illumos
422025-08-01T15:05:20.049Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-08-01T15:05:20.179Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-08-01T15:05:20.179Zinfo: downloading component 'cargo'
452025-08-01T15:05:20.468Zinfo: downloading component 'clippy'
462025-08-01T15:05:20.664Zinfo: downloading component 'rust-docs'
472025-08-01T15:05:21.112Zinfo: downloading component 'rust-std'
482025-08-01T15:05:21.625Zinfo: downloading component 'rustc'
492025-08-01T15:05:24.110Zinfo: downloading component 'rustfmt'
502025-08-01T15:05:24.197Zinfo: installing component 'cargo'
512025-08-01T15:05:25.374Zinfo: installing component 'clippy'
522025-08-01T15:05:25.833Zinfo: installing component 'rust-docs'
532025-08-01T15:05:28.839Zinfo: installing component 'rust-std'
542025-08-01T15:05:30.813Zinfo: installing component 'rustc'
552025-08-01T15:05:38.776Zinfo: installing component 'rustfmt'
562025-08-01T15:05:39.145Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-08-01T15:05:39.146Z
582025-08-01T15:05:39.312Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-08-01T15:05:39.312Z
602025-08-01T15:05:39.340Z
612025-08-01T15:05:39.340ZRust is installed now. Great!
622025-08-01T15:05:39.340Z
632025-08-01T15:05:39.340ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-01T15:05:39.340Zenvironment variable. This has not been done automatically.
652025-08-01T15:05:39.341Z
662025-08-01T15:05:39.341ZTo configure your current shell, you need to source
672025-08-01T15:05:39.341Zthe corresponding env file under $HOME/.cargo.
682025-08-01T15:05:39.341Z
692025-08-01T15:05:39.341ZThis is usually done by running one of the following (note the leading DOT):
702025-08-01T15:05:39.341Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-01T15:05:39.341Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-01T15:05:39.341Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-01T15:05:39.409Z+ rustup --version
742025-08-01T15:05:39.438Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-01T15:05:39.438Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-01T15:05:39.556Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-08-01T15:05:39.591Z+ cargo --version
782025-08-01T15:05:39.650Zcargo 1.88.0 (873a06493 2025-05-10)
792025-08-01T15:05:39.679Z+ rustc --version
802025-08-01T15:05:39.768Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-08-01T15:05:39.796Zprocess exited: duration 20505 ms, exit code 0
 
822025-08-01T15:05:39.853Zstarting task 2: "authentication"
832025-08-01T15:05:39.915Zprocess exited: duration 64 ms, exit code 0
 
842025-08-01T15:05:39.970Zstarting task 3: "clone repository"
852025-08-01T15:05:39.997Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-01T15:05:39.997Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-01T15:05:40.023ZCloning into '/work/oxidecomputer/omicron'...
882025-08-01T15:05:51.336Z+ cd /work/oxidecomputer/omicron
892025-08-01T15:05:51.336Z+ git fetch origin 487a2945fef8acc2d01176946c399effca856c1f
902025-08-01T15:05:51.837ZFrom https://github.com/oxidecomputer/omicron
912025-08-01T15:05:51.837Z * branch 487a2945fef8acc2d01176946c399effca856c1f -> FETCH_HEAD
922025-08-01T15:05:51.864Z+ [[ -n john/host-os-updates-prep ]]
932025-08-01T15:05:51.864Z++ git branch --show-current
942025-08-01T15:05:51.864Z+ current=main
952025-08-01T15:05:51.864Z+ [[ main != john/host-os-updates-prep ]]
962025-08-01T15:05:51.864Z+ git branch -f john/host-os-updates-prep 487a2945fef8acc2d01176946c399effca856c1f
972025-08-01T15:05:51.864Z+ git checkout -f john/host-os-updates-prep
982025-08-01T15:05:52.153ZSwitched to branch 'john/host-os-updates-prep'
992025-08-01T15:05:52.180Z+ git reset --hard 487a2945fef8acc2d01176946c399effca856c1f
1002025-08-01T15:05:52.207ZHEAD is now at 487a2945f Merge remote-tracking branch 'origin/main' into john/host-os-updates-prep
1012025-08-01T15:05:52.207Zprocess exited: duration 12218 ms, exit code 0
 
1022025-08-01T15:05:52.261Zstarting task 4: "build"
1032025-08-01T15:05:52.288Z+ source .github/buildomat/ci-env.sh
1042025-08-01T15:05:52.288Z++ export CARGO_TERM_COLOR=always
1052025-08-01T15:05:52.288Z++ CARGO_TERM_COLOR=always
1062025-08-01T15:05:52.288Z+ cargo --version
1072025-08-01T15:05:52.334Zcargo 1.88.0 (873a06493 2025-05-10)
1082025-08-01T15:05:52.361Z+ rustc --version
1092025-08-01T15:05:52.420Zrustc 1.88.0 (6b00bc388 2025-06-23)
1102025-08-01T15:05:52.447Z+ source ./env.sh
1112025-08-01T15:05:52.447Z++ OLD_SHELL_OPTS=ehxB
1122025-08-01T15:05:52.447Z++ set -o xtrace
1132025-08-01T15:05:52.447Z++++ dirname ./env.sh
1142025-08-01T15:05:52.447Z+++ readlink -f .
1152025-08-01T15:05:52.447Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-08-01T15:05:52.447Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-08-01T15:05:52.447Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-08-01T15:05:52.447Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-08-01T15:05:52.447Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-08-01T15:05:52.447Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-08-01T15:05:52.447Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-08-01T15:05:52.447Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-08-01T15:05:52.447Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242025-08-01T15:05:52.447Z++ case $OLD_SHELL_OPTS in
1252025-08-01T15:05:52.447Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-08-01T15:05:52.447Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-08-01T15:05:52.447Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282025-08-01T15:05:52.447Z+ banner prerequisites
1292025-08-01T15:05:52.447Z
1302025-08-01T15:05:52.447Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-08-01T15:05:52.447Z # # # # # # # # # # # # # # #
1322025-08-01T15:05:52.447Z # # # # ##### # # ##### # # # # # #### #
1332025-08-01T15:05:52.447Z ##### ##### # ##### # # # # # # # # #
1342025-08-01T15:05:52.447Z # # # # # # # # # # # # # # #
1352025-08-01T15:05:52.448Z # # # ###### # # ###### ### # #### # #### #
1362025-08-01T15:05:52.448Z
1372025-08-01T15:05:52.448Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-08-01T15:06:05.528Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-08-01T15:06:14.135Z Startup: Caching catalogs ... Done
1402025-08-01T15:06:21.024ZPlanning: Solver setup ... Done (5.321s)
1412025-08-01T15:06:21.071ZPlanning: Running solver ... Done (0.047s)
1422025-08-01T15:06:21.143ZPlanning: Finding local manifests ... Done (0.002s)
1432025-08-01T15:06:21.228ZPlanning: Fetching manifests: 0/4 0% complete
1442025-08-01T15:06:21.611ZPlanning: Fetching manifests: 4/4 100% complete
1452025-08-01T15:06:21.669ZPlanning: Package planning ... Done (0.058s)
1462025-08-01T15:06:21.727ZPlanning: Merging actions ... Done (0.058s)
1472025-08-01T15:06:22.069ZPlanning: Checking for conflicting actions ... Done (0.341s)
1482025-08-01T15:06:22.095ZPlanning: Consolidating action changes ... Done (0.013s)
1492025-08-01T15:06:22.707ZPlanning: Evaluating mediators ... Done (0.625s)
1502025-08-01T15:06:22.734ZPlanning: Planning completed in 8.48 seconds
1512025-08-01T15:06:22.734Z Packages to install: 4
1522025-08-01T15:06:22.734Z Mediators to change: 2
1532025-08-01T15:06:22.734Z Services to change: 1
1542025-08-01T15:06:22.734Z Estimated space available: 155.02 GB
1552025-08-01T15:06:22.734ZEstimated space to be consumed: 1.71 GB
1562025-08-01T15:06:22.734Z Create boot environment: No
1572025-08-01T15:06:22.734ZCreate backup boot environment: No
1582025-08-01T15:06:22.734Z Rebuild boot archive: No
1592025-08-01T15:06:22.734Z
1602025-08-01T15:06:22.734ZChanged mediators:
1612025-08-01T15:06:22.734Z mediator clang:
1622025-08-01T15:06:22.734Z version: None -> 15 (system default)
1632025-08-01T15:06:22.735Z
1642025-08-01T15:06:22.735Z mediator llvm:
1652025-08-01T15:06:22.735Z version: 14 (system default) -> 15 (system default)
1662025-08-01T15:06:22.735Z
1672025-08-01T15:06:22.761ZChanged packages:
1682025-08-01T15:06:22.762Zhelios-dev
1692025-08-01T15:06:22.762Z developer/build-essential
1702025-08-01T15:06:22.762Z None -> 11-2.0
1712025-08-01T15:06:22.762Z library/libxmlsec1
1722025-08-01T15:06:22.762Z None -> 1.2.35-2.0
1732025-08-01T15:06:22.762Z ooce/developer/clang-15
1742025-08-01T15:06:22.762Z None -> 15.0.7-2.0
1752025-08-01T15:06:22.762Z ooce/developer/llvm-15
1762025-08-01T15:06:22.762Z None -> 15.0.7-2.0
1772025-08-01T15:06:22.762Z
1782025-08-01T15:06:22.762ZServices:
1792025-08-01T15:06:22.762Z restart_fmri:
1802025-08-01T15:06:22.762Z svc:/system/update-man-index:default
1812025-08-01T15:06:22.790Z
1822025-08-01T15:06:22.791ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-08-01T15:06:27.878ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (18.1M/s)
1842025-08-01T15:06:33.003ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (14.3M/s)
1852025-08-01T15:06:38.015ZDownload: 3246/3290 items 195.3/212.6MB 91% complete (11.1M/s)
1862025-08-01T15:06:42.570ZDownload: Completed 212.60 MB in 19.78 seconds (10.8M/s)
1872025-08-01T15:06:42.729Z Actions: 1/3689 actions (Installing new actions)
1882025-08-01T15:06:48.076Z Actions: 2635/3689 actions (Installing new actions)
1892025-08-01T15:06:48.419Z Actions: Completed 3689 actions in 5.69 seconds.
1902025-08-01T15:06:49.292Z Done (0.867s)
1912025-08-01T15:06:49.292Z Done (0.000s)
1922025-08-01T15:06:50.305Z Done (1.012s)
1932025-08-01T15:06:55.244Z Done (4.715s)
1942025-08-01T15:06:55.336Z Done (0.018s)
1952025-08-01T15:06:55.363Z Done (0.000s)
1962025-08-01T15:06:55.506Z Done (0.000s)
1972025-08-01T15:06:56.411ZPlanning: Evaluating mediator changes ... Done
1982025-08-01T15:06:56.674ZPlanning: Checking for conflicting actions ... Done
1992025-08-01T15:06:56.701ZPlanning: Consolidating action changes ... Done
2002025-08-01T15:06:57.006ZPlanning: Evaluating mediators ... Done
2012025-08-01T15:06:57.032ZPlanning: Planning completed in 0.59 seconds
2022025-08-01T15:06:57.059Z Mediators to change: 2
2032025-08-01T15:06:57.059Z Create boot environment: No
2042025-08-01T15:06:57.059ZCreate backup boot environment: No
2052025-08-01T15:06:57.103Z Done
2062025-08-01T15:06:57.103Z Done
2072025-08-01T15:06:57.951Z Done
2082025-08-01T15:07:02.316Z Done
2092025-08-01T15:07:02.405Z Done
2102025-08-01T15:07:02.431Z Done
2112025-08-01T15:07:02.458Z Done
2122025-08-01T15:07:03.239ZPlanning: Evaluating mediator changes ... Done
2132025-08-01T15:07:03.266ZPlanning: Merging actions ... Done
2142025-08-01T15:07:03.531ZPlanning: Checking for conflicting actions ... Done
2152025-08-01T15:07:03.558ZPlanning: Consolidating action changes ... Done
2162025-08-01T15:07:03.873ZPlanning: Evaluating mediators ... Done
2172025-08-01T15:07:03.947ZPlanning: Planning completed in 1.02 seconds
2182025-08-01T15:07:03.989Z Packages to change: 1
2192025-08-01T15:07:03.989Z Mediators to change: 1
2202025-08-01T15:07:03.989Z Services to change: 1
2212025-08-01T15:07:03.990Z Create boot environment: No
2222025-08-01T15:07:03.990ZCreate backup boot environment: Yes
2232025-08-01T15:07:05.968Z Actions: 1/6 actions (Updating modified actions)
2242025-08-01T15:07:05.996Z Actions: Completed 6 actions in 0.00 seconds.
2252025-08-01T15:07:05.996Z Done
2262025-08-01T15:07:05.996Z Done
2272025-08-01T15:07:06.173Z Done
2282025-08-01T15:07:10.445Z Done
2292025-08-01T15:07:10.547Z Done
2302025-08-01T15:07:10.574Z Done
2312025-08-01T15:07:10.646Z Done
2322025-08-01T15:07:11.179ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332025-08-01T15:07:11.179Zclang system 15 system
2342025-08-01T15:07:11.179Zcsh system system illumos
2352025-08-01T15:07:11.179Zctags system system illumos
2362025-08-01T15:07:11.179Zfile system system illumos
2372025-08-01T15:07:11.179Zgcc vendor 12 vendor
2382025-08-01T15:07:11.179Zgcc system 10 system
2392025-08-01T15:07:11.179Zgcc system 7 system
2402025-08-01T15:07:11.179Zgo system 1.20 system
2412025-08-01T15:07:11.179Zgo system 1.19 system
2422025-08-01T15:07:11.179Zllvm system 15 system
2432025-08-01T15:07:11.179Zllvm system 14 system
2442025-08-01T15:07:11.179Zmariadb system 10.6 system
2452025-08-01T15:07:11.179Zmta vendor vendor dma
2462025-08-01T15:07:11.179Zopenjdk system 17 system
2472025-08-01T15:07:11.179Zopenjdk system 11 system
2482025-08-01T15:07:11.179Zopenjdk system 1.8 system
2492025-08-01T15:07:11.179Zopenssl vendor 3 vendor
2502025-08-01T15:07:11.179Zperl system 5.36 system
2512025-08-01T15:07:11.179Zpostgresql system 15 system
2522025-08-01T15:07:11.179Zpostgresql system 13 system
2532025-08-01T15:07:11.179Zpython vendor 3 vendor
2542025-08-01T15:07:11.179Zpython system 2 system
2552025-08-01T15:07:11.179Zpython3 system 3.11 system
2562025-08-01T15:07:11.179Zruby system 3.0 system
2572025-08-01T15:07:11.179Zwords vendor vendor american-english
2582025-08-01T15:07:11.179Zwords system system australian-english
2592025-08-01T15:07:11.179Zwords system system british-english
2602025-08-01T15:07:11.179Zwords system system canadian-english
2612025-08-01T15:07:11.180Zwords system system french
2622025-08-01T15:07:11.180Zwords system system italian
2632025-08-01T15:07:11.180Zwords system system ngerman
2642025-08-01T15:07:11.180Zwords system system ogerman
2652025-08-01T15:07:11.180Zwords system system spanish
2662025-08-01T15:07:11.559ZPUBLISHER TYPE STATUS P LOCATION
2672025-08-01T15:07:11.559Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682025-08-01T15:07:17.358ZFMRI IFO
2692025-08-01T15:07:17.358Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702025-08-01T15:07:17.358Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712025-08-01T15:07:17.358Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722025-08-01T15:07:17.358Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732025-08-01T15:07:17.358Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742025-08-01T15:07:17.358Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752025-08-01T15:07:17.358Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762025-08-01T15:07:17.358Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772025-08-01T15:07:17.358Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782025-08-01T15:07:17.358Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792025-08-01T15:07:17.358Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802025-08-01T15:07:17.358Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812025-08-01T15:07:17.358Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822025-08-01T15:07:17.358Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832025-08-01T15:07:17.358Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842025-08-01T15:07:17.358Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852025-08-01T15:07:18.395Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862025-08-01T15:07:18.829Z Updating crates.io index
2872025-08-01T15:07:18.856Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882025-08-01T15:07:19.417Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892025-08-01T15:07:20.250Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902025-08-01T15:07:20.590Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912025-08-01T15:07:21.022Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922025-08-01T15:07:21.542Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932025-08-01T15:07:22.995Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942025-08-01T15:07:25.298Z Updating git repository `https://github.com/oxidecomputer/opte`
2952025-08-01T15:07:26.463Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962025-08-01T15:07:27.369Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-08-01T15:07:27.745Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-08-01T15:07:28.201Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992025-08-01T15:07:29.061Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002025-08-01T15:07:29.511Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012025-08-01T15:07:30.078Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022025-08-01T15:07:30.766Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032025-08-01T15:07:31.340Z Updating git repository `https://github.com/oxidecomputer/tofino`
3042025-08-01T15:07:31.770Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052025-08-01T15:07:32.141Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062025-08-01T15:07:32.493Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072025-08-01T15:07:32.927Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082025-08-01T15:07:33.496Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092025-08-01T15:07:33.996Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-08-01T15:07:34.496Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112025-08-01T15:07:35.063Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3122025-08-01T15:07:35.609Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132025-08-01T15:07:36.003Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142025-08-01T15:07:36.547Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-08-01T15:07:37.170Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162025-08-01T15:07:37.581Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172025-08-01T15:07:38.004Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182025-08-01T15:07:38.429Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192025-08-01T15:07:48.902Z Updating git repository `https://github.com/illumos/smf-rs`
3202025-08-01T15:07:50.449Z Downloading crates ...
3212025-08-01T15:07:50.520Z Downloaded generic-array v0.14.7
3222025-08-01T15:07:50.551Z Downloaded anstyle-parse v0.2.5
3232025-08-01T15:07:50.551Z Downloaded anstyle-query v1.1.1
3242025-08-01T15:07:50.551Z Downloaded clap_lex v0.7.4
3252025-08-01T15:07:50.551Z Downloaded bitflags v2.9.1
3262025-08-01T15:07:50.552Z Downloaded cargo_toml v0.21.0
3272025-08-01T15:07:50.552Z Downloaded anstream v0.6.18
3282025-08-01T15:07:50.552Z Downloaded yoke-derive v0.7.4
3292025-08-01T15:07:50.552Z Downloaded form_urlencoded v1.2.1
3302025-08-01T15:07:50.552Z Downloaded tinystr v0.7.6
3312025-08-01T15:07:50.552Z Downloaded cargo_metadata v0.21.0
3322025-08-01T15:07:50.582Z Downloaded cfg-if v1.0.1
3332025-08-01T15:07:50.582Z Downloaded usdt-macro v0.5.0
3342025-08-01T15:07:50.582Z Downloaded icu_normalizer_data v1.5.0
3352025-08-01T15:07:50.583Z Downloaded zerofrom v0.1.4
3362025-08-01T15:07:50.583Z Downloaded usdt-impl v0.5.0
3372025-08-01T15:07:50.583Z Downloaded toml_write v0.1.2
3382025-08-01T15:07:50.583Z Downloaded tabled_derive v0.7.0
3392025-08-01T15:07:50.583Z Downloaded icu_normalizer v1.5.0
3402025-08-01T15:07:50.583Z Downloaded icu_locid_transform v1.5.0
3412025-08-01T15:07:50.583Z Downloaded toml_datetime v0.6.11
3422025-08-01T15:07:50.583Z Downloaded pest_derive v2.7.14
3432025-08-01T15:07:50.583Z Downloaded thiserror-impl v1.0.69
3442025-08-01T15:07:50.583Z Downloaded typenum v1.17.0
3452025-08-01T15:07:50.617Z Downloaded utf8_iter v1.0.4
3462025-08-01T15:07:50.617Z Downloaded thiserror-impl v2.0.12
3472025-08-01T15:07:50.617Z Downloaded dtrace-parser v0.2.0
3482025-08-01T15:07:50.618Z Downloaded thiserror v2.0.12
3492025-08-01T15:07:50.656Z Downloaded version_check v0.9.5
3502025-08-01T15:07:50.656Z Downloaded textwrap v0.16.2
3512025-08-01T15:07:50.656Z Downloaded url v2.5.4
3522025-08-01T15:07:50.657Z Downloaded stable_deref_trait v1.2.0
3532025-08-01T15:07:50.657Z Downloaded zerovec v0.10.4
3542025-08-01T15:07:50.657Z Downloaded zerocopy v0.7.35
3552025-08-01T15:07:50.685Z Downloaded tempfile v3.20.0
3562025-08-01T15:07:50.685Z Downloaded winnow v0.7.10
3572025-08-01T15:07:50.686Z Downloaded serde v1.0.219
3582025-08-01T15:07:50.686Z Downloaded pest v2.7.14
3592025-08-01T15:07:50.724Z Downloaded hashbrown v0.15.4
3602025-08-01T15:07:50.724Z Downloaded serde_json v1.0.141
3612025-08-01T15:07:50.725Z Downloaded unicode-width v0.1.14
3622025-08-01T15:07:50.725Z Downloaded unicode-width v0.2.0
3632025-08-01T15:07:50.725Z Downloaded tabled v0.15.0
3642025-08-01T15:07:50.752Z Downloaded goblin v0.8.2
3652025-08-01T15:07:50.752Z Downloaded icu_properties_data v1.5.0
3662025-08-01T15:07:50.752Z Downloaded syn v1.0.109
3672025-08-01T15:07:50.778Z Downloaded idna v1.0.3
3682025-08-01T15:07:50.778Z Downloaded serde_derive v1.0.219
3692025-08-01T15:07:50.778Z Downloaded proc-macro2 v1.0.95
3702025-08-01T15:07:50.778Z Downloaded syn v2.0.104
3712025-08-01T15:07:50.778Z Downloaded num-traits v0.2.19
3722025-08-01T15:07:50.805Z Downloaded log v0.4.27
3732025-08-01T15:07:50.805Z Downloaded rustix v0.38.37
3742025-08-01T15:07:50.832Z Downloaded indexmap v2.10.0
3752025-08-01T15:07:50.832Z Downloaded icu_collections v1.5.0
3762025-08-01T15:07:50.832Z Downloaded rustix v1.0.7
3772025-08-01T15:07:50.859Z Downloaded proc-macro-error v1.0.4
3782025-08-01T15:07:50.859Z Downloaded pest_meta v2.7.14
3792025-08-01T15:07:50.859Z Downloaded papergrid v0.11.0
3802025-08-01T15:07:50.859Z Downloaded memchr v2.7.4
3812025-08-01T15:07:50.859Z Downloaded icu_locid_transform_data v1.5.0
3822025-08-01T15:07:50.859Z Downloaded icu_locid v1.5.0
3832025-08-01T15:07:50.885Z Downloaded synstructure v0.13.1
3842025-08-01T15:07:50.885Z Downloaded smawk v0.3.2
3852025-08-01T15:07:50.885Z Downloaded smallvec v1.15.1
3862025-08-01T15:07:50.885Z Downloaded sha2 v0.10.9
3872025-08-01T15:07:50.885Z Downloaded serde_tokenstream v0.2.2
3882025-08-01T15:07:50.885Z Downloaded semver v1.0.26
3892025-08-01T15:07:50.886Z Downloaded scroll v0.12.0
3902025-08-01T15:07:50.886Z Downloaded quote v1.0.40
3912025-08-01T15:07:50.886Z Downloaded ucd-trie v0.1.7
3922025-08-01T15:07:50.886Z Downloaded serde_spanned v0.6.9
3932025-08-01T15:07:50.886Z Downloaded serde-value v0.7.0
3942025-08-01T15:07:50.886Z Downloaded pest_generator v2.7.14
3952025-08-01T15:07:50.886Z Downloaded heck v0.5.0
3962025-08-01T15:07:50.886Z Downloaded heck v0.4.1
3972025-08-01T15:07:50.886Z Downloaded fnv v1.0.7
3982025-08-01T15:07:50.913Z Downloaded libc v0.2.174
3992025-08-01T15:07:50.913Z Downloaded erased-serde v0.4.6
4002025-08-01T15:07:50.913Z Downloaded dof v0.3.0
4012025-08-01T15:07:50.939Z Downloaded digest v0.10.7
4022025-08-01T15:07:50.939Z Downloaded crypto-common v0.1.6
4032025-08-01T15:07:50.939Z Downloaded colorchoice v1.0.2
4042025-08-01T15:07:50.940Z Downloaded unicode-ident v1.0.18
4052025-08-01T15:07:50.940Z Downloaded toml_edit v0.22.27
4062025-08-01T15:07:50.940Z Downloaded toml v0.8.23
4072025-08-01T15:07:50.940Z Downloaded thread-id v4.2.2
4082025-08-01T15:07:50.940Z Downloaded terminal_size v0.4.0
4092025-08-01T15:07:50.940Z Downloaded swrite v0.1.0
4102025-08-01T15:07:50.940Z Downloaded strsim v0.11.1
4112025-08-01T15:07:50.940Z Downloaded serde-untagged v0.1.7
4122025-08-01T15:07:50.940Z Downloaded scroll_derive v0.12.0
4132025-08-01T15:07:50.940Z Downloaded ryu v1.0.18
4142025-08-01T15:07:50.940Z Downloaded proc-macro-error-attr v1.0.4
4152025-08-01T15:07:50.940Z Downloaded pretty-hex v0.4.1
4162025-08-01T15:07:50.940Z Downloaded memmap v0.7.0
4172025-08-01T15:07:50.967Z Downloaded zerocopy-derive v0.7.35
4182025-08-01T15:07:50.967Z Downloaded yoke v0.7.4
4192025-08-01T15:07:50.967Z Downloaded writeable v0.5.5
4202025-08-01T15:07:50.967Z Downloaded thiserror v1.0.69
4212025-08-01T15:07:50.967Z Downloaded zerovec-derive v0.10.3
4222025-08-01T15:07:50.967Z Downloaded zerofrom-derive v0.1.4
4232025-08-01T15:07:50.967Z Downloaded utf8parse v0.2.2
4242025-08-01T15:07:50.967Z Downloaded utf16_iter v1.0.5
4252025-08-01T15:07:50.967Z Downloaded usdt v0.5.0
4262025-08-01T15:07:50.967Z Downloaded unicode-xid v0.2.6
4272025-08-01T15:07:50.967Z Downloaded unicode-linebreak v0.1.5
4282025-08-01T15:07:50.967Z Downloaded percent-encoding v2.3.1
4292025-08-01T15:07:50.967Z Downloaded ordered-float v2.10.1
4302025-08-01T15:07:50.967Z Downloaded is_terminal_polyfill v1.70.1
4312025-08-01T15:07:50.967Z Downloaded idna_adapter v1.2.0
4322025-08-01T15:07:50.967Z Downloaded icu_provider_macros v1.5.0
4332025-08-01T15:07:50.967Z Downloaded errno v0.3.12
4342025-08-01T15:07:50.994Z Downloaded equivalent v1.0.2
4352025-08-01T15:07:50.994Z Downloaded typeid v1.0.3
4362025-08-01T15:07:50.994Z Downloaded macaddr v1.0.1
4372025-08-01T15:07:50.994Z Downloaded usdt-attr-macro v0.5.0
4382025-08-01T15:07:50.994Z Downloaded icu_properties v1.5.1
4392025-08-01T15:07:50.994Z Downloaded litemap v0.7.3
4402025-08-01T15:07:50.994Z Downloaded icu_provider v1.5.0
4412025-08-01T15:07:50.994Z Downloaded displaydoc v0.2.5
4422025-08-01T15:07:50.994Z Downloaded plain v0.2.3
4432025-08-01T15:07:50.994Z Downloaded fastrand v2.1.1
4442025-08-01T15:07:50.994Z Downloaded cpufeatures v0.2.14
4452025-08-01T15:07:50.994Z Downloaded write16 v1.0.0
4462025-08-01T15:07:50.994Z Downloaded once_cell v1.21.3
4472025-08-01T15:07:50.994Z Downloaded itoa v1.0.11
4482025-08-01T15:07:50.995Z Downloaded getrandom v0.3.1
4492025-08-01T15:07:50.995Z Downloaded clap_derive v4.5.41
4502025-08-01T15:07:51.022Z Downloaded clap v4.5.41
4512025-08-01T15:07:51.022Z Downloaded clap_builder v4.5.41
4522025-08-01T15:07:51.022Z Downloaded cargo-util-schemas v0.8.2
4532025-08-01T15:07:51.022Z Downloaded camino-tempfile v1.4.1
4542025-08-01T15:07:51.022Z Downloaded camino v1.1.10
4552025-08-01T15:07:51.022Z Downloaded cargo-platform v0.2.0
4562025-08-01T15:07:51.022Z Downloaded block-buffer v0.10.4
4572025-08-01T15:07:51.022Z Downloaded autocfg v1.4.0
4582025-08-01T15:07:51.022Z Downloaded fs-err v3.1.1
4592025-08-01T15:07:51.049Z Downloaded byteorder v1.5.0
4602025-08-01T15:07:51.049Z Downloaded bytecount v0.6.8
4612025-08-01T15:07:51.049Z Downloaded anyhow v1.0.98
4622025-08-01T15:07:51.049Z Downloaded anstyle v1.0.11
4632025-08-01T15:07:51.107Z Compiling proc-macro2 v1.0.95
4642025-08-01T15:07:51.108Z Compiling unicode-ident v1.0.18
4652025-08-01T15:07:51.135Z Compiling serde v1.0.219
4662025-08-01T15:07:51.135Z Compiling version_check v0.9.5
4672025-08-01T15:07:51.135Z Compiling libc v0.2.174
4682025-08-01T15:07:51.135Z Compiling memchr v2.7.4
4692025-08-01T15:07:51.135Z Compiling thiserror v1.0.69
4702025-08-01T15:07:51.135Z Compiling stable_deref_trait v1.2.0
4712025-08-01T15:07:51.411Z Compiling autocfg v1.4.0
4722025-08-01T15:07:51.439Z Compiling itoa v1.0.11
4732025-08-01T15:07:51.685Z Compiling ucd-trie v0.1.7
4742025-08-01T15:07:51.834Z Compiling ryu v1.0.18
4752025-08-01T15:07:51.865Z Compiling litemap v0.7.3
4762025-08-01T15:07:52.149Z Compiling writeable v0.5.5
4772025-08-01T15:07:52.177Z Compiling once_cell v1.21.3
4782025-08-01T15:07:52.236Z Compiling bitflags v2.9.1
4792025-08-01T15:07:52.263Z Compiling icu_locid_transform_data v1.5.0
4802025-08-01T15:07:52.383Z Compiling byteorder v1.5.0
4812025-08-01T15:07:52.411Z Compiling icu_properties_data v1.5.0
4822025-08-01T15:07:52.622Z Compiling serde_json v1.0.141
4832025-08-01T15:07:52.649Z Compiling num-traits v0.2.19
4842025-08-01T15:07:52.694Z Compiling utf8_iter v1.0.4
4852025-08-01T15:07:52.726Z Compiling write16 v1.0.0
4862025-08-01T15:07:52.783Z Compiling quote v1.0.40
4872025-08-01T15:07:52.875Z Compiling hashbrown v0.15.4
4882025-08-01T15:07:52.922Z Compiling errno v0.3.12
4892025-08-01T15:07:52.977Z Compiling icu_normalizer_data v1.5.0
4902025-08-01T15:07:53.070Z Compiling smallvec v1.15.1
4912025-08-01T15:07:53.110Z Compiling typeid v1.0.3
4922025-08-01T15:07:53.158Z Compiling syn v2.0.104
4932025-08-01T15:07:53.272Z Compiling equivalent v1.0.2
4942025-08-01T15:07:53.299Z Compiling utf16_iter v1.0.5
4952025-08-01T15:07:53.326Z Compiling rustix v0.38.37
4962025-08-01T15:07:53.452Z Compiling usdt-impl v0.5.0
4972025-08-01T15:07:53.498Z Compiling proc-macro-error-attr v1.0.4
4982025-08-01T15:07:53.630Z Compiling winnow v0.7.10
4992025-08-01T15:07:53.681Z Compiling syn v1.0.109
5002025-08-01T15:07:53.762Z Compiling indexmap v2.10.0
5012025-08-01T15:07:53.789Z Compiling toml_write v0.1.2
5022025-08-01T15:07:53.989Z Compiling thread-id v4.2.2
5032025-08-01T15:07:54.163Z Compiling proc-macro-error v1.0.4
5042025-08-01T15:07:54.234Z Compiling plain v0.2.3
5052025-08-01T15:07:54.299Z Compiling thiserror v2.0.12
5062025-08-01T15:07:54.401Z Compiling utf8parse v0.2.2
5072025-08-01T15:07:54.441Z Compiling rustix v1.0.7
5082025-08-01T15:07:54.570Z Compiling log v0.4.27
5092025-08-01T15:07:54.773Z Compiling camino v1.1.10
5102025-08-01T15:07:54.837Z Compiling percent-encoding v2.3.1
5112025-08-01T15:07:54.888Z Compiling semver v1.0.26
5122025-08-01T15:07:54.988Z Compiling getrandom v0.3.1
5132025-08-01T15:07:55.146Z Compiling form_urlencoded v1.2.1
5142025-08-01T15:07:55.307Z Compiling ordered-float v2.10.1
5152025-08-01T15:07:55.357Z Compiling terminal_size v0.4.0
5162025-08-01T15:07:55.439Z Compiling anstyle-parse v0.2.5
5172025-08-01T15:07:55.819Z Compiling anstyle v1.0.11
5182025-08-01T15:07:55.861Z Compiling colorchoice v1.0.2
5192025-08-01T15:07:55.888Z Compiling cfg-if v1.0.1
5202025-08-01T15:07:56.000Z Compiling is_terminal_polyfill v1.70.1
5212025-08-01T15:07:56.029Z Compiling pretty-hex v0.4.1
5222025-08-01T15:07:56.056Z Compiling anstyle-query v1.1.1
5232025-08-01T15:07:56.201Z Compiling anstream v0.6.18
5242025-08-01T15:07:56.375Z Compiling fs-err v3.1.1
5252025-08-01T15:07:56.477Z Compiling unicode-xid v0.2.6
5262025-08-01T15:07:56.523Z Compiling fastrand v2.1.1
5272025-08-01T15:07:56.644Z Compiling anyhow v1.0.98
5282025-08-01T15:07:56.670Z Compiling heck v0.5.0
5292025-08-01T15:07:56.752Z Compiling fnv v1.0.7
5302025-08-01T15:07:56.897Z Compiling clap_lex v0.7.4
5312025-08-01T15:07:57.071Z Compiling strsim v0.11.1
5322025-08-01T15:07:57.121Z Compiling unicode-width v0.1.14
5332025-08-01T15:07:57.274Z Compiling bytecount v0.6.8
5342025-08-01T15:07:57.315Z Compiling heck v0.4.1
5352025-08-01T15:07:57.478Z Compiling papergrid v0.11.0
5362025-08-01T15:07:57.548Z Compiling clap_builder v4.5.41
5372025-08-01T15:07:57.674Z Compiling tempfile v3.20.0
5382025-08-01T15:07:58.156Z Compiling memmap v0.7.0
5392025-08-01T15:07:58.332Z Compiling unicode-width v0.2.0
5402025-08-01T15:07:58.470Z Compiling smawk v0.3.2
5412025-08-01T15:07:58.497Z Compiling unicode-linebreak v0.1.5
5422025-08-01T15:07:58.685Z Compiling synstructure v0.13.1
5432025-08-01T15:07:58.910Z Compiling textwrap v0.16.2
5442025-08-01T15:07:59.790Z Compiling tabled_derive v0.7.0
5452025-08-01T15:07:59.818Z Compiling swrite v0.1.0
5462025-08-01T15:07:59.845Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5472025-08-01T15:08:00.970Z Compiling serde_derive v1.0.219
5482025-08-01T15:08:01.031Z Compiling zerofrom-derive v0.1.4
5492025-08-01T15:08:01.096Z Compiling yoke-derive v0.7.4
5502025-08-01T15:08:01.135Z Compiling thiserror-impl v1.0.69
5512025-08-01T15:08:01.250Z Compiling zerovec-derive v0.10.3
5522025-08-01T15:08:02.078Z Compiling displaydoc v0.2.5
5532025-08-01T15:08:02.228Z Compiling icu_provider_macros v1.5.0
5542025-08-01T15:08:03.140Z Compiling zerocopy-derive v0.7.35
5552025-08-01T15:08:03.213Z Compiling scroll_derive v0.12.0
5562025-08-01T15:08:03.324Z Compiling thiserror-impl v2.0.12
5572025-08-01T15:08:03.477Z Compiling clap_derive v4.5.41
5582025-08-01T15:08:03.708Z Compiling pest v2.7.14
5592025-08-01T15:08:03.902Z Compiling zerofrom v0.1.4
5602025-08-01T15:08:04.123Z Compiling yoke v0.7.4
5612025-08-01T15:08:04.283Z Compiling scroll v0.12.0
5622025-08-01T15:08:04.486Z Compiling zerovec v0.10.4
5632025-08-01T15:08:04.760Z Compiling goblin v0.8.2
5642025-08-01T15:08:04.806Z Compiling zerocopy v0.7.35
5652025-08-01T15:08:05.016Z Compiling tabled v0.15.0
5662025-08-01T15:08:05.899Z Compiling pest_meta v2.7.14
5672025-08-01T15:08:06.121Z Compiling tinystr v0.7.6
5682025-08-01T15:08:06.245Z Compiling icu_collections v1.5.0
5692025-08-01T15:08:06.410Z Compiling icu_locid v1.5.0
5702025-08-01T15:08:07.060Z Compiling clap v4.5.41
5712025-08-01T15:08:07.192Z Compiling pest_generator v2.7.14
5722025-08-01T15:08:07.762Z Compiling icu_provider v1.5.0
5732025-08-01T15:08:08.467Z Compiling icu_locid_transform v1.5.0
5742025-08-01T15:08:08.773Z Compiling pest_derive v2.7.14
5752025-08-01T15:08:09.427Z Compiling dtrace-parser v0.2.0
5762025-08-01T15:08:09.643Z Compiling icu_properties v1.5.1
5772025-08-01T15:08:11.082Z Compiling toml_datetime v0.6.11
5782025-08-01T15:08:11.083Z Compiling serde_spanned v0.6.9
5792025-08-01T15:08:11.110Z Compiling erased-serde v0.4.6
5802025-08-01T15:08:11.424Z Compiling toml_edit v0.22.27
5812025-08-01T15:08:11.452Z Compiling serde_tokenstream v0.2.2
5822025-08-01T15:08:11.550Z Compiling serde-value v0.7.0
5832025-08-01T15:08:11.950Z Compiling serde-untagged v0.1.7
5842025-08-01T15:08:12.106Z Compiling cargo-platform v0.2.0
5852025-08-01T15:08:12.226Z Compiling camino-tempfile v1.4.1
5862025-08-01T15:08:12.390Z Compiling macaddr v1.0.1
5872025-08-01T15:08:12.528Z Compiling dof v0.3.0
5882025-08-01T15:08:12.640Z Compiling icu_normalizer v1.5.0
5892025-08-01T15:08:13.431Z Compiling idna_adapter v1.2.0
5902025-08-01T15:08:13.640Z Compiling idna v1.0.3
5912025-08-01T15:08:14.187Z Compiling url v2.5.4
5922025-08-01T15:08:14.227Z Compiling usdt-macro v0.5.0
5932025-08-01T15:08:14.227Z Compiling usdt-attr-macro v0.5.0
5942025-08-01T15:08:14.421Z Compiling toml v0.8.23
5952025-08-01T15:08:15.155Z Compiling cargo-util-schemas v0.8.2
5962025-08-01T15:08:15.229Z Compiling cargo_toml v0.21.0
5972025-08-01T15:08:15.281Z Compiling usdt v0.5.0
5982025-08-01T15:08:17.071Z Compiling cargo_metadata v0.21.0
5992025-08-01T15:08:19.201Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002025-08-01T15:08:23.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
6012025-08-01T15:08:23.776Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022025-08-01T15:08:24.679Z Downloading crates ...
6032025-08-01T15:08:24.904Z Downloaded bit-set v0.8.0
6042025-08-01T15:08:24.930Z Downloaded cobs v0.2.3
6052025-08-01T15:08:24.930Z Downloaded libscf-sys v1.1.0
6062025-08-01T15:08:24.958Z Downloaded crc32fast v1.4.2
6072025-08-01T15:08:24.958Z Downloaded spki v0.7.3
6082025-08-01T15:08:24.958Z Downloaded hashbrown v0.13.2
6092025-08-01T15:08:24.986Z Downloaded slog-scope v4.4.0
6102025-08-01T15:08:24.986Z Downloaded impl-trait-for-tuples v0.2.2
6112025-08-01T15:08:25.013Z Downloaded derive_builder_core v0.20.2
6122025-08-01T15:08:25.040Z Downloaded jobserver v0.1.32
6132025-08-01T15:08:25.067Z Downloaded smoltcp v0.9.1
6142025-08-01T15:08:25.094Z Downloaded env_filter v0.1.2
6152025-08-01T15:08:25.149Z Downloaded spin v0.9.8
6162025-08-01T15:08:25.177Z Downloaded openssl-probe v0.1.5
6172025-08-01T15:08:25.177Z Downloaded tokio-native-tls v0.3.1
6182025-08-01T15:08:25.177Z Downloaded parse-size v1.1.0
6192025-08-01T15:08:25.205Z Downloaded zone_cfg_derive v0.3.0
6202025-08-01T15:08:25.232Z Downloaded cstr-argument v0.1.2
6212025-08-01T15:08:25.259Z Downloaded unicase v2.7.0
6222025-08-01T15:08:25.287Z Downloaded r2d2 v0.8.10
6232025-08-01T15:08:25.287Z Downloaded unarray v0.1.4
6242025-08-01T15:08:25.314Z Downloaded pem v3.0.5
6252025-08-01T15:08:25.342Z Downloaded darling_macro v0.21.0
6262025-08-01T15:08:25.342Z Downloaded strip-ansi-escapes v0.2.0
6272025-08-01T15:08:25.342Z Downloaded strum v0.26.3
6282025-08-01T15:08:25.370Z Downloaded slab v0.4.9
6292025-08-01T15:08:25.370Z Downloaded either v1.15.0
6302025-08-01T15:08:25.398Z Downloaded ed25519 v2.2.3
6312025-08-01T15:08:25.398Z Downloaded foreign-types-shared v0.3.1
6322025-08-01T15:08:25.425Z Downloaded rustls-pemfile v2.2.0
6332025-08-01T15:08:25.425Z Downloaded poly1305 v0.8.0
6342025-08-01T15:08:25.452Z Downloaded rustls-pemfile v1.0.4
6352025-08-01T15:08:25.452Z Downloaded postcard v1.0.10
6362025-08-01T15:08:25.452Z Downloaded rustls-pki-types v1.10.0
6372025-08-01T15:08:25.452Z Downloaded git2 v0.19.0
6382025-08-01T15:08:25.479Z Downloaded rustyline v14.0.0
6392025-08-01T15:08:25.479Z Downloaded derive_more v2.0.1
6402025-08-01T15:08:25.507Z Downloaded derive_more-impl v2.0.1
6412025-08-01T15:08:25.507Z Downloaded ratatui v0.29.0
6422025-08-01T15:08:25.533Z Downloaded vcpkg v0.2.15
6432025-08-01T15:08:25.586Z Downloaded rand v0.8.5
6442025-08-01T15:08:25.613Z Downloaded portable-atomic v1.11.0
6452025-08-01T15:08:25.613Z Downloaded rustls-webpki v0.102.8
6462025-08-01T15:08:25.640Z Downloaded salty v0.3.0
6472025-08-01T15:08:25.640Z Downloaded rustls-webpki v0.101.7
6482025-08-01T15:08:25.667Z Downloaded diesel v2.2.11
6492025-08-01T15:08:25.693Z Downloaded polar-core v0.27.3
6502025-08-01T15:08:25.693Z Downloaded tokio v1.47.0
6512025-08-01T15:08:25.733Z Downloaded radix_trie v0.2.1
6522025-08-01T15:08:25.760Z Downloaded typify-impl v0.4.1
6532025-08-01T15:08:25.760Z Downloaded typify-impl v0.3.0
6542025-08-01T15:08:25.786Z Downloaded regex-automata v0.4.8
6552025-08-01T15:08:25.787Z Downloaded typify-impl v0.2.0
6562025-08-01T15:08:25.813Z Downloaded libz-sys v1.1.20
6572025-08-01T15:08:25.813Z Downloaded sled v0.34.7
6582025-08-01T15:08:25.840Z Downloaded curve25519-dalek v4.1.3
6592025-08-01T15:08:25.840Z Downloaded gimli v0.31.1
6602025-08-01T15:08:25.867Z Downloaded lzma-sys v0.1.20
6612025-08-01T15:08:25.893Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6622025-08-01T15:08:25.920Z Downloaded zerocopy-derive v0.6.6
6632025-08-01T15:08:25.920Z Downloaded der v0.7.9
6642025-08-01T15:08:25.920Z Downloaded sqlparser v0.45.0
6652025-08-01T15:08:25.947Z Downloaded serde_with v3.14.0
6662025-08-01T15:08:25.947Z Downloaded petname v2.0.2
6672025-08-01T15:08:25.947Z Downloaded csv v1.3.1
6682025-08-01T15:08:25.974Z Downloaded petgraph v0.6.5
6692025-08-01T15:08:26.001Z Downloaded petgraph v0.8.2
6702025-08-01T15:08:26.028Z Downloaded flume v0.11.1
6712025-08-01T15:08:26.028Z Downloaded elliptic-curve v0.13.8
6722025-08-01T15:08:26.028Z Downloaded tabled v0.18.0
6732025-08-01T15:08:26.055Z Downloaded rustls-native-certs v0.8.1
6742025-08-01T15:08:26.055Z Downloaded sha3 v0.10.8
6752025-08-01T15:08:26.055Z Downloaded postgres-types v0.2.9
6762025-08-01T15:08:26.055Z Downloaded postgres-protocol v0.6.8
6772025-08-01T15:08:26.055Z Downloaded futures v0.3.31
6782025-08-01T15:08:26.055Z Downloaded embedded-io v0.4.0
6792025-08-01T15:08:26.055Z Downloaded diesel_derives v2.2.3
6802025-08-01T15:08:26.082Z Downloaded encoding_rs v0.8.34
6812025-08-01T15:08:26.082Z Downloaded proptest v1.7.0
6822025-08-01T15:08:26.109Z Downloaded regress v0.10.4
6832025-08-01T15:08:26.109Z Downloaded jiff v0.2.15
6842025-08-01T15:08:26.136Z Downloaded pkcs8 v0.10.2
6852025-08-01T15:08:26.136Z Downloaded fs-err v2.11.0
6862025-08-01T15:08:26.136Z Downloaded foldhash v0.1.5
6872025-08-01T15:08:26.136Z Downloaded float-cmp v0.10.0
6882025-08-01T15:08:26.136Z Downloaded derive_more v0.99.20
6892025-08-01T15:08:26.136Z Downloaded defmt-parser v0.3.4
6902025-08-01T15:08:26.136Z Downloaded rustversion v1.0.17
6912025-08-01T15:08:26.136Z Downloaded ssh-key v0.6.6
6922025-08-01T15:08:26.163Z Downloaded samael v0.0.19
6932025-08-01T15:08:26.163Z Downloaded rustls v0.23.19
6942025-08-01T15:08:26.190Z Downloaded regex-syntax v0.8.5
6952025-08-01T15:08:26.190Z Downloaded radium v0.7.0
6962025-08-01T15:08:26.190Z Downloaded polyval v0.6.2
6972025-08-01T15:08:26.190Z Downloaded pkg-config v0.3.31
6982025-08-01T15:08:26.190Z Downloaded funty v2.0.0
6992025-08-01T15:08:26.190Z Downloaded fs_extra v1.3.0
7002025-08-01T15:08:26.190Z Downloaded foreign-types-shared v0.1.1
7012025-08-01T15:08:26.190Z Downloaded ring v0.17.14
7022025-08-01T15:08:26.230Z Downloaded libgit2-sys v0.17.0+1.8.1
7032025-08-01T15:08:26.292Z Downloaded foreign-types-macros v0.2.3
7042025-08-01T15:08:26.319Z Downloaded foreign-types v0.3.2
7052025-08-01T15:08:26.319Z Downloaded float-ord v0.3.2
7062025-08-01T15:08:26.319Z Downloaded embedded-io v0.6.1
7072025-08-01T15:08:26.319Z Downloaded der_derive v0.7.3
7082025-08-01T15:08:26.319Z Downloaded salsa20 v0.10.2
7092025-08-01T15:08:26.319Z Downloaded rusty-fork v0.3.0
7102025-08-01T15:08:26.319Z Downloaded ed25519-dalek v2.1.1
7112025-08-01T15:08:26.319Z Downloaded steno v0.4.1
7122025-08-01T15:08:26.319Z Downloaded futures-util v0.3.31
7132025-08-01T15:08:26.346Z Downloaded quinn-proto v0.11.8
7142025-08-01T15:08:26.346Z Downloaded rustls v0.22.4
7152025-08-01T15:08:26.346Z Downloaded regex-syntax v0.6.29
7162025-08-01T15:08:26.373Z Downloaded openapiv3 v2.2.0
7172025-08-01T15:08:26.373Z Downloaded foreign-types v0.5.0
7182025-08-01T15:08:26.373Z Downloaded defmt-macros v0.3.9
7192025-08-01T15:08:26.373Z Downloaded dirs-next v2.0.0
7202025-08-01T15:08:26.373Z Downloaded difflib v0.4.0
7212025-08-01T15:08:26.373Z Downloaded diff v0.1.13
7222025-08-01T15:08:26.373Z Downloaded des v0.8.1
7232025-08-01T15:08:26.400Z Downloaded serde_yaml v0.9.34+deprecated
7242025-08-01T15:08:26.400Z Downloaded tar v0.4.44
7252025-08-01T15:08:26.400Z Downloaded unicode-normalization v0.1.24
7262025-08-01T15:08:26.400Z Downloaded quick-xml v0.37.2
7272025-08-01T15:08:26.400Z Downloaded zerocopy v0.8.26
7282025-08-01T15:08:26.427Z Downloaded ecdsa v0.16.9
7292025-08-01T15:08:26.427Z Downloaded dunce v1.0.5
7302025-08-01T15:08:26.427Z Downloaded diesel_table_macro_syntax v0.2.0
7312025-08-01T15:08:26.427Z Downloaded diesel-dtrace v0.4.2
7322025-08-01T15:08:26.428Z Downloaded data-encoding v2.9.0
7332025-08-01T15:08:26.428Z Downloaded sqlformat v0.3.5
7342025-08-01T15:08:26.428Z Downloaded slog v2.7.0
7352025-08-01T15:08:26.454Z Downloaded signal-hook-tokio v0.3.1
7362025-08-01T15:08:26.455Z Downloaded signal-hook v0.3.18
7372025-08-01T15:08:26.455Z Downloaded shlex v1.3.0
7382025-08-01T15:08:26.455Z Downloaded sha1 v0.10.6
7392025-08-01T15:08:26.455Z Downloaded serde_with_macros v3.14.0
7402025-08-01T15:08:26.455Z Downloaded serde_urlencoded v0.7.1
7412025-08-01T15:08:26.455Z Downloaded serde_repr v0.1.19
7422025-08-01T15:08:26.455Z Downloaded serde_plain v1.0.2
7432025-08-01T15:08:26.455Z Downloaded serde_path_to_error v0.1.17
7442025-08-01T15:08:26.455Z Downloaded serde_derive_internals v0.29.1
7452025-08-01T15:08:26.455Z Downloaded smoltcp v0.11.0
7462025-08-01T15:08:26.482Z Downloaded dyn-clone v1.0.19
7472025-08-01T15:08:26.482Z Downloaded display-error-chain v0.2.2
7482025-08-01T15:08:26.482Z Downloaded dirs-sys-next v0.1.2
7492025-08-01T15:08:26.482Z Downloaded defmt v0.3.8
7502025-08-01T15:08:26.482Z Downloaded debug-ignore v1.0.5
7512025-08-01T15:08:26.482Z Downloaded structmeta-derive v0.3.0
7522025-08-01T15:08:26.482Z Downloaded structmeta v0.3.0
7532025-08-01T15:08:26.482Z Downloaded string_cache v0.8.9
7542025-08-01T15:08:26.482Z Downloaded similar v2.7.0
7552025-08-01T15:08:26.482Z Downloaded simd-adler32 v0.3.7
7562025-08-01T15:08:26.482Z Downloaded sigpipe v0.1.3
7572025-08-01T15:08:26.509Z Downloaded signature v2.2.0
7582025-08-01T15:08:26.509Z Downloaded signal-hook-registry v1.4.2
7592025-08-01T15:08:26.509Z Downloaded signal-hook-mio v0.2.4
7602025-08-01T15:08:26.509Z Downloaded shell-words v1.1.0
7612025-08-01T15:08:26.509Z Downloaded serde_cbor v0.11.2
7622025-08-01T15:08:26.509Z Downloaded serde_bytes v0.11.17
7632025-08-01T15:08:26.509Z Downloaded darling_core v0.21.0
7642025-08-01T15:08:26.509Z Downloaded darling_core v0.20.10
7652025-08-01T15:08:26.510Z Downloaded csv-core v0.1.11
7662025-08-01T15:08:26.510Z Downloaded uuid v1.17.0
7672025-08-01T15:08:26.510Z Downloaded unsafe-libyaml v0.2.11
7682025-08-01T15:08:26.537Z Downloaded typed-path v0.9.3
7692025-08-01T15:08:26.537Z Downloaded zlib-rs v0.5.1
7702025-08-01T15:08:26.537Z Downloaded rustls v0.21.12
7712025-08-01T15:08:26.537Z Downloaded regex v1.11.1
7722025-08-01T15:08:26.563Z Downloaded rayon v1.10.0
7732025-08-01T15:08:26.564Z Downloaded siphasher v0.3.11
7742025-08-01T15:08:26.564Z Downloaded subprocess v0.2.9
7752025-08-01T15:08:26.564Z Downloaded strum_macros v0.27.1
7762025-08-01T15:08:26.590Z Downloaded tungstenite v0.23.0
7772025-08-01T15:08:26.590Z Downloaded openssl v0.10.73
7782025-08-01T15:08:26.590Z Downloaded object v0.36.5
7792025-08-01T15:08:26.617Z Downloaded object v0.30.4
7802025-08-01T15:08:26.617Z Downloaded stringprep v0.1.5
7812025-08-01T15:08:26.617Z Downloaded static_assertions v1.1.0
7822025-08-01T15:08:26.617Z Downloaded ssh-encoding v0.2.0
7832025-08-01T15:08:26.617Z Downloaded ssh-cipher v0.2.0
7842025-08-01T15:08:26.617Z Downloaded sqlparser_derive v0.2.2
7852025-08-01T15:08:26.617Z Downloaded siphasher v1.0.1
7862025-08-01T15:08:26.617Z Downloaded value-bag v1.9.0
7872025-08-01T15:08:26.617Z Downloaded tap v1.0.1
7882025-08-01T15:08:26.617Z Downloaded take_mut v0.2.2
7892025-08-01T15:08:26.617Z Downloaded tagptr v0.2.0
7902025-08-01T15:08:26.617Z Downloaded tabwriter v1.4.0
7912025-08-01T15:08:26.645Z Downloaded tabled_derive v0.10.0
7922025-08-01T15:08:26.645Z Downloaded supports-color v3.0.2
7932025-08-01T15:08:26.645Z Downloaded support-bundle-viewer v0.1.2
7942025-08-01T15:08:26.645Z Downloaded subtle v2.6.1
7952025-08-01T15:08:26.645Z Downloaded strum_macros v0.26.4
7962025-08-01T15:08:26.645Z Downloaded strum_macros v0.24.3
7972025-08-01T15:08:26.645Z Downloaded strum v0.27.2
7982025-08-01T15:08:26.645Z Downloaded pkcs5 v0.7.1
7992025-08-01T15:08:26.645Z Downloaded pin-project v1.1.6
8002025-08-01T15:08:26.672Z Downloaded num-bigint-dig v0.8.4
8012025-08-01T15:08:26.672Z Downloaded num-bigint v0.4.6
8022025-08-01T15:08:26.672Z Downloaded zip v4.2.0
8032025-08-01T15:08:26.672Z Downloaded webpki-roots v1.0.1
8042025-08-01T15:08:26.672Z Downloaded ctr v0.9.2
8052025-08-01T15:08:26.672Z Downloaded uzers v0.12.1
8062025-08-01T15:08:26.672Z Downloaded utf-8 v0.7.6
8072025-08-01T15:08:26.672Z Downloaded untrusted v0.9.0
8082025-08-01T15:08:26.699Z Downloaded untrusted v0.7.1
8092025-08-01T15:08:26.699Z Downloaded sync_wrapper v1.0.1
8102025-08-01T15:08:26.699Z Downloaded sync-ptr v0.1.4
8112025-08-01T15:08:26.699Z Downloaded peg-macros v0.8.5
8122025-08-01T15:08:26.699Z Downloaded ghash v0.5.1
8132025-08-01T15:08:26.699Z Downloaded getrandom v0.2.15
8142025-08-01T15:08:26.699Z Downloaded gethostname v0.5.0
8152025-08-01T15:08:26.699Z Downloaded fxhash v0.2.1
8162025-08-01T15:08:26.699Z Downloaded futures-sink v0.3.31
8172025-08-01T15:08:26.699Z Downloaded futures-macro v0.3.31
8182025-08-01T15:08:26.699Z Downloaded futures-executor v0.3.31
8192025-08-01T15:08:26.699Z Downloaded futures-core v0.3.31
8202025-08-01T15:08:26.699Z Downloaded futures-channel v0.3.31
8212025-08-01T15:08:26.699Z Downloaded typify v0.3.0
8222025-08-01T15:08:26.699Z Downloaded tungstenite v0.21.0
8232025-08-01T15:08:26.699Z Downloaded tokio-tungstenite v0.21.0
8242025-08-01T15:08:26.726Z Downloaded tokio-rustls v0.26.0
8252025-08-01T15:08:26.726Z Downloaded thiserror-impl-no-std v2.0.2
8262025-08-01T15:08:26.726Z Downloaded test-strategy v0.4.3
8272025-08-01T15:08:26.726Z Downloaded termcolor v1.4.1
8282025-08-01T15:08:26.726Z Downloaded term v0.7.0
8292025-08-01T15:08:26.726Z Downloaded prettyplease v0.2.36
8302025-08-01T15:08:26.726Z Downloaded pretty_assertions v1.4.1
8312025-08-01T15:08:26.726Z Downloaded prefix-trie v0.7.0
8322025-08-01T15:08:26.726Z Downloaded zip v0.6.6
8332025-08-01T15:08:26.726Z Downloaded zerocopy-derive v0.8.26
8342025-08-01T15:08:26.753Z Downloaded tough v0.20.0
8352025-08-01T15:08:26.753Z Downloaded tokio-util v0.7.15
8362025-08-01T15:08:26.753Z Downloaded darling_macro v0.20.10
8372025-08-01T15:08:26.753Z Downloaded pkcs1 v0.7.5
8382025-08-01T15:08:26.753Z Downloaded pin-utils v0.1.0
8392025-08-01T15:08:26.780Z Downloaded pin-project-lite v0.2.14
8402025-08-01T15:08:26.780Z Downloaded pin-project-internal v1.1.6
8412025-08-01T15:08:26.780Z Downloaded phf_shared v0.12.1
8422025-08-01T15:08:26.780Z Downloaded phf_shared v0.11.2
8432025-08-01T15:08:26.780Z Downloaded phf v0.12.1
8442025-08-01T15:08:26.780Z Downloaded phf v0.11.2
8452025-08-01T15:08:26.780Z Downloaded pem-rfc7468 v0.7.0
8462025-08-01T15:08:26.780Z Downloaded peg v0.8.5
8472025-08-01T15:08:26.780Z Downloaded futures-task v0.3.31
8482025-08-01T15:08:26.780Z Downloaded futures-io v0.3.31
8492025-08-01T15:08:26.781Z Downloaded unicode-bidi v0.3.17
8502025-08-01T15:08:26.781Z Downloaded typify v0.4.1
8512025-08-01T15:08:26.808Z Downloaded typify v0.2.0
8522025-08-01T15:08:26.808Z Downloaded twox-hash v2.1.0
8532025-08-01T15:08:26.808Z Downloaded try-lock v0.2.5
8542025-08-01T15:08:26.808Z Downloaded tokio-stream v0.1.17
8552025-08-01T15:08:26.808Z Downloaded termtree v0.5.1
8562025-08-01T15:08:26.808Z Downloaded publicsuffix v2.3.0
8572025-08-01T15:08:26.808Z Downloaded progenitor-impl v0.10.0
8582025-08-01T15:08:26.808Z Downloaded proc-macro-error2 v2.0.1
8592025-08-01T15:08:26.808Z Downloaded proc-macro-error-attr2 v2.0.0
8602025-08-01T15:08:26.808Z Downloaded proc-macro-crate v1.3.1
8612025-08-01T15:08:26.808Z Downloaded primeorder v0.13.6
8622025-08-01T15:08:26.808Z Downloaded yansi v1.0.1
8632025-08-01T15:08:26.835Z Downloaded tower v0.5.2
8642025-08-01T15:08:26.835Z Downloaded toml_edit v0.19.15
8652025-08-01T15:08:26.861Z Downloaded reqwest v0.12.22
8662025-08-01T15:08:26.862Z Downloaded rand v0.9.1
8672025-08-01T15:08:26.862Z Downloaded p384 v0.13.0
8682025-08-01T15:08:26.862Z Downloaded winnow v0.6.26
8692025-08-01T15:08:26.889Z Downloaded winnow v0.5.40
8702025-08-01T15:08:26.889Z Downloaded peg-runtime v0.8.5
8712025-08-01T15:08:26.889Z Downloaded typify-macro v0.4.1
8722025-08-01T15:08:26.889Z Downloaded typify-macro v0.3.0
8732025-08-01T15:08:26.889Z Downloaded typify-macro v0.2.0
8742025-08-01T15:08:26.889Z Downloaded tui-tree-widget v0.23.1
8752025-08-01T15:08:26.889Z Downloaded termios v0.3.3
8762025-08-01T15:08:26.889Z Downloaded progenitor-impl v0.8.0
8772025-08-01T15:08:26.889Z Downloaded progenitor v0.9.1
8782025-08-01T15:08:26.889Z Downloaded progenitor v0.8.0
8792025-08-01T15:08:26.889Z Downloaded predicates-core v1.0.8
8802025-08-01T15:08:26.915Z Downloaded powerfmt v0.2.0
8812025-08-01T15:08:26.915Z Downloaded pbkdf2 v0.12.2
8822025-08-01T15:08:26.915Z Downloaded password-hash v0.5.0
8832025-08-01T15:08:26.916Z Downloaded crossterm v0.29.0
8842025-08-01T15:08:26.916Z Downloaded rayon-core v1.12.1
8852025-08-01T15:08:26.916Z Downloaded progenitor-impl v0.9.1
8862025-08-01T15:08:26.916Z Downloaded predicates-tree v1.0.12
8872025-08-01T15:08:26.916Z Downloaded quinn-udp v0.5.5
8882025-08-01T15:08:26.916Z Downloaded quinn v0.11.5
8892025-08-01T15:08:26.916Z Downloaded quick-error v1.2.3
8902025-08-01T15:08:26.916Z Downloaded qorb v0.4.0
8912025-08-01T15:08:26.943Z Downloaded psl-types v2.0.11
8922025-08-01T15:08:26.943Z Downloaded progenitor-macro v0.10.0
8932025-08-01T15:08:26.944Z Downloaded progenitor-macro v0.9.1
8942025-08-01T15:08:26.944Z Downloaded progenitor-macro v0.8.0
8952025-08-01T15:08:26.944Z Downloaded progenitor-client v0.10.0
8962025-08-01T15:08:26.944Z Downloaded progenitor-client v0.9.1
8972025-08-01T15:08:26.944Z Downloaded progenitor v0.10.0
8982025-08-01T15:08:26.944Z Downloaded pretty-hex v0.2.1
8992025-08-01T15:08:26.944Z Downloaded predicates v3.1.3
9002025-08-01T15:08:26.944Z Downloaded precomputed-hash v0.1.1
9012025-08-01T15:08:26.944Z Downloaded ppv-lite86 v0.2.20
9022025-08-01T15:08:26.944Z Downloaded pbkdf2 v0.11.0
9032025-08-01T15:08:26.944Z Downloaded path-slash v0.1.5
9042025-08-01T15:08:26.944Z Downloaded paste v1.0.15
9052025-08-01T15:08:26.944Z Downloaded num-integer v0.1.46
9062025-08-01T15:08:26.944Z Downloaded num-derive v0.3.3
9072025-08-01T15:08:26.944Z Downloaded num-conv v0.1.0
9082025-08-01T15:08:26.971Z Downloaded num-complex v0.4.6
9092025-08-01T15:08:26.971Z Downloaded glob v0.3.2
9102025-08-01T15:08:26.971Z Downloaded crypto-bigint v0.5.5
9112025-08-01T15:08:26.971Z Downloaded zeroize_derive v1.4.2
9122025-08-01T15:08:26.971Z Downloaded zerocopy v0.6.6
9132025-08-01T15:08:26.971Z Downloaded yasna v0.5.2
9142025-08-01T15:08:26.971Z Downloaded vte v0.11.1
9152025-08-01T15:08:26.971Z Downloaded vsss-rs v3.3.4
9162025-08-01T15:08:26.971Z Downloaded vergen v8.3.2
9172025-08-01T15:08:26.971Z Downloaded tower-http v0.6.6
9182025-08-01T15:08:26.998Z Downloaded toml v0.7.8
9192025-08-01T15:08:26.998Z Downloaded russh v0.45.0
9202025-08-01T15:08:26.998Z Downloaded rpassword v7.4.0
9212025-08-01T15:08:26.999Z Downloaded reedline v0.40.0
9222025-08-01T15:08:26.999Z Downloaded rcgen v0.12.1
9232025-08-01T15:08:27.026Z Downloaded p521 v0.13.3
9242025-08-01T15:08:27.026Z Downloaded aws-lc-sys v0.26.0
9252025-08-01T15:08:27.228Z Downloaded x509-cert v0.2.5
9262025-08-01T15:08:27.254Z Downloaded unicode-segmentation v1.12.0
9272025-08-01T15:08:27.255Z Downloaded time v0.3.36
9282025-08-01T15:08:27.255Z Downloaded nix v0.30.1
9292025-08-01T15:08:27.281Z Downloaded progenitor-client v0.8.0
9302025-08-01T15:08:27.281Z Downloaded num-derive v0.4.2
9312025-08-01T15:08:27.281Z Downloaded zstd-safe v7.2.3
9322025-08-01T15:08:27.281Z Downloaded zstd v0.13.3
9332025-08-01T15:08:27.281Z Downloaded zopfli v0.8.1
9342025-08-01T15:08:27.281Z Downloaded zone_cfg_derive v0.1.2
9352025-08-01T15:08:27.281Z Downloaded zone v0.3.1
9362025-08-01T15:08:27.281Z Downloaded zone v0.1.8
9372025-08-01T15:08:27.281Z Downloaded zeroize v1.8.1
9382025-08-01T15:08:27.281Z Downloaded xz2 v0.1.7
9392025-08-01T15:08:27.281Z Downloaded vte_generate_state_changes v0.1.2
9402025-08-01T15:08:27.281Z Downloaded void v1.0.2
9412025-08-01T15:08:27.282Z Downloaded tracing-core v0.1.32
9422025-08-01T15:08:27.282Z Downloaded tracing v0.1.40
9432025-08-01T15:08:27.309Z Downloaded topological-sort v0.2.2
9442025-08-01T15:08:27.309Z Downloaded tokio-tungstenite v0.23.1
9452025-08-01T15:08:27.309Z Downloaded russh-keys v0.45.0
9462025-08-01T15:08:27.309Z Downloaded rsa v0.9.6
9472025-08-01T15:08:27.309Z Downloaded ron v0.8.1
9482025-08-01T15:08:27.309Z Downloaded rand_seeder v0.3.0
9492025-08-01T15:08:27.309Z Downloaded rand_core v0.9.2
9502025-08-01T15:08:27.309Z Downloaded rand_chacha v0.9.0
9512025-08-01T15:08:27.309Z Downloaded rand_chacha v0.3.1
9522025-08-01T15:08:27.309Z Downloaded papergrid v0.14.0
9532025-08-01T15:08:27.336Z Downloaded openssl-sys v0.9.109
9542025-08-01T15:08:27.336Z Downloaded expectorate v1.2.0
9552025-08-01T15:08:27.336Z Downloaded dropshot v0.16.2
9562025-08-01T15:08:27.362Z Downloaded unicode_categories v0.1.1
9572025-08-01T15:08:27.362Z Downloaded tokio-postgres v0.7.13
9582025-08-01T15:08:27.362Z Downloaded snafu v0.8.5
9592025-08-01T15:08:27.362Z Downloaded nix v0.29.0
9602025-08-01T15:08:27.389Z Downloaded crunchy v0.2.2
9612025-08-01T15:08:27.389Z Downloaded crucible-workspace-hack v0.1.0
9622025-08-01T15:08:27.389Z Downloaded tracing-attributes v0.1.27
9632025-08-01T15:08:27.389Z Downloaded rustc_version v0.1.7
9642025-08-01T15:08:27.389Z Downloaded rustc-hash v2.1.1
9652025-08-01T15:08:27.389Z Downloaded rustc-hash v1.1.0
9662025-08-01T15:08:27.389Z Downloaded rustc-demangle v0.1.24
9672025-08-01T15:08:27.389Z Downloaded rtoolbox v0.0.2
9682025-08-01T15:08:27.389Z Downloaded ron v0.7.1
9692025-08-01T15:08:27.389Z Downloaded rfc6979 v0.4.0
9702025-08-01T15:08:27.389Z Downloaded resolv-conf v0.7.0
9712025-08-01T15:08:27.389Z Downloaded ref-cast-impl v1.0.24
9722025-08-01T15:08:27.389Z Downloaded ref-cast v1.0.24
9732025-08-01T15:08:27.389Z Downloaded rand_xorshift v0.4.0
9742025-08-01T15:08:27.416Z Downloaded rand_core v0.6.4
9752025-08-01T15:08:27.416Z Downloaded p256 v0.13.2
9762025-08-01T15:08:27.416Z Downloaded omicron-zone-package v0.12.2
9772025-08-01T15:08:27.416Z Downloaded num_enum_derive v0.5.11
9782025-08-01T15:08:27.417Z Downloaded num_enum v0.5.11
9792025-08-01T15:08:27.417Z Downloaded num-rational v0.4.2
9802025-08-01T15:08:27.417Z Downloaded num-iter v0.1.45
9812025-08-01T15:08:27.417Z Downloaded flate2 v1.1.2
9822025-08-01T15:08:27.417Z Downloaded enum-as-inner v0.6.1
9832025-08-01T15:08:27.417Z Downloaded ena v0.14.3
9842025-08-01T15:08:27.417Z Downloaded dropshot_endpoint v0.16.2
9852025-08-01T15:08:27.444Z Downloaded whoami v1.5.2
9862025-08-01T15:08:27.444Z Downloaded unicode-properties v0.1.3
9872025-08-01T15:08:27.444Z Downloaded nix v0.28.0
9882025-08-01T15:08:27.444Z Downloaded nix v0.27.1
9892025-08-01T15:08:27.470Z Downloaded http v1.3.1
9902025-08-01T15:08:27.470Z Downloaded hickory-proto v0.25.2
9912025-08-01T15:08:27.470Z Downloaded tower-service v0.3.3
9922025-08-01T15:08:27.470Z Downloaded tower-layer v0.3.3
9932025-08-01T15:08:27.471Z Downloaded rustc_version v0.4.1
9942025-08-01T15:08:27.471Z Downloaded russh-cryptovec v0.7.3
9952025-08-01T15:08:27.471Z Downloaded password-hash v0.4.2
9962025-08-01T15:08:27.497Z Downloaded parking_lot_core v0.9.10
9972025-08-01T15:08:27.497Z Downloaded parking_lot_core v0.8.6
9982025-08-01T15:08:27.497Z Downloaded parking_lot v0.11.2
9992025-08-01T15:08:27.497Z Downloaded oxnet v0.1.3
10002025-08-01T15:08:27.497Z Downloaded oxide-tokio-rt v0.1.2
10012025-08-01T15:08:27.497Z Downloaded owo-colors v4.2.2
10022025-08-01T15:08:27.497Z Downloaded num_threads v0.1.7
10032025-08-01T15:08:27.498Z Downloaded fixedbitset v0.5.7
10042025-08-01T15:08:27.498Z Downloaded fatfs v0.3.6
10052025-08-01T15:08:27.498Z Downloaded env_logger v0.11.5
10062025-08-01T15:08:27.498Z Downloaded env_logger v0.10.2
10072025-08-01T15:08:27.498Z Downloaded endian-type v0.1.2
10082025-08-01T15:08:27.498Z Downloaded derive-where v1.5.0
10092025-08-01T15:08:27.525Z Downloaded derive-ex v0.1.8
10102025-08-01T15:08:27.525Z Downloaded deranged v0.3.11
10112025-08-01T15:08:27.525Z Downloaded daft v0.1.4
10122025-08-01T15:08:27.525Z Downloaded curve25519-dalek-derive v0.1.1
10132025-08-01T15:08:27.525Z Downloaded xshell v0.2.7
10142025-08-01T15:08:27.525Z Downloaded walkdir v2.5.0
10152025-08-01T15:08:27.525Z Downloaded unicode-truncate v1.1.0
10162025-08-01T15:08:27.525Z Downloaded tinyvec v1.8.0
10172025-08-01T15:08:27.525Z Downloaded moka v0.12.10
10182025-08-01T15:08:27.525Z Downloaded parse-display-derive v0.10.0
10192025-08-01T15:08:27.552Z Downloaded parse-display v0.10.0
10202025-08-01T15:08:27.552Z Downloaded parking_lot v0.12.3
10212025-08-01T15:08:27.552Z Downloaded packed_struct_codegen v0.10.1
10222025-08-01T15:08:27.552Z Downloaded packed_struct v0.10.1
10232025-08-01T15:08:27.552Z Downloaded oso-derive v0.27.3
10242025-08-01T15:08:27.552Z Downloaded oso v0.27.3
10252025-08-01T15:08:27.552Z Downloaded opaque-debug v0.3.1
10262025-08-01T15:08:27.552Z Downloaded olpc-cjson v0.1.4
10272025-08-01T15:08:27.552Z Downloaded flagset v0.4.6
10282025-08-01T15:08:27.552Z Downloaded fixedbitset v0.4.2
10292025-08-01T15:08:27.552Z Downloaded filetime v0.2.25
10302025-08-01T15:08:27.552Z Downloaded ff v0.13.0
10312025-08-01T15:08:27.552Z Downloaded fd-lock v4.0.2
10322025-08-01T15:08:27.553Z Downloaded fallible-iterator v0.2.0
10332025-08-01T15:08:27.553Z Downloaded dsl_auto_type v0.1.2
10342025-08-01T15:08:27.553Z Downloaded document-features v0.2.11
10352025-08-01T15:08:27.553Z Downloaded darling v0.21.0
10362025-08-01T15:08:27.580Z Downloaded darling v0.20.10
10372025-08-01T15:08:27.580Z Downloaded xshell-macros v0.2.7
10382025-08-01T15:08:27.580Z Downloaded xattr v1.3.1
10392025-08-01T15:08:27.580Z Downloaded wyz v0.5.1
10402025-08-01T15:08:27.580Z Downloaded which v4.4.2
10412025-08-01T15:08:27.580Z Downloaded want v0.3.1
10422025-08-01T15:08:27.580Z Downloaded waitgroup v0.1.2
10432025-08-01T15:08:27.580Z Downloaded wait-timeout v0.2.0
10442025-08-01T15:08:27.580Z Downloaded unit-prefix v0.5.1
10452025-08-01T15:08:27.580Z Downloaded tokio-rustls v0.25.0
10462025-08-01T15:08:27.580Z Downloaded tokio-rustls v0.24.1
10472025-08-01T15:08:27.580Z Downloaded tokio-dtrace v0.1.0
10482025-08-01T15:08:27.580Z Downloaded tiny-keccak v2.0.2
10492025-08-01T15:08:27.580Z Downloaded time-macros v0.2.18
10502025-08-01T15:08:27.580Z Downloaded socket2 v0.5.10
10512025-08-01T15:08:27.607Z Downloaded snafu-derive v0.8.5
10522025-08-01T15:08:27.607Z Downloaded hickory-resolver v0.25.2
10532025-08-01T15:08:27.607Z Downloaded tls_codec_derive v0.4.1
10542025-08-01T15:08:27.607Z Downloaded tls_codec v0.4.1
10552025-08-01T15:08:27.607Z Downloaded time-core v0.1.2
10562025-08-01T15:08:27.607Z Downloaded thread_local v1.1.8
10572025-08-01T15:08:27.607Z Downloaded thiserror-no-std v2.0.2
10582025-08-01T15:08:27.607Z Downloaded socket2 v0.6.0
10592025-08-01T15:08:27.607Z Downloaded smallvec v0.6.14
10602025-08-01T15:08:27.607Z Downloaded slog-term v2.9.1
10612025-08-01T15:08:27.607Z Downloaded semver v0.1.20
10622025-08-01T15:08:27.607Z Downloaded sct v0.7.1
10632025-08-01T15:08:27.634Z Downloaded schemars v0.8.22
10642025-08-01T15:08:27.634Z Downloaded heapless v0.7.17
10652025-08-01T15:08:27.634Z Downloaded openssl-macros v0.1.1
10662025-08-01T15:08:27.634Z Downloaded number_prefix v0.4.0
10672025-08-01T15:08:27.634Z Downloaded derive_builder_macro v0.20.2
10682025-08-01T15:08:27.634Z Downloaded derive_builder v0.20.2
10692025-08-01T15:08:27.634Z Downloaded daft-derive v0.1.4
10702025-08-01T15:08:27.661Z Downloaded universal-hash v0.5.1
10712025-08-01T15:08:27.661Z Downloaded tokio-macros v2.5.0
10722025-08-01T15:08:27.661Z Downloaded tinyvec_macros v0.1.1
10732025-08-01T15:08:27.661Z Downloaded smf v0.2.3
10742025-08-01T15:08:27.661Z Downloaded slog-stdlog v4.1.1
10752025-08-01T15:08:27.661Z Downloaded slog-json v2.6.1
10762025-08-01T15:08:27.661Z Downloaded slog-envlogger v2.2.0
10772025-08-01T15:08:27.661Z Downloaded slog-dtrace v0.3.0
10782025-08-01T15:08:27.661Z Downloaded slog-bunyan v2.5.0
10792025-08-01T15:08:27.661Z Downloaded slog-async v2.8.0
10802025-08-01T15:08:27.661Z Downloaded serde-hex v0.1.0
10812025-08-01T15:08:27.661Z Downloaded serde-big-array v0.5.1
10822025-08-01T15:08:27.662Z Downloaded secrecy v0.10.3
10832025-08-01T15:08:27.662Z Downloaded secrecy v0.8.0
10842025-08-01T15:08:27.662Z Downloaded sec1 v0.7.3
10852025-08-01T15:08:27.662Z Downloaded scrypt v0.11.0
10862025-08-01T15:08:27.662Z Downloaded scopeguard v1.2.0
10872025-08-01T15:08:27.662Z Downloaded schemars_derive v0.8.22
10882025-08-01T15:08:27.662Z Downloaded scheduled-thread-pool v0.2.7
10892025-08-01T15:08:27.662Z Downloaded nom v7.1.3
10902025-08-01T15:08:27.689Z Downloaded mio v1.0.2
10912025-08-01T15:08:27.689Z Downloaded libxml v0.3.3
10922025-08-01T15:08:27.689Z Downloaded lalrpop v0.19.12
10932025-08-01T15:08:27.716Z Downloaded hkdf v0.12.4
10942025-08-01T15:08:27.716Z Downloaded hickory-proto v0.24.4
10952025-08-01T15:08:27.716Z Downloaded same-file v1.0.6
10962025-08-01T15:08:27.716Z Downloaded minimal-lexical v0.2.1
10972025-08-01T15:08:27.716Z Downloaded libm v0.2.8
10982025-08-01T15:08:27.743Z Downloaded itertools v0.14.0
10992025-08-01T15:08:27.743Z Downloaded itertools v0.12.1
11002025-08-01T15:08:27.743Z Downloaded iri-string v0.7.8
11012025-08-01T15:08:27.770Z Downloaded hickory-server v0.25.2
11022025-08-01T15:08:27.770Z Downloaded hickory-resolver v0.24.4
11032025-08-01T15:08:27.770Z Downloaded heapless v0.8.0
11042025-08-01T15:08:27.770Z Downloaded headers v0.4.1
11052025-08-01T15:08:27.770Z Downloaded hashbrown v0.12.3
11062025-08-01T15:08:27.770Z Downloaded h2 v0.4.6
11072025-08-01T15:08:27.797Z Downloaded num v0.4.3
11082025-08-01T15:08:27.797Z Downloaded nu-ansi-term v0.50.1
11092025-08-01T15:08:27.797Z Downloaded nodrop v0.1.14
11102025-08-01T15:08:27.797Z Downloaded nibble_vec v0.1.0
11112025-08-01T15:08:27.797Z Downloaded newtype-uuid v1.2.4
11122025-08-01T15:08:27.797Z Downloaded native-tls v0.2.12
11132025-08-01T15:08:27.797Z Downloaded nanorand v0.7.0
11142025-08-01T15:08:27.797Z Downloaded multimap v0.10.1
11152025-08-01T15:08:27.797Z Downloaded multer v3.1.0
11162025-08-01T15:08:27.797Z Downloaded miniz_oxide v0.8.5
11172025-08-01T15:08:27.797Z Downloaded mime v0.3.17
11182025-08-01T15:08:27.797Z Downloaded memoffset v0.9.1
11192025-08-01T15:08:27.797Z Downloaded md5 v0.7.0
11202025-08-01T15:08:27.797Z Downloaded maybe-uninit v2.0.0
11212025-08-01T15:08:27.824Z Downloaded managed v0.8.0
11222025-08-01T15:08:27.824Z Downloaded lzss v0.8.2
11232025-08-01T15:08:27.824Z Downloaded lru-cache v0.1.2
11242025-08-01T15:08:27.824Z Downloaded litrs v0.4.1
11252025-08-01T15:08:27.824Z Downloaded lazy_static v1.5.0
11262025-08-01T15:08:27.824Z Downloaded lalrpop-util v0.19.12
11272025-08-01T15:08:27.824Z Downloaded jiff-static v0.2.15
11282025-08-01T15:08:27.824Z Downloaded ingot-types v0.1.2
11292025-08-01T15:08:27.824Z Downloaded ingot-macros v0.1.1
11302025-08-01T15:08:27.824Z Downloaded ingot v0.1.1
11312025-08-01T15:08:27.824Z Downloaded indoc v2.0.6
11322025-08-01T15:08:27.825Z Downloaded iddqd v0.3.9
11332025-08-01T15:08:27.825Z Downloaded hyper-util v0.1.16
11342025-08-01T15:08:27.852Z Downloaded http-body v1.0.1
11352025-08-01T15:08:27.852Z Downloaded hostname v0.4.0
11362025-08-01T15:08:27.852Z Downloaded hostname v0.3.1
11372025-08-01T15:08:27.852Z Downloaded home v0.5.9
11382025-08-01T15:08:27.852Z Downloaded hmac v0.12.1
11392025-08-01T15:08:27.852Z Downloaded highway v1.3.0
11402025-08-01T15:08:27.852Z Downloaded hex-literal v0.4.1
11412025-08-01T15:08:27.852Z Downloaded hex v0.4.3
11422025-08-01T15:08:27.852Z Downloaded heck v0.3.3
11432025-08-01T15:08:27.852Z Downloaded hash32 v0.2.1
11442025-08-01T15:08:27.852Z Downloaded half v1.8.3
11452025-08-01T15:08:27.852Z Downloaded normalize-line-endings v0.3.0
11462025-08-01T15:08:27.852Z Downloaded newtype_derive v0.1.6
11472025-08-01T15:08:27.852Z Downloaded newline-converter v0.3.0
11482025-08-01T15:08:27.852Z Downloaded new_debug_unreachable v1.0.6
11492025-08-01T15:08:27.852Z Downloaded mime_guess v2.0.5
11502025-08-01T15:08:27.852Z Downloaded memmap2 v0.9.5
11512025-08-01T15:08:27.879Z Downloaded md-5 v0.10.6
11522025-08-01T15:08:27.879Z Downloaded match_cfg v0.1.0
11532025-08-01T15:08:27.879Z Downloaded maplit v1.0.2
11542025-08-01T15:08:27.879Z Downloaded lru v0.12.5
11552025-08-01T15:08:27.879Z Downloaded lockfree-object-pool v0.1.6
11562025-08-01T15:08:27.880Z Downloaded lock_api v0.4.12
11572025-08-01T15:08:27.880Z Downloaded linked-hash-map v0.5.6
11582025-08-01T15:08:27.880Z Downloaded linear-map v1.2.0
11592025-08-01T15:08:27.880Z Downloaded libz-rs-sys v0.5.1
11602025-08-01T15:08:27.880Z Downloaded libsw-core v0.3.1
11612025-08-01T15:08:27.880Z Downloaded libsw v3.5.0
11622025-08-01T15:08:27.880Z Downloaded libloading v0.8.5
11632025-08-01T15:08:27.880Z Downloaded libefi-sys v0.1.0
11642025-08-01T15:08:27.880Z Downloaded lazycell v1.3.0
11652025-08-01T15:08:27.880Z Downloaded kstat-rs v0.2.4
11662025-08-01T15:08:27.880Z Downloaded keccak v0.1.5
11672025-08-01T15:08:27.880Z Downloaded itertools v0.13.0
11682025-08-01T15:08:27.907Z Downloaded itertools v0.10.5
11692025-08-01T15:08:27.907Z Downloaded is-terminal v0.4.13
11702025-08-01T15:08:27.907Z Downloaded ipnet v2.11.0
11712025-08-01T15:08:27.907Z Downloaded ident_case v1.0.1
11722025-08-01T15:08:27.907Z Downloaded hyper-staticfile v0.10.1
11732025-08-01T15:08:27.907Z Downloaded hyper v1.6.0
11742025-08-01T15:08:27.907Z Downloaded hickory-client v0.25.2
11752025-08-01T15:08:27.907Z Downloaded group v0.13.0
11762025-08-01T15:08:27.907Z Downloaded globwalk v0.9.1
11772025-08-01T15:08:27.907Z Downloaded globset v0.4.15
11782025-08-01T15:08:27.934Z Downloaded crossterm v0.28.1
11792025-08-01T15:08:27.934Z Downloaded is_ci v1.2.0
11802025-08-01T15:08:27.934Z Downloaded ipnetwork v0.21.1
11812025-08-01T15:08:27.934Z Downloaded internet-checksum v0.2.1
11822025-08-01T15:08:27.934Z Downloaded indicatif v0.18.0
11832025-08-01T15:08:27.934Z Downloaded indicatif v0.17.11
11842025-08-01T15:08:27.934Z Downloaded indexmap v1.9.3
11852025-08-01T15:08:27.934Z Downloaded indent_write v2.2.0
11862025-08-01T15:08:27.934Z Downloaded ignore v0.4.23
11872025-08-01T15:08:27.934Z Downloaded iana-time-zone v0.1.63
11882025-08-01T15:08:27.962Z Downloaded hyper-rustls v0.27.7
11892025-08-01T15:08:27.962Z Downloaded hubpack v0.1.2
11902025-08-01T15:08:27.962Z Downloaded http-range v0.1.5
11912025-08-01T15:08:27.962Z Downloaded headers-core v0.3.0
11922025-08-01T15:08:27.962Z Downloaded hash32 v0.3.1
11932025-08-01T15:08:27.962Z Downloaded chrono-tz v0.10.4
11942025-08-01T15:08:27.962Z Downloaded bzip2-sys v0.1.13+1.0.8
11952025-08-01T15:08:27.989Z Downloaded instant v0.1.13
11962025-08-01T15:08:27.989Z Downloaded inout v0.1.3
11972025-08-01T15:08:27.989Z Downloaded indoc v1.0.9
11982025-08-01T15:08:27.989Z Downloaded hyper-tls v0.6.0
11992025-08-01T15:08:27.989Z Downloaded hubpack_derive v0.1.1
12002025-08-01T15:08:27.989Z Downloaded httparse v1.9.5
12012025-08-01T15:08:27.989Z Downloaded bstr v1.10.0
12022025-08-01T15:08:28.016Z Downloaded bitvec v1.0.1
12032025-08-01T15:08:28.016Z Downloaded humantime v2.2.0
12042025-08-01T15:08:28.016Z Downloaded httpdate v1.0.3
12052025-08-01T15:08:28.016Z Downloaded http-body-util v0.1.3
12062025-08-01T15:08:28.016Z Downloaded chrono v0.4.41
12072025-08-01T15:08:28.043Z Downloaded crossbeam-utils v0.8.21
12082025-08-01T15:08:28.043Z Downloaded crossbeam-channel v0.5.15
12092025-08-01T15:08:28.043Z Downloaded crc-any v2.5.0
12102025-08-01T15:08:28.043Z Downloaded const_format v0.2.34
12112025-08-01T15:08:28.043Z Downloaded compact_str v0.8.0
12122025-08-01T15:08:28.043Z Downloaded clang-sys v1.8.1
12132025-08-01T15:08:28.043Z Downloaded ciborium v0.2.2
12142025-08-01T15:08:28.043Z Downloaded chacha20poly1305 v0.10.1
12152025-08-01T15:08:28.043Z Downloaded cc v1.2.30
12162025-08-01T15:08:28.070Z Downloaded bytes v1.10.1
12172025-08-01T15:08:28.070Z Downloaded bumpalo v3.16.0
12182025-08-01T15:08:28.070Z Downloaded blake3 v1.5.4
12192025-08-01T15:08:28.070Z Downloaded backtrace v0.3.74
12202025-08-01T15:08:28.070Z Downloaded half v2.4.1
12212025-08-01T15:08:28.070Z Downloaded crossbeam-epoch v0.9.18
12222025-08-01T15:08:28.097Z Downloaded cookie_store v0.21.1
12232025-08-01T15:08:28.098Z Downloaded const-oid v0.9.6
12242025-08-01T15:08:28.098Z Downloaded console v0.15.10
12252025-08-01T15:08:28.098Z Downloaded crc v3.2.1
12262025-08-01T15:08:28.098Z Downloaded convert_case v0.7.1
12272025-08-01T15:08:28.098Z Downloaded constant_time_eq v0.3.1
12282025-08-01T15:08:28.098Z Downloaded const_format_proc_macros v0.2.34
12292025-08-01T15:08:28.098Z Downloaded console v0.16.0
12302025-08-01T15:08:28.098Z Downloaded colored v2.2.0
12312025-08-01T15:08:28.098Z Downloaded cmake v0.1.51
12322025-08-01T15:08:28.098Z Downloaded cipher v0.4.4
12332025-08-01T15:08:28.098Z Downloaded castaway v0.2.3
12342025-08-01T15:08:28.125Z Downloaded cassowary v0.3.0
12352025-08-01T15:08:28.125Z Downloaded cargo_metadata v0.18.1
12362025-08-01T15:08:28.125Z Downloaded cancel-safe-futures v0.1.5
12372025-08-01T15:08:28.126Z Downloaded camino-tempfile-ext v0.3.2
12382025-08-01T15:08:28.126Z Downloaded bitfield v0.14.0
12392025-08-01T15:08:28.126Z Downloaded base16ct v0.2.0
12402025-08-01T15:08:28.126Z Downloaded backoff v0.4.0
12412025-08-01T15:08:28.126Z Downloaded instability v0.3.2
12422025-08-01T15:08:28.126Z Downloaded crossbeam-deque v0.8.5
12432025-08-01T15:08:28.126Z Downloaded critical-section v1.1.3
12442025-08-01T15:08:28.126Z Downloaded crc8 v0.1.1
12452025-08-01T15:08:28.126Z Downloaded crc-catalog v2.4.0
12462025-08-01T15:08:28.126Z Downloaded cookie v0.18.1
12472025-08-01T15:08:28.126Z Downloaded convert_case v0.4.0
12482025-08-01T15:08:28.126Z Downloaded ciborium-ll v0.2.2
12492025-08-01T15:08:28.126Z Downloaded ciborium-io v0.2.2
12502025-08-01T15:08:28.126Z Downloaded cfg_aliases v0.1.1
12512025-08-01T15:08:28.126Z Downloaded cbc v0.1.2
12522025-08-01T15:08:28.153Z Downloaded cargo-platform v0.1.8
12532025-08-01T15:08:28.153Z Downloaded bzip2 v0.4.4
12542025-08-01T15:08:28.153Z Downloaded buf-list v1.0.3
12552025-08-01T15:08:28.153Z Downloaded block-padding v0.3.3
12562025-08-01T15:08:28.153Z Downloaded blake2 v0.10.6
12572025-08-01T15:08:28.153Z Downloaded atty v0.2.14
12582025-08-01T15:08:28.153Z Downloaded chacha20 v0.9.1
12592025-08-01T15:08:28.153Z Downloaded cfg_aliases v0.2.1
12602025-08-01T15:08:28.153Z Downloaded cexpr v0.6.0
12612025-08-01T15:08:28.153Z Downloaded bzip2 v0.5.2
12622025-08-01T15:08:28.153Z Downloaded blowfish v0.9.1
12632025-08-01T15:08:28.153Z Downloaded bitflags v1.3.2
12642025-08-01T15:08:28.153Z Downloaded bitfield-struct v0.6.2
12652025-08-01T15:08:28.153Z Downloaded bit-vec v0.8.0
12662025-08-01T15:08:28.153Z Downloaded bit-vec v0.6.3
12672025-08-01T15:08:28.181Z Downloaded bindgen v0.71.1
12682025-08-01T15:08:28.181Z Downloaded bindgen v0.69.5
12692025-08-01T15:08:28.181Z Downloaded base64ct v1.6.0
12702025-08-01T15:08:28.181Z Downloaded bit-set v0.5.3
12712025-08-01T15:08:28.181Z Downloaded bcs v0.1.6
12722025-08-01T15:08:28.181Z Downloaded bcrypt-pbkdf v0.10.0
12732025-08-01T15:08:28.181Z Downloaded bb8 v0.8.5
12742025-08-01T15:08:28.181Z Downloaded base64 v0.22.1
12752025-08-01T15:08:28.207Z Downloaded base64 v0.21.7
12762025-08-01T15:08:28.207Z Downloaded base64 v0.13.1
12772025-08-01T15:08:28.208Z Downloaded aws-lc-rs v1.12.4
12782025-08-01T15:08:28.208Z Downloaded atomicwrites v0.4.4
12792025-08-01T15:08:28.208Z Downloaded atomic-waker v1.1.2
12802025-08-01T15:08:28.208Z Downloaded async-trait v0.1.88
12812025-08-01T15:08:28.208Z Downloaded async-stream-impl v0.3.6
12822025-08-01T15:08:28.208Z Downloaded async-stream v0.3.6
12832025-08-01T15:08:28.208Z Downloaded async-recursion v1.1.1
12842025-08-01T15:08:28.234Z Downloaded async-bb8-diesel v0.2.1
12852025-08-01T15:08:28.234Z Downloaded assert_matches v1.5.0
12862025-08-01T15:08:28.235Z Downloaded ascii-canvas v3.0.0
12872025-08-01T15:08:28.235Z Downloaded arrayvec v0.7.6
12882025-08-01T15:08:28.235Z Downloaded arrayref v0.3.9
12892025-08-01T15:08:28.235Z Downloaded array-init v0.0.4
12902025-08-01T15:08:28.235Z Downloaded argon2 v0.5.3
12912025-08-01T15:08:28.235Z Downloaded arc-swap v1.7.1
12922025-08-01T15:08:28.235Z Downloaded allocator-api2 v0.2.21
12932025-08-01T15:08:28.235Z Downloaded aho-corasick v1.1.3
12942025-08-01T15:08:28.235Z Downloaded ahash v0.8.12
12952025-08-01T15:08:28.262Z Downloaded aes-gcm v0.10.3
12962025-08-01T15:08:28.262Z Downloaded aes v0.8.4
12972025-08-01T15:08:28.262Z Downloaded aead v0.5.2
12982025-08-01T15:08:28.262Z Downloaded adler2 v2.0.0
12992025-08-01T15:08:28.262Z Downloaded addr2line v0.24.2
13002025-08-01T15:08:28.444Z Compiling value-bag v1.9.0
13012025-08-01T15:08:28.444Z Compiling shlex v1.3.0
13022025-08-01T15:08:28.444Z Compiling lock_api v0.4.12
13032025-08-01T15:08:28.444Z Compiling scopeguard v1.2.0
13042025-08-01T15:08:28.471Z Compiling typenum v1.17.0
13052025-08-01T15:08:28.471Z Compiling generic-array v0.14.7
13062025-08-01T15:08:28.471Z Compiling syn v2.0.104
13072025-08-01T15:08:28.471Z Compiling getrandom v0.2.15
13082025-08-01T15:08:28.720Z Compiling jobserver v0.1.32
13092025-08-01T15:08:28.849Z Compiling log v0.4.27
13102025-08-01T15:08:28.914Z Compiling rand_core v0.6.4
13112025-08-01T15:08:28.940Z Compiling smallvec v1.15.1
13122025-08-01T15:08:29.062Z Compiling portable-atomic v1.11.0
13132025-08-01T15:08:29.239Z Compiling cc v1.2.30
13142025-08-01T15:08:29.343Z Compiling critical-section v1.1.3
13152025-08-01T15:08:29.370Z Compiling subtle v2.6.1
13162025-08-01T15:08:29.408Z Compiling const-oid v0.9.6
13172025-08-01T15:08:29.490Z Compiling pkg-config v0.3.31
13182025-08-01T15:08:29.517Z Compiling parking_lot_core v0.9.10
13192025-08-01T15:08:29.690Z Compiling pin-project-lite v0.2.14
13202025-08-01T15:08:29.853Z Compiling rustix v0.38.37
13212025-08-01T15:08:30.335Z Compiling signal-hook-registry v1.4.2
13222025-08-01T15:08:30.394Z Compiling parking_lot v0.12.3
13232025-08-01T15:08:30.504Z Compiling mio v1.0.2
13242025-08-01T15:08:30.551Z Compiling futures-core v0.3.31
13252025-08-01T15:08:31.178Z Compiling once_cell v1.21.3
13262025-08-01T15:08:31.217Z Compiling spin v0.9.8
13272025-08-01T15:08:31.301Z Compiling socket2 v0.6.0
13282025-08-01T15:08:31.361Z Compiling slab v0.4.9
13292025-08-01T15:08:31.469Z Compiling aho-corasick v1.1.3
13302025-08-01T15:08:31.522Z Compiling libm v0.2.8
13312025-08-01T15:08:31.553Z Compiling getrandom v0.3.1
13322025-08-01T15:08:31.636Z Compiling cpufeatures v0.2.14
13332025-08-01T15:08:31.751Z Compiling regex-syntax v0.8.5
13342025-08-01T15:08:31.777Z Compiling serde_json v1.0.141
13352025-08-01T15:08:31.980Z Compiling num-traits v0.2.19
13362025-08-01T15:08:32.059Z Compiling either v1.15.0
13372025-08-01T15:08:32.130Z Compiling percent-encoding v2.3.1
13382025-08-01T15:08:32.157Z Compiling futures-sink v0.3.31
13392025-08-01T15:08:32.257Z Compiling glob v0.3.2
13402025-08-01T15:08:32.669Z Compiling prettyplease v0.2.36
13412025-08-01T15:08:32.721Z Compiling lazy_static v1.5.0
13422025-08-01T15:08:32.808Z Compiling foldhash v0.1.5
13432025-08-01T15:08:32.858Z Compiling allocator-api2 v0.2.21
13442025-08-01T15:08:32.953Z Compiling clang-sys v1.8.1
13452025-08-01T15:08:33.004Z Compiling minimal-lexical v0.2.1
13462025-08-01T15:08:33.165Z Compiling libloading v0.8.5
13472025-08-01T15:08:33.477Z Compiling hashbrown v0.15.4
13482025-08-01T15:08:33.549Z Compiling nom v7.1.3
13492025-08-01T15:08:33.605Z Compiling home v0.5.9
13502025-08-01T15:08:33.647Z Compiling base64ct v1.6.0
13512025-08-01T15:08:33.855Z Compiling bindgen v0.69.5
13522025-08-01T15:08:34.194Z Compiling pem-rfc7468 v0.7.0
13532025-08-01T15:08:34.688Z Compiling regex-automata v0.4.8
13542025-08-01T15:08:34.761Z Compiling itertools v0.12.1
13552025-08-01T15:08:34.971Z Compiling synstructure v0.13.1
13562025-08-01T15:08:36.187Z Compiling cexpr v0.6.0
13572025-08-01T15:08:36.214Z Compiling futures-channel v0.3.31
13582025-08-01T15:08:36.512Z Compiling rustc-hash v1.1.0
13592025-08-01T15:08:36.556Z Compiling pin-utils v0.1.0
13602025-08-01T15:08:36.665Z Compiling lazycell v1.3.0
13612025-08-01T15:08:36.693Z Compiling futures-task v0.3.31
13622025-08-01T15:08:36.828Z Compiling futures-io v0.3.31
13632025-08-01T15:08:36.951Z Compiling flagset v0.4.6
13642025-08-01T15:08:37.066Z Compiling zerocopy v0.8.26
13652025-08-01T15:08:37.107Z Compiling cmake v0.1.51
13662025-08-01T15:08:37.154Z Compiling fs_extra v1.3.0
13672025-08-01T15:08:37.286Z Compiling dunce v1.0.5
13682025-08-01T15:08:37.420Z Compiling form_urlencoded v1.2.1
13692025-08-01T15:08:37.446Z Compiling paste v1.0.15
13702025-08-01T15:08:37.602Z Compiling vcpkg v0.2.15
13712025-08-01T15:08:37.707Z Compiling ring v0.17.14
13722025-08-01T15:08:37.783Z Compiling tracing-core v0.1.32
13732025-08-01T15:08:37.828Z Compiling aws-lc-rs v1.12.4
13742025-08-01T15:08:38.185Z Compiling iana-time-zone v0.1.63
13752025-08-01T15:08:38.507Z Compiling httparse v1.9.5
13762025-08-01T15:08:38.828Z Compiling rustls-pki-types v1.10.0
13772025-08-01T15:08:38.855Z Compiling base64 v0.22.1
13782025-08-01T15:08:38.905Z Compiling serde_derive v1.0.219
13792025-08-01T15:08:39.015Z Compiling zeroize_derive v1.4.2
13802025-08-01T15:08:39.130Z Compiling zerofrom-derive v0.1.4
13812025-08-01T15:08:39.505Z Compiling yoke-derive v0.7.4
13822025-08-01T15:08:39.675Z Compiling zerovec-derive v0.10.3
13832025-08-01T15:08:40.232Z Compiling zeroize v1.8.1
13842025-08-01T15:08:41.711Z Compiling displaydoc v0.2.5
13852025-08-01T15:08:41.737Z Compiling tokio-macros v2.5.0
13862025-08-01T15:08:41.820Z Compiling crypto-common v0.1.6
13872025-08-01T15:08:42.046Z Compiling block-buffer v0.10.4
13882025-08-01T15:08:42.077Z Compiling zerofrom v0.1.4
13892025-08-01T15:08:42.327Z Compiling digest v0.10.7
13902025-08-01T15:08:42.355Z Compiling yoke v0.7.4
13912025-08-01T15:08:42.724Z Compiling zerovec v0.10.4
13922025-08-01T15:08:42.794Z Compiling zerocopy-derive v0.7.35
13932025-08-01T15:08:43.022Z Compiling hmac v0.12.1
13942025-08-01T15:08:43.106Z Compiling icu_provider_macros v1.5.0
13952025-08-01T15:08:43.305Z Compiling block-padding v0.3.3
13962025-08-01T15:08:43.357Z Compiling sha2 v0.10.9
13972025-08-01T15:08:43.482Z Compiling regex v1.11.1
13982025-08-01T15:08:43.509Z Compiling futures-macro v0.3.31
13992025-08-01T15:08:43.590Z Compiling inout v0.1.3
14002025-08-01T15:08:43.854Z Compiling cipher v0.4.4
14012025-08-01T15:08:44.016Z Compiling der_derive v0.7.3
14022025-08-01T15:08:44.331Z Compiling tinystr v0.7.6
14032025-08-01T15:08:44.358Z Compiling icu_collections v1.5.0
14042025-08-01T15:08:44.530Z Compiling zerocopy v0.7.35
14052025-08-01T15:08:44.573Z Compiling zerocopy-derive v0.8.26
14062025-08-01T15:08:44.723Z Compiling icu_locid v1.5.0
14072025-08-01T15:08:45.038Z Compiling serde v1.0.219
14082025-08-01T15:08:45.189Z Compiling futures-util v0.3.31
14092025-08-01T15:08:45.528Z Compiling thiserror-impl v1.0.69
14102025-08-01T15:08:45.765Z Compiling ppv-lite86 v0.2.20
14112025-08-01T15:08:45.993Z Compiling icu_provider v1.5.0
14122025-08-01T15:08:46.048Z Compiling der v0.7.9
14132025-08-01T15:08:46.438Z Compiling salsa20 v0.10.2
14142025-08-01T15:08:46.558Z Compiling pbkdf2 v0.12.2
14152025-08-01T15:08:46.664Z Compiling icu_locid_transform v1.5.0
14162025-08-01T15:08:46.735Z Compiling scrypt v0.11.0
14172025-08-01T15:08:46.825Z Compiling aes v0.8.4
14182025-08-01T15:08:47.183Z Compiling cbc v0.1.2
14192025-08-01T15:08:47.415Z Compiling openssl-sys v0.9.109
14202025-08-01T15:08:48.072Z Compiling icu_properties v1.5.1
14212025-08-01T15:08:48.321Z Compiling thiserror v1.0.69
14222025-08-01T15:08:48.486Z Compiling spki v0.7.3
14232025-08-01T15:08:48.742Z Compiling pest v2.7.14
14242025-08-01T15:08:48.769Z Compiling pkcs5 v0.7.1
14252025-08-01T15:08:48.925Z Compiling tracing-attributes v0.1.27
14262025-08-01T15:08:49.005Z Compiling scroll_derive v0.12.0
14272025-08-01T15:08:49.678Z Compiling bitflags v2.9.1
14282025-08-01T15:08:49.868Z Compiling bytes v1.10.1
14292025-08-01T15:08:50.104Z Compiling semver v1.0.26
14302025-08-01T15:08:50.385Z Compiling indexmap v2.10.0
14312025-08-01T15:08:50.757Z Compiling rustc_version v0.4.1
14322025-08-01T15:08:51.168Z Compiling tokio v1.47.0
14332025-08-01T15:08:51.256Z Compiling icu_normalizer v1.5.0
14342025-08-01T15:08:51.339Z Compiling http v1.3.1
14352025-08-01T15:08:51.638Z Compiling uuid v1.17.0
14362025-08-01T15:08:51.665Z Compiling tracing v0.1.40
14372025-08-01T15:08:51.972Z Compiling pest_meta v2.7.14
14382025-08-01T15:08:52.100Z Compiling idna_adapter v1.2.0
14392025-08-01T15:08:52.342Z Compiling idna v1.0.3
14402025-08-01T15:08:52.523Z Compiling chrono v0.4.41
14412025-08-01T15:08:52.723Z Compiling http-body v1.0.1
14422025-08-01T15:08:52.880Z Compiling pkcs8 v0.10.2
14432025-08-01T15:08:52.978Z Compiling url v2.5.4
14442025-08-01T15:08:53.309Z Compiling which v4.4.2
14452025-08-01T15:08:53.478Z Compiling rustversion v1.0.17
14462025-08-01T15:08:53.795Z Compiling tinyvec_macros v0.1.1
14472025-08-01T15:08:53.906Z Compiling tinyvec v1.8.0
14482025-08-01T15:08:54.124Z Compiling pest_generator v2.7.14
14492025-08-01T15:08:54.151Z Compiling rand_core v0.9.2
14502025-08-01T15:08:54.453Z Compiling scroll v0.12.0
14512025-08-01T15:08:54.618Z Compiling serde_derive_internals v0.29.1
14522025-08-01T15:08:54.939Z Compiling bzip2-sys v0.1.13+1.0.8
14532025-08-01T15:08:55.146Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14542025-08-01T15:08:55.368Z Compiling untrusted v0.7.1
14552025-08-01T15:08:55.395Z Compiling openssl-probe v0.1.5
14562025-08-01T15:08:55.525Z Compiling adler2 v2.0.0
14572025-08-01T15:08:55.576Z Compiling try-lock v0.2.5
14582025-08-01T15:08:55.728Z Compiling foreign-types-shared v0.1.1
14592025-08-01T15:08:55.775Z Compiling time-core v0.1.2
14602025-08-01T15:08:55.802Z Compiling atomic-waker v1.1.2
14612025-08-01T15:08:55.802Z Compiling schemars v0.8.22
14622025-08-01T15:08:55.847Z Compiling tower-service v0.3.3
14632025-08-01T15:08:55.876Z Compiling powerfmt v0.2.0
14642025-08-01T15:08:55.980Z Compiling openssl v0.10.73
14652025-08-01T15:08:56.008Z Compiling untrusted v0.9.0
14662025-08-01T15:08:56.008Z Compiling num-conv v0.1.0
14672025-08-01T15:08:56.179Z Compiling deranged v0.3.11
14682025-08-01T15:08:56.307Z Compiling time-macros v0.2.18
14692025-08-01T15:08:56.399Z Compiling foreign-types v0.3.2
14702025-08-01T15:08:56.512Z Compiling pest_derive v2.7.14
14712025-08-01T15:08:56.540Z Compiling schemars_derive v0.8.22
14722025-08-01T15:08:57.208Z Compiling want v0.3.1
14732025-08-01T15:08:57.391Z Compiling goblin v0.8.2
14742025-08-01T15:08:57.490Z Compiling miniz_oxide v0.8.5
14752025-08-01T15:08:58.764Z Compiling tokio-util v0.7.15
14762025-08-01T15:08:59.728Z Compiling rand_chacha v0.9.0
14772025-08-01T15:08:59.956Z Compiling h2 v0.4.6
14782025-08-01T15:09:00.273Z Compiling ipnet v2.11.0
14792025-08-01T15:09:01.351Z Compiling openssl-macros v0.1.1
14802025-08-01T15:09:01.425Z Compiling dyn-clone v1.0.19
14812025-08-01T15:09:01.637Z Compiling syn v1.0.109
14822025-08-01T15:09:01.950Z Compiling httpdate v1.0.3
14832025-08-01T15:09:02.136Z Compiling crossbeam-utils v0.8.21
14842025-08-01T15:09:02.328Z Compiling rustls v0.23.19
14852025-08-01T15:09:02.358Z Compiling native-tls v0.2.12
14862025-08-01T15:09:02.602Z Compiling num_threads v0.1.7
14872025-08-01T15:09:02.693Z Compiling dof v0.3.0
14882025-08-01T15:09:02.721Z Compiling time v0.3.36
14892025-08-01T15:09:04.348Z Compiling rand v0.9.1
14902025-08-01T15:09:05.154Z Compiling dtrace-parser v0.2.0
14912025-08-01T15:09:05.883Z Compiling unicode-normalization v0.1.24
14922025-08-01T15:09:05.910Z Compiling heapless v0.7.17
14932025-08-01T15:09:06.287Z Compiling hyper v1.6.0
14942025-08-01T15:09:06.526Z Compiling signature v2.2.0
14952025-08-01T15:09:06.736Z Compiling crc32fast v1.4.2
14962025-08-01T15:09:06.763Z Compiling cookie v0.18.1
14972025-08-01T15:09:06.823Z Compiling signal-hook v0.3.18
14982025-08-01T15:09:07.052Z Compiling zlib-rs v0.5.1
14992025-08-01T15:09:07.093Z Compiling zstd-safe v7.2.3
15002025-08-01T15:09:07.121Z Compiling unicode-properties v0.1.3
15012025-08-01T15:09:07.397Z Compiling unicode-bidi v0.3.17
15022025-08-01T15:09:07.475Z Compiling siphasher v0.3.11
15032025-08-01T15:09:07.855Z Compiling slog v2.7.0
15042025-08-01T15:09:08.236Z Compiling stringprep v0.1.5
15052025-08-01T15:09:08.376Z Compiling phf_shared v0.11.2
15062025-08-01T15:09:08.618Z Compiling hyper-util v0.1.16
15072025-08-01T15:09:08.833Z Compiling usdt-impl v0.5.0
15082025-08-01T15:09:09.311Z Compiling curve25519-dalek v4.1.3
15092025-08-01T15:09:09.453Z Compiling serde_spanned v0.6.9
15102025-08-01T15:09:09.677Z Compiling toml_datetime v0.6.11
15112025-08-01T15:09:09.909Z Compiling serde_tokenstream v0.2.2
15122025-08-01T15:09:09.936Z Compiling rand_chacha v0.3.1
15132025-08-01T15:09:10.083Z Compiling md-5 v0.10.6
15142025-08-01T15:09:10.146Z Compiling num-integer v0.1.46
15152025-08-01T15:09:10.345Z Compiling sync_wrapper v1.0.1
15162025-08-01T15:09:10.421Z Compiling hash32 v0.2.1
15172025-08-01T15:09:10.506Z Compiling ff v0.13.0
15182025-08-01T15:09:10.753Z Compiling memoffset v0.9.1
15192025-08-01T15:09:10.783Z Compiling litrs v0.4.1
15202025-08-01T15:09:10.810Z Compiling gimli v0.31.1
15212025-08-01T15:09:11.042Z Compiling tower-layer v0.3.3
15222025-08-01T15:09:11.295Z Compiling smoltcp v0.9.1
15232025-08-01T15:09:11.765Z Compiling num-bigint-dig v0.8.4
15242025-08-01T15:09:11.793Z Compiling psl-types v2.0.11
15252025-08-01T15:09:11.857Z Compiling cfg_aliases v0.2.1
15262025-08-01T15:09:11.885Z Compiling fallible-iterator v0.2.0
15272025-08-01T15:09:11.979Z Compiling newtype-uuid v1.2.4
15282025-08-01T15:09:12.006Z Compiling base16ct v0.2.0
15292025-08-01T15:09:12.082Z Compiling nix v0.29.0
15302025-08-01T15:09:12.274Z Compiling sec1 v0.7.3
15312025-08-01T15:09:12.304Z Compiling publicsuffix v2.3.0
15322025-08-01T15:09:12.489Z Compiling libz-rs-sys v0.5.1
15332025-08-01T15:09:12.603Z Compiling postgres-protocol v0.6.8
15342025-08-01T15:09:12.781Z Compiling flate2 v1.1.2
15352025-08-01T15:09:12.808Z Compiling document-features v0.2.11
15362025-08-01T15:09:12.861Z Compiling tower v0.5.2
15372025-08-01T15:09:13.324Z Compiling group v0.13.0
15382025-08-01T15:09:13.616Z Compiling num-iter v0.1.45
15392025-08-01T15:09:13.643Z Compiling rand v0.8.5
15402025-08-01T15:09:13.874Z Compiling tokio-native-tls v0.3.1
15412025-08-01T15:09:14.495Z Compiling addr2line v0.24.2
15422025-08-01T15:09:14.655Z Compiling ipnetwork v0.21.1
15432025-08-01T15:09:14.784Z Compiling strum_macros v0.27.1
15442025-08-01T15:09:14.812Z Compiling rustls-native-certs v0.8.1
15452025-08-01T15:09:14.959Z Compiling terminal_size v0.4.0
15462025-08-01T15:09:15.147Z Compiling http-body-util v0.1.3
15472025-08-01T15:09:15.183Z Compiling hkdf v0.12.4
15482025-08-01T15:09:15.294Z Compiling crypto-bigint v0.5.5
15492025-08-01T15:09:15.322Z Compiling webpki-roots v1.0.1
15502025-08-01T15:09:15.401Z Compiling async-trait v0.1.88
15512025-08-01T15:09:15.445Z Compiling thiserror-impl v2.0.12
15522025-08-01T15:09:15.528Z Compiling curve25519-dalek-derive v0.1.1
15532025-08-01T15:09:15.566Z Compiling fs-err v3.1.1
15542025-08-01T15:09:15.868Z Compiling object v0.36.5
15552025-08-01T15:09:16.742Z Compiling ahash v0.8.12
15562025-08-01T15:09:17.038Z Compiling iri-string v0.7.8
15572025-08-01T15:09:17.458Z Compiling rustc-demangle v0.1.24
15582025-08-01T15:09:18.073Z Compiling anyhow v1.0.98
15592025-08-01T15:09:18.245Z Compiling rustix v1.0.7
15602025-08-01T15:09:18.582Z Compiling winnow v0.5.40
15612025-08-01T15:09:18.788Z Compiling simd-adler32 v0.3.7
15622025-08-01T15:09:18.838Z Compiling buf-list v1.0.3
15632025-08-01T15:09:18.865Z Compiling hubpack_derive v0.1.1
15642025-08-01T15:09:19.272Z Compiling bumpalo v3.16.0
15652025-08-01T15:09:19.351Z Compiling managed v0.8.0
15662025-08-01T15:09:19.574Z Compiling lockfree-object-pool v0.1.6
15672025-08-01T15:09:19.693Z Compiling bitflags v1.3.2
15682025-08-01T15:09:19.759Z Compiling clap_builder v4.5.41
15692025-08-01T15:09:19.836Z Compiling zopfli v0.8.1
15702025-08-01T15:09:20.092Z Compiling hubpack v0.1.2
15712025-08-01T15:09:20.358Z Compiling tower-http v0.6.6
15722025-08-01T15:09:20.720Z Compiling strum v0.27.2
15732025-08-01T15:09:21.151Z Compiling thiserror v2.0.12
15742025-08-01T15:09:21.215Z Compiling elliptic-curve v0.13.8
15752025-08-01T15:09:21.247Z Compiling toml_edit v0.19.15
15762025-08-01T15:09:21.389Z Compiling backtrace v0.3.74
15772025-08-01T15:09:21.644Z Compiling hyper-tls v0.6.0
15782025-08-01T15:09:21.912Z Compiling oxnet v0.1.3
15792025-08-01T15:09:21.939Z Compiling zstd v0.13.3
15802025-08-01T15:09:22.431Z Compiling cookie_store v0.21.1
15812025-08-01T15:09:22.580Z Compiling signal-hook-mio v0.2.4
15822025-08-01T15:09:22.895Z Compiling postgres-types v0.2.9
15832025-08-01T15:09:23.845Z Compiling usdt-macro v0.5.0
15842025-08-01T15:09:23.972Z Compiling usdt-attr-macro v0.5.0
15852025-08-01T15:09:24.142Z Compiling phf v0.11.2
15862025-08-01T15:09:24.396Z Compiling ed25519 v2.2.3
15872025-08-01T15:09:25.003Z Compiling bzip2 v0.4.4
15882025-08-01T15:09:25.216Z Compiling bzip2 v0.5.2
15892025-08-01T15:09:25.350Z Compiling strum_macros v0.26.4
15902025-08-01T15:09:25.554Z Compiling pkcs1 v0.7.5
15912025-08-01T15:09:25.925Z Compiling serde_urlencoded v0.7.1
15922025-08-01T15:09:26.337Z Compiling serde-big-array v0.5.1
15932025-08-01T15:09:26.391Z Compiling rfc6979 v0.4.0
15942025-08-01T15:09:26.487Z Compiling bstr v1.10.0
15952025-08-01T15:09:26.577Z Compiling enum-as-inner v0.6.1
15962025-08-01T15:09:26.605Z Compiling clap_derive v4.5.41
15972025-08-01T15:09:26.932Z Compiling daft-derive v0.1.4
15982025-08-01T15:09:27.291Z Compiling serde_repr v0.1.19
15992025-08-01T15:09:27.439Z Compiling float-cmp v0.10.0
16002025-08-01T15:09:27.680Z Compiling socket2 v0.5.10
16012025-08-01T15:09:27.806Z Compiling encoding_rs v0.8.34
16022025-08-01T15:09:28.224Z Compiling static_assertions v1.1.0
16032025-08-01T15:09:28.311Z Compiling normalize-line-endings v0.3.0
16042025-08-01T15:09:28.347Z Compiling unicode-segmentation v1.12.0
16052025-08-01T15:09:28.463Z Compiling fixedbitset v0.4.2
16062025-08-01T15:09:28.490Z Compiling predicates-core v1.0.8
16072025-08-01T15:09:28.796Z Compiling precomputed-hash v0.1.1
16082025-08-01T15:09:28.902Z Compiling data-encoding v2.9.0
16092025-08-01T15:09:28.935Z Compiling new_debug_unreachable v1.0.6
16102025-08-01T15:09:29.052Z Compiling difflib v0.4.0
16112025-08-01T15:09:29.081Z Compiling mime v0.3.17
16122025-08-01T15:09:29.108Z Compiling whoami v1.5.2
16132025-08-01T15:09:29.569Z Compiling toml_edit v0.22.27
16142025-08-01T15:09:29.602Z Compiling hickory-proto v0.25.2
16152025-08-01T15:09:30.147Z Compiling clap v4.5.41
16162025-08-01T15:09:30.174Z Compiling predicates v3.1.3
16172025-08-01T15:09:30.256Z Compiling tokio-postgres v0.7.13
16182025-08-01T15:09:30.399Z Compiling strum v0.26.3
16192025-08-01T15:09:30.636Z Compiling string_cache v0.8.9
16202025-08-01T15:09:30.832Z Compiling similar v2.7.0
16212025-08-01T15:09:31.042Z Compiling petgraph v0.6.5
16222025-08-01T15:09:31.478Z Compiling console v0.15.10
16232025-08-01T15:09:32.623Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16242025-08-01T15:09:32.649Z Compiling daft v0.1.4
16252025-08-01T15:09:33.163Z Compiling usdt v0.5.0
16262025-08-01T15:09:33.190Z Compiling ecdsa v0.16.9
16272025-08-01T15:09:33.613Z Compiling rsa v0.9.6
16282025-08-01T15:09:33.895Z Compiling zip v4.2.0
16292025-08-01T15:09:34.241Z Compiling zip v0.6.6
16302025-08-01T15:09:34.760Z Compiling ed25519-dalek v2.1.1
16312025-08-01T15:09:35.304Z Compiling toml v0.7.8
16322025-08-01T15:09:35.753Z Compiling crossterm v0.28.1
16332025-08-01T15:09:37.336Z Compiling crossbeam-epoch v0.9.18
16342025-08-01T15:09:37.691Z Compiling tokio-stream v0.1.17
16352025-08-01T15:09:37.962Z Compiling openapiv3 v2.2.0
16362025-08-01T15:09:38.299Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16372025-08-01T15:09:38.528Z Compiling x509-cert v0.2.5
16382025-08-01T15:09:38.554Z Compiling sha1 v0.10.6
16392025-08-01T15:09:38.685Z Compiling itertools v0.10.5
16402025-08-01T15:09:38.929Z Compiling itertools v0.13.0
16412025-08-01T15:09:39.445Z Compiling dirs-sys-next v0.1.2
16422025-08-01T15:09:39.534Z Compiling winnow v0.6.26
16432025-08-01T15:09:39.920Z Compiling rustc-hash v2.1.1
16442025-08-01T15:09:39.962Z Compiling peg-runtime v0.8.5
16452025-08-01T15:09:40.148Z Compiling lalrpop-util v0.19.12
16462025-08-01T15:09:40.453Z Compiling dirs-next v2.0.0
16472025-08-01T15:09:40.479Z Compiling thread_local v1.1.8
16482025-08-01T15:09:40.678Z Compiling slog-async v2.8.0
16492025-08-01T15:09:40.845Z Compiling term v0.7.0
16502025-08-01T15:09:40.926Z Compiling crossbeam-channel v0.5.15
16512025-08-01T15:09:41.191Z Compiling xattr v1.3.1
16522025-08-01T15:09:41.220Z Compiling futures-executor v0.3.31
16532025-08-01T15:09:41.443Z Compiling filetime v0.2.25
16542025-08-01T15:09:41.471Z Compiling is-terminal v0.4.13
16552025-08-01T15:09:41.610Z Compiling take_mut v0.2.2
16562025-08-01T15:09:41.658Z Compiling tar v0.4.44
16572025-08-01T15:09:41.733Z Compiling slog-term v2.9.1
16582025-08-01T15:09:41.811Z Compiling futures v0.3.31
16592025-08-01T15:09:41.935Z Compiling camino v1.1.10
16602025-08-01T15:09:47.105Z Compiling aws-lc-sys v0.26.0
16612025-08-01T15:10:19.148Z Compiling rustls-webpki v0.102.8
16622025-08-01T15:10:24.672Z Compiling tokio-rustls v0.26.0
16632025-08-01T15:10:24.981Z Compiling hyper-rustls v0.27.7
16642025-08-01T15:10:25.304Z Compiling reqwest v0.12.22
16652025-08-01T15:10:29.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16662025-08-01T15:10:29.576Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16672025-08-01T15:10:34.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
16682025-08-01T15:10:34.896Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16692025-08-01T15:10:34.971ZAug 01 15:10:34.273 INFO Starting download, target: Cockroach
16702025-08-01T15:10:34.971ZAug 01 15:10:34.274 INFO Starting download, target: Clickhouse
16712025-08-01T15:10:34.971ZAug 01 15:10:34.274 INFO Starting download, target: Console
16722025-08-01T15:10:34.971ZAug 01 15:10:34.274 INFO Starting download, target: DendriteStub
16732025-08-01T15:10:34.971ZAug 01 15:10:34.274 INFO Starting download, target: MaghemiteMgd
16742025-08-01T15:10:34.971ZAug 01 15:10:34.274 INFO Starting download, target: TransceiverControl
16752025-08-01T15:10:34.998ZAug 01 15:10:34.276 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16762025-08-01T15:10:34.998ZAug 01 15:10:34.276 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16772025-08-01T15:10:34.998ZAug 01 15:10:34.276 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16782025-08-01T15:10:34.998ZAug 01 15:10:34.277 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16792025-08-01T15:10:34.998ZAug 01 15:10:34.277 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16802025-08-01T15:10:34.998ZAug 01 15:10:34.277 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16812025-08-01T15:10:35.274ZAug 01 15:10:34.577 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16822025-08-01T15:10:35.737ZAug 01 15:10:34.980 INFO Download complete, target: Console
16832025-08-01T15:10:35.835ZAug 01 15:10:35.067 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16842025-08-01T15:10:36.124ZAug 01 15:10:35.425 INFO Download complete, target: TransceiverControl
16852025-08-01T15:10:38.448ZAug 01 15:10:37.745 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16862025-08-01T15:10:38.649ZAug 01 15:10:37.945 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16872025-08-01T15:10:40.932ZAug 01 15:10:40.235 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16882025-08-01T15:10:40.932ZAug 01 15:10:40.235 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16892025-08-01T15:10:42.183ZAug 01 15:10:41.486 INFO Download complete, target: DendriteStub
16902025-08-01T15:10:42.651ZAug 01 15:10:41.953 INFO Download complete, target: MaghemiteMgd
16912025-08-01T15:10:48.265ZAug 01 15:10:47.466 INFO Checking that binary works, target: Cockroach
16922025-08-01T15:10:48.494ZAug 01 15:10:47.744 INFO Download complete, target: Cockroach
16932025-08-01T15:11:04.414ZAug 01 15:11:03.717 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16942025-08-01T15:11:15.446ZAug 01 15:11:14.748 INFO Checking that binary works, target: Clickhouse
16952025-08-01T15:11:15.638ZAug 01 15:11:14.941 INFO Download complete, target: Clickhouse
16962025-08-01T15:11:15.665ZAll builder prerequisites installed successfully, and PATH looks valid
16972025-08-01T15:11:15.692Z
16982025-08-01T15:11:15.692Zreal 5:23.228442109
16992025-08-01T15:11:15.692Zuser 14:36.514971389
17002025-08-01T15:11:15.692Zsys 2:26.974596229
17012025-08-01T15:11:15.692Ztrap 0.547590704
17022025-08-01T15:11:15.692Ztflt 0.369150480
17032025-08-01T15:11:15.692Zdflt 1.138484630
17042025-08-01T15:11:15.692Zkflt 0.009434610
17052025-08-01T15:11:15.692Zlock 43:47.867749439
17062025-08-01T15:11:15.692Zslp 53:46.588316522
17072025-08-01T15:11:15.692Zlat 1:14.011874948
17082025-08-01T15:11:15.692Zstop 2:41.562523102
17092025-08-01T15:11:15.692Z+ banner hack-check
17102025-08-01T15:11:15.692Z
17112025-08-01T15:11:15.692Z # # ## #### # # #### # # ###### #### # #
17122025-08-01T15:11:15.693Z # # # # # # # # # # # # # # # # #
17132025-08-01T15:11:15.693Z ###### # # # #### ##### # ###### ##### # ####
17142025-08-01T15:11:15.693Z # # ###### # # # # # # # # # #
17152025-08-01T15:11:15.693Z # # # # # # # # # # # # # # # # #
17162025-08-01T15:11:15.693Z # # # # #### # # #### # # ###### #### # #
17172025-08-01T15:11:15.693Z
17182025-08-01T15:11:15.693Z+ export CARGO_INCREMENTAL=0
17192025-08-01T15:11:15.693Z+ CARGO_INCREMENTAL=0
17202025-08-01T15:11:15.693Z+ ptime -m timeout 2h cargo xtask check-features --ci
17212025-08-01T15:11:16.660Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17222025-08-01T15:11:16.955Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17232025-08-01T15:11:20.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
17242025-08-01T15:11:20.765Z Running `target/debug/xtask check-features --ci`
17252025-08-01T15:11:20.795Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17262025-08-01T15:11:20.795Zrunning: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17272025-08-01T15:11:21.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17282025-08-01T15:11:21.600Z Running `target/debug/xtask download cargo-hack`
17292025-08-01T15:11:22.853Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302025-08-01T15:11:23.206Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312025-08-01T15:11:27.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s
17322025-08-01T15:11:27.679Z Running `target/debug/xtask-downloader cargo-hack`
17332025-08-01T15:11:27.738ZAug 01 15:11:27.041 INFO Starting download, target: CargoHack
17342025-08-01T15:11:27.765ZAug 01 15:11:27.042 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17352025-08-01T15:11:28.214ZAug 01 15:11:27.518 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17362025-08-01T15:11:28.302ZAug 01 15:11:27.605 INFO Download complete, target: CargoHack
17372025-08-01T15:11:28.328Zrunning: "/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-08-01T15:11:28.355Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17392025-08-01T15:11:28.578Zinfo: running `cargo check --bins` on api_identity (1/221)
17402025-08-01T15:11:29.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-08-01T15:11:29.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-08-01T15:11:29.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-08-01T15:11:29.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
17442025-08-01T15:11:29.481Z
17452025-08-01T15:11:29.481Zinfo: running `cargo check --bins` on bootstore (2/221)
17462025-08-01T15:11:30.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-08-01T15:11:30.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-08-01T15:11:30.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-08-01T15:11:30.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
17502025-08-01T15:11:30.422Z
17512025-08-01T15:11:30.422Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/221)
17522025-08-01T15:11:31.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-08-01T15:11:31.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-08-01T15:11:31.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-08-01T15:11:31.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
17562025-08-01T15:11:31.354Z
17572025-08-01T15:11:31.354Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221)
17582025-08-01T15:11:32.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-08-01T15:11:32.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-08-01T15:11:32.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-08-01T15:11:32.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
17622025-08-01T15:11:32.274Z
17632025-08-01T15:11:32.274Zinfo: running `cargo check --bins` on id-map (5/221)
17642025-08-01T15:11:33.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-08-01T15:11:33.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-08-01T15:11:33.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-08-01T15:11:33.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
17682025-08-01T15:11:33.177Z
17692025-08-01T15:11:33.177Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221)
17702025-08-01T15:11:33.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-08-01T15:11:33.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-08-01T15:11:33.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-08-01T15:11:33.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17742025-08-01T15:11:33.864Z
17752025-08-01T15:11:33.865Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221)
17762025-08-01T15:11:34.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-08-01T15:11:34.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-08-01T15:11:34.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-08-01T15:11:34.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17802025-08-01T15:11:34.551Z
17812025-08-01T15:11:34.551Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221)
17822025-08-01T15:11:35.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-08-01T15:11:35.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-08-01T15:11:35.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-08-01T15:11:35.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17862025-08-01T15:11:35.238Z
17872025-08-01T15:11:35.238Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221)
17882025-08-01T15:11:35.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-08-01T15:11:35.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-08-01T15:11:35.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-08-01T15:11:35.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17922025-08-01T15:11:35.933Z
17932025-08-01T15:11:35.933Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221)
17942025-08-01T15:11:36.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-08-01T15:11:36.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-08-01T15:11:36.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-08-01T15:11:36.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17982025-08-01T15:11:36.645Z
17992025-08-01T15:11:36.645Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221)
18002025-08-01T15:11:37.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-08-01T15:11:37.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-08-01T15:11:37.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-08-01T15:11:37.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18042025-08-01T15:11:37.355Z
18052025-08-01T15:11:37.355Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221)
18062025-08-01T15:11:37.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-08-01T15:11:38.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-08-01T15:11:38.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-08-01T15:11:38.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18102025-08-01T15:11:38.043Z
18112025-08-01T15:11:38.043Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221)
18122025-08-01T15:11:38.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-08-01T15:11:38.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-08-01T15:11:38.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-08-01T15:11:38.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18162025-08-01T15:11:38.739Z
18172025-08-01T15:11:38.739Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221)
18182025-08-01T15:11:39.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-08-01T15:11:39.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-08-01T15:11:39.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-08-01T15:11:39.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18222025-08-01T15:11:39.423Z
18232025-08-01T15:11:39.423Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221)
18242025-08-01T15:11:40.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-08-01T15:11:40.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-08-01T15:11:40.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-08-01T15:11:40.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18282025-08-01T15:11:40.104Z
18292025-08-01T15:11:40.104Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221)
18302025-08-01T15:11:40.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-08-01T15:11:40.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-08-01T15:11:40.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-08-01T15:11:40.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18342025-08-01T15:11:40.797Z
18352025-08-01T15:11:40.797Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221)
18362025-08-01T15:11:41.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-08-01T15:11:41.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-08-01T15:11:41.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-08-01T15:11:41.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18402025-08-01T15:11:41.619Z
18412025-08-01T15:11:41.619Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221)
18422025-08-01T15:11:42.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-08-01T15:11:42.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-08-01T15:11:42.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-08-01T15:11:42.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18462025-08-01T15:11:42.304Z
18472025-08-01T15:11:42.304Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221)
18482025-08-01T15:11:42.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-08-01T15:11:42.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-08-01T15:11:42.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-08-01T15:11:42.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18522025-08-01T15:11:42.994Z
18532025-08-01T15:11:42.994Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221)
18542025-08-01T15:11:43.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-08-01T15:11:43.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-08-01T15:11:43.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-08-01T15:11:43.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18582025-08-01T15:11:43.700Z
18592025-08-01T15:11:43.700Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221)
18602025-08-01T15:11:44.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-08-01T15:11:44.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-08-01T15:11:44.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-08-01T15:11:44.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18642025-08-01T15:11:44.405Z
18652025-08-01T15:11:44.405Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221)
18662025-08-01T15:11:45.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-08-01T15:11:45.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-08-01T15:11:45.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-08-01T15:11:45.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18702025-08-01T15:11:45.095Z
18712025-08-01T15:11:45.095Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221)
18722025-08-01T15:11:45.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-08-01T15:11:45.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-08-01T15:11:45.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-08-01T15:11:45.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18762025-08-01T15:11:45.796Z
18772025-08-01T15:11:45.796Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221)
18782025-08-01T15:11:46.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-08-01T15:11:46.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-08-01T15:11:46.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-08-01T15:11:46.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18822025-08-01T15:11:46.500Z
18832025-08-01T15:11:46.500Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221)
18842025-08-01T15:11:47.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-08-01T15:11:47.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-08-01T15:11:47.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-08-01T15:11:47.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18882025-08-01T15:11:47.190Z
18892025-08-01T15:11:47.190Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221)
18902025-08-01T15:11:47.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-08-01T15:11:47.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-08-01T15:11:47.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-08-01T15:11:47.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18942025-08-01T15:11:47.878Z
18952025-08-01T15:11:47.878Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221)
18962025-08-01T15:11:48.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-08-01T15:11:48.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-08-01T15:11:48.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-08-01T15:11:48.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19002025-08-01T15:11:48.563Z
19012025-08-01T15:11:48.563Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221)
19022025-08-01T15:11:49.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-08-01T15:11:49.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-08-01T15:11:49.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-08-01T15:11:49.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19062025-08-01T15:11:49.255Z
19072025-08-01T15:11:49.255Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221)
19082025-08-01T15:11:49.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-08-01T15:11:49.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-08-01T15:11:49.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-08-01T15:11:49.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19122025-08-01T15:11:49.954Z
19132025-08-01T15:11:49.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221)
19142025-08-01T15:11:50.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-08-01T15:11:50.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-08-01T15:11:50.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-08-01T15:11:50.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19182025-08-01T15:11:50.653Z
19192025-08-01T15:11:50.653Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221)
19202025-08-01T15:11:51.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-08-01T15:11:51.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-08-01T15:11:51.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232025-08-01T15:11:51.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19242025-08-01T15:11:51.363Z
19252025-08-01T15:11:51.363Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221)
19262025-08-01T15:11:52.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272025-08-01T15:11:52.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282025-08-01T15:11:52.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292025-08-01T15:11:52.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19302025-08-01T15:11:52.072Z
19312025-08-01T15:11:52.072Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221)
19322025-08-01T15:11:52.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332025-08-01T15:11:52.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342025-08-01T15:11:52.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352025-08-01T15:11:52.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19362025-08-01T15:11:52.773Z
19372025-08-01T15:11:52.773Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221)
19382025-08-01T15:11:53.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392025-08-01T15:11:53.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402025-08-01T15:11:53.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412025-08-01T15:11:53.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19422025-08-01T15:11:53.472Z
19432025-08-01T15:11:53.472Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221)
19442025-08-01T15:11:54.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452025-08-01T15:11:54.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462025-08-01T15:11:54.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472025-08-01T15:11:54.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19482025-08-01T15:11:54.178Z
19492025-08-01T15:11:54.178Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221)
19502025-08-01T15:11:54.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512025-08-01T15:11:54.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522025-08-01T15:11:54.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532025-08-01T15:11:54.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19542025-08-01T15:11:54.887Z
19552025-08-01T15:11:54.887Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221)
19562025-08-01T15:11:55.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572025-08-01T15:11:55.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582025-08-01T15:11:55.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592025-08-01T15:11:55.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19602025-08-01T15:11:55.589Z
19612025-08-01T15:11:55.590Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221)
19622025-08-01T15:11:56.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632025-08-01T15:11:56.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642025-08-01T15:11:56.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652025-08-01T15:11:56.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
19662025-08-01T15:11:56.311Z
19672025-08-01T15:11:56.311Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221)
19682025-08-01T15:11:56.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692025-08-01T15:11:56.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702025-08-01T15:11:56.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712025-08-01T15:11:56.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19722025-08-01T15:11:57.020Z
19732025-08-01T15:11:57.020Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221)
19742025-08-01T15:11:57.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752025-08-01T15:11:57.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762025-08-01T15:11:57.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772025-08-01T15:11:57.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
19782025-08-01T15:11:57.757Z
19792025-08-01T15:11:57.757Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221)
19802025-08-01T15:11:58.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812025-08-01T15:11:58.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822025-08-01T15:11:58.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832025-08-01T15:11:58.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19842025-08-01T15:11:58.462Z
19852025-08-01T15:11:58.463Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221)
19862025-08-01T15:11:59.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872025-08-01T15:11:59.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882025-08-01T15:11:59.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892025-08-01T15:11:59.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19902025-08-01T15:11:59.158Z
19912025-08-01T15:11:59.158Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221)
19922025-08-01T15:11:59.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932025-08-01T15:11:59.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942025-08-01T15:11:59.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952025-08-01T15:11:59.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19962025-08-01T15:11:59.863Z
19972025-08-01T15:11:59.863Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221)
19982025-08-01T15:12:00.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992025-08-01T15:12:00.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002025-08-01T15:12:00.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012025-08-01T15:12:00.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
20022025-08-01T15:12:00.550Z
20032025-08-01T15:12:00.550Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221)
20042025-08-01T15:12:01.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052025-08-01T15:12:01.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062025-08-01T15:12:01.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072025-08-01T15:12:01.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20082025-08-01T15:12:01.251Z
20092025-08-01T15:12:01.251Zinfo: running `cargo check --bins` on sled-hardware-types (46/221)
20102025-08-01T15:12:02.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112025-08-01T15:12:02.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122025-08-01T15:12:02.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132025-08-01T15:12:02.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20142025-08-01T15:12:02.238Z
20152025-08-01T15:12:02.238Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/221)
20162025-08-01T15:12:03.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172025-08-01T15:12:03.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182025-08-01T15:12:03.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192025-08-01T15:12:03.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
20202025-08-01T15:12:03.189Z
20212025-08-01T15:12:03.189Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221)
20222025-08-01T15:12:04.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232025-08-01T15:12:04.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242025-08-01T15:12:04.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252025-08-01T15:12:04.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20262025-08-01T15:12:04.169Z
20272025-08-01T15:12:04.169Zinfo: running `cargo check --bins` on oxlog (49/221)
20282025-08-01T15:12:04.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292025-08-01T15:12:05.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302025-08-01T15:12:05.145Z Checking cfg-if v1.0.1
20312025-08-01T15:12:05.145Z Checking libc v0.2.174
20322025-08-01T15:12:05.172Z Checking serde v1.0.219
20332025-08-01T15:12:05.200Z Checking zeroize v1.8.1
20342025-08-01T15:12:05.200Z Checking memchr v2.7.4
20352025-08-01T15:12:05.227Z Checking typenum v1.17.0
20362025-08-01T15:12:05.227Z Checking smallvec v1.15.1
20372025-08-01T15:12:05.227Z Checking value-bag v1.9.0
20382025-08-01T15:12:05.253Z Checking subtle v2.6.1
20392025-08-01T15:12:05.425Z Checking scopeguard v1.2.0
20402025-08-01T15:12:05.503Z Checking const-oid v0.9.6
20412025-08-01T15:12:05.555Z Checking itoa v1.0.11
20422025-08-01T15:12:05.581Z Checking lock_api v0.4.12
20432025-08-01T15:12:05.641Z Checking log v0.4.27
20442025-08-01T15:12:05.757Z Checking stable_deref_trait v1.2.0
20452025-08-01T15:12:05.869Z Checking zerofrom v0.1.4
20462025-08-01T15:12:05.919Z Checking byteorder v1.5.0
20472025-08-01T15:12:05.946Z Checking pin-project-lite v0.2.14
20482025-08-01T15:12:06.078Z Checking portable-atomic v1.11.0
20492025-08-01T15:12:06.105Z Checking yoke v0.7.4
20502025-08-01T15:12:06.132Z Checking critical-section v1.1.3
20512025-08-01T15:12:06.159Z Checking getrandom v0.2.15
20522025-08-01T15:12:06.186Z Checking generic-array v0.14.7
20532025-08-01T15:12:06.294Z Checking signal-hook-registry v1.4.2
20542025-08-01T15:12:06.321Z Checking parking_lot_core v0.9.10
20552025-08-01T15:12:06.393Z Checking rand_core v0.6.4
20562025-08-01T15:12:06.422Z Checking mio v1.0.2
20572025-08-01T15:12:06.526Z Checking zerovec v0.10.4
20582025-08-01T15:12:06.616Z Checking parking_lot v0.12.3
20592025-08-01T15:12:06.678Z Checking socket2 v0.6.0
20602025-08-01T15:12:06.930Z Checking once_cell v1.21.3
20612025-08-01T15:12:06.957Z Checking cpufeatures v0.2.14
20622025-08-01T15:12:06.957Z Checking futures-core v0.3.31
20632025-08-01T15:12:06.985Z Checking litemap v0.7.3
20642025-08-01T15:12:07.071Z Checking crypto-common v0.1.6
20652025-08-01T15:12:07.098Z Checking block-buffer v0.10.4
20662025-08-01T15:12:07.098Z Checking writeable v0.5.5
20672025-08-01T15:12:07.130Z Checking block-padding v0.3.3
20682025-08-01T15:12:07.219Z Checking getrandom v0.3.1
20692025-08-01T15:12:07.254Z Checking percent-encoding v2.3.1
20702025-08-01T15:12:07.304Z Checking digest v0.10.7
20712025-08-01T15:12:07.336Z Checking zerocopy v0.7.35
20722025-08-01T15:12:07.363Z Checking inout v0.1.3
20732025-08-01T15:12:07.403Z Checking libm v0.2.8
20742025-08-01T15:12:07.454Z Checking equivalent v1.0.2
20752025-08-01T15:12:07.481Z Checking allocator-api2 v0.2.21
20762025-08-01T15:12:07.588Z Checking ryu v1.0.18
20772025-08-01T15:12:07.615Z Checking foldhash v0.1.5
20782025-08-01T15:12:07.666Z Checking hmac v0.12.1
20792025-08-01T15:12:07.803Z Checking futures-sink v0.3.31
20802025-08-01T15:12:07.849Z Checking icu_locid_transform_data v1.5.0
20812025-08-01T15:12:07.876Z Checking tinystr v0.7.6
20822025-08-01T15:12:07.876Z Checking icu_collections v1.5.0
20832025-08-01T15:12:07.957Z Checking sha2 v0.10.9
20842025-08-01T15:12:07.984Z Checking cipher v0.4.4
20852025-08-01T15:12:08.019Z Checking hashbrown v0.15.4
20862025-08-01T15:12:08.176Z Checking icu_locid v1.5.0
20872025-08-01T15:12:08.203Z Checking num-traits v0.2.19
20882025-08-01T15:12:08.326Z Checking slab v0.4.9
20892025-08-01T15:12:08.353Z Checking icu_properties_data v1.5.0
20902025-08-01T15:12:08.422Z Checking base64ct v1.6.0
20912025-08-01T15:12:08.457Z Checking flagset v0.4.6
20922025-08-01T15:12:08.569Z Checking write16 v1.0.0
20932025-08-01T15:12:08.596Z Checking utf16_iter v1.0.5
20942025-08-01T15:12:08.651Z Checking icu_normalizer_data v1.5.0
20952025-08-01T15:12:08.702Z Checking utf8_iter v1.0.4
20962025-08-01T15:12:08.761Z Checking ppv-lite86 v0.2.20
20972025-08-01T15:12:08.761Z Checking salsa20 v0.10.2
20982025-08-01T15:12:08.822Z Checking pem-rfc7468 v0.7.0
20992025-08-01T15:12:08.894Z Checking bytes v1.10.1
21002025-08-01T15:12:08.921Z Checking bitflags v2.9.1
21012025-08-01T15:12:08.947Z Checking indexmap v2.10.0
21022025-08-01T15:12:08.991Z Checking serde_json v1.0.141
21032025-08-01T15:12:09.054Z Checking icu_provider v1.5.0
21042025-08-01T15:12:09.081Z Checking der v0.7.9
21052025-08-01T15:12:09.205Z Checking futures-channel v0.3.31
21062025-08-01T15:12:09.346Z Checking pbkdf2 v0.12.2
21072025-08-01T15:12:09.410Z Checking zerocopy v0.8.26
21082025-08-01T15:12:09.511Z Checking pin-utils v0.1.0
21092025-08-01T15:12:09.538Z Checking futures-task v0.3.31
21102025-08-01T15:12:09.583Z Checking icu_locid_transform v1.5.0
21112025-08-01T15:12:09.614Z Checking fnv v1.0.7
21122025-08-01T15:12:09.744Z Checking futures-io v0.3.31
21132025-08-01T15:12:09.771Z Checking scrypt v0.11.0
21142025-08-01T15:12:09.798Z Checking tokio v1.47.0
21152025-08-01T15:12:09.924Z Checking futures-util v0.3.31
21162025-08-01T15:12:09.967Z Checking http v1.3.1
21172025-08-01T15:12:09.994Z Checking aes v0.8.4
21182025-08-01T15:12:10.342Z Checking cbc v0.1.2
21192025-08-01T15:12:10.410Z Checking icu_properties v1.5.1
21202025-08-01T15:12:10.524Z Checking spki v0.7.3
21212025-08-01T15:12:10.551Z Checking form_urlencoded v1.2.1
21222025-08-01T15:12:10.698Z Checking uuid v1.17.0
21232025-08-01T15:12:10.743Z Checking tracing-core v0.1.32
21242025-08-01T15:12:10.785Z Checking pkcs5 v0.7.1
21252025-08-01T15:12:11.054Z Checking http-body v1.0.1
21262025-08-01T15:12:11.255Z Compiling newtype-uuid v1.2.4
21272025-08-01T15:12:11.282Z Checking pkcs8 v0.10.2
21282025-08-01T15:12:11.312Z Checking base64 v0.22.1
21292025-08-01T15:12:11.339Z Checking tracing v0.1.40
21302025-08-01T15:12:11.519Z Checking rustls-pki-types v1.10.0
21312025-08-01T15:12:11.570Z Checking tinyvec_macros v0.1.1
21322025-08-01T15:12:11.663Z Checking iana-time-zone v0.1.63
21332025-08-01T15:12:11.690Z Checking tinyvec v1.8.0
21342025-08-01T15:12:11.764Z Checking aws-lc-sys v0.26.0
21352025-08-01T15:12:11.828Z Checking chrono v0.4.41
21362025-08-01T15:12:11.987Z Checking errno v0.3.12
21372025-08-01T15:12:12.113Z Checking rand_core v0.9.2
21382025-08-01T15:12:12.167Z Checking spin v0.9.8
21392025-08-01T15:12:12.411Z Checking adler2 v2.0.0
21402025-08-01T15:12:12.495Z Checking openssl-probe v0.1.5
21412025-08-01T15:12:12.597Z Checking untrusted v0.9.0
21422025-08-01T15:12:12.660Z Checking atomic-waker v1.1.2
21432025-08-01T15:12:12.765Z Checking foreign-types-shared v0.1.1
21442025-08-01T15:12:12.792Z Checking untrusted v0.7.1
21452025-08-01T15:12:12.820Z Checking tower-service v0.3.3
21462025-08-01T15:12:12.885Z Checking try-lock v0.2.5
21472025-08-01T15:12:12.954Z Checking foreign-types v0.3.2
21482025-08-01T15:12:12.980Z Checking ring v0.17.14
21492025-08-01T15:12:13.035Z Checking want v0.3.1
21502025-08-01T15:12:13.062Z Checking miniz_oxide v0.8.5
21512025-08-01T15:12:13.210Z Checking icu_normalizer v1.5.0
21522025-08-01T15:12:13.243Z Checking rand_chacha v0.9.0
21532025-08-01T15:12:13.497Z Checking ipnet v2.11.0
21542025-08-01T15:12:13.576Z Checking httparse v1.9.5
21552025-08-01T15:12:13.619Z Checking aws-lc-rs v1.12.4
21562025-08-01T15:12:13.697Z Checking openssl-sys v0.9.109
21572025-08-01T15:12:13.791Z Checking thiserror v1.0.69
21582025-08-01T15:12:13.868Z Checking idna_adapter v1.2.0
21592025-08-01T15:12:13.934Z Checking aho-corasick v1.1.3
21602025-08-01T15:12:13.970Z Checking httpdate v1.0.3
21612025-08-01T15:12:13.997Z Checking powerfmt v0.2.0
21622025-08-01T15:12:14.059Z Checking idna v1.0.3
21632025-08-01T15:12:14.199Z Checking regex-syntax v0.8.5
21642025-08-01T15:12:14.245Z Checking unicode-ident v1.0.18
21652025-08-01T15:12:14.411Z Checking proc-macro2 v1.0.95
21662025-08-01T15:12:14.489Z Checking url v2.5.4
21672025-08-01T15:12:14.697Z Checking openssl v0.10.73
21682025-08-01T15:12:14.863Z Checking deranged v0.3.11
21692025-08-01T15:12:14.968Z Checking rand v0.9.1
21702025-08-01T15:12:15.108Z Checking rustls-webpki v0.102.8
21712025-08-01T15:12:15.227Z Checking unicode-normalization v0.1.24
21722025-08-01T15:12:15.264Z Checking rustix v0.38.37
21732025-08-01T15:12:15.759Z Checking crossbeam-utils v0.8.21
21742025-08-01T15:12:15.868Z Checking semver v1.0.26
21752025-08-01T15:12:15.950Z Checking tokio-util v0.7.15
21762025-08-01T15:12:15.977Z Checking bzip2-sys v0.1.13+1.0.8
21772025-08-01T15:12:16.004Z Checking signature v2.2.0
21782025-08-01T15:12:16.119Z Checking scroll v0.12.0
21792025-08-01T15:12:16.192Z Checking crc32fast v1.4.2
21802025-08-01T15:12:16.247Z Checking num_threads v0.1.7
21812025-08-01T15:12:16.370Z Checking time-core v0.1.2
21822025-08-01T15:12:16.397Z Checking zlib-rs v0.5.1
21832025-08-01T15:12:16.425Z Checking siphasher v0.3.11
21842025-08-01T15:12:16.520Z Checking anstyle v1.0.11
21852025-08-01T15:12:16.546Z Checking either v1.15.0
21862025-08-01T15:12:16.712Z Checking plain v0.2.3
21872025-08-01T15:12:16.739Z Checking regex-automata v0.4.8
21882025-08-01T15:12:16.829Z Checking utf8parse v0.2.2
21892025-08-01T15:12:16.874Z Checking num-conv v0.1.0
21902025-08-01T15:12:16.901Z Checking h2 v0.4.6
21912025-08-01T15:12:16.901Z Checking unicode-bidi v0.3.17
21922025-08-01T15:12:16.992Z Checking unicode-properties v0.1.3
21932025-08-01T15:12:17.115Z Checking dyn-clone v1.0.19
21942025-08-01T15:12:17.260Z Checking ucd-trie v0.1.7
21952025-08-01T15:12:17.290Z Checking schemars v0.8.22
21962025-08-01T15:12:17.416Z Checking stringprep v0.1.5
21972025-08-01T15:12:17.461Z Checking pest v2.7.14
21982025-08-01T15:12:17.689Z Checking time v0.3.36
21992025-08-01T15:12:17.999Z Checking libz-rs-sys v0.5.1
22002025-08-01T15:12:18.051Z Checking anstyle-parse v0.2.5
22012025-08-01T15:12:18.186Z Checking goblin v0.8.2
22022025-08-01T15:12:18.295Z Checking phf_shared v0.11.2
22032025-08-01T15:12:18.535Z Checking crossbeam-epoch v0.9.18
22042025-08-01T15:12:18.571Z Checking rustls v0.23.19
22052025-08-01T15:12:18.938Z Checking quote v1.0.40
22062025-08-01T15:12:18.965Z Checking native-tls v0.2.12
22072025-08-01T15:12:19.253Z Checking num-integer v0.1.46
22082025-08-01T15:12:19.482Z Checking rand_chacha v0.3.1
22092025-08-01T15:12:19.509Z Checking toml_datetime v0.6.11
22102025-08-01T15:12:19.676Z Checking serde_spanned v0.6.9
22112025-08-01T15:12:19.702Z Checking zstd-sys v2.0.14+zstd.1.5.7
22122025-08-01T15:12:19.806Z Checking md-5 v0.10.6
22132025-08-01T15:12:19.842Z Checking sync_wrapper v1.0.1
22142025-08-01T15:12:19.880Z Checking ff v0.13.0
22152025-08-01T15:12:19.907Z Checking hash32 v0.2.1
22162025-08-01T15:12:20.001Z Checking gimli v0.31.1
22172025-08-01T15:12:20.028Z Checking fallible-iterator v0.2.0
22182025-08-01T15:12:20.076Z Checking tower-layer v0.3.3
22192025-08-01T15:12:20.164Z Checking pretty-hex v0.4.1
22202025-08-01T15:12:20.310Z Checking is_terminal_polyfill v1.70.1
22212025-08-01T15:12:20.337Z Checking colorchoice v1.0.2
22222025-08-01T15:12:20.431Z Checking base16ct v0.2.0
22232025-08-01T15:12:20.457Z Checking psl-types v2.0.11
22242025-08-01T15:12:20.484Z Checking anstyle-query v1.1.1
22252025-08-01T15:12:20.530Z Checking postgres-protocol v0.6.8
22262025-08-01T15:12:20.611Z Checking anstream v0.6.18
22272025-08-01T15:12:20.637Z Checking publicsuffix v2.3.0
22282025-08-01T15:12:20.637Z Checking sec1 v0.7.3
22292025-08-01T15:12:20.883Z Checking tower v0.5.2
22302025-08-01T15:12:20.959Z Checking heapless v0.7.17
22312025-08-01T15:12:21.019Z Checking group v0.13.0
22322025-08-01T15:12:21.083Z Checking zstd-safe v7.2.3
22332025-08-01T15:12:21.262Z Checking rand v0.8.5
22342025-08-01T15:12:21.373Z Checking cookie v0.18.1
22352025-08-01T15:12:21.508Z Checking num-iter v0.1.45
22362025-08-01T15:12:21.664Z Checking dtrace-parser v0.2.0
22372025-08-01T15:12:21.768Z Compiling daft v0.1.4
22382025-08-01T15:12:21.795Z Checking tokio-native-tls v0.3.1
22392025-08-01T15:12:22.005Z Checking hyper v1.6.0
22402025-08-01T15:12:22.032Z Checking syn v2.0.104
22412025-08-01T15:12:22.078Z Checking ipnetwork v0.21.1
22422025-08-01T15:12:22.181Z Checking dof v0.3.0
22432025-08-01T15:12:22.235Z Checking flate2 v1.1.2
22442025-08-01T15:12:22.275Z Checking terminal_size v0.4.0
22452025-08-01T15:12:22.434Z Checking rustls-native-certs v0.8.1
22462025-08-01T15:12:22.461Z Checking lazy_static v1.5.0
22472025-08-01T15:12:22.587Z Checking webpki-roots v1.0.1
22482025-08-01T15:12:22.626Z Checking http-body-util v0.1.3
22492025-08-01T15:12:22.726Z Checking signal-hook v0.3.18
22502025-08-01T15:12:22.770Z Checking hkdf v0.12.4
22512025-08-01T15:12:22.811Z Checking tokio-rustls v0.26.0
22522025-08-01T15:12:22.811Z Checking crypto-bigint v0.5.5
22532025-08-01T15:12:22.985Z Checking thread-id v4.2.2
22542025-08-01T15:12:23.012Z Checking object v0.36.5
22552025-08-01T15:12:23.039Z Checking iri-string v0.7.8
22562025-08-01T15:12:23.072Z Checking addr2line v0.24.2
22572025-08-01T15:12:23.110Z Checking bitflags v1.3.2
22582025-08-01T15:12:23.163Z Compiling rayon-core v1.12.1
22592025-08-01T15:12:23.217Z Checking winnow v0.5.40
22602025-08-01T15:12:23.417Z Checking managed v0.8.0
22612025-08-01T15:12:23.532Z Checking lockfree-object-pool v0.1.6
22622025-08-01T15:12:23.654Z Checking hyper-util v0.1.16
22632025-08-01T15:12:23.738Z Checking strsim v0.11.1
22642025-08-01T15:12:23.765Z Checking rustc-demangle v0.1.24
22652025-08-01T15:12:23.996Z Checking clap_lex v0.7.4
22662025-08-01T15:12:24.139Z Checking simd-adler32 v0.3.7
22672025-08-01T15:12:24.227Z Checking bumpalo v3.16.0
22682025-08-01T15:12:24.453Z Checking clap_builder v4.5.41
22692025-08-01T15:12:24.514Z Checking zopfli v0.8.1
22702025-08-01T15:12:25.005Z Checking elliptic-curve v0.13.8
22712025-08-01T15:12:25.089Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722025-08-01T15:12:25.163Z Checking tower-http v0.6.6
22732025-08-01T15:12:25.360Z Checking smoltcp v0.9.1
22742025-08-01T15:12:25.440Z Checking toml_edit v0.19.15
22752025-08-01T15:12:25.574Z Checking signal-hook-mio v0.2.4
22762025-08-01T15:12:25.669Z Checking num-bigint-dig v0.8.4
22772025-08-01T15:12:25.734Z Checking oxnet v0.1.3
22782025-08-01T15:12:25.761Z Checking hyper-rustls v0.27.7
22792025-08-01T15:12:26.088Z Checking hyper-tls v0.6.0
22802025-08-01T15:12:26.115Z Checking cookie_store v0.21.1
22812025-08-01T15:12:26.344Z Checking zstd v0.13.3
22822025-08-01T15:12:26.561Z Checking postgres-types v0.2.9
22832025-08-01T15:12:26.655Z Checking regex v1.11.1
22842025-08-01T15:12:26.713Z Checking bstr v1.10.0
22852025-08-01T15:12:26.984Z Checking crossbeam-deque v0.8.5
22862025-08-01T15:12:27.011Z Checking usdt-impl v0.5.0
22872025-08-01T15:12:27.145Z Checking phf v0.11.2
22882025-08-01T15:12:27.182Z Checking ed25519 v2.2.3
22892025-08-01T15:12:27.272Z Checking bzip2 v0.5.2
22902025-08-01T15:12:27.399Z Checking bzip2 v0.4.4
22912025-08-01T15:12:27.443Z Checking curve25519-dalek v4.1.3
22922025-08-01T15:12:27.483Z Checking thiserror v2.0.12
22932025-08-01T15:12:27.509Z Checking strum v0.27.2
22942025-08-01T15:12:27.536Z Checking hubpack v0.1.2
22952025-08-01T15:12:27.569Z Checking memoffset v0.9.1
22962025-08-01T15:12:27.638Z Checking pkcs1 v0.7.5
22972025-08-01T15:12:27.681Z Checking serde_urlencoded v0.7.1
22982025-08-01T15:12:27.707Z Checking float-cmp v0.10.0
22992025-08-01T15:12:27.707Z Checking serde-big-array v0.5.1
23002025-08-01T15:12:27.818Z Checking rfc6979 v0.4.0
23012025-08-01T15:12:27.844Z Checking memmap v0.7.0
23022025-08-01T15:12:27.909Z Checking socket2 v0.5.10
23032025-08-01T15:12:27.936Z Checking encoding_rs v0.8.34
23042025-08-01T15:12:28.002Z Checking minimal-lexical v0.2.1
23052025-08-01T15:12:28.033Z Checking normalize-line-endings v0.3.0
23062025-08-01T15:12:28.063Z Checking data-encoding v2.9.0
23072025-08-01T15:12:28.090Z Checking mime v0.3.17
23082025-08-01T15:12:28.117Z Checking backtrace v0.3.74
23092025-08-01T15:12:28.158Z Checking difflib v0.4.0
23102025-08-01T15:12:28.349Z Checking precomputed-hash v0.1.1
23112025-08-01T15:12:28.375Z Checking toml_write v0.1.2
23122025-08-01T15:12:28.402Z Checking winnow v0.7.10
23132025-08-01T15:12:28.467Z Checking fixedbitset v0.4.2
23142025-08-01T15:12:28.494Z Checking unicode-segmentation v1.12.0
23152025-08-01T15:12:28.550Z Checking predicates-core v1.0.8
23162025-08-01T15:12:28.598Z Checking unicode-width v0.2.0
23172025-08-01T15:12:28.665Z Checking static_assertions v1.1.0
23182025-08-01T15:12:28.726Z Checking whoami v1.5.2
23192025-08-01T15:12:28.752Z Checking new_debug_unreachable v1.0.6
23202025-08-01T15:12:28.779Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23212025-08-01T15:12:28.853Z Checking string_cache v0.8.9
23222025-08-01T15:12:29.013Z Checking tokio-postgres v0.7.13
23232025-08-01T15:12:29.040Z Checking console v0.15.10
23242025-08-01T15:12:29.041Z Checking ed25519-dalek v2.1.1
23252025-08-01T15:12:29.075Z Checking similar v2.7.0
23262025-08-01T15:12:29.132Z Checking predicates v3.1.3
23272025-08-01T15:12:29.442Z Checking petgraph v0.6.5
23282025-08-01T15:12:29.521Z Checking anyhow v1.0.98
23292025-08-01T15:12:29.695Z Checking hickory-proto v0.25.2
23302025-08-01T15:12:29.751Z Checking reqwest v0.12.22
23312025-08-01T15:12:29.792Z Checking nom v7.1.3
23322025-08-01T15:12:29.867Z Checking usdt v0.5.0
23332025-08-01T15:12:30.145Z Checking rsa v0.9.6
23342025-08-01T15:12:30.734Z Checking toml_edit v0.22.27
23352025-08-01T15:12:30.976Z Checking ecdsa v0.16.9
23362025-08-01T15:12:31.349Z Checking nix v0.29.0
23372025-08-01T15:12:31.567Z Checking zip v0.6.6
23382025-08-01T15:12:31.692Z Checking toml v0.7.8
23392025-08-01T15:12:31.865Z Checking zip v4.2.0
23402025-08-01T15:12:32.157Z Checking clap v4.5.41
23412025-08-01T15:12:32.270Z Checking crossterm v0.28.1
23422025-08-01T15:12:32.315Z Checking tokio-stream v0.1.17
23432025-08-01T15:12:32.514Z Checking itertools v0.10.5
23442025-08-01T15:12:32.581Z Checking itertools v0.13.0
23452025-08-01T15:12:32.934Z Checking itertools v0.12.1
23462025-08-01T15:12:32.961Z Checking strum v0.26.3
23472025-08-01T15:12:33.000Z Checking buf-list v1.0.3
23482025-08-01T15:12:33.118Z Checking fs-err v3.1.1
23492025-08-01T15:12:33.280Z Checking ahash v0.8.12
23502025-08-01T15:12:33.307Z Checking slog v2.7.0
23512025-08-01T15:12:33.623Z Checking rustix v1.0.7
23522025-08-01T15:12:33.649Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23532025-08-01T15:12:33.676Z Checking x509-cert v0.2.5
23542025-08-01T15:12:33.720Z Checking openapiv3 v2.2.0
23552025-08-01T15:12:33.942Z Checking sha1 v0.10.6
23562025-08-01T15:12:34.190Z Checking winnow v0.6.26
23572025-08-01T15:12:34.282Z Checking lalrpop-util v0.19.12
23582025-08-01T15:12:34.539Z Checking peg-runtime v0.8.5
23592025-08-01T15:12:34.612Z Checking rustc-hash v2.1.1
23602025-08-01T15:12:34.764Z Checking unicode-xid v0.2.6
23612025-08-01T15:12:34.791Z Checking rayon v1.10.0
23622025-08-01T15:12:34.928Z Checking camino v1.1.10
23632025-08-01T15:12:34.955Z Checking sigpipe v0.1.3
23642025-08-01T15:12:34.981Z Checking jiff v0.2.15
23652025-08-01T15:12:35.072Z Checking glob v0.3.2
23662025-08-01T15:12:39.976Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672025-08-01T15:12:40.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.31s
23682025-08-01T15:12:40.667Z
23692025-08-01T15:12:40.667Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221)
23702025-08-01T15:12:41.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712025-08-01T15:12:41.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722025-08-01T15:12:41.813Z Compiling regress v0.10.4
23732025-08-01T15:12:41.852Z Checking heck v0.5.0
23742025-08-01T15:12:41.897Z Compiling unsafe-libyaml v0.2.11
23752025-08-01T15:12:41.926Z Checking newtype-uuid v1.2.4
23762025-08-01T15:12:41.952Z Compiling structmeta-derive v0.3.0
23772025-08-01T15:12:41.953Z Checking dirs-sys-next v0.1.2
23782025-08-01T15:12:41.990Z Checking fastrand v2.1.1
23792025-08-01T15:12:42.076Z Checking thread_local v1.1.8
23802025-08-01T15:12:42.165Z Checking dirs-next v2.0.0
23812025-08-01T15:12:42.214Z Checking daft v0.1.4
23822025-08-01T15:12:42.298Z Checking tempfile v3.20.0
23832025-08-01T15:12:42.325Z Compiling ident_case v1.0.1
23842025-08-01T15:12:42.352Z Checking term v0.7.0
23852025-08-01T15:12:42.522Z Compiling darling_core v0.20.10
23862025-08-01T15:12:42.648Z Checking crossbeam-channel v0.5.15
23872025-08-01T15:12:42.675Z Checking futures-executor v0.3.31
23882025-08-01T15:12:42.756Z Checking is-terminal v0.4.13
23892025-08-01T15:12:42.889Z Checking take_mut v0.2.2
23902025-08-01T15:12:42.916Z Compiling rustls v0.22.4
23912025-08-01T15:12:43.054Z Compiling serde_yaml v0.9.34+deprecated
23922025-08-01T15:12:43.180Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23932025-08-01T15:12:43.270Z Checking slog-async v2.8.0
23942025-08-01T15:12:43.381Z Checking futures v0.3.31
23952025-08-01T15:12:43.503Z Checking slog-term v2.9.1
23962025-08-01T15:12:43.553Z Compiling proc-macro-crate v1.3.1
23972025-08-01T15:12:43.580Z Checking wait-timeout v0.2.0
23982025-08-01T15:12:43.767Z Compiling multer v3.1.0
23992025-08-01T15:12:43.951Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24002025-08-01T15:12:44.058Z Compiling structmeta v0.3.0
24012025-08-01T15:12:44.085Z Compiling ref-cast v1.0.24
24022025-08-01T15:12:44.229Z Checking quick-error v1.2.3
24032025-08-01T15:12:44.336Z Checking bit-vec v0.8.0
24042025-08-01T15:12:44.383Z Checking match_cfg v0.1.0
24052025-08-01T15:12:44.433Z Compiling derive-ex v0.1.8
24062025-08-01T15:12:44.494Z Checking hostname v0.3.1
24072025-08-01T15:12:44.604Z Checking rusty-fork v0.3.0
24082025-08-01T15:12:44.645Z Compiling num_enum_derive v0.5.11
24092025-08-01T15:12:44.703Z Checking bit-set v0.8.0
24102025-08-01T15:12:44.729Z Checking typify-impl v0.3.0
24112025-08-01T15:12:44.952Z Compiling typify-impl v0.2.0
24122025-08-01T15:12:47.026Z Checking progenitor-client v0.9.1
24132025-08-01T15:12:47.457Z Checking rand_xorshift v0.4.0
24142025-08-01T15:12:47.509Z Compiling darling_macro v0.20.10
24152025-08-01T15:12:47.720Z Checking slog-json v2.6.1
24162025-08-01T15:12:47.979Z Compiling lzma-sys v0.1.20
24172025-08-01T15:12:48.006Z Checking hex v0.4.3
24182025-08-01T15:12:48.225Z Compiling async-stream-impl v0.3.6
24192025-08-01T15:12:48.327Z Compiling darling v0.20.10
24202025-08-01T15:12:48.353Z Compiling foreign-types-macros v0.2.3
24212025-08-01T15:12:48.444Z Compiling ref-cast-impl v1.0.24
24222025-08-01T15:12:48.470Z Compiling dropshot v0.16.2
24232025-08-01T15:12:48.612Z Checking foreign-types-shared v0.3.1
24242025-08-01T15:12:48.753Z Checking arc-swap v1.7.1
24252025-08-01T15:12:48.780Z Checking unarray v0.1.4
24262025-08-01T15:12:48.933Z Checking utf-8 v0.7.6
24272025-08-01T15:12:49.142Z Checking slog-scope v4.4.0
24282025-08-01T15:12:49.169Z Checking tungstenite v0.21.0
24292025-08-01T15:12:49.281Z Checking async-stream v0.3.6
24302025-08-01T15:12:49.350Z Checking proptest v1.7.0
24312025-08-01T15:12:49.377Z Checking foreign-types v0.5.0
24322025-08-01T15:12:49.488Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24332025-08-01T15:12:49.583Z Compiling serde_with_macros v3.14.0
24342025-08-01T15:12:49.610Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24352025-08-01T15:12:49.637Z Compiling test-strategy v0.4.3
24362025-08-01T15:12:49.777Z Checking slog-bunyan v2.5.0
24372025-08-01T15:12:49.908Z Checking tokio-rustls v0.25.0
24382025-08-01T15:12:49.955Z Compiling proc-macro-error v1.0.4
24392025-08-01T15:12:50.355Z Checking num_enum v0.5.11
24402025-08-01T15:12:50.428Z Compiling parse-display-derive v0.10.0
24412025-08-01T15:12:50.636Z Checking toml v0.8.23
24422025-08-01T15:12:50.670Z Checking progenitor-client v0.8.0
24432025-08-01T15:12:51.000Z Compiling heck v0.3.3
24442025-08-01T15:12:51.315Z Checking waitgroup v0.1.2
24452025-08-01T15:12:51.342Z Checking rustls-pemfile v2.2.0
24462025-08-01T15:12:51.478Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24472025-08-01T15:12:51.569Z Compiling dropshot_endpoint v0.16.2
24482025-08-01T15:12:51.780Z Checking serde_path_to_error v0.1.17
24492025-08-01T15:12:52.167Z Compiling derive-where v1.5.0
24502025-08-01T15:12:52.317Z Checking cstr-argument v0.1.2
24512025-08-01T15:12:52.577Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24522025-08-01T15:12:52.650Z Checking hostname v0.4.0
24532025-08-01T15:12:52.794Z Checking instant v0.1.13
24542025-08-01T15:12:52.921Z Checking debug-ignore v1.0.5
24552025-08-01T15:12:53.092Z Checking pretty-hex v0.2.1
24562025-08-01T15:12:53.208Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24572025-08-01T15:12:53.272Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24582025-08-01T15:12:53.515Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
24592025-08-01T15:12:53.542Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602025-08-01T15:12:53.568Z Checking backoff v0.4.0
24612025-08-01T15:12:53.712Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24622025-08-01T15:12:53.823Z Checking parse-display v0.10.0
24632025-08-01T15:12:53.849Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24642025-08-01T15:12:54.015Z Checking serde_with v3.14.0
24652025-08-01T15:12:54.043Z Compiling zone_cfg_derive v0.1.2
24662025-08-01T15:12:54.070Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24672025-08-01T15:12:54.160Z Checking tokio-tungstenite v0.21.0
24682025-08-01T15:12:54.708Z Checking iddqd v0.3.9
24692025-08-01T15:12:54.815Z Checking slog-stdlog v4.1.1
24702025-08-01T15:12:54.842Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24712025-08-01T15:12:54.868Z Compiling typify-macro v0.3.0
24722025-08-01T15:12:54.972Z Compiling typify-macro v0.2.0
24732025-08-01T15:12:55.005Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742025-08-01T15:12:55.162Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24752025-08-01T15:12:55.191Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24762025-08-01T15:12:55.439Z Checking progenitor-client v0.10.0
24772025-08-01T15:12:55.466Z Checking colored v2.2.0
24782025-08-01T15:12:55.802Z Checking macaddr v1.0.1
24792025-08-01T15:12:55.829Z Checking unicode-width v0.1.14
24802025-08-01T15:12:56.126Z Checking base64 v0.21.7
24812025-08-01T15:12:56.164Z Checking base64 v0.13.1
24822025-08-01T15:12:56.190Z Checking number_prefix v0.4.0
24832025-08-01T15:12:56.284Z Checking tabwriter v1.4.0
24842025-08-01T15:12:56.408Z Checking indicatif v0.17.11
24852025-08-01T15:12:56.537Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24862025-08-01T15:12:56.582Z Checking ron v0.7.1
24872025-08-01T15:12:56.609Z Checking zone v0.1.8
24882025-08-01T15:12:56.966Z Checking slog-envlogger v2.2.0
24892025-08-01T15:12:57.057Z Checking xz2 v0.1.7
24902025-08-01T15:12:57.195Z Checking tokio-dtrace v0.1.0
24912025-08-01T15:12:57.221Z Checking xattr v1.3.1
24922025-08-01T15:12:57.342Z Checking yasna v0.5.2
24932025-08-01T15:12:57.427Z Checking pem v3.0.5
24942025-08-01T15:12:57.520Z Checking smf v0.2.3
24952025-08-01T15:12:57.595Z Checking headers-core v0.3.0
24962025-08-01T15:12:57.749Z Checking filetime v0.2.25
24972025-08-01T15:12:57.776Z Checking same-file v1.0.6
24982025-08-01T15:12:57.933Z Checking headers v0.4.1
24992025-08-01T15:12:57.961Z Checking walkdir v2.5.0
25002025-08-01T15:12:57.988Z Checking tar v0.4.44
25012025-08-01T15:12:58.015Z Checking oxide-tokio-rt v0.1.2
25022025-08-01T15:12:58.154Z Checking rcgen v0.12.1
25032025-08-01T15:12:58.228Z Checking camino-tempfile v1.4.1
25042025-08-01T15:12:58.256Z Checking atomicwrites v0.4.4
25052025-08-01T15:12:58.290Z Compiling typify v0.3.0
25062025-08-01T15:12:58.377Z Compiling typify v0.2.0
25072025-08-01T15:12:58.457Z Compiling progenitor-impl v0.9.1
25082025-08-01T15:12:58.541Z Compiling progenitor-impl v0.8.0
25092025-08-01T15:12:58.703Z Checking subprocess v0.2.9
25102025-08-01T15:13:01.767Z Compiling progenitor-macro v0.9.1
25112025-08-01T15:13:01.893Z Compiling progenitor-macro v0.8.0
25122025-08-01T15:13:06.570Z Checking progenitor v0.9.1
25132025-08-01T15:13:06.772Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25142025-08-01T15:13:07.381Z Checking progenitor v0.8.0
25152025-08-01T15:13:07.594Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25162025-08-01T15:13:10.551Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172025-08-01T15:13:10.914Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25182025-08-01T15:13:19.410Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25192025-08-01T15:13:21.724Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25202025-08-01T15:13:23.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.99s
25212025-08-01T15:13:23.877Z
25222025-08-01T15:13:23.877Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221)
25232025-08-01T15:13:24.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242025-08-01T15:13:24.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252025-08-01T15:13:25.058Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25262025-08-01T15:13:27.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
25272025-08-01T15:13:27.231Z
25282025-08-01T15:13:27.232Zinfo: running `cargo check --bins` on nexus-config (52/221)
25292025-08-01T15:13:28.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302025-08-01T15:13:28.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312025-08-01T15:13:28.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322025-08-01T15:13:28.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
25332025-08-01T15:13:28.274Z
25342025-08-01T15:13:28.274Zinfo: running `cargo check --bins` on omicron-rpaths (53/221)
25352025-08-01T15:13:29.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362025-08-01T15:13:29.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372025-08-01T15:13:29.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382025-08-01T15:13:29.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
25392025-08-01T15:13:29.265Z
25402025-08-01T15:13:29.265Zinfo: running `cargo check --bins` on omicron-certificates (54/221)
25412025-08-01T15:13:30.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422025-08-01T15:13:30.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432025-08-01T15:13:30.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442025-08-01T15:13:30.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
25452025-08-01T15:13:30.313Z
25462025-08-01T15:13:30.314Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/221)
25472025-08-01T15:13:31.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482025-08-01T15:13:31.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492025-08-01T15:13:31.568Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25502025-08-01T15:13:31.602Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25512025-08-01T15:13:31.630Z Compiling darling_core v0.21.0
25522025-08-01T15:13:31.657Z Compiling tempfile v3.20.0
25532025-08-01T15:13:31.684Z Compiling wait-timeout v0.2.0
25542025-08-01T15:13:31.684Z Compiling quick-error v1.2.3
25552025-08-01T15:13:31.684Z Compiling bit-vec v0.8.0
25562025-08-01T15:13:31.684Z Compiling match_cfg v0.1.0
25572025-08-01T15:13:31.762Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25582025-08-01T15:13:31.811Z Compiling hostname v0.3.1
25592025-08-01T15:13:31.854Z Compiling rustls v0.22.4
25602025-08-01T15:13:32.050Z Compiling progenitor-client v0.9.1
25612025-08-01T15:13:32.097Z Compiling bit-set v0.8.0
25622025-08-01T15:13:32.182Z Compiling rusty-fork v0.3.0
25632025-08-01T15:13:32.259Z Compiling slog-json v2.6.1
25642025-08-01T15:13:32.382Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25652025-08-01T15:13:32.408Z Compiling rand_xorshift v0.4.0
25662025-08-01T15:13:32.544Z Compiling itertools v0.14.0
25672025-08-01T15:13:32.625Z Compiling hex v0.4.3
25682025-08-01T15:13:32.652Z Compiling unarray v0.1.4
25692025-08-01T15:13:32.726Z Compiling heapless v0.8.0
25702025-08-01T15:13:32.841Z Compiling proptest v1.7.0
25712025-08-01T15:13:32.896Z Compiling slog-bunyan v2.5.0
25722025-08-01T15:13:33.124Z Compiling progenitor v0.9.1
25732025-08-01T15:13:33.198Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25742025-08-01T15:13:33.366Z Compiling async-stream v0.3.6
25752025-08-01T15:13:33.392Z Compiling ref-cast v1.0.24
25762025-08-01T15:13:33.541Z Compiling multer v3.1.0
25772025-08-01T15:13:33.568Z Compiling toml v0.8.23
25782025-08-01T15:13:33.666Z Compiling waitgroup v0.1.2
25792025-08-01T15:13:33.888Z Compiling rustls-pemfile v2.2.0
25802025-08-01T15:13:34.227Z Checking hash32 v0.3.1
25812025-08-01T15:13:34.421Z Compiling serde_path_to_error v0.1.17
25822025-08-01T15:13:34.448Z Compiling hostname v0.4.0
25832025-08-01T15:13:34.659Z Compiling instant v0.1.13
25842025-08-01T15:13:34.831Z Compiling debug-ignore v1.0.5
25852025-08-01T15:13:34.866Z Compiling smoltcp v0.11.0
25862025-08-01T15:13:35.000Z Compiling backoff v0.4.0
25872025-08-01T15:13:35.253Z Compiling iddqd v0.3.9
25882025-08-01T15:13:35.364Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25892025-08-01T15:13:35.472Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25902025-08-01T15:13:35.689Z Compiling parse-display v0.10.0
25912025-08-01T15:13:36.026Z Compiling tokio-rustls v0.25.0
25922025-08-01T15:13:36.310Z Compiling serde_with v3.14.0
25932025-08-01T15:13:36.484Z Compiling dropshot v0.16.2
25942025-08-01T15:13:37.587Z Compiling darling_macro v0.21.0
25952025-08-01T15:13:37.927Z Checking num-rational v0.4.2
25962025-08-01T15:13:38.566Z Compiling darling v0.21.0
25972025-08-01T15:13:38.592Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
25982025-08-01T15:13:38.735Z Compiling ingot-macros v0.1.1
25992025-08-01T15:13:39.369Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26002025-08-01T15:13:39.714Z Compiling progenitor-client v0.10.0
26012025-08-01T15:13:39.740Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26022025-08-01T15:13:40.256Z Checking num-complex v0.4.6
26032025-08-01T15:13:41.449Z Compiling macaddr v1.0.1
26042025-08-01T15:13:41.728Z Checking cobs v0.2.3
26052025-08-01T15:13:41.904Z Compiling num v0.4.3
26062025-08-01T15:13:41.936Z Checking postcard v1.0.10
26072025-08-01T15:13:42.225Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26082025-08-01T15:13:42.563Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26092025-08-01T15:13:42.612Z Compiling float-ord v0.3.2
26102025-08-01T15:13:42.797Z Compiling convert_case v0.4.0
26112025-08-01T15:13:42.876Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26122025-08-01T15:13:42.981Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26132025-08-01T15:13:43.587Z Compiling derive_more v0.99.20
26142025-08-01T15:13:43.723Z Checking linked-hash-map v0.5.6
26152025-08-01T15:13:44.043Z Compiling crucible-workspace-hack v0.1.0
26162025-08-01T15:13:44.330Z Checking siphasher v1.0.1
26172025-08-01T15:13:44.639Z Checking phf_shared v0.12.1
26182025-08-01T15:13:44.826Z Checking ingot-types v0.1.2
26192025-08-01T15:13:44.856Z Checking lru-cache v0.1.2
26202025-08-01T15:13:44.885Z Checking resolv-conf v0.7.0
26212025-08-01T15:13:44.912Z Checking newline-converter v0.3.0
26222025-08-01T15:13:45.067Z Checking hickory-proto v0.24.4
26232025-08-01T15:13:45.221Z Checking prettyplease v0.2.36
26242025-08-01T15:13:45.552Z Checking ingot v0.1.1
26252025-08-01T15:13:45.808Z Compiling slog-dtrace v0.3.0
26262025-08-01T15:13:46.113Z Compiling chrono-tz v0.10.4
26272025-08-01T15:13:46.310Z Compiling zone_cfg_derive v0.3.0
26282025-08-01T15:13:46.417Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26292025-08-01T15:13:47.394Z Checking expectorate v1.2.0
26302025-08-01T15:13:47.465Z Checking phf v0.12.1
26312025-08-01T15:13:47.614Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
26322025-08-01T15:13:47.673Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26332025-08-01T15:13:47.743Z Compiling const_format_proc_macros v0.2.34
26342025-08-01T15:13:47.946Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26352025-08-01T15:13:48.586Z Compiling num-derive v0.4.2
26362025-08-01T15:13:48.616Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26372025-08-01T15:13:48.837Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26382025-08-01T15:13:48.864Z Checking hickory-resolver v0.24.4
26392025-08-01T15:13:49.130Z Checking highway v1.3.0
26402025-08-01T15:13:49.157Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26412025-08-01T15:13:49.375Z Checking const_format v0.2.34
26422025-08-01T15:13:49.416Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26432025-08-01T15:13:49.551Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26442025-08-01T15:13:49.815Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26452025-08-01T15:13:50.311Z Checking qorb v0.4.0
26462025-08-01T15:13:50.338Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26472025-08-01T15:13:50.647Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26482025-08-01T15:13:50.785Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
26492025-08-01T15:13:50.834Z Checking zone v0.3.1
26502025-08-01T15:13:51.412Z Checking gethostname v0.5.0
26512025-08-01T15:13:51.514Z Checking bcs v0.1.6
26522025-08-01T15:13:51.541Z Checking nanorand v0.7.0
26532025-08-01T15:13:51.568Z Compiling async-recursion v1.1.1
26542025-08-01T15:13:51.886Z Checking termtree v0.5.1
26552025-08-01T15:13:52.003Z Checking flume v0.11.1
26562025-08-01T15:13:52.125Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26572025-08-01T15:13:52.192Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26582025-08-01T15:13:58.075Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26592025-08-01T15:14:02.552Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26602025-08-01T15:14:06.426Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26612025-08-01T15:14:08.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.97s
26622025-08-01T15:14:08.486Z
26632025-08-01T15:14:08.486Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/221)
26642025-08-01T15:14:09.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-08-01T15:14:09.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-08-01T15:14:09.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-08-01T15:14:09.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
26682025-08-01T15:14:09.576Z
26692025-08-01T15:14:09.576Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/221)
26702025-08-01T15:14:10.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-08-01T15:14:10.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-08-01T15:14:10.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-08-01T15:14:10.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
26742025-08-01T15:14:10.689Z
26752025-08-01T15:14:10.690Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/221)
26762025-08-01T15:14:11.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-08-01T15:14:11.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-08-01T15:14:11.897Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26792025-08-01T15:14:12.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
26802025-08-01T15:14:12.963Z
26812025-08-01T15:14:12.963Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221)
26822025-08-01T15:14:13.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-08-01T15:14:13.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-08-01T15:14:14.130Z Compiling cfg_aliases v0.1.1
26852025-08-01T15:14:14.130Z Compiling convert_case v0.7.1
26862025-08-01T15:14:14.157Z Compiling vte_generate_state_changes v0.1.2
26872025-08-01T15:14:14.157Z Checking fd-lock v4.0.2
26882025-08-01T15:14:14.183Z Checking nibble_vec v0.1.0
26892025-08-01T15:14:14.183Z Checking endian-type v0.1.2
26902025-08-01T15:14:14.210Z Checking bytecount v0.6.8
26912025-08-01T15:14:14.236Z Compiling tabled_derive v0.7.0
26922025-08-01T15:14:14.309Z Compiling nix v0.28.0
26932025-08-01T15:14:14.405Z Checking papergrid v0.11.0
26942025-08-01T15:14:14.432Z Compiling peg-macros v0.8.5
26952025-08-01T15:14:14.483Z Checking radix_trie v0.2.1
26962025-08-01T15:14:14.510Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26972025-08-01T15:14:14.825Z Checking vte v0.11.1
26982025-08-01T15:14:14.871Z Compiling sqlparser_derive v0.2.2
26992025-08-01T15:14:15.030Z Compiling derive_more-impl v2.0.1
27002025-08-01T15:14:15.441Z Checking unicode_categories v0.1.1
27012025-08-01T15:14:15.723Z Checking nu-ansi-term v0.50.1
27022025-08-01T15:14:15.749Z Checking home v0.5.9
27032025-08-01T15:14:15.788Z Checking sqlparser v0.45.0
27042025-08-01T15:14:15.906Z Checking sqlformat v0.3.5
27052025-08-01T15:14:16.056Z Checking strip-ansi-escapes v0.2.0
27062025-08-01T15:14:16.126Z Checking display-error-chain v0.2.2
27072025-08-01T15:14:16.225Z Checking reedline v0.40.0
27082025-08-01T15:14:16.281Z Checking tabled v0.15.0
27092025-08-01T15:14:16.622Z Checking derive_more v2.0.1
27102025-08-01T15:14:16.744Z Checking crossterm v0.29.0
27112025-08-01T15:14:17.034Z Checking peg v0.8.5
27122025-08-01T15:14:17.296Z Checking rustyline v14.0.0
27132025-08-01T15:14:30.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.29s
27142025-08-01T15:14:30.469Z
27152025-08-01T15:14:30.469Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221)
27162025-08-01T15:14:31.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-08-01T15:14:31.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-08-01T15:14:31.675Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27192025-08-01T15:14:39.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.52s
27202025-08-01T15:14:39.193Z
27212025-08-01T15:14:39.193Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221)
27222025-08-01T15:14:40.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-08-01T15:14:40.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-08-01T15:14:40.383Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27252025-08-01T15:14:45.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
27262025-08-01T15:14:46.148Z
27272025-08-01T15:14:46.148Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221)
27282025-08-01T15:14:47.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-08-01T15:14:47.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-08-01T15:14:47.396Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312025-08-01T15:14:55.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
27322025-08-01T15:14:55.431Z
27332025-08-01T15:14:55.431Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221)
27342025-08-01T15:14:56.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-08-01T15:14:56.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-08-01T15:14:56.688Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27372025-08-01T15:15:03.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.49s
27382025-08-01T15:15:04.134Z
27392025-08-01T15:15:04.134Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221)
27402025-08-01T15:15:05.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-08-01T15:15:05.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-08-01T15:15:05.373Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27432025-08-01T15:15:10.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s
27442025-08-01T15:15:10.858Z
27452025-08-01T15:15:10.858Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221)
27462025-08-01T15:15:11.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-08-01T15:15:11.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-08-01T15:15:11.985Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27492025-08-01T15:15:17.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
27502025-08-01T15:15:17.871Z
27512025-08-01T15:15:17.872Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221)
27522025-08-01T15:15:18.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-08-01T15:15:18.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-08-01T15:15:19.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552025-08-01T15:15:26.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s
27562025-08-01T15:15:26.599Z
27572025-08-01T15:15:26.599Zinfo: running `cargo check --bins` on oximeter (67/221)
27582025-08-01T15:15:27.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-08-01T15:15:27.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-08-01T15:15:27.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612025-08-01T15:15:27.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
27622025-08-01T15:15:27.710Z
27632025-08-01T15:15:27.710Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/221)
27642025-08-01T15:15:28.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652025-08-01T15:15:28.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662025-08-01T15:15:28.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672025-08-01T15:15:28.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27682025-08-01T15:15:28.773Z
27692025-08-01T15:15:28.773Zinfo: running `cargo check --bins` on oximeter-schema (69/221)
27702025-08-01T15:15:29.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-08-01T15:15:29.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-08-01T15:15:29.845Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732025-08-01T15:15:32.558Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742025-08-01T15:15:33.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
27752025-08-01T15:15:34.090Z
27762025-08-01T15:15:34.090Zinfo: running `cargo check --bins` on oximeter-types (70/221)
27772025-08-01T15:15:35.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-08-01T15:15:35.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-08-01T15:15:35.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-08-01T15:15:35.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
27812025-08-01T15:15:35.171Z
27822025-08-01T15:15:35.171Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/221)
27832025-08-01T15:15:36.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-08-01T15:15:36.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-08-01T15:15:36.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-08-01T15:15:36.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
27872025-08-01T15:15:36.208Z
27882025-08-01T15:15:36.208Zinfo: running `cargo check --bins` on oxql-types (72/221)
27892025-08-01T15:15:37.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-08-01T15:15:37.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-08-01T15:15:37.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-08-01T15:15:37.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27932025-08-01T15:15:37.233Z
27942025-08-01T15:15:37.233Zinfo: running `cargo check --bins` on oximeter-test-utils (73/221)
27952025-08-01T15:15:38.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-08-01T15:15:38.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-08-01T15:15:38.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-08-01T15:15:38.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
27992025-08-01T15:15:38.357Z
28002025-08-01T15:15:38.357Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/221)
28012025-08-01T15:15:39.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-08-01T15:15:39.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-08-01T15:15:39.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-08-01T15:15:39.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28052025-08-01T15:15:39.392Z
28062025-08-01T15:15:39.392Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/221)
28072025-08-01T15:15:40.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-08-01T15:15:40.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-08-01T15:15:40.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-08-01T15:15:40.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28112025-08-01T15:15:40.440Z
28122025-08-01T15:15:40.440Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221)
28132025-08-01T15:15:41.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-08-01T15:15:41.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-08-01T15:15:41.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-08-01T15:15:41.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28172025-08-01T15:15:41.504Z
28182025-08-01T15:15:41.504Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/221)
28192025-08-01T15:15:42.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-08-01T15:15:42.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-08-01T15:15:42.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-08-01T15:15:42.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28232025-08-01T15:15:42.578Z
28242025-08-01T15:15:42.578Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/221)
28252025-08-01T15:15:43.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-08-01T15:15:43.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-08-01T15:15:43.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-08-01T15:15:43.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28292025-08-01T15:15:43.647Z
28302025-08-01T15:15:43.647Zinfo: running `cargo check --bins` on cockroach-admin-client (79/221)
28312025-08-01T15:15:44.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-08-01T15:15:44.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-08-01T15:15:44.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-08-01T15:15:44.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28352025-08-01T15:15:44.666Z
28362025-08-01T15:15:44.666Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/221)
28372025-08-01T15:15:45.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-08-01T15:15:45.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-08-01T15:15:45.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-08-01T15:15:45.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28412025-08-01T15:15:45.751Z
28422025-08-01T15:15:45.751Zinfo: running `cargo check --bins` on dns-service-client (81/221)
28432025-08-01T15:15:46.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-08-01T15:15:46.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-08-01T15:15:46.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-08-01T15:15:46.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28472025-08-01T15:15:46.826Z
28482025-08-01T15:15:46.826Zinfo: running `cargo check --bins` on internal-dns-types (82/221)
28492025-08-01T15:15:47.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-08-01T15:15:47.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-08-01T15:15:47.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522025-08-01T15:15:47.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
28532025-08-01T15:15:47.902Z
28542025-08-01T15:15:47.903Zinfo: running `cargo check --bins` on gateway-client (83/221)
28552025-08-01T15:15:48.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-08-01T15:15:48.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-08-01T15:15:48.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-08-01T15:15:48.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28592025-08-01T15:15:48.953Z
28602025-08-01T15:15:48.953Zinfo: running `cargo check --bins` on ereport-types (84/221)
28612025-08-01T15:15:49.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-08-01T15:15:49.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-08-01T15:15:49.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642025-08-01T15:15:49.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28652025-08-01T15:15:49.971Z
28662025-08-01T15:15:49.971Zinfo: running `cargo check --bins` on gateway-types (85/221)
28672025-08-01T15:15:50.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682025-08-01T15:15:50.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692025-08-01T15:15:50.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702025-08-01T15:15:50.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28712025-08-01T15:15:50.996Z
28722025-08-01T15:15:50.996Zinfo: running `cargo check --bins` on ipcc (86/221)
28732025-08-01T15:15:51.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742025-08-01T15:15:51.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752025-08-01T15:15:51.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762025-08-01T15:15:51.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28772025-08-01T15:15:52.028Z
28782025-08-01T15:15:52.028Zinfo: running `cargo check --bins` on installinator-client (87/221)
28792025-08-01T15:15:52.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-08-01T15:15:52.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-08-01T15:15:52.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-08-01T15:15:52.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28832025-08-01T15:15:53.101Z
28842025-08-01T15:15:53.102Zinfo: running `cargo check --bins` on installinator-common (88/221)
28852025-08-01T15:15:54.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-08-01T15:15:54.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-08-01T15:15:54.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-08-01T15:15:54.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
28892025-08-01T15:15:54.234Z
28902025-08-01T15:15:54.234Zinfo: running `cargo check --bins` on update-engine (89/221)
28912025-08-01T15:15:55.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-08-01T15:15:55.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-08-01T15:15:55.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-08-01T15:15:55.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28952025-08-01T15:15:55.253Z
28962025-08-01T15:15:55.253Zinfo: running `cargo check --bins` on nexus-client (90/221)
28972025-08-01T15:15:56.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-08-01T15:15:56.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-08-01T15:15:56.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002025-08-01T15:15:56.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29012025-08-01T15:15:56.370Z
29022025-08-01T15:15:56.370Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (91/221)
29032025-08-01T15:15:57.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-08-01T15:15:57.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-08-01T15:15:57.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062025-08-01T15:15:57.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
29072025-08-01T15:15:57.441Z
29082025-08-01T15:15:57.441Zinfo: running `cargo check --bins` on omicron-passwords (92/221)
29092025-08-01T15:15:58.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-08-01T15:15:58.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-08-01T15:15:58.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122025-08-01T15:15:58.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29132025-08-01T15:15:58.471Z
29142025-08-01T15:15:58.471Zinfo: running `cargo check --bins` on nexus-types (93/221)
29152025-08-01T15:15:59.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-08-01T15:15:59.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-08-01T15:15:59.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182025-08-01T15:15:59.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29192025-08-01T15:15:59.576Z
29202025-08-01T15:15:59.576Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (94/221)
29212025-08-01T15:16:00.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-08-01T15:16:00.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-08-01T15:16:00.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-08-01T15:16:00.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29252025-08-01T15:16:00.589Z
29262025-08-01T15:16:00.589Zinfo: running `cargo check --bins` on parallel-task-set (95/221)
29272025-08-01T15:16:01.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-08-01T15:16:01.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-08-01T15:16:01.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302025-08-01T15:16:01.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29312025-08-01T15:16:01.601Z
29322025-08-01T15:16:01.601Zinfo: running `cargo check --bins` on ntp-admin-client (96/221)
29332025-08-01T15:16:02.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-08-01T15:16:02.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-08-01T15:16:02.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-08-01T15:16:02.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29372025-08-01T15:16:02.608Z
29382025-08-01T15:16:02.608Zinfo: running `cargo check --bins` on oxide-client (97/221)
29392025-08-01T15:16:03.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-08-01T15:16:03.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-08-01T15:16:03.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-08-01T15:16:03.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
29432025-08-01T15:16:03.605Z
29442025-08-01T15:16:03.605Zinfo: running `cargo check --bins` on oximeter-client (98/221)
29452025-08-01T15:16:04.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-08-01T15:16:04.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-08-01T15:16:04.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-08-01T15:16:04.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
29492025-08-01T15:16:04.697Z
29502025-08-01T15:16:04.697Zinfo: running `cargo check --bins` on repo-depot-client (99/221)
29512025-08-01T15:16:05.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-08-01T15:16:05.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-08-01T15:16:05.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542025-08-01T15:16:05.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
29552025-08-01T15:16:05.728Z
29562025-08-01T15:16:05.728Zinfo: running `cargo check --bins` on sled-agent-client (100/221)
29572025-08-01T15:16:06.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582025-08-01T15:16:06.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592025-08-01T15:16:06.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602025-08-01T15:16:06.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29612025-08-01T15:16:06.836Z
29622025-08-01T15:16:06.836Zinfo: running `cargo check --bins` on sled-agent-types (101/221)
29632025-08-01T15:16:07.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642025-08-01T15:16:07.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652025-08-01T15:16:07.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662025-08-01T15:16:07.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
29672025-08-01T15:16:07.927Z
29682025-08-01T15:16:07.927Zinfo: running `cargo check --bins` on wicketd-client (102/221)
29692025-08-01T15:16:08.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702025-08-01T15:16:08.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712025-08-01T15:16:08.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722025-08-01T15:16:08.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29732025-08-01T15:16:09.042Z
29742025-08-01T15:16:09.042Zinfo: running `cargo check --bins` on wicket-common (103/221)
29752025-08-01T15:16:09.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762025-08-01T15:16:10.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772025-08-01T15:16:10.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782025-08-01T15:16:10.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
29792025-08-01T15:16:10.143Z
29802025-08-01T15:16:10.143Zinfo: running `cargo check --bins` on omicron-cockroach-admin (104/221)
29812025-08-01T15:16:11.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822025-08-01T15:16:11.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832025-08-01T15:16:11.281Z Checking csv-core v0.1.11
29842025-08-01T15:16:11.281Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29852025-08-01T15:16:11.281Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29862025-08-01T15:16:11.308Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29872025-08-01T15:16:11.593Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29882025-08-01T15:16:11.652Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29892025-08-01T15:16:11.679Z Checking csv v1.3.1
29902025-08-01T15:16:12.426Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29912025-08-01T15:16:13.104Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29922025-08-01T15:16:16.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
29932025-08-01T15:16:16.420Z
29942025-08-01T15:16:16.420Zinfo: running `cargo check --bins` on cockroach-admin-api (105/221)
29952025-08-01T15:16:17.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962025-08-01T15:16:17.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972025-08-01T15:16:17.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982025-08-01T15:16:17.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
29992025-08-01T15:16:17.463Z
30002025-08-01T15:16:17.463Zinfo: running `cargo check --bins` on cockroach-admin-types (106/221)
30012025-08-01T15:16:18.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022025-08-01T15:16:18.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032025-08-01T15:16:18.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042025-08-01T15:16:18.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
30052025-08-01T15:16:18.561Z
30062025-08-01T15:16:18.561Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221)
30072025-08-01T15:16:19.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082025-08-01T15:16:19.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092025-08-01T15:16:19.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102025-08-01T15:16:19.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
30112025-08-01T15:16:19.792Z
30122025-08-01T15:16:19.792Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221)
30132025-08-01T15:16:20.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-08-01T15:16:20.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-08-01T15:16:20.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162025-08-01T15:16:20.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
30172025-08-01T15:16:21.019Z
30182025-08-01T15:16:21.019Zinfo: running `cargo check --bins` on dns-server (109/221)
30192025-08-01T15:16:21.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-08-01T15:16:21.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-08-01T15:16:22.141Z Compiling typify-impl v0.4.1
30222025-08-01T15:16:22.176Z Compiling parking_lot_core v0.8.6
30232025-08-01T15:16:22.203Z Compiling moka v0.12.10
30242025-08-01T15:16:22.203Z Checking tagptr v0.2.0
30252025-08-01T15:16:22.203Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30262025-08-01T15:16:22.230Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30272025-08-01T15:16:22.256Z Checking prefix-trie v0.7.0
30282025-08-01T15:16:22.530Z Checking fxhash v0.2.1
30292025-08-01T15:16:22.557Z Checking hickory-client v0.25.2
30302025-08-01T15:16:22.940Z Checking hickory-server v0.25.2
30312025-08-01T15:16:22.972Z Checking parking_lot v0.11.2
30322025-08-01T15:16:23.314Z Checking sled v0.34.7
30332025-08-01T15:16:23.516Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30342025-08-01T15:16:23.866Z Checking hickory-resolver v0.25.2
30352025-08-01T15:16:27.638Z Compiling typify-macro v0.4.1
30362025-08-01T15:16:29.663Z Compiling typify v0.4.1
30372025-08-01T15:16:29.795Z Compiling progenitor-impl v0.10.0
30382025-08-01T15:16:33.101Z Compiling progenitor-macro v0.10.0
30392025-08-01T15:16:37.800Z Checking progenitor v0.10.0
30402025-08-01T15:16:37.993Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30412025-08-01T15:16:38.651Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30422025-08-01T15:16:40.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.56s
30432025-08-01T15:16:40.776Z
30442025-08-01T15:16:40.776Zinfo: running `cargo check --bins` on dns-server-api (110/221)
30452025-08-01T15:16:41.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-08-01T15:16:41.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-08-01T15:16:41.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482025-08-01T15:16:41.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30492025-08-01T15:16:41.788Z
30502025-08-01T15:16:41.788Zinfo: running `cargo check --bins` on openapi-manager-types (111/221)
30512025-08-01T15:16:42.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-08-01T15:16:42.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-08-01T15:16:42.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542025-08-01T15:16:42.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30552025-08-01T15:16:42.787Z
30562025-08-01T15:16:42.787Zinfo: running `cargo check --bins` on gateway-test-utils (112/221)
30572025-08-01T15:16:43.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582025-08-01T15:16:43.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592025-08-01T15:16:43.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602025-08-01T15:16:43.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
30612025-08-01T15:16:43.900Z
30622025-08-01T15:16:43.900Zinfo: running `cargo check --bins` on omicron-gateway (113/221)
30632025-08-01T15:16:44.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642025-08-01T15:16:44.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652025-08-01T15:16:45.143Z Checking half v2.4.1
30662025-08-01T15:16:45.143Z Checking ciborium-io v0.2.2
30672025-08-01T15:16:45.143Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30682025-08-01T15:16:45.206Z Compiling radium v0.7.0
30692025-08-01T15:16:45.206Z Compiling semver v0.1.20
30702025-08-01T15:16:45.250Z Compiling zerocopy-derive v0.6.6
30712025-08-01T15:16:45.276Z Compiling maybe-uninit v2.0.0
30722025-08-01T15:16:45.276Z Checking tap v1.0.1
30732025-08-01T15:16:45.316Z Checking password-hash v0.5.0
30742025-08-01T15:16:45.451Z Checking wyz v0.5.1
30752025-08-01T15:16:45.605Z Checking ciborium-ll v0.2.2
30762025-08-01T15:16:45.673Z Compiling rustc_version v0.1.7
30772025-08-01T15:16:45.723Z Checking blake2 v0.10.6
30782025-08-01T15:16:45.750Z Compiling pin-project-internal v1.1.6
30792025-08-01T15:16:45.822Z Checking crc-catalog v2.4.0
30802025-08-01T15:16:45.858Z Compiling owo-colors v4.2.2
30812025-08-01T15:16:45.911Z Checking ciborium v0.2.2
30822025-08-01T15:16:45.996Z Compiling packed_struct v0.10.1
30832025-08-01T15:16:46.074Z Compiling cancel-safe-futures v0.1.5
30842025-08-01T15:16:46.100Z Compiling newtype_derive v0.1.6
30852025-08-01T15:16:46.160Z Checking funty v2.0.0
30862025-08-01T15:16:46.486Z Checking argon2 v0.5.3
30872025-08-01T15:16:46.512Z Checking crc v3.2.1
30882025-08-01T15:16:46.551Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30892025-08-01T15:16:46.640Z Compiling packed_struct_codegen v0.10.1
30902025-08-01T15:16:46.752Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30912025-08-01T15:16:46.872Z Checking zerocopy v0.6.6
30922025-08-01T15:16:46.898Z Checking bitvec v1.0.1
30932025-08-01T15:16:46.925Z Checking libsw-core v0.3.1
30942025-08-01T15:16:47.102Z Checking secrecy v0.10.3
30952025-08-01T15:16:47.131Z Compiling snafu-derive v0.8.5
30962025-08-01T15:16:47.158Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30972025-08-01T15:16:47.184Z Compiling indexmap v1.9.3
30982025-08-01T15:16:47.291Z Checking indent_write v2.2.0
30992025-08-01T15:16:47.509Z Checking fixedbitset v0.5.7
31002025-08-01T15:16:47.536Z Checking nodrop v0.1.14
31012025-08-01T15:16:47.585Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022025-08-01T15:16:47.674Z Checking array-init v0.0.4
31032025-08-01T15:16:47.901Z Checking petgraph v0.8.2
31042025-08-01T15:16:47.927Z Checking libsw v3.5.0
31052025-08-01T15:16:48.013Z Checking pin-project v1.1.6
31062025-08-01T15:16:48.165Z Checking smallvec v0.6.14
31072025-08-01T15:16:48.192Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082025-08-01T15:16:48.841Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31092025-08-01T15:16:48.867Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31102025-08-01T15:16:48.895Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31112025-08-01T15:16:49.097Z Checking globset v0.4.15
31122025-08-01T15:16:49.562Z Checking olpc-cjson v0.1.4
31132025-08-01T15:16:49.589Z Checking serde_plain v1.0.2
31142025-08-01T15:16:49.819Z Checking typed-path v0.9.3
31152025-08-01T15:16:49.890Z Checking linear-map v1.2.0
31162025-08-01T15:16:49.917Z Checking bitfield v0.14.0
31172025-08-01T15:16:49.943Z Checking smawk v0.3.2
31182025-08-01T15:16:50.112Z Checking swrite v0.1.0
31192025-08-01T15:16:50.198Z Checking termcolor v1.4.1
31202025-08-01T15:16:50.225Z Checking unicode-linebreak v0.1.5
31212025-08-01T15:16:50.265Z Checking hashbrown v0.12.3
31222025-08-01T15:16:50.292Z Checking ron v0.8.1
31232025-08-01T15:16:50.630Z Checking env_logger v0.10.2
31242025-08-01T15:16:50.658Z Checking textwrap v0.16.2
31252025-08-01T15:16:50.981Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31262025-08-01T15:16:51.079Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31272025-08-01T15:16:51.106Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31282025-08-01T15:16:51.298Z Checking snafu v0.8.5
31292025-08-01T15:16:51.403Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31302025-08-01T15:16:51.588Z Checking steno v0.4.1
31312025-08-01T15:16:51.723Z Checking tough v0.20.0
31322025-08-01T15:16:51.855Z Checking serde-hex v0.1.0
31332025-08-01T15:16:52.048Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31342025-08-01T15:16:52.305Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31352025-08-01T15:16:52.333Z Checking hashbrown v0.13.2
31362025-08-01T15:16:53.159Z Checking crc-any v2.5.0
31372025-08-01T15:16:53.425Z Checking humantime v2.2.0
31382025-08-01T15:16:53.476Z Checking object v0.30.4
31392025-08-01T15:16:53.503Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31402025-08-01T15:16:53.717Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31412025-08-01T15:16:53.748Z Checking half v1.8.3
31422025-08-01T15:16:53.775Z Checking path-slash v0.1.5
31432025-08-01T15:16:53.943Z Checking void v1.0.2
31442025-08-01T15:16:54.021Z Checking tungstenite v0.23.0
31452025-08-01T15:16:55.121Z Checking lzss v0.8.2
31462025-08-01T15:16:55.148Z Checking serde_cbor v0.11.2
31472025-08-01T15:16:55.148Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31482025-08-01T15:16:55.148Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31492025-08-01T15:16:55.148Z Checking nix v0.27.1
31502025-08-01T15:16:55.148Z Checking kstat-rs v0.2.4
31512025-08-01T15:16:55.148Z Checking serde_bytes v0.11.17
31522025-08-01T15:16:55.148Z Checking tokio-tungstenite v0.23.1
31532025-08-01T15:16:55.254Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31542025-08-01T15:16:55.301Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31552025-08-01T15:16:55.328Z Checking signal-hook-tokio v0.3.1
31562025-08-01T15:16:55.557Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31572025-08-01T15:16:58.334Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31582025-08-01T15:17:00.010Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31592025-08-01T15:17:13.103Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31602025-08-01T15:17:22.142Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31612025-08-01T15:17:23.145Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31622025-08-01T15:17:27.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.34s
31632025-08-01T15:17:27.474Z
31642025-08-01T15:17:27.475Zinfo: running `cargo check --bins` on gateway-api (114/221)
31652025-08-01T15:17:28.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662025-08-01T15:17:28.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672025-08-01T15:17:28.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682025-08-01T15:17:28.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
31692025-08-01T15:17:28.521Z
31702025-08-01T15:17:28.521Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221)
31712025-08-01T15:17:29.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722025-08-01T15:17:29.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732025-08-01T15:17:29.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742025-08-01T15:17:29.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
31752025-08-01T15:17:29.498Z
31762025-08-01T15:17:29.498Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221)
31772025-08-01T15:17:30.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782025-08-01T15:17:30.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792025-08-01T15:17:30.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802025-08-01T15:17:30.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31812025-08-01T15:17:30.530Z
31822025-08-01T15:17:30.530Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221)
31832025-08-01T15:17:31.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842025-08-01T15:17:31.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852025-08-01T15:17:31.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862025-08-01T15:17:31.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31872025-08-01T15:17:31.568Z
31882025-08-01T15:17:31.568Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221)
31892025-08-01T15:17:32.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902025-08-01T15:17:32.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912025-08-01T15:17:32.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922025-08-01T15:17:32.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31932025-08-01T15:17:32.603Z
31942025-08-01T15:17:32.604Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221)
31952025-08-01T15:17:33.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962025-08-01T15:17:33.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972025-08-01T15:17:33.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982025-08-01T15:17:33.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31992025-08-01T15:17:33.641Z
32002025-08-01T15:17:33.641Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221)
32012025-08-01T15:17:34.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022025-08-01T15:17:34.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032025-08-01T15:17:34.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042025-08-01T15:17:34.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
32052025-08-01T15:17:34.683Z
32062025-08-01T15:17:34.684Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221)
32072025-08-01T15:17:35.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-08-01T15:17:35.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-08-01T15:17:35.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102025-08-01T15:17:35.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
32112025-08-01T15:17:35.728Z
32122025-08-01T15:17:35.728Zinfo: running `cargo check --bins` on oximeter-producer (122/221)
32132025-08-01T15:17:36.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142025-08-01T15:17:36.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152025-08-01T15:17:36.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162025-08-01T15:17:36.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
32172025-08-01T15:17:36.824Z
32182025-08-01T15:17:36.824Zinfo: running `cargo check --bins` on internal-dns-resolver (123/221)
32192025-08-01T15:17:37.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202025-08-01T15:17:37.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212025-08-01T15:17:37.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222025-08-01T15:17:37.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
32232025-08-01T15:17:37.864Z
32242025-08-01T15:17:37.864Zinfo: running `cargo check --bins` on sp-sim (124/221)
32252025-08-01T15:17:38.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262025-08-01T15:17:38.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272025-08-01T15:17:38.953Z Compiling nix v0.30.1
32282025-08-01T15:17:38.953Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32292025-08-01T15:17:38.980Z Checking keccak v0.1.5
32302025-08-01T15:17:39.302Z Checking sha3 v0.10.8
32312025-08-01T15:17:39.345Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322025-08-01T15:17:41.466Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332025-08-01T15:17:44.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
32342025-08-01T15:17:44.404Z
32352025-08-01T15:17:44.404Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221)
32362025-08-01T15:17:45.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372025-08-01T15:17:45.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382025-08-01T15:17:45.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392025-08-01T15:17:45.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
32402025-08-01T15:17:45.532Z
32412025-08-01T15:17:45.532Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221)
32422025-08-01T15:17:46.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432025-08-01T15:17:46.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442025-08-01T15:17:46.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452025-08-01T15:17:46.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
32462025-08-01T15:17:46.646Z
32472025-08-01T15:17:46.646Zinfo: running `cargo check --bins` on db-macros (127/221)
32482025-08-01T15:17:47.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492025-08-01T15:17:47.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502025-08-01T15:17:47.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512025-08-01T15:17:47.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32522025-08-01T15:17:47.625Z
32532025-08-01T15:17:47.625Zinfo: running `cargo check --bins` on nexus-macros-common (128/221)
32542025-08-01T15:17:48.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552025-08-01T15:17:48.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562025-08-01T15:17:48.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572025-08-01T15:17:48.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32582025-08-01T15:17:48.590Z
32592025-08-01T15:17:48.590Zinfo: running `cargo check --bins` on nexus-auth (129/221)
32602025-08-01T15:17:49.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612025-08-01T15:17:49.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622025-08-01T15:17:49.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632025-08-01T15:17:49.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
32642025-08-01T15:17:49.693Z
32652025-08-01T15:17:49.693Zinfo: running `cargo check --bins` on authz-macros (130/221)
32662025-08-01T15:17:50.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672025-08-01T15:17:50.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682025-08-01T15:17:50.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692025-08-01T15:17:50.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
32702025-08-01T15:17:50.689Z
32712025-08-01T15:17:50.689Zinfo: running `cargo check --bins` on nexus-db-fixed-data (131/221)
32722025-08-01T15:17:51.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-08-01T15:17:51.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-08-01T15:17:51.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-08-01T15:17:51.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
32762025-08-01T15:17:51.797Z
32772025-08-01T15:17:51.797Zinfo: running `cargo check --bins` on nexus-db-model (132/221)
32782025-08-01T15:17:52.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-08-01T15:17:52.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-08-01T15:17:52.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812025-08-01T15:17:52.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
32822025-08-01T15:17:52.920Z
32832025-08-01T15:17:52.920Zinfo: running `cargo check --bins` on nexus-db-schema (133/221)
32842025-08-01T15:17:53.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852025-08-01T15:17:53.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862025-08-01T15:17:53.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872025-08-01T15:17:53.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
32882025-08-01T15:17:53.917Z
32892025-08-01T15:17:53.917Zinfo: running `cargo check --bins` on nexus-defaults (134/221)
32902025-08-01T15:17:54.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912025-08-01T15:17:54.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922025-08-01T15:17:54.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932025-08-01T15:17:54.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
32942025-08-01T15:17:54.959Z
32952025-08-01T15:17:54.959Zinfo: running `cargo check --bins` on nexus-db-errors (135/221)
32962025-08-01T15:17:55.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972025-08-01T15:17:55.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982025-08-01T15:17:55.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992025-08-01T15:17:55.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
33002025-08-01T15:17:56.096Z
33012025-08-01T15:17:56.096Zinfo: running `cargo check --bins` on nexus-db-lookup (136/221)
33022025-08-01T15:17:57.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032025-08-01T15:17:57.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042025-08-01T15:17:57.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052025-08-01T15:17:57.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
33062025-08-01T15:17:57.240Z
33072025-08-01T15:17:57.240Zinfo: running `cargo check --bins` on nexus-inventory (137/221)
33082025-08-01T15:17:58.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092025-08-01T15:17:58.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102025-08-01T15:17:58.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112025-08-01T15:17:58.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
33122025-08-01T15:17:58.337Z
33132025-08-01T15:17:58.337Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (138/221)
33142025-08-01T15:17:59.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152025-08-01T15:17:59.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162025-08-01T15:17:59.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172025-08-01T15:17:59.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
33182025-08-01T15:17:59.384Z
33192025-08-01T15:17:59.384Zinfo: running `cargo check --bins --no-default-features` on sled-storage (139/221)
33202025-08-01T15:18:00.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212025-08-01T15:18:00.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222025-08-01T15:18:00.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232025-08-01T15:18:00.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33242025-08-01T15:18:00.416Z
33252025-08-01T15:18:00.416Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221)
33262025-08-01T15:18:01.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272025-08-01T15:18:01.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282025-08-01T15:18:01.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292025-08-01T15:18:01.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33302025-08-01T15:18:01.445Z
33312025-08-01T15:18:01.445Zinfo: running `cargo check --bins` on key-manager (141/221)
33322025-08-01T15:18:02.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332025-08-01T15:18:02.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342025-08-01T15:18:02.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352025-08-01T15:18:02.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
33362025-08-01T15:18:02.459Z
33372025-08-01T15:18:02.459Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (142/221)
33382025-08-01T15:18:03.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392025-08-01T15:18:03.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402025-08-01T15:18:03.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412025-08-01T15:18:03.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33422025-08-01T15:18:03.492Z
33432025-08-01T15:18:03.493Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221)
33442025-08-01T15:18:04.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452025-08-01T15:18:04.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462025-08-01T15:18:04.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472025-08-01T15:18:04.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33482025-08-01T15:18:04.515Z
33492025-08-01T15:18:04.515Zinfo: running `cargo check --bins` on typed-rng (144/221)
33502025-08-01T15:18:05.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512025-08-01T15:18:05.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522025-08-01T15:18:05.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532025-08-01T15:18:05.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
33542025-08-01T15:18:05.466Z
33552025-08-01T15:18:05.466Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221)
33562025-08-01T15:18:06.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572025-08-01T15:18:06.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582025-08-01T15:18:06.782Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33592025-08-01T15:18:06.782Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33602025-08-01T15:18:06.782Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33612025-08-01T15:18:06.782Z Compiling thiserror-impl-no-std v2.0.2
33622025-08-01T15:18:06.809Z Checking universal-hash v0.5.1
33632025-08-01T15:18:06.809Z Checking opaque-debug v0.3.1
33642025-08-01T15:18:06.809Z Checking chacha20 v0.9.1
33652025-08-01T15:18:06.809Z Checking aead v0.5.2
33662025-08-01T15:18:07.031Z Compiling unicase v2.7.0
33672025-08-01T15:18:07.112Z Compiling libefi-sys v0.1.0
33682025-08-01T15:18:07.138Z Checking poly1305 v0.8.0
33692025-08-01T15:18:07.138Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33702025-08-01T15:18:07.240Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
33712025-08-01T15:18:07.296Z Compiling bitfield-struct v0.6.2
33722025-08-01T15:18:07.330Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33732025-08-01T15:18:07.509Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33742025-08-01T15:18:07.586Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33752025-08-01T15:18:07.657Z Checking chacha20poly1305 v0.10.1
33762025-08-01T15:18:07.791Z Compiling proc-macro-error-attr2 v2.0.0
33772025-08-01T15:18:07.817Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33782025-08-01T15:18:07.858Z Compiling salty v0.3.0
33792025-08-01T15:18:07.950Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33802025-08-01T15:18:08.283Z Compiling num-derive v0.3.3
33812025-08-01T15:18:08.445Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33822025-08-01T15:18:08.471Z Compiling proc-macro-error2 v2.0.1
33832025-08-01T15:18:08.510Z Compiling xshell-macros v0.2.7
33842025-08-01T15:18:08.937Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33852025-08-01T15:18:08.992Z Compiling tabled_derive v0.10.0
33862025-08-01T15:18:09.110Z Checking xshell v0.2.7
33872025-08-01T15:18:09.169Z Checking thiserror-no-std v2.0.2
33882025-08-01T15:18:09.290Z Checking vsss-rs v3.3.4
33892025-08-01T15:18:09.351Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33902025-08-01T15:18:09.432Z Compiling mime_guess v2.0.5
33912025-08-01T15:18:09.576Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33922025-08-01T15:18:09.856Z Checking libscf-sys v1.1.0
33932025-08-01T15:18:10.328Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33942025-08-01T15:18:10.552Z Checking papergrid v0.14.0
33952025-08-01T15:18:10.726Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33962025-08-01T15:18:11.167Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33972025-08-01T15:18:11.463Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33982025-08-01T15:18:11.734Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33992025-08-01T15:18:11.819Z Checking primeorder v0.13.6
34002025-08-01T15:18:11.868Z Checking env_filter v0.1.2
34012025-08-01T15:18:12.110Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34022025-08-01T15:18:12.251Z Checking p384 v0.13.0
34032025-08-01T15:18:12.366Z Checking env_logger v0.11.5
34042025-08-01T15:18:12.562Z Checking tabled v0.18.0
34052025-08-01T15:18:12.746Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34062025-08-01T15:18:12.843Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34072025-08-01T15:18:12.980Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34082025-08-01T15:18:13.335Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34092025-08-01T15:18:13.362Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34102025-08-01T15:18:13.362Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34112025-08-01T15:18:13.425Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34122025-08-01T15:18:13.581Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34132025-08-01T15:18:13.613Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34142025-08-01T15:18:13.885Z Checking http-range v0.1.5
34152025-08-01T15:18:13.970Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34162025-08-01T15:18:14.239Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34172025-08-01T15:18:14.369Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34182025-08-01T15:18:14.396Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34192025-08-01T15:18:14.659Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
34202025-08-01T15:18:14.686Z Checking secrecy v0.8.0
34212025-08-01T15:18:14.713Z Checking atty v0.2.14
34222025-08-01T15:18:14.846Z Checking crc8 v0.1.1
34232025-08-01T15:18:14.993Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
34242025-08-01T15:18:15.080Z Checking hyper-staticfile v0.10.1
34252025-08-01T15:18:15.144Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34262025-08-01T15:18:15.473Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34272025-08-01T15:18:15.553Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
34282025-08-01T15:18:15.655Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34292025-08-01T15:18:15.884Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34302025-08-01T15:18:15.916Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312025-08-01T15:18:16.259Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
34322025-08-01T15:18:16.350Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332025-08-01T15:18:16.402Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342025-08-01T15:18:17.596Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34352025-08-01T15:18:17.596Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34362025-08-01T15:18:17.623Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34372025-08-01T15:18:17.936Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34382025-08-01T15:18:18.380Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34392025-08-01T15:18:19.154Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402025-08-01T15:18:20.085Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34412025-08-01T15:18:22.448Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34422025-08-01T15:18:28.749Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34432025-08-01T15:18:46.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.02s
34442025-08-01T15:18:46.711Z
34452025-08-01T15:18:46.711Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221)
34462025-08-01T15:18:47.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472025-08-01T15:18:47.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482025-08-01T15:18:47.925Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34492025-08-01T15:19:05.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.99s
34502025-08-01T15:19:05.916Z
34512025-08-01T15:19:05.916Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221)
34522025-08-01T15:19:06.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532025-08-01T15:19:06.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542025-08-01T15:19:07.154Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34552025-08-01T15:19:25.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
34562025-08-01T15:19:25.273Z
34572025-08-01T15:19:25.273Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221)
34582025-08-01T15:19:26.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592025-08-01T15:19:26.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602025-08-01T15:19:26.531Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34612025-08-01T15:19:44.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s
34622025-08-01T15:19:45.054Z
34632025-08-01T15:19:45.054Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221)
34642025-08-01T15:19:46.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652025-08-01T15:19:46.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662025-08-01T15:19:46.359Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672025-08-01T15:20:05.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.12s
34682025-08-01T15:20:05.391Z
34692025-08-01T15:20:05.391Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221)
34702025-08-01T15:20:06.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712025-08-01T15:20:06.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722025-08-01T15:20:06.664Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34732025-08-01T15:20:25.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.66s
34742025-08-01T15:20:25.276Z
34752025-08-01T15:20:25.276Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221)
34762025-08-01T15:20:26.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772025-08-01T15:20:26.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782025-08-01T15:20:26.550Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34792025-08-01T15:20:45.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.29s
34802025-08-01T15:20:45.800Z
34812025-08-01T15:20:45.800Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221)
34822025-08-01T15:20:46.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832025-08-01T15:20:46.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842025-08-01T15:20:47.151Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34852025-08-01T15:21:07.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.41s
34862025-08-01T15:21:07.443Z
34872025-08-01T15:21:07.443Zinfo: running `cargo check --bins` on bootstrap-agent-api (153/221)
34882025-08-01T15:21:08.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892025-08-01T15:21:08.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902025-08-01T15:21:08.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912025-08-01T15:21:08.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
34922025-08-01T15:21:08.590Z
34932025-08-01T15:21:08.590Zinfo: running `cargo check --bins` on range-requests (154/221)
34942025-08-01T15:21:09.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952025-08-01T15:21:09.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962025-08-01T15:21:09.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972025-08-01T15:21:09.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
34982025-08-01T15:21:09.573Z
34992025-08-01T15:21:09.573Zinfo: running `cargo check --bins` on repo-depot-api (155/221)
35002025-08-01T15:21:10.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-08-01T15:21:10.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-08-01T15:21:10.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032025-08-01T15:21:10.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
35042025-08-01T15:21:10.592Z
35052025-08-01T15:21:10.592Zinfo: running `cargo check --bins` on sled-agent-api (156/221)
35062025-08-01T15:21:11.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072025-08-01T15:21:11.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082025-08-01T15:21:11.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092025-08-01T15:21:11.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
35102025-08-01T15:21:11.713Z
35112025-08-01T15:21:11.713Zinfo: running `cargo check --bins` on sled-diagnostics (157/221)
35122025-08-01T15:21:12.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132025-08-01T15:21:12.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142025-08-01T15:21:12.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152025-08-01T15:21:12.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
35162025-08-01T15:21:12.858Z
35172025-08-01T15:21:12.858Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221)
35182025-08-01T15:21:13.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192025-08-01T15:21:13.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202025-08-01T15:21:13.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212025-08-01T15:21:13.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
35222025-08-01T15:21:13.979Z
35232025-08-01T15:21:13.979Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221)
35242025-08-01T15:21:14.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252025-08-01T15:21:14.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262025-08-01T15:21:14.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272025-08-01T15:21:14.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
35282025-08-01T15:21:15.065Z
35292025-08-01T15:21:15.065Zinfo: running `cargo check --bins` on sled-agent-zone-images (160/221)
35302025-08-01T15:21:16.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312025-08-01T15:21:16.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322025-08-01T15:21:16.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332025-08-01T15:21:16.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
35342025-08-01T15:21:16.227Z
35352025-08-01T15:21:16.227Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221)
35362025-08-01T15:21:17.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372025-08-01T15:21:17.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382025-08-01T15:21:17.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392025-08-01T15:21:17.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35402025-08-01T15:21:17.433Z
35412025-08-01T15:21:17.433Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (162/221)
35422025-08-01T15:21:18.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432025-08-01T15:21:18.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442025-08-01T15:21:18.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452025-08-01T15:21:18.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35462025-08-01T15:21:18.675Z
35472025-08-01T15:21:18.675Zinfo: running `cargo check --bins` on nexus-test-interface (163/221)
35482025-08-01T15:21:19.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492025-08-01T15:21:19.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502025-08-01T15:21:19.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512025-08-01T15:21:19.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
35522025-08-01T15:21:19.886Z
35532025-08-01T15:21:19.886Zinfo: running `cargo check --bins` on oximeter-collector (164/221)
35542025-08-01T15:21:20.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552025-08-01T15:21:20.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562025-08-01T15:21:21.121Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35572025-08-01T15:21:21.122Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35582025-08-01T15:21:22.280Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35592025-08-01T15:21:25.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
35602025-08-01T15:21:25.352Z
35612025-08-01T15:21:25.352Zinfo: running `cargo check --bins` on oximeter-api (165/221)
35622025-08-01T15:21:26.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-08-01T15:21:26.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-08-01T15:21:26.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652025-08-01T15:21:26.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
35662025-08-01T15:21:26.444Z
35672025-08-01T15:21:26.444Zinfo: running `cargo check --bins` on cert-dev (166/221)
35682025-08-01T15:21:27.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692025-08-01T15:21:27.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702025-08-01T15:21:27.556Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35712025-08-01T15:21:27.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
35722025-08-01T15:21:28.083Z
35732025-08-01T15:21:28.084Zinfo: running `cargo check --bins` on clickana (167/221)
35742025-08-01T15:21:29.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752025-08-01T15:21:29.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762025-08-01T15:21:29.211Z Checking castaway v0.2.3
35772025-08-01T15:21:29.238Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
35782025-08-01T15:21:29.238Z Checking lru v0.12.5
35792025-08-01T15:21:29.238Z Compiling instability v0.3.2
35802025-08-01T15:21:29.238Z Checking unicode-truncate v1.1.0
35812025-08-01T15:21:29.238Z Checking cassowary v0.3.0
35822025-08-01T15:21:29.238Z Compiling indoc v2.0.6
35832025-08-01T15:21:29.400Z Checking compact_str v0.8.0
35842025-08-01T15:21:30.142Z Checking ratatui v0.29.0
35852025-08-01T15:21:31.348Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35862025-08-01T15:21:33.047Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35872025-08-01T15:21:34.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
35882025-08-01T15:21:34.452Z
35892025-08-01T15:21:34.452Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (168/221)
35902025-08-01T15:21:35.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912025-08-01T15:21:35.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922025-08-01T15:21:35.634Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35932025-08-01T15:21:35.634Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
35942025-08-01T15:21:37.066Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
35952025-08-01T15:21:37.739Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
35962025-08-01T15:21:38.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
35972025-08-01T15:21:38.546Z
35982025-08-01T15:21:38.546Zinfo: running `cargo check --bins` on ch-dev (169/221)
35992025-08-01T15:21:39.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002025-08-01T15:21:39.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012025-08-01T15:21:39.695Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36022025-08-01T15:21:40.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
36032025-08-01T15:21:40.822Z
36042025-08-01T15:21:40.823Zinfo: running `cargo check --bins` on dev-tools-common (170/221)
36052025-08-01T15:21:41.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062025-08-01T15:21:41.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072025-08-01T15:21:41.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082025-08-01T15:21:41.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36092025-08-01T15:21:41.602Z
36102025-08-01T15:21:41.602Zinfo: running `cargo check --bins` on crdb-seed (171/221)
36112025-08-01T15:21:42.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122025-08-01T15:21:42.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132025-08-01T15:21:42.808Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36142025-08-01T15:21:43.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
36152025-08-01T15:21:43.446Z
36162025-08-01T15:21:43.446Zinfo: running `cargo check --bins` on db-dev (172/221)
36172025-08-01T15:21:44.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182025-08-01T15:21:44.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192025-08-01T15:21:44.549Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36202025-08-01T15:21:45.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
36212025-08-01T15:21:45.672Z
36222025-08-01T15:21:45.672Zinfo: running `cargo check --bins` on omicron-dev-lib (173/221)
36232025-08-01T15:21:46.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242025-08-01T15:21:46.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252025-08-01T15:21:46.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262025-08-01T15:21:46.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
36272025-08-01T15:21:46.799Z
36282025-08-01T15:21:46.799Zinfo: running `cargo check --bins` on xtask-downloader (174/221)
36292025-08-01T15:21:47.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302025-08-01T15:21:47.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312025-08-01T15:21:47.964Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36322025-08-01T15:21:49.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
36332025-08-01T15:21:49.233Z
36342025-08-01T15:21:49.233Zinfo: running `cargo check --bins` on omicron-ls-apis (175/221)
36352025-08-01T15:21:50.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362025-08-01T15:21:50.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372025-08-01T15:21:50.276Z Checking typeid v1.0.3
36382025-08-01T15:21:50.312Z Checking ordered-float v2.10.1
36392025-08-01T15:21:50.339Z Checking cargo-platform v0.2.0
36402025-08-01T15:21:50.449Z Checking erased-serde v0.4.6
36412025-08-01T15:21:50.771Z Checking serde-value v0.7.0
36422025-08-01T15:21:51.220Z Checking serde-untagged v0.1.7
36432025-08-01T15:21:51.539Z Checking cargo-util-schemas v0.8.2
36442025-08-01T15:21:53.378Z Checking cargo_metadata v0.21.0
36452025-08-01T15:21:54.752Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36462025-08-01T15:21:55.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
36472025-08-01T15:21:56.138Z
36482025-08-01T15:21:56.138Zinfo: running `cargo check --bins` on mgs-dev (176/221)
36492025-08-01T15:21:57.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502025-08-01T15:21:57.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512025-08-01T15:21:57.480Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36522025-08-01T15:21:59.900Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36532025-08-01T15:22:00.732Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36542025-08-01T15:22:01.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
36552025-08-01T15:22:01.742Z
36562025-08-01T15:22:01.742Zinfo: running `cargo check --bins` on omicron-omdb (177/221)
36572025-08-01T15:22:02.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582025-08-01T15:22:02.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592025-08-01T15:22:03.238Z Compiling crunchy v0.2.2
36602025-08-01T15:22:03.266Z Compiling dsl_auto_type v0.1.2
36612025-08-01T15:22:03.266Z Checking scheduled-thread-pool v0.2.7
36622025-08-01T15:22:03.266Z Compiling diesel_table_macro_syntax v0.2.0
36632025-08-01T15:22:03.266Z Compiling tiny-keccak v2.0.2
36642025-08-01T15:22:03.266Z Compiling bit-vec v0.6.3
36652025-08-01T15:22:03.293Z Compiling ascii-canvas v3.0.0
36662025-08-01T15:22:03.357Z Compiling ena v0.14.3
36672025-08-01T15:22:03.534Z Checking r2d2 v0.8.10
36682025-08-01T15:22:03.722Z Compiling bit-set v0.5.3
36692025-08-01T15:22:03.771Z Compiling regex-syntax v0.6.29
36702025-08-01T15:22:03.821Z Compiling diff v0.1.13
36712025-08-01T15:22:03.876Z Compiling bindgen v0.71.1
36722025-08-01T15:22:03.903Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36732025-08-01T15:22:03.930Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36742025-08-01T15:22:03.989Z Compiling derive_builder_core v0.20.2
36752025-08-01T15:22:04.144Z Compiling libxml v0.3.3
36762025-08-01T15:22:04.226Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36772025-08-01T15:22:04.399Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36782025-08-01T15:22:04.523Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36792025-08-01T15:22:04.583Z Compiling strum_macros v0.24.3
36802025-08-01T15:22:04.636Z Compiling diesel_derives v2.2.3
36812025-08-01T15:22:04.748Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36822025-08-01T15:22:04.819Z Compiling indoc v1.0.9
36832025-08-01T15:22:05.543Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36842025-08-01T15:22:05.775Z Compiling derive_builder_macro v0.20.2
36852025-08-01T15:22:05.815Z Compiling oso-derive v0.27.3
36862025-08-01T15:22:06.545Z Compiling lalrpop v0.19.12
36872025-08-01T15:22:06.572Z Checking derive_builder v0.20.2
36882025-08-01T15:22:06.632Z Compiling impl-trait-for-tuples v0.2.2
36892025-08-01T15:22:06.780Z Checking quick-xml v0.37.2
36902025-08-01T15:22:06.807Z Checking maplit v1.0.2
36912025-08-01T15:22:06.975Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36922025-08-01T15:22:07.308Z Compiling diesel-dtrace v0.4.2
36932025-08-01T15:22:07.728Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36942025-08-01T15:22:08.014Z Checking bb8 v0.8.5
36952025-08-01T15:22:08.296Z Checking ignore v0.4.23
36962025-08-01T15:22:08.323Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36972025-08-01T15:22:08.457Z Checking predicates-tree v1.0.12
36982025-08-01T15:22:08.633Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36992025-08-01T15:22:08.661Z Checking rand_seeder v0.3.0
37002025-08-01T15:22:08.691Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37012025-08-01T15:22:08.930Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37022025-08-01T15:22:08.960Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37032025-08-01T15:22:09.017Z Checking globwalk v0.9.1
37042025-08-01T15:22:09.175Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37052025-08-01T15:22:09.320Z Checking camino-tempfile-ext v0.3.2
37062025-08-01T15:22:09.460Z Checking console v0.16.0
37072025-08-01T15:22:09.658Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37082025-08-01T15:22:09.968Z Checking is_ci v1.2.0
37092025-08-01T15:22:10.141Z Checking unit-prefix v0.5.1
37102025-08-01T15:22:10.338Z Checking supports-color v3.0.2
37112025-08-01T15:22:10.364Z Checking indicatif v0.18.0
37122025-08-01T15:22:10.548Z Checking support-bundle-viewer v0.1.2
37132025-08-01T15:22:10.575Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
37142025-08-01T15:22:10.636Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37152025-08-01T15:22:10.956Z Checking multimap v0.10.1
37162025-08-01T15:22:12.538Z Checking diesel v2.2.11
37172025-08-01T15:22:27.382Z Compiling samael v0.0.19
37182025-08-01T15:22:36.924Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
37192025-08-01T15:22:41.224Z Checking async-bb8-diesel v0.2.1
37202025-08-01T15:22:43.441Z Compiling polar-core v0.27.3
37212025-08-01T15:22:52.373Z Checking oso v0.27.3
37222025-08-01T15:23:46.933Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37232025-08-01T15:24:34.351Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37242025-08-01T15:24:48.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 46s
37252025-08-01T15:24:48.452Z
37262025-08-01T15:24:48.452Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221)
37272025-08-01T15:24:49.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282025-08-01T15:24:49.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292025-08-01T15:24:49.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302025-08-01T15:24:49.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
37312025-08-01T15:24:49.589Z
37322025-08-01T15:24:49.589Zinfo: running `cargo check --bins` on nexus-saga-recovery (179/221)
37332025-08-01T15:24:50.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342025-08-01T15:24:50.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352025-08-01T15:24:50.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362025-08-01T15:24:50.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
37372025-08-01T15:24:50.745Z
37382025-08-01T15:24:50.745Zinfo: running `cargo check --bins` on nexus-test-utils-macros (180/221)
37392025-08-01T15:24:51.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402025-08-01T15:24:51.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412025-08-01T15:24:51.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422025-08-01T15:24:51.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
37432025-08-01T15:24:51.849Z
37442025-08-01T15:24:51.849Zinfo: running `cargo check --bins` on omicron-nexus (181/221)
37452025-08-01T15:24:52.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462025-08-01T15:24:53.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472025-08-01T15:24:53.375Z Compiling libz-sys v1.1.20
37482025-08-01T15:24:53.402Z Compiling libgit2-sys v0.17.0+1.8.1
37492025-08-01T15:24:53.432Z Compiling vergen v8.3.2
37502025-08-01T15:24:53.432Z Compiling cargo-platform v0.1.8
37512025-08-01T15:24:53.473Z Compiling fs-err v2.11.0
37522025-08-01T15:24:53.500Z Compiling rustls v0.21.12
37532025-08-01T15:24:53.526Z Checking rustls-webpki v0.101.7
37542025-08-01T15:24:53.526Z Checking sct v0.7.1
37552025-08-01T15:24:53.794Z Compiling cargo_metadata v0.18.1
37562025-08-01T15:24:53.870Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37572025-08-01T15:24:53.870Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37582025-08-01T15:24:53.968Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37592025-08-01T15:24:54.233Z Checking parse-size v1.1.0
37602025-08-01T15:24:54.337Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37612025-08-01T15:24:54.364Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37622025-08-01T15:24:54.391Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37632025-08-01T15:24:54.391Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37642025-08-01T15:24:54.436Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
37652025-08-01T15:24:54.588Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37662025-08-01T15:24:55.225Z Checking rustls-pemfile v1.0.4
37672025-08-01T15:24:55.304Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37682025-08-01T15:24:55.459Z Checking twox-hash v2.1.0
37692025-08-01T15:24:55.520Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37702025-08-01T15:24:55.982Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37712025-08-01T15:24:56.044Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37722025-08-01T15:24:56.293Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37732025-08-01T15:24:56.803Z Checking tokio-rustls v0.24.1
37742025-08-01T15:24:57.123Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37752025-08-01T15:24:57.181Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37762025-08-01T15:24:57.453Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37772025-08-01T15:24:57.489Z Checking fatfs v0.3.6
37782025-08-01T15:24:57.684Z Checking assert_matches v1.5.0
37792025-08-01T15:25:04.148Z Compiling git2 v0.19.0
37802025-08-01T15:25:09.554Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
37812025-08-01T15:26:42.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
37822025-08-01T15:26:42.318Z
37832025-08-01T15:26:42.318Zinfo: running `cargo check --bins` on nexus-background-task-interface (182/221)
37842025-08-01T15:26:43.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852025-08-01T15:26:43.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862025-08-01T15:26:43.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872025-08-01T15:26:43.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
37882025-08-01T15:26:43.398Z
37892025-08-01T15:26:43.398Zinfo: running `cargo check --bins` on nexus-external-api (183/221)
37902025-08-01T15:26:44.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912025-08-01T15:26:44.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922025-08-01T15:26:44.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932025-08-01T15:26:44.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
37942025-08-01T15:26:44.564Z
37952025-08-01T15:26:44.564Zinfo: running `cargo check --bins` on nexus-internal-api (184/221)
37962025-08-01T15:26:45.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972025-08-01T15:26:45.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982025-08-01T15:26:45.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992025-08-01T15:26:45.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
38002025-08-01T15:26:45.791Z
38012025-08-01T15:26:45.791Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (185/221)
38022025-08-01T15:26:46.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032025-08-01T15:26:46.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042025-08-01T15:26:46.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052025-08-01T15:26:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
38062025-08-01T15:26:47.087Z
38072025-08-01T15:26:47.087Zinfo: running `cargo check --bins` on nexus-mgs-updates (186/221)
38082025-08-01T15:26:48.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092025-08-01T15:26:48.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102025-08-01T15:26:48.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112025-08-01T15:26:48.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
38122025-08-01T15:26:48.241Z
38132025-08-01T15:26:48.241Zinfo: running `cargo check --bins` on nexus-networking (187/221)
38142025-08-01T15:26:49.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152025-08-01T15:26:49.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162025-08-01T15:26:49.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172025-08-01T15:26:49.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
38182025-08-01T15:26:49.430Z
38192025-08-01T15:26:49.430Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (188/221)
38202025-08-01T15:26:50.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212025-08-01T15:26:50.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222025-08-01T15:26:50.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232025-08-01T15:26:50.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
38242025-08-01T15:26:50.676Z
38252025-08-01T15:26:50.676Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221)
38262025-08-01T15:26:51.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272025-08-01T15:26:51.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282025-08-01T15:26:51.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292025-08-01T15:26:51.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
38302025-08-01T15:26:51.884Z
38312025-08-01T15:26:51.884Zinfo: running `cargo check --bins` on update-common (190/221)
38322025-08-01T15:26:52.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332025-08-01T15:26:52.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342025-08-01T15:26:52.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352025-08-01T15:26:52.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
38362025-08-01T15:26:52.979Z
38372025-08-01T15:26:52.979Zinfo: running `cargo check --bins` on omicron-dev (191/221)
38382025-08-01T15:26:54.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392025-08-01T15:26:54.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402025-08-01T15:26:54.541Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38412025-08-01T15:26:54.541Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38422025-08-01T15:26:54.611Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
38432025-08-01T15:26:54.637Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38442025-08-01T15:26:54.671Z Checking yansi v1.0.1
38452025-08-01T15:26:54.698Z Checking diff v0.1.13
38462025-08-01T15:26:54.698Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38472025-08-01T15:26:54.698Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38482025-08-01T15:26:55.201Z Checking pretty_assertions v1.4.1
38492025-08-01T15:26:55.344Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38502025-08-01T15:26:56.436Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38512025-08-01T15:27:45.765Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38522025-08-01T15:27:45.792Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38532025-08-01T15:27:45.792Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38542025-08-01T15:27:45.792Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38552025-08-01T15:27:45.792Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38562025-08-01T15:27:45.792Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38572025-08-01T15:27:46.591Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38582025-08-01T15:27:47.069Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38592025-08-01T15:27:48.833Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38602025-08-01T15:29:17.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
38612025-08-01T15:29:18.216Z
38622025-08-01T15:29:18.216Zinfo: running `cargo check --bins` on openapi-manager (192/221)
38632025-08-01T15:29:19.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642025-08-01T15:29:19.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652025-08-01T15:29:19.504Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38662025-08-01T15:29:19.504Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38672025-08-01T15:29:19.531Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38682025-08-01T15:29:19.531Z Checking heck v0.4.1
38692025-08-01T15:29:19.531Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38702025-08-01T15:29:19.841Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38712025-08-01T15:29:19.911Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38722025-08-01T15:29:21.080Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38732025-08-01T15:29:24.362Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38742025-08-01T15:29:26.629Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38752025-08-01T15:29:27.778Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38762025-08-01T15:29:29.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
38772025-08-01T15:29:30.154Z
38782025-08-01T15:29:30.154Zinfo: running `cargo check --bins` on installinator-api (193/221)
38792025-08-01T15:29:31.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802025-08-01T15:29:31.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812025-08-01T15:29:31.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822025-08-01T15:29:31.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
38832025-08-01T15:29:31.430Z
38842025-08-01T15:29:31.430Zinfo: running `cargo check --bins` on ntp-admin-api (194/221)
38852025-08-01T15:29:32.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862025-08-01T15:29:32.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872025-08-01T15:29:32.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882025-08-01T15:29:32.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
38892025-08-01T15:29:32.563Z
38902025-08-01T15:29:32.563Zinfo: running `cargo check --bins` on ntp-admin-types (195/221)
38912025-08-01T15:29:33.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922025-08-01T15:29:33.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932025-08-01T15:29:33.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942025-08-01T15:29:33.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
38952025-08-01T15:29:33.712Z
38962025-08-01T15:29:33.712Zinfo: running `cargo check --bins` on wicketd-api (196/221)
38972025-08-01T15:29:34.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982025-08-01T15:29:34.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992025-08-01T15:29:34.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002025-08-01T15:29:34.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
39012025-08-01T15:29:34.892Z
39022025-08-01T15:29:34.892Zinfo: running `cargo check --bins` on omicron-pins (197/221)
39032025-08-01T15:29:35.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042025-08-01T15:29:35.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052025-08-01T15:29:35.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062025-08-01T15:29:35.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
39072025-08-01T15:29:35.996Z
39082025-08-01T15:29:35.996Zinfo: running `cargo check --bins` on reconfigurator-cli (198/221)
39092025-08-01T15:29:37.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102025-08-01T15:29:37.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112025-08-01T15:29:37.392Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39122025-08-01T15:29:37.419Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39132025-08-01T15:29:37.455Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39142025-08-01T15:29:37.483Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
39152025-08-01T15:29:37.509Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
39162025-08-01T15:29:37.509Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
39172025-08-01T15:29:37.553Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
39182025-08-01T15:29:37.580Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39192025-08-01T15:29:37.763Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39202025-08-01T15:29:37.815Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212025-08-01T15:29:37.847Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39222025-08-01T15:29:38.071Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
39232025-08-01T15:29:38.100Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
39242025-08-01T15:29:38.173Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
39252025-08-01T15:29:38.593Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39262025-08-01T15:29:38.633Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39272025-08-01T15:29:38.895Z Compiling petname v2.0.2
39282025-08-01T15:29:39.574Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
39292025-08-01T15:29:39.818Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39302025-08-01T15:29:40.139Z Checking sync-ptr v0.1.4
39312025-08-01T15:29:40.166Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39322025-08-01T15:29:40.195Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39332025-08-01T15:29:40.341Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
39342025-08-01T15:29:40.371Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39352025-08-01T15:29:41.019Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39362025-08-01T15:29:42.535Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
39372025-08-01T15:29:44.330Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39382025-08-01T15:29:44.330Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
39392025-08-01T15:30:02.473Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39402025-08-01T15:30:02.499Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39412025-08-01T15:30:03.873Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39422025-08-01T15:30:06.594Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39432025-08-01T15:30:10.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.73s
39442025-08-01T15:30:11.044Z
39452025-08-01T15:30:11.044Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221)
39462025-08-01T15:30:12.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472025-08-01T15:30:12.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482025-08-01T15:30:12.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492025-08-01T15:30:12.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
39502025-08-01T15:30:12.438Z
39512025-08-01T15:30:12.438Zinfo: running `cargo check --bins` on omicron-repl-utils (200/221)
39522025-08-01T15:30:13.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532025-08-01T15:30:13.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542025-08-01T15:30:13.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552025-08-01T15:30:13.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
39562025-08-01T15:30:13.568Z
39572025-08-01T15:30:13.568Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221)
39582025-08-01T15:30:14.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592025-08-01T15:30:14.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602025-08-01T15:30:15.009Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39612025-08-01T15:30:16.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39622025-08-01T15:30:16.750Z
39632025-08-01T15:30:16.750Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (202/221)
39642025-08-01T15:30:17.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652025-08-01T15:30:17.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662025-08-01T15:30:18.132Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39672025-08-01T15:30:18.617Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39682025-08-01T15:30:20.364Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
39692025-08-01T15:30:21.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
39702025-08-01T15:30:21.570Z
39712025-08-01T15:30:21.571Zinfo: running `cargo check --bins` on omicron-releng (203/221)
39722025-08-01T15:30:22.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732025-08-01T15:30:22.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742025-08-01T15:30:22.822Z Compiling blake3 v1.5.4
39752025-08-01T15:30:22.849Z Checking memmap2 v0.9.5
39762025-08-01T15:30:22.849Z Checking arrayref v0.3.9
39772025-08-01T15:30:22.849Z Checking arrayvec v0.7.6
39782025-08-01T15:30:22.849Z Checking constant_time_eq v0.3.1
39792025-08-01T15:30:22.876Z Checking topological-sort v0.2.2
39802025-08-01T15:30:22.902Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39812025-08-01T15:30:22.902Z Checking shell-words v1.1.0
39822025-08-01T15:30:24.377Z Checking omicron-zone-package v0.12.2
39832025-08-01T15:30:26.185Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39842025-08-01T15:30:27.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
39852025-08-01T15:30:28.125Z
39862025-08-01T15:30:28.125Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (204/221)
39872025-08-01T15:30:29.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882025-08-01T15:30:29.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892025-08-01T15:30:29.333Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39902025-08-01T15:30:29.754Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
39912025-08-01T15:30:30.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
39922025-08-01T15:30:30.750Z
39932025-08-01T15:30:30.750Zinfo: running `cargo check --bins` on xtask (205/221)
39942025-08-01T15:30:31.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952025-08-01T15:30:31.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962025-08-01T15:30:31.596Z Checking bitflags v2.9.1
39972025-08-01T15:30:31.596Z Checking serde v1.0.219
39982025-08-01T15:30:31.622Z Checking zerofrom v0.1.4
39992025-08-01T15:30:31.649Z Checking hashbrown v0.15.4
40002025-08-01T15:30:31.649Z Checking smallvec v1.15.1
40012025-08-01T15:30:31.686Z Checking thiserror v1.0.69
40022025-08-01T15:30:31.712Z Checking scroll v0.12.0
40032025-08-01T15:30:31.712Z Checking num-traits v0.2.19
40042025-08-01T15:30:31.859Z Checking percent-encoding v2.3.1
40052025-08-01T15:30:31.885Z Checking yoke v0.7.4
40062025-08-01T15:30:31.912Z Checking rustix v0.38.37
40072025-08-01T15:30:32.040Z Checking log v0.4.27
40082025-08-01T15:30:32.106Z Checking form_urlencoded v1.2.1
40092025-08-01T15:30:32.199Z Checking zerocopy v0.7.35
40102025-08-01T15:30:32.226Z Checking zerovec v0.10.4
40112025-08-01T15:30:32.340Z Checking pest v2.7.14
40122025-08-01T15:30:32.367Z Checking goblin v0.8.2
40132025-08-01T15:30:32.664Z Checking indexmap v2.10.0
40142025-08-01T15:30:32.814Z Checking terminal_size v0.4.0
40152025-08-01T15:30:33.003Z Checking getrandom v0.3.1
40162025-08-01T15:30:33.107Z Checking ordered-float v2.10.1
40172025-08-01T15:30:33.248Z Checking thiserror v2.0.12
40182025-08-01T15:30:33.352Z Checking syn v2.0.104
40192025-08-01T15:30:33.420Z Checking rustix v1.0.7
40202025-08-01T15:30:33.595Z Checking once_cell v1.21.3
40212025-08-01T15:30:33.723Z Checking tinystr v0.7.6
40222025-08-01T15:30:33.815Z Checking icu_collections v1.5.0
40232025-08-01T15:30:33.924Z Checking clap_builder v4.5.41
40242025-08-01T15:30:34.091Z Checking icu_locid v1.5.0
40252025-08-01T15:30:34.507Z Checking textwrap v0.16.2
40262025-08-01T15:30:34.639Z Checking dtrace-parser v0.2.0
40272025-08-01T15:30:34.888Z Checking tempfile v3.20.0
40282025-08-01T15:30:34.915Z Checking fs-err v3.1.1
40292025-08-01T15:30:35.084Z Checking icu_provider v1.5.0
40302025-08-01T15:30:35.139Z Checking tabled v0.15.0
40312025-08-01T15:30:35.261Z Checking anyhow v1.0.98
40322025-08-01T15:30:35.288Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
40332025-08-01T15:30:35.735Z Checking icu_locid_transform v1.5.0
40342025-08-01T15:30:35.852Z Checking toml_datetime v0.6.11
40352025-08-01T15:30:35.852Z Checking serde_spanned v0.6.9
40362025-08-01T15:30:35.878Z Checking serde_json v1.0.141
40372025-08-01T15:30:36.121Z Checking erased-serde v0.4.6
40382025-08-01T15:30:36.203Z Checking toml_edit v0.22.27
40392025-08-01T15:30:36.685Z Checking icu_properties v1.5.1
40402025-08-01T15:30:36.877Z Checking semver v1.0.26
40412025-08-01T15:30:36.934Z Checking serde-value v0.7.0
40422025-08-01T15:30:36.997Z Checking serde-untagged v0.1.7
40432025-08-01T15:30:37.295Z Checking dof v0.3.0
40442025-08-01T15:30:37.321Z Checking camino v1.1.10
40452025-08-01T15:30:37.348Z Checking cargo-platform v0.2.0
40462025-08-01T15:30:37.375Z Checking clap v4.5.41
40472025-08-01T15:30:37.507Z Checking macaddr v1.0.1
40482025-08-01T15:30:37.876Z Checking camino-tempfile v1.4.1
40492025-08-01T15:30:37.936Z Checking usdt-impl v0.5.0
40502025-08-01T15:30:38.466Z Checking usdt v0.5.0
40512025-08-01T15:30:38.725Z Checking toml v0.8.23
40522025-08-01T15:30:39.401Z Checking cargo_toml v0.21.0
40532025-08-01T15:30:39.856Z Checking icu_normalizer v1.5.0
40542025-08-01T15:30:40.655Z Checking idna_adapter v1.2.0
40552025-08-01T15:30:40.886Z Checking idna v1.0.3
40562025-08-01T15:30:41.367Z Checking url v2.5.4
40572025-08-01T15:30:42.162Z Checking cargo-util-schemas v0.8.2
40582025-08-01T15:30:43.903Z Checking cargo_metadata v0.21.0
40592025-08-01T15:30:45.474Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
40602025-08-01T15:30:46.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.70s
40612025-08-01T15:30:46.622Z
40622025-08-01T15:30:46.622Zinfo: running `cargo check --bins` on end-to-end-tests (206/221)
40632025-08-01T15:30:47.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642025-08-01T15:30:47.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652025-08-01T15:30:48.136Z Checking polyval v0.6.2
40662025-08-01T15:30:48.163Z Checking ctr v0.9.2
40672025-08-01T15:30:48.204Z Checking ssh-encoding v0.2.0
40682025-08-01T15:30:48.204Z Checking blowfish v0.9.1
40692025-08-01T15:30:48.255Z Checking password-hash v0.4.2
40702025-08-01T15:30:48.284Z Checking p521 v0.13.3
40712025-08-01T15:30:48.311Z Checking p256 v0.13.2
40722025-08-01T15:30:48.340Z Checking russh-cryptovec v0.7.3
40732025-08-01T15:30:48.463Z Checking ghash v0.5.1
40742025-08-01T15:30:48.506Z Checking bcrypt-pbkdf v0.10.0
40752025-08-01T15:30:48.533Z Checking md5 v0.7.0
40762025-08-01T15:30:48.589Z Checking num-bigint v0.4.6
40772025-08-01T15:30:48.616Z Checking des v0.8.1
40782025-08-01T15:30:48.677Z Checking aes-gcm v0.10.3
40792025-08-01T15:30:48.706Z Checking pbkdf2 v0.11.0
40802025-08-01T15:30:48.798Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40812025-08-01T15:30:48.842Z Checking hex-literal v0.4.1
40822025-08-01T15:30:48.912Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40832025-08-01T15:30:48.939Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40842025-08-01T15:30:48.939Z Checking ssh-cipher v0.2.0
40852025-08-01T15:30:49.011Z Checking internet-checksum v0.2.1
40862025-08-01T15:30:49.274Z Checking ssh-key v0.6.6
40872025-08-01T15:30:49.550Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40882025-08-01T15:30:50.829Z Checking russh-keys v0.45.0
40892025-08-01T15:30:52.130Z Checking russh v0.45.0
40902025-08-01T15:31:26.131Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40912025-08-01T15:31:28.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.94s
40922025-08-01T15:31:28.847Z
40932025-08-01T15:31:28.847Zinfo: running `cargo check --bins` on gateway-cli (207/221)
40942025-08-01T15:31:29.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952025-08-01T15:31:29.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962025-08-01T15:31:30.138Z Checking termios v0.3.3
40972025-08-01T15:31:30.391Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
40982025-08-01T15:31:31.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
40992025-08-01T15:31:31.834Z
41002025-08-01T15:31:31.834Zinfo: running `cargo check --bins --no-default-features` on installinator (208/221)
41012025-08-01T15:31:32.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022025-08-01T15:31:32.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032025-08-01T15:31:33.126Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41042025-08-01T15:31:33.126Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41052025-08-01T15:31:34.222Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41062025-08-01T15:31:36.786Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41072025-08-01T15:31:39.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s
41082025-08-01T15:31:40.019Z
41092025-08-01T15:31:40.019Zinfo: running `cargo check --bins` on internal-dns-cli (209/221)
41102025-08-01T15:31:40.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112025-08-01T15:31:40.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122025-08-01T15:31:41.111Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41132025-08-01T15:31:41.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
41142025-08-01T15:31:41.870Z
41152025-08-01T15:31:41.870Zinfo: running `cargo check --bins` on omicron-live-tests (210/221)
41162025-08-01T15:31:42.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172025-08-01T15:31:42.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182025-08-01T15:31:42.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192025-08-01T15:31:42.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41202025-08-01T15:31:42.915Z
41212025-08-01T15:31:42.915Zinfo: running `cargo check --bins` on live-tests-macros (211/221)
41222025-08-01T15:31:43.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232025-08-01T15:31:43.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242025-08-01T15:31:43.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252025-08-01T15:31:43.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
41262025-08-01T15:31:43.962Z
41272025-08-01T15:31:43.962Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221)
41282025-08-01T15:31:45.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292025-08-01T15:31:45.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302025-08-01T15:31:45.307Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41312025-08-01T15:31:46.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
41322025-08-01T15:31:46.329Z
41332025-08-01T15:31:46.329Zinfo: running `cargo check --bins` on omicron-ntp-admin (213/221)
41342025-08-01T15:31:47.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352025-08-01T15:31:47.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362025-08-01T15:31:47.479Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41372025-08-01T15:31:47.479Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41382025-08-01T15:31:47.770Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41392025-08-01T15:31:49.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
41402025-08-01T15:31:49.328Z
41412025-08-01T15:31:49.328Zinfo: running `cargo check --bins` on omicron-package (214/221)
41422025-08-01T15:31:50.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432025-08-01T15:31:50.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442025-08-01T15:31:50.569Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41452025-08-01T15:31:52.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
41462025-08-01T15:31:52.595Z
41472025-08-01T15:31:52.595Zinfo: running `cargo check --bins` on trust-quorum (215/221)
41482025-08-01T15:31:53.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492025-08-01T15:31:53.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502025-08-01T15:31:53.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512025-08-01T15:31:53.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
41522025-08-01T15:31:53.729Z
41532025-08-01T15:31:53.729Zinfo: running `cargo check --bins` on gfss (216/221)
41542025-08-01T15:31:54.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552025-08-01T15:31:54.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562025-08-01T15:31:54.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572025-08-01T15:31:54.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
41582025-08-01T15:31:54.812Z
41592025-08-01T15:31:54.812Zinfo: running `cargo check --bins` on wicket-dbg (217/221)
41602025-08-01T15:31:55.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612025-08-01T15:31:55.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622025-08-01T15:31:56.123Z Checking rtoolbox v0.0.2
41632025-08-01T15:31:56.124Z Checking tui-tree-widget v0.23.1
41642025-08-01T15:31:56.151Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41652025-08-01T15:31:56.342Z Checking rpassword v7.4.0
41662025-08-01T15:32:03.098Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41672025-08-01T15:32:07.395Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41682025-08-01T15:32:09.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
41692025-08-01T15:32:09.297Z
41702025-08-01T15:32:09.297Zinfo: running `cargo check --bins` on wicket (218/221)
41712025-08-01T15:32:10.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722025-08-01T15:32:10.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732025-08-01T15:32:10.461Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41742025-08-01T15:32:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
41752025-08-01T15:32:11.143Z
41762025-08-01T15:32:11.143Zinfo: running `cargo check --bins` on wicketd (219/221)
41772025-08-01T15:32:12.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782025-08-01T15:32:12.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792025-08-01T15:32:12.383Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41802025-08-01T15:32:18.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s
41812025-08-01T15:32:18.221Z
41822025-08-01T15:32:18.221Zinfo: running `cargo check --bins` on omicron-workspace-hack (220/221)
41832025-08-01T15:32:19.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842025-08-01T15:32:19.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852025-08-01T15:32:19.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862025-08-01T15:32:19.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41872025-08-01T15:32:19.265Z
41882025-08-01T15:32:19.265Zinfo: running `cargo check --bins` on zone-setup (221/221)
41892025-08-01T15:32:20.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902025-08-01T15:32:20.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912025-08-01T15:32:20.417Z Checking uzers v0.12.1
41922025-08-01T15:32:20.779Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41932025-08-01T15:32:22.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
41942025-08-01T15:32:22.414Z
41952025-08-01T15:32:22.414Zreal 21:06.746399967
41962025-08-01T15:32:22.414Zuser 34:33.913394503
41972025-08-01T15:32:22.414Zsys 6:10.608189114
41982025-08-01T15:32:22.414Ztrap 0.917833208
41992025-08-01T15:32:22.414Ztflt 0.412804330
42002025-08-01T15:32:22.414Zdflt 2.326959632
42012025-08-01T15:32:22.441Zkflt 0.002133907
42022025-08-01T15:32:22.441Zlock 1:28:31.502256078
42032025-08-01T15:32:22.441Zslp 3:04:30.696233176
42042025-08-01T15:32:22.441Zlat 1:30.559106711
42052025-08-01T15:32:22.441Zstop 4:24.696620850
42062025-08-01T15:32:22.441Zprocess exited: duration 1590163 ms, exit code 0
 
42072025-08-01T15:32:22.496Zfound 0 output files