01JGYDJ727XK9JE2H4142XF8AG: 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: 01JGYDKH00S4SYJC9S45P1GQSV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-06T18:25:39.281Zjob assigned to worker 01JGYDRR6C65JKG5P16MD9M24C [factory aws, i-079e995608d415e6c] (queued for 4 m 7 s)
 
22025-01-06T18:25:47.453Zstarting task 0: "setup"
32025-01-06T18:25:47.461Z++ uname -s
42025-01-06T18:25:47.464Z+ kern=SunOS
52025-01-06T18:25:47.464Z+ case "$kern" in
62025-01-06T18:25:47.464Z+ groupadd -g 12345 build
72025-01-06T18:25:47.468Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-06T18:25:49.474Z+ zfs create -o mountpoint=/work rpool/work
92025-01-06T18:25:49.622Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-06T18:25:49.627Z+ home_fs=zfs
112025-01-06T18:25:49.627Z+ [[ zfs == autofs ]]
122025-01-06T18:25:49.627Z+ mkdir -p /home/build
132025-01-06T18:25:49.627Z+ chown build:build /home/build /work
142025-01-06T18:25:50.628Z+ chmod 0700 /home/build /work
152025-01-06T18:25:50.631Zprocess exited: duration 3179 ms, exit code 0
 
162025-01-06T18:25:50.637Zstarting task 1: "rust-toolchain"
172025-01-06T18:25:50.643Z+ printf ' * toolchain channel = "%s"
182025-01-06T18:25:50.643Z' 1.81.0
192025-01-06T18:25:50.643Z+ printf ' * toolchain profile = "%s"
202025-01-06T18:25:50.643Z' default
212025-01-06T18:25:50.643Z * toolchain channel = "1.81.0"
222025-01-06T18:25:50.643Z * toolchain profile = "default"
232025-01-06T18:25:50.646Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-06T18:25:50.646Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-06T18:25:50.764Zinfo: downloading installer
262025-01-06T18:25:52.099Zinfo: profile set to 'default'
272025-01-06T18:25:52.099Zinfo: default host triple is x86_64-unknown-illumos
282025-01-06T18:25:52.102Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-06T18:25:52.251Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-06T18:25:52.251Zinfo: downloading component 'cargo'
312025-01-06T18:25:53.110Zinfo: downloading component 'clippy'
322025-01-06T18:25:53.432Zinfo: downloading component 'rust-docs'
332025-01-06T18:25:54.651Zinfo: downloading component 'rust-std'
342025-01-06T18:25:56.490Zinfo: downloading component 'rustc'
352025-01-06T18:26:03.196Zinfo: downloading component 'rustfmt'
362025-01-06T18:26:03.447Zinfo: installing component 'cargo'
372025-01-06T18:26:04.237Zinfo: installing component 'clippy'
382025-01-06T18:26:04.594Zinfo: installing component 'rust-docs'
392025-01-06T18:26:06.127Zinfo: installing component 'rust-std'
402025-01-06T18:26:07.759Zinfo: installing component 'rustc'
412025-01-06T18:26:13.496Zinfo: installing component 'rustfmt'
422025-01-06T18:26:13.815Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-06T18:26:13.815Z
442025-01-06T18:26:14.184Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-06T18:26:14.184Z
462025-01-06T18:26:14.187Z
472025-01-06T18:26:14.187ZRust is installed now. Great!
482025-01-06T18:26:14.187Z
492025-01-06T18:26:14.187ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-06T18:26:14.187Zenvironment variable. This has not been done automatically.
512025-01-06T18:26:14.187Z
522025-01-06T18:26:14.187ZTo configure your current shell, you need to source
532025-01-06T18:26:14.187Zthe corresponding env file under $HOME/.cargo.
542025-01-06T18:26:14.187Z
552025-01-06T18:26:14.187ZThis is usually done by running one of the following (note the leading DOT):
562025-01-06T18:26:14.187Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-06T18:26:14.187Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-06T18:26:14.264Z+ rustc --version
592025-01-06T18:26:14.331Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-06T18:26:14.334Zprocess exited: duration 23692 ms, exit code 0
 
612025-01-06T18:26:14.339Zstarting task 2: "authentication"
622025-01-06T18:26:14.360Zprocess exited: duration 20 ms, exit code 0
 
632025-01-06T18:26:14.365Zstarting task 3: "clone repository"
642025-01-06T18:26:14.371Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-06T18:26:14.373Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-06T18:26:15.526ZCloning into '/work/oxidecomputer/omicron'...
672025-01-06T18:26:23.425Z+ cd /work/oxidecomputer/omicron
682025-01-06T18:26:23.425Z+ git fetch origin 8c107d34caa414084a3b50107676e82ba731ab2a
692025-01-06T18:26:23.981ZFrom https://github.com/oxidecomputer/omicron
702025-01-06T18:26:23.981Z * branch 8c107d34caa414084a3b50107676e82ba731ab2a -> FETCH_HEAD
712025-01-06T18:26:23.998Z+ [[ -n spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]]
722025-01-06T18:26:23.998Z++ git branch --show-current
732025-01-06T18:26:23.998Z+ current=main
742025-01-06T18:26:23.998Z+ [[ main != spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]]
752025-01-06T18:26:23.999Z+ git branch -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled 8c107d34caa414084a3b50107676e82ba731ab2a
762025-01-06T18:26:23.999Z+ git checkout -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled
772025-01-06T18:26:23.999ZSwitched to branch 'spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled'
782025-01-06T18:26:23.999Z+ git reset --hard 8c107d34caa414084a3b50107676e82ba731ab2a
792025-01-06T18:26:23.999ZHEAD is now at 8c107d34c rebase main
802025-01-06T18:26:23.999Zprocess exited: duration 9568 ms, exit code 0
 
812025-01-06T18:26:24.015Zstarting task 4: "build"
822025-01-06T18:26:24.019Z+ source .github/buildomat/ci-env.sh
832025-01-06T18:26:24.022Z++ export CARGO_TERM_COLOR=always
842025-01-06T18:26:24.022Z++ CARGO_TERM_COLOR=always
852025-01-06T18:26:24.022Z+ cargo --version
862025-01-06T18:26:24.077Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-06T18:26:24.080Z+ rustc --version
882025-01-06T18:26:24.139Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-06T18:26:24.142Z+ source ./env.sh
902025-01-06T18:26:24.142Z++ OLD_SHELL_OPTS=ehxB
912025-01-06T18:26:24.142Z++ set -o xtrace
922025-01-06T18:26:24.145Z++++ dirname ./env.sh
932025-01-06T18:26:24.148Z+++ readlink -f .
942025-01-06T18:26:24.202Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-06T18:26:24.206Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962025-01-06T18:26:24.206Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972025-01-06T18:26:24.206Z++ 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
982025-01-06T18:26:24.206Z++ 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
992025-01-06T18:26:24.206Z++ 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
1002025-01-06T18:26:24.206Z++ 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
1012025-01-06T18:26:24.206Z++ 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
1022025-01-06T18:26:24.206Z++ 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
1032025-01-06T18:26:24.206Z++ case $OLD_SHELL_OPTS in
1042025-01-06T18:26:24.206Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-06T18:26:24.206Z+ 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
1062025-01-06T18:26:24.206Z+ 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
1072025-01-06T18:26:24.206Z+ banner prerequisites
1082025-01-06T18:26:24.398Z
1092025-01-06T18:26:24.398Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-06T18:26:24.398Z # # # # # # # # # # # # # # #
1112025-01-06T18:26:24.398Z # # # # ##### # # ##### # # # # # #### #
1122025-01-06T18:26:24.398Z ##### ##### # ##### # # # # # # # # #
1132025-01-06T18:26:24.399Z # # # # # # # # # # # # # # #
1142025-01-06T18:26:24.399Z # # # ###### # # ###### ### # #### # #### #
1152025-01-06T18:26:24.399Z
1162025-01-06T18:26:24.401Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-06T18:26:40.712Z Startup: Refreshing catalog 'helios-dev' ... Done
1182025-01-06T18:26:44.829Z Startup: Caching catalogs ... Done
1192025-01-06T18:26:55.740ZPlanning: Solver setup ... Done (9.929s)
1202025-01-06T18:26:55.871ZPlanning: Running solver ... Done (0.133s)
1212025-01-06T18:26:56.189ZPlanning: Finding local manifests ... Done (0.216s)
1222025-01-06T18:26:56.630ZPlanning: Fetching manifests: 0/5 0% complete
1232025-01-06T18:26:59.672ZPlanning: Fetching manifests: 5/5 100% complete
1242025-01-06T18:26:59.941ZPlanning: Package planning ... Done (0.268s)
1252025-01-06T18:26:59.997ZPlanning: Merging actions ... Done (0.055s)
1262025-01-06T18:27:01.215ZPlanning: Checking for conflicting actions ... Done (1.217s)
1272025-01-06T18:27:09.179ZPlanning: Consolidating action changes ... Done (7.963s)
1282025-01-06T18:27:09.620ZPlanning: Evaluating mediators ... Done (0.440s)
1292025-01-06T18:27:09.773ZPlanning: Planning completed in 24.85 seconds
1302025-01-06T18:27:10.160Z Packages to install: 4
1312025-01-06T18:27:10.160Z Packages to update: 1
1322025-01-06T18:27:10.163Z Mediators to change: 2
1332025-01-06T18:27:10.163Z Services to change: 1
1342025-01-06T18:27:10.163Z Estimated space available: 155.63 GB
1352025-01-06T18:27:10.163ZEstimated space to be consumed: 1.62 GB
1362025-01-06T18:27:10.164Z Create boot environment: No
1372025-01-06T18:27:10.164ZCreate backup boot environment: Yes
1382025-01-06T18:27:10.164Z Rebuild boot archive: No
1392025-01-06T18:27:10.164Z
1402025-01-06T18:27:10.164ZChanged mediators:
1412025-01-06T18:27:10.164Z mediator clang:
1422025-01-06T18:27:10.164Z version: None -> 15 (system default)
1432025-01-06T18:27:10.164Z
1442025-01-06T18:27:10.164Z mediator llvm:
1452025-01-06T18:27:10.164Z version: 14 (system default) -> 15 (system default)
1462025-01-06T18:27:10.164Z
1472025-01-06T18:27:10.164ZChanged packages:
1482025-01-06T18:27:10.164Zhelios-dev
1492025-01-06T18:27:10.164Z developer/build-essential
1502025-01-06T18:27:10.164Z None -> 11-2.0
1512025-01-06T18:27:10.164Z library/libxmlsec1
1522025-01-06T18:27:10.164Z None -> 1.2.35-2.0
1532025-01-06T18:27:10.164Z ooce/developer/clang-15
1542025-01-06T18:27:10.164Z None -> 15.0.7-2.0
1552025-01-06T18:27:10.164Z ooce/developer/llvm-15
1562025-01-06T18:27:10.164Z None -> 15.0.7-2.0
1572025-01-06T18:27:10.164Z package/pkg
1582025-01-06T18:27:10.164Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592025-01-06T18:27:10.164Z
1602025-01-06T18:27:10.164ZServices:
1612025-01-06T18:27:10.164Z restart_fmri:
1622025-01-06T18:27:10.164Z svc:/system/update-man-index:default
1632025-01-06T18:27:10.164Z
1642025-01-06T18:27:10.164ZEditable files to change:
1652025-01-06T18:27:10.164Z Update:
1662025-01-06T18:27:10.166Z usr/share/lib/pkg/web/config.shtml
1672025-01-06T18:27:10.476Z
1682025-01-06T18:27:10.476ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692025-01-06T18:27:15.477ZDownload: 1172/4281 items 69.5/220.6MB 31% complete (13.9M/s)
1702025-01-06T18:27:21.038ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (15.4M/s)
1712025-01-06T18:27:26.047ZDownload: 2015/4281 items 117.7/220.6MB 53% complete (3.8M/s)
1722025-01-06T18:27:33.815ZDownload: 2221/4281 items 118.3/220.6MB 53% complete (4.2M/s)
1732025-01-06T18:27:38.817ZDownload: 2722/4281 items 120.8/220.6MB 54% complete (261k/s)
1742025-01-06T18:27:47.750ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (9.3M/s)
1752025-01-06T18:27:52.753ZDownload: 4009/4281 items 219.1/220.6MB 99% complete (1.7M/s)
1762025-01-06T18:28:01.903ZDownload: 4204/4281 items 220.6/220.6MB 99% complete (2.8M/s)
1772025-01-06T18:28:02.013ZDownload: Completed 220.60 MB in 51.53 seconds (4.3M/s)
1782025-01-06T18:28:04.016Z Actions: 1/5063 actions (Removing old actions)
1792025-01-06T18:28:04.031Z Actions: 194/5063 actions (Installing new actions)
1802025-01-06T18:28:09.163Z Actions: 4095/5063 actions (Installing new actions)
1812025-01-06T18:28:09.897Z Actions: 4226/5063 actions (Updating modified actions)
1822025-01-06T18:28:10.304Z Actions: Completed 5063 actions in 6.29 seconds.
1832025-01-06T18:28:10.725Z Done (0.414s)
1842025-01-06T18:28:10.728Z Done (0.000s)
1852025-01-06T18:28:11.299Z Done (0.573s)
1862025-01-06T18:28:18.369Z Done (6.844s)
1872025-01-06T18:28:18.752Z Done (0.308s)
1882025-01-06T18:28:18.755Z Done (0.000s)
1892025-01-06T18:28:18.917Z Done (0.000s)
1902025-01-06T18:28:19.617ZPlanning: Evaluating mediator changes ... Done
1912025-01-06T18:28:19.779ZPlanning: Checking for conflicting actions ... Done
1922025-01-06T18:28:19.782ZPlanning: Consolidating action changes ... Done
1932025-01-06T18:28:20.047ZPlanning: Evaluating mediators ... Done
1942025-01-06T18:28:20.049ZPlanning: Planning completed in 0.43 seconds
1952025-01-06T18:28:20.086Z Mediators to change: 2
1962025-01-06T18:28:20.086Z Create boot environment: No
1972025-01-06T18:28:20.088ZCreate backup boot environment: No
1982025-01-06T18:28:20.166Z Done
1992025-01-06T18:28:20.166Z Done
2002025-01-06T18:28:20.526Z Done
2012025-01-06T18:28:24.204Z Done
2022025-01-06T18:28:24.298Z Done
2032025-01-06T18:28:24.301Z Done
2042025-01-06T18:28:24.402Z Done
2052025-01-06T18:28:25.016ZPlanning: Evaluating mediator changes ... Done
2062025-01-06T18:28:25.018ZPlanning: Merging actions ... Done
2072025-01-06T18:28:25.205ZPlanning: Checking for conflicting actions ... Done
2082025-01-06T18:28:25.210ZPlanning: Consolidating action changes ... Done
2092025-01-06T18:28:25.475ZPlanning: Evaluating mediators ... Done
2102025-01-06T18:28:25.530ZPlanning: Planning completed in 0.76 seconds
2112025-01-06T18:28:25.569Z Packages to change: 1
2122025-01-06T18:28:25.570Z Mediators to change: 1
2132025-01-06T18:28:25.572Z Services to change: 1
2142025-01-06T18:28:25.572Z Create boot environment: No
2152025-01-06T18:28:25.572ZCreate backup boot environment: Yes
2162025-01-06T18:28:27.605Z Actions: 1/6 actions (Updating modified actions)
2172025-01-06T18:28:27.683Z Actions: Completed 6 actions in 0.08 seconds.
2182025-01-06T18:28:27.686Z Done
2192025-01-06T18:28:27.686Z Done
2202025-01-06T18:28:27.800Z Done
2212025-01-06T18:28:31.497Z Done
2222025-01-06T18:28:31.598Z Done
2232025-01-06T18:28:31.601Z Done
2242025-01-06T18:28:31.714Z Done
2252025-01-06T18:28:32.151ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262025-01-06T18:28:32.152Zclang system 15 system
2272025-01-06T18:28:32.152Zcsh system system illumos
2282025-01-06T18:28:32.152Zctags system system illumos
2292025-01-06T18:28:32.152Zgcc vendor 12 vendor
2302025-01-06T18:28:32.152Zgcc system 10 system
2312025-01-06T18:28:32.152Zgcc system 7 system
2322025-01-06T18:28:32.152Zgo system 1.20 system
2332025-01-06T18:28:32.152Zgo system 1.19 system
2342025-01-06T18:28:32.152Zllvm system 15 system
2352025-01-06T18:28:32.152Zllvm system 14 system
2362025-01-06T18:28:32.152Zmariadb system 10.6 system
2372025-01-06T18:28:32.152Zmta vendor vendor dma
2382025-01-06T18:28:32.152Zopenjdk system 17 system
2392025-01-06T18:28:32.152Zopenjdk system 11 system
2402025-01-06T18:28:32.152Zopenjdk system 1.8 system
2412025-01-06T18:28:32.152Zopenssl vendor 3 vendor
2422025-01-06T18:28:32.152Zperl system 5.36 system
2432025-01-06T18:28:32.152Zpostgresql system 15 system
2442025-01-06T18:28:32.152Zpostgresql system 13 system
2452025-01-06T18:28:32.152Zpython vendor 3 vendor
2462025-01-06T18:28:32.152Zpython system 2 system
2472025-01-06T18:28:32.152Zpython3 system 3.11 system
2482025-01-06T18:28:32.152Zruby system 3.0 system
2492025-01-06T18:28:32.153Zwords vendor vendor american-english
2502025-01-06T18:28:32.153Zwords system system australian-english
2512025-01-06T18:28:32.153Zwords system system british-english
2522025-01-06T18:28:32.153Zwords system system canadian-english
2532025-01-06T18:28:32.153Zwords system system french
2542025-01-06T18:28:32.153Zwords system system italian
2552025-01-06T18:28:32.153Zwords system system ngerman
2562025-01-06T18:28:32.153Zwords system system ogerman
2572025-01-06T18:28:32.153Zwords system system spanish
2582025-01-06T18:28:32.478ZPUBLISHER TYPE STATUS P LOCATION
2592025-01-06T18:28:32.478Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602025-01-06T18:28:35.226ZFMRI IFO
2612025-01-06T18:28:35.226Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622025-01-06T18:28:35.226Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632025-01-06T18:28:35.226Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642025-01-06T18:28:35.226Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652025-01-06T18:28:35.226Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662025-01-06T18:28:35.226Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672025-01-06T18:28:35.226Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2682025-01-06T18:28:35.226Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692025-01-06T18:28:35.226Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702025-01-06T18:28:35.226Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2712025-01-06T18:28:35.226Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2722025-01-06T18:28:35.226Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732025-01-06T18:28:35.226Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2742025-01-06T18:28:35.227Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2752025-01-06T18:28:35.227Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762025-01-06T18:28:36.006Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772025-01-06T18:28:36.315Z Updating crates.io index
2782025-01-06T18:28:36.318Z Updating git repository `https://github.com/oxidecomputer/diffus`
2792025-01-06T18:28:36.769Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2802025-01-06T18:28:37.264Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2812025-01-06T18:28:37.543Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822025-01-06T18:28:37.844Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832025-01-06T18:28:38.133Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842025-01-06T18:28:39.257Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852025-01-06T18:28:40.845Z Updating git repository `https://github.com/oxidecomputer/opte`
2862025-01-06T18:28:41.497Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872025-01-06T18:28:42.371Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882025-01-06T18:28:42.641Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892025-01-06T18:28:42.910Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902025-01-06T18:28:43.527Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2912025-01-06T18:28:44.008Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2922025-01-06T18:28:44.324Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932025-01-06T18:28:44.680Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2942025-01-06T18:28:44.951Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2952025-01-06T18:28:45.204Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2962025-01-06T18:28:45.506Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972025-01-06T18:28:46.009Z Updating git repository `https://github.com/oxidecomputer/ispf`
2982025-01-06T18:28:46.216Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2992025-01-06T18:28:46.506Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002025-01-06T18:28:46.981Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012025-01-06T18:28:47.283Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022025-01-06T18:28:47.698Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3032025-01-06T18:28:48.076Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3042025-01-06T18:28:48.444Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3052025-01-06T18:28:48.711Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3062025-01-06T18:28:48.983Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3072025-01-06T18:28:50.286Z Downloading crates ...
3082025-01-06T18:28:50.355Z Downloaded clap_lex v0.7.2
3092025-01-06T18:28:50.357Z Downloaded autocfg v1.4.0
3102025-01-06T18:28:50.360Z Downloaded cargo-platform v0.1.8
3112025-01-06T18:28:50.360Z Downloaded anstyle-query v1.1.1
3122025-01-06T18:28:50.365Z Downloaded anstream v0.6.15
3132025-01-06T18:28:50.371Z Downloaded equivalent v1.0.1
3142025-01-06T18:28:50.374Z Downloaded dtrace-parser v0.2.0
3152025-01-06T18:28:50.383Z Downloaded swrite v0.1.0
3162025-01-06T18:28:50.385Z Downloaded usdt-macro v0.5.0
3172025-01-06T18:28:50.397Z Downloaded pretty-hex v0.4.1
3182025-01-06T18:28:50.400Z Downloaded crypto-common v0.1.6
3192025-01-06T18:28:50.403Z Downloaded scroll_derive v0.12.0
3202025-01-06T18:28:50.411Z Downloaded usdt-attr-macro v0.5.0
3212025-01-06T18:28:50.413Z Downloaded cpufeatures v0.2.14
3222025-01-06T18:28:50.417Z Downloaded camino-tempfile v1.1.1
3232025-01-06T18:28:50.421Z Downloaded digest v0.10.7
3242025-01-06T18:28:50.424Z Downloaded fastrand v2.1.1
3252025-01-06T18:28:50.424Z Downloaded dof v0.3.0
3262025-01-06T18:28:50.424Z Downloaded colorchoice v1.0.2
3272025-01-06T18:28:50.424Z Downloaded cfg-if v1.0.0
3282025-01-06T18:28:50.427Z Downloaded bytecount v0.6.8
3292025-01-06T18:28:50.427Z Downloaded plain v0.2.3
3302025-01-06T18:28:50.429Z Downloaded byteorder v1.5.0
3312025-01-06T18:28:50.433Z Downloaded unicode-linebreak v0.1.5
3322025-01-06T18:28:50.433Z Downloaded terminal_size v0.4.0
3332025-01-06T18:28:50.433Z Downloaded fnv v1.0.7
3342025-01-06T18:28:50.436Z Downloaded thread-id v4.2.2
3352025-01-06T18:28:50.438Z Downloaded block-buffer v0.10.4
3362025-01-06T18:28:50.441Z Downloaded generic-array v0.14.7
3372025-01-06T18:28:50.445Z Downloaded thiserror v1.0.69
3382025-01-06T18:28:50.449Z Downloaded version_check v0.9.5
3392025-01-06T18:28:50.451Z Downloaded heck v0.4.1
3402025-01-06T18:28:50.455Z Downloaded proc-macro-error-attr v1.0.4
3412025-01-06T18:28:50.457Z Downloaded cargo_toml v0.20.5
3422025-01-06T18:28:50.458Z Downloaded pest_generator v2.7.14
3432025-01-06T18:28:50.460Z Downloaded macaddr v1.0.1
3442025-01-06T18:28:50.460Z Downloaded is_terminal_polyfill v1.70.1
3452025-01-06T18:28:50.468Z Downloaded utf8parse v0.2.2
3462025-01-06T18:28:50.471Z Downloaded usdt v0.5.0
3472025-01-06T18:28:50.471Z Downloaded tabled_derive v0.7.0
3482025-01-06T18:28:50.471Z Downloaded thiserror-impl v1.0.69
3492025-01-06T18:28:50.471Z Downloaded smawk v0.3.2
3502025-01-06T18:28:50.471Z Downloaded serde_tokenstream v0.2.2
3512025-01-06T18:28:50.471Z Downloaded heck v0.5.0
3522025-01-06T18:28:50.471Z Downloaded memmap v0.7.0
3532025-01-06T18:28:50.474Z Downloaded toml_datetime v0.6.8
3542025-01-06T18:28:50.474Z Downloaded strsim v0.11.1
3552025-01-06T18:28:50.478Z Downloaded serde_spanned v0.6.8
3562025-01-06T18:28:50.480Z Downloaded fs-err v2.11.0
3572025-01-06T18:28:50.483Z Downloaded cargo_metadata v0.18.1
3582025-01-06T18:28:50.483Z Downloaded anstyle v1.0.10
3592025-01-06T18:28:50.486Z Downloaded itoa v1.0.11
3602025-01-06T18:28:50.486Z Downloaded clap_derive v4.5.18
3612025-01-06T18:28:50.490Z Downloaded pest_derive v2.7.14
3622025-01-06T18:28:50.493Z Downloaded sha2 v0.10.8
3632025-01-06T18:28:50.496Z Downloaded once_cell v1.20.2
3642025-01-06T18:28:50.498Z Downloaded zerocopy-derive v0.7.35
3652025-01-06T18:28:50.502Z Downloaded bitflags v2.6.0
3662025-01-06T18:28:50.506Z Downloaded proc-macro-error v1.0.4
3672025-01-06T18:28:50.509Z Downloaded semver v1.0.23
3682025-01-06T18:28:50.512Z Downloaded usdt-impl v0.5.0
3692025-01-06T18:28:50.515Z Downloaded quote v1.0.37
3702025-01-06T18:28:50.515Z Downloaded tempfile v3.13.0
3712025-01-06T18:28:50.519Z Downloaded errno v0.3.9
3722025-01-06T18:28:50.519Z Downloaded camino v1.1.9
3732025-01-06T18:28:50.522Z Downloaded pest_meta v2.7.14
3742025-01-06T18:28:50.525Z Downloaded clap v4.5.21
3752025-01-06T18:28:50.531Z Downloaded unicode-ident v1.0.13
3762025-01-06T18:28:50.534Z Downloaded proc-macro2 v1.0.89
3772025-01-06T18:28:50.536Z Downloaded anyhow v1.0.93
3782025-01-06T18:28:50.540Z Downloaded ucd-trie v0.1.7
3792025-01-06T18:28:50.543Z Downloaded textwrap v0.16.1
3802025-01-06T18:28:50.543Z Downloaded log v0.4.22
3812025-01-06T18:28:50.546Z Downloaded toml v0.8.19
3822025-01-06T18:28:50.551Z Downloaded papergrid v0.11.0
3832025-01-06T18:28:50.555Z Downloaded scroll v0.12.0
3842025-01-06T18:28:50.555Z Downloaded ryu v1.0.18
3852025-01-06T18:28:50.563Z Downloaded serde_derive v1.0.215
3862025-01-06T18:28:50.567Z Downloaded typenum v1.17.0
3872025-01-06T18:28:50.571Z Downloaded anstyle-parse v0.2.5
3882025-01-06T18:28:50.584Z Downloaded indexmap v2.6.0
3892025-01-06T18:28:50.593Z Downloaded toml_edit v0.22.22
3902025-01-06T18:28:50.613Z Downloaded serde v1.0.215
3912025-01-06T18:28:50.616Z Downloaded memchr v2.7.4
3922025-01-06T18:28:50.649Z Downloaded hashbrown v0.15.1
3932025-01-06T18:28:50.654Z Downloaded pest v2.7.14
3942025-01-06T18:28:50.660Z Downloaded serde_json v1.0.133
3952025-01-06T18:28:50.666Z Downloaded goblin v0.8.2
3962025-01-06T18:28:50.672Z Downloaded zerocopy v0.7.35
3972025-01-06T18:28:50.686Z Downloaded winnow v0.6.20
3982025-01-06T18:28:50.694Z Downloaded tabled v0.15.0
3992025-01-06T18:28:50.708Z Downloaded clap_builder v4.5.21
4002025-01-06T18:28:50.714Z Downloaded syn v1.0.109
4012025-01-06T18:28:50.724Z Downloaded unicode-width v0.1.14
4022025-01-06T18:28:50.738Z Downloaded syn v2.0.87
4032025-01-06T18:28:50.749Z Downloaded rustix v0.38.37
4042025-01-06T18:28:50.791Z Downloaded libc v0.2.162
4052025-01-06T18:28:51.099Z Compiling proc-macro2 v1.0.89
4062025-01-06T18:28:51.099Z Compiling unicode-ident v1.0.13
4072025-01-06T18:28:51.099Z Compiling serde v1.0.215
4082025-01-06T18:28:51.102Z Compiling version_check v0.9.5
4092025-01-06T18:28:51.102Z Compiling memchr v2.7.4
4102025-01-06T18:28:51.102Z Compiling thiserror v1.0.69
4112025-01-06T18:28:51.135Z Compiling libc v0.2.162
4122025-01-06T18:28:51.138Z Compiling ryu v1.0.18
4132025-01-06T18:28:51.350Z Compiling itoa v1.0.11
4142025-01-06T18:28:51.578Z Compiling ucd-trie v0.1.7
4152025-01-06T18:28:52.040Z Compiling once_cell v1.20.2
4162025-01-06T18:28:52.126Z Compiling byteorder v1.5.0
4172025-01-06T18:28:52.346Z Compiling rustix v0.38.37
4182025-01-06T18:28:52.455Z Compiling serde_json v1.0.133
4192025-01-06T18:28:53.307Z Compiling bitflags v2.6.0
4202025-01-06T18:28:53.329Z Compiling usdt-impl v0.5.0
4212025-01-06T18:28:53.442Z Compiling proc-macro-error-attr v1.0.4
4222025-01-06T18:28:53.468Z Compiling syn v1.0.109
4232025-01-06T18:28:53.666Z Compiling proc-macro-error v1.0.4
4242025-01-06T18:28:53.695Z Compiling plain v0.2.3
4252025-01-06T18:28:53.822Z Compiling log v0.4.22
4262025-01-06T18:28:53.850Z Compiling hashbrown v0.15.1
4272025-01-06T18:28:53.875Z Compiling utf8parse v0.2.2
4282025-01-06T18:28:53.912Z Compiling equivalent v1.0.1
4292025-01-06T18:28:54.026Z Compiling camino v1.1.9
4302025-01-06T18:28:54.053Z Compiling thread-id v4.2.2
4312025-01-06T18:28:54.135Z Compiling anstyle-parse v0.2.5
4322025-01-06T18:28:54.213Z Compiling anstyle-query v1.1.1
4332025-01-06T18:28:54.318Z Compiling winnow v0.6.20
4342025-01-06T18:28:54.358Z Compiling quote v1.0.37
4352025-01-06T18:28:54.454Z Compiling is_terminal_polyfill v1.70.1
4362025-01-06T18:28:54.517Z Compiling autocfg v1.4.0
4372025-01-06T18:28:54.581Z Compiling anstyle v1.0.10
4382025-01-06T18:28:54.707Z Compiling errno v0.3.9
4392025-01-06T18:28:54.942Z Compiling syn v2.0.87
4402025-01-06T18:28:55.045Z Compiling indexmap v2.6.0
4412025-01-06T18:28:55.074Z Compiling semver v1.0.23
4422025-01-06T18:28:55.617Z Compiling unicode-width v0.1.14
4432025-01-06T18:28:55.680Z Compiling pretty-hex v0.4.1
4442025-01-06T18:28:55.907Z Compiling colorchoice v1.0.2
4452025-01-06T18:28:56.075Z Compiling anstream v0.6.15
4462025-01-06T18:28:56.141Z Compiling fs-err v2.11.0
4472025-01-06T18:28:56.537Z Compiling heck v0.5.0
4482025-01-06T18:28:56.600Z Compiling clap_lex v0.7.2
4492025-01-06T18:28:56.832Z Compiling bytecount v0.6.8
4502025-01-06T18:28:57.055Z Compiling heck v0.4.1
4512025-01-06T18:28:57.127Z Compiling terminal_size v0.4.0
4522025-01-06T18:28:57.155Z Compiling fastrand v2.1.1
4532025-01-06T18:28:57.180Z Compiling fnv v1.0.7
4542025-01-06T18:28:57.318Z Compiling strsim v0.11.1
4552025-01-06T18:28:57.346Z Compiling anyhow v1.0.93
4562025-01-06T18:28:57.552Z Compiling cfg-if v1.0.0
4572025-01-06T18:28:57.663Z Compiling clap_builder v4.5.21
4582025-01-06T18:28:57.704Z Compiling tempfile v3.13.0
4592025-01-06T18:28:58.067Z Compiling papergrid v0.11.0
4602025-01-06T18:28:58.336Z Compiling memmap v0.7.0
4612025-01-06T18:28:58.449Z Compiling unicode-linebreak v0.1.5
4622025-01-06T18:28:58.579Z Compiling smawk v0.3.2
4632025-01-06T18:28:58.795Z Compiling swrite v0.1.0
4642025-01-06T18:28:58.929Z Compiling textwrap v0.16.1
4652025-01-06T18:29:00.239Z Compiling tabled_derive v0.7.0
4662025-01-06T18:29:01.760Z Compiling tabled v0.15.0
4672025-01-06T18:29:03.848Z Compiling serde_derive v1.0.215
4682025-01-06T18:29:03.848Z Compiling thiserror-impl v1.0.69
4692025-01-06T18:29:03.851Z Compiling zerocopy-derive v0.7.35
4702025-01-06T18:29:03.851Z Compiling scroll_derive v0.12.0
4712025-01-06T18:29:03.851Z Compiling clap_derive v4.5.18
4722025-01-06T18:29:05.072Z Compiling scroll v0.12.0
4732025-01-06T18:29:05.595Z Compiling goblin v0.8.2
4742025-01-06T18:29:06.763Z Compiling zerocopy v0.7.35
4752025-01-06T18:29:06.913Z Compiling pest v2.7.14
4762025-01-06T18:29:07.774Z Compiling clap v4.5.21
4772025-01-06T18:29:08.898Z Compiling pest_meta v2.7.14
4782025-01-06T18:29:09.757Z Compiling pest_generator v2.7.14
4792025-01-06T18:29:11.648Z Compiling pest_derive v2.7.14
4802025-01-06T18:29:12.369Z Compiling dtrace-parser v0.2.0
4812025-01-06T18:29:13.635Z Compiling serde_tokenstream v0.2.2
4822025-01-06T18:29:13.677Z Compiling toml_datetime v0.6.8
4832025-01-06T18:29:13.679Z Compiling serde_spanned v0.6.8
4842025-01-06T18:29:13.921Z Compiling cargo-platform v0.1.8
4852025-01-06T18:29:14.023Z Compiling toml_edit v0.22.22
4862025-01-06T18:29:14.232Z Compiling macaddr v1.0.1
4872025-01-06T18:29:14.393Z Compiling camino-tempfile v1.1.1
4882025-01-06T18:29:15.174Z Compiling dof v0.3.0
4892025-01-06T18:29:15.174Z Compiling cargo_metadata v0.18.1
4902025-01-06T18:29:16.872Z Compiling toml v0.8.19
4912025-01-06T18:29:17.012Z Compiling usdt-macro v0.5.0
4922025-01-06T18:29:17.014Z Compiling usdt-attr-macro v0.5.0
4932025-01-06T18:29:17.752Z Compiling cargo_toml v0.20.5
4942025-01-06T18:29:18.423Z Compiling usdt v0.5.0
4952025-01-06T18:29:21.239Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4962025-01-06T18:29:25.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.65s
4972025-01-06T18:29:25.691Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4982025-01-06T18:29:26.223Z Downloading crates ...
4992025-01-06T18:29:26.329Z Downloaded atomicwrites v0.4.4
5002025-01-06T18:29:26.340Z Downloaded base16ct v0.2.0
5012025-01-06T18:29:26.343Z Downloaded atty v0.2.14
5022025-01-06T18:29:26.346Z Downloaded async-stream-impl v0.3.6
5032025-01-06T18:29:26.346Z Downloaded assert_matches v1.5.0
5042025-01-06T18:29:26.361Z Downloaded hubpack_derive v0.1.1
5052025-01-06T18:29:26.364Z Downloaded httpdate v1.0.3
5062025-01-06T18:29:26.364Z Downloaded cfg_aliases v0.2.1
5072025-01-06T18:29:26.368Z Downloaded crunchy v0.2.2
5082025-01-06T18:29:26.370Z Downloaded ciborium-io v0.2.2
5092025-01-06T18:29:26.373Z Downloaded darling v0.20.10
5102025-01-06T18:29:26.375Z Downloaded hyper-rustls v0.27.3
5112025-01-06T18:29:26.378Z Downloaded hyper-staticfile v0.10.1
5122025-01-06T18:29:26.381Z Downloaded hubpack v0.1.2
5132025-01-06T18:29:26.383Z Downloaded crucible-workspace-hack v0.1.0
5142025-01-06T18:29:26.386Z Downloaded cfg_aliases v0.1.1
5152025-01-06T18:29:26.386Z Downloaded crc v3.2.1
5162025-01-06T18:29:26.388Z Downloaded cstr-argument v0.1.2
5172025-01-06T18:29:26.392Z Downloaded ahash v0.8.11
5182025-01-06T18:29:26.395Z Downloaded hyper v1.5.0
5192025-01-06T18:29:26.402Z Downloaded atomic-waker v1.1.2
5202025-01-06T18:29:26.404Z Downloaded aead v0.5.2
5212025-01-06T18:29:26.406Z Downloaded adler2 v2.0.0
5222025-01-06T18:29:26.408Z Downloaded convert_case v0.4.0
5232025-01-06T18:29:26.408Z Downloaded cbc v0.1.2
5242025-01-06T18:29:26.411Z Downloaded cipher v0.4.4
5252025-01-06T18:29:26.413Z Downloaded ciborium-ll v0.2.2
5262025-01-06T18:29:26.413Z Downloaded bit-set v0.5.3
5272025-01-06T18:29:26.417Z Downloaded const_format_proc_macros v0.2.33
5282025-01-06T18:29:26.419Z Downloaded bitflags v1.3.2
5292025-01-06T18:29:26.421Z Downloaded iana-time-zone v0.1.61
5302025-01-06T18:29:26.424Z Downloaded cmake v0.1.51
5312025-01-06T18:29:26.427Z Downloaded bitfield v0.14.0
5322025-01-06T18:29:26.427Z Downloaded bcrypt-pbkdf v0.10.0
5332025-01-06T18:29:26.430Z Downloaded hyper-tls v0.6.0
5342025-01-06T18:29:26.432Z Downloaded icu_locid_transform v1.5.0
5352025-01-06T18:29:26.434Z Downloaded ctr v0.9.2
5362025-01-06T18:29:26.436Z Downloaded bit-vec v0.6.3
5372025-01-06T18:29:26.439Z Downloaded crc-catalog v2.4.0
5382025-01-06T18:29:26.441Z Downloaded ident_case v1.0.1
5392025-01-06T18:29:26.442Z Downloaded icu_provider_macros v1.5.0
5402025-01-06T18:29:26.444Z Downloaded curve25519-dalek-derive v0.1.1
5412025-01-06T18:29:26.444Z Downloaded cobs v0.2.3
5422025-01-06T18:29:26.448Z Downloaded constant_time_eq v0.3.1
5432025-01-06T18:29:26.448Z Downloaded cexpr v0.6.0
5442025-01-06T18:29:26.450Z Downloaded indent_write v2.2.0
5452025-01-06T18:29:26.452Z Downloaded lazycell v1.3.0
5462025-01-06T18:29:26.452Z Downloaded is-terminal v0.4.13
5472025-01-06T18:29:26.454Z Downloaded internet-checksum v0.2.1
5482025-01-06T18:29:26.454Z Downloaded inout v0.1.3
5492025-01-06T18:29:26.457Z Downloaded crossbeam-deque v0.8.5
5502025-01-06T18:29:26.459Z Downloaded indoc v1.0.9
5512025-01-06T18:29:26.462Z Downloaded ipnet v2.10.1
5522025-01-06T18:29:26.464Z Downloaded colored v2.1.0
5532025-01-06T18:29:26.467Z Downloaded allocator-api2 v0.2.18
5542025-01-06T18:29:26.470Z Downloaded hex-literal v0.4.1
5552025-01-06T18:29:26.473Z Downloaded arrayvec v0.7.6
5562025-01-06T18:29:26.476Z Downloaded async-trait v0.1.83
5572025-01-06T18:29:26.478Z Downloaded instant v0.1.13
5582025-01-06T18:29:26.481Z Downloaded crc32fast v1.4.2
5592025-01-06T18:29:26.483Z Downloaded bzip2 v0.4.4
5602025-01-06T18:29:26.486Z Downloaded is_ci v1.2.0
5612025-01-06T18:29:26.488Z Downloaded linked-hash-map v0.5.6
5622025-01-06T18:29:26.490Z Downloaded base64ct v1.6.0
5632025-01-06T18:29:26.493Z Downloaded csv-core v0.1.11
5642025-01-06T18:29:26.495Z Downloaded chrono-tz-build v0.4.0
5652025-01-06T18:29:26.495Z Downloaded indexmap v1.9.3
5662025-01-06T18:29:26.500Z Downloaded icu_locid_transform_data v1.5.0
5672025-01-06T18:29:26.503Z Downloaded cookie_store v0.21.0
5682025-01-06T18:29:26.506Z Downloaded matches v0.1.10
5692025-01-06T18:29:26.506Z Downloaded match_cfg v0.1.0
5702025-01-06T18:29:26.509Z Downloaded bcs v0.1.6
5712025-01-06T18:29:26.509Z Downloaded mirai-annotations v1.12.0
5722025-01-06T18:29:26.509Z Downloaded sync_wrapper v1.0.1
5732025-01-06T18:29:26.511Z Downloaded chacha20 v0.9.1
5742025-01-06T18:29:26.513Z Downloaded newtype_derive v0.1.6
5752025-01-06T18:29:26.516Z Downloaded normalize-line-endings v0.3.0
5762025-01-06T18:29:26.516Z Downloaded newline-converter v0.3.0
5772025-01-06T18:29:26.518Z Downloaded signal-hook-tokio v0.3.1
5782025-01-06T18:29:26.518Z Downloaded signal-hook-mio v0.2.4
5792025-01-06T18:29:26.520Z Downloaded shlex v1.3.0
5802025-01-06T18:29:26.524Z Downloaded new_debug_unreachable v1.0.6
5812025-01-06T18:29:26.524Z Downloaded lalrpop-util v0.19.12
5822025-01-06T18:29:26.527Z Downloaded instability v0.3.2
5832025-01-06T18:29:26.527Z Downloaded impl-trait-for-tuples v0.2.2
5842025-01-06T18:29:26.530Z Downloaded idna_adapter v1.2.0
5852025-01-06T18:29:26.530Z Downloaded spin v0.5.2
5862025-01-06T18:29:26.532Z Downloaded synstructure v0.13.1
5872025-01-06T18:29:26.533Z Downloaded backoff v0.4.0
5882025-01-06T18:29:26.535Z Downloaded structmeta-derive v0.3.0
5892025-01-06T18:29:26.537Z Downloaded console v0.15.8
5902025-01-06T18:29:26.540Z Downloaded sigpipe v0.1.3
5912025-01-06T18:29:26.543Z Downloaded rustc_version v0.4.1
5922025-01-06T18:29:26.547Z Downloaded blake2 v0.10.6
5932025-01-06T18:29:26.549Z Downloaded const-oid v0.9.6
5942025-01-06T18:29:26.549Z Downloaded icu_provider v1.5.0
5952025-01-06T18:29:26.553Z Downloaded icu_properties v1.5.1
5962025-01-06T18:29:26.556Z Downloaded downcast v0.11.0
5972025-01-06T18:29:26.559Z Downloaded memoffset v0.9.1
5982025-01-06T18:29:26.561Z Downloaded clang-sys v1.8.1
5992025-01-06T18:29:26.563Z Downloaded maplit v1.0.2
6002025-01-06T18:29:26.566Z Downloaded managed v0.8.0
6012025-01-06T18:29:26.568Z Downloaded mime v0.3.17
6022025-01-06T18:29:26.568Z Downloaded semver v0.1.20
6032025-01-06T18:29:26.570Z Downloaded lockfree-object-pool v0.1.6
6042025-01-06T18:29:26.572Z Downloaded tinystr v0.7.6
6052025-01-06T18:29:26.575Z Downloaded signal-hook-registry v1.4.2
6062025-01-06T18:29:26.577Z Downloaded nodrop v0.1.14
6072025-01-06T18:29:26.579Z Downloaded nibble_vec v0.1.0
6082025-01-06T18:29:26.579Z Downloaded newtype-uuid v1.1.3
6092025-01-06T18:29:26.581Z Downloaded nanorand v0.7.0
6102025-01-06T18:29:26.583Z Downloaded fxhash v0.2.1
6112025-01-06T18:29:26.585Z Downloaded num-conv v0.1.0
6122025-01-06T18:29:26.586Z Downloaded parse-size v1.1.0
6132025-01-06T18:29:26.589Z Downloaded libloading v0.8.5
6142025-01-06T18:29:26.591Z Downloaded spki v0.7.3
6152025-01-06T18:29:26.591Z Downloaded multimap v0.10.0
6162025-01-06T18:29:26.594Z Downloaded which v4.4.2
6172025-01-06T18:29:26.597Z Downloaded ref-cast v1.0.23
6182025-01-06T18:29:26.599Z Downloaded deranged v0.3.11
6192025-01-06T18:29:26.601Z Downloaded linear-map v1.2.0
6202025-01-06T18:29:26.604Z Downloaded sqlformat v0.2.6
6212025-01-06T18:29:26.606Z Downloaded spin v0.9.8
6222025-01-06T18:29:26.608Z Downloaded base64 v0.13.1
6232025-01-06T18:29:26.612Z Downloaded phf_generator v0.11.2
6242025-01-06T18:29:26.615Z Downloaded bytes v1.8.0
6252025-01-06T18:29:26.617Z Downloaded precomputed-hash v0.1.1
6262025-01-06T18:29:26.620Z Downloaded compact_str v0.8.0
6272025-01-06T18:29:26.622Z Downloaded chacha20poly1305 v0.10.1
6282025-01-06T18:29:26.625Z Downloaded unicode-truncate v1.1.0
6292025-01-06T18:29:26.627Z Downloaded display-error-chain v0.2.2
6302025-01-06T18:29:26.629Z Downloaded fallible-iterator v0.2.0
6312025-01-06T18:29:26.632Z Downloaded mime_guess v2.0.5
6322025-01-06T18:29:26.634Z Downloaded thiserror v2.0.3
6332025-01-06T18:29:26.640Z Downloaded foreign-types-macros v0.2.3
6342025-01-06T18:29:26.642Z Downloaded nu-ansi-term v0.50.1
6352025-01-06T18:29:26.645Z Downloaded foreign-types v0.5.0
6362025-01-06T18:29:26.648Z Downloaded num-derive v0.4.2
6372025-01-06T18:29:26.656Z Downloaded try-lock v0.2.5
6382025-01-06T18:29:26.656Z Downloaded time-core v0.1.2
6392025-01-06T18:29:26.656Z Downloaded jobserver v0.1.32
6402025-01-06T18:29:26.660Z Downloaded phf_codegen v0.11.2
6412025-01-06T18:29:26.663Z Downloaded phf v0.11.2
6422025-01-06T18:29:26.665Z Downloaded derive_builder v0.20.2
6432025-01-06T18:29:26.672Z Downloaded tokio-tungstenite v0.24.0
6442025-01-06T18:29:26.675Z Downloaded path-slash v0.1.5
6452025-01-06T18:29:26.678Z Downloaded derive_builder_macro v0.20.2
6462025-01-06T18:29:26.678Z Downloaded cc v1.1.30
6472025-01-06T18:29:26.681Z Downloaded bumpalo v3.16.0
6482025-01-06T18:29:26.685Z Downloaded powerfmt v0.2.0
6492025-01-06T18:29:26.687Z Downloaded pbkdf2 v0.11.0
6502025-01-06T18:29:26.689Z Downloaded foreign-types v0.3.2
6512025-01-06T18:29:26.692Z Downloaded ppv-lite86 v0.2.20
6522025-01-06T18:29:26.694Z Downloaded radium v0.7.0
6532025-01-06T18:29:26.694Z Downloaded quinn-udp v0.5.5
6542025-01-06T18:29:26.696Z Downloaded backtrace v0.3.74
6552025-01-06T18:29:26.701Z Downloaded smf v0.2.3
6562025-01-06T18:29:26.708Z Downloaded slog-envlogger v2.2.0
6572025-01-06T18:29:26.710Z Downloaded tracing-attributes v0.1.27
6582025-01-06T18:29:26.710Z Downloaded unicode-properties v0.1.3
6592025-01-06T18:29:26.710Z Downloaded native-tls v0.2.12
6602025-01-06T18:29:26.712Z Downloaded oso-derive v0.27.3
6612025-01-06T18:29:26.715Z Downloaded opaque-debug v0.3.1
6622025-01-06T18:29:26.715Z Downloaded termcolor v1.4.1
6632025-01-06T18:29:26.717Z Downloaded crypto-bigint v0.5.5
6642025-01-06T18:29:26.723Z Downloaded zone v0.1.8
6652025-01-06T18:29:26.726Z Downloaded zerofrom-derive v0.1.4
6662025-01-06T18:29:26.726Z Downloaded untrusted v0.7.1
6672025-01-06T18:29:26.728Z Downloaded stable_deref_trait v1.2.0
6682025-01-06T18:29:26.728Z Downloaded ssh-encoding v0.2.0
6692025-01-06T18:29:26.731Z Downloaded crossbeam-channel v0.5.13
6702025-01-06T18:29:26.735Z Downloaded typify-macro v0.2.0
6712025-01-06T18:29:26.738Z Downloaded tui-tree-widget v0.22.0
6722025-01-06T18:29:26.741Z Downloaded const_format v0.2.33
6732025-01-06T18:29:26.743Z Downloaded base64 v0.22.1
6742025-01-06T18:29:26.747Z Downloaded take_mut v0.2.2
6752025-01-06T18:29:26.749Z Downloaded serde-big-array v0.5.1
6762025-01-06T18:29:26.752Z Downloaded funty v2.0.0
6772025-01-06T18:29:26.752Z Downloaded flagset v0.4.6
6782025-01-06T18:29:26.754Z Downloaded embedded-io v0.6.1
6792025-01-06T18:29:26.754Z Downloaded home v0.5.9
6802025-01-06T18:29:26.766Z Downloaded futures-core v0.3.31
6812025-01-06T18:29:26.769Z Downloaded zone_cfg_derive v0.3.0
6822025-01-06T18:29:26.769Z Downloaded tokio-rustls v0.24.1
6832025-01-06T18:29:26.772Z Downloaded rustls-pemfile v2.2.0
6842025-01-06T18:29:26.774Z Downloaded signal-hook v0.3.17
6852025-01-06T18:29:26.777Z Downloaded darling_core v0.20.10
6862025-01-06T18:29:26.782Z Downloaded term v0.7.0
6872025-01-06T18:29:26.785Z Downloaded hickory-resolver v0.24.1
6882025-01-06T18:29:26.790Z Downloaded diesel_table_macro_syntax v0.2.0
6892025-01-06T18:29:26.792Z Downloaded rand_core v0.6.4
6902025-01-06T18:29:26.796Z Downloaded rand_chacha v0.3.1
6912025-01-06T18:29:26.796Z Downloaded num-iter v0.1.45
6922025-01-06T18:29:26.799Z Downloaded futures-executor v0.3.31
6932025-01-06T18:29:26.799Z Downloaded defmt-parser v0.3.4
6942025-01-06T18:29:26.802Z Downloaded time-macros v0.2.18
6952025-01-06T18:29:26.804Z Downloaded smallvec v1.13.2
6962025-01-06T18:29:26.806Z Downloaded secrecy v0.8.0
6972025-01-06T18:29:26.806Z Downloaded tap v1.0.1
6982025-01-06T18:29:26.808Z Downloaded tls_codec_derive v0.4.1
6992025-01-06T18:29:26.811Z Downloaded rand_seeder v0.3.0
7002025-01-06T18:29:26.813Z Downloaded env_filter v0.1.2
7012025-01-06T18:29:26.815Z Downloaded tracing-core v0.1.32
7022025-01-06T18:29:26.818Z Downloaded endian-type v0.1.2
7032025-01-06T18:29:26.818Z Downloaded uzers v0.12.1
7042025-01-06T18:29:26.820Z Downloaded pin-utils v0.1.0
7052025-01-06T18:29:26.823Z Downloaded phf_shared v0.10.0
7062025-01-06T18:29:26.825Z Downloaded peg-runtime v0.8.3
7072025-01-06T18:29:26.825Z Downloaded tokio-tungstenite v0.23.1
7082025-01-06T18:29:26.828Z Downloaded http-range v0.1.5
7092025-01-06T18:29:26.828Z Downloaded rand_xorshift v0.3.0
7102025-01-06T18:29:26.830Z Downloaded xattr v1.3.1
7112025-01-06T18:29:26.832Z Downloaded untrusted v0.9.0
7122025-01-06T18:29:26.834Z Downloaded openssl-sys v0.9.103
7132025-01-06T18:29:26.838Z Downloaded env_logger v0.10.2
7142025-01-06T18:29:26.841Z Downloaded pkg-config v0.3.31
7152025-01-06T18:29:26.843Z Downloaded serde-hex v0.1.0
7162025-01-06T18:29:26.845Z Downloaded aes v0.8.4
7172025-01-06T18:29:26.848Z Downloaded rustls-pki-types v1.10.0
7182025-01-06T18:29:26.852Z Downloaded embedded-io v0.4.0
7192025-01-06T18:29:26.855Z Downloaded either v1.13.0
7202025-01-06T18:29:26.858Z Downloaded ed25519 v2.2.3
7212025-01-06T18:29:26.858Z Downloaded ena v0.14.3
7222025-01-06T18:29:26.860Z Downloaded dhcproto-macros v0.1.0
7232025-01-06T18:29:26.863Z Downloaded dyn-clone v1.0.17
7242025-01-06T18:29:26.865Z Downloaded num-rational v0.4.2
7252025-01-06T18:29:26.865Z Downloaded headers v0.4.0
7262025-01-06T18:29:26.872Z Downloaded snafu-derive v0.8.5
7272025-01-06T18:29:26.875Z Downloaded hmac v0.12.1
7282025-01-06T18:29:26.877Z Downloaded percent-encoding v2.3.1
7292025-01-06T18:29:26.877Z Downloaded serde_yaml v0.9.34+deprecated
7302025-01-06T18:29:26.881Z Downloaded postgres-types v0.2.8
7312025-01-06T18:29:26.883Z Downloaded r2d2 v0.8.10
7322025-01-06T18:29:26.886Z Downloaded der_derive v0.7.3
7332025-01-06T18:29:26.888Z Downloaded owo-colors v4.1.0
7342025-01-06T18:29:26.892Z Downloaded scopeguard v1.2.0
7352025-01-06T18:29:26.894Z Downloaded phf_shared v0.11.2
7362025-01-06T18:29:26.894Z Downloaded pem v3.0.4
7372025-01-06T18:29:26.897Z Downloaded oso v0.27.3
7382025-01-06T18:29:26.899Z Downloaded vte_generate_state_changes v0.1.2
7392025-01-06T18:29:26.902Z Downloaded defmt-macros v0.3.9
7402025-01-06T18:29:26.904Z Downloaded openssl-macros v0.1.1
7412025-01-06T18:29:26.907Z Downloaded sha1 v0.10.6
7422025-01-06T18:29:26.909Z Downloaded pkcs8 v0.10.2
7432025-01-06T18:29:26.911Z Downloaded pkcs1 v0.7.5
7442025-01-06T18:29:26.913Z Downloaded slog-stdlog v4.1.1
7452025-01-06T18:29:26.916Z Downloaded num v0.4.3
7462025-01-06T18:29:26.916Z Downloaded pem-rfc7468 v0.7.0
7472025-01-06T18:29:26.918Z Downloaded thread_local v1.1.8
7482025-01-06T18:29:26.920Z Downloaded ecdsa v0.16.9
7492025-01-06T18:29:26.923Z Downloaded twox-hash v1.6.3
7502025-01-06T18:29:26.925Z Downloaded strum_macros v0.26.4
7512025-01-06T18:29:26.927Z Downloaded serde_with_macros v3.11.0
7522025-01-06T18:29:26.930Z Downloaded utf16_iter v1.0.5
7532025-01-06T18:29:26.932Z Downloaded serde_derive_internals v0.29.1
7542025-01-06T18:29:26.935Z Downloaded zone v0.3.0
7552025-01-06T18:29:26.935Z Downloaded fallible-streaming-iterator v0.1.9
7562025-01-06T18:29:26.937Z Downloaded defmt v0.3.8
7572025-01-06T18:29:26.940Z Downloaded minimal-lexical v0.2.1
7582025-01-06T18:29:26.944Z Downloaded scrypt v0.11.0
7592025-01-06T18:29:26.946Z Downloaded thiserror-no-std v2.0.2
7602025-01-06T18:29:26.950Z Downloaded typify v0.2.0
7612025-01-06T18:29:26.954Z Downloaded tokio-postgres v0.7.12
7622025-01-06T18:29:26.960Z Downloaded simd-adler32 v0.3.7
7632025-01-06T18:29:26.962Z Downloaded hash32 v0.2.1
7642025-01-06T18:29:26.964Z Downloaded fragile v2.0.0
7652025-01-06T18:29:26.966Z Downloaded smallvec v0.6.14
7662025-01-06T18:29:26.969Z Downloaded darling_macro v0.20.10
7672025-01-06T18:29:26.971Z Downloaded icu_collections v1.5.0
7682025-01-06T18:29:26.976Z Downloaded olpc-cjson v0.1.4
7692025-01-06T18:29:26.978Z Downloaded tokio-macros v2.4.0
7702025-01-06T18:29:26.982Z Downloaded dunce v1.0.5
7712025-01-06T18:29:26.982Z Downloaded pkcs5 v0.7.1
7722025-01-06T18:29:26.984Z Downloaded crossterm v0.28.1
7732025-01-06T18:29:26.992Z Downloaded string_cache v0.8.7
7742025-01-06T18:29:26.995Z Downloaded rtoolbox v0.0.2
7752025-01-06T18:29:26.997Z Downloaded static_assertions v1.1.0
7762025-01-06T18:29:26.997Z Downloaded omicron-zone-package v0.11.1
7772025-01-06T18:29:27.001Z Downloaded publicsuffix v2.2.3
7782025-01-06T18:29:27.003Z Downloaded futures v0.3.31
7792025-01-06T18:29:27.009Z Downloaded slog-term v2.9.1
7802025-01-06T18:29:27.013Z Downloaded sct v0.7.1
7812025-01-06T18:29:27.016Z Downloaded primeorder v0.13.6
7822025-01-06T18:29:27.018Z Downloaded toml v0.7.8
7832025-01-06T18:29:27.021Z Downloaded universal-hash v0.5.1
7842025-01-06T18:29:27.023Z Downloaded unicode-xid v0.2.6
7852025-01-06T18:29:27.026Z Downloaded topological-sort v0.2.2
7862025-01-06T18:29:27.026Z Downloaded shell-words v1.1.0
7872025-01-06T18:29:27.028Z Downloaded float-cmp v0.9.0
7882025-01-06T18:29:27.028Z Downloaded mio v1.0.2
7892025-01-06T18:29:27.034Z Downloaded tower-service v0.3.3
7902025-01-06T18:29:27.036Z Downloaded zeroize v1.8.1
7912025-01-06T18:29:27.039Z Downloaded password-hash v0.4.2
7922025-01-06T18:29:27.039Z Downloaded termios v0.3.3
7932025-01-06T18:29:27.042Z Downloaded foreign-types-shared v0.1.1
7942025-01-06T18:29:27.044Z Downloaded diesel_derives v2.2.3
7952025-01-06T18:29:27.046Z Downloaded elliptic-curve v0.13.8
7962025-01-06T18:29:27.050Z Downloaded num-complex v0.4.6
7972025-01-06T18:29:27.052Z Downloaded vergen v8.3.2
7982025-01-06T18:29:27.055Z Downloaded quinn v0.11.5
7992025-01-06T18:29:27.059Z Downloaded ghash v0.5.1
8002025-01-06T18:29:27.062Z Downloaded dhcproto v0.12.0
8012025-01-06T18:29:27.065Z Downloaded hashbrown v0.12.3
8022025-01-06T18:29:27.069Z Downloaded proc-macro-crate v1.3.1
8032025-01-06T18:29:27.071Z Downloaded unicode-normalization v0.1.24
8042025-01-06T18:29:27.074Z Downloaded waitgroup v0.1.2
8052025-01-06T18:29:27.076Z Downloaded nom v7.1.3
8062025-01-06T18:29:27.081Z Downloaded progenitor v0.8.0
8072025-01-06T18:29:27.084Z Downloaded tabwriter v1.4.0
8082025-01-06T18:29:27.086Z Downloaded supports-color v3.0.1
8092025-01-06T18:29:27.086Z Downloaded zerofrom v0.1.4
8102025-01-06T18:29:27.089Z Downloaded url v2.5.3
8112025-01-06T18:29:27.092Z Downloaded blake3 v1.5.4
8122025-01-06T18:29:27.099Z Downloaded group v0.13.0
8132025-01-06T18:29:27.101Z Downloaded foldhash v0.1.3
8142025-01-06T18:29:27.104Z Downloaded itertools v0.12.1
8152025-01-06T18:29:27.111Z Downloaded foreign-types-shared v0.3.1
8162025-01-06T18:29:27.114Z Downloaded termtree v0.4.1
8172025-01-06T18:29:27.116Z Downloaded form_urlencoded v1.2.1
8182025-01-06T18:29:27.116Z Downloaded predicates-tree v1.0.11
8192025-01-06T18:29:27.116Z Downloaded want v0.3.1
8202025-01-06T18:29:27.119Z Downloaded highway v1.2.0
8212025-01-06T18:29:27.121Z Downloaded der v0.7.9
8222025-01-06T18:29:27.125Z Downloaded packed_struct_codegen v0.10.1
8232025-01-06T18:29:27.128Z Downloaded libxml v0.3.3
8242025-01-06T18:29:27.133Z Downloaded hashlink v0.9.1
8252025-01-06T18:29:27.136Z Downloaded slog-bunyan v2.5.0
8262025-01-06T18:29:27.138Z Downloaded parking_lot_core v0.8.6
8272025-01-06T18:29:27.141Z Downloaded quick-error v1.2.3
8282025-01-06T18:29:27.144Z Downloaded parse-display v0.10.0
8292025-01-06T18:29:27.144Z Downloaded slog-async v2.8.0
8302025-01-06T18:29:27.146Z Downloaded packed_struct v0.10.1
8312025-01-06T18:29:27.149Z Downloaded parking_lot_core v0.9.10
8322025-01-06T18:29:27.151Z Downloaded strum v0.26.3
8332025-01-06T18:29:27.151Z Downloaded aws-lc-rs v1.10.0
8342025-01-06T18:29:27.161Z Downloaded zeroize_derive v1.4.2
8352025-01-06T18:29:27.163Z Downloaded data-encoding v2.6.0
8362025-01-06T18:29:27.163Z Downloaded unicase v2.7.0
8372025-01-06T18:29:27.166Z Downloaded num_threads v0.1.7
8382025-01-06T18:29:27.168Z Downloaded itertools v0.13.0
8392025-01-06T18:29:27.174Z Downloaded openssl-probe v0.1.5
8402025-01-06T18:29:27.177Z Downloaded same-file v1.0.6
8412025-01-06T18:29:27.177Z Downloaded russh-cryptovec v0.7.3
8422025-01-06T18:29:27.180Z Downloaded ron v0.8.1
8432025-01-06T18:29:27.183Z Downloaded subtle v2.6.1
8442025-01-06T18:29:27.186Z Downloaded stringprep v0.1.5
8452025-01-06T18:29:27.189Z Downloaded parse-zoneinfo v0.3.1
8462025-01-06T18:29:27.191Z Downloaded scheduled-thread-pool v0.2.7
8472025-01-06T18:29:27.191Z Downloaded futures-sink v0.3.31
8482025-01-06T18:29:27.193Z Downloaded futures-macro v0.3.31
8492025-01-06T18:29:27.195Z Downloaded float-ord v0.3.2
8502025-01-06T18:29:27.195Z Downloaded slog-dtrace v0.3.0
8512025-01-06T18:29:27.197Z Downloaded pretty-hex v0.2.1
8522025-01-06T18:29:27.197Z Downloaded dirs-sys-next v0.1.2
8532025-01-06T18:29:27.200Z Downloaded dirs-next v2.0.0
8542025-01-06T18:29:27.202Z Downloaded fixedbitset v0.4.2
8552025-01-06T18:29:27.202Z Downloaded fd-lock v4.0.2
8562025-01-06T18:29:27.205Z Downloaded psl-types v2.0.11
8572025-01-06T18:29:27.207Z Downloaded hashbrown v0.13.2
8582025-01-06T18:29:27.210Z Downloaded parse-display-derive v0.10.0
8592025-01-06T18:29:27.212Z Downloaded slog-json v2.6.1
8602025-01-06T18:29:27.215Z Downloaded rcgen v0.12.1
8612025-01-06T18:29:27.217Z Downloaded rayon-core v1.12.1
8622025-01-06T18:29:27.221Z Downloaded http-body v1.0.1
8632025-01-06T18:29:27.223Z Downloaded rusty-fork v0.3.0
8642025-01-06T18:29:27.225Z Downloaded num-integer v0.1.46
8652025-01-06T18:29:27.227Z Downloaded fallible-iterator v0.3.0
8662025-01-06T18:29:27.228Z Downloaded peg v0.8.4
8672025-01-06T18:29:27.231Z Downloaded structmeta v0.2.0
8682025-01-06T18:29:27.234Z Downloaded strip-ansi-escapes v0.2.0
8692025-01-06T18:29:27.237Z Downloaded yoke-derive v0.7.4
8702025-01-06T18:29:27.237Z Downloaded write16 v1.0.0
8712025-01-06T18:29:27.239Z Downloaded slab v0.4.9
8722025-01-06T18:29:27.239Z Downloaded writeable v0.5.5
8732025-01-06T18:29:27.242Z Downloaded salsa20 v0.10.2
8742025-01-06T18:29:27.242Z Downloaded p521 v0.13.3
8752025-01-06T18:29:27.246Z Downloaded tokio-native-tls v0.3.1
8762025-01-06T18:29:27.249Z Downloaded num_enum_derive v0.5.11
8772025-01-06T18:29:27.251Z Downloaded salty v0.3.0
8782025-01-06T18:29:27.257Z Downloaded progenitor-client v0.8.0
8792025-01-06T18:29:27.259Z Downloaded tinyvec_macros v0.1.1
8802025-01-06T18:29:27.259Z Downloaded dsl_auto_type v0.1.2
8812025-01-06T18:29:27.262Z Downloaded rustfmt-wrapper v0.2.1
8822025-01-06T18:29:27.262Z Downloaded rustc-hash v2.0.0
8832025-01-06T18:29:27.266Z Downloaded rustc-hash v1.1.0
8842025-01-06T18:29:27.266Z Downloaded diesel-dtrace v0.4.2
8852025-01-06T18:29:27.269Z Downloaded snafu v0.8.5
8862025-01-06T18:29:27.273Z Downloaded prettyplease v0.2.25
8872025-01-06T18:29:27.276Z Downloaded progenitor-macro v0.8.0
8882025-01-06T18:29:27.278Z Downloaded strum_macros v0.24.3
8892025-01-06T18:29:27.281Z Downloaded glob v0.3.1
8902025-01-06T18:29:27.281Z Downloaded password-hash v0.5.0
8912025-01-06T18:29:27.283Z Downloaded sec1 v0.7.3
8922025-01-06T18:29:27.287Z Downloaded unsafe-libyaml v0.2.11
8932025-01-06T18:29:27.290Z Downloaded tls_codec v0.4.1
8942025-01-06T18:29:27.292Z Downloaded schemars_derive v0.8.21
8952025-01-06T18:29:27.292Z Downloaded rsa v0.9.6
8962025-01-06T18:29:27.297Z Downloaded predicates-core v1.0.8
8972025-01-06T18:29:27.300Z Downloaded steno v0.4.1
8982025-01-06T18:29:27.303Z Downloaded enum-as-inner v0.5.1
8992025-01-06T18:29:27.306Z Downloaded zerovec-derive v0.10.3
9002025-01-06T18:29:27.306Z Downloaded ron v0.7.1
9012025-01-06T18:29:27.311Z Downloaded hash32 v0.3.1
9022025-01-06T18:29:27.315Z Downloaded diff v0.1.13
9032025-01-06T18:29:27.317Z Downloaded tar v0.4.42
9042025-01-06T18:29:27.319Z Downloaded tungstenite v0.23.0
9052025-01-06T18:29:27.323Z Downloaded zip v0.6.6
9062025-01-06T18:29:27.327Z Downloaded dropshot_endpoint v0.13.0
9072025-01-06T18:29:27.331Z Downloaded expectorate v1.1.0
9082025-01-06T18:29:27.333Z Downloaded rustls-webpki v0.101.7
9092025-01-06T18:29:27.349Z Downloaded peg-macros v0.8.4
9102025-01-06T18:29:27.351Z Downloaded predicates v3.1.2
9112025-01-06T18:29:27.354Z Downloaded yoke v0.7.4
9122025-01-06T18:29:27.356Z Downloaded parking_lot v0.12.3
9132025-01-06T18:29:27.359Z Downloaded strum_macros v0.25.3
9142025-01-06T18:29:27.361Z Downloaded postcard v1.0.10
9152025-01-06T18:29:27.364Z Downloaded rustversion v1.0.17
9162025-01-06T18:29:27.366Z Downloaded http-body-util v0.1.2
9172025-01-06T18:29:27.368Z Downloaded slog v2.7.0
9182025-01-06T18:29:27.371Z Downloaded bitvec v1.0.1
9192025-01-06T18:29:27.386Z Downloaded postgres-protocol v0.6.7
9202025-01-06T18:29:27.388Z Downloaded tokio-stream v0.1.16
9212025-01-06T18:29:27.391Z Downloaded walkdir v2.5.0
9222025-01-06T18:29:27.394Z Downloaded rayon v1.10.0
9232025-01-06T18:29:27.403Z Downloaded vcpkg v0.2.15
9242025-01-06T18:29:27.442Z Downloaded subprocess v0.2.9
9252025-01-06T18:29:27.444Z Downloaded tokio-tungstenite v0.21.0
9262025-01-06T18:29:27.446Z Downloaded env_logger v0.11.5
9272025-01-06T18:29:28.451Z Downloaded similar v2.6.0
9282025-01-06T18:29:28.455Z Downloaded p256 v0.13.2
9292025-01-06T18:29:28.455Z Downloaded sqlparser v0.45.0
9302025-01-06T18:29:28.455Z Downloaded flume v0.11.1
9312025-01-06T18:29:28.455Z Downloaded typed-path v0.9.3
9322025-01-06T18:29:28.455Z Downloaded tungstenite v0.24.0
9332025-01-06T18:29:28.455Z Downloaded progenitor-impl v0.8.0
9342025-01-06T18:29:28.455Z Downloaded tungstenite v0.21.0
9352025-01-06T18:29:28.455Z Downloaded zerocopy-derive v0.8.10
9362025-01-06T18:29:28.455Z Downloaded flate2 v1.0.34
9372025-01-06T18:29:28.455Z Downloaded idna v0.2.3
9382025-01-06T18:29:28.455Z Downloaded tinyvec v1.8.0
9392025-01-06T18:29:28.455Z Downloaded portable-atomic v1.9.0
9402025-01-06T18:29:28.455Z Downloaded proptest v1.5.0
9412025-01-06T18:29:28.455Z Downloaded num-bigint v0.4.6
9422025-01-06T18:29:28.455Z Downloaded icu_properties_data v1.5.0
9432025-01-06T18:29:28.455Z Downloaded rustls-webpki v0.102.8
9442025-01-06T18:29:28.455Z Downloaded num-bigint-dig v0.8.4
9452025-01-06T18:29:28.455Z Downloaded tracing v0.1.40
9462025-01-06T18:29:28.456Z Downloaded object v0.30.4
9472025-01-06T18:29:28.456Z Downloaded quinn-proto v0.11.8
9482025-01-06T18:29:28.456Z Downloaded radix_trie v0.2.1
9492025-01-06T18:29:28.456Z Downloaded polar-core v0.27.3
9502025-01-06T18:29:28.456Z Downloaded h2 v0.4.6
9512025-01-06T18:29:28.456Z Downloaded petname v2.0.2
9522025-01-06T18:29:28.456Z Downloaded lalrpop v0.19.12
9532025-01-06T18:29:28.456Z Downloaded openssl v0.10.66
9542025-01-06T18:29:28.456Z Downloaded regex-syntax v0.8.5
9552025-01-06T18:29:28.456Z Downloaded rusqlite v0.32.1
9562025-01-06T18:29:28.456Z Downloaded russh v0.45.0
9572025-01-06T18:29:28.456Z Downloaded rustls v0.21.12
9582025-01-06T18:29:28.456Z Downloaded http v1.1.0
9592025-01-06T18:29:28.456Z Downloaded winnow v0.5.40
9602025-01-06T18:29:28.456Z Downloaded rustls v0.23.19
9612025-01-06T18:29:28.456Z Downloaded zerovec v0.10.4
9622025-01-06T18:29:28.456Z Downloaded hashbrown v0.14.5
9632025-01-06T18:29:28.456Z Downloaded rustls v0.22.4
9642025-01-06T18:29:28.456Z Downloaded unicode-width v0.2.0
9652025-01-06T18:29:28.456Z Downloaded dropshot v0.12.0
9662025-01-06T18:29:28.456Z Downloaded quick-xml v0.33.0
9672025-01-06T18:29:28.456Z Downloaded openapiv3 v2.0.0
9682025-01-06T18:29:28.456Z Downloaded regex-syntax v0.6.29
9692025-01-06T18:29:28.456Z Downloaded nix v0.29.0
9702025-01-06T18:29:28.456Z Downloaded nix v0.28.0
9712025-01-06T18:29:28.456Z Downloaded diesel v2.2.6
9722025-01-06T18:29:28.456Z Downloaded regress v0.10.1
9732025-01-06T18:29:28.456Z Downloaded regress v0.9.1
9742025-01-06T18:29:28.456Z Downloaded regex v1.11.1
9752025-01-06T18:29:28.456Z Downloaded git2 v0.19.0
9762025-01-06T18:29:28.456Z Downloaded bzip2-sys v0.1.11+1.0.8
9772025-01-06T18:29:28.456Z Downloaded gimli v0.31.1
9782025-01-06T18:29:28.456Z Downloaded smoltcp v0.11.0
9792025-01-06T18:29:28.456Z Downloaded smoltcp v0.9.1
9802025-01-06T18:29:28.457Z Downloaded dropshot v0.13.0
9812025-01-06T18:29:28.457Z Downloaded nix v0.27.1
9822025-01-06T18:29:28.457Z Downloaded hickory-proto v0.24.1
9832025-01-06T18:29:28.457Z Downloaded chrono-tz v0.10.0
9842025-01-06T18:29:28.457Z Downloaded tough v0.19.0
9852025-01-06T18:29:28.457Z Downloaded object v0.36.5
9862025-01-06T18:29:28.457Z Downloaded idna v0.3.0
9872025-01-06T18:29:28.457Z Downloaded idna v0.4.0
9882025-01-06T18:29:28.457Z Downloaded petgraph v0.6.5
9892025-01-06T18:29:28.457Z Downloaded tokio v1.40.0
9902025-01-06T18:29:28.457Z Downloaded zerocopy-derive v0.6.6
9912025-01-06T18:29:28.457Z Downloaded ratatui v0.28.1
9922025-01-06T18:29:28.457Z Downloaded typify-impl v0.2.0
9932025-01-06T18:29:28.457Z Downloaded bstr v1.10.0
9942025-01-06T18:29:28.457Z Downloaded sled v0.34.7
9952025-01-06T18:29:28.457Z Downloaded csv v1.3.0
9962025-01-06T18:29:28.457Z Downloaded p384 v0.13.0
9972025-01-06T18:29:28.457Z Downloaded trust-dns-proto v0.22.0
9982025-01-06T18:29:28.457Z Downloaded rustyline v14.0.0
9992025-01-06T18:29:28.457Z Downloaded reqwest v0.12.9
10002025-01-06T18:29:28.457Z Downloaded zerocopy v0.8.10
10012025-01-06T18:29:28.457Z Downloaded regex-automata v0.4.8
10022025-01-06T18:29:28.457Z Downloaded webpki-roots v0.26.6
10032025-01-06T18:29:28.457Z Downloaded curve25519-dalek v4.1.3
10042025-01-06T18:29:28.457Z Downloaded reedline v0.35.0
10052025-01-06T18:29:28.457Z Downloaded dropshot_endpoint v0.12.0
10062025-01-06T18:29:28.457Z Downloaded fatfs v0.3.6
10072025-01-06T18:29:28.457Z Downloaded lzma-sys v0.1.20
10082025-01-06T18:29:28.457Z Downloaded qorb v0.2.1
10092025-01-06T18:29:28.457Z Downloaded libz-sys v1.1.20
10102025-01-06T18:29:28.457Z Downloaded hickory-server v0.24.1
10112025-01-06T18:29:28.457Z Downloaded hkdf v0.12.4
10122025-01-06T18:29:28.457Z Downloaded serde_with v3.11.0
10132025-01-06T18:29:28.457Z Downloaded chrono v0.4.38
10142025-01-06T18:29:28.457Z Downloaded bindgen v0.69.5
10152025-01-06T18:29:28.457Z Downloaded unicode-bidi v0.3.17
10162025-01-06T18:29:28.457Z Downloaded unicode_categories v0.1.1
10172025-01-06T18:29:28.457Z Downloaded difflib v0.4.0
10182025-01-06T18:29:28.457Z Downloaded thiserror-impl v2.0.3
10192025-01-06T18:29:28.457Z Downloaded parking_lot v0.11.2
10202025-01-06T18:29:28.458Z Downloaded num-traits v0.2.19
10212025-01-06T18:29:28.458Z Downloaded sha3 v0.10.8
10222025-01-06T18:29:28.458Z Downloaded time v0.3.36
10232025-01-06T18:29:28.458Z Downloaded futures-util v0.3.31
10242025-01-06T18:29:28.458Z Downloaded num_enum v0.5.11
10252025-01-06T18:29:28.458Z Downloaded rustc-demangle v0.1.24
10262025-01-06T18:29:28.458Z Downloaded getrandom v0.2.15
10272025-01-06T18:29:28.458Z Downloaded siphasher v0.3.11
10282025-01-06T18:29:28.460Z Downloaded paste v1.0.15
10292025-01-06T18:29:28.460Z Downloaded ssh-key v0.6.6
10302025-01-06T18:29:28.460Z Downloaded toml_edit v0.19.15
10312025-01-06T18:29:28.460Z Downloaded globset v0.4.15
10322025-01-06T18:29:28.460Z Downloaded hostname v0.4.0
10332025-01-06T18:29:28.461Z Downloaded x509-cert v0.2.5
10342025-01-06T18:29:28.461Z Downloaded tokio-util v0.7.12
10352025-01-06T18:29:28.461Z Downloaded ed25519-dalek v2.1.1
10362025-01-06T18:29:28.461Z Downloaded debug-ignore v1.0.5
10372025-01-06T18:29:28.461Z Downloaded structmeta v0.3.0
10382025-01-06T18:29:28.461Z Downloaded rfc6979 v0.4.0
10392025-01-06T18:29:28.461Z Downloaded resolv-conf v0.7.0
10402025-01-06T18:29:28.461Z Downloaded ref-cast-impl v1.0.23
10412025-01-06T18:29:28.461Z Downloaded aho-corasick v1.1.3
10422025-01-06T18:29:28.461Z Downloaded toolchain_find v0.4.0
10432025-01-06T18:29:28.461Z Downloaded sqlparser_derive v0.2.2
10442025-01-06T18:29:28.461Z Downloaded half v2.4.1
10452025-01-06T18:29:28.461Z Downloaded fs_extra v1.3.0
10462025-01-06T18:29:28.461Z Downloaded vsss-rs v3.3.4
10472025-01-06T18:29:28.461Z Downloaded pin-project v1.1.6
10482025-01-06T18:29:28.461Z Downloaded schemars v0.8.21
10492025-01-06T18:29:28.461Z Downloaded rand v0.8.5
10502025-01-06T18:29:28.461Z Downloaded wait-timeout v0.2.0
10512025-01-06T18:29:28.461Z Downloaded vte v0.11.1
10522025-01-06T18:29:28.461Z Downloaded unicode-segmentation v1.12.0
10532025-01-06T18:29:28.461Z Downloaded libm v0.2.8
10542025-01-06T18:29:28.461Z Downloaded idna v1.0.3
10552025-01-06T18:29:28.461Z Downloaded idna v0.5.0
10562025-01-06T18:29:28.461Z Downloaded itertools v0.10.5
10572025-01-06T18:29:28.464Z Downloaded rpassword v7.3.1
10582025-01-06T18:29:28.466Z Downloaded encoding_rs v0.8.34
10592025-01-06T18:29:28.485Z Downloaded futures-io v0.3.31
10602025-01-06T18:29:28.491Z Downloaded tiny-keccak v2.0.2
10612025-01-06T18:29:28.491Z Downloaded poly1305 v0.8.0
10622025-01-06T18:29:28.491Z Downloaded pin-project-lite v0.2.14
10632025-01-06T18:29:28.495Z Downloaded pin-project-internal v1.1.6
10642025-01-06T18:29:28.498Z Downloaded httparse v1.9.5
10652025-01-06T18:29:28.500Z Downloaded socket2 v0.5.7
10662025-01-06T18:29:28.502Z Downloaded derive_more v0.99.18
10672025-01-06T18:29:28.505Z Downloaded zone_cfg_derive v0.1.2
10682025-01-06T18:29:28.508Z Downloaded yasna v0.5.2
10692025-01-06T18:29:28.510Z Downloaded xz2 v0.1.7
10702025-01-06T18:29:28.511Z Downloaded zip v2.1.3
10712025-01-06T18:29:28.514Z Downloaded utf-8 v0.7.6
10722025-01-06T18:29:28.517Z Downloaded heapless v0.8.0
10732025-01-06T18:29:28.520Z Downloaded heapless v0.7.17
10742025-01-06T18:29:28.522Z Downloaded polyval v0.6.2
10752025-01-06T18:29:28.524Z Downloaded hostname v0.3.1
10762025-01-06T18:29:28.527Z Downloaded thiserror-impl-no-std v2.0.2
10772025-01-06T18:29:28.527Z Downloaded slog-scope v4.4.0
10782025-01-06T18:29:28.529Z Downloaded des v0.8.1
10792025-01-06T18:29:28.529Z Downloaded uuid v1.11.0
10802025-01-06T18:29:28.532Z Downloaded aes-gcm v0.10.3
10812025-01-06T18:29:28.537Z Downloaded libgit2-sys v0.17.0+1.8.1
10822025-01-06T18:29:28.595Z Downloaded number_prefix v0.4.0
10832025-01-06T18:29:28.598Z Downloaded pbkdf2 v0.12.2
10842025-01-06T18:29:28.598Z Downloaded tokio-rustls v0.26.0
10852025-01-06T18:29:28.600Z Downloaded wyz v0.5.1
10862025-01-06T18:29:28.602Z Downloaded utf8_iter v1.0.4
10872025-01-06T18:29:28.602Z Downloaded unarray v0.1.4
10882025-01-06T18:29:28.604Z Downloaded ssh-cipher v0.2.0
10892025-01-06T18:29:28.604Z Downloaded derive-where v1.2.7
10902025-01-06T18:29:28.607Z Downloaded zopfli v0.8.1
10912025-01-06T18:29:28.609Z Downloaded zerocopy v0.6.6
10922025-01-06T18:29:28.611Z Downloaded russh-keys v0.45.0
10932025-01-06T18:29:28.613Z Downloaded icu_locid v1.5.0
10942025-01-06T18:29:28.618Z Downloaded mockall_derive v0.13.0
10952025-01-06T18:29:28.620Z Downloaded miniz_oxide v0.8.0
10962025-01-06T18:29:28.623Z Downloaded serde_urlencoded v0.7.1
10972025-01-06T18:29:28.626Z Downloaded serde_repr v0.1.19
10982025-01-06T18:29:28.626Z Downloaded serde_plain v1.0.2
10992025-01-06T18:29:28.628Z Downloaded rustls-pemfile v1.0.4
11002025-01-06T18:29:28.628Z Downloaded futures-channel v0.3.31
11012025-01-06T18:29:28.630Z Downloaded displaydoc v0.2.5
11022025-01-06T18:29:28.633Z Downloaded derive_builder_core v0.20.2
11032025-01-06T18:29:28.635Z Downloaded samael v0.0.17
11042025-01-06T18:29:28.640Z Downloaded indicatif v0.17.9
11052025-01-06T18:29:28.643Z Downloaded signature v2.2.0
11062025-01-06T18:29:28.646Z Downloaded base64 v0.21.7
11072025-01-06T18:29:28.649Z Downloaded whoami v1.5.2
11082025-01-06T18:29:28.651Z Downloaded sync-ptr v0.1.1
11092025-01-06T18:29:28.654Z Downloaded hex v0.4.3
11102025-01-06T18:29:28.654Z Downloaded heck v0.3.3
11112025-01-06T18:29:28.654Z Downloaded gethostname v0.5.0
11122025-01-06T18:29:28.656Z Downloaded futures-task v0.3.31
11132025-01-06T18:29:28.656Z Downloaded value-bag v1.9.0
11142025-01-06T18:29:28.659Z Downloaded filetime v0.2.25
11152025-01-06T18:29:28.661Z Downloaded ff v0.13.0
11162025-01-06T18:29:28.661Z Downloaded tokio-rustls v0.25.0
11172025-01-06T18:29:28.663Z Downloaded test-strategy v0.3.1
11182025-01-06T18:29:28.666Z Downloaded serde_path_to_error v0.1.16
11192025-01-06T18:29:28.669Z Downloaded multer v3.1.0
11202025-01-06T18:29:28.671Z Downloaded memmap2 v0.9.5
11212025-01-06T18:29:28.673Z Downloaded maybe-uninit v2.0.0
11222025-01-06T18:29:28.676Z Downloaded lru v0.12.5
11232025-01-06T18:29:28.676Z Downloaded lock_api v0.4.12
11242025-01-06T18:29:28.678Z Downloaded litemap v0.7.3
11252025-01-06T18:29:28.680Z Downloaded enum-as-inner v0.6.1
11262025-01-06T18:29:28.680Z Downloaded kstat-rs v0.2.4
11272025-01-06T18:29:28.682Z Downloaded mockall v0.13.0
11282025-01-06T18:29:28.682Z Downloaded lru-cache v0.1.2
11292025-01-06T18:29:28.685Z Downloaded md-5 v0.10.6
11302025-01-06T18:29:28.685Z Downloaded crc-any v2.5.0
11312025-01-06T18:29:28.687Z Downloaded crossbeam-epoch v0.9.18
11322025-01-06T18:29:28.689Z Downloaded cookie v0.18.1
11332025-01-06T18:29:28.693Z Downloaded crossbeam-utils v0.8.20
11342025-01-06T18:29:28.695Z Downloaded ciborium v0.2.2
11352025-01-06T18:29:28.700Z Downloaded rustc_version v0.1.7
11362025-01-06T18:29:28.700Z Downloaded keccak v0.1.5
11372025-01-06T18:29:28.703Z Downloaded async-bb8-diesel v0.2.1
11382025-01-06T18:29:28.703Z Downloaded structmeta-derive v0.2.0
11392025-01-06T18:29:28.703Z Downloaded libefi-sys v0.1.0
11402025-01-06T18:29:28.714Z Downloaded libsw v3.3.1
11412025-01-06T18:29:28.714Z Downloaded lazy_static v1.5.0
11422025-01-06T18:29:28.719Z Downloaded ipnetwork v0.20.0
11432025-01-06T18:29:28.719Z Downloaded hickory-client v0.24.1
11442025-01-06T18:29:28.719Z Downloaded md5 v0.7.0
11452025-01-06T18:29:28.719Z Downloaded arc-swap v1.7.1
11462025-01-06T18:29:28.720Z Downloaded icu_normalizer_data v1.5.0
11472025-01-06T18:29:28.720Z Downloaded icu_normalizer v1.5.0
11482025-01-06T18:29:28.723Z Downloaded cassowary v0.3.0
11492025-01-06T18:29:28.723Z Downloaded cancel-safe-futures v0.1.5
11502025-01-06T18:29:28.726Z Downloaded blowfish v0.9.1
11512025-01-06T18:29:28.726Z Downloaded bitfield-struct v0.6.2
11522025-01-06T18:29:28.726Z Downloaded bb8 v0.8.5
11532025-01-06T18:29:28.728Z Downloaded buf-list v1.0.3
11542025-01-06T18:29:28.731Z Downloaded hyper-util v0.1.10
11552025-01-06T18:29:28.733Z Downloaded castaway v0.2.3
11562025-01-06T18:29:28.736Z Downloaded block-padding v0.3.3
11572025-01-06T18:29:28.736Z Downloaded async-stream v0.3.6
11582025-01-06T18:29:28.738Z Downloaded async-recursion v1.1.1
11592025-01-06T18:29:28.741Z Downloaded ascii-canvas v3.0.0
11602025-01-06T18:29:28.743Z Downloaded humantime v2.1.0
11612025-01-06T18:29:28.743Z Downloaded headers-core v0.3.0
11622025-01-06T18:29:28.743Z Downloaded arrayref v0.3.9
11632025-01-06T18:29:28.746Z Downloaded array-init v0.0.4
11642025-01-06T18:29:28.746Z Downloaded argon2 v0.5.3
11652025-01-06T18:29:28.748Z Downloaded addr2line v0.24.2
11662025-01-06T18:29:28.904Z Downloaded libsqlite3-sys v0.30.1
11672025-01-06T18:29:29.044Z Downloaded ring v0.17.8
11682025-01-06T18:29:29.210Z Downloaded ring v0.16.20
11692025-01-06T18:29:29.453Z Downloaded aws-lc-sys v0.22.0
11702025-01-06T18:29:29.762Z Compiling serde v1.0.215
11712025-01-06T18:29:29.765Z Compiling lock_api v0.4.12
11722025-01-06T18:29:29.765Z Compiling scopeguard v1.2.0
11732025-01-06T18:29:29.765Z Compiling value-bag v1.9.0
11742025-01-06T18:29:29.765Z Compiling typenum v1.17.0
11752025-01-06T18:29:29.765Z Compiling generic-array v0.14.7
11762025-01-06T18:29:29.963Z Compiling syn v2.0.87
11772025-01-06T18:29:29.978Z Compiling getrandom v0.2.15
11782025-01-06T18:29:30.053Z Compiling subtle v2.6.1
11792025-01-06T18:29:30.255Z Compiling rand_core v0.6.4
11802025-01-06T18:29:30.388Z Compiling log v0.4.22
11812025-01-06T18:29:30.475Z Compiling shlex v1.3.0
11822025-01-06T18:29:30.496Z Compiling jobserver v0.1.32
11832025-01-06T18:29:30.518Z Compiling smallvec v1.13.2
11842025-01-06T18:29:30.777Z Compiling const-oid v0.9.6
11852025-01-06T18:29:30.810Z Compiling spin v0.9.8
11862025-01-06T18:29:30.887Z Compiling cc v1.1.30
11872025-01-06T18:29:30.916Z Compiling pin-project-lite v0.2.14
11882025-01-06T18:29:31.036Z Compiling rustix v0.38.37
11892025-01-06T18:29:31.209Z Compiling parking_lot_core v0.9.10
11902025-01-06T18:29:31.230Z Compiling futures-core v0.3.31
11912025-01-06T18:29:31.409Z Compiling signal-hook-registry v1.4.2
11922025-01-06T18:29:31.473Z Compiling mio v1.0.2
11932025-01-06T18:29:32.058Z Compiling aho-corasick v1.1.3
11942025-01-06T18:29:32.392Z Compiling parking_lot v0.12.3
11952025-01-06T18:29:32.458Z Compiling regex-syntax v0.8.5
11962025-01-06T18:29:32.730Z Compiling cpufeatures v0.2.14
11972025-01-06T18:29:32.772Z Compiling lazy_static v1.5.0
11982025-01-06T18:29:32.838Z Compiling stable_deref_trait v1.2.0
11992025-01-06T18:29:32.902Z Compiling futures-sink v0.3.31
12002025-01-06T18:29:32.955Z Compiling either v1.13.0
12012025-01-06T18:29:32.976Z Compiling glob v0.3.1
12022025-01-06T18:29:33.367Z Compiling socket2 v0.5.7
12032025-01-06T18:29:33.399Z Compiling slab v0.4.9
12042025-01-06T18:29:33.408Z Compiling prettyplease v0.2.25
12052025-01-06T18:29:33.819Z Compiling minimal-lexical v0.2.1
12062025-01-06T18:29:33.914Z Compiling serde_json v1.0.133
12072025-01-06T18:29:34.035Z Compiling clang-sys v1.8.1
12082025-01-06T18:29:34.272Z Compiling nom v7.1.3
12092025-01-06T18:29:34.363Z Compiling libloading v0.8.5
12102025-01-06T18:29:34.395Z Compiling bindgen v0.69.5
12112025-01-06T18:29:34.776Z Compiling home v0.5.9
12122025-01-06T18:29:35.044Z Compiling itertools v0.10.5
12132025-01-06T18:29:35.259Z Compiling futures-channel v0.3.31
12142025-01-06T18:29:35.646Z Compiling futures-task v0.3.31
12152025-01-06T18:29:35.872Z Compiling pin-utils v0.1.0
12162025-01-06T18:29:35.929Z Compiling rustc-hash v1.1.0
12172025-01-06T18:29:35.966Z Compiling futures-io v0.3.31
12182025-01-06T18:29:36.076Z Compiling lazycell v1.3.0
12192025-01-06T18:29:36.232Z Compiling libm v0.2.8
12202025-01-06T18:29:36.291Z Compiling regex-automata v0.4.8
12212025-01-06T18:29:36.560Z Compiling foldhash v0.1.3
12222025-01-06T18:29:36.876Z Compiling allocator-api2 v0.2.18
12232025-01-06T18:29:37.690Z Compiling hashbrown v0.15.1
12242025-01-06T18:29:37.989Z Compiling synstructure v0.13.1
12252025-01-06T18:29:38.146Z Compiling cexpr v0.6.0
12262025-01-06T18:29:39.091Z Compiling cmake v0.1.51
12272025-01-06T18:29:39.539Z Compiling num-traits v0.2.19
12282025-01-06T18:29:39.727Z Compiling tinyvec_macros v0.1.1
12292025-01-06T18:29:39.820Z Compiling pkg-config v0.3.31
12302025-01-06T18:29:39.837Z Compiling fs_extra v1.3.0
12312025-01-06T18:29:39.915Z Compiling dunce v1.0.5
12322025-01-06T18:29:40.114Z Compiling tinyvec v1.8.0
12332025-01-06T18:29:40.412Z Compiling ring v0.17.8
12342025-01-06T18:29:41.211Z Compiling unicode-bidi v0.3.17
12352025-01-06T18:29:41.549Z Compiling writeable v0.5.5
12362025-01-06T18:29:41.636Z Compiling unicode-normalization v0.1.24
12372025-01-06T18:29:41.676Z Compiling paste v1.0.15
12382025-01-06T18:29:42.180Z Compiling regex v1.11.1
12392025-01-06T18:29:42.200Z Compiling litemap v0.7.3
12402025-01-06T18:29:42.592Z Compiling base64ct v1.6.0
12412025-01-06T18:29:42.773Z Compiling httparse v1.9.5
12422025-01-06T18:29:43.109Z Compiling pem-rfc7468 v0.7.0
12432025-01-06T18:29:43.274Z Compiling flagset v0.4.6
12442025-01-06T18:29:43.448Z Compiling aws-lc-rs v1.10.0
12452025-01-06T18:29:43.596Z Compiling tracing-core v0.1.32
12462025-01-06T18:29:43.801Z Compiling crossbeam-utils v0.8.20
12472025-01-06T18:29:43.864Z Compiling rustls-pki-types v1.10.0
12482025-01-06T18:29:44.349Z Compiling icu_locid_transform_data v1.5.0
12492025-01-06T18:29:44.435Z Compiling percent-encoding v2.3.1
12502025-01-06T18:29:44.740Z Compiling serde_derive v1.0.215
12512025-01-06T18:29:44.740Z Compiling zeroize_derive v1.4.2
12522025-01-06T18:29:44.776Z Compiling zerocopy-derive v0.7.35
12532025-01-06T18:29:44.858Z Compiling tokio-macros v2.4.0
12542025-01-06T18:29:44.889Z Compiling zerofrom-derive v0.1.4
12552025-01-06T18:29:46.299Z Compiling zeroize v1.8.1
12562025-01-06T18:29:46.362Z Compiling yoke-derive v0.7.4
12572025-01-06T18:29:46.987Z Compiling zerocopy v0.7.35
12582025-01-06T18:29:47.026Z Compiling thiserror-impl v1.0.69
12592025-01-06T18:29:48.146Z Compiling crypto-common v0.1.6
12602025-01-06T18:29:48.393Z Compiling block-buffer v0.10.4
12612025-01-06T18:29:48.584Z Compiling futures-macro v0.3.31
12622025-01-06T18:29:48.644Z Compiling digest v0.10.7
12632025-01-06T18:29:49.075Z Compiling hmac v0.12.1
12642025-01-06T18:29:49.144Z Compiling zerofrom v0.1.4
12652025-01-06T18:29:49.178Z Compiling zerovec-derive v0.10.3
12662025-01-06T18:29:49.325Z Compiling block-padding v0.3.3
12672025-01-06T18:29:49.404Z Compiling displaydoc v0.2.5
12682025-01-06T18:29:49.456Z Compiling yoke v0.7.4
12692025-01-06T18:29:49.568Z Compiling inout v0.1.3
12702025-01-06T18:29:49.839Z Compiling cipher v0.4.4
12712025-01-06T18:29:49.859Z Compiling sha2 v0.10.8
12722025-01-06T18:29:50.413Z Compiling thiserror v1.0.69
12732025-01-06T18:29:50.508Z Compiling ppv-lite86 v0.2.20
12742025-01-06T18:29:50.574Z Compiling icu_provider_macros v1.5.0
12752025-01-06T18:29:50.574Z Compiling futures-util v0.3.31
12762025-01-06T18:29:51.089Z Compiling der_derive v0.7.3
12772025-01-06T18:29:51.214Z Compiling rand_chacha v0.3.1
12782025-01-06T18:29:51.599Z Compiling tracing-attributes v0.1.27
12792025-01-06T18:29:51.896Z Compiling zerovec v0.10.4
12802025-01-06T18:29:52.881Z Compiling rand v0.8.5
12812025-01-06T18:29:53.191Z Compiling pest v2.7.14
12822025-01-06T18:29:53.528Z Compiling der v0.7.9
12832025-01-06T18:29:53.549Z Compiling salsa20 v0.10.2
12842025-01-06T18:29:53.795Z Compiling tinystr v0.7.6
12852025-01-06T18:29:54.176Z Compiling icu_collections v1.5.0
12862025-01-06T18:29:54.265Z Compiling icu_locid v1.5.0
12872025-01-06T18:29:55.111Z Compiling pbkdf2 v0.12.2
12882025-01-06T18:29:55.500Z Compiling icu_provider v1.5.0
12892025-01-06T18:29:55.634Z Compiling spki v0.7.3
12902025-01-06T18:29:56.010Z Compiling tracing v0.1.40
12912025-01-06T18:29:56.034Z Compiling untrusted v0.7.1
12922025-01-06T18:29:56.212Z Compiling icu_locid_transform v1.5.0
12932025-01-06T18:29:56.287Z Compiling icu_properties_data v1.5.0
12942025-01-06T18:29:56.539Z Compiling mirai-annotations v1.12.0
12952025-01-06T18:29:56.560Z Compiling untrusted v0.9.0
12962025-01-06T18:29:56.563Z Compiling vcpkg v0.2.15
12972025-01-06T18:29:56.622Z Compiling time-core v0.1.2
12982025-01-06T18:29:56.720Z Compiling num-conv v0.1.0
12992025-01-06T18:29:56.763Z Compiling powerfmt v0.2.0
13002025-01-06T18:29:56.806Z Compiling pest_meta v2.7.14
13012025-01-06T18:29:56.905Z Compiling scrypt v0.11.0
13022025-01-06T18:29:57.005Z Compiling time-macros v0.2.18
13032025-01-06T18:29:57.186Z Compiling deranged v0.3.11
13042025-01-06T18:29:57.480Z Compiling icu_properties v1.5.1
13052025-01-06T18:29:58.887Z Compiling bitflags v2.6.0
13062025-01-06T18:29:58.993Z Compiling bytes v1.8.0
13072025-01-06T18:29:59.154Z Compiling indexmap v2.6.0
13082025-01-06T18:30:00.277Z Compiling tokio v1.40.0
13092025-01-06T18:30:00.363Z Compiling http v1.1.0
13102025-01-06T18:30:00.636Z Compiling semver v1.0.23
13112025-01-06T18:30:00.660Z Compiling openssl-sys v0.9.103
13122025-01-06T18:30:01.431Z Compiling rustc_version v0.4.1
13132025-01-06T18:30:01.806Z Compiling aes v0.8.4
13142025-01-06T18:30:01.949Z Compiling cbc v0.1.2
13152025-01-06T18:30:02.250Z Compiling scroll_derive v0.12.0
13162025-01-06T18:30:02.419Z Compiling icu_normalizer_data v1.5.0
13172025-01-06T18:30:02.507Z Compiling atomic-waker v1.1.2
13182025-01-06T18:30:02.534Z Compiling write16 v1.0.0
13192025-01-06T18:30:02.672Z Compiling num_threads v0.1.7
13202025-01-06T18:30:02.713Z Compiling utf16_iter v1.0.5
13212025-01-06T18:30:02.810Z Compiling utf8_iter v1.0.4
13222025-01-06T18:30:02.913Z Compiling pkcs5 v0.7.1
13232025-01-06T18:30:02.951Z Compiling time v0.3.36
13242025-01-06T18:30:03.057Z Compiling icu_normalizer v1.5.0
13252025-01-06T18:30:03.513Z Compiling which v4.4.2
13262025-01-06T18:30:03.735Z Compiling scroll v0.12.0
13272025-01-06T18:30:04.163Z Compiling http-body v1.0.1
13282025-01-06T18:30:04.420Z Compiling pest_generator v2.7.14
13292025-01-06T18:30:04.566Z Compiling form_urlencoded v1.2.1
13302025-01-06T18:30:04.724Z Compiling try-lock v0.2.5
13312025-01-06T18:30:04.781Z Compiling slog v2.7.0
13322025-01-06T18:30:04.855Z Compiling goblin v0.8.2
13332025-01-06T18:30:04.885Z Compiling want v0.3.1
13342025-01-06T18:30:05.101Z Compiling idna_adapter v1.2.0
13352025-01-06T18:30:05.168Z Compiling pkcs8 v0.10.2
13362025-01-06T18:30:05.326Z Compiling uuid v1.11.0
13372025-01-06T18:30:05.356Z Compiling httpdate v1.0.3
13382025-01-06T18:30:05.808Z Compiling iana-time-zone v0.1.61
13392025-01-06T18:30:06.291Z Compiling chrono v0.4.38
13402025-01-06T18:30:06.485Z Compiling pest_derive v2.7.14
13412025-01-06T18:30:06.765Z Compiling idna v1.0.3
13422025-01-06T18:30:06.791Z Compiling serde_spanned v0.6.8
13432025-01-06T18:30:07.052Z Compiling toml_datetime v0.6.8
13442025-01-06T18:30:07.341Z Compiling dtrace-parser v0.2.0
13452025-01-06T18:30:07.584Z Compiling serde_tokenstream v0.2.2
13462025-01-06T18:30:08.191Z Compiling openssl v0.10.66
13472025-01-06T18:30:08.278Z Compiling tower-service v0.3.3
13482025-01-06T18:30:08.414Z Compiling rustversion v1.0.17
13492025-01-06T18:30:08.595Z Compiling foreign-types-shared v0.1.1
13502025-01-06T18:30:08.616Z Compiling match_cfg v0.1.0
13512025-01-06T18:30:08.701Z Compiling adler2 v2.0.0
13522025-01-06T18:30:08.722Z Compiling base64 v0.22.1
13532025-01-06T18:30:08.913Z Compiling tokio-util v0.7.12
13542025-01-06T18:30:09.206Z Compiling miniz_oxide v0.8.0
13552025-01-06T18:30:09.485Z Compiling hostname v0.3.1
13562025-01-06T18:30:09.514Z Compiling foreign-types v0.3.2
13572025-01-06T18:30:09.651Z Compiling url v2.5.3
13582025-01-06T18:30:10.188Z Compiling h2 v0.4.6
13592025-01-06T18:30:10.358Z Compiling openssl-macros v0.1.1
13602025-01-06T18:30:10.784Z Compiling dof v0.3.0
13612025-01-06T18:30:11.134Z Compiling async-trait v0.1.83
13622025-01-06T18:30:11.137Z Compiling serde_derive_internals v0.29.1
13632025-01-06T18:30:11.683Z Compiling usdt-impl v0.5.0
13642025-01-06T18:30:13.104Z Compiling dirs-sys-next v0.1.2
13652025-01-06T18:30:13.316Z Compiling data-encoding v2.6.0
13662025-01-06T18:30:13.792Z Compiling native-tls v0.2.12
13672025-01-06T18:30:13.922Z Compiling rustls v0.23.19
13682025-01-06T18:30:14.034Z Compiling rustls v0.22.4
13692025-01-06T18:30:14.106Z Compiling siphasher v0.3.11
13702025-01-06T18:30:14.201Z Compiling syn v1.0.109
13712025-01-06T18:30:14.305Z Compiling schemars v0.8.21
13722025-01-06T18:30:14.551Z Compiling schemars_derive v0.8.21
13732025-01-06T18:30:14.671Z Compiling dirs-next v2.0.0
13742025-01-06T18:30:15.277Z Compiling http-body-util v0.1.2
13752025-01-06T18:30:15.741Z Compiling crossbeam-epoch v0.9.18
13762025-01-06T18:30:15.802Z Compiling heapless v0.7.17
13772025-01-06T18:30:16.265Z Compiling sha1 v0.10.6
13782025-01-06T18:30:16.336Z Compiling signature v2.2.0
13792025-01-06T18:30:16.337Z Compiling bzip2-sys v0.1.11+1.0.8
13802025-01-06T18:30:16.537Z Compiling thread_local v1.1.8
13812025-01-06T18:30:16.567Z Compiling multer v3.1.0
13822025-01-06T18:30:16.676Z Compiling encoding_rs v0.8.34
13832025-01-06T18:30:16.812Z Compiling cookie v0.18.1
13842025-01-06T18:30:16.855Z Compiling mime v0.3.17
13852025-01-06T18:30:17.086Z Compiling openssl-probe v0.1.5
13862025-01-06T18:30:17.093Z Compiling hyper v1.5.0
13872025-01-06T18:30:17.445Z Compiling dyn-clone v1.0.17
13882025-01-06T18:30:17.465Z Compiling rayon-core v1.12.1
13892025-01-06T18:30:17.659Z Compiling unicode-properties v0.1.3
13902025-01-06T18:30:17.726Z Compiling ipnet v2.10.1
13912025-01-06T18:30:17.921Z Compiling gimli v0.31.1
13922025-01-06T18:30:18.081Z Compiling slog-async v2.8.0
13932025-01-06T18:30:18.607Z Compiling signal-hook v0.3.17
13942025-01-06T18:30:18.979Z Compiling stringprep v0.1.5
13952025-01-06T18:30:20.285Z Compiling hyper-util v0.1.10
13962025-01-06T18:30:20.867Z Compiling toml_edit v0.22.22
13972025-01-06T18:30:21.926Z Compiling crossbeam-deque v0.8.5
13982025-01-06T18:30:22.337Z Compiling usdt-macro v0.5.0
13992025-01-06T18:30:23.061Z Compiling addr2line v0.24.2
14002025-01-06T18:30:23.216Z Compiling usdt-attr-macro v0.5.0
14012025-01-06T18:30:23.528Z Compiling term v0.7.0
14022025-01-06T18:30:23.834Z Compiling slog-json v2.6.1
14032025-01-06T18:30:24.010Z Compiling serde_urlencoded v0.7.1
14042025-01-06T18:30:24.010Z Compiling crossbeam-channel v0.5.13
14052025-01-06T18:30:24.228Z Compiling curve25519-dalek v4.1.3
14062025-01-06T18:30:24.393Z Compiling enum-as-inner v0.6.1
14072025-01-06T18:30:24.751Z Compiling futures-executor v0.3.31
14082025-01-06T18:30:24.782Z Compiling md-5 v0.10.6
14092025-01-06T18:30:24.859Z Compiling async-stream-impl v0.3.6
14102025-01-06T18:30:24.998Z Compiling rustls-pemfile v2.2.0
14112025-01-06T18:30:25.038Z Compiling num-integer v0.1.46
14122025-01-06T18:30:25.289Z Compiling idna v0.4.0
14132025-01-06T18:30:25.314Z Compiling idna v0.3.0
14142025-01-06T18:30:25.424Z Compiling hash32 v0.2.1
14152025-01-06T18:30:25.813Z Compiling ff v0.13.0
14162025-01-06T18:30:25.846Z Compiling is-terminal v0.4.13
14172025-01-06T18:30:25.979Z Compiling dropshot v0.12.0
14182025-01-06T18:30:26.038Z Compiling object v0.36.5
14192025-01-06T18:30:26.275Z Compiling num-bigint-dig v0.8.4
14202025-01-06T18:30:26.308Z Compiling portable-atomic v1.9.0
14212025-01-06T18:30:26.545Z Compiling fallible-iterator v0.2.0
14222025-01-06T18:30:26.990Z Compiling rustc-demangle v0.1.24
14232025-01-06T18:30:27.069Z Compiling quick-error v1.2.3
14242025-01-06T18:30:27.216Z Compiling take_mut v0.2.2
14252025-01-06T18:30:27.322Z Compiling smoltcp v0.9.1
14262025-01-06T18:30:27.377Z Compiling linked-hash-map v0.5.6
14272025-01-06T18:30:27.400Z Compiling psl-types v2.0.11
14282025-01-06T18:30:27.603Z Compiling base16ct v0.2.0
14292025-01-06T18:30:27.749Z Compiling utf-8 v0.7.6
14302025-01-06T18:30:27.939Z Compiling anyhow v1.0.93
14312025-01-06T18:30:27.996Z Compiling tungstenite v0.24.0
14322025-01-06T18:30:28.050Z Compiling sec1 v0.7.3
14332025-01-06T18:30:28.090Z Compiling lru-cache v0.1.2
14342025-01-06T18:30:28.285Z Compiling publicsuffix v2.2.3
14352025-01-06T18:30:28.643Z Compiling postgres-protocol v0.6.7
14362025-01-06T18:30:28.944Z Compiling resolv-conf v0.7.0
14372025-01-06T18:30:29.379Z Compiling async-stream v0.3.6
14382025-01-06T18:30:29.706Z Compiling hickory-proto v0.24.1
14392025-01-06T18:30:29.740Z Compiling group v0.13.0
14402025-01-06T18:30:29.850Z Compiling slog-term v2.9.1
14412025-01-06T18:30:29.946Z Compiling usdt v0.5.0
14422025-01-06T18:30:30.368Z Compiling num-iter v0.1.45
14432025-01-06T18:30:30.475Z Compiling futures v0.3.31
14442025-01-06T18:30:30.608Z Compiling toml v0.8.19
14452025-01-06T18:30:30.682Z Compiling slog-bunyan v2.5.0
14462025-01-06T18:30:31.127Z Compiling tokio-native-tls v0.3.1
14472025-01-06T18:30:32.366Z Compiling camino v1.1.9
14482025-01-06T18:30:32.590Z Compiling phf_shared v0.11.2
14492025-01-06T18:30:32.942Z Compiling dropshot_endpoint v0.12.0
14502025-01-06T18:30:32.991Z Compiling terminal_size v0.4.0
14512025-01-06T18:30:33.213Z Compiling waitgroup v0.1.2
14522025-01-06T18:30:33.375Z Compiling openapiv3 v2.0.0
14532025-01-06T18:30:33.399Z Compiling serde_path_to_error v0.1.16
14542025-01-06T18:30:33.435Z Compiling hkdf v0.12.4
14552025-01-06T18:30:33.699Z Compiling backtrace v0.3.74
14562025-01-06T18:30:34.273Z Compiling crypto-bigint v0.5.5
14572025-01-06T18:30:34.385Z Compiling zerocopy-derive v0.6.6
14582025-01-06T18:30:36.698Z Compiling curve25519-dalek-derive v0.1.1
14592025-01-06T18:30:37.505Z Compiling webpki-roots v0.26.6
14602025-01-06T18:30:37.656Z Compiling hubpack_derive v0.1.1
14612025-01-06T18:30:37.702Z Compiling idna v0.5.0
14622025-01-06T18:30:37.721Z Compiling hostname v0.4.0
14632025-01-06T18:30:37.883Z Compiling fs-err v2.11.0
14642025-01-06T18:30:37.978Z Compiling ahash v0.8.11
14652025-01-06T18:30:38.176Z Compiling crc32fast v1.4.2
14662025-01-06T18:30:38.248Z Compiling bitflags v1.3.2
14672025-01-06T18:30:38.309Z Compiling managed v0.8.0
14682025-01-06T18:30:38.358Z Compiling debug-ignore v1.0.5
14692025-01-06T18:30:38.517Z Compiling newtype-uuid v1.1.3
14702025-01-06T18:30:38.517Z Compiling winnow v0.5.40
14712025-01-06T18:30:38.561Z Compiling clap_builder v4.5.21
14722025-01-06T18:30:38.824Z Compiling hubpack v0.1.2
14732025-01-06T18:30:39.310Z Compiling cookie_store v0.21.0
14742025-01-06T18:30:39.337Z Compiling strum_macros v0.25.3
14752025-01-06T18:30:40.435Z Compiling flate2 v1.0.34
14762025-01-06T18:30:40.838Z Compiling console v0.15.8
14772025-01-06T18:30:41.210Z Compiling elliptic-curve v0.13.8
14782025-01-06T18:30:41.340Z Compiling zerocopy v0.6.6
14792025-01-06T18:30:42.081Z Compiling toml_edit v0.19.15
14802025-01-06T18:30:42.244Z Compiling hickory-resolver v0.24.1
14812025-01-06T18:30:42.423Z Compiling phf v0.11.2
14822025-01-06T18:30:42.734Z Compiling signal-hook-mio v0.2.4
14832025-01-06T18:30:42.909Z Compiling rayon v1.10.0
14842025-01-06T18:30:43.299Z Compiling hyper-tls v0.6.0
14852025-01-06T18:30:43.491Z Compiling bzip2 v0.4.4
14862025-01-06T18:30:43.908Z Compiling postgres-types v0.2.8
14872025-01-06T18:30:45.472Z Compiling tokio-tungstenite v0.24.0
14882025-01-06T18:30:47.450Z Compiling ed25519 v2.2.3
14892025-01-06T18:30:47.862Z Compiling phf_shared v0.10.0
14902025-01-06T18:30:48.155Z Compiling tokio-stream v0.1.16
14912025-01-06T18:30:48.275Z Compiling pkcs1 v0.7.5
14922025-01-06T18:30:49.076Z Compiling serde-big-array v0.5.1
14932025-01-06T18:30:49.207Z Compiling clap_derive v4.5.18
14942025-01-06T18:30:49.265Z Compiling rfc6979 v0.4.0
14952025-01-06T18:30:49.318Z Compiling derive-where v1.2.7
14962025-01-06T18:30:49.320Z Compiling serde_repr v0.1.19
14972025-01-06T18:30:49.356Z Compiling float-cmp v0.9.0
14982025-01-06T18:30:49.458Z Compiling bstr v1.10.0
14992025-01-06T18:30:49.569Z Compiling sync_wrapper v1.0.1
15002025-01-06T18:30:49.723Z Compiling new_debug_unreachable v1.0.6
15012025-01-06T18:30:49.828Z Compiling whoami v1.5.2
15022025-01-06T18:30:50.221Z Compiling fixedbitset v0.4.2
15032025-01-06T18:30:50.466Z Compiling difflib v0.4.0
15042025-01-06T18:30:50.505Z Compiling unicode-width v0.2.0
15052025-01-06T18:30:50.680Z Compiling number_prefix v0.4.0
15062025-01-06T18:30:50.923Z Compiling bit-vec v0.6.3
15072025-01-06T18:30:51.058Z Compiling static_assertions v1.1.0
15082025-01-06T18:30:51.170Z Compiling predicates-core v1.0.8
15092025-01-06T18:30:51.276Z Compiling unicode-segmentation v1.12.0
15102025-01-06T18:30:51.406Z Compiling precomputed-hash v0.1.1
15112025-01-06T18:30:51.533Z Compiling normalize-line-endings v0.3.0
15122025-01-06T18:30:51.551Z Compiling string_cache v0.8.7
15132025-01-06T18:30:51.661Z Compiling predicates v3.1.2
15142025-01-06T18:30:52.063Z Compiling similar v2.6.0
15152025-01-06T18:30:52.168Z Compiling bit-set v0.5.3
15162025-01-06T18:30:52.243Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15172025-01-06T18:30:52.473Z Compiling indicatif v0.17.9
15182025-01-06T18:30:52.978Z Compiling petgraph v0.6.5
15192025-01-06T18:30:53.440Z Compiling tokio-postgres v0.7.12
15202025-01-06T18:30:54.278Z Compiling clap v4.5.21
15212025-01-06T18:30:54.419Z Compiling ecdsa v0.16.9
15222025-01-06T18:30:54.551Z Compiling rsa v0.9.6
15232025-01-06T18:30:54.773Z Compiling ed25519-dalek v2.1.1
15242025-01-06T18:30:55.285Z Compiling toml v0.7.8
15252025-01-06T18:30:56.117Z Compiling zip v0.6.6
15262025-01-06T18:30:57.081Z Compiling crossterm v0.28.1
15272025-01-06T18:30:58.243Z Compiling hex v0.4.3
15282025-01-06T18:30:58.317Z Compiling x509-cert v0.2.5
15292025-01-06T18:30:58.485Z Compiling peg-runtime v0.8.3
15302025-01-06T18:30:58.879Z Compiling unicode-xid v0.2.6
15312025-01-06T18:30:59.052Z Compiling lalrpop-util v0.19.12
15322025-01-06T18:30:59.081Z Compiling strum_macros v0.26.4
15332025-01-06T18:30:59.174Z Compiling xattr v1.3.1
15342025-01-06T18:30:59.260Z Compiling filetime v0.2.25
15352025-01-06T18:30:59.594Z Compiling tar v0.4.42
15362025-01-06T18:31:04.310Z Compiling strum v0.26.3
15372025-01-06T18:31:07.148Z Compiling aws-lc-sys v0.22.0
15382025-01-06T18:31:42.998Z Compiling rustls-webpki v0.102.8
15392025-01-06T18:31:46.413Z Compiling tokio-rustls v0.25.0
15402025-01-06T18:31:48.153Z Compiling tokio-rustls v0.26.0
15412025-01-06T18:31:48.511Z Compiling hyper-rustls v0.27.3
15422025-01-06T18:31:48.806Z Compiling reqwest v0.12.9
15432025-01-06T18:31:49.886Z Compiling qorb v0.2.1
15442025-01-06T18:31:54.933Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15452025-01-06T18:31:55.170Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15462025-01-06T18:32:01.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15472025-01-06T18:32:01.213Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15482025-01-06T18:32:01.267ZJan 06 18:32:00.718 INFO Starting download, target: Clickhouse
15492025-01-06T18:32:01.267ZJan 06 18:32:00.718 INFO Starting download, target: Console
15502025-01-06T18:32:01.267ZJan 06 18:32:00.718 INFO Starting download, target: Cockroach
15512025-01-06T18:32:01.270ZJan 06 18:32:00.718 INFO Starting download, target: DendriteOpenapi
15522025-01-06T18:32:01.270ZJan 06 18:32:00.718 INFO Starting download, target: DendriteStub
15532025-01-06T18:32:01.270ZJan 06 18:32:00.718 INFO Starting download, target: MaghemiteMgd
15542025-01-06T18:32:01.271ZJan 06 18:32:00.718 INFO Starting download, target: TransceiverControl
15552025-01-06T18:32:01.271ZJan 06 18:32:00.719 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15562025-01-06T18:32:01.271ZJan 06 18:32:00.719 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15572025-01-06T18:32:01.271ZJan 06 18:32:00.719 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15582025-01-06T18:32:01.271ZJan 06 18:32:00.719 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15592025-01-06T18:32:01.271ZJan 06 18:32:00.719 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15602025-01-06T18:32:01.271ZJan 06 18:32:00.719 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15612025-01-06T18:32:01.271ZJan 06 18:32:00.719 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15622025-01-06T18:32:01.465ZJan 06 18:32:00.894 INFO Download complete, target: DendriteOpenapi
15632025-01-06T18:32:01.779ZJan 06 18:32:01.209 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15642025-01-06T18:32:01.858ZJan 06 18:32:01.304 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15652025-01-06T18:32:02.192ZJan 06 18:32:01.637 INFO Download complete, target: Console
15662025-01-06T18:32:02.330ZJan 06 18:32:01.780 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15672025-01-06T18:32:02.368ZJan 06 18:32:01.818 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15682025-01-06T18:32:02.477ZJan 06 18:32:01.927 INFO Download complete, target: TransceiverControl
15692025-01-06T18:32:03.175ZJan 06 18:32:02.625 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15702025-01-06T18:32:03.175ZJan 06 18:32:02.625 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15712025-01-06T18:32:03.253ZJan 06 18:32:02.699 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15722025-01-06T18:32:05.147ZJan 06 18:32:04.598 INFO Download complete, target: DendriteStub
15732025-01-06T18:32:05.236ZJan 06 18:32:04.687 INFO Download complete, target: MaghemiteMgd
15742025-01-06T18:32:10.624ZJan 06 18:32:10.073 INFO Checking that binary works, target: Cockroach
15752025-01-06T18:32:10.783ZJan 06 18:32:10.233 INFO Download complete, target: Cockroach
15762025-01-06T18:32:15.727ZJan 06 18:32:15.176 INFO Checking that binary works, target: Clickhouse
15772025-01-06T18:32:16.333ZJan 06 18:32:15.782 INFO Download complete, target: Clickhouse
15782025-01-06T18:32:16.426ZAll builder prerequisites installed successfully, and PATH looks valid
15792025-01-06T18:32:16.430Z
15802025-01-06T18:32:16.430Zreal 5:51.963196294
15812025-01-06T18:32:16.430Zuser 16:33.070379995
15822025-01-06T18:32:16.430Zsys 3:15.501302324
15832025-01-06T18:32:16.430Ztrap 0.570570774
15842025-01-06T18:32:16.430Ztflt 6.261259272
15852025-01-06T18:32:16.430Zdflt 7.114339773
15862025-01-06T18:32:16.430Zkflt 0.367354238
15872025-01-06T18:32:16.431Zlock 29:55.815510569
15882025-01-06T18:32:16.431Zslp 1:04:37.531069224
15892025-01-06T18:32:16.431Zlat 56.672034081
15902025-01-06T18:32:16.431Zstop 2:21.972635117
15912025-01-06T18:32:16.431Z+ banner hack-check
15922025-01-06T18:32:16.436Z
15932025-01-06T18:32:16.436Z # # ## #### # # #### # # ###### #### # #
15942025-01-06T18:32:16.436Z # # # # # # # # # # # # # # # # #
15952025-01-06T18:32:16.436Z ###### # # # #### ##### # ###### ##### # ####
15962025-01-06T18:32:16.436Z # # ###### # # # # # # # # # #
15972025-01-06T18:32:16.436Z # # # # # # # # # # # # # # # # #
15982025-01-06T18:32:16.436Z # # # # #### # # #### # # ###### #### # #
15992025-01-06T18:32:16.436Z
16002025-01-06T18:32:16.436Z+ export CARGO_INCREMENTAL=0
16012025-01-06T18:32:16.436Z+ CARGO_INCREMENTAL=0
16022025-01-06T18:32:16.436Z+ ptime -m timeout 2h cargo xtask check-features --ci
16032025-01-06T18:32:16.968Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16042025-01-06T18:32:20.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
16052025-01-06T18:32:20.536Z Running `target/debug/xtask check-features --ci`
16062025-01-06T18:32:20.557Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16072025-01-06T18:32:20.557Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16082025-01-06T18:32:21.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16092025-01-06T18:32:21.024Z Running `target/debug/xtask download cargo-hack`
16102025-01-06T18:32:21.841Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16112025-01-06T18:32:22.213Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16122025-01-06T18:32:27.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
16132025-01-06T18:32:27.457Z Running `target/debug/xtask-downloader cargo-hack`
16142025-01-06T18:32:27.492ZJan 06 18:32:26.939 INFO Starting download, target: CargoHack
16152025-01-06T18:32:27.496ZJan 06 18:32:26.940 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16162025-01-06T18:32:27.960ZJan 06 18:32:27.407 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16172025-01-06T18:32:28.053ZJan 06 18:32:27.499 INFO Download complete, target: CargoHack
16182025-01-06T18:32:28.057Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16192025-01-06T18:32:28.075Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16202025-01-06T18:32:28.249Zinfo: running `cargo check --bins` on api_identity (1/176)
16212025-01-06T18:32:28.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222025-01-06T18:32:28.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232025-01-06T18:32:28.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242025-01-06T18:32:28.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16252025-01-06T18:32:28.863Z
16262025-01-06T18:32:28.863Zinfo: running `cargo check --bins` on bootstore (2/176)
16272025-01-06T18:32:29.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282025-01-06T18:32:29.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292025-01-06T18:32:29.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302025-01-06T18:32:29.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16312025-01-06T18:32:29.510Z
16322025-01-06T18:32:29.510Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16332025-01-06T18:32:30.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342025-01-06T18:32:30.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352025-01-06T18:32:30.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362025-01-06T18:32:30.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16372025-01-06T18:32:30.140Z
16382025-01-06T18:32:30.140Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16392025-01-06T18:32:30.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402025-01-06T18:32:30.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412025-01-06T18:32:30.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422025-01-06T18:32:30.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16432025-01-06T18:32:30.784Z
16442025-01-06T18:32:30.784Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16452025-01-06T18:32:31.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462025-01-06T18:32:31.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472025-01-06T18:32:31.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482025-01-06T18:32:31.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16492025-01-06T18:32:31.220Z
16502025-01-06T18:32:31.220Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16512025-01-06T18:32:31.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522025-01-06T18:32:31.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532025-01-06T18:32:31.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542025-01-06T18:32:31.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16552025-01-06T18:32:31.655Z
16562025-01-06T18:32:31.655Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16572025-01-06T18:32:32.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582025-01-06T18:32:32.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592025-01-06T18:32:32.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602025-01-06T18:32:32.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16612025-01-06T18:32:32.088Z
16622025-01-06T18:32:32.088Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16632025-01-06T18:32:32.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642025-01-06T18:32:32.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652025-01-06T18:32:32.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662025-01-06T18:32:32.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16672025-01-06T18:32:32.518Z
16682025-01-06T18:32:32.518Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16692025-01-06T18:32:32.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702025-01-06T18:32:32.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712025-01-06T18:32:32.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722025-01-06T18:32:32.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16732025-01-06T18:32:32.950Z
16742025-01-06T18:32:32.950Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16752025-01-06T18:32:33.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762025-01-06T18:32:33.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772025-01-06T18:32:33.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782025-01-06T18:32:33.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16792025-01-06T18:32:33.378Z
16802025-01-06T18:32:33.379Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16812025-01-06T18:32:33.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822025-01-06T18:32:33.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832025-01-06T18:32:33.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842025-01-06T18:32:33.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16852025-01-06T18:32:33.812Z
16862025-01-06T18:32:33.812Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16872025-01-06T18:32:34.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882025-01-06T18:32:34.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892025-01-06T18:32:34.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902025-01-06T18:32:34.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16912025-01-06T18:32:34.240Z
16922025-01-06T18:32:34.240Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16932025-01-06T18:32:34.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942025-01-06T18:32:34.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952025-01-06T18:32:34.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962025-01-06T18:32:34.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16972025-01-06T18:32:34.672Z
16982025-01-06T18:32:34.672Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
16992025-01-06T18:32:35.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002025-01-06T18:32:35.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012025-01-06T18:32:35.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022025-01-06T18:32:35.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17032025-01-06T18:32:35.104Z
17042025-01-06T18:32:35.104Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17052025-01-06T18:32:35.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062025-01-06T18:32:35.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072025-01-06T18:32:35.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082025-01-06T18:32:35.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17092025-01-06T18:32:35.536Z
17102025-01-06T18:32:35.537Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17112025-01-06T18:32:35.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122025-01-06T18:32:35.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132025-01-06T18:32:35.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142025-01-06T18:32:35.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17152025-01-06T18:32:35.966Z
17162025-01-06T18:32:35.966Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17172025-01-06T18:32:36.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182025-01-06T18:32:36.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192025-01-06T18:32:36.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202025-01-06T18:32:36.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17212025-01-06T18:32:36.392Z
17222025-01-06T18:32:36.393Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17232025-01-06T18:32:36.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242025-01-06T18:32:36.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252025-01-06T18:32:36.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262025-01-06T18:32:36.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17272025-01-06T18:32:36.823Z
17282025-01-06T18:32:36.823Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17292025-01-06T18:32:37.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302025-01-06T18:32:37.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312025-01-06T18:32:37.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322025-01-06T18:32:37.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17332025-01-06T18:32:37.258Z
17342025-01-06T18:32:37.258Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17352025-01-06T18:32:37.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362025-01-06T18:32:37.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372025-01-06T18:32:37.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382025-01-06T18:32:37.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17392025-01-06T18:32:37.694Z
17402025-01-06T18:32:37.694Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17412025-01-06T18:32:38.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422025-01-06T18:32:38.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432025-01-06T18:32:38.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442025-01-06T18:32:38.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17452025-01-06T18:32:38.126Z
17462025-01-06T18:32:38.126Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17472025-01-06T18:32:38.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482025-01-06T18:32:38.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492025-01-06T18:32:38.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502025-01-06T18:32:38.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17512025-01-06T18:32:38.555Z
17522025-01-06T18:32:38.555Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17532025-01-06T18:32:38.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-01-06T18:32:38.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-01-06T18:32:38.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-01-06T18:32:38.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17572025-01-06T18:32:38.987Z
17582025-01-06T18:32:38.987Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17592025-01-06T18:32:39.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-01-06T18:32:39.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-01-06T18:32:39.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-01-06T18:32:39.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17632025-01-06T18:32:39.417Z
17642025-01-06T18:32:39.417Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17652025-01-06T18:32:39.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-01-06T18:32:39.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-01-06T18:32:39.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-01-06T18:32:39.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17692025-01-06T18:32:40.057Z
17702025-01-06T18:32:40.057Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17712025-01-06T18:32:40.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-01-06T18:32:40.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-01-06T18:32:40.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-01-06T18:32:40.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17752025-01-06T18:32:40.702Z
17762025-01-06T18:32:40.702Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17772025-01-06T18:32:41.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-01-06T18:32:41.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-01-06T18:32:41.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-01-06T18:32:41.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17812025-01-06T18:32:41.341Z
17822025-01-06T18:32:41.341Zinfo: running `cargo check --bins` on oxlog (28/176)
17832025-01-06T18:32:41.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-01-06T18:32:41.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-01-06T18:32:41.966Z Checking cfg-if v1.0.0
17862025-01-06T18:32:41.968Z Checking libc v0.2.162
17872025-01-06T18:32:42.074Z Checking serde v1.0.215
17882025-01-06T18:32:42.074Z Checking zeroize v1.8.1
17892025-01-06T18:32:42.089Z Checking memchr v2.7.4
17902025-01-06T18:32:42.093Z Checking typenum v1.17.0
17912025-01-06T18:32:42.100Z Checking scopeguard v1.2.0
17922025-01-06T18:32:42.121Z Checking subtle v2.6.1
17932025-01-06T18:32:42.136Z Checking value-bag v1.9.0
17942025-01-06T18:32:42.230Z Checking lock_api v0.4.12
17952025-01-06T18:32:42.317Z Checking smallvec v1.13.2
17962025-01-06T18:32:42.375Z Checking itoa v1.0.11
17972025-01-06T18:32:42.551Z Checking log v0.4.22
17982025-01-06T18:32:42.595Z Checking const-oid v0.9.6
17992025-01-06T18:32:43.086Z Checking pin-project-lite v0.2.14
18002025-01-06T18:32:43.137Z Checking byteorder v1.5.0
18012025-01-06T18:32:43.137Z Checking futures-core v0.3.31
18022025-01-06T18:32:43.137Z Checking once_cell v1.20.2
18032025-01-06T18:32:43.137Z Checking cpufeatures v0.2.14
18042025-01-06T18:32:43.138Z Checking futures-sink v0.3.31
18052025-01-06T18:32:43.138Z Checking stable_deref_trait v1.2.0
18062025-01-06T18:32:43.156Z Checking spin v0.9.8
18072025-01-06T18:32:43.171Z Checking zerocopy v0.7.35
18082025-01-06T18:32:43.186Z Checking slab v0.4.9
18092025-01-06T18:32:43.213Z Checking getrandom v0.2.15
18102025-01-06T18:32:43.243Z Checking parking_lot_core v0.9.10
18112025-01-06T18:32:43.397Z Checking generic-array v0.14.7
18122025-01-06T18:32:43.421Z Checking rand_core v0.6.4
18132025-01-06T18:32:43.444Z Checking signal-hook-registry v1.4.2
18142025-01-06T18:32:43.490Z Checking mio v1.0.2
18152025-01-06T18:32:43.561Z Checking parking_lot v0.12.3
18162025-01-06T18:32:43.690Z Checking socket2 v0.5.7
18172025-01-06T18:32:43.724Z Checking zerofrom v0.1.4
18182025-01-06T18:32:43.908Z Checking futures-channel v0.3.31
18192025-01-06T18:32:43.940Z Checking yoke v0.7.4
18202025-01-06T18:32:44.061Z Checking futures-task v0.3.31
18212025-01-06T18:32:44.180Z Checking equivalent v1.0.1
18222025-01-06T18:32:44.251Z Checking allocator-api2 v0.2.18
18232025-01-06T18:32:44.284Z Checking futures-io v0.3.31
18242025-01-06T18:32:44.297Z Checking foldhash v0.1.3
18252025-01-06T18:32:44.300Z Checking pin-utils v0.1.0
18262025-01-06T18:32:44.394Z Checking zerovec v0.10.4
18272025-01-06T18:32:44.454Z Checking futures-util v0.3.31
18282025-01-06T18:32:44.483Z Checking tinyvec_macros v0.1.1
18292025-01-06T18:32:44.501Z Checking ryu v1.0.18
18302025-01-06T18:32:44.556Z Checking fnv v1.0.7
18312025-01-06T18:32:44.571Z Checking tinyvec v1.8.0
18322025-01-06T18:32:44.632Z Checking crypto-common v0.1.6
18332025-01-06T18:32:44.671Z Checking block-buffer v0.10.4
18342025-01-06T18:32:44.736Z Checking block-padding v0.3.3
18352025-01-06T18:32:44.814Z Checking libm v0.2.8
18362025-01-06T18:32:44.871Z Checking hashbrown v0.15.1
18372025-01-06T18:32:44.892Z Checking digest v0.10.7
18382025-01-06T18:32:44.951Z Checking inout v0.1.3
18392025-01-06T18:32:45.181Z Checking cipher v0.4.4
18402025-01-06T18:32:45.260Z Checking hmac v0.12.1
18412025-01-06T18:32:45.477Z Checking sha2 v0.10.8
18422025-01-06T18:32:45.612Z Checking base64ct v1.6.0
18432025-01-06T18:32:45.743Z Checking unicode-bidi v0.3.17
18442025-01-06T18:32:45.897Z Checking unicode-normalization v0.1.24
18452025-01-06T18:32:46.028Z Checking writeable v0.5.5
18462025-01-06T18:32:46.044Z Checking litemap v0.7.3
18472025-01-06T18:32:46.061Z Checking pem-rfc7468 v0.7.0
18482025-01-06T18:32:46.075Z Checking tinystr v0.7.6
18492025-01-06T18:32:46.318Z Checking num-traits v0.2.19
18502025-01-06T18:32:46.343Z Checking ppv-lite86 v0.2.20
18512025-01-06T18:32:46.361Z Checking flagset v0.4.6
18522025-01-06T18:32:46.373Z Checking tracing-core v0.1.32
18532025-01-06T18:32:46.458Z Checking icu_locid v1.5.0
18542025-01-06T18:32:46.542Z Checking der v0.7.9
18552025-01-06T18:32:46.827Z Checking thiserror v1.0.69
18562025-01-06T18:32:46.957Z Checking icu_locid_transform_data v1.5.0
18572025-01-06T18:32:47.001Z Checking percent-encoding v2.3.1
18582025-01-06T18:32:47.050Z Checking rustls-pki-types v1.10.0
18592025-01-06T18:32:47.065Z Checking bytes v1.8.0
18602025-01-06T18:32:47.110Z Checking indexmap v2.6.0
18612025-01-06T18:32:47.210Z Checking serde_json v1.0.133
18622025-01-06T18:32:47.539Z Checking icu_provider v1.5.0
18632025-01-06T18:32:47.640Z Checking rand_chacha v0.3.1
18642025-01-06T18:32:47.849Z Checking tokio v1.40.0
18652025-01-06T18:32:48.004Z Checking http v1.1.0
18662025-01-06T18:32:48.024Z Checking bitflags v2.6.0
18672025-01-06T18:32:48.188Z Checking icu_locid_transform v1.5.0
18682025-01-06T18:32:48.337Z Checking rand v0.8.5
18692025-01-06T18:32:48.391Z Checking spki v0.7.3
18702025-01-06T18:32:48.413Z Checking tracing v0.1.40
18712025-01-06T18:32:48.695Z Checking icu_collections v1.5.0
18722025-01-06T18:32:48.770Z Checking salsa20 v0.10.2
18732025-01-06T18:32:48.985Z Checking pbkdf2 v0.12.2
18742025-01-06T18:32:49.000Z Checking aws-lc-sys v0.22.0
18752025-01-06T18:32:49.153Z Checking httparse v1.9.5
18762025-01-06T18:32:49.168Z Checking mirai-annotations v1.12.0
18772025-01-06T18:32:49.337Z Checking untrusted v0.7.1
18782025-01-06T18:32:49.350Z Checking powerfmt v0.2.0
18792025-01-06T18:32:49.365Z Checking icu_properties_data v1.5.0
18802025-01-06T18:32:49.493Z Checking untrusted v0.9.0
18812025-01-06T18:32:49.593Z Checking scrypt v0.11.0
18822025-01-06T18:32:49.609Z Checking deranged v0.3.11
18832025-01-06T18:32:49.612Z Checking icu_properties v1.5.1
18842025-01-06T18:32:49.612Z Checking cbc v0.1.2
18852025-01-06T18:32:49.650Z Checking aes v0.8.4
18862025-01-06T18:32:49.652Z Checking ring v0.17.8
18872025-01-06T18:32:49.800Z Checking crossbeam-utils v0.8.20
18882025-01-06T18:32:49.826Z Checking utf16_iter v1.0.5
18892025-01-06T18:32:49.992Z Checking write16 v1.0.0
18902025-01-06T18:32:50.121Z Checking time-core v0.1.2
18912025-01-06T18:32:50.282Z Checking utf8_iter v1.0.4
18922025-01-06T18:32:50.500Z Checking icu_normalizer_data v1.5.0
18932025-01-06T18:32:50.559Z Checking num-conv v0.1.0
18942025-01-06T18:32:50.603Z Checking num_threads v0.1.7
18952025-01-06T18:32:50.623Z Checking atomic-waker v1.1.2
18962025-01-06T18:32:50.716Z Checking pkcs5 v0.7.1
18972025-01-06T18:32:50.755Z Checking http-body v1.0.1
18982025-01-06T18:32:50.797Z Checking form_urlencoded v1.2.1
18992025-01-06T18:32:50.951Z Checking try-lock v0.2.5
19002025-01-06T18:32:51.001Z Checking uuid v1.11.0
19012025-01-06T18:32:51.080Z Checking want v0.3.1
19022025-01-06T18:32:51.227Z Checking pkcs8 v0.10.2
19032025-01-06T18:32:51.253Z Checking unicode-ident v1.0.13
19042025-01-06T18:32:51.357Z Checking time v0.3.36
19052025-01-06T18:32:51.422Z Checking httpdate v1.0.3
19062025-01-06T18:32:51.515Z Checking proc-macro2 v1.0.89
19072025-01-06T18:32:51.553Z Checking toml_datetime v0.6.8
19082025-01-06T18:32:51.586Z Checking aws-lc-rs v1.10.0
19092025-01-06T18:32:51.610Z Checking serde_spanned v0.6.8
19102025-01-06T18:32:51.667Z Checking slog v2.7.0
19112025-01-06T18:32:51.789Z Checking scroll v0.12.0
19122025-01-06T18:32:51.832Z Checking plain v0.2.3
19132025-01-06T18:32:51.983Z Checking base64 v0.22.1
19142025-01-06T18:32:52.171Z Checking adler2 v2.0.0
19152025-01-06T18:32:52.188Z Checking ucd-trie v0.1.7
19162025-01-06T18:32:52.263Z Checking tower-service v0.3.3
19172025-01-06T18:32:52.327Z Checking foreign-types-shared v0.1.1
19182025-01-06T18:32:52.385Z Checking match_cfg v0.1.0
19192025-01-06T18:32:52.388Z Checking iana-time-zone v0.1.61
19202025-01-06T18:32:52.429Z Checking foreign-types v0.3.2
19212025-01-06T18:32:52.447Z Checking pest v2.7.14
19222025-01-06T18:32:52.474Z Checking hostname v0.3.1
19232025-01-06T18:32:52.516Z Checking miniz_oxide v0.8.0
19242025-01-06T18:32:52.545Z Checking chrono v0.4.38
19252025-01-06T18:32:52.606Z Checking goblin v0.8.2
19262025-01-06T18:32:53.002Z Checking icu_normalizer v1.5.0
19272025-01-06T18:32:53.240Z Checking quote v1.0.37
19282025-01-06T18:32:53.417Z Checking rustls-webpki v0.102.8
19292025-01-06T18:32:53.601Z Checking openssl-sys v0.9.103
19302025-01-06T18:32:53.789Z Checking idna_adapter v1.2.0
19312025-01-06T18:32:53.923Z Checking errno v0.3.9
19322025-01-06T18:32:53.980Z Checking idna v1.0.3
19332025-01-06T18:32:54.084Z Checking dirs-sys-next v0.1.2
19342025-01-06T18:32:54.252Z Checking aho-corasick v1.1.3
19352025-01-06T18:32:54.266Z Checking pretty-hex v0.4.1
19362025-01-06T18:32:54.445Z Checking data-encoding v2.6.0
19372025-01-06T18:32:54.473Z Checking url v2.5.3
19382025-01-06T18:32:54.595Z Compiling newtype-uuid v1.1.3
19392025-01-06T18:32:54.848Z Checking regex-syntax v0.8.5
19402025-01-06T18:32:54.915Z Checking siphasher v0.3.11
19412025-01-06T18:32:54.958Z Checking dtrace-parser v0.2.0
19422025-01-06T18:32:55.098Z Checking openssl v0.10.66
19432025-01-06T18:32:55.101Z Checking tokio-util v0.7.12
19442025-01-06T18:32:55.237Z Checking dirs-next v2.0.0
19452025-01-06T18:32:55.339Z Checking rustix v0.38.37
19462025-01-06T18:32:55.369Z Checking syn v2.0.87
19472025-01-06T18:32:55.410Z Checking http-body-util v0.1.2
19482025-01-06T18:32:55.894Z Checking crossbeam-epoch v0.9.18
19492025-01-06T18:32:55.952Z Checking signature v2.2.0
19502025-01-06T18:32:56.067Z Checking h2 v0.4.6
19512025-01-06T18:32:56.145Z Checking sha1 v0.10.6
19522025-01-06T18:32:56.315Z Checking lazy_static v1.5.0
19532025-01-06T18:32:56.414Z Checking thread_local v1.1.8
19542025-01-06T18:32:56.440Z Checking thread-id v4.2.2
19552025-01-06T18:32:56.549Z Checking encoding_rs v0.8.34
19562025-01-06T18:32:56.697Z Checking utf8parse v0.2.2
19572025-01-06T18:32:56.855Z Checking openssl-probe v0.1.5
19582025-01-06T18:32:57.013Z Checking unicode-properties v0.1.3
19592025-01-06T18:32:57.401Z Checking ipnet v2.10.1
19602025-01-06T18:32:57.451Z Checking dof v0.3.0
19612025-01-06T18:32:57.891Z Checking winnow v0.6.20
19622025-01-06T18:32:58.113Z Checking anstyle v1.0.10
19632025-01-06T18:32:58.166Z Checking regex-automata v0.4.8
19642025-01-06T18:32:58.491Z Checking mime v0.3.17
19652025-01-06T18:32:58.824Z Checking gimli v0.31.1
19662025-01-06T18:32:58.876Z Checking stringprep v0.1.5
19672025-01-06T18:32:58.925Z Checking anstyle-parse v0.2.5
19682025-01-06T18:32:59.137Z Checking crossbeam-deque v0.8.5
19692025-01-06T18:32:59.184Z Checking term v0.7.0
19702025-01-06T18:32:59.430Z Checking rustls v0.23.19
19712025-01-06T18:32:59.639Z Checking rustls v0.22.4
19722025-01-06T18:33:00.694Z Checking native-tls v0.2.12
19732025-01-06T18:33:00.804Z Checking toml_edit v0.22.22
19742025-01-06T18:33:01.020Z Checking slog-json v2.6.1
19752025-01-06T18:33:01.293Z Checking serde_urlencoded v0.7.1
19762025-01-06T18:33:01.733Z Checking crossbeam-channel v0.5.13
19772025-01-06T18:33:01.834Z Checking usdt-impl v0.5.0
19782025-01-06T18:33:02.179Z Checking hyper v1.5.0
19792025-01-06T18:33:02.415Z Checking futures-executor v0.3.31
19802025-01-06T18:33:02.460Z Checking num-integer v0.1.46
19812025-01-06T18:33:02.643Z Checking rustls-pemfile v2.2.0
19822025-01-06T18:33:02.843Z Checking idna v0.3.0
19832025-01-06T18:33:02.886Z Checking addr2line v0.24.2
19842025-01-06T18:33:02.929Z Checking idna v0.4.0
19852025-01-06T18:33:02.945Z Checking md-5 v0.10.6
19862025-01-06T18:33:03.175Z Checking ff v0.13.0
19872025-01-06T18:33:03.354Z Checking is-terminal v0.4.13
19882025-01-06T18:33:03.374Z Checking memmap v0.7.0
19892025-01-06T18:33:03.388Z Checking hash32 v0.2.1
19902025-01-06T18:33:03.415Z Checking object v0.36.5
19912025-01-06T18:33:03.473Z Checking colorchoice v1.0.2
19922025-01-06T18:33:03.576Z Checking either v1.13.0
19932025-01-06T18:33:03.598Z Checking quick-error v1.2.3
19942025-01-06T18:33:03.687Z Checking utf-8 v0.7.6
19952025-01-06T18:33:03.689Z Checking rustc-demangle v0.1.24
19962025-01-06T18:33:03.725Z Checking psl-types v2.0.11
19972025-01-06T18:33:03.766Z Checking fallible-iterator v0.2.0
19982025-01-06T18:33:03.887Z Checking anstyle-query v1.1.1
19992025-01-06T18:33:03.904Z Checking take_mut v0.2.2
20002025-01-06T18:33:03.953Z Checking is_terminal_polyfill v1.70.1
20012025-01-06T18:33:04.013Z Checking linked-hash-map v0.5.6
20022025-01-06T18:33:04.044Z Checking dyn-clone v1.0.17
20032025-01-06T18:33:04.066Z Checking base16ct v0.2.0
20042025-01-06T18:33:04.116Z Checking anstream v0.6.15
20052025-01-06T18:33:04.177Z Checking schemars v0.8.21
20062025-01-06T18:33:04.247Z Checking hyper-util v0.1.10
20072025-01-06T18:33:04.262Z Checking sec1 v0.7.3
20082025-01-06T18:33:04.326Z Checking lru-cache v0.1.2
20092025-01-06T18:33:04.379Z Checking postgres-protocol v0.6.7
20102025-01-06T18:33:04.487Z Checking slog-async v2.8.0
20112025-01-06T18:33:04.509Z Checking publicsuffix v2.2.3
20122025-01-06T18:33:04.637Z Checking tungstenite v0.24.0
20132025-01-06T18:33:04.737Z Checking hickory-proto v0.24.1
20142025-01-06T18:33:04.761Z Checking resolv-conf v0.7.0
20152025-01-06T18:33:05.011Z Checking tokio-rustls v0.26.0
20162025-01-06T18:33:05.056Z Checking heapless v0.7.17
20172025-01-06T18:33:05.105Z Checking usdt v0.5.0
20182025-01-06T18:33:05.370Z Checking slog-term v2.9.1
20192025-01-06T18:33:05.406Z Checking toml v0.8.19
20202025-01-06T18:33:05.594Z Checking group v0.13.0
20212025-01-06T18:33:05.826Z Checking tokio-rustls v0.25.0
20222025-01-06T18:33:05.850Z Checking num-iter v0.1.45
20232025-01-06T18:33:05.905Z Checking futures v0.3.31
20242025-01-06T18:33:06.020Z Checking slog-bunyan v2.5.0
20252025-01-06T18:33:06.033Z Checking tokio-native-tls v0.3.1
20262025-01-06T18:33:06.092Z Checking rayon-core v1.12.1
20272025-01-06T18:33:06.149Z Checking multer v3.1.0
20282025-01-06T18:33:06.173Z Checking terminal_size v0.4.0
20292025-01-06T18:33:06.250Z Checking phf_shared v0.11.2
20302025-01-06T18:33:06.281Z Checking cookie v0.18.1
20312025-01-06T18:33:06.336Z Checking async-stream v0.3.6
20322025-01-06T18:33:06.457Z Checking bzip2-sys v0.1.11+1.0.8
20332025-01-06T18:33:06.534Z Checking camino v1.1.9
20342025-01-06T18:33:06.537Z Checking signal-hook v0.3.17
20352025-01-06T18:33:06.566Z Checking waitgroup v0.1.2
20362025-01-06T18:33:06.582Z Checking openapiv3 v2.0.0
20372025-01-06T18:33:06.695Z Checking webpki-roots v0.26.6
20382025-01-06T18:33:06.720Z Checking serde_path_to_error v0.1.16
20392025-01-06T18:33:06.749Z Checking idna v0.5.0
20402025-01-06T18:33:06.903Z Checking hkdf v0.12.4
20412025-01-06T18:33:06.916Z Checking crypto-bigint v0.5.5
20422025-01-06T18:33:07.118Z Checking hostname v0.4.0
20432025-01-06T18:33:07.134Z Checking crc32fast v1.4.2
20442025-01-06T18:33:07.249Z Checking strsim v0.11.1
20452025-01-06T18:33:07.309Z Checking debug-ignore v1.0.5
20462025-01-06T18:33:07.358Z Checking bitflags v1.3.2
20472025-01-06T18:33:07.453Z Checking managed v0.8.0
20482025-01-06T18:33:07.466Z Checking winnow v0.5.40
20492025-01-06T18:33:07.537Z Checking clap_lex v0.7.2
20502025-01-06T18:33:07.608Z Checking unicode-width v0.1.14
20512025-01-06T18:33:07.787Z Checking clap_builder v4.5.21
20522025-01-06T18:33:07.804Z Checking smoltcp v0.9.1
20532025-01-06T18:33:08.094Z Checking console v0.15.8
20542025-01-06T18:33:08.672Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20552025-01-06T18:33:08.945Z Checking cookie_store v0.21.0
20562025-01-06T18:33:09.276Z Checking flate2 v1.0.34
20572025-01-06T18:33:09.614Z Checking hyper-rustls v0.27.3
20582025-01-06T18:33:09.617Z Checking hickory-resolver v0.24.1
20592025-01-06T18:33:09.798Z Checking elliptic-curve v0.13.8
20602025-01-06T18:33:09.803Z Checking backtrace v0.3.74
20612025-01-06T18:33:09.898Z Checking signal-hook-mio v0.2.4
20622025-01-06T18:33:09.984Z Checking rayon v1.10.0
20632025-01-06T18:33:10.035Z Checking dropshot v0.12.0
20642025-01-06T18:33:10.050Z Checking bzip2 v0.4.4
20652025-01-06T18:33:10.357Z Checking phf v0.11.2
20662025-01-06T18:33:10.374Z Checking anyhow v1.0.93
20672025-01-06T18:33:10.461Z Checking hyper-tls v0.6.0
20682025-01-06T18:33:10.546Z Checking toml_edit v0.19.15
20692025-01-06T18:33:10.613Z Checking num-bigint-dig v0.8.4
20702025-01-06T18:33:10.740Z Checking tokio-tungstenite v0.24.0
20712025-01-06T18:33:10.757Z Checking postgres-types v0.2.8
20722025-01-06T18:33:10.878Z Checking bstr v1.10.0
20732025-01-06T18:33:11.203Z Checking regex v1.11.1
20742025-01-06T18:33:11.219Z Checking ed25519 v2.2.3
20752025-01-06T18:33:11.501Z Checking tokio-stream v0.1.16
20762025-01-06T18:33:11.523Z Checking phf_shared v0.10.0
20772025-01-06T18:33:11.795Z Checking zerocopy v0.6.6
20782025-01-06T18:33:11.828Z Checking curve25519-dalek v4.1.3
20792025-01-06T18:33:11.875Z Checking hubpack v0.1.2
20802025-01-06T18:33:12.198Z Checking portable-atomic v1.9.0
20812025-01-06T18:33:12.379Z Checking pkcs1 v0.7.5
20822025-01-06T18:33:12.561Z Checking float-cmp v0.9.0
20832025-01-06T18:33:12.750Z Checking serde-big-array v0.5.1
20842025-01-06T18:33:12.786Z Checking rfc6979 v0.4.0
20852025-01-06T18:33:12.827Z Checking sync_wrapper v1.0.1
20862025-01-06T18:33:12.926Z Checking normalize-line-endings v0.3.0
20872025-01-06T18:33:12.953Z Checking number_prefix v0.4.0
20882025-01-06T18:33:12.967Z Checking new_debug_unreachable v1.0.6
20892025-01-06T18:33:12.979Z Checking whoami v1.5.2
20902025-01-06T18:33:13.046Z Checking predicates-core v1.0.8
20912025-01-06T18:33:13.059Z Checking unicode-segmentation v1.12.0
20922025-01-06T18:33:13.138Z Checking fixedbitset v0.4.2
20932025-01-06T18:33:13.220Z Checking static_assertions v1.1.0
20942025-01-06T18:33:13.242Z Checking minimal-lexical v0.2.1
20952025-01-06T18:33:13.273Z Checking unicode-width v0.2.0
20962025-01-06T18:33:13.317Z Checking precomputed-hash v0.1.1
20972025-01-06T18:33:13.390Z Checking difflib v0.4.0
20982025-01-06T18:33:13.426Z Checking bit-vec v0.6.3
20992025-01-06T18:33:13.621Z Checking nom v7.1.3
21002025-01-06T18:33:13.704Z Checking predicates v3.1.2
21012025-01-06T18:33:13.713Z Checking qorb v0.2.1
21022025-01-06T18:33:13.737Z Checking similar v2.6.0
21032025-01-06T18:33:13.739Z Checking ed25519-dalek v2.1.1
21042025-01-06T18:33:13.739Z Checking string_cache v0.8.7
21052025-01-06T18:33:13.778Z Checking bit-set v0.5.3
21062025-01-06T18:33:13.820Z Checking indicatif v0.17.9
21072025-01-06T18:33:14.014Z Checking petgraph v0.6.5
21082025-01-06T18:33:14.033Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21092025-01-06T18:33:14.147Z Checking tokio-postgres v0.7.12
21102025-01-06T18:33:14.378Z Checking reqwest v0.12.9
21112025-01-06T18:33:14.575Z Checking ecdsa v0.16.9
21122025-01-06T18:33:14.591Z Checking toml v0.7.8
21132025-01-06T18:33:15.308Z Checking rsa v0.9.6
21142025-01-06T18:33:15.361Z Checking clap v4.5.21
21152025-01-06T18:33:15.484Z Checking zip v0.6.6
21162025-01-06T18:33:16.164Z Checking crossterm v0.28.1
21172025-01-06T18:33:16.237Z Checking itertools v0.10.5
21182025-01-06T18:33:16.293Z Checking fs-err v2.11.0
21192025-01-06T18:33:16.314Z Checking ahash v0.8.11
21202025-01-06T18:33:16.748Z Checking x509-cert v0.2.5
21212025-01-06T18:33:16.858Z Checking semver v1.0.23
21222025-01-06T18:33:16.916Z Checking hex v0.4.3
21232025-01-06T18:33:17.205Z Checking peg-runtime v0.8.3
21242025-01-06T18:33:17.277Z Checking heck v0.4.1
21252025-01-06T18:33:17.433Z Checking lalrpop-util v0.19.12
21262025-01-06T18:33:17.435Z Checking sigpipe v0.1.3
21272025-01-06T18:33:18.933Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21282025-01-06T18:33:19.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.89s
21292025-01-06T18:33:19.406Z
21302025-01-06T18:33:19.406Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21312025-01-06T18:33:19.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322025-01-06T18:33:19.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332025-01-06T18:33:20.067Z Compiling hashbrown v0.14.5
21342025-01-06T18:33:20.185Z Checking heck v0.5.0
21352025-01-06T18:33:20.198Z Compiling unsafe-libyaml v0.2.11
21362025-01-06T18:33:20.211Z Checking ipnetwork v0.20.0
21372025-01-06T18:33:20.213Z Compiling ident_case v1.0.1
21382025-01-06T18:33:20.225Z Checking progenitor-client v0.8.0
21392025-01-06T18:33:20.228Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21402025-01-06T18:33:20.345Z Checking newtype-uuid v1.1.3
21412025-01-06T18:33:20.396Z Compiling darling_core v0.20.10
21422025-01-06T18:33:20.563Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21432025-01-06T18:33:20.620Z Compiling proc-macro-crate v1.3.1
21442025-01-06T18:33:20.623Z Compiling structmeta-derive v0.3.0
21452025-01-06T18:33:20.655Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21462025-01-06T18:33:20.952Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21472025-01-06T18:33:20.972Z Compiling lzma-sys v0.1.20
21482025-01-06T18:33:21.313Z Checking regress v0.10.1
21492025-01-06T18:33:21.731Z Compiling serde_yaml v0.9.34+deprecated
21502025-01-06T18:33:21.756Z Compiling num_enum_derive v0.5.11
21512025-01-06T18:33:22.049Z Compiling foreign-types-macros v0.2.3
21522025-01-06T18:33:22.196Z Compiling dropshot v0.13.0
21532025-01-06T18:33:22.487Z Checking arc-swap v1.7.1
21542025-01-06T18:33:22.917Z Checking foreign-types-shared v0.3.1
21552025-01-06T18:33:23.031Z Checking slog-scope v4.4.0
21562025-01-06T18:33:23.302Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21572025-01-06T18:33:23.361Z Checking foreign-types v0.5.0
21582025-01-06T18:33:23.599Z Compiling structmeta v0.3.0
21592025-01-06T18:33:23.654Z Compiling proc-macro-error v1.0.4
21602025-01-06T18:33:24.018Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21612025-01-06T18:33:24.034Z Compiling parse-display-derive v0.10.0
21622025-01-06T18:33:24.131Z Checking tungstenite v0.21.0
21632025-01-06T18:33:24.362Z Checking num_enum v0.5.11
21642025-01-06T18:33:24.364Z Compiling heck v0.3.3
21652025-01-06T18:33:24.519Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21662025-01-06T18:33:24.811Z Compiling dropshot_endpoint v0.13.0
21672025-01-06T18:33:24.868Z Checking typify-impl v0.2.0
21682025-01-06T18:33:26.074Z Checking cstr-argument v0.1.2
21692025-01-06T18:33:26.077Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21702025-01-06T18:33:26.077Z Checking instant v0.1.13
21712025-01-06T18:33:26.131Z Checking pretty-hex v0.2.1
21722025-01-06T18:33:26.194Z Checking fastrand v2.1.1
21732025-01-06T18:33:26.303Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21742025-01-06T18:33:26.529Z Checking base64 v0.21.7
21752025-01-06T18:33:26.545Z Checking tempfile v3.13.0
21762025-01-06T18:33:26.617Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21772025-01-06T18:33:26.918Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782025-01-06T18:33:27.005Z Checking backoff v0.4.0
21792025-01-06T18:33:27.025Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21802025-01-06T18:33:27.063Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21812025-01-06T18:33:27.170Z Checking tokio-tungstenite v0.21.0
21822025-01-06T18:33:27.299Z Compiling zone_cfg_derive v0.1.2
21832025-01-06T18:33:27.353Z Compiling darling_macro v0.20.10
21842025-01-06T18:33:27.377Z Checking strum v0.26.3
21852025-01-06T18:33:27.393Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21862025-01-06T18:33:27.538Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21872025-01-06T18:33:27.842Z Checking slog-stdlog v4.1.1
21882025-01-06T18:33:27.865Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21892025-01-06T18:33:27.999Z Checking regress v0.9.1
21902025-01-06T18:33:28.015Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21912025-01-06T18:33:28.149Z Checking colored v2.1.0
21922025-01-06T18:33:28.289Z Compiling darling v0.20.10
21932025-01-06T18:33:28.306Z Checking macaddr v1.0.1
21942025-01-06T18:33:28.408Z Compiling serde_with_macros v3.11.0
21952025-01-06T18:33:28.429Z Checking base64 v0.13.1
21962025-01-06T18:33:28.695Z Checking parse-display v0.10.0
21972025-01-06T18:33:28.789Z Checking zone v0.1.8
21982025-01-06T18:33:28.824Z Checking ron v0.7.1
21992025-01-06T18:33:28.925Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22002025-01-06T18:33:29.354Z Checking slog-envlogger v2.2.0
22012025-01-06T18:33:29.453Z Checking xz2 v0.1.7
22022025-01-06T18:33:29.569Z Checking tabwriter v1.4.0
22032025-01-06T18:33:29.765Z Checking xattr v1.3.1
22042025-01-06T18:33:29.813Z Checking pem v3.0.4
22052025-01-06T18:33:29.957Z Checking yasna v0.5.2
22062025-01-06T18:33:29.976Z Checking headers-core v0.3.0
22072025-01-06T18:33:30.581Z Checking smf v0.2.3
22082025-01-06T18:33:30.607Z Checking filetime v0.2.25
22092025-01-06T18:33:30.607Z Checking same-file v1.0.6
22102025-01-06T18:33:30.607Z Checking walkdir v2.5.0
22112025-01-06T18:33:30.607Z Checking tar v0.4.42
22122025-01-06T18:33:30.618Z Checking headers v0.4.0
22132025-01-06T18:33:30.771Z Checking camino-tempfile v1.1.1
22142025-01-06T18:33:30.880Z Checking rcgen v0.12.1
22152025-01-06T18:33:31.052Z Checking atomicwrites v0.4.4
22162025-01-06T18:33:31.268Z Checking subprocess v0.2.9
22172025-01-06T18:33:31.295Z Checking serde_with v3.11.0
22182025-01-06T18:33:35.527Z Compiling typify-macro v0.2.0
22192025-01-06T18:33:37.427Z Compiling typify v0.2.0
22202025-01-06T18:33:37.498Z Compiling progenitor-impl v0.8.0
22212025-01-06T18:33:40.765Z Compiling progenitor-macro v0.8.0
22222025-01-06T18:33:45.614Z Checking progenitor v0.8.0
22232025-01-06T18:33:45.767Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22242025-01-06T18:33:45.767Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22252025-01-06T18:33:48.482Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22262025-01-06T18:33:48.747Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22272025-01-06T18:33:55.418Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22282025-01-06T18:33:57.032Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22292025-01-06T18:33:58.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.92s
22302025-01-06T18:33:58.519Z
22312025-01-06T18:33:58.519Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22322025-01-06T18:33:59.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332025-01-06T18:33:59.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342025-01-06T18:33:59.177Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22352025-01-06T18:34:00.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
22362025-01-06T18:34:00.814Z
22372025-01-06T18:34:00.814Zinfo: running `cargo check --bins` on nexus-config (31/176)
22382025-01-06T18:34:01.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392025-01-06T18:34:01.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402025-01-06T18:34:01.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412025-01-06T18:34:01.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22422025-01-06T18:34:01.450Z
22432025-01-06T18:34:01.451Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22442025-01-06T18:34:01.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452025-01-06T18:34:01.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462025-01-06T18:34:01.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472025-01-06T18:34:01.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22482025-01-06T18:34:02.070Z
22492025-01-06T18:34:02.070Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22502025-01-06T18:34:02.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512025-01-06T18:34:02.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522025-01-06T18:34:02.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532025-01-06T18:34:02.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22542025-01-06T18:34:02.698Z
22552025-01-06T18:34:02.698Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22562025-01-06T18:34:03.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572025-01-06T18:34:03.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582025-01-06T18:34:03.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22592025-01-06T18:34:03.497Z Compiling ipnetwork v0.20.0
22602025-01-06T18:34:03.497Z Compiling zerocopy v0.8.10
22612025-01-06T18:34:03.497Z Compiling progenitor-client v0.8.0
22622025-01-06T18:34:03.501Z Compiling itertools v0.13.0
22632025-01-06T18:34:03.501Z Compiling zerocopy-derive v0.8.10
22642025-01-06T18:34:03.501Z Compiling heapless v0.8.0
22652025-01-06T18:34:03.501Z Checking hash32 v0.3.1
22662025-01-06T18:34:03.665Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22672025-01-06T18:34:03.783Z Compiling instant v0.1.13
22682025-01-06T18:34:03.931Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22692025-01-06T18:34:03.987Z Compiling progenitor v0.8.0
22702025-01-06T18:34:04.263Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22712025-01-06T18:34:04.364Z Compiling smoltcp v0.11.0
22722025-01-06T18:34:04.415Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22732025-01-06T18:34:04.500Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22742025-01-06T18:34:04.628Z Compiling backoff v0.4.0
22752025-01-06T18:34:04.994Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22762025-01-06T18:34:05.094Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772025-01-06T18:34:05.263Z Compiling dropshot v0.13.0
22782025-01-06T18:34:05.295Z Compiling serde_with v3.11.0
22792025-01-06T18:34:05.377Z Compiling parse-display v0.10.0
22802025-01-06T18:34:05.461Z Checking num-rational v0.4.2
22812025-01-06T18:34:06.110Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22822025-01-06T18:34:06.271Z Compiling regress v0.9.1
22832025-01-06T18:34:06.707Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22842025-01-06T18:34:07.973Z Compiling phf_generator v0.11.2
22852025-01-06T18:34:08.171Z Checking num-complex v0.4.6
22862025-01-06T18:34:09.436Z Compiling macaddr v1.0.1
22872025-01-06T18:34:09.771Z Checking cobs v0.2.3
22882025-01-06T18:34:09.896Z Checking num v0.4.3
22892025-01-06T18:34:09.956Z Checking postcard v1.0.10
22902025-01-06T18:34:10.296Z Compiling phf_codegen v0.11.2
22912025-01-06T18:34:10.549Z Compiling parse-zoneinfo v0.3.1
22922025-01-06T18:34:11.389Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22932025-01-06T18:34:11.691Z Compiling float-ord v0.3.2
22942025-01-06T18:34:11.873Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22952025-01-06T18:34:12.033Z Compiling convert_case v0.4.0
22962025-01-06T18:34:12.789Z Compiling chrono-tz-build v0.4.0
22972025-01-06T18:34:12.844Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22982025-01-06T18:34:13.031Z Compiling derive_more v0.99.18
22992025-01-06T18:34:13.611Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23002025-01-06T18:34:13.796Z Compiling thiserror v2.0.3
23012025-01-06T18:34:13.875Z Compiling crucible-workspace-hack v0.1.0
23022025-01-06T18:34:13.991Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032025-01-06T18:34:14.208Z Checking newline-converter v0.3.0
23042025-01-06T18:34:14.324Z Compiling chrono-tz v0.10.0
23052025-01-06T18:34:14.709Z Checking prettyplease v0.2.25
23062025-01-06T18:34:14.741Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23072025-01-06T18:34:14.788Z Compiling thiserror-impl v2.0.3
23082025-01-06T18:34:14.962Z Compiling slog-dtrace v0.3.0
23092025-01-06T18:34:15.311Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23102025-01-06T18:34:15.696Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23112025-01-06T18:34:16.791Z Checking expectorate v1.1.0
23122025-01-06T18:34:16.953Z Compiling zone_cfg_derive v0.3.0
23132025-01-06T18:34:17.164Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23142025-01-06T18:34:17.181Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23152025-01-06T18:34:18.053Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23162025-01-06T18:34:18.191Z Compiling const_format_proc_macros v0.2.33
23172025-01-06T18:34:18.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23182025-01-06T18:34:18.463Z Compiling num-derive v0.4.2
23192025-01-06T18:34:18.528Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23202025-01-06T18:34:18.771Z Checking highway v1.2.0
23212025-01-06T18:34:19.167Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23222025-01-06T18:34:19.193Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23232025-01-06T18:34:19.494Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23242025-01-06T18:34:19.569Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23252025-01-06T18:34:19.820Z Checking zone v0.3.0
23262025-01-06T18:34:20.319Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23272025-01-06T18:34:20.337Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23282025-01-06T18:34:20.353Z Checking const_format v0.2.33
23292025-01-06T18:34:20.642Z Checking gethostname v0.5.0
23302025-01-06T18:34:20.778Z Checking bcs v0.1.6
23312025-01-06T18:34:20.819Z Compiling async-recursion v1.1.1
23322025-01-06T18:34:20.847Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23332025-01-06T18:34:20.956Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23342025-01-06T18:34:21.012Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23352025-01-06T18:34:23.475Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23362025-01-06T18:34:27.722Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23372025-01-06T18:34:31.129Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23382025-01-06T18:34:33.765Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23392025-01-06T18:34:34.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.28s
23402025-01-06T18:34:35.176Z
23412025-01-06T18:34:35.176Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23422025-01-06T18:34:35.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432025-01-06T18:34:35.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442025-01-06T18:34:35.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452025-01-06T18:34:35.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23462025-01-06T18:34:35.832Z
23472025-01-06T18:34:35.832Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23482025-01-06T18:34:36.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492025-01-06T18:34:36.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502025-01-06T18:34:36.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512025-01-06T18:34:36.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23522025-01-06T18:34:36.474Z
23532025-01-06T18:34:36.474Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23542025-01-06T18:34:37.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552025-01-06T18:34:37.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562025-01-06T18:34:37.132Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23572025-01-06T18:34:37.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
23582025-01-06T18:34:37.954Z
23592025-01-06T18:34:37.955Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23602025-01-06T18:34:38.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612025-01-06T18:34:38.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622025-01-06T18:34:38.625Z Compiling cfg_aliases v0.1.1
23632025-01-06T18:34:38.628Z Compiling vte_generate_state_changes v0.1.2
23642025-01-06T18:34:38.628Z Checking fd-lock v4.0.2
23652025-01-06T18:34:38.628Z Checking nibble_vec v0.1.0
23662025-01-06T18:34:38.728Z Checking endian-type v0.1.2
23672025-01-06T18:34:38.736Z Checking bytecount v0.6.8
23682025-01-06T18:34:38.738Z Compiling tabled_derive v0.7.0
23692025-01-06T18:34:38.794Z Checking itertools v0.12.1
23702025-01-06T18:34:38.809Z Compiling nix v0.28.0
23712025-01-06T18:34:38.891Z Checking papergrid v0.11.0
23722025-01-06T18:34:38.904Z Compiling peg-macros v0.8.4
23732025-01-06T18:34:38.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23742025-01-06T18:34:38.957Z Checking radix_trie v0.2.1
23752025-01-06T18:34:39.324Z Checking vte v0.11.1
23762025-01-06T18:34:39.373Z Compiling sqlparser_derive v0.2.2
23772025-01-06T18:34:40.081Z Checking nu-ansi-term v0.50.1
23782025-01-06T18:34:40.349Z Checking home v0.5.9
23792025-01-06T18:34:40.460Z Checking unicode_categories v0.1.1
23802025-01-06T18:34:40.500Z Checking sqlparser v0.45.0
23812025-01-06T18:34:40.548Z Checking display-error-chain v0.2.2
23822025-01-06T18:34:40.693Z Checking strip-ansi-escapes v0.2.0
23832025-01-06T18:34:40.767Z Checking sqlformat v0.2.6
23842025-01-06T18:34:41.374Z Checking tabled v0.15.0
23852025-01-06T18:34:41.411Z Checking reedline v0.35.0
23862025-01-06T18:34:41.951Z Checking peg v0.8.4
23872025-01-06T18:34:42.037Z Checking rustyline v14.0.0
23882025-01-06T18:34:51.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s
23892025-01-06T18:34:51.211Z
23902025-01-06T18:34:51.211Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23912025-01-06T18:34:51.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922025-01-06T18:34:51.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932025-01-06T18:34:51.882Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942025-01-06T18:34:56.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
23952025-01-06T18:34:57.104Z
23962025-01-06T18:34:57.104Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
23972025-01-06T18:34:57.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982025-01-06T18:34:57.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992025-01-06T18:34:57.777Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002025-01-06T18:35:01.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
24012025-01-06T18:35:01.796Z
24022025-01-06T18:35:01.796Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24032025-01-06T18:35:02.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042025-01-06T18:35:02.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052025-01-06T18:35:02.499Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062025-01-06T18:35:07.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
24072025-01-06T18:35:07.469Z
24082025-01-06T18:35:07.469Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24092025-01-06T18:35:08.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102025-01-06T18:35:08.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112025-01-06T18:35:08.144Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122025-01-06T18:35:12.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
24132025-01-06T18:35:13.150Z
24142025-01-06T18:35:13.151Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24152025-01-06T18:35:13.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162025-01-06T18:35:13.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172025-01-06T18:35:13.827Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182025-01-06T18:35:17.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
24192025-01-06T18:35:18.067Z
24202025-01-06T18:35:18.067Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24212025-01-06T18:35:18.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222025-01-06T18:35:18.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232025-01-06T18:35:18.747Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242025-01-06T18:35:22.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
24252025-01-06T18:35:23.005Z
24262025-01-06T18:35:23.005Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24272025-01-06T18:35:23.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-01-06T18:35:23.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-01-06T18:35:23.684Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302025-01-06T18:35:28.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
24312025-01-06T18:35:28.894Z
24322025-01-06T18:35:28.894Zinfo: running `cargo check --bins` on oximeter (46/176)
24332025-01-06T18:35:29.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-01-06T18:35:29.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-01-06T18:35:29.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362025-01-06T18:35:29.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24372025-01-06T18:35:29.530Z
24382025-01-06T18:35:29.530Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24392025-01-06T18:35:30.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-01-06T18:35:30.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-01-06T18:35:30.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422025-01-06T18:35:30.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432025-01-06T18:35:30.160Z
24442025-01-06T18:35:30.160Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24452025-01-06T18:35:30.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-01-06T18:35:30.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-01-06T18:35:30.825Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24482025-01-06T18:35:32.993Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24492025-01-06T18:35:34.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
24502025-01-06T18:35:34.182Z
24512025-01-06T18:35:34.182Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24522025-01-06T18:35:34.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532025-01-06T18:35:34.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542025-01-06T18:35:34.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552025-01-06T18:35:34.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24562025-01-06T18:35:34.815Z
24572025-01-06T18:35:34.815Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24582025-01-06T18:35:35.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592025-01-06T18:35:35.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602025-01-06T18:35:35.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612025-01-06T18:35:35.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24622025-01-06T18:35:35.448Z
24632025-01-06T18:35:35.448Zinfo: running `cargo check --bins` on oxql-types (51/176)
24642025-01-06T18:35:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652025-01-06T18:35:35.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662025-01-06T18:35:35.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672025-01-06T18:35:36.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24682025-01-06T18:35:36.076Z
24692025-01-06T18:35:36.077Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24702025-01-06T18:35:36.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712025-01-06T18:35:36.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722025-01-06T18:35:36.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732025-01-06T18:35:36.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24742025-01-06T18:35:36.741Z
24752025-01-06T18:35:36.741Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24762025-01-06T18:35:37.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772025-01-06T18:35:37.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782025-01-06T18:35:37.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792025-01-06T18:35:37.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24802025-01-06T18:35:37.375Z
24812025-01-06T18:35:37.375Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24822025-01-06T18:35:37.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832025-01-06T18:35:37.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842025-01-06T18:35:37.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852025-01-06T18:35:37.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24862025-01-06T18:35:38.028Z
24872025-01-06T18:35:38.028Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24882025-01-06T18:35:38.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892025-01-06T18:35:38.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902025-01-06T18:35:38.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912025-01-06T18:35:38.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24922025-01-06T18:35:38.665Z
24932025-01-06T18:35:38.665Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24942025-01-06T18:35:39.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952025-01-06T18:35:39.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962025-01-06T18:35:39.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972025-01-06T18:35:39.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24982025-01-06T18:35:39.303Z
24992025-01-06T18:35:39.303Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25002025-01-06T18:35:39.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012025-01-06T18:35:39.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022025-01-06T18:35:39.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032025-01-06T18:35:39.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25042025-01-06T18:35:39.938Z
25052025-01-06T18:35:39.938Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25062025-01-06T18:35:40.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072025-01-06T18:35:40.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082025-01-06T18:35:40.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092025-01-06T18:35:40.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25102025-01-06T18:35:40.556Z
25112025-01-06T18:35:40.556Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25122025-01-06T18:35:41.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132025-01-06T18:35:41.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142025-01-06T18:35:41.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152025-01-06T18:35:41.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25162025-01-06T18:35:41.202Z
25172025-01-06T18:35:41.202Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25182025-01-06T18:35:41.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192025-01-06T18:35:41.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202025-01-06T18:35:41.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212025-01-06T18:35:41.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25222025-01-06T18:35:41.839Z
25232025-01-06T18:35:41.839Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25242025-01-06T18:35:42.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252025-01-06T18:35:42.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262025-01-06T18:35:42.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272025-01-06T18:35:42.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25282025-01-06T18:35:42.468Z
25292025-01-06T18:35:42.468Zinfo: running `cargo check --bins` on dpd-client (62/176)
25302025-01-06T18:35:43.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312025-01-06T18:35:43.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322025-01-06T18:35:43.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332025-01-06T18:35:43.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25342025-01-06T18:35:43.100Z
25352025-01-06T18:35:43.100Zinfo: running `cargo check --bins` on gateway-client (63/176)
25362025-01-06T18:35:43.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372025-01-06T18:35:43.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382025-01-06T18:35:43.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392025-01-06T18:35:43.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25402025-01-06T18:35:43.729Z
25412025-01-06T18:35:43.729Zinfo: running `cargo check --bins` on installinator-client (64/176)
25422025-01-06T18:35:44.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432025-01-06T18:35:44.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442025-01-06T18:35:44.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452025-01-06T18:35:44.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25462025-01-06T18:35:44.378Z
25472025-01-06T18:35:44.378Zinfo: running `cargo check --bins` on installinator-common (65/176)
25482025-01-06T18:35:44.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492025-01-06T18:35:44.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502025-01-06T18:35:44.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512025-01-06T18:35:44.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25522025-01-06T18:35:45.040Z
25532025-01-06T18:35:45.040Zinfo: running `cargo check --bins` on update-engine (66/176)
25542025-01-06T18:35:45.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552025-01-06T18:35:45.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562025-01-06T18:35:45.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572025-01-06T18:35:45.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25582025-01-06T18:35:45.674Z
25592025-01-06T18:35:45.674Zinfo: running `cargo check --bins` on nexus-client (67/176)
25602025-01-06T18:35:46.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612025-01-06T18:35:46.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622025-01-06T18:35:46.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632025-01-06T18:35:46.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25642025-01-06T18:35:46.341Z
25652025-01-06T18:35:46.341Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25662025-01-06T18:35:46.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672025-01-06T18:35:46.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682025-01-06T18:35:46.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692025-01-06T18:35:46.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25702025-01-06T18:35:46.989Z
25712025-01-06T18:35:46.989Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25722025-01-06T18:35:47.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732025-01-06T18:35:47.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742025-01-06T18:35:47.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752025-01-06T18:35:47.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25762025-01-06T18:35:47.605Z
25772025-01-06T18:35:47.606Zinfo: running `cargo check --bins` on nexus-types (70/176)
25782025-01-06T18:35:48.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792025-01-06T18:35:48.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802025-01-06T18:35:48.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812025-01-06T18:35:48.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25822025-01-06T18:35:48.260Z
25832025-01-06T18:35:48.260Zinfo: running `cargo check --bins` on oxide-client (71/176)
25842025-01-06T18:35:48.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-01-06T18:35:48.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-01-06T18:35:48.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872025-01-06T18:35:48.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25882025-01-06T18:35:48.883Z
25892025-01-06T18:35:48.883Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25902025-01-06T18:35:49.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-01-06T18:35:49.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-01-06T18:35:49.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932025-01-06T18:35:49.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25942025-01-06T18:35:49.504Z
25952025-01-06T18:35:49.504Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
25962025-01-06T18:35:50.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-01-06T18:35:50.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-01-06T18:35:50.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992025-01-06T18:35:50.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26002025-01-06T18:35:50.132Z
26012025-01-06T18:35:50.132Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26022025-01-06T18:35:50.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-01-06T18:35:50.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-01-06T18:35:50.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-01-06T18:35:50.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26062025-01-06T18:35:50.796Z
26072025-01-06T18:35:50.796Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26082025-01-06T18:35:51.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-01-06T18:35:51.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-01-06T18:35:51.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-01-06T18:35:51.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26122025-01-06T18:35:51.470Z
26132025-01-06T18:35:51.470Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26142025-01-06T18:35:52.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-01-06T18:35:52.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-01-06T18:35:52.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-01-06T18:35:52.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26182025-01-06T18:35:52.193Z
26192025-01-06T18:35:52.193Zinfo: running `cargo check --bins` on wicket-common (77/176)
26202025-01-06T18:35:53.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-01-06T18:35:53.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-01-06T18:35:53.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-01-06T18:35:53.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26242025-01-06T18:35:53.303Z
26252025-01-06T18:35:53.303Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26262025-01-06T18:35:53.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-01-06T18:35:53.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-01-06T18:35:53.457Z Checking csv-core v0.1.11
26292025-01-06T18:35:53.457Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26302025-01-06T18:35:53.474Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26312025-01-06T18:35:53.474Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322025-01-06T18:35:53.774Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26332025-01-06T18:35:53.795Z Checking csv v1.3.0
26342025-01-06T18:35:53.795Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26352025-01-06T18:35:54.366Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26362025-01-06T18:35:54.719Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26372025-01-06T18:35:56.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
26382025-01-06T18:35:56.675Z
26392025-01-06T18:35:56.675Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26402025-01-06T18:35:57.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412025-01-06T18:35:57.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422025-01-06T18:35:57.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432025-01-06T18:35:57.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26442025-01-06T18:35:57.313Z
26452025-01-06T18:35:57.313Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26462025-01-06T18:35:57.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-01-06T18:35:57.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-01-06T18:35:57.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492025-01-06T18:35:57.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26502025-01-06T18:35:57.955Z
26512025-01-06T18:35:57.955Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26522025-01-06T18:35:58.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-01-06T18:35:58.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-01-06T18:35:58.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-01-06T18:35:58.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26562025-01-06T18:35:58.697Z
26572025-01-06T18:35:58.697Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26582025-01-06T18:35:59.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-01-06T18:35:59.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-01-06T18:35:59.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-01-06T18:35:59.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26622025-01-06T18:35:59.443Z
26632025-01-06T18:35:59.443Zinfo: running `cargo check --bins` on dns-server (83/176)
26642025-01-06T18:36:00.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-01-06T18:36:00.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-01-06T18:36:00.114Z Compiling parking_lot_core v0.8.6
26672025-01-06T18:36:00.117Z Checking fxhash v0.2.1
26682025-01-06T18:36:00.117Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26692025-01-06T18:36:00.117Z Checking hickory-server v0.24.1
26702025-01-06T18:36:00.216Z Checking hickory-client v0.24.1
26712025-01-06T18:36:00.832Z Checking parking_lot v0.11.2
26722025-01-06T18:36:00.971Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26732025-01-06T18:36:00.971Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26742025-01-06T18:36:01.083Z Checking sled v0.34.7
26752025-01-06T18:36:02.938Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26762025-01-06T18:36:04.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
26772025-01-06T18:36:04.403Z
26782025-01-06T18:36:04.403Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26792025-01-06T18:36:04.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802025-01-06T18:36:04.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812025-01-06T18:36:04.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822025-01-06T18:36:04.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26832025-01-06T18:36:05.050Z
26842025-01-06T18:36:05.050Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26852025-01-06T18:36:05.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-01-06T18:36:05.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-01-06T18:36:05.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-01-06T18:36:05.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26892025-01-06T18:36:05.749Z
26902025-01-06T18:36:05.750Zinfo: running `cargo check --bins` on gateway-types (86/176)
26912025-01-06T18:36:06.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-01-06T18:36:06.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-01-06T18:36:06.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-01-06T18:36:06.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26952025-01-06T18:36:06.389Z
26962025-01-06T18:36:06.389Zinfo: running `cargo check --bins` on ipcc (87/176)
26972025-01-06T18:36:06.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-01-06T18:36:06.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-01-06T18:36:06.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-01-06T18:36:06.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27012025-01-06T18:36:07.036Z
27022025-01-06T18:36:07.037Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27032025-01-06T18:36:07.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-01-06T18:36:07.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-01-06T18:36:07.747Z Compiling radium v0.7.0
27062025-01-06T18:36:07.747Z Compiling semver v0.1.20
27072025-01-06T18:36:07.749Z Compiling maybe-uninit v2.0.0
27082025-01-06T18:36:07.750Z Checking tap v1.0.1
27092025-01-06T18:36:07.883Z Checking password-hash v0.5.0
27102025-01-06T18:36:07.886Z Checking blake2 v0.10.6
27112025-01-06T18:36:07.886Z Checking funty v2.0.0
27122025-01-06T18:36:07.886Z Compiling cancel-safe-futures v0.1.5
27132025-01-06T18:36:08.247Z Compiling rustc_version v0.1.7
27142025-01-06T18:36:08.293Z Checking crc-catalog v2.4.0
27152025-01-06T18:36:08.309Z Checking wyz v0.5.1
27162025-01-06T18:36:08.336Z Compiling packed_struct v0.10.1
27172025-01-06T18:36:08.369Z Compiling owo-colors v4.1.0
27182025-01-06T18:36:08.417Z Checking crc v3.2.1
27192025-01-06T18:36:08.540Z Checking argon2 v0.5.3
27202025-01-06T18:36:08.703Z Compiling packed_struct_codegen v0.10.1
27212025-01-06T18:36:08.720Z Compiling indexmap v1.9.3
27222025-01-06T18:36:08.726Z Checking half v2.4.1
27232025-01-06T18:36:08.777Z Checking bitvec v1.0.1
27242025-01-06T18:36:08.780Z Compiling newtype_derive v0.1.6
27252025-01-06T18:36:08.832Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27262025-01-06T18:36:08.857Z Checking ciborium-io v0.2.2
27272025-01-06T18:36:08.979Z Checking nodrop v0.1.14
27282025-01-06T18:36:09.065Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27292025-01-06T18:36:09.099Z Checking array-init v0.0.4
27302025-01-06T18:36:09.174Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27312025-01-06T18:36:09.220Z Checking ciborium-ll v0.2.2
27322025-01-06T18:36:09.482Z Checking smallvec v0.6.14
27332025-01-06T18:36:09.508Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27342025-01-06T18:36:09.600Z Checking libsw v3.3.1
27352025-01-06T18:36:09.829Z Compiling memoffset v0.9.1
27362025-01-06T18:36:09.880Z Checking bitfield v0.14.0
27372025-01-06T18:36:09.883Z Checking indent_write v2.2.0
27382025-01-06T18:36:10.091Z Checking swrite v0.1.0
27392025-01-06T18:36:10.108Z Checking hashbrown v0.12.3
27402025-01-06T18:36:10.130Z Checking linear-map v1.2.0
27412025-01-06T18:36:10.147Z Checking termcolor v1.4.1
27422025-01-06T18:36:10.376Z Checking ron v0.8.1
27432025-01-06T18:36:10.491Z Checking serde-hex v0.1.0
27442025-01-06T18:36:10.562Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27452025-01-06T18:36:10.620Z Checking env_logger v0.10.2
27462025-01-06T18:36:11.064Z Checking ciborium v0.2.2
27472025-01-06T18:36:11.083Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27482025-01-06T18:36:11.545Z Checking steno v0.4.1
27492025-01-06T18:36:11.877Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27502025-01-06T18:36:11.894Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27512025-01-06T18:36:12.073Z Checking hashbrown v0.13.2
27522025-01-06T18:36:12.138Z Checking humantime v2.1.0
27532025-01-06T18:36:12.277Z Checking crc-any v2.5.0
27542025-01-06T18:36:12.443Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27552025-01-06T18:36:12.658Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27562025-01-06T18:36:12.828Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27572025-01-06T18:36:13.104Z Checking path-slash v0.1.5
27582025-01-06T18:36:13.152Z Checking object v0.30.4
27592025-01-06T18:36:13.277Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27602025-01-06T18:36:13.329Z Checking nix v0.27.1
27612025-01-06T18:36:13.801Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27622025-01-06T18:36:14.104Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27632025-01-06T18:36:14.367Z Checking tungstenite v0.23.0
27642025-01-06T18:36:14.438Z Checking kstat-rs v0.2.4
27652025-01-06T18:36:14.560Z Checking signal-hook-tokio v0.3.1
27662025-01-06T18:36:14.778Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27672025-01-06T18:36:15.263Z Checking tokio-tungstenite v0.23.1
27682025-01-06T18:36:15.286Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27692025-01-06T18:36:15.945Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27702025-01-06T18:36:16.127Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27712025-01-06T18:36:22.355Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27722025-01-06T18:36:23.647Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27732025-01-06T18:36:27.172Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27742025-01-06T18:36:32.811Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27752025-01-06T18:36:33.528Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27762025-01-06T18:36:36.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.32s
27772025-01-06T18:36:36.558Z
27782025-01-06T18:36:36.558Zinfo: running `cargo check --bins` on gateway-api (89/176)
27792025-01-06T18:36:37.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802025-01-06T18:36:37.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812025-01-06T18:36:37.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822025-01-06T18:36:37.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27832025-01-06T18:36:37.200Z
27842025-01-06T18:36:37.200Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27852025-01-06T18:36:37.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862025-01-06T18:36:37.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872025-01-06T18:36:37.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882025-01-06T18:36:37.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27892025-01-06T18:36:37.811Z
27902025-01-06T18:36:37.811Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27912025-01-06T18:36:38.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922025-01-06T18:36:38.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932025-01-06T18:36:38.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942025-01-06T18:36:38.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27952025-01-06T18:36:38.451Z
27962025-01-06T18:36:38.451Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
27972025-01-06T18:36:39.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982025-01-06T18:36:39.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992025-01-06T18:36:39.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002025-01-06T18:36:39.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28012025-01-06T18:36:39.091Z
28022025-01-06T18:36:39.092Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28032025-01-06T18:36:39.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042025-01-06T18:36:39.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052025-01-06T18:36:39.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062025-01-06T18:36:39.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28072025-01-06T18:36:39.725Z
28082025-01-06T18:36:39.725Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28092025-01-06T18:36:40.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102025-01-06T18:36:40.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112025-01-06T18:36:40.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122025-01-06T18:36:40.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28132025-01-06T18:36:40.880Z
28142025-01-06T18:36:40.880Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28152025-01-06T18:36:40.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-01-06T18:36:40.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-01-06T18:36:40.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-01-06T18:36:40.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28192025-01-06T18:36:40.987Z
28202025-01-06T18:36:40.987Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28212025-01-06T18:36:41.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-01-06T18:36:41.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-01-06T18:36:41.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242025-01-06T18:36:41.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28252025-01-06T18:36:41.616Z
28262025-01-06T18:36:41.616Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28272025-01-06T18:36:42.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-01-06T18:36:42.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-01-06T18:36:42.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-01-06T18:36:42.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28312025-01-06T18:36:42.267Z
28322025-01-06T18:36:42.268Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28332025-01-06T18:36:42.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-01-06T18:36:42.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-01-06T18:36:42.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-01-06T18:36:42.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28372025-01-06T18:36:42.889Z
28382025-01-06T18:36:42.889Zinfo: running `cargo check --bins` on sp-sim (99/176)
28392025-01-06T18:36:43.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-01-06T18:36:43.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-01-06T18:36:43.533Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422025-01-06T18:36:44.011Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28432025-01-06T18:36:45.930Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28442025-01-06T18:36:48.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
28452025-01-06T18:36:48.326Z
28462025-01-06T18:36:48.326Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28472025-01-06T18:36:48.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482025-01-06T18:36:48.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492025-01-06T18:36:48.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502025-01-06T18:36:48.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28512025-01-06T18:36:48.541Z
28522025-01-06T18:36:48.541Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28532025-01-06T18:36:49.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542025-01-06T18:36:49.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552025-01-06T18:36:49.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562025-01-06T18:36:49.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28572025-01-06T18:36:49.228Z
28582025-01-06T18:36:49.228Zinfo: running `cargo check --bins` on db-macros (102/176)
28592025-01-06T18:36:49.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602025-01-06T18:36:49.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612025-01-06T18:36:49.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622025-01-06T18:36:49.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28632025-01-06T18:36:49.856Z
28642025-01-06T18:36:49.856Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28652025-01-06T18:36:50.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662025-01-06T18:36:50.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672025-01-06T18:36:50.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682025-01-06T18:36:50.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28692025-01-06T18:36:50.485Z
28702025-01-06T18:36:50.485Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28712025-01-06T18:36:54.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722025-01-06T18:36:54.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732025-01-06T18:36:54.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742025-01-06T18:36:54.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28752025-01-06T18:36:54.630Z
28762025-01-06T18:36:54.630Zinfo: running `cargo check --bins` on authz-macros (105/176)
28772025-01-06T18:36:54.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782025-01-06T18:36:54.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792025-01-06T18:36:54.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802025-01-06T18:36:54.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28812025-01-06T18:36:54.630Z
28822025-01-06T18:36:54.630Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28832025-01-06T18:36:54.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842025-01-06T18:36:54.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852025-01-06T18:36:54.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862025-01-06T18:36:54.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28872025-01-06T18:36:54.630Z
28882025-01-06T18:36:54.630Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28892025-01-06T18:36:54.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902025-01-06T18:36:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912025-01-06T18:36:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922025-01-06T18:36:54.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28932025-01-06T18:36:54.660Z
28942025-01-06T18:36:54.660Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
28952025-01-06T18:36:54.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962025-01-06T18:36:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972025-01-06T18:36:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982025-01-06T18:36:54.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28992025-01-06T18:36:54.660Z
29002025-01-06T18:36:54.660Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29012025-01-06T18:36:54.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022025-01-06T18:36:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032025-01-06T18:36:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042025-01-06T18:36:54.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29052025-01-06T18:36:54.661Z
29062025-01-06T18:36:54.661Zinfo: running `cargo check --bins` on typed-rng (110/176)
29072025-01-06T18:36:54.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082025-01-06T18:36:54.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092025-01-06T18:36:54.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102025-01-06T18:36:54.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29112025-01-06T18:36:55.034Z
29122025-01-06T18:36:55.034Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29132025-01-06T18:36:55.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142025-01-06T18:36:55.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152025-01-06T18:36:55.788Z Checking keccak v0.1.5
29162025-01-06T18:36:55.898Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29172025-01-06T18:36:55.901Z Checking secrecy v0.8.0
29182025-01-06T18:36:55.901Z Compiling unicase v2.7.0
29192025-01-06T18:36:55.907Z Compiling same-file v1.0.6
29202025-01-06T18:36:55.915Z Compiling tempfile v3.13.0
29212025-01-06T18:36:55.949Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29222025-01-06T18:36:55.952Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29232025-01-06T18:36:56.174Z Checking sha3 v0.10.8
29242025-01-06T18:36:56.203Z Compiling walkdir v2.5.0
29252025-01-06T18:36:56.248Z Compiling thiserror-impl-no-std v2.0.2
29262025-01-06T18:36:56.269Z Checking universal-hash v0.5.1
29272025-01-06T18:36:56.286Z Compiling blake3 v1.5.4
29282025-01-06T18:36:56.319Z Compiling ring v0.16.20
29292025-01-06T18:36:56.454Z Checking opaque-debug v0.3.1
29302025-01-06T18:36:56.536Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29312025-01-06T18:36:56.555Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29322025-01-06T18:36:56.558Z Checking poly1305 v0.8.0
29332025-01-06T18:36:56.785Z Checking chacha20 v0.9.1
29342025-01-06T18:36:56.873Z Checking aead v0.5.2
29352025-01-06T18:36:57.001Z Compiling memmap2 v0.9.5
29362025-01-06T18:36:57.050Z Compiling spin v0.5.2
29372025-01-06T18:36:57.093Z Compiling arrayref v0.3.9
29382025-01-06T18:36:57.141Z Compiling libefi-sys v0.1.0
29392025-01-06T18:36:57.194Z Compiling arrayvec v0.7.6
29402025-01-06T18:36:57.265Z Compiling constant_time_eq v0.3.1
29412025-01-06T18:36:57.403Z Compiling salty v0.3.0
29422025-01-06T18:36:57.462Z Checking chacha20poly1305 v0.10.1
29432025-01-06T18:36:57.516Z Compiling toolchain_find v0.4.0
29442025-01-06T18:36:57.649Z Compiling camino-tempfile v1.1.1
29452025-01-06T18:36:57.835Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29462025-01-06T18:36:57.961Z Compiling bitfield-struct v0.6.2
29472025-01-06T18:36:58.123Z Compiling topological-sort v0.2.2
29482025-01-06T18:36:58.213Z Compiling mime_guess v2.0.5
29492025-01-06T18:36:58.360Z Compiling rustfmt-wrapper v0.2.1
29502025-01-06T18:36:58.918Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29512025-01-06T18:36:58.950Z Checking primeorder v0.13.6
29522025-01-06T18:36:59.148Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29532025-01-06T18:36:59.209Z Checking env_filter v0.1.2
29542025-01-06T18:36:59.250Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29552025-01-06T18:36:59.371Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29562025-01-06T18:36:59.392Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29572025-01-06T18:36:59.417Z Checking p384 v0.13.0
29582025-01-06T18:36:59.442Z Checking env_logger v0.11.5
29592025-01-06T18:36:59.452Z Checking thiserror-no-std v2.0.2
29602025-01-06T18:36:59.566Z Checking vsss-rs v3.3.4
29612025-01-06T18:36:59.605Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29622025-01-06T18:36:59.781Z Compiling zip v2.1.3
29632025-01-06T18:36:59.956Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29642025-01-06T18:37:00.032Z Checking lockfree-object-pool v0.1.6
29652025-01-06T18:37:00.079Z Checking http-range v0.1.5
29662025-01-06T18:37:00.250Z Checking bumpalo v3.16.0
29672025-01-06T18:37:00.305Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29682025-01-06T18:37:00.326Z Checking simd-adler32 v0.3.7
29692025-01-06T18:37:00.468Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29702025-01-06T18:37:00.503Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29712025-01-06T18:37:00.667Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29722025-01-06T18:37:00.684Z Checking zopfli v0.8.1
29732025-01-06T18:37:00.818Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29742025-01-06T18:37:01.319Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29752025-01-06T18:37:01.350Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29762025-01-06T18:37:01.374Z Checking nanorand v0.7.0
29772025-01-06T18:37:01.609Z Checking atty v0.2.14
29782025-01-06T18:37:01.734Z Checking glob v0.3.1
29792025-01-06T18:37:01.754Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29802025-01-06T18:37:01.772Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29812025-01-06T18:37:02.075Z Compiling omicron-zone-package v0.11.1
29822025-01-06T18:37:02.078Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29832025-01-06T18:37:02.499Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29842025-01-06T18:37:03.078Z Checking flume v0.11.1
29852025-01-06T18:37:03.188Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29862025-01-06T18:37:03.551Z Checking hyper-staticfile v0.10.1
29872025-01-06T18:37:04.087Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29882025-01-06T18:37:04.235Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29892025-01-06T18:37:04.341Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29902025-01-06T18:37:04.379Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29912025-01-06T18:37:04.503Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29922025-01-06T18:37:05.112Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29932025-01-06T18:37:05.482Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29942025-01-06T18:37:05.558Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29952025-01-06T18:37:05.581Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29962025-01-06T18:37:06.959Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29972025-01-06T18:37:08.773Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29982025-01-06T18:37:08.776Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29992025-01-06T18:37:19.079Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002025-01-06T18:37:32.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.89s
30012025-01-06T18:37:33.122Z
30022025-01-06T18:37:33.122Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30032025-01-06T18:37:33.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042025-01-06T18:37:33.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052025-01-06T18:37:33.877Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062025-01-06T18:37:47.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
30072025-01-06T18:37:47.937Z
30082025-01-06T18:37:47.937Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30092025-01-06T18:37:48.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-01-06T18:37:48.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-01-06T18:37:48.684Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122025-01-06T18:38:02.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s
30132025-01-06T18:38:02.811Z
30142025-01-06T18:38:02.811Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30152025-01-06T18:38:03.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-01-06T18:38:03.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-01-06T18:38:03.561Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182025-01-06T18:38:17.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s
30192025-01-06T18:38:17.727Z
30202025-01-06T18:38:17.727Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30212025-01-06T18:38:18.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-01-06T18:38:18.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-01-06T18:38:18.472Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242025-01-06T18:38:32.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s
30252025-01-06T18:38:32.498Z
30262025-01-06T18:38:32.498Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30272025-01-06T18:38:33.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-01-06T18:38:33.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-01-06T18:38:33.250Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30302025-01-06T18:38:47.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s
30312025-01-06T18:38:47.398Z
30322025-01-06T18:38:47.399Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30332025-01-06T18:38:48.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-01-06T18:38:48.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-01-06T18:38:48.139Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30362025-01-06T18:39:02.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s
30372025-01-06T18:39:02.237Z
30382025-01-06T18:39:02.237Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30392025-01-06T18:39:02.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-01-06T18:39:02.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-01-06T18:39:03.403Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30422025-01-06T18:39:17.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s
30432025-01-06T18:39:17.282Z
30442025-01-06T18:39:17.282Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30452025-01-06T18:39:17.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-01-06T18:39:17.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-01-06T18:39:17.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482025-01-06T18:39:17.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30492025-01-06T18:39:17.947Z
30502025-01-06T18:39:17.947Zinfo: running `cargo check --bins` on key-manager (120/176)
30512025-01-06T18:39:18.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-01-06T18:39:18.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-01-06T18:39:18.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542025-01-06T18:39:18.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30552025-01-06T18:39:18.584Z
30562025-01-06T18:39:18.584Zinfo: running `cargo check --bins` on range-requests (121/176)
30572025-01-06T18:39:19.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582025-01-06T18:39:19.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592025-01-06T18:39:19.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602025-01-06T18:39:19.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30612025-01-06T18:39:19.206Z
30622025-01-06T18:39:19.207Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30632025-01-06T18:39:19.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642025-01-06T18:39:19.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652025-01-06T18:39:19.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662025-01-06T18:39:19.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30672025-01-06T18:39:19.845Z
30682025-01-06T18:39:19.845Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30692025-01-06T18:39:20.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702025-01-06T18:39:20.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712025-01-06T18:39:20.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722025-01-06T18:39:20.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30732025-01-06T18:39:20.509Z
30742025-01-06T18:39:20.509Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30752025-01-06T18:39:21.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762025-01-06T18:39:21.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772025-01-06T18:39:21.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782025-01-06T18:39:21.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30792025-01-06T18:39:21.129Z
30802025-01-06T18:39:21.129Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30812025-01-06T18:39:21.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822025-01-06T18:39:21.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832025-01-06T18:39:21.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842025-01-06T18:39:21.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30852025-01-06T18:39:21.790Z
30862025-01-06T18:39:21.790Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30872025-01-06T18:39:22.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-01-06T18:39:22.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-01-06T18:39:22.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902025-01-06T18:39:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30912025-01-06T18:39:22.442Z
30922025-01-06T18:39:22.442Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30932025-01-06T18:39:23.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942025-01-06T18:39:23.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952025-01-06T18:39:23.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962025-01-06T18:39:23.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30972025-01-06T18:39:23.092Z
30982025-01-06T18:39:23.092Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/176)
30992025-01-06T18:39:23.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002025-01-06T18:39:23.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012025-01-06T18:39:23.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022025-01-06T18:39:23.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31032025-01-06T18:39:23.759Z
31042025-01-06T18:39:23.759Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176)
31052025-01-06T18:39:24.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-01-06T18:39:24.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-01-06T18:39:24.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-01-06T18:39:24.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31092025-01-06T18:39:24.426Z
31102025-01-06T18:39:24.426Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31112025-01-06T18:39:25.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-01-06T18:39:25.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-01-06T18:39:25.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142025-01-06T18:39:25.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31152025-01-06T18:39:25.105Z
31162025-01-06T18:39:25.105Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31172025-01-06T18:39:25.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-01-06T18:39:25.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-01-06T18:39:25.803Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31202025-01-06T18:39:25.803Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31212025-01-06T18:39:26.691Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31222025-01-06T18:39:28.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
31232025-01-06T18:39:29.901Z
31242025-01-06T18:39:29.901Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31252025-01-06T18:39:29.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262025-01-06T18:39:29.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272025-01-06T18:39:29.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282025-01-06T18:39:29.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31292025-01-06T18:39:29.906Z
31302025-01-06T18:39:29.906Zinfo: running `cargo check --bins` on cert-dev (133/176)
31312025-01-06T18:39:30.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322025-01-06T18:39:30.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332025-01-06T18:39:30.147Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31342025-01-06T18:39:30.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31352025-01-06T18:39:30.584Z
31362025-01-06T18:39:30.584Zinfo: running `cargo check --bins` on clickana (134/176)
31372025-01-06T18:39:31.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382025-01-06T18:39:31.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392025-01-06T18:39:31.236Z Checking castaway v0.2.3
31402025-01-06T18:39:31.240Z Checking unicode-truncate v1.1.0
31412025-01-06T18:39:31.240Z Checking lru v0.12.5
31422025-01-06T18:39:31.240Z Compiling instability v0.3.2
31432025-01-06T18:39:31.240Z Checking cassowary v0.3.0
31442025-01-06T18:39:31.240Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31452025-01-06T18:39:31.461Z Checking compact_str v0.8.0
31462025-01-06T18:39:32.139Z Checking ratatui v0.28.1
31472025-01-06T18:39:33.063Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31482025-01-06T18:39:34.090Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31492025-01-06T18:39:34.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
31502025-01-06T18:39:35.111Z
31512025-01-06T18:39:35.111Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31522025-01-06T18:39:35.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532025-01-06T18:39:35.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542025-01-06T18:39:35.808Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31552025-01-06T18:39:35.808Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31562025-01-06T18:39:36.852Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31572025-01-06T18:39:37.380Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31582025-01-06T18:39:37.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
31592025-01-06T18:39:37.947Z
31602025-01-06T18:39:37.947Zinfo: running `cargo check --bins` on ch-dev (136/176)
31612025-01-06T18:39:38.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622025-01-06T18:39:38.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632025-01-06T18:39:38.614Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31642025-01-06T18:39:39.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31652025-01-06T18:39:39.524Z
31662025-01-06T18:39:39.524Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31672025-01-06T18:39:40.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682025-01-06T18:39:40.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692025-01-06T18:39:40.179Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31702025-01-06T18:39:40.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31712025-01-06T18:39:40.728Z
31722025-01-06T18:39:40.728Zinfo: running `cargo check --bins` on db-dev (138/176)
31732025-01-06T18:39:41.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742025-01-06T18:39:41.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752025-01-06T18:39:41.393Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31762025-01-06T18:39:42.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31772025-01-06T18:39:42.315Z
31782025-01-06T18:39:42.315Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31792025-01-06T18:39:42.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802025-01-06T18:39:42.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812025-01-06T18:39:42.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822025-01-06T18:39:42.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31832025-01-06T18:39:42.947Z
31842025-01-06T18:39:42.947Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31852025-01-06T18:39:43.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862025-01-06T18:39:43.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872025-01-06T18:39:43.601Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31882025-01-06T18:39:44.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
31892025-01-06T18:39:44.637Z
31902025-01-06T18:39:44.637Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31912025-01-06T18:39:46.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922025-01-06T18:39:46.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932025-01-06T18:39:46.799Z Checking cargo-platform v0.1.8
31942025-01-06T18:39:46.799Z Checking cargo_metadata v0.18.1
31952025-01-06T18:39:46.799Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31962025-01-06T18:39:47.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
31972025-01-06T18:39:47.547Z
31982025-01-06T18:39:47.547Zinfo: running `cargo check --bins` on mgs-dev (142/176)
31992025-01-06T18:39:48.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-01-06T18:39:48.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-01-06T18:39:48.272Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32022025-01-06T18:39:53.238Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32032025-01-06T18:39:53.279Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32042025-01-06T18:39:53.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
32052025-01-06T18:39:53.279Z
32062025-01-06T18:39:53.280Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32072025-01-06T18:39:53.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-01-06T18:39:53.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-01-06T18:39:53.280Z Compiling crunchy v0.2.2
32102025-01-06T18:39:53.280Z Compiling tiny-keccak v2.0.2
32112025-01-06T18:39:53.280Z Compiling dsl_auto_type v0.1.2
32122025-01-06T18:39:53.280Z Checking scheduled-thread-pool v0.2.7
32132025-01-06T18:39:53.280Z Compiling diesel_table_macro_syntax v0.2.0
32142025-01-06T18:39:53.280Z Compiling ascii-canvas v3.0.0
32152025-01-06T18:39:53.280Z Compiling ena v0.14.3
32162025-01-06T18:39:53.280Z Compiling regex-syntax v0.6.29
32172025-01-06T18:39:53.280Z Checking r2d2 v0.8.10
32182025-01-06T18:39:53.280Z Compiling diff v0.1.13
32192025-01-06T18:39:53.280Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32202025-01-06T18:39:53.280Z Compiling ref-cast v1.0.23
32212025-01-06T18:39:53.280Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32222025-01-06T18:39:53.280Z Compiling derive_builder_core v0.20.2
32232025-01-06T18:39:53.280Z Compiling libxml v0.3.3
32242025-01-06T18:39:53.280Z Compiling ref-cast-impl v1.0.23
32252025-01-06T18:39:53.280Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32262025-01-06T18:39:53.280Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32272025-01-06T18:39:53.280Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32282025-01-06T18:39:53.376Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32292025-01-06T18:39:53.461Z Compiling strum_macros v0.24.3
32302025-01-06T18:39:53.544Z Compiling samael v0.0.17
32312025-01-06T18:39:53.733Z Compiling diesel_derives v2.2.3
32322025-01-06T18:39:53.813Z Compiling indoc v1.0.9
32332025-01-06T18:39:54.811Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32342025-01-06T18:39:55.090Z Compiling impl-trait-for-tuples v0.2.2
32352025-01-06T18:39:55.221Z Compiling derive_builder_macro v0.20.2
32362025-01-06T18:39:55.397Z Compiling lalrpop v0.19.12
32372025-01-06T18:39:56.183Z Checking derive_builder v0.20.2
32382025-01-06T18:39:56.342Z Compiling oso-derive v0.27.3
32392025-01-06T18:39:56.674Z Checking quick-xml v0.33.0
32402025-01-06T18:39:57.170Z Compiling diesel-dtrace v0.4.2
32412025-01-06T18:39:57.381Z Checking maplit v1.0.2
32422025-01-06T18:39:57.529Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32432025-01-06T18:39:57.581Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32442025-01-06T18:39:57.901Z Checking bb8 v0.8.5
32452025-01-06T18:39:58.148Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32462025-01-06T18:39:58.387Z Checking rand_seeder v0.3.0
32472025-01-06T18:39:58.457Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32482025-01-06T18:39:58.539Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32492025-01-06T18:39:58.629Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32502025-01-06T18:39:58.825Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32512025-01-06T18:39:59.127Z Checking is_ci v1.2.0
32522025-01-06T18:39:59.178Z Checking smawk v0.3.2
32532025-01-06T18:39:59.268Z Checking unicode-linebreak v0.1.5
32542025-01-06T18:39:59.387Z Checking supports-color v3.0.1
32552025-01-06T18:39:59.627Z Checking multimap v0.10.0
32562025-01-06T18:39:59.699Z Checking textwrap v0.16.1
32572025-01-06T18:40:00.441Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32582025-01-06T18:40:03.028Z Checking diesel v2.2.6
32592025-01-06T18:40:32.969Z Compiling polar-core v0.27.3
32602025-01-06T18:40:33.110Z Checking async-bb8-diesel v0.2.1
32612025-01-06T18:40:36.516Z Checking oso v0.27.3
32622025-01-06T18:41:44.738Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32632025-01-06T18:41:51.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
32642025-01-06T18:41:51.244Z
32652025-01-06T18:41:51.244Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32662025-01-06T18:41:51.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672025-01-06T18:41:51.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682025-01-06T18:41:51.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692025-01-06T18:41:51.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32702025-01-06T18:41:51.934Z
32712025-01-06T18:41:51.934Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32722025-01-06T18:41:52.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-01-06T18:41:52.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-01-06T18:41:52.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-01-06T18:41:52.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32762025-01-06T18:41:52.618Z
32772025-01-06T18:41:52.618Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32782025-01-06T18:41:53.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-01-06T18:41:53.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-01-06T18:41:53.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812025-01-06T18:41:53.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32822025-01-06T18:41:53.238Z
32832025-01-06T18:41:53.238Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32842025-01-06T18:41:53.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852025-01-06T18:41:53.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862025-01-06T18:41:54.055Z Compiling libz-sys v1.1.20
32872025-01-06T18:41:54.171Z Compiling libgit2-sys v0.17.0+1.8.1
32882025-01-06T18:41:54.182Z Compiling vergen v8.3.2
32892025-01-06T18:41:54.185Z Compiling cargo-platform v0.1.8
32902025-01-06T18:41:54.185Z Compiling pin-project-internal v1.1.6
32912025-01-06T18:41:54.215Z Compiling snafu-derive v0.8.5
32922025-01-06T18:41:54.218Z Compiling libsqlite3-sys v0.30.1
32932025-01-06T18:41:54.219Z Compiling cfg_aliases v0.2.1
32942025-01-06T18:41:54.339Z Compiling buf-list v1.0.3
32952025-01-06T18:41:54.464Z Compiling cargo_metadata v0.18.1
32962025-01-06T18:41:54.754Z Compiling rustls v0.21.12
32972025-01-06T18:41:54.840Z Compiling nix v0.29.0
32982025-01-06T18:41:54.976Z Checking globset v0.4.15
32992025-01-06T18:41:55.103Z Checking olpc-cjson v0.1.4
33002025-01-06T18:41:55.205Z Checking sct v0.7.1
33012025-01-06T18:41:55.348Z Checking rustls-webpki v0.101.7
33022025-01-06T18:41:55.413Z Checking serde_plain v1.0.2
33032025-01-06T18:41:55.477Z Checking typed-path v0.9.3
33042025-01-06T18:41:55.979Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33052025-01-06T18:41:56.237Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33062025-01-06T18:41:56.263Z Checking hashlink v0.9.1
33072025-01-06T18:41:56.504Z Checking parse-size v1.1.0
33082025-01-06T18:41:56.694Z Checking fallible-iterator v0.3.0
33092025-01-06T18:41:56.887Z Checking fallible-streaming-iterator v0.1.9
33102025-01-06T18:41:57.157Z Checking pin-project v1.1.6
33112025-01-06T18:41:57.270Z Checking rusqlite v0.32.1
33122025-01-06T18:41:57.288Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33132025-01-06T18:41:57.440Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33142025-01-06T18:41:57.700Z Checking rustls-pemfile v1.0.4
33152025-01-06T18:41:57.911Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33162025-01-06T18:41:58.024Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33172025-01-06T18:41:58.301Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33182025-01-06T18:41:58.412Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33192025-01-06T18:41:58.440Z Checking twox-hash v1.6.3
33202025-01-06T18:41:58.553Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33212025-01-06T18:41:58.596Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33222025-01-06T18:41:58.948Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33232025-01-06T18:41:59.277Z Checking tokio-rustls v0.24.1
33242025-01-06T18:41:59.522Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33252025-01-06T18:41:59.648Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33262025-01-06T18:41:59.753Z Checking snafu v0.8.5
33272025-01-06T18:41:59.773Z Checking fatfs v0.3.6
33282025-01-06T18:42:00.246Z Checking tough v0.19.0
33292025-01-06T18:42:00.321Z Checking assert_matches v1.5.0
33302025-01-06T18:42:04.443Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33312025-01-06T18:42:05.843Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33322025-01-06T18:42:06.698Z Compiling git2 v0.19.0
33332025-01-06T18:42:11.449Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33342025-01-06T18:43:04.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
33352025-01-06T18:43:05.034Z
33362025-01-06T18:43:05.034Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33372025-01-06T18:43:05.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-01-06T18:43:05.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-01-06T18:43:05.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402025-01-06T18:43:05.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33412025-01-06T18:43:05.738Z
33422025-01-06T18:43:05.738Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33432025-01-06T18:43:06.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-01-06T18:43:06.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-01-06T18:43:06.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-01-06T18:43:06.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33472025-01-06T18:43:06.359Z
33482025-01-06T18:43:06.359Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33492025-01-06T18:43:06.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-01-06T18:43:06.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-01-06T18:43:06.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-01-06T18:43:06.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33532025-01-06T18:43:07.038Z
33542025-01-06T18:43:07.038Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33552025-01-06T18:43:07.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-01-06T18:43:07.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-01-06T18:43:07.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582025-01-06T18:43:07.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33592025-01-06T18:43:07.727Z
33602025-01-06T18:43:07.727Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33612025-01-06T18:43:08.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-01-06T18:43:08.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-01-06T18:43:08.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642025-01-06T18:43:08.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33652025-01-06T18:43:08.414Z
33662025-01-06T18:43:08.414Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33672025-01-06T18:43:09.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682025-01-06T18:43:09.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692025-01-06T18:43:09.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702025-01-06T18:43:09.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33712025-01-06T18:43:09.104Z
33722025-01-06T18:43:09.104Zinfo: running `cargo check --bins` on update-common (154/176)
33732025-01-06T18:43:09.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742025-01-06T18:43:09.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752025-01-06T18:43:09.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762025-01-06T18:43:09.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33772025-01-06T18:43:09.767Z
33782025-01-06T18:43:09.767Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33792025-01-06T18:43:10.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802025-01-06T18:43:10.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812025-01-06T18:43:10.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822025-01-06T18:43:10.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33832025-01-06T18:43:10.427Z
33842025-01-06T18:43:10.427Zinfo: running `cargo check --bins` on tufaceous (156/176)
33852025-01-06T18:43:11.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862025-01-06T18:43:11.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872025-01-06T18:43:11.123Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33882025-01-06T18:43:12.360Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33892025-01-06T18:43:13.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
33902025-01-06T18:43:13.453Z
33912025-01-06T18:43:13.453Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33922025-01-06T18:43:14.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932025-01-06T18:43:14.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942025-01-06T18:43:14.324Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33952025-01-06T18:43:14.327Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33962025-01-06T18:43:14.464Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33972025-01-06T18:43:14.467Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33982025-01-06T18:43:15.513Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33992025-01-06T18:43:42.277Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34002025-01-06T18:43:42.280Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34012025-01-06T18:43:42.280Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34022025-01-06T18:43:42.280Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34032025-01-06T18:43:42.280Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34042025-01-06T18:43:43.085Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34052025-01-06T18:43:44.409Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34062025-01-06T18:44:23.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
34072025-01-06T18:44:23.304Z
34082025-01-06T18:44:23.304Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34092025-01-06T18:44:23.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-01-06T18:44:23.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-01-06T18:44:24.034Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34122025-01-06T18:44:24.034Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34132025-01-06T18:44:24.036Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34142025-01-06T18:44:24.165Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34152025-01-06T18:44:24.168Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34162025-01-06T18:44:24.192Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34172025-01-06T18:44:24.194Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34182025-01-06T18:44:24.220Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34192025-01-06T18:44:24.356Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34202025-01-06T18:44:24.411Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34212025-01-06T18:44:24.457Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34222025-01-06T18:44:24.866Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34232025-01-06T18:44:25.317Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242025-01-06T18:44:25.400Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34252025-01-06T18:44:25.746Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34262025-01-06T18:44:26.844Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34272025-01-06T18:44:27.449Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34282025-01-06T18:44:28.007Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34292025-01-06T18:44:28.106Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34302025-01-06T18:44:29.993Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34312025-01-06T18:44:29.996Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322025-01-06T18:44:31.254Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34332025-01-06T18:44:32.845Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34342025-01-06T18:44:39.118Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34352025-01-06T18:44:39.120Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34362025-01-06T18:44:40.341Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34372025-01-06T18:44:41.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.15s
34382025-01-06T18:44:41.664Z
34392025-01-06T18:44:41.664Zinfo: running `cargo check --bins` on installinator-api (159/176)
34402025-01-06T18:44:42.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412025-01-06T18:44:42.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422025-01-06T18:44:42.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432025-01-06T18:44:42.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34442025-01-06T18:44:42.320Z
34452025-01-06T18:44:42.320Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34462025-01-06T18:44:42.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472025-01-06T18:44:42.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482025-01-06T18:44:42.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492025-01-06T18:44:42.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34502025-01-06T18:44:42.985Z
34512025-01-06T18:44:42.985Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34522025-01-06T18:44:43.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532025-01-06T18:44:43.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542025-01-06T18:44:43.692Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34552025-01-06T18:44:43.692Z Compiling petname v2.0.2
34562025-01-06T18:44:43.694Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34572025-01-06T18:44:43.694Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34582025-01-06T18:44:43.694Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34592025-01-06T18:44:43.694Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34602025-01-06T18:44:43.798Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34612025-01-06T18:44:43.818Z Checking sync-ptr v0.1.1
34622025-01-06T18:44:49.181Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34632025-01-06T18:44:49.859Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34642025-01-06T18:44:51.059Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34652025-01-06T18:44:52.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.67s
34662025-01-06T18:44:52.847Z
34672025-01-06T18:44:52.847Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34682025-01-06T18:44:53.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692025-01-06T18:44:53.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702025-01-06T18:44:53.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712025-01-06T18:44:53.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34722025-01-06T18:44:53.521Z
34732025-01-06T18:44:53.521Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34742025-01-06T18:44:54.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752025-01-06T18:44:54.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762025-01-06T18:44:54.200Z Checking memmap2 v0.9.5
34772025-01-06T18:44:54.200Z Checking constant_time_eq v0.3.1
34782025-01-06T18:44:54.203Z Checking spin v0.5.2
34792025-01-06T18:44:54.203Z Checking arrayvec v0.7.6
34802025-01-06T18:44:54.203Z Checking arrayref v0.3.9
34812025-01-06T18:44:54.305Z Checking topological-sort v0.2.2
34822025-01-06T18:44:54.327Z Checking shell-words v1.1.0
34832025-01-06T18:44:54.470Z Checking ring v0.16.20
34842025-01-06T18:44:54.598Z Checking blake3 v1.5.4
34852025-01-06T18:44:55.684Z Checking omicron-zone-package v0.11.1
34862025-01-06T18:44:56.809Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34872025-01-06T18:44:57.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
34882025-01-06T18:44:57.960Z
34892025-01-06T18:44:57.960Zinfo: running `cargo check --bins` on xtask (164/176)
34902025-01-06T18:44:58.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912025-01-06T18:44:58.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922025-01-06T18:44:58.399Z Checking bitflags v2.6.0
34932025-01-06T18:44:58.401Z Checking serde v1.0.215
34942025-01-06T18:44:58.401Z Checking thiserror v1.0.69
34952025-01-06T18:44:58.494Z Checking scroll v0.12.0
34962025-01-06T18:44:58.496Z Checking log v0.4.22
34972025-01-06T18:44:58.504Z Checking hashbrown v0.15.1
34982025-01-06T18:44:58.513Z Checking zerocopy v0.7.35
34992025-01-06T18:44:58.533Z Checking syn v2.0.87
35002025-01-06T18:44:58.590Z Checking pest v2.7.14
35012025-01-06T18:44:58.724Z Checking rustix v0.38.37
35022025-01-06T18:44:58.753Z Checking once_cell v1.20.2
35032025-01-06T18:44:58.955Z Checking goblin v0.8.2
35042025-01-06T18:44:59.056Z Checking fs-err v2.11.0
35052025-01-06T18:44:59.379Z Checking tabled v0.15.0
35062025-01-06T18:44:59.592Z Checking indexmap v2.6.0
35072025-01-06T18:44:59.962Z Checking anyhow v1.0.93
35082025-01-06T18:45:00.712Z Checking terminal_size v0.4.0
35092025-01-06T18:45:00.712Z Checking tempfile v3.13.0
35102025-01-06T18:45:00.886Z Checking clap_builder v4.5.21
35112025-01-06T18:45:01.115Z Checking dtrace-parser v0.2.0
35122025-01-06T18:45:02.678Z Checking serde_json v1.0.133
35132025-01-06T18:45:02.678Z Checking serde_spanned v0.6.8
35142025-01-06T18:45:02.678Z Checking toml_datetime v0.6.8
35152025-01-06T18:45:02.680Z Checking camino v1.1.9
35162025-01-06T18:45:02.680Z Checking semver v1.0.23
35172025-01-06T18:45:02.903Z Checking cargo-platform v0.1.8
35182025-01-06T18:45:02.970Z Checking toml_edit v0.22.22
35192025-01-06T18:45:03.083Z Checking macaddr v1.0.1
35202025-01-06T18:45:03.284Z Checking camino-tempfile v1.1.1
35212025-01-06T18:45:03.360Z Checking clap v4.5.21
35222025-01-06T18:45:03.939Z Checking dof v0.3.0
35232025-01-06T18:45:03.939Z Checking cargo_metadata v0.18.1
35242025-01-06T18:45:04.376Z Checking usdt-impl v0.5.0
35252025-01-06T18:45:04.738Z Checking usdt v0.5.0
35262025-01-06T18:45:04.873Z Checking toml v0.8.19
35272025-01-06T18:45:05.349Z Checking cargo_toml v0.20.5
35282025-01-06T18:45:06.596Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35292025-01-06T18:45:07.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
35302025-01-06T18:45:07.341Z
35312025-01-06T18:45:07.341Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35322025-01-06T18:45:07.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332025-01-06T18:45:07.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342025-01-06T18:45:08.124Z Checking polyval v0.6.2
35352025-01-06T18:45:08.238Z Checking ctr v0.9.2
35362025-01-06T18:45:08.249Z Checking ssh-encoding v0.2.0
35372025-01-06T18:45:08.251Z Checking blowfish v0.9.1
35382025-01-06T18:45:08.272Z Checking password-hash v0.4.2
35392025-01-06T18:45:08.274Z Checking matches v0.1.10
35402025-01-06T18:45:08.303Z Checking p521 v0.13.3
35412025-01-06T18:45:08.303Z Checking p256 v0.13.2
35422025-01-06T18:45:08.382Z Checking idna v0.2.3
35432025-01-06T18:45:08.448Z Checking ghash v0.5.1
35442025-01-06T18:45:08.470Z Checking bcrypt-pbkdf v0.10.0
35452025-01-06T18:45:08.487Z Compiling enum-as-inner v0.5.1
35462025-01-06T18:45:08.559Z Checking russh-cryptovec v0.7.3
35472025-01-06T18:45:08.614Z Checking aes-gcm v0.10.3
35482025-01-06T18:45:08.704Z Checking pbkdf2 v0.11.0
35492025-01-06T18:45:08.724Z Checking md5 v0.7.0
35502025-01-06T18:45:08.768Z Checking num-bigint v0.4.6
35512025-01-06T18:45:08.794Z Checking des v0.8.1
35522025-01-06T18:45:08.841Z Checking ssh-cipher v0.2.0
35532025-01-06T18:45:08.978Z Compiling dhcproto-macros v0.1.0
35542025-01-06T18:45:08.997Z Checking hex-literal v0.4.1
35552025-01-06T18:45:09.070Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35562025-01-06T18:45:09.122Z Checking ssh-key v0.6.6
35572025-01-06T18:45:09.142Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35582025-01-06T18:45:09.200Z Checking internet-checksum v0.2.1
35592025-01-06T18:45:09.584Z Checking trust-dns-proto v0.22.0
35602025-01-06T18:45:10.432Z Checking russh-keys v0.45.0
35612025-01-06T18:45:11.378Z Checking russh v0.45.0
35622025-01-06T18:45:12.129Z Checking dhcproto v0.12.0
35632025-01-06T18:45:29.511Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35642025-01-06T18:45:30.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.63s
35652025-01-06T18:45:31.186Z
35662025-01-06T18:45:31.186Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35672025-01-06T18:45:31.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682025-01-06T18:45:31.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692025-01-06T18:45:31.838Z Checking termios v0.3.3
35702025-01-06T18:45:32.059Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35712025-01-06T18:45:32.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
35722025-01-06T18:45:33.013Z
35732025-01-06T18:45:33.013Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35742025-01-06T18:45:33.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752025-01-06T18:45:33.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762025-01-06T18:45:33.729Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35772025-01-06T18:45:33.729Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35782025-01-06T18:45:33.732Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35792025-01-06T18:45:33.732Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35802025-01-06T18:45:34.828Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35812025-01-06T18:45:36.130Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35822025-01-06T18:45:38.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
35832025-01-06T18:45:38.245Z
35842025-01-06T18:45:38.245Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35852025-01-06T18:45:38.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862025-01-06T18:45:38.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872025-01-06T18:45:38.905Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35882025-01-06T18:45:39.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
35892025-01-06T18:45:39.589Z
35902025-01-06T18:45:39.589Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35912025-01-06T18:45:40.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922025-01-06T18:45:40.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932025-01-06T18:45:40.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942025-01-06T18:45:40.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952025-01-06T18:45:40.210Z
35962025-01-06T18:45:40.210Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
35972025-01-06T18:45:40.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-01-06T18:45:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-01-06T18:45:40.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002025-01-06T18:45:40.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36012025-01-06T18:45:40.836Z
36022025-01-06T18:45:40.836Zinfo: running `cargo check --bins` on omicron-package (171/176)
36032025-01-06T18:45:41.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-01-06T18:45:41.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-01-06T18:45:41.522Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36062025-01-06T18:45:42.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
36072025-01-06T18:45:43.083Z
36082025-01-06T18:45:43.083Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36092025-01-06T18:45:43.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102025-01-06T18:45:43.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112025-01-06T18:45:43.801Z Checking rtoolbox v0.0.2
36122025-01-06T18:45:43.801Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36132025-01-06T18:45:43.803Z Checking tui-tree-widget v0.22.0
36142025-01-06T18:45:44.033Z Checking rpassword v7.3.1
36152025-01-06T18:45:48.144Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36162025-01-06T18:45:51.188Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36172025-01-06T18:45:52.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s
36182025-01-06T18:45:52.634Z
36192025-01-06T18:45:52.634Zinfo: running `cargo check --bins` on wicket (173/176)
36202025-01-06T18:45:53.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-01-06T18:45:53.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-01-06T18:45:53.329Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36232025-01-06T18:45:53.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
36242025-01-06T18:45:53.971Z
36252025-01-06T18:45:53.971Zinfo: running `cargo check --bins` on wicketd (174/176)
36262025-01-06T18:45:54.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-01-06T18:45:54.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-01-06T18:45:54.709Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36292025-01-06T18:45:54.709Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36302025-01-06T18:45:55.579Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36312025-01-06T18:45:59.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
36322025-01-06T18:45:59.673Z
36332025-01-06T18:45:59.673Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36342025-01-06T18:46:00.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352025-01-06T18:46:00.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362025-01-06T18:46:00.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372025-01-06T18:46:00.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382025-01-06T18:46:00.293Z
36392025-01-06T18:46:00.293Zinfo: running `cargo check --bins` on zone-setup (176/176)
36402025-01-06T18:46:00.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412025-01-06T18:46:00.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422025-01-06T18:46:01.053Z Checking uzers v0.12.1
36432025-01-06T18:46:01.407Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36442025-01-06T18:46:02.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
36452025-01-06T18:46:02.856Z
36462025-01-06T18:46:02.858Zreal 13:46.287156502
36472025-01-06T18:46:02.858Zuser 25:47.128214497
36482025-01-06T18:46:02.858Zsys 5:53.084941637
36492025-01-06T18:46:02.858Ztrap 0.502353237
36502025-01-06T18:46:02.858Ztflt 2.386388083
36512025-01-06T18:46:02.858Zdflt 3.136959351
36522025-01-06T18:46:02.858Zkflt 0.000865418
36532025-01-06T18:46:02.858Zlock 48:54.248593523
36542025-01-06T18:46:02.859Zslp 2:15:10.938726621
36552025-01-06T18:46:02.859Zlat 1:03.319439286
36562025-01-06T18:46:02.859Zstop 3:33.687436405
36572025-01-06T18:46:02.859Zprocess exited: duration 1178647 ms, exit code 0
 
36582025-01-06T18:46:02.864Zfound 0 output files