01JHT8DZCDQ8A8ZP50RFECT3VW: 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: 01JHT8E8KVQVNKHQXR0JBRR5QH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-17T13:50:48.487Zjob assigned to worker 01JHT8ECJZKJ954R5DHXW1YQ1D [factory aws, i-022620d78dacc7b50] (queued for 47 s)
 
22025-01-17T13:50:56.244Zstarting task 0: "setup"
32025-01-17T13:50:56.253Z++ uname -s
42025-01-17T13:50:56.255Z+ kern=SunOS
52025-01-17T13:50:56.255Z+ case "$kern" in
62025-01-17T13:50:56.255Z+ groupadd -g 12345 build
72025-01-17T13:50:56.258Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-17T13:50:58.266Z+ zfs create -o mountpoint=/work rpool/work
92025-01-17T13:50:58.391Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-17T13:50:58.394Z+ home_fs=zfs
112025-01-17T13:50:58.394Z+ [[ zfs == autofs ]]
122025-01-17T13:50:58.394Z+ mkdir -p /home/build
132025-01-17T13:50:58.397Z+ chown build:build /home/build /work
142025-01-17T13:51:00.398Z+ chmod 0700 /home/build /work
152025-01-17T13:51:00.401Zprocess exited: duration 4158 ms, exit code 0
 
162025-01-17T13:51:00.407Zstarting task 1: "rust-toolchain"
172025-01-17T13:51:00.412Z+ printf ' * toolchain channel = "%s"
182025-01-17T13:51:00.413Z' 1.84.0
192025-01-17T13:51:00.413Z+ printf ' * toolchain profile = "%s"
202025-01-17T13:51:00.413Z' default
212025-01-17T13:51:00.413Z * toolchain channel = "1.84.0"
222025-01-17T13:51:00.413Z * toolchain profile = "default"
232025-01-17T13:51:00.415Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-17T13:51:00.415Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-17T13:51:00.531Zinfo: downloading installer
262025-01-17T13:51:01.610Zinfo: profile set to 'default'
272025-01-17T13:51:01.610Zinfo: default host triple is x86_64-unknown-illumos
282025-01-17T13:51:01.613Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-17T13:51:01.737Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-17T13:51:01.737Zinfo: downloading component 'cargo'
312025-01-17T13:51:02.382Zinfo: downloading component 'clippy'
322025-01-17T13:51:02.631Zinfo: downloading component 'rust-docs'
332025-01-17T13:51:03.512Zinfo: downloading component 'rust-std'
342025-01-17T13:51:04.824Zinfo: downloading component 'rustc'
352025-01-17T13:51:09.897Zinfo: downloading component 'rustfmt'
362025-01-17T13:51:10.100Zinfo: installing component 'cargo'
372025-01-17T13:51:10.923Zinfo: installing component 'clippy'
382025-01-17T13:51:11.301Zinfo: installing component 'rust-docs'
392025-01-17T13:51:12.979Zinfo: installing component 'rust-std'
402025-01-17T13:51:14.704Zinfo: installing component 'rustc'
412025-01-17T13:51:20.698Zinfo: installing component 'rustfmt'
422025-01-17T13:51:21.031Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-17T13:51:21.032Z
442025-01-17T13:51:21.425Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-17T13:51:21.425Z
462025-01-17T13:51:21.428Z
472025-01-17T13:51:21.428ZRust is installed now. Great!
482025-01-17T13:51:21.428Z
492025-01-17T13:51:21.428ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-17T13:51:21.428Zenvironment variable. This has not been done automatically.
512025-01-17T13:51:21.428Z
522025-01-17T13:51:21.428ZTo configure your current shell, you need to source
532025-01-17T13:51:21.428Zthe corresponding env file under $HOME/.cargo.
542025-01-17T13:51:21.428Z
552025-01-17T13:51:21.429ZThis is usually done by running one of the following (note the leading DOT):
562025-01-17T13:51:21.429Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-17T13:51:21.429Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-17T13:51:21.505Z+ rustc --version
592025-01-17T13:51:21.570Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-17T13:51:21.573Zprocess exited: duration 21162 ms, exit code 0
 
612025-01-17T13:51:21.580Zstarting task 2: "authentication"
622025-01-17T13:51:21.600Zprocess exited: duration 20 ms, exit code 0
 
632025-01-17T13:51:21.607Zstarting task 3: "clone repository"
642025-01-17T13:51:21.612Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-17T13:51:21.615Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-17T13:51:21.656ZCloning into '/work/oxidecomputer/omicron'...
672025-01-17T13:51:28.582Z+ cd /work/oxidecomputer/omicron
682025-01-17T13:51:28.582Z+ git fetch origin 320c920d7af91114b20afaa41d260bb6ad4ec1ab
692025-01-17T13:51:28.901ZFrom https://github.com/oxidecomputer/omicron
702025-01-17T13:51:28.901Z * branch 320c920d7af91114b20afaa41d260bb6ad4ec1ab -> FETCH_HEAD
712025-01-17T13:51:28.912Z+ [[ -n john/reconfigurator-cli-blippy ]]
722025-01-17T13:51:28.915Z++ git branch --show-current
732025-01-17T13:51:28.918Z+ current=main
742025-01-17T13:51:28.918Z+ [[ main != john/reconfigurator-cli-blippy ]]
752025-01-17T13:51:28.918Z+ git branch -f john/reconfigurator-cli-blippy 320c920d7af91114b20afaa41d260bb6ad4ec1ab
762025-01-17T13:51:28.920Z+ git checkout -f john/reconfigurator-cli-blippy
772025-01-17T13:51:29.098ZSwitched to branch 'john/reconfigurator-cli-blippy'
782025-01-17T13:51:29.101Z+ git reset --hard 320c920d7af91114b20afaa41d260bb6ad4ec1ab
792025-01-17T13:51:29.114ZHEAD is now at 320c920d7 Merge remote-tracking branch 'origin/main' into john/reconfigurator-cli-blippy
802025-01-17T13:51:29.117Zprocess exited: duration 7507 ms, exit code 0
 
812025-01-17T13:51:29.123Zstarting task 4: "build"
822025-01-17T13:51:29.128Z+ source .github/buildomat/ci-env.sh
832025-01-17T13:51:29.128Z++ export CARGO_TERM_COLOR=always
842025-01-17T13:51:29.128Z++ CARGO_TERM_COLOR=always
852025-01-17T13:51:29.131Z+ cargo --version
862025-01-17T13:51:29.187Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-17T13:51:29.189Z+ rustc --version
882025-01-17T13:51:29.249Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-17T13:51:29.253Z+ source ./env.sh
902025-01-17T13:51:29.253Z++ OLD_SHELL_OPTS=ehxB
912025-01-17T13:51:29.253Z++ set -o xtrace
922025-01-17T13:51:29.255Z++++ dirname ./env.sh
932025-01-17T13:51:29.258Z+++ readlink -f .
942025-01-17T13:51:29.261Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-17T13:51:29.261Z++ 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-17T13:51:29.261Z++ 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-17T13:51:29.261Z++ 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-17T13:51:29.261Z++ 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-17T13:51:29.261Z++ 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-17T13:51:29.261Z++ 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-17T13:51:29.261Z++ 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-17T13:51:29.261Z++ 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-17T13:51:29.261Z++ case $OLD_SHELL_OPTS in
1042025-01-17T13:51:29.261Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-17T13:51:29.261Z+ 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-17T13:51:29.261Z+ 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-17T13:51:29.261Z+ banner prerequisites
1082025-01-17T13:51:29.264Z
1092025-01-17T13:51:29.264Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-17T13:51:29.264Z # # # # # # # # # # # # # # #
1112025-01-17T13:51:29.265Z # # # # ##### # # ##### # # # # # #### #
1122025-01-17T13:51:29.265Z ##### ##### # ##### # # # # # # # # #
1132025-01-17T13:51:29.265Z # # # # # # # # # # # # # # #
1142025-01-17T13:51:29.265Z # # # ###### # # ###### ### # #### # #### #
1152025-01-17T13:51:29.265Z
1162025-01-17T13:51:29.265Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-17T13:51:30.905Zpkg list: illegal option -- F
1182025-01-17T13:51:30.905ZUsage:
1192025-01-17T13:51:30.908Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-17T13:51:30.908Z [pkg_fmri_pattern ...]
1212025-01-17T13:51:31.743Zpkg list: illegal option -- F
1222025-01-17T13:51:31.743ZUsage:
1232025-01-17T13:51:31.746Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-17T13:51:31.746Z [pkg_fmri_pattern ...]
1252025-01-17T13:51:37.860Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-17T13:51:41.910Z Startup: Caching catalogs ... Done
1272025-01-17T13:51:52.979ZPlanning: Solver setup ... Done (10.253s)
1282025-01-17T13:51:53.127ZPlanning: Running solver ... Done (0.147s)
1292025-01-17T13:51:53.241ZPlanning: Finding local manifests ... Done (0.007s)
1302025-01-17T13:51:53.254ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-17T13:51:53.482ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-17T13:51:53.590ZPlanning: Package planning ... Done (0.109s)
1332025-01-17T13:51:53.647ZPlanning: Merging actions ... Done (0.057s)
1342025-01-17T13:51:53.845ZPlanning: Checking for conflicting actions ... Done (0.198s)
1352025-01-17T13:51:55.987ZPlanning: Consolidating action changes ... Done (2.142s)
1362025-01-17T13:51:56.421ZPlanning: Evaluating mediators ... Done (0.434s)
1372025-01-17T13:51:56.501ZPlanning: Planning completed in 14.49 seconds
1382025-01-17T13:51:56.517Z Packages to install: 4
1392025-01-17T13:51:56.517Z Packages to update: 3
1402025-01-17T13:51:56.520Z Mediators to change: 2
1412025-01-17T13:51:56.520Z Services to change: 1
1422025-01-17T13:51:56.520Z Estimated space available: 155.61 GB
1432025-01-17T13:51:56.520ZEstimated space to be consumed: 1.64 GB
1442025-01-17T13:51:56.520Z Create boot environment: No
1452025-01-17T13:51:56.520ZCreate backup boot environment: Yes
1462025-01-17T13:51:56.520Z Rebuild boot archive: No
1472025-01-17T13:51:56.520Z
1482025-01-17T13:51:56.520ZChanged mediators:
1492025-01-17T13:51:56.520Z mediator clang:
1502025-01-17T13:51:56.520Z version: None -> 15 (system default)
1512025-01-17T13:51:56.520Z
1522025-01-17T13:51:56.521Z mediator llvm:
1532025-01-17T13:51:56.521Z version: 14 (system default) -> 15 (system default)
1542025-01-17T13:51:56.521Z
1552025-01-17T13:51:56.521ZChanged packages:
1562025-01-17T13:51:56.521Zhelios-dev
1572025-01-17T13:51:56.521Z developer/build-essential
1582025-01-17T13:51:56.521Z None -> 11-2.0
1592025-01-17T13:51:56.521Z library/libxmlsec1
1602025-01-17T13:51:56.521Z None -> 1.2.35-2.0
1612025-01-17T13:51:56.521Z ooce/developer/clang-15
1622025-01-17T13:51:56.521Z None -> 15.0.7-2.0
1632025-01-17T13:51:56.521Z ooce/developer/llvm-15
1642025-01-17T13:51:56.521Z None -> 15.0.7-2.0
1652025-01-17T13:51:56.521Z package/pkg
1662025-01-17T13:51:56.521Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-17T13:51:56.521Z system/library/g++-runtime
1682025-01-17T13:51:56.521Z 13-2.0 -> 14-2.0
1692025-01-17T13:51:56.521Z system/library/gcc-runtime
1702025-01-17T13:51:56.521Z 13-2.0 -> 14-2.0
1712025-01-17T13:51:56.521Z
1722025-01-17T13:51:56.521ZServices:
1732025-01-17T13:51:56.521Z restart_fmri:
1742025-01-17T13:51:56.522Z svc:/system/update-man-index:default
1752025-01-17T13:51:56.522Z
1762025-01-17T13:51:56.522ZEditable files to change:
1772025-01-17T13:51:56.522Z Update:
1782025-01-17T13:51:56.522Z usr/share/lib/pkg/web/config.shtml
1792025-01-17T13:51:56.596Z
1802025-01-17T13:51:56.597ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-17T13:52:01.598ZDownload: 1198/4301 items 80.0/225.4MB 35% complete (16.1M/s)
1822025-01-17T13:52:06.840ZDownload: 2217/4301 items 119.2/225.4MB 52% complete (12.1M/s)
1832025-01-17T13:52:11.848ZDownload: 2702/4301 items 120.7/225.4MB 53% complete (4.0M/s)
1842025-01-17T13:52:16.849ZDownload: 3192/4301 items 167.1/225.4MB 74% complete (4.7M/s)
1852025-01-17T13:52:21.850ZDownload: 3897/4301 items 217.6/225.4MB 96% complete (9.7M/s)
1862025-01-17T13:52:26.853ZDownload: 4300/4301 items 225.3/225.4MB 99% complete (9.1M/s)
1872025-01-17T13:52:26.862ZDownload: Completed 225.42 MB in 30.26 seconds (7.5M/s)
1882025-01-17T13:52:28.879Z Actions: 1/5122 actions (Removing old actions)
1892025-01-17T13:52:28.900Z Actions: 194/5122 actions (Installing new actions)
1902025-01-17T13:52:33.646Z Actions: 4267/5122 actions (Updating modified actions)
1912025-01-17T13:52:34.002Z Actions: Completed 5122 actions in 5.12 seconds.
1922025-01-17T13:52:34.408Z Done (0.397s)
1932025-01-17T13:52:34.410Z Done (0.001s)
1942025-01-17T13:52:34.986Z Done (0.577s)
1952025-01-17T13:52:39.433Z Done (4.213s)
1962025-01-17T13:52:39.515Z Done (0.017s)
1972025-01-17T13:52:39.518Z Done (0.000s)
1982025-01-17T13:52:39.691Z Done (0.000s)
1992025-01-17T13:52:40.386ZPlanning: Evaluating mediator changes ... Done
2002025-01-17T13:52:40.546ZPlanning: Checking for conflicting actions ... Done
2012025-01-17T13:52:40.550ZPlanning: Consolidating action changes ... Done
2022025-01-17T13:52:40.811ZPlanning: Evaluating mediators ... Done
2032025-01-17T13:52:40.814ZPlanning: Planning completed in 0.43 seconds
2042025-01-17T13:52:40.851Z Mediators to change: 2
2052025-01-17T13:52:40.851Z Create boot environment: No
2062025-01-17T13:52:40.853ZCreate backup boot environment: No
2072025-01-17T13:52:40.931Z Done
2082025-01-17T13:52:40.931Z Done
2092025-01-17T13:52:41.328Z Done
2102025-01-17T13:52:44.881Z Done
2112025-01-17T13:52:44.970Z Done
2122025-01-17T13:52:44.972Z Done
2132025-01-17T13:52:45.106Z Done
2142025-01-17T13:52:45.710ZPlanning: Evaluating mediator changes ... Done
2152025-01-17T13:52:45.713ZPlanning: Merging actions ... Done
2162025-01-17T13:52:45.899ZPlanning: Checking for conflicting actions ... Done
2172025-01-17T13:52:45.902ZPlanning: Consolidating action changes ... Done
2182025-01-17T13:52:46.160ZPlanning: Evaluating mediators ... Done
2192025-01-17T13:52:46.216ZPlanning: Planning completed in 0.74 seconds
2202025-01-17T13:52:46.258Z Packages to change: 1
2212025-01-17T13:52:46.258Z Mediators to change: 1
2222025-01-17T13:52:46.258Z Services to change: 1
2232025-01-17T13:52:46.258Z Create boot environment: No
2242025-01-17T13:52:46.258ZCreate backup boot environment: Yes
2252025-01-17T13:52:48.480Z Actions: 1/6 actions (Updating modified actions)
2262025-01-17T13:52:48.482Z Actions: Completed 6 actions in 0.00 seconds.
2272025-01-17T13:52:48.484Z Done
2282025-01-17T13:52:48.484Z Done
2292025-01-17T13:52:48.599Z Done
2302025-01-17T13:52:52.150Z Done
2312025-01-17T13:52:52.228Z Done
2322025-01-17T13:52:52.232Z Done
2332025-01-17T13:52:52.384Z Done
2342025-01-17T13:52:52.820ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352025-01-17T13:52:52.820Zclang system 15 system
2362025-01-17T13:52:52.820Zcsh system system illumos
2372025-01-17T13:52:52.820Zctags system system illumos
2382025-01-17T13:52:52.820Zgcc vendor 12 vendor
2392025-01-17T13:52:52.820Zgcc system 10 system
2402025-01-17T13:52:52.820Zgcc system 7 system
2412025-01-17T13:52:52.820Zgo system 1.20 system
2422025-01-17T13:52:52.821Zgo system 1.19 system
2432025-01-17T13:52:52.821Zllvm system 15 system
2442025-01-17T13:52:52.821Zllvm system 14 system
2452025-01-17T13:52:52.821Zmariadb system 10.6 system
2462025-01-17T13:52:52.821Zmta vendor vendor dma
2472025-01-17T13:52:52.821Zopenjdk system 17 system
2482025-01-17T13:52:52.821Zopenjdk system 11 system
2492025-01-17T13:52:52.821Zopenjdk system 1.8 system
2502025-01-17T13:52:52.821Zopenssl vendor 3 vendor
2512025-01-17T13:52:52.821Zperl system 5.36 system
2522025-01-17T13:52:52.821Zpostgresql system 15 system
2532025-01-17T13:52:52.821Zpostgresql system 13 system
2542025-01-17T13:52:52.821Zpython vendor 3 vendor
2552025-01-17T13:52:52.821Zpython system 2 system
2562025-01-17T13:52:52.821Zpython3 system 3.11 system
2572025-01-17T13:52:52.821Zruby system 3.0 system
2582025-01-17T13:52:52.821Zwords vendor vendor american-english
2592025-01-17T13:52:52.821Zwords system system australian-english
2602025-01-17T13:52:52.821Zwords system system british-english
2612025-01-17T13:52:52.822Zwords system system canadian-english
2622025-01-17T13:52:52.822Zwords system system french
2632025-01-17T13:52:52.822Zwords system system italian
2642025-01-17T13:52:52.822Zwords system system ngerman
2652025-01-17T13:52:52.822Zwords system system ogerman
2662025-01-17T13:52:52.822Zwords system system spanish
2672025-01-17T13:52:53.155ZPUBLISHER TYPE STATUS P LOCATION
2682025-01-17T13:52:53.155Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692025-01-17T13:52:55.950ZFMRI IFO
2702025-01-17T13:52:55.950Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712025-01-17T13:52:55.950Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722025-01-17T13:52:55.950Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732025-01-17T13:52:55.950Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742025-01-17T13:52:55.950Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752025-01-17T13:52:55.950Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762025-01-17T13:52:55.950Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2772025-01-17T13:52:55.950Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782025-01-17T13:52:55.950Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792025-01-17T13:52:55.950Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2802025-01-17T13:52:55.950Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812025-01-17T13:52:55.950Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822025-01-17T13:52:55.950Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2832025-01-17T13:52:55.950Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842025-01-17T13:52:55.950Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852025-01-17T13:52:56.702Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862025-01-17T13:52:57.005Z Updating crates.io index
2872025-01-17T13:52:57.007Z Updating git repository `https://github.com/oxidecomputer/diffus`
2882025-01-17T13:52:57.395Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892025-01-17T13:52:57.972Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2902025-01-17T13:52:58.238Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912025-01-17T13:52:58.527Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922025-01-17T13:52:58.825Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932025-01-17T13:53:00.019Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942025-01-17T13:53:01.700Z Updating git repository `https://github.com/oxidecomputer/opte`
2952025-01-17T13:53:02.405Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962025-01-17T13:53:03.361Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-01-17T13:53:03.744Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-01-17T13:53:03.971Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992025-01-17T13:53:04.609Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3002025-01-17T13:53:05.006Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3012025-01-17T13:53:05.342Z Updating git repository `https://github.com/oxidecomputer/tofino`
3022025-01-17T13:53:05.634Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032025-01-17T13:53:05.904Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042025-01-17T13:53:06.194Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052025-01-17T13:53:06.475Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062025-01-17T13:53:06.791Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072025-01-17T13:53:07.300Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082025-01-17T13:53:07.534Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092025-01-17T13:53:08.033Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102025-01-17T13:53:08.363Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112025-01-17T13:53:08.790Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122025-01-17T13:53:09.233Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3132025-01-17T13:53:09.740Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142025-01-17T13:53:09.984Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152025-01-17T13:53:10.243Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162025-01-17T13:53:11.467Z Downloading crates ...
3172025-01-17T13:53:11.579Z Downloaded anstyle-query v1.1.1
3182025-01-17T13:53:11.582Z Downloaded autocfg v1.4.0
3192025-01-17T13:53:11.585Z Downloaded anstyle-parse v0.2.5
3202025-01-17T13:53:11.587Z Downloaded byteorder v1.5.0
3212025-01-17T13:53:11.590Z Downloaded anstream v0.6.15
3222025-01-17T13:53:11.592Z Downloaded anstyle v1.0.10
3232025-01-17T13:53:11.606Z Downloaded swrite v0.1.0
3242025-01-17T13:53:11.608Z Downloaded dtrace-parser v0.2.0
3252025-01-17T13:53:11.612Z Downloaded equivalent v1.0.1
3262025-01-17T13:53:11.621Z Downloaded usdt-attr-macro v0.5.0
3272025-01-17T13:53:11.624Z Downloaded scroll_derive v0.12.0
3282025-01-17T13:53:11.624Z Downloaded usdt-macro v0.5.0
3292025-01-17T13:53:11.633Z Downloaded pretty-hex v0.4.1
3302025-01-17T13:53:11.637Z Downloaded bytecount v0.6.8
3312025-01-17T13:53:11.640Z Downloaded clap_lex v0.7.2
3322025-01-17T13:53:11.642Z Downloaded cfg-if v1.0.0
3332025-01-17T13:53:11.642Z Downloaded block-buffer v0.10.4
3342025-01-17T13:53:11.642Z Downloaded itoa v1.0.11
3352025-01-17T13:53:11.645Z Downloaded is_terminal_polyfill v1.70.1
3362025-01-17T13:53:11.645Z Downloaded fs-err v2.11.0
3372025-01-17T13:53:11.647Z Downloaded fnv v1.0.7
3382025-01-17T13:53:11.647Z Downloaded crypto-common v0.1.6
3392025-01-17T13:53:11.647Z Downloaded cargo-platform v0.1.8
3402025-01-17T13:53:11.650Z Downloaded macaddr v1.0.1
3412025-01-17T13:53:11.650Z Downloaded dof v0.3.0
3422025-01-17T13:53:11.652Z Downloaded digest v0.10.7
3432025-01-17T13:53:11.652Z Downloaded heck v0.5.0
3442025-01-17T13:53:11.655Z Downloaded heck v0.4.1
3452025-01-17T13:53:11.655Z Downloaded camino-tempfile v1.1.1
3462025-01-17T13:53:11.658Z Downloaded cpufeatures v0.2.14
3472025-01-17T13:53:11.658Z Downloaded smawk v0.3.2
3482025-01-17T13:53:11.660Z Downloaded plain v0.2.3
3492025-01-17T13:53:11.660Z Downloaded colorchoice v1.0.2
3502025-01-17T13:53:11.666Z Downloaded errno v0.3.9
3512025-01-17T13:53:11.668Z Downloaded memmap v0.7.0
3522025-01-17T13:53:11.671Z Downloaded thiserror-impl v1.0.69
3532025-01-17T13:53:11.671Z Downloaded strsim v0.11.1
3542025-01-17T13:53:11.671Z Downloaded cargo_metadata v0.18.1
3552025-01-17T13:53:11.673Z Downloaded tabled_derive v0.7.0
3562025-01-17T13:53:11.673Z Downloaded serde_tokenstream v0.2.2
3572025-01-17T13:53:11.676Z Downloaded utf8parse v0.2.2
3582025-01-17T13:53:11.679Z Downloaded usdt v0.5.0
3592025-01-17T13:53:11.679Z Downloaded toml_datetime v0.6.8
3602025-01-17T13:53:11.681Z Downloaded serde_spanned v0.6.8
3612025-01-17T13:53:11.684Z Downloaded unicode-linebreak v0.1.5
3622025-01-17T13:53:11.684Z Downloaded proc-macro-error-attr v1.0.4
3632025-01-17T13:53:11.684Z Downloaded thiserror v1.0.69
3642025-01-17T13:53:11.688Z Downloaded bitflags v2.6.0
3652025-01-17T13:53:11.695Z Downloaded version_check v0.9.5
3662025-01-17T13:53:11.701Z Downloaded fastrand v2.1.1
3672025-01-17T13:53:11.704Z Downloaded generic-array v0.14.7
3682025-01-17T13:53:11.707Z Downloaded clap_derive v4.5.18
3692025-01-17T13:53:11.710Z Downloaded tempfile v3.13.0
3702025-01-17T13:53:11.713Z Downloaded pest_generator v2.7.14
3712025-01-17T13:53:11.716Z Downloaded usdt-impl v0.5.0
3722025-01-17T13:53:11.716Z Downloaded thread-id v4.2.2
3732025-01-17T13:53:11.718Z Downloaded quote v1.0.38
3742025-01-17T13:53:11.718Z Downloaded pest_derive v2.7.14
3752025-01-17T13:53:11.721Z Downloaded proc-macro-error v1.0.4
3762025-01-17T13:53:11.723Z Downloaded once_cell v1.20.2
3772025-01-17T13:53:11.728Z Downloaded sha2 v0.10.8
3782025-01-17T13:53:11.731Z Downloaded scroll v0.12.0
3792025-01-17T13:53:11.733Z Downloaded terminal_size v0.4.0
3802025-01-17T13:53:11.733Z Downloaded cargo_toml v0.20.5
3812025-01-17T13:53:11.737Z Downloaded camino v1.1.9
3822025-01-17T13:53:11.740Z Downloaded anyhow v1.0.93
3832025-01-17T13:53:11.746Z Downloaded log v0.4.22
3842025-01-17T13:53:11.749Z Downloaded clap v4.5.21
3852025-01-17T13:53:11.756Z Downloaded ucd-trie v0.1.7
3862025-01-17T13:53:11.758Z Downloaded typenum v1.17.0
3872025-01-17T13:53:11.761Z Downloaded toml v0.8.19
3882025-01-17T13:53:11.763Z Downloaded pest_meta v2.7.14
3892025-01-17T13:53:11.766Z Downloaded semver v1.0.24
3902025-01-17T13:53:11.768Z Downloaded zerocopy-derive v0.7.35
3912025-01-17T13:53:11.775Z Downloaded proc-macro2 v1.0.92
3922025-01-17T13:53:11.777Z Downloaded papergrid v0.11.0
3932025-01-17T13:53:11.781Z Downloaded unicode-ident v1.0.14
3942025-01-17T13:53:11.784Z Downloaded ryu v1.0.18
3952025-01-17T13:53:11.787Z Downloaded textwrap v0.16.1
3962025-01-17T13:53:11.789Z Downloaded serde_derive v1.0.217
3972025-01-17T13:53:11.794Z Downloaded indexmap v2.7.0
3982025-01-17T13:53:11.809Z Downloaded serde v1.0.217
3992025-01-17T13:53:11.812Z Downloaded memchr v2.7.4
4002025-01-17T13:53:11.830Z Downloaded toml_edit v0.22.22
4012025-01-17T13:53:11.850Z Downloaded hashbrown v0.15.1
4022025-01-17T13:53:11.869Z Downloaded pest v2.7.14
4032025-01-17T13:53:11.886Z Downloaded serde_json v1.0.135
4042025-01-17T13:53:11.893Z Downloaded goblin v0.8.2
4052025-01-17T13:53:11.899Z Downloaded zerocopy v0.7.35
4062025-01-17T13:53:11.913Z Downloaded clap_builder v4.5.21
4072025-01-17T13:53:11.919Z Downloaded winnow v0.6.20
4082025-01-17T13:53:11.927Z Downloaded tabled v0.15.0
4092025-01-17T13:53:11.941Z Downloaded syn v1.0.109
4102025-01-17T13:53:11.951Z Downloaded unicode-width v0.1.14
4112025-01-17T13:53:11.956Z Downloaded syn v2.0.96
4122025-01-17T13:53:11.975Z Downloaded rustix v0.38.37
4132025-01-17T13:53:12.007Z Downloaded libc v0.2.169
4142025-01-17T13:53:12.323Z Compiling proc-macro2 v1.0.92
4152025-01-17T13:53:12.323Z Compiling unicode-ident v1.0.14
4162025-01-17T13:53:12.326Z Compiling serde v1.0.217
4172025-01-17T13:53:12.326Z Compiling version_check v0.9.5
4182025-01-17T13:53:12.326Z Compiling memchr v2.7.4
4192025-01-17T13:53:12.326Z Compiling thiserror v1.0.69
4202025-01-17T13:53:12.326Z Compiling libc v0.2.169
4212025-01-17T13:53:12.360Z Compiling ryu v1.0.18
4222025-01-17T13:53:12.602Z Compiling ucd-trie v0.1.7
4232025-01-17T13:53:12.834Z Compiling itoa v1.0.11
4242025-01-17T13:53:13.085Z Compiling once_cell v1.20.2
4252025-01-17T13:53:13.137Z Compiling byteorder v1.5.0
4262025-01-17T13:53:13.189Z Compiling rustix v0.38.37
4272025-01-17T13:53:13.431Z Compiling serde_json v1.0.135
4282025-01-17T13:53:13.687Z Compiling bitflags v2.6.0
4292025-01-17T13:53:13.767Z Compiling proc-macro-error-attr v1.0.4
4302025-01-17T13:53:13.854Z Compiling usdt-impl v0.5.0
4312025-01-17T13:53:13.947Z Compiling syn v1.0.109
4322025-01-17T13:53:14.027Z Compiling proc-macro-error v1.0.4
4332025-01-17T13:53:14.100Z Compiling hashbrown v0.15.1
4342025-01-17T13:53:14.125Z Compiling quote v1.0.38
4352025-01-17T13:53:14.308Z Compiling errno v0.3.9
4362025-01-17T13:53:14.335Z Compiling equivalent v1.0.1
4372025-01-17T13:53:14.476Z Compiling log v0.4.22
4382025-01-17T13:53:14.507Z Compiling syn v2.0.96
4392025-01-17T13:53:14.636Z Compiling utf8parse v0.2.2
4402025-01-17T13:53:14.743Z Compiling thread-id v4.2.2
4412025-01-17T13:53:14.800Z Compiling plain v0.2.3
4422025-01-17T13:53:14.803Z Compiling camino v1.1.9
4432025-01-17T13:53:14.876Z Compiling anstyle-parse v0.2.5
4442025-01-17T13:53:15.107Z Compiling indexmap v2.7.0
4452025-01-17T13:53:15.196Z Compiling semver v1.0.24
4462025-01-17T13:53:15.495Z Compiling unicode-width v0.1.14
4472025-01-17T13:53:15.530Z Compiling anstyle-query v1.1.1
4482025-01-17T13:53:15.610Z Compiling autocfg v1.4.0
4492025-01-17T13:53:15.656Z Compiling anstyle v1.0.10
4502025-01-17T13:53:15.704Z Compiling pretty-hex v0.4.1
4512025-01-17T13:53:15.948Z Compiling colorchoice v1.0.2
4522025-01-17T13:53:16.022Z Compiling is_terminal_polyfill v1.70.1
4532025-01-17T13:53:16.048Z Compiling winnow v0.6.20
4542025-01-17T13:53:16.169Z Compiling anstream v0.6.15
4552025-01-17T13:53:16.370Z Compiling heck v0.4.1
4562025-01-17T13:53:16.427Z Compiling terminal_size v0.4.0
4572025-01-17T13:53:16.582Z Compiling fs-err v2.11.0
4582025-01-17T13:53:16.653Z Compiling heck v0.5.0
4592025-01-17T13:53:16.794Z Compiling fastrand v2.1.1
4602025-01-17T13:53:16.821Z Compiling cfg-if v1.0.0
4612025-01-17T13:53:16.864Z Compiling clap_lex v0.7.2
4622025-01-17T13:53:16.932Z Compiling anyhow v1.0.93
4632025-01-17T13:53:17.083Z Compiling fnv v1.0.7
4642025-01-17T13:53:17.149Z Compiling bytecount v0.6.8
4652025-01-17T13:53:17.304Z Compiling strsim v0.11.1
4662025-01-17T13:53:17.372Z Compiling papergrid v0.11.0
4672025-01-17T13:53:17.695Z Compiling clap_builder v4.5.21
4682025-01-17T13:53:17.964Z Compiling tempfile v3.13.0
4692025-01-17T13:53:18.121Z Compiling memmap v0.7.0
4702025-01-17T13:53:18.210Z Compiling smawk v0.3.2
4712025-01-17T13:53:18.448Z Compiling unicode-linebreak v0.1.5
4722025-01-17T13:53:18.960Z Compiling textwrap v0.16.1
4732025-01-17T13:53:19.241Z Compiling swrite v0.1.0
4742025-01-17T13:53:19.860Z Compiling tabled_derive v0.7.0
4752025-01-17T13:53:21.247Z Compiling tabled v0.15.0
4762025-01-17T13:53:21.357Z Compiling serde_derive v1.0.217
4772025-01-17T13:53:21.359Z Compiling thiserror-impl v1.0.69
4782025-01-17T13:53:21.359Z Compiling zerocopy-derive v0.7.35
4792025-01-17T13:53:21.359Z Compiling scroll_derive v0.12.0
4802025-01-17T13:53:21.359Z Compiling clap_derive v4.5.18
4812025-01-17T13:53:22.864Z Compiling scroll v0.12.0
4822025-01-17T13:53:23.297Z Compiling zerocopy v0.7.35
4832025-01-17T13:53:23.373Z Compiling goblin v0.8.2
4842025-01-17T13:53:24.242Z Compiling pest v2.7.14
4852025-01-17T13:53:24.768Z Compiling clap v4.5.21
4862025-01-17T13:53:26.345Z Compiling pest_meta v2.7.14
4872025-01-17T13:53:27.228Z Compiling pest_generator v2.7.14
4882025-01-17T13:53:28.655Z Compiling pest_derive v2.7.14
4892025-01-17T13:53:29.311Z Compiling dtrace-parser v0.2.0
4902025-01-17T13:53:30.075Z Compiling serde_tokenstream v0.2.2
4912025-01-17T13:53:30.147Z Compiling toml_datetime v0.6.8
4922025-01-17T13:53:30.150Z Compiling serde_spanned v0.6.8
4932025-01-17T13:53:30.258Z Compiling cargo-platform v0.1.8
4942025-01-17T13:53:30.476Z Compiling toml_edit v0.22.22
4952025-01-17T13:53:30.642Z Compiling macaddr v1.0.1
4962025-01-17T13:53:30.752Z Compiling camino-tempfile v1.1.1
4972025-01-17T13:53:31.479Z Compiling dof v0.3.0
4982025-01-17T13:53:31.506Z Compiling cargo_metadata v0.18.1
4992025-01-17T13:53:32.893Z Compiling usdt-attr-macro v0.5.0
5002025-01-17T13:53:32.896Z Compiling usdt-macro v0.5.0
5012025-01-17T13:53:33.349Z Compiling toml v0.8.19
5022025-01-17T13:53:34.023Z Compiling usdt v0.5.0
5032025-01-17T13:53:34.153Z Compiling cargo_toml v0.20.5
5042025-01-17T13:53:36.774Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5052025-01-17T13:53:39.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.39s
5062025-01-17T13:53:40.150Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5072025-01-17T13:53:40.659Z Downloading crates ...
5082025-01-17T13:53:40.771Z Downloaded aead v0.5.2
5092025-01-17T13:53:40.778Z Downloaded adler2 v2.0.0
5102025-01-17T13:53:40.781Z Downloaded addr2line v0.24.2
5112025-01-17T13:53:40.784Z Downloaded assert_matches v1.5.0
5122025-01-17T13:53:40.787Z Downloaded atomicwrites v0.4.4
5132025-01-17T13:53:40.789Z Downloaded atty v0.2.14
5142025-01-17T13:53:40.796Z Downloaded darling v0.20.10
5152025-01-17T13:53:40.800Z Downloaded hex-literal v0.4.1
5162025-01-17T13:53:40.804Z Downloaded http-body v1.0.1
5172025-01-17T13:53:40.804Z Downloaded cfg_aliases v0.1.1
5182025-01-17T13:53:40.810Z Downloaded http-range v0.1.5
5192025-01-17T13:53:40.813Z Downloaded ciborium-io v0.2.2
5202025-01-17T13:53:40.816Z Downloaded async-stream-impl v0.3.6
5212025-01-17T13:53:40.819Z Downloaded ident_case v1.0.1
5222025-01-17T13:53:40.822Z Downloaded instant v0.1.13
5232025-01-17T13:53:40.824Z Downloaded match_cfg v0.1.0
5242025-01-17T13:53:40.824Z Downloaded ascii-canvas v3.0.0
5252025-01-17T13:53:40.827Z Downloaded crucible-workspace-hack v0.1.0
5262025-01-17T13:53:40.829Z Downloaded is_ci v1.2.0
5272025-01-17T13:53:40.832Z Downloaded async-stream v0.3.6
5282025-01-17T13:53:40.834Z Downloaded async-recursion v1.1.1
5292025-01-17T13:53:40.837Z Downloaded crunchy v0.2.2
5302025-01-17T13:53:40.839Z Downloaded icu_provider_macros v1.5.0
5312025-01-17T13:53:40.839Z Downloaded hubpack_derive v0.1.1
5322025-01-17T13:53:40.842Z Downloaded progenitor-client v0.8.0
5332025-01-17T13:53:40.842Z Downloaded headers-core v0.3.0
5342025-01-17T13:53:40.842Z Downloaded base16ct v0.2.0
5352025-01-17T13:53:40.848Z Downloaded mirai-annotations v1.12.0
5362025-01-17T13:53:40.851Z Downloaded bitfield v0.14.0
5372025-01-17T13:53:40.851Z Downloaded bit-vec v0.6.3
5382025-01-17T13:53:40.853Z Downloaded arrayref v0.3.9
5392025-01-17T13:53:40.856Z Downloaded bcrypt-pbkdf v0.10.0
5402025-01-17T13:53:40.856Z Downloaded atomic-waker v1.1.2
5412025-01-17T13:53:40.858Z Downloaded array-init v0.0.4
5422025-01-17T13:53:40.860Z Downloaded md5 v0.7.0
5432025-01-17T13:53:40.860Z Downloaded const_format_proc_macros v0.2.33
5442025-01-17T13:53:40.862Z Downloaded crc-catalog v2.4.0
5452025-01-17T13:53:40.862Z Downloaded constant_time_eq v0.3.1
5462025-01-17T13:53:40.865Z Downloaded httpdate v1.0.3
5472025-01-17T13:53:40.865Z Downloaded hostname v0.4.0
5482025-01-17T13:53:40.867Z Downloaded hubpack v0.1.2
5492025-01-17T13:53:40.870Z Downloaded hostname v0.3.1
5502025-01-17T13:53:40.870Z Downloaded cipher v0.4.4
5512025-01-17T13:53:40.872Z Downloaded lazycell v1.3.0
5522025-01-17T13:53:40.875Z Downloaded hyper-tls v0.6.0
5532025-01-17T13:53:40.875Z Downloaded kstat-rs v0.2.4
5542025-01-17T13:53:40.877Z Downloaded crossbeam-deque v0.8.5
5552025-01-17T13:53:40.878Z Downloaded cexpr v0.6.0
5562025-01-17T13:53:40.880Z Downloaded libsw v3.3.1
5572025-01-17T13:53:40.883Z Downloaded linked-hash-map v0.5.6
5582025-01-17T13:53:40.883Z Downloaded linear-map v1.2.0
5592025-01-17T13:53:40.885Z Downloaded is-terminal v0.4.13
5602025-01-17T13:53:40.888Z Downloaded convert_case v0.4.0
5612025-01-17T13:53:40.888Z Downloaded blowfish v0.9.1
5622025-01-17T13:53:40.890Z Downloaded mime v0.3.17
5632025-01-17T13:53:40.891Z Downloaded internet-checksum v0.2.1
5642025-01-17T13:53:40.893Z Downloaded inout v0.1.3
5652025-01-17T13:53:40.893Z Downloaded castaway v0.2.3
5662025-01-17T13:53:40.896Z Downloaded progenitor-client v0.9.1
5672025-01-17T13:53:40.896Z Downloaded ctr v0.9.2
5682025-01-17T13:53:40.900Z Downloaded managed v0.8.0
5692025-01-17T13:53:40.900Z Downloaded keccak v0.1.5
5702025-01-17T13:53:40.900Z Downloaded curve25519-dalek-derive v0.1.1
5712025-01-17T13:53:40.902Z Downloaded mockall v0.13.0
5722025-01-17T13:53:40.902Z Downloaded argon2 v0.5.3
5732025-01-17T13:53:40.905Z Downloaded lru v0.12.5
5742025-01-17T13:53:40.907Z Downloaded lazy_static v1.5.0
5752025-01-17T13:53:40.910Z Downloaded instability v0.3.2
5762025-01-17T13:53:40.910Z Downloaded lru-cache v0.1.2
5772025-01-17T13:53:40.912Z Downloaded maybe-uninit v2.0.0
5782025-01-17T13:53:40.913Z Downloaded cbc v0.1.2
5792025-01-17T13:53:40.915Z Downloaded impl-trait-for-tuples v0.2.2
5802025-01-17T13:53:40.918Z Downloaded maplit v1.0.2
5812025-01-17T13:53:40.918Z Downloaded lockfree-object-pool v0.1.6
5822025-01-17T13:53:40.920Z Downloaded same-file v1.0.6
5832025-01-17T13:53:40.923Z Downloaded backoff v0.4.0
5842025-01-17T13:53:40.926Z Downloaded time-core v0.1.2
5852025-01-17T13:53:40.926Z Downloaded memoffset v0.9.1
5862025-01-17T13:53:40.928Z Downloaded indent_write v2.2.0
5872025-01-17T13:53:40.928Z Downloaded http-body-util v0.1.2
5882025-01-17T13:53:40.931Z Downloaded ciborium-ll v0.2.2
5892025-01-17T13:53:40.931Z Downloaded base64ct v1.6.0
5902025-01-17T13:53:40.934Z Downloaded async-trait v0.1.83
5912025-01-17T13:53:40.937Z Downloaded ref-cast-impl v1.0.23
5922025-01-17T13:53:40.939Z Downloaded bcs v0.1.6
5932025-01-17T13:53:40.942Z Downloaded hickory-client v0.24.1
5942025-01-17T13:53:40.945Z Downloaded md-5 v0.10.6
5952025-01-17T13:53:40.947Z Downloaded libloading v0.8.5
5962025-01-17T13:53:40.950Z Downloaded ipnetwork v0.20.0
5972025-01-17T13:53:40.950Z Downloaded ipnet v2.10.1
5982025-01-17T13:53:40.953Z Downloaded hyper-staticfile v0.10.1
5992025-01-17T13:53:40.955Z Downloaded idna_adapter v1.2.0
6002025-01-17T13:53:40.955Z Downloaded hyper-rustls v0.27.3
6012025-01-17T13:53:40.959Z Downloaded cookie_store v0.21.0
6022025-01-17T13:53:40.961Z Downloaded termtree v0.4.1
6032025-01-17T13:53:40.961Z Downloaded lock_api v0.4.12
6042025-01-17T13:53:40.964Z Downloaded libefi-sys v0.1.0
6052025-01-17T13:53:40.964Z Downloaded httparse v1.9.5
6062025-01-17T13:53:40.967Z Downloaded highway v1.2.0
6072025-01-17T13:53:40.969Z Downloaded rand_core v0.6.4
6082025-01-17T13:53:40.972Z Downloaded mime_guess v2.0.5
6092025-01-17T13:53:40.974Z Downloaded bzip2 v0.4.4
6102025-01-17T13:53:40.977Z Downloaded crc32fast v1.4.2
6112025-01-17T13:53:40.977Z Downloaded r2d2 v0.8.10
6122025-01-17T13:53:40.979Z Downloaded quick-error v1.2.3
6132025-01-17T13:53:40.982Z Downloaded downcast v0.11.0
6142025-01-17T13:53:40.982Z Downloaded csv-core v0.1.11
6152025-01-17T13:53:40.985Z Downloaded darling_macro v0.20.10
6162025-01-17T13:53:40.985Z Downloaded want v0.3.1
6172025-01-17T13:53:40.985Z Downloaded waitgroup v0.1.2
6182025-01-17T13:53:40.987Z Downloaded vte_generate_state_changes v0.1.2
6192025-01-17T13:53:40.987Z Downloaded ahash v0.8.11
6202025-01-17T13:53:40.991Z Downloaded console v0.15.8
6212025-01-17T13:53:40.994Z Downloaded simd-adler32 v0.3.7
6222025-01-17T13:53:40.996Z Downloaded serde_urlencoded v0.7.1
6232025-01-17T13:53:40.996Z Downloaded scheduled-thread-pool v0.2.7
6242025-01-17T13:53:40.999Z Downloaded slog-scope v4.4.0
6252025-01-17T13:53:40.999Z Downloaded blake2 v0.10.6
6262025-01-17T13:53:41.001Z Downloaded jobserver v0.1.32
6272025-01-17T13:53:41.004Z Downloaded cookie v0.18.1
6282025-01-17T13:53:41.006Z Downloaded clang-sys v1.8.1
6292025-01-17T13:53:41.009Z Downloaded hmac v0.12.1
6302025-01-17T13:53:41.011Z Downloaded icu_normalizer_data v1.5.0
6312025-01-17T13:53:41.014Z Downloaded crc-any v2.5.0
6322025-01-17T13:53:41.017Z Downloaded litemap v0.7.3
6332025-01-17T13:53:41.019Z Downloaded icu_locid_transform_data v1.5.0
6342025-01-17T13:53:41.022Z Downloaded icu_provider v1.5.0
6352025-01-17T13:53:41.024Z Downloaded oso-derive v0.27.3
6362025-01-17T13:53:41.027Z Downloaded structmeta-derive v0.3.0
6372025-01-17T13:53:41.027Z Downloaded structmeta-derive v0.2.0
6382025-01-17T13:53:41.029Z Downloaded arc-swap v1.7.1
6392025-01-17T13:53:41.032Z Downloaded num-derive v0.4.2
6402025-01-17T13:53:41.034Z Downloaded tokio-native-tls v0.3.1
6412025-01-17T13:53:41.037Z Downloaded http v1.2.0
6422025-01-17T13:53:41.039Z Downloaded crossbeam-epoch v0.9.18
6432025-01-17T13:53:41.042Z Downloaded zerofrom v0.1.4
6442025-01-17T13:53:41.045Z Downloaded typify v0.2.0
6452025-01-17T13:53:41.047Z Downloaded zone v0.3.0
6462025-01-17T13:53:41.048Z Downloaded unicode-truncate v1.1.0
6472025-01-17T13:53:41.051Z Downloaded futures-task v0.3.31
6482025-01-17T13:53:41.051Z Downloaded wait-timeout v0.2.0
6492025-01-17T13:53:41.054Z Downloaded filetime v0.2.25
6502025-01-17T13:53:41.054Z Downloaded heck v0.3.3
6512025-01-17T13:53:41.056Z Downloaded either v1.13.0
6522025-01-17T13:53:41.059Z Downloaded rpassword v7.3.1
6532025-01-17T13:53:41.059Z Downloaded fallible-iterator v0.2.0
6542025-01-17T13:53:41.062Z Downloaded deranged v0.3.11
6552025-01-17T13:53:41.062Z Downloaded ff v0.13.0
6562025-01-17T13:53:41.064Z Downloaded sqlparser_derive v0.2.2
6572025-01-17T13:53:41.064Z Downloaded mockall_derive v0.13.0
6582025-01-17T13:53:41.067Z Downloaded static_assertions v1.1.0
6592025-01-17T13:53:41.069Z Downloaded base64 v0.13.1
6602025-01-17T13:53:41.072Z Downloaded time-macros v0.2.18
6612025-01-17T13:53:41.074Z Downloaded async-bb8-diesel v0.2.1
6622025-01-17T13:53:41.077Z Downloaded allocator-api2 v0.2.18
6632025-01-17T13:53:41.079Z Downloaded chacha20poly1305 v0.10.1
6642025-01-17T13:53:41.082Z Downloaded futures-sink v0.3.31
6652025-01-17T13:53:41.085Z Downloaded futures-macro v0.3.31
6662025-01-17T13:53:41.085Z Downloaded icu_properties v1.5.1
6672025-01-17T13:53:41.089Z Downloaded strum v0.26.3
6682025-01-17T13:53:41.092Z Downloaded futures-io v0.3.31
6692025-01-17T13:53:41.093Z Downloaded icu_locid v1.5.0
6702025-01-17T13:53:41.095Z Downloaded try-lock v0.2.5
6712025-01-17T13:53:41.095Z Downloaded tokio-macros v2.5.0
6722025-01-17T13:53:41.098Z Downloaded smallvec v1.13.2
6732025-01-17T13:53:41.100Z Downloaded packed_struct v0.10.1
6742025-01-17T13:53:41.100Z Downloaded pkg-config v0.3.31
6752025-01-17T13:53:41.103Z Downloaded indicatif v0.17.9
6762025-01-17T13:53:41.106Z Downloaded tokio-tungstenite v0.24.0
6772025-01-17T13:53:41.110Z Downloaded compact_str v0.8.0
6782025-01-17T13:53:41.112Z Downloaded foreign-types-shared v0.3.1
6792025-01-17T13:53:41.115Z Downloaded foreign-types v0.3.2
6802025-01-17T13:53:41.115Z Downloaded derive_builder_macro v0.20.2
6812025-01-17T13:53:41.118Z Downloaded foreign-types-shared v0.1.1
6822025-01-17T13:53:41.118Z Downloaded zone_cfg_derive v0.1.2
6832025-01-17T13:53:41.118Z Downloaded walkdir v2.5.0
6842025-01-17T13:53:41.120Z Downloaded num_enum_derive v0.5.11
6852025-01-17T13:53:41.120Z Downloaded rfc6979 v0.4.0
6862025-01-17T13:53:41.123Z Downloaded resolv-conf v0.7.0
6872025-01-17T13:53:41.126Z Downloaded rtoolbox v0.0.2
6882025-01-17T13:53:41.126Z Downloaded nu-ansi-term v0.50.1
6892025-01-17T13:53:41.128Z Downloaded scrypt v0.11.0
6902025-01-17T13:53:41.131Z Downloaded fs_extra v1.3.0
6912025-01-17T13:53:41.133Z Downloaded base64 v0.22.1
6922025-01-17T13:53:41.136Z Downloaded num_threads v0.1.7
6932025-01-17T13:53:41.139Z Downloaded rustls-pki-types v1.10.0
6942025-01-17T13:53:41.144Z Downloaded thiserror-impl-no-std v2.0.2
6952025-01-17T13:53:41.144Z Downloaded slog-envlogger v2.2.0
6962025-01-17T13:53:41.144Z Downloaded num_enum v0.5.11
6972025-01-17T13:53:41.149Z Downloaded rayon-core v1.12.1
6982025-01-17T13:53:41.152Z Downloaded strum_macros v0.25.3
6992025-01-17T13:53:41.155Z Downloaded icu_collections v1.5.0
7002025-01-17T13:53:41.161Z Downloaded psl-types v2.0.11
7012025-01-17T13:53:41.163Z Downloaded path-slash v0.1.5
7022025-01-17T13:53:41.163Z Downloaded phf_shared v0.10.0
7032025-01-17T13:53:41.166Z Downloaded hickory-server v0.24.1
7042025-01-17T13:53:41.170Z Downloaded pretty-hex v0.2.1
7052025-01-17T13:53:41.172Z Downloaded utf8_iter v1.0.4
7062025-01-17T13:53:41.172Z Downloaded crypto-bigint v0.5.5
7072025-01-17T13:53:41.179Z Downloaded unicode-properties v0.1.3
7082025-01-17T13:53:41.181Z Downloaded rand_chacha v0.3.1
7092025-01-17T13:53:41.184Z Downloaded pkcs1 v0.7.5
7102025-01-17T13:53:41.187Z Downloaded fragile v2.0.0
7112025-01-17T13:53:41.189Z Downloaded form_urlencoded v1.2.1
7122025-01-17T13:53:41.189Z Downloaded difflib v0.4.0
7132025-01-17T13:53:41.189Z Downloaded debug-ignore v1.0.5
7142025-01-17T13:53:41.192Z Downloaded xz2 v0.1.7
7152025-01-17T13:53:41.195Z Downloaded ron v0.7.1
7162025-01-17T13:53:41.198Z Downloaded crossbeam-channel v0.5.13
7172025-01-17T13:53:41.203Z Downloaded foreign-types v0.5.0
7182025-01-17T13:53:41.205Z Downloaded env_filter v0.1.2
7192025-01-17T13:53:41.209Z Downloaded futures-core v0.3.31
7202025-01-17T13:53:41.209Z Downloaded snafu-derive v0.8.5
7212025-01-17T13:53:41.210Z Downloaded sha1 v0.10.6
7222025-01-17T13:53:41.212Z Downloaded parse-display v0.10.0
7232025-01-17T13:53:41.212Z Downloaded tinystr v0.7.6
7242025-01-17T13:53:41.224Z Downloaded fxhash v0.2.1
7252025-01-17T13:53:41.227Z Downloaded zeroize_derive v1.4.2
7262025-01-17T13:53:41.227Z Downloaded write16 v1.0.0
7272025-01-17T13:53:41.229Z Downloaded rustc_version v0.4.1
7282025-01-17T13:53:41.229Z Downloaded packed_struct_codegen v0.10.1
7292025-01-17T13:53:41.232Z Downloaded funty v2.0.0
7302025-01-17T13:53:41.232Z Downloaded toml v0.7.8
7312025-01-17T13:53:41.234Z Downloaded number_prefix v0.4.0
7322025-01-17T13:53:41.237Z Downloaded dunce v1.0.5
7332025-01-17T13:53:41.237Z Downloaded smallvec v0.6.14
7342025-01-17T13:53:41.240Z Downloaded serde_repr v0.1.19
7352025-01-17T13:53:41.242Z Downloaded ssh-cipher v0.2.0
7362025-01-17T13:53:41.242Z Downloaded radium v0.7.0
7372025-01-17T13:53:41.245Z Downloaded predicates-tree v1.0.11
7382025-01-17T13:53:41.245Z Downloaded predicates-core v1.0.8
7392025-01-17T13:53:41.247Z Downloaded phf_shared v0.11.2
7402025-01-17T13:53:41.247Z Downloaded tokio-tungstenite v0.23.1
7412025-01-17T13:53:41.250Z Downloaded sqlformat v0.2.6
7422025-01-17T13:53:41.253Z Downloaded spki v0.7.3
7432025-01-17T13:53:41.255Z Downloaded peg-runtime v0.8.3
7442025-01-17T13:53:41.255Z Downloaded serde_plain v1.0.2
7452025-01-17T13:53:41.259Z Downloaded serde_path_to_error v0.1.16
7462025-01-17T13:53:41.259Z Downloaded paste v1.0.15
7472025-01-17T13:53:41.261Z Downloaded num-rational v0.4.2
7482025-01-17T13:53:41.267Z Downloaded sec1 v0.7.3
7492025-01-17T13:53:41.270Z Downloaded yasna v0.5.2
7502025-01-17T13:53:41.270Z Downloaded pkcs5 v0.7.1
7512025-01-17T13:53:41.273Z Downloaded elliptic-curve v0.13.8
7522025-01-17T13:53:41.275Z Downloaded signal-hook-tokio v0.3.1
7532025-01-17T13:53:41.278Z Downloaded nodrop v0.1.14
7542025-01-17T13:53:41.278Z Downloaded zerofrom-derive v0.1.4
7552025-01-17T13:53:41.278Z Downloaded unicase v2.7.0
7562025-01-17T13:53:41.280Z Downloaded russh-cryptovec v0.7.3
7572025-01-17T13:53:41.280Z Downloaded zeroize v1.8.1
7582025-01-17T13:53:41.283Z Downloaded fallible-streaming-iterator v0.1.9
7592025-01-17T13:53:41.283Z Downloaded dirs-sys-next v0.1.2
7602025-01-17T13:53:41.285Z Downloaded futures-channel v0.3.31
7612025-01-17T13:53:41.288Z Downloaded serde_with_macros v3.11.0
7622025-01-17T13:53:41.288Z Downloaded enum-as-inner v0.6.1
7632025-01-17T13:53:41.291Z Downloaded unarray v0.1.4
7642025-01-17T13:53:41.294Z Downloaded gethostname v0.5.0
7652025-01-17T13:53:41.294Z Downloaded strum_macros v0.26.4
7662025-01-17T13:53:41.296Z Downloaded minimal-lexical v0.2.1
7672025-01-17T13:53:41.300Z Downloaded sct v0.7.1
7682025-01-17T13:53:41.303Z Downloaded peg v0.8.4
7692025-01-17T13:53:41.310Z Downloaded yoke-derive v0.7.4
7702025-01-17T13:53:41.310Z Downloaded dyn-clone v1.0.17
7712025-01-17T13:53:41.313Z Downloaded ed25519-dalek v2.1.1
7722025-01-17T13:53:41.316Z Downloaded tokio-rustls v0.26.0
7732025-01-17T13:53:41.318Z Downloaded tokio-rustls v0.24.1
7742025-01-17T13:53:41.318Z Downloaded thiserror v2.0.11
7752025-01-17T13:53:41.324Z Downloaded pem-rfc7468 v0.7.0
7762025-01-17T13:53:41.327Z Downloaded pem v3.0.4
7772025-01-17T13:53:41.329Z Downloaded multimap v0.10.0
7782025-01-17T13:53:41.329Z Downloaded progenitor v0.9.1
7792025-01-17T13:53:41.332Z Downloaded quinn-udp v0.5.5
7802025-01-17T13:53:41.335Z Downloaded password-hash v0.5.0
7812025-01-17T13:53:41.335Z Downloaded progenitor v0.8.0
7822025-01-17T13:53:41.337Z Downloaded num-conv v0.1.0
7832025-01-17T13:53:41.337Z Downloaded normalize-line-endings v0.3.0
7842025-01-17T13:53:41.340Z Downloaded tracing-attributes v0.1.27
7852025-01-17T13:53:41.343Z Downloaded precomputed-hash v0.1.1
7862025-01-17T13:53:41.343Z Downloaded heapless v0.8.0
7872025-01-17T13:53:41.345Z Downloaded ssh-encoding v0.2.0
7882025-01-17T13:53:41.348Z Downloaded dropshot_endpoint v0.12.0
7892025-01-17T13:53:41.351Z Downloaded thread_local v1.1.8
7902025-01-17T13:53:41.353Z Downloaded stable_deref_trait v1.2.0
7912025-01-17T13:53:41.353Z Downloaded toml_edit v0.19.15
7922025-01-17T13:53:41.370Z Downloaded num-traits v0.2.19
7932025-01-17T13:53:41.374Z Downloaded twox-hash v1.6.3
7942025-01-17T13:53:41.376Z Downloaded topological-sort v0.2.2
7952025-01-17T13:53:41.376Z Downloaded tls_codec_derive v0.4.1
7962025-01-17T13:53:41.381Z Downloaded derive_more v0.99.18
7972025-01-17T13:53:41.383Z Downloaded ecdsa v0.16.9
7982025-01-17T13:53:41.386Z Downloaded pin-project v1.1.6
7992025-01-17T13:53:41.396Z Downloaded ena v0.14.3
8002025-01-17T13:53:41.399Z Downloaded diesel_table_macro_syntax v0.2.0
8012025-01-17T13:53:41.399Z Downloaded embedded-io v0.4.0
8022025-01-17T13:53:41.402Z Downloaded ed25519 v2.2.3
8032025-01-17T13:53:41.406Z Downloaded dsl_auto_type v0.1.2
8042025-01-17T13:53:41.406Z Downloaded typify-macro v0.2.0
8052025-01-17T13:53:41.409Z Downloaded peg-macros v0.8.4
8062025-01-17T13:53:41.409Z Downloaded parking_lot_core v0.8.6
8072025-01-17T13:53:41.412Z Downloaded aes v0.8.4
8082025-01-17T13:53:41.415Z Downloaded tokio-rustls v0.25.0
8092025-01-17T13:53:41.417Z Downloaded new_debug_unreachable v1.0.6
8102025-01-17T13:53:41.417Z Downloaded float-ord v0.3.2
8112025-01-17T13:53:41.417Z Downloaded num v0.4.3
8122025-01-17T13:53:41.420Z Downloaded rustls-pemfile v2.2.0
8132025-01-17T13:53:41.423Z Downloaded rsa v0.9.6
8142025-01-17T13:53:41.426Z Downloaded shlex v1.3.0
8152025-01-17T13:53:41.429Z Downloaded ref-cast v1.0.23
8162025-01-17T13:53:41.431Z Downloaded fatfs v0.3.6
8172025-01-17T13:53:41.434Z Downloaded rcgen v0.12.1
8182025-01-17T13:53:41.436Z Downloaded itertools v0.10.5
8192025-01-17T13:53:41.443Z Downloaded universal-hash v0.5.1
8202025-01-17T13:53:41.446Z Downloaded des v0.8.1
8212025-01-17T13:53:41.446Z Downloaded multer v3.1.0
8222025-01-17T13:53:41.448Z Downloaded string_cache v0.8.7
8232025-01-17T13:53:41.451Z Downloaded parking_lot v0.12.3
8242025-01-17T13:53:41.454Z Downloaded libxml v0.3.3
8252025-01-17T13:53:41.458Z Downloaded typed-path v0.9.3
8262025-01-17T13:53:41.464Z Downloaded tinyvec_macros v0.1.1
8272025-01-17T13:53:41.467Z Downloaded dhcproto-macros v0.1.0
8282025-01-17T13:53:41.467Z Downloaded which v4.4.2
8292025-01-17T13:53:41.470Z Downloaded aes-gcm v0.10.3
8302025-01-17T13:53:41.472Z Downloaded openssl-probe v0.1.5
8312025-01-17T13:53:41.475Z Downloaded openssl-macros v0.1.1
8322025-01-17T13:53:41.475Z Downloaded zone v0.1.8
8332025-01-17T13:53:41.475Z Downloaded hashlink v0.9.1
8342025-01-17T13:53:41.477Z Downloaded itertools v0.12.1
8352025-01-17T13:53:41.484Z Downloaded flagset v0.4.6
8362025-01-17T13:53:41.487Z Downloaded defmt v0.3.8
8372025-01-17T13:53:41.489Z Downloaded sync-ptr v0.1.1
8382025-01-17T13:53:41.492Z Downloaded predicates v3.1.2
8392025-01-17T13:53:41.494Z Downloaded float-cmp v0.9.0
8402025-01-17T13:53:41.494Z Downloaded spin v0.9.8
8412025-01-17T13:53:41.497Z Downloaded phf_generator v0.11.2
8422025-01-17T13:53:41.499Z Downloaded phf_codegen v0.11.2
8432025-01-17T13:53:41.499Z Downloaded serde_derive_internals v0.29.1
8442025-01-17T13:53:41.502Z Downloaded num-integer v0.1.46
8452025-01-17T13:53:41.505Z Downloaded unicode-bidi v0.3.17
8462025-01-17T13:53:41.508Z Downloaded tokio-util v0.7.12
8472025-01-17T13:53:41.512Z Downloaded powerfmt v0.2.0
8482025-01-17T13:53:41.515Z Downloaded rustc_version v0.1.7
8492025-01-17T13:53:41.515Z Downloaded dhcproto v0.12.0
8502025-01-17T13:53:41.518Z Downloaded idna v1.0.3
8512025-01-17T13:53:41.522Z Downloaded zerocopy v0.6.6
8522025-01-17T13:53:41.524Z Downloaded newline-converter v0.3.0
8532025-01-17T13:53:41.527Z Downloaded half v2.4.1
8542025-01-17T13:53:41.529Z Downloaded newtype_derive v0.1.6
8552025-01-17T13:53:41.532Z Downloaded slog-json v2.6.1
8562025-01-17T13:53:41.532Z Downloaded defmt-parser v0.3.4
8572025-01-17T13:53:41.534Z Downloaded xattr v1.3.1
8582025-01-17T13:53:41.537Z Downloaded untrusted v0.7.1
8592025-01-17T13:53:41.537Z Downloaded slog-stdlog v4.1.1
8602025-01-17T13:53:41.540Z Downloaded slog-dtrace v0.3.0
8612025-01-17T13:53:41.540Z Downloaded tiny-keccak v2.0.2
8622025-01-17T13:53:41.542Z Downloaded opaque-debug v0.3.1
8632025-01-17T13:53:41.545Z Downloaded tls_codec v0.4.1
8642025-01-17T13:53:41.545Z Downloaded fallible-iterator v0.3.0
8652025-01-17T13:53:41.548Z Downloaded ghash v0.5.1
8662025-01-17T13:53:41.548Z Downloaded dropshot_endpoint v0.15.1
8672025-01-17T13:53:41.551Z Downloaded progenitor-macro v0.8.0
8682025-01-17T13:53:41.553Z Downloaded hyper v1.5.2
8692025-01-17T13:53:41.559Z Downloaded endian-type v0.1.2
8702025-01-17T13:53:41.561Z Downloaded crossterm v0.28.1
8712025-01-17T13:53:41.566Z Downloaded nanorand v0.7.0
8722025-01-17T13:53:41.569Z Downloaded supports-color v3.0.1
8732025-01-17T13:53:41.572Z Downloaded subtle v2.6.1
8742025-01-17T13:53:41.572Z Downloaded rand_xorshift v0.3.0
8752025-01-17T13:53:41.575Z Downloaded rustyline v14.0.0
8762025-01-17T13:53:41.578Z Downloaded signal-hook v0.3.17
8772025-01-17T13:53:41.581Z Downloaded itertools v0.13.0
8782025-01-17T13:53:41.588Z Downloaded parse-size v1.1.0
8792025-01-17T13:53:41.591Z Downloaded zone_cfg_derive v0.3.0
8802025-01-17T13:53:41.591Z Downloaded rustfmt-wrapper v0.2.1
8812025-01-17T13:53:41.593Z Downloaded rustc-demangle v0.1.24
8822025-01-17T13:53:41.593Z Downloaded subprocess v0.2.9
8832025-01-17T13:53:41.596Z Downloaded socket2 v0.5.7
8842025-01-17T13:53:41.599Z Downloaded tungstenite v0.23.0
8852025-01-17T13:53:41.602Z Downloaded aho-corasick v1.1.3
8862025-01-17T13:53:41.608Z Downloaded take_mut v0.2.2
8872025-01-17T13:53:41.610Z Downloaded unicode-normalization v0.1.24
8882025-01-17T13:53:41.613Z Downloaded sigpipe v0.1.3
8892025-01-17T13:53:41.616Z Downloaded poly1305 v0.8.0
8902025-01-17T13:53:41.616Z Downloaded derive_builder_core v0.20.2
8912025-01-17T13:53:41.619Z Downloaded diff v0.1.13
8922025-01-17T13:53:41.622Z Downloaded native-tls v0.2.12
8932025-01-17T13:53:41.624Z Downloaded quinn v0.11.5
8942025-01-17T13:53:41.627Z Downloaded slog-term v2.9.1
8952025-01-17T13:53:41.630Z Downloaded newtype-uuid v1.2.1
8962025-01-17T13:53:41.632Z Downloaded flate2 v1.0.34
8972025-01-17T13:53:41.636Z Downloaded serde-big-array v0.5.1
8982025-01-17T13:53:41.639Z Downloaded enum-as-inner v0.5.1
8992025-01-17T13:53:41.639Z Downloaded hex v0.4.3
9002025-01-17T13:53:41.642Z Downloaded slog-bunyan v2.5.0
9012025-01-17T13:53:41.642Z Downloaded slog-async v2.8.0
9022025-01-17T13:53:41.644Z Downloaded slab v0.4.9
9032025-01-17T13:53:41.647Z Downloaded siphasher v0.3.11
9042025-01-17T13:53:41.647Z Downloaded rusqlite v0.32.1
9052025-01-17T13:53:41.653Z Downloaded sync_wrapper v1.0.1
9062025-01-17T13:53:41.655Z Downloaded value-bag v1.9.0
9072025-01-17T13:53:41.658Z Downloaded thiserror-no-std v2.0.2
9082025-01-17T13:53:41.660Z Downloaded progenitor-impl v0.9.1
9092025-01-17T13:53:41.663Z Downloaded uzers v0.12.1
9102025-01-17T13:53:41.665Z Downloaded russh-keys v0.45.0
9112025-01-17T13:53:41.668Z Downloaded polyval v0.6.2
9122025-01-17T13:53:41.670Z Downloaded pin-project-internal v1.1.6
9132025-01-17T13:53:41.673Z Downloaded snafu v0.8.5
9142025-01-17T13:53:41.677Z Downloaded display-error-chain v0.2.2
9152025-01-17T13:53:41.679Z Downloaded dirs-next v2.0.0
9162025-01-17T13:53:41.679Z Downloaded zerovec-derive v0.10.3
9172025-01-17T13:53:41.682Z Downloaded tap v1.0.1
9182025-01-17T13:53:41.682Z Downloaded serde-hex v0.1.0
9192025-01-17T13:53:41.684Z Downloaded fd-lock v4.0.2
9202025-01-17T13:53:41.687Z Downloaded vte v0.11.1
9212025-01-17T13:53:41.690Z Downloaded whoami v1.5.2
9222025-01-17T13:53:41.690Z Downloaded tokio-tungstenite v0.21.0
9232025-01-17T13:53:41.692Z Downloaded tower-service v0.3.3
9242025-01-17T13:53:41.695Z Downloaded unsafe-libyaml v0.2.11
9252025-01-17T13:53:41.698Z Downloaded num-bigint-dig v0.8.4
9262025-01-17T13:53:41.701Z Downloaded omicron-zone-package v0.12.0
9272025-01-17T13:53:41.704Z Downloaded pbkdf2 v0.11.0
9282025-01-17T13:53:41.707Z Downloaded vergen v8.3.2
9292025-01-17T13:53:41.709Z Downloaded toolchain_find v0.4.0
9302025-01-17T13:53:41.712Z Downloaded wyz v0.5.1
9312025-01-17T13:53:41.712Z Downloaded secrecy v0.8.0
9322025-01-17T13:53:41.715Z Downloaded salsa20 v0.10.2
9332025-01-17T13:53:41.715Z Downloaded tabwriter v1.4.0
9342025-01-17T13:53:41.717Z Downloaded synstructure v0.13.1
9352025-01-17T13:53:41.717Z Downloaded phf v0.11.2
9362025-01-17T13:53:41.720Z Downloaded oso v0.27.3
9372025-01-17T13:53:41.722Z Downloaded flume v0.11.1
9382025-01-17T13:53:41.725Z Downloaded hkdf v0.12.4
9392025-01-17T13:53:41.728Z Downloaded termios v0.3.3
9402025-01-17T13:53:41.731Z Downloaded termcolor v1.4.1
9412025-01-17T13:53:41.733Z Downloaded schemars_derive v0.8.21
9422025-01-17T13:53:41.733Z Downloaded env_logger v0.10.2
9432025-01-17T13:53:41.736Z Downloaded glob v0.3.1
9442025-01-17T13:53:41.738Z Downloaded primeorder v0.13.6
9452025-01-17T13:53:41.738Z Downloaded pbkdf2 v0.12.2
9462025-01-17T13:53:41.741Z Downloaded defmt-macros v0.3.9
9472025-01-17T13:53:41.743Z Downloaded steno v0.4.1
9482025-01-17T13:53:41.746Z Downloaded olpc-cjson v0.1.4
9492025-01-17T13:53:41.755Z Downloaded diesel-dtrace v0.4.2
9502025-01-17T13:53:41.757Z Downloaded postgres-types v0.2.8
9512025-01-17T13:53:41.760Z Downloaded postgres-protocol v0.6.7
9522025-01-17T13:53:41.760Z Downloaded group v0.13.0
9532025-01-17T13:53:41.760Z Downloaded term v0.7.0
9542025-01-17T13:53:41.760Z Downloaded postcard v1.0.10
9552025-01-17T13:53:41.762Z Downloaded similar v2.6.0
9562025-01-17T13:53:41.765Z Downloaded hash32 v0.2.1
9572025-01-17T13:53:41.768Z Downloaded data-encoding v2.6.0
9582025-01-17T13:53:41.768Z Downloaded diesel_derives v2.2.3
9592025-01-17T13:53:41.771Z Downloaded num-bigint v0.4.6
9602025-01-17T13:53:41.776Z Downloaded typify-macro v0.3.0
9612025-01-17T13:53:41.779Z Downloaded tui-tree-widget v0.22.0
9622025-01-17T13:53:41.779Z Downloaded unicode-xid v0.2.6
9632025-01-17T13:53:41.782Z Downloaded progenitor-macro v0.9.1
9642025-01-17T13:53:41.782Z Downloaded password-hash v0.4.2
9652025-01-17T13:53:41.785Z Downloaded russh v0.45.0
9662025-01-17T13:53:41.788Z Downloaded zerovec v0.10.4
9672025-01-17T13:53:41.793Z Downloaded nibble_vec v0.1.0
9682025-01-17T13:53:41.796Z Downloaded env_logger v0.11.5
9692025-01-17T13:53:41.799Z Downloaded hash32 v0.3.1
9702025-01-17T13:53:41.799Z Downloaded zopfli v0.8.1
9712025-01-17T13:53:41.802Z Downloaded progenitor-impl v0.8.0
9722025-01-17T13:53:41.804Z Downloaded hashbrown v0.13.2
9732025-01-17T13:53:41.807Z Downloaded thiserror-impl v2.0.11
9742025-01-17T13:53:41.810Z Downloaded bitvec v1.0.1
9752025-01-17T13:53:41.824Z Downloaded parking_lot_core v0.9.10
9762025-01-17T13:53:41.827Z Downloaded globset v0.4.15
9772025-01-17T13:53:41.828Z Downloaded bindgen v0.69.5
9782025-01-17T13:53:41.835Z Downloaded ssh-key v0.6.6
9792025-01-17T13:53:41.841Z Downloaded lalrpop v0.19.12
9802025-01-17T13:53:41.853Z Downloaded proc-macro-crate v1.3.1
9812025-01-17T13:53:41.856Z Downloaded parking_lot v0.11.2
9822025-01-17T13:53:41.859Z Downloaded test-strategy v0.3.1
9832025-01-17T13:53:41.859Z Downloaded qorb v0.2.1
9842025-01-17T13:53:41.863Z Downloaded prettyplease v0.2.25
9852025-01-17T13:53:41.866Z Downloaded blake3 v1.5.4
9862025-01-17T13:53:41.875Z Downloaded x509-cert v0.2.5
9872025-01-17T13:53:41.881Z Downloaded uuid v1.12.0
9882025-01-17T13:53:41.884Z Downloaded icu_properties_data v1.5.0
9892025-01-17T13:53:41.894Z Downloaded openssl-sys v0.9.103
9902025-01-17T13:53:41.899Z Downloaded quinn-proto v0.11.8
9912025-01-17T13:53:41.905Z Downloaded tough v0.19.0
9922025-01-17T13:53:41.913Z Downloaded darling_core v0.20.10
9932025-01-17T13:53:41.918Z Downloaded unicode_categories v0.1.1
9942025-01-17T13:53:41.921Z Downloaded chrono v0.4.38
9952025-01-17T13:53:41.927Z Downloaded zip v2.1.3
9962025-01-17T13:53:41.931Z Downloaded hashbrown v0.14.5
9972025-01-17T13:53:41.936Z Downloaded h2 v0.4.6
9982025-01-17T13:53:41.943Z Downloaded headers v0.4.0
9992025-01-17T13:53:41.948Z Downloaded winnow v0.5.40
10002025-01-17T13:53:41.957Z Downloaded zip v0.6.6
10012025-01-17T13:53:41.961Z Downloaded rand v0.8.5
10022025-01-17T13:53:41.965Z Downloaded idna v0.2.3
10032025-01-17T13:53:41.971Z Downloaded expectorate v1.1.0
10042025-01-17T13:53:41.974Z Downloaded sqlparser v0.45.0
10052025-01-17T13:53:41.979Z Downloaded rayon v1.10.0
10062025-01-17T13:53:41.988Z Downloaded tungstenite v0.21.0
10072025-01-17T13:53:41.991Z Downloaded hashbrown v0.12.3
10082025-01-17T13:53:41.996Z Downloaded quick-xml v0.33.0
10092025-01-17T13:53:42.002Z Downloaded tracing v0.1.40
10102025-01-17T13:53:42.006Z Downloaded smoltcp v0.9.1
10112025-01-17T13:53:42.017Z Downloaded publicsuffix v2.2.3
10122025-01-17T13:53:42.020Z Downloaded reqwest v0.12.9
10132025-01-17T13:53:42.028Z Downloaded time v0.3.36
10142025-01-17T13:53:42.035Z Downloaded unicode-width v0.2.0
10152025-01-17T13:53:42.041Z Downloaded nom v7.1.3
10162025-01-17T13:53:42.046Z Downloaded rustls-webpki v0.102.8
10172025-01-17T13:53:42.064Z Downloaded p384 v0.13.0
10182025-01-17T13:53:42.070Z Downloaded curve25519-dalek v4.1.3
10192025-01-17T13:53:42.079Z Downloaded portable-atomic v1.9.0
10202025-01-17T13:53:42.086Z Downloaded nix v0.27.1
10212025-01-17T13:53:42.096Z Downloaded git2 v0.19.0
10222025-01-17T13:53:42.105Z Downloaded zerocopy v0.8.10
10232025-01-17T13:53:42.128Z Downloaded polar-core v0.27.3
10242025-01-17T13:53:42.136Z Downloaded dropshot v0.12.0
10252025-01-17T13:53:42.156Z Downloaded salty v0.3.0
10262025-01-17T13:53:42.162Z Downloaded hickory-proto v0.24.1
10272025-01-17T13:53:42.179Z Downloaded webpki-roots v0.26.6
10282025-01-17T13:53:42.182Z Downloaded object v0.30.4
10292025-01-17T13:53:42.192Z Downloaded openssl v0.10.66
10302025-01-17T13:53:42.201Z Downloaded regex v1.11.1
10312025-01-17T13:53:42.213Z Downloaded vcpkg v0.2.15
10322025-01-17T13:53:42.251Z Downloaded rustls v0.21.12
10332025-01-17T13:53:42.262Z Downloaded proptest v1.5.0
10342025-01-17T13:53:42.291Z Downloaded regress v0.10.1
10352025-01-17T13:53:42.304Z Downloaded openapiv3 v2.0.0
10362025-01-17T13:53:42.320Z Downloaded petname v2.0.2
10372025-01-17T13:53:42.327Z Downloaded rustls v0.23.19
10382025-01-17T13:53:42.341Z Downloaded gimli v0.31.1
10392025-01-17T13:53:42.350Z Downloaded nix v0.29.0
10402025-01-17T13:53:42.363Z Downloaded regex-syntax v0.6.29
10412025-01-17T13:53:42.370Z Downloaded sled v0.34.7
10422025-01-17T13:53:42.381Z Downloaded diesel v2.2.6
10432025-01-17T13:53:42.399Z Downloaded regex-syntax v0.8.5
10442025-01-17T13:53:42.406Z Downloaded object v0.36.5
10452025-01-17T13:53:42.417Z Downloaded bstr v1.10.0
10462025-01-17T13:53:42.427Z Downloaded nix v0.28.0
10472025-01-17T13:53:42.439Z Downloaded rustls v0.22.4
10482025-01-17T13:53:42.451Z Downloaded smoltcp v0.11.0
10492025-01-17T13:53:42.464Z Downloaded regex-automata v0.4.8
10502025-01-17T13:53:42.480Z Downloaded dropshot v0.15.1
10512025-01-17T13:53:42.502Z Downloaded chrono-tz v0.10.0
10522025-01-17T13:53:42.509Z Downloaded typify-impl v0.3.0
10532025-01-17T13:53:42.525Z Downloaded typify-impl v0.2.0
10542025-01-17T13:53:42.538Z Downloaded lzma-sys v0.1.20
10552025-01-17T13:53:42.569Z Downloaded trust-dns-proto v0.22.0
10562025-01-17T13:53:42.580Z Downloaded radix_trie v0.2.1
10572025-01-17T13:53:42.585Z Downloaded regress v0.9.1
10582025-01-17T13:53:42.593Z Downloaded ratatui v0.28.1
10592025-01-17T13:53:42.612Z Downloaded zerocopy-derive v0.6.6
10602025-01-17T13:53:42.621Z Downloaded libz-sys v1.1.20
10612025-01-17T13:53:42.641Z Downloaded bzip2-sys v0.1.11+1.0.8
10622025-01-17T13:53:42.652Z Downloaded reedline v0.35.0
10632025-01-17T13:53:42.659Z Downloaded idna v0.3.0
10642025-01-17T13:53:42.664Z Downloaded idna v0.5.0
10652025-01-17T13:53:42.671Z Downloaded idna v0.4.0
10662025-01-17T13:53:42.676Z Downloaded schemars v0.8.21
10672025-01-17T13:53:42.687Z Downloaded samael v0.0.17
10682025-01-17T13:53:42.692Z Downloaded tokio-postgres v0.7.12
10692025-01-17T13:53:42.696Z Downloaded petgraph v0.6.5
10702025-01-17T13:53:42.718Z Downloaded parse-zoneinfo v0.3.1
10712025-01-17T13:53:42.720Z Downloaded rustls-webpki v0.101.7
10722025-01-17T13:53:42.728Z Downloaded futures-util v0.3.31
10732025-01-17T13:53:42.741Z Downloaded aws-lc-rs v1.10.0
10742025-01-17T13:53:42.749Z Downloaded tokio v1.43.0
10752025-01-17T13:53:42.788Z Downloaded parse-display-derive v0.10.0
10762025-01-17T13:53:42.790Z Downloaded sha3 v0.10.8
10772025-01-17T13:53:42.793Z Downloaded csv v1.3.0
10782025-01-17T13:53:42.812Z Downloaded yoke v0.7.4
10792025-01-17T13:53:42.815Z Downloaded serde_with v3.11.0
10802025-01-17T13:53:42.823Z Downloaded getrandom v0.2.15
10812025-01-17T13:53:42.826Z Downloaded foldhash v0.1.3
10822025-01-17T13:53:42.828Z Downloaded displaydoc v0.2.5
10832025-01-17T13:53:42.831Z Downloaded rusty-fork v0.3.0
10842025-01-17T13:53:42.831Z Downloaded tokio-stream v0.1.16
10852025-01-17T13:53:42.835Z Downloaded p521 v0.13.3
10862025-01-17T13:53:42.838Z Downloaded tungstenite v0.24.0
10872025-01-17T13:53:42.842Z Downloaded rustversion v1.0.17
10882025-01-17T13:53:42.844Z Downloaded futures-executor v0.3.31
10892025-01-17T13:53:42.847Z Downloaded writeable v0.5.5
10902025-01-17T13:53:42.850Z Downloaded ppv-lite86 v0.2.20
10912025-01-17T13:53:42.850Z Downloaded num-complex v0.4.6
10922025-01-17T13:53:42.852Z Downloaded tar v0.4.42
10932025-01-17T13:53:42.852Z Downloaded futures v0.3.31
10942025-01-17T13:53:42.857Z Downloaded unicode-segmentation v1.12.0
10952025-01-17T13:53:42.860Z Downloaded vsss-rs v3.3.4
10962025-01-17T13:53:42.863Z Downloaded typify v0.3.0
10972025-01-17T13:53:42.867Z Downloaded tinyvec v1.8.0
10982025-01-17T13:53:42.869Z Downloaded serde_yaml v0.9.34+deprecated
10992025-01-17T13:53:42.873Z Downloaded libm v0.2.8
11002025-01-17T13:53:42.880Z Downloaded url v2.5.3
11012025-01-17T13:53:42.883Z Downloaded tracing-core v0.1.32
11022025-01-17T13:53:42.885Z Downloaded der v0.7.9
11032025-01-17T13:53:42.892Z Downloaded signature v2.2.0
11042025-01-17T13:53:42.894Z Downloaded signal-hook-registry v1.4.2
11052025-01-17T13:53:42.897Z Downloaded signal-hook-mio v0.2.4
11062025-01-17T13:53:42.897Z Downloaded scopeguard v1.2.0
11072025-01-17T13:53:42.897Z Downloaded ron v0.8.1
11082025-01-17T13:53:42.903Z Downloaded rustls-pemfile v1.0.4
11092025-01-17T13:53:42.906Z Downloaded heapless v0.7.17
11102025-01-17T13:53:42.908Z Downloaded zerocopy-derive v0.8.10
11112025-01-17T13:53:42.914Z Downloaded hickory-resolver v0.24.1
11122025-01-17T13:53:42.919Z Downloaded p256 v0.13.2
11132025-01-17T13:53:42.922Z Downloaded mio v1.0.2
11142025-01-17T13:53:42.928Z Downloaded num-iter v0.1.45
11152025-01-17T13:53:42.931Z Downloaded foreign-types-macros v0.2.3
11162025-01-17T13:53:42.931Z Downloaded embedded-io v0.6.1
11172025-01-17T13:53:42.934Z Downloaded pkcs8 v0.10.2
11182025-01-17T13:53:42.936Z Downloaded derive-where v1.2.7
11192025-01-17T13:53:42.939Z Downloaded pin-project-lite v0.2.14
11202025-01-17T13:53:42.943Z Downloaded owo-colors v4.1.0
11212025-01-17T13:53:42.946Z Downloaded const_format v0.2.33
11222025-01-17T13:53:42.951Z Downloaded utf16_iter v1.0.5
11232025-01-17T13:53:42.953Z Downloaded libgit2-sys v0.17.0+1.8.1
11242025-01-17T13:53:43.010Z Downloaded encoding_rs v0.8.34
11252025-01-17T13:53:43.031Z Downloaded utf-8 v0.7.6
11262025-01-17T13:53:43.033Z Downloaded untrusted v0.9.0
11272025-01-17T13:53:43.033Z Downloaded strum_macros v0.24.3
11282025-01-17T13:53:43.036Z Downloaded stringprep v0.1.5
11292025-01-17T13:53:43.039Z Downloaded hyper-util v0.1.10
11302025-01-17T13:53:43.041Z Downloaded slog v2.7.0
11312025-01-17T13:53:43.044Z Downloaded cc v1.1.30
11322025-01-17T13:53:43.047Z Downloaded bumpalo v3.16.0
11332025-01-17T13:53:43.049Z Downloaded cancel-safe-futures v0.1.5
11342025-01-17T13:53:43.055Z Downloaded bytes v1.9.0
11352025-01-17T13:53:43.059Z Downloaded backtrace v0.3.74
11362025-01-17T13:53:43.062Z Downloaded der_derive v0.7.3
11372025-01-17T13:53:43.064Z Downloaded rand_seeder v0.3.0
11382025-01-17T13:53:43.064Z Downloaded fixedbitset v0.4.2
11392025-01-17T13:53:43.067Z Downloaded derive_builder v0.20.2
11402025-01-17T13:53:43.070Z Downloaded pin-utils v0.1.0
11412025-01-17T13:53:43.072Z Downloaded percent-encoding v2.3.1
11422025-01-17T13:53:43.072Z Downloaded base64 v0.21.7
11432025-01-17T13:53:43.075Z Downloaded const-oid v0.9.6
11442025-01-17T13:53:43.078Z Downloaded crossbeam-utils v0.8.20
11452025-01-17T13:53:43.081Z Downloaded miniz_oxide v0.8.0
11462025-01-17T13:53:43.083Z Downloaded structmeta v0.3.0
11472025-01-17T13:53:43.086Z Downloaded structmeta v0.2.0
11482025-01-17T13:53:43.086Z Downloaded strip-ansi-escapes v0.2.0
11492025-01-17T13:53:43.086Z Downloaded smf v0.2.3
11502025-01-17T13:53:43.089Z Downloaded memmap2 v0.9.5
11512025-01-17T13:53:43.089Z Downloaded indexmap v1.9.3
11522025-01-17T13:53:43.091Z Downloaded icu_normalizer v1.5.0
11532025-01-17T13:53:43.094Z Downloaded icu_locid_transform v1.5.0
11542025-01-17T13:53:43.097Z Downloaded iana-time-zone v0.1.61
11552025-01-17T13:53:43.100Z Downloaded shell-words v1.1.0
11562025-01-17T13:53:43.103Z Downloaded semver v0.1.20
11572025-01-17T13:53:43.103Z Downloaded rustc-hash v2.0.0
11582025-01-17T13:53:43.105Z Downloaded rustc-hash v1.1.0
11592025-01-17T13:53:43.105Z Downloaded ciborium v0.2.2
11602025-01-17T13:53:43.108Z Downloaded chrono-tz-build v0.4.0
11612025-01-17T13:53:43.108Z Downloaded arrayvec v0.7.6
11622025-01-17T13:53:43.111Z Downloaded lalrpop-util v0.19.12
11632025-01-17T13:53:43.113Z Downloaded indoc v1.0.9
11642025-01-17T13:53:43.116Z Downloaded humantime v2.1.0
11652025-01-17T13:53:43.116Z Downloaded bitflags v1.3.2
11662025-01-17T13:53:43.119Z Downloaded cstr-argument v0.1.2
11672025-01-17T13:53:43.122Z Downloaded cassowary v0.3.0
11682025-01-17T13:53:43.122Z Downloaded crc v3.2.1
11692025-01-17T13:53:43.125Z Downloaded chacha20 v0.9.1
11702025-01-17T13:53:43.127Z Downloaded block-padding v0.3.3
11712025-01-17T13:53:43.127Z Downloaded buf-list v1.0.3
11722025-01-17T13:53:43.130Z Downloaded bitfield-struct v0.6.2
11732025-01-17T13:53:43.130Z Downloaded bb8 v0.8.5
11742025-01-17T13:53:43.133Z Downloaded home v0.5.9
11752025-01-17T13:53:43.133Z Downloaded cobs v0.2.3
11762025-01-17T13:53:43.135Z Downloaded cfg_aliases v0.2.1
11772025-01-17T13:53:43.137Z Downloaded colored v2.1.0
11782025-01-17T13:53:43.140Z Downloaded cmake v0.1.51
11792025-01-17T13:53:43.140Z Downloaded bit-set v0.5.3
11802025-01-17T13:53:43.140Z Downloaded matches v0.1.10
11812025-01-17T13:53:43.298Z Downloaded libsqlite3-sys v0.30.1
11822025-01-17T13:53:43.491Z Downloaded ring v0.17.8
11832025-01-17T13:53:43.810Z Downloaded aws-lc-sys v0.22.0
11842025-01-17T13:53:44.135Z Compiling serde v1.0.217
11852025-01-17T13:53:44.137Z Compiling lock_api v0.4.12
11862025-01-17T13:53:44.137Z Compiling scopeguard v1.2.0
11872025-01-17T13:53:44.138Z Compiling value-bag v1.9.0
11882025-01-17T13:53:44.138Z Compiling typenum v1.17.0
11892025-01-17T13:53:44.138Z Compiling generic-array v0.14.7
11902025-01-17T13:53:44.334Z Compiling syn v2.0.96
11912025-01-17T13:53:44.350Z Compiling getrandom v0.2.15
11922025-01-17T13:53:44.470Z Compiling subtle v2.6.1
11932025-01-17T13:53:44.639Z Compiling rand_core v0.6.4
11942025-01-17T13:53:44.770Z Compiling log v0.4.22
11952025-01-17T13:53:44.843Z Compiling shlex v1.3.0
11962025-01-17T13:53:44.866Z Compiling jobserver v0.1.32
11972025-01-17T13:53:44.890Z Compiling smallvec v1.13.2
11982025-01-17T13:53:45.103Z Compiling const-oid v0.9.6
11992025-01-17T13:53:45.163Z Compiling spin v0.9.8
12002025-01-17T13:53:45.200Z Compiling pin-project-lite v0.2.14
12012025-01-17T13:53:45.258Z Compiling cc v1.1.30
12022025-01-17T13:53:45.327Z Compiling rustix v0.38.37
12032025-01-17T13:53:45.517Z Compiling parking_lot_core v0.9.10
12042025-01-17T13:53:45.555Z Compiling futures-core v0.3.31
12052025-01-17T13:53:45.671Z Compiling signal-hook-registry v1.4.2
12062025-01-17T13:53:45.802Z Compiling mio v1.0.2
12072025-01-17T13:53:46.109Z Compiling aho-corasick v1.1.3
12082025-01-17T13:53:46.358Z Compiling cpufeatures v0.2.14
12092025-01-17T13:53:46.464Z Compiling parking_lot v0.12.3
12102025-01-17T13:53:46.565Z Compiling regex-syntax v0.8.5
12112025-01-17T13:53:46.585Z Compiling either v1.13.0
12122025-01-17T13:53:46.815Z Compiling lazy_static v1.5.0
12132025-01-17T13:53:46.954Z Compiling futures-sink v0.3.31
12142025-01-17T13:53:46.974Z Compiling glob v0.3.1
12152025-01-17T13:53:47.119Z Compiling stable_deref_trait v1.2.0
12162025-01-17T13:53:47.142Z Compiling socket2 v0.5.7
12172025-01-17T13:53:47.229Z Compiling slab v0.4.9
12182025-01-17T13:53:47.279Z Compiling prettyplease v0.2.25
12192025-01-17T13:53:47.671Z Compiling serde_json v1.0.135
12202025-01-17T13:53:47.771Z Compiling minimal-lexical v0.2.1
12212025-01-17T13:53:47.946Z Compiling clang-sys v1.8.1
12222025-01-17T13:53:48.161Z Compiling libloading v0.8.5
12232025-01-17T13:53:48.288Z Compiling nom v7.1.3
12242025-01-17T13:53:48.321Z Compiling home v0.5.9
12252025-01-17T13:53:48.527Z Compiling bindgen v0.69.5
12262025-01-17T13:53:48.578Z Compiling futures-channel v0.3.31
12272025-01-17T13:53:49.002Z Compiling itertools v0.12.1
12282025-01-17T13:53:49.027Z Compiling futures-io v0.3.31
12292025-01-17T13:53:49.312Z Compiling foldhash v0.1.3
12302025-01-17T13:53:49.391Z Compiling allocator-api2 v0.2.18
12312025-01-17T13:53:49.630Z Compiling futures-task v0.3.31
12322025-01-17T13:53:49.913Z Compiling pin-utils v0.1.0
12332025-01-17T13:53:50.029Z Compiling rustc-hash v1.1.0
12342025-01-17T13:53:50.176Z Compiling lazycell v1.3.0
12352025-01-17T13:53:50.198Z Compiling libm v0.2.8
12362025-01-17T13:53:50.338Z Compiling regex-automata v0.4.8
12372025-01-17T13:53:50.525Z Compiling hashbrown v0.15.1
12382025-01-17T13:53:50.964Z Compiling cmake v0.1.51
12392025-01-17T13:53:51.664Z Compiling synstructure v0.13.1
12402025-01-17T13:53:51.825Z Compiling cexpr v0.6.0
12412025-01-17T13:53:51.954Z Compiling num-traits v0.2.19
12422025-01-17T13:53:52.246Z Compiling pkg-config v0.3.31
12432025-01-17T13:53:52.831Z Compiling dunce v1.0.5
12442025-01-17T13:53:52.973Z Compiling fs_extra v1.3.0
12452025-01-17T13:53:53.082Z Compiling tinyvec_macros v0.1.1
12462025-01-17T13:53:53.185Z Compiling tinyvec v1.8.0
12472025-01-17T13:53:53.577Z Compiling ring v0.17.8
12482025-01-17T13:53:53.727Z Compiling unicode-bidi v0.3.17
12492025-01-17T13:53:54.608Z Compiling unicode-normalization v0.1.24
12502025-01-17T13:53:54.628Z Compiling base64ct v1.6.0
12512025-01-17T13:53:54.851Z Compiling paste v1.0.15
12522025-01-17T13:53:54.943Z Compiling writeable v0.5.5
12532025-01-17T13:53:55.183Z Compiling litemap v0.7.3
12542025-01-17T13:53:55.398Z Compiling pem-rfc7468 v0.7.0
12552025-01-17T13:53:55.554Z Compiling regex v1.11.1
12562025-01-17T13:53:55.674Z Compiling httparse v1.9.5
12572025-01-17T13:53:56.072Z Compiling flagset v0.4.6
12582025-01-17T13:53:56.119Z Compiling aws-lc-rs v1.10.0
12592025-01-17T13:53:56.404Z Compiling tracing-core v0.1.32
12602025-01-17T13:53:56.475Z Compiling percent-encoding v2.3.1
12612025-01-17T13:53:56.500Z Compiling rustls-pki-types v1.10.0
12622025-01-17T13:53:56.769Z Compiling icu_locid_transform_data v1.5.0
12632025-01-17T13:53:56.876Z Compiling crossbeam-utils v0.8.20
12642025-01-17T13:53:57.121Z Compiling serde_derive v1.0.217
12652025-01-17T13:53:57.349Z Compiling zeroize_derive v1.4.2
12662025-01-17T13:53:57.403Z Compiling zerocopy-derive v0.7.35
12672025-01-17T13:53:57.433Z Compiling tokio-macros v2.5.0
12682025-01-17T13:53:57.546Z Compiling zerofrom-derive v0.1.4
12692025-01-17T13:53:58.761Z Compiling zeroize v1.8.1
12702025-01-17T13:53:58.928Z Compiling thiserror-impl v1.0.69
12712025-01-17T13:53:59.310Z Compiling yoke-derive v0.7.4
12722025-01-17T13:53:59.335Z Compiling zerocopy v0.7.35
12732025-01-17T13:54:00.327Z Compiling crypto-common v0.1.6
12742025-01-17T13:54:00.554Z Compiling block-buffer v0.10.4
12752025-01-17T13:54:00.664Z Compiling zerovec-derive v0.10.3
12762025-01-17T13:54:00.812Z Compiling digest v0.10.7
12772025-01-17T13:54:01.019Z Compiling zerofrom v0.1.4
12782025-01-17T13:54:01.130Z Compiling futures-macro v0.3.31
12792025-01-17T13:54:01.247Z Compiling hmac v0.12.1
12802025-01-17T13:54:01.272Z Compiling block-padding v0.3.3
12812025-01-17T13:54:01.343Z Compiling displaydoc v0.2.5
12822025-01-17T13:54:01.480Z Compiling inout v0.1.3
12832025-01-17T13:54:01.517Z Compiling sha2 v0.10.8
12842025-01-17T13:54:01.758Z Compiling cipher v0.4.4
12852025-01-17T13:54:01.840Z Compiling thiserror v1.0.69
12862025-01-17T13:54:01.860Z Compiling yoke v0.7.4
12872025-01-17T13:54:01.994Z Compiling ppv-lite86 v0.2.20
12882025-01-17T13:54:02.225Z Compiling der_derive v0.7.3
12892025-01-17T13:54:02.247Z Compiling icu_provider_macros v1.5.0
12902025-01-17T13:54:02.824Z Compiling rand_chacha v0.3.1
12912025-01-17T13:54:02.872Z Compiling tracing-attributes v0.1.27
12922025-01-17T13:54:02.980Z Compiling futures-util v0.3.31
12932025-01-17T13:54:03.117Z Compiling zerovec v0.10.4
12942025-01-17T13:54:03.358Z Compiling rand v0.8.5
12952025-01-17T13:54:04.602Z Compiling der v0.7.9
12962025-01-17T13:54:05.109Z Compiling tinystr v0.7.6
12972025-01-17T13:54:05.130Z Compiling icu_collections v1.5.0
12982025-01-17T13:54:05.157Z Compiling salsa20 v0.10.2
12992025-01-17T13:54:05.366Z Compiling pest v2.7.14
13002025-01-17T13:54:05.391Z Compiling pbkdf2 v0.12.2
13012025-01-17T13:54:05.485Z Compiling icu_locid v1.5.0
13022025-01-17T13:54:06.101Z Compiling tracing v0.1.40
13032025-01-17T13:54:06.278Z Compiling time-core v0.1.2
13042025-01-17T13:54:06.403Z Compiling powerfmt v0.2.0
13052025-01-17T13:54:06.466Z Compiling num-conv v0.1.0
13062025-01-17T13:54:06.566Z Compiling spki v0.7.3
13072025-01-17T13:54:06.758Z Compiling icu_provider v1.5.0
13082025-01-17T13:54:06.792Z Compiling untrusted v0.9.0
13092025-01-17T13:54:06.907Z Compiling icu_properties_data v1.5.0
13102025-01-17T13:54:06.971Z Compiling vcpkg v0.2.15
13112025-01-17T13:54:07.176Z Compiling untrusted v0.7.1
13122025-01-17T13:54:07.409Z Compiling mirai-annotations v1.12.0
13132025-01-17T13:54:07.582Z Compiling icu_locid_transform v1.5.0
13142025-01-17T13:54:07.621Z Compiling time-macros v0.2.18
13152025-01-17T13:54:07.743Z Compiling deranged v0.3.11
13162025-01-17T13:54:08.240Z Compiling pest_meta v2.7.14
13172025-01-17T13:54:08.843Z Compiling openssl-sys v0.9.103
13182025-01-17T13:54:09.180Z Compiling icu_properties v1.5.1
13192025-01-17T13:54:09.559Z Compiling scrypt v0.11.0
13202025-01-17T13:54:09.868Z Compiling bitflags v2.6.0
13212025-01-17T13:54:09.920Z Compiling bytes v1.9.0
13222025-01-17T13:54:10.105Z Compiling indexmap v2.7.0
13232025-01-17T13:54:10.631Z Compiling semver v1.0.24
13242025-01-17T13:54:10.929Z Compiling tokio v1.43.0
13252025-01-17T13:54:11.148Z Compiling http v1.2.0
13262025-01-17T13:54:11.321Z Compiling rustc_version v0.4.1
13272025-01-17T13:54:11.381Z Compiling cbc v0.1.2
13282025-01-17T13:54:11.631Z Compiling aes v0.8.4
13292025-01-17T13:54:11.991Z Compiling scroll_derive v0.12.0
13302025-01-17T13:54:12.608Z Compiling write16 v1.0.0
13312025-01-17T13:54:12.761Z Compiling num_threads v0.1.7
13322025-01-17T13:54:12.903Z Compiling icu_normalizer_data v1.5.0
13332025-01-17T13:54:12.988Z Compiling utf8_iter v1.0.4
13342025-01-17T13:54:13.014Z Compiling utf16_iter v1.0.5
13352025-01-17T13:54:13.232Z Compiling atomic-waker v1.1.2
13362025-01-17T13:54:13.253Z Compiling icu_normalizer v1.5.0
13372025-01-17T13:54:13.381Z Compiling time v0.3.36
13382025-01-17T13:54:13.413Z Compiling scroll v0.12.0
13392025-01-17T13:54:13.433Z Compiling http-body v1.0.1
13402025-01-17T13:54:13.678Z Compiling pkcs5 v0.7.1
13412025-01-17T13:54:13.788Z Compiling which v4.4.2
13422025-01-17T13:54:14.052Z Compiling pest_generator v2.7.14
13432025-01-17T13:54:14.493Z Compiling form_urlencoded v1.2.1
13442025-01-17T13:54:14.794Z Compiling try-lock v0.2.5
13452025-01-17T13:54:14.820Z Compiling slog v2.7.0
13462025-01-17T13:54:14.923Z Compiling goblin v0.8.2
13472025-01-17T13:54:14.955Z Compiling want v0.3.1
13482025-01-17T13:54:14.998Z Compiling pkcs8 v0.10.2
13492025-01-17T13:54:15.247Z Compiling idna_adapter v1.2.0
13502025-01-17T13:54:15.379Z Compiling uuid v1.12.0
13512025-01-17T13:54:15.479Z Compiling httpdate v1.0.3
13522025-01-17T13:54:15.657Z Compiling iana-time-zone v0.1.61
13532025-01-17T13:54:15.855Z Compiling pest_derive v2.7.14
13542025-01-17T13:54:15.920Z Compiling chrono v0.4.38
13552025-01-17T13:54:16.059Z Compiling idna v1.0.3
13562025-01-17T13:54:16.642Z Compiling dtrace-parser v0.2.0
13572025-01-17T13:54:17.619Z Compiling serde_spanned v0.6.8
13582025-01-17T13:54:17.622Z Compiling serde_tokenstream v0.2.2
13592025-01-17T13:54:17.888Z Compiling toml_datetime v0.6.8
13602025-01-17T13:54:18.064Z Compiling adler2 v2.0.0
13612025-01-17T13:54:18.184Z Compiling match_cfg v0.1.0
13622025-01-17T13:54:18.288Z Compiling openssl v0.10.66
13632025-01-17T13:54:18.308Z Compiling tower-service v0.3.3
13642025-01-17T13:54:18.331Z Compiling base64 v0.22.1
13652025-01-17T13:54:18.450Z Compiling rustversion v1.0.17
13662025-01-17T13:54:18.570Z Compiling foreign-types-shared v0.1.1
13672025-01-17T13:54:18.701Z Compiling foreign-types v0.3.2
13682025-01-17T13:54:18.752Z Compiling hostname v0.3.1
13692025-01-17T13:54:18.812Z Compiling miniz_oxide v0.8.0
13702025-01-17T13:54:18.970Z Compiling tokio-util v0.7.12
13712025-01-17T13:54:18.996Z Compiling url v2.5.3
13722025-01-17T13:54:19.310Z Compiling openssl-macros v0.1.1
13732025-01-17T13:54:20.026Z Compiling h2 v0.4.6
13742025-01-17T13:54:20.194Z Compiling async-trait v0.1.83
13752025-01-17T13:54:20.218Z Compiling serde_derive_internals v0.29.1
13762025-01-17T13:54:20.389Z Compiling dirs-sys-next v0.1.2
13772025-01-17T13:54:20.760Z Compiling dof v0.3.0
13782025-01-17T13:54:20.940Z Compiling rustls v0.22.4
13792025-01-17T13:54:21.215Z Compiling rustls v0.23.19
13802025-01-17T13:54:21.501Z Compiling usdt-impl v0.5.0
13812025-01-17T13:54:22.561Z Compiling data-encoding v2.6.0
13822025-01-17T13:54:22.583Z Compiling siphasher v0.3.11
13832025-01-17T13:54:22.586Z Compiling syn v1.0.109
13842025-01-17T13:54:22.913Z Compiling native-tls v0.2.12
13852025-01-17T13:54:22.964Z Compiling schemars v0.8.21
13862025-01-17T13:54:23.279Z Compiling schemars_derive v0.8.21
13872025-01-17T13:54:23.350Z Compiling dirs-next v2.0.0
13882025-01-17T13:54:24.204Z Compiling http-body-util v0.1.2
13892025-01-17T13:54:24.317Z Compiling heapless v0.7.17
13902025-01-17T13:54:24.602Z Compiling crossbeam-epoch v0.9.18
13912025-01-17T13:54:24.659Z Compiling signature v2.2.0
13922025-01-17T13:54:24.745Z Compiling sha1 v0.10.6
13932025-01-17T13:54:24.825Z Compiling bzip2-sys v0.1.11+1.0.8
13942025-01-17T13:54:24.943Z Compiling thread_local v1.1.8
13952025-01-17T13:54:25.160Z Compiling cookie v0.18.1
13962025-01-17T13:54:25.249Z Compiling encoding_rs v0.8.34
13972025-01-17T13:54:25.303Z Compiling multer v3.1.0
13982025-01-17T13:54:25.415Z Compiling rayon-core v1.12.1
13992025-01-17T13:54:25.452Z Compiling dyn-clone v1.0.17
14002025-01-17T13:54:25.580Z Compiling slog-async v2.8.0
14012025-01-17T13:54:25.676Z Compiling unicode-properties v0.1.3
14022025-01-17T13:54:25.698Z Compiling signal-hook v0.3.17
14032025-01-17T13:54:25.972Z Compiling openssl-probe v0.1.5
14042025-01-17T13:54:26.048Z Compiling mime v0.3.17
14052025-01-17T13:54:26.122Z Compiling gimli v0.31.1
14062025-01-17T13:54:26.196Z Compiling ipnet v2.10.1
14072025-01-17T13:54:26.288Z Compiling toml_edit v0.22.22
14082025-01-17T13:54:27.274Z Compiling hyper v1.5.2
14092025-01-17T13:54:29.934Z Compiling hyper-util v0.1.10
14102025-01-17T13:54:30.004Z Compiling stringprep v0.1.5
14112025-01-17T13:54:30.925Z Compiling addr2line v0.24.2
14122025-01-17T13:54:30.999Z Compiling crossbeam-deque v0.8.5
14132025-01-17T13:54:31.063Z Compiling usdt-macro v0.5.0
14142025-01-17T13:54:31.090Z Compiling usdt-attr-macro v0.5.0
14152025-01-17T13:54:31.321Z Compiling term v0.7.0
14162025-01-17T13:54:31.711Z Compiling slog-json v2.6.1
14172025-01-17T13:54:32.050Z Compiling serde_urlencoded v0.7.1
14182025-01-17T13:54:32.436Z Compiling curve25519-dalek v4.1.3
14192025-01-17T13:54:32.527Z Compiling crossbeam-channel v0.5.13
14202025-01-17T13:54:32.598Z Compiling futures-executor v0.3.31
14212025-01-17T13:54:32.619Z Compiling enum-as-inner v0.6.1
14222025-01-17T13:54:32.781Z Compiling md-5 v0.10.6
14232025-01-17T13:54:33.076Z Compiling async-stream-impl v0.3.6
14242025-01-17T13:54:33.095Z Compiling rustls-pemfile v2.2.0
14252025-01-17T13:54:33.116Z Compiling num-integer v0.1.46
14262025-01-17T13:54:33.434Z Compiling idna v0.3.0
14272025-01-17T13:54:33.539Z Compiling idna v0.4.0
14282025-01-17T13:54:33.623Z Compiling hash32 v0.2.1
14292025-01-17T13:54:33.791Z Compiling ff v0.13.0
14302025-01-17T13:54:33.842Z Compiling is-terminal v0.4.13
14312025-01-17T13:54:33.979Z Compiling object v0.36.5
14322025-01-17T13:54:33.981Z Compiling dropshot v0.12.0
14332025-01-17T13:54:34.016Z Compiling num-bigint-dig v0.8.4
14342025-01-17T13:54:34.290Z Compiling quick-error v1.2.3
14352025-01-17T13:54:34.321Z Compiling smoltcp v0.9.1
14362025-01-17T13:54:34.363Z Compiling psl-types v2.0.11
14372025-01-17T13:54:34.438Z Compiling base16ct v0.2.0
14382025-01-17T13:54:34.568Z Compiling anyhow v1.0.93
14392025-01-17T13:54:34.767Z Compiling linked-hash-map v0.5.6
14402025-01-17T13:54:34.955Z Compiling fallible-iterator v0.2.0
14412025-01-17T13:54:34.958Z Compiling utf-8 v0.7.6
14422025-01-17T13:54:35.010Z Compiling rustc-demangle v0.1.24
14432025-01-17T13:54:35.076Z Compiling portable-atomic v1.9.0
14442025-01-17T13:54:35.144Z Compiling take_mut v0.2.2
14452025-01-17T13:54:35.318Z Compiling tungstenite v0.24.0
14462025-01-17T13:54:35.616Z Compiling postgres-protocol v0.6.7
14472025-01-17T13:54:36.131Z Compiling lru-cache v0.1.2
14482025-01-17T13:54:36.326Z Compiling sec1 v0.7.3
14492025-01-17T13:54:36.329Z Compiling publicsuffix v2.2.3
14502025-01-17T13:54:36.367Z Compiling hickory-proto v0.24.1
14512025-01-17T13:54:36.599Z Compiling resolv-conf v0.7.0
14522025-01-17T13:54:36.810Z Compiling async-stream v0.3.6
14532025-01-17T13:54:37.014Z Compiling usdt v0.5.0
14542025-01-17T13:54:37.103Z Compiling group v0.13.0
14552025-01-17T13:54:37.327Z Compiling slog-term v2.9.1
14562025-01-17T13:54:37.449Z Compiling num-iter v0.1.45
14572025-01-17T13:54:37.648Z Compiling futures v0.3.31
14582025-01-17T13:54:37.668Z Compiling slog-bunyan v2.5.0
14592025-01-17T13:54:38.971Z Compiling camino v1.1.9
14602025-01-17T13:54:39.392Z Compiling tokio-native-tls v0.3.1
14612025-01-17T13:54:39.417Z Compiling toml v0.8.19
14622025-01-17T13:54:39.468Z Compiling phf_shared v0.11.2
14632025-01-17T13:54:39.677Z Compiling dropshot_endpoint v0.12.0
14642025-01-17T13:54:39.812Z Compiling terminal_size v0.4.0
14652025-01-17T13:54:39.832Z Compiling waitgroup v0.1.2
14662025-01-17T13:54:40.048Z Compiling openapiv3 v2.0.0
14672025-01-17T13:54:40.051Z Compiling serde_path_to_error v0.1.16
14682025-01-17T13:54:40.827Z Compiling backtrace v0.3.74
14692025-01-17T13:54:40.892Z Compiling hkdf v0.12.4
14702025-01-17T13:54:40.972Z Compiling crypto-bigint v0.5.5
14712025-01-17T13:54:41.165Z Compiling curve25519-dalek-derive v0.1.1
14722025-01-17T13:54:42.658Z Compiling zerocopy-derive v0.6.6
14732025-01-17T13:54:43.834Z Compiling webpki-roots v0.26.6
14742025-01-17T13:54:43.877Z Compiling idna v0.5.0
14752025-01-17T13:54:44.039Z Compiling hostname v0.4.0
14762025-01-17T13:54:44.042Z Compiling hubpack_derive v0.1.1
14772025-01-17T13:54:44.073Z Compiling fs-err v2.11.0
14782025-01-17T13:54:44.247Z Compiling crc32fast v1.4.2
14792025-01-17T13:54:44.373Z Compiling ahash v0.8.11
14802025-01-17T13:54:44.596Z Compiling managed v0.8.0
14812025-01-17T13:54:44.619Z Compiling bitflags v1.3.2
14822025-01-17T13:54:44.708Z Compiling debug-ignore v1.0.5
14832025-01-17T13:54:44.736Z Compiling winnow v0.5.40
14842025-01-17T13:54:44.859Z Compiling newtype-uuid v1.2.1
14852025-01-17T13:54:44.880Z Compiling console v0.15.8
14862025-01-17T13:54:45.174Z Compiling hubpack v0.1.2
14872025-01-17T13:54:45.375Z Compiling cookie_store v0.21.0
14882025-01-17T13:54:45.524Z Compiling clap_builder v4.5.21
14892025-01-17T13:54:45.686Z Compiling zerocopy v0.6.6
14902025-01-17T13:54:46.241Z Compiling strum_macros v0.25.3
14912025-01-17T13:54:46.422Z Compiling flate2 v1.0.34
14922025-01-17T13:54:46.894Z Compiling elliptic-curve v0.13.8
14932025-01-17T13:54:46.969Z Compiling hickory-resolver v0.24.1
14942025-01-17T13:54:47.744Z Compiling phf v0.11.2
14952025-01-17T13:54:48.034Z Compiling toml_edit v0.19.15
14962025-01-17T13:54:48.127Z Compiling hyper-tls v0.6.0
14972025-01-17T13:54:48.221Z Compiling signal-hook-mio v0.2.4
14982025-01-17T13:54:48.399Z Compiling rayon v1.10.0
14992025-01-17T13:54:48.523Z Compiling bzip2 v0.4.4
15002025-01-17T13:54:49.979Z Compiling tokio-tungstenite v0.24.0
15012025-01-17T13:54:50.510Z Compiling postgres-types v0.2.8
15022025-01-17T13:54:52.656Z Compiling ed25519 v2.2.3
15032025-01-17T13:54:52.844Z Compiling phf_shared v0.10.0
15042025-01-17T13:54:53.128Z Compiling tokio-stream v0.1.16
15052025-01-17T13:54:53.236Z Compiling pkcs1 v0.7.5
15062025-01-17T13:54:53.847Z Compiling serde-big-array v0.5.1
15072025-01-17T13:54:54.041Z Compiling clap_derive v4.5.18
15082025-01-17T13:54:54.084Z Compiling rfc6979 v0.4.0
15092025-01-17T13:54:54.116Z Compiling serde_repr v0.1.19
15102025-01-17T13:54:54.281Z Compiling derive-where v1.2.7
15112025-01-17T13:54:54.510Z Compiling float-cmp v0.9.0
15122025-01-17T13:54:54.749Z Compiling bstr v1.10.0
15132025-01-17T13:54:54.974Z Compiling sync_wrapper v1.0.1
15142025-01-17T13:54:55.133Z Compiling fixedbitset v0.4.2
15152025-01-17T13:54:55.211Z Compiling number_prefix v0.4.0
15162025-01-17T13:54:55.233Z Compiling difflib v0.4.0
15172025-01-17T13:54:55.462Z Compiling new_debug_unreachable v1.0.6
15182025-01-17T13:54:55.591Z Compiling predicates-core v1.0.8
15192025-01-17T13:54:55.613Z Compiling unicode-width v0.2.0
15202025-01-17T13:54:55.917Z Compiling precomputed-hash v0.1.1
15212025-01-17T13:54:56.049Z Compiling unicode-segmentation v1.12.0
15222025-01-17T13:54:56.161Z Compiling normalize-line-endings v0.3.0
15232025-01-17T13:54:56.263Z Compiling static_assertions v1.1.0
15242025-01-17T13:54:56.304Z Compiling whoami v1.5.2
15252025-01-17T13:54:56.372Z Compiling bit-vec v0.6.3
15262025-01-17T13:54:56.622Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15272025-01-17T13:54:56.776Z Compiling similar v2.6.0
15282025-01-17T13:54:56.866Z Compiling bit-set v0.5.3
15292025-01-17T13:54:56.890Z Compiling tokio-postgres v0.7.12
15302025-01-17T13:54:57.148Z Compiling predicates v3.1.2
15312025-01-17T13:54:57.443Z Compiling indicatif v0.17.9
15322025-01-17T13:54:58.577Z Compiling clap v4.5.21
15332025-01-17T13:54:58.650Z Compiling string_cache v0.8.7
15342025-01-17T13:54:58.706Z Compiling petgraph v0.6.5
15352025-01-17T13:54:58.959Z Compiling ecdsa v0.16.9
15362025-01-17T13:54:59.081Z Compiling rsa v0.9.6
15372025-01-17T13:54:59.491Z Compiling ed25519-dalek v2.1.1
15382025-01-17T13:54:59.784Z Compiling toml v0.7.8
15392025-01-17T13:55:00.798Z Compiling zip v0.6.6
15402025-01-17T13:55:01.318Z Compiling crossterm v0.28.1
15412025-01-17T13:55:02.555Z Compiling hex v0.4.3
15422025-01-17T13:55:02.804Z Compiling x509-cert v0.2.5
15432025-01-17T13:55:02.889Z Compiling itertools v0.10.5
15442025-01-17T13:55:02.892Z Compiling peg-runtime v0.8.3
15452025-01-17T13:55:02.931Z Compiling lalrpop-util v0.19.12
15462025-01-17T13:55:03.101Z Compiling unicode-xid v0.2.6
15472025-01-17T13:55:03.287Z Compiling strum_macros v0.26.4
15482025-01-17T13:55:03.309Z Compiling xattr v1.3.1
15492025-01-17T13:55:03.488Z Compiling filetime v0.2.25
15502025-01-17T13:55:03.814Z Compiling tar v0.4.42
15512025-01-17T13:55:07.893Z Compiling strum v0.26.3
15522025-01-17T13:55:11.289Z Compiling aws-lc-sys v0.22.0
15532025-01-17T13:55:38.357Z Compiling rustls-webpki v0.102.8
15542025-01-17T13:55:41.474Z Compiling tokio-rustls v0.25.0
15552025-01-17T13:55:43.151Z Compiling tokio-rustls v0.26.0
15562025-01-17T13:55:43.442Z Compiling hyper-rustls v0.27.3
15572025-01-17T13:55:43.764Z Compiling reqwest v0.12.9
15582025-01-17T13:55:45.129Z Compiling qorb v0.2.1
15592025-01-17T13:55:48.193Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15602025-01-17T13:55:48.434Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15612025-01-17T13:55:52.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15622025-01-17T13:55:52.965Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15632025-01-17T13:55:53.014ZJan 17 13:55:51.098 INFO Starting download, target: Cockroach
15642025-01-17T13:55:53.014ZJan 17 13:55:51.099 INFO Starting download, target: Clickhouse
15652025-01-17T13:55:53.017ZJan 17 13:55:51.099 INFO Starting download, target: Console
15662025-01-17T13:55:53.017ZJan 17 13:55:51.099 INFO Starting download, target: DendriteOpenapi
15672025-01-17T13:55:53.017ZJan 17 13:55:51.099 INFO Starting download, target: DendriteStub
15682025-01-17T13:55:53.017ZJan 17 13:55:51.099 INFO Starting download, target: MaghemiteMgd
15692025-01-17T13:55:53.017ZJan 17 13:55:51.099 INFO Starting download, target: TransceiverControl
15702025-01-17T13:55:53.017ZJan 17 13:55:51.100 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15712025-01-17T13:55:53.017ZJan 17 13:55:51.100 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15722025-01-17T13:55:53.017ZJan 17 13:55:51.100 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15732025-01-17T13:55:53.017ZJan 17 13:55:51.100 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15742025-01-17T13:55:53.017ZJan 17 13:55:51.100 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15752025-01-17T13:55:53.017ZJan 17 13:55:51.100 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15762025-01-17T13:55:53.017ZJan 17 13:55:51.100 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15772025-01-17T13:55:53.229ZJan 17 13:55:51.311 INFO Download complete, target: DendriteOpenapi
15782025-01-17T13:55:53.345ZJan 17 13:55:51.420 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15792025-01-17T13:55:53.676ZJan 17 13:55:51.743 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15802025-01-17T13:55:53.836ZJan 17 13:55:51.919 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15812025-01-17T13:55:53.841ZJan 17 13:55:51.925 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15822025-01-17T13:55:53.974ZJan 17 13:55:52.057 INFO Download complete, target: Console
15832025-01-17T13:55:54.037ZJan 17 13:55:52.120 INFO Download complete, target: TransceiverControl
15842025-01-17T13:55:54.722ZJan 17 13:55:52.807 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15852025-01-17T13:55:54.722ZJan 17 13:55:52.807 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15862025-01-17T13:55:55.880ZJan 17 13:55:53.964 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15872025-01-17T13:55:56.789ZJan 17 13:55:54.873 INFO Download complete, target: MaghemiteMgd
15882025-01-17T13:55:56.789ZJan 17 13:55:54.873 INFO Download complete, target: DendriteStub
15892025-01-17T13:56:02.092ZJan 17 13:56:00.176 INFO Checking that binary works, target: Cockroach
15902025-01-17T13:56:02.247ZJan 17 13:56:00.331 INFO Download complete, target: Cockroach
15912025-01-17T13:56:08.071ZJan 17 13:56:06.154 INFO Checking that binary works, target: Clickhouse
15922025-01-17T13:56:08.186ZJan 17 13:56:06.269 INFO Download complete, target: Clickhouse
15932025-01-17T13:56:08.208ZAll builder prerequisites installed successfully, and PATH looks valid
15942025-01-17T13:56:08.211Z
15952025-01-17T13:56:08.211Zreal 4:38.908827530
15962025-01-17T13:56:08.211Zuser 15:40.597188535
15972025-01-17T13:56:08.211Zsys 2:02.599109651
15982025-01-17T13:56:08.211Ztrap 0.559665553
15992025-01-17T13:56:08.211Ztflt 1.592868330
16002025-01-17T13:56:08.211Zdflt 1.715078495
16012025-01-17T13:56:08.211Zkflt 0.023458014
16022025-01-17T13:56:08.211Zlock 25:19.459602888
16032025-01-17T13:56:08.211Zslp 54:30.464370120
16042025-01-17T13:56:08.212Zlat 57.887368280
16052025-01-17T13:56:08.212Zstop 2:28.013362491
16062025-01-17T13:56:08.212Z+ banner hack-check
16072025-01-17T13:56:08.214Z
16082025-01-17T13:56:08.215Z # # ## #### # # #### # # ###### #### # #
16092025-01-17T13:56:08.215Z # # # # # # # # # # # # # # # # #
16102025-01-17T13:56:08.215Z ###### # # # #### ##### # ###### ##### # ####
16112025-01-17T13:56:08.215Z # # ###### # # # # # # # # # #
16122025-01-17T13:56:08.215Z # # # # # # # # # # # # # # # # #
16132025-01-17T13:56:08.215Z # # # # #### # # #### # # ###### #### # #
16142025-01-17T13:56:08.215Z
16152025-01-17T13:56:08.215Z+ export CARGO_INCREMENTAL=0
16162025-01-17T13:56:08.215Z+ CARGO_INCREMENTAL=0
16172025-01-17T13:56:08.215Z+ ptime -m timeout 2h cargo xtask check-features --ci
16182025-01-17T13:56:08.731Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16192025-01-17T13:56:11.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
16202025-01-17T13:56:11.551Z Running `target/debug/xtask check-features --ci`
16212025-01-17T13:56:11.572Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16222025-01-17T13:56:11.572Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16232025-01-17T13:56:12.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16242025-01-17T13:56:12.046Z Running `target/debug/xtask download cargo-hack`
16252025-01-17T13:56:12.842Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16262025-01-17T13:56:13.209Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16272025-01-17T13:56:16.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
16282025-01-17T13:56:17.054Z Running `target/debug/xtask-downloader cargo-hack`
16292025-01-17T13:56:17.119ZJan 17 13:56:15.127 INFO Starting download, target: CargoHack
16302025-01-17T13:56:17.120ZJan 17 13:56:15.128 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16312025-01-17T13:56:17.752ZJan 17 13:56:15.809 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16322025-01-17T13:56:17.827ZJan 17 13:56:15.899 INFO Download complete, target: CargoHack
16332025-01-17T13:56:17.847Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16342025-01-17T13:56:17.872Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16352025-01-17T13:56:18.012Zinfo: running `cargo check --bins` on api_identity (1/197)
16362025-01-17T13:56:18.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372025-01-17T13:56:18.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382025-01-17T13:56:18.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392025-01-17T13:56:18.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16402025-01-17T13:56:18.601Z
16412025-01-17T13:56:18.601Zinfo: running `cargo check --bins` on bootstore (2/197)
16422025-01-17T13:56:19.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432025-01-17T13:56:19.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442025-01-17T13:56:19.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452025-01-17T13:56:19.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16462025-01-17T13:56:19.213Z
16472025-01-17T13:56:19.213Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16482025-01-17T13:56:19.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492025-01-17T13:56:19.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502025-01-17T13:56:19.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512025-01-17T13:56:19.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16522025-01-17T13:56:19.801Z
16532025-01-17T13:56:19.801Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16542025-01-17T13:56:20.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552025-01-17T13:56:20.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562025-01-17T13:56:20.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572025-01-17T13:56:20.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16582025-01-17T13:56:20.395Z
16592025-01-17T13:56:20.397Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16602025-01-17T13:56:20.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612025-01-17T13:56:20.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622025-01-17T13:56:20.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632025-01-17T13:56:20.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16642025-01-17T13:56:20.806Z
16652025-01-17T13:56:20.806Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16662025-01-17T13:56:21.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672025-01-17T13:56:21.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682025-01-17T13:56:21.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692025-01-17T13:56:21.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702025-01-17T13:56:21.228Z
16712025-01-17T13:56:21.228Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16722025-01-17T13:56:21.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732025-01-17T13:56:21.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742025-01-17T13:56:21.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752025-01-17T13:56:21.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16762025-01-17T13:56:21.642Z
16772025-01-17T13:56:21.642Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16782025-01-17T13:56:22.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-01-17T13:56:22.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-01-17T13:56:22.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-01-17T13:56:22.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16822025-01-17T13:56:22.063Z
16832025-01-17T13:56:22.063Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16842025-01-17T13:56:22.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-01-17T13:56:22.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-01-17T13:56:22.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-01-17T13:56:22.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16882025-01-17T13:56:22.473Z
16892025-01-17T13:56:22.473Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16902025-01-17T13:56:22.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-01-17T13:56:22.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-01-17T13:56:22.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-01-17T13:56:22.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16942025-01-17T13:56:22.886Z
16952025-01-17T13:56:22.886Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16962025-01-17T13:56:23.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-01-17T13:56:23.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-01-17T13:56:23.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-01-17T13:56:23.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17002025-01-17T13:56:23.293Z
17012025-01-17T13:56:23.293Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
17022025-01-17T13:56:23.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-01-17T13:56:23.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-01-17T13:56:23.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-01-17T13:56:23.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17062025-01-17T13:56:23.703Z
17072025-01-17T13:56:23.703Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17082025-01-17T13:56:24.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-01-17T13:56:24.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-01-17T13:56:24.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-01-17T13:56:24.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17122025-01-17T13:56:24.117Z
17132025-01-17T13:56:24.117Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17142025-01-17T13:56:24.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-01-17T13:56:24.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-01-17T13:56:24.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-01-17T13:56:24.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17182025-01-17T13:56:24.524Z
17192025-01-17T13:56:24.524Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17202025-01-17T13:56:24.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-01-17T13:56:24.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-01-17T13:56:24.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-01-17T13:56:24.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17242025-01-17T13:56:24.932Z
17252025-01-17T13:56:24.932Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17262025-01-17T13:56:25.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-01-17T13:56:25.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-01-17T13:56:25.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-01-17T13:56:25.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17302025-01-17T13:56:25.344Z
17312025-01-17T13:56:25.344Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17322025-01-17T13:56:25.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-01-17T13:56:25.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-01-17T13:56:25.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-01-17T13:56:25.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17362025-01-17T13:56:25.758Z
17372025-01-17T13:56:25.759Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17382025-01-17T13:56:26.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-01-17T13:56:26.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-01-17T13:56:26.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-01-17T13:56:26.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17422025-01-17T13:56:26.175Z
17432025-01-17T13:56:26.175Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17442025-01-17T13:56:26.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-01-17T13:56:26.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-01-17T13:56:26.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-01-17T13:56:26.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17482025-01-17T13:56:26.593Z
17492025-01-17T13:56:26.593Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17502025-01-17T13:56:26.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-01-17T13:56:26.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-01-17T13:56:26.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-01-17T13:56:26.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17542025-01-17T13:56:27.014Z
17552025-01-17T13:56:27.014Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17562025-01-17T13:56:27.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-01-17T13:56:27.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-01-17T13:56:27.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-01-17T13:56:27.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17602025-01-17T13:56:27.427Z
17612025-01-17T13:56:27.427Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17622025-01-17T13:56:27.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-01-17T13:56:27.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-01-17T13:56:27.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-01-17T13:56:27.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17662025-01-17T13:56:27.843Z
17672025-01-17T13:56:27.843Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17682025-01-17T13:56:28.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-01-17T13:56:28.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-01-17T13:56:28.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-01-17T13:56:28.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17722025-01-17T13:56:28.262Z
17732025-01-17T13:56:28.262Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17742025-01-17T13:56:28.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-01-17T13:56:28.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-01-17T13:56:28.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-01-17T13:56:28.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17782025-01-17T13:56:28.678Z
17792025-01-17T13:56:28.678Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17802025-01-17T13:56:29.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-01-17T13:56:29.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-01-17T13:56:29.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-01-17T13:56:29.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17842025-01-17T13:56:29.093Z
17852025-01-17T13:56:29.093Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17862025-01-17T13:56:29.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-01-17T13:56:29.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-01-17T13:56:29.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-01-17T13:56:29.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17902025-01-17T13:56:29.509Z
17912025-01-17T13:56:29.509Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17922025-01-17T13:56:29.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-01-17T13:56:29.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-01-17T13:56:29.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952025-01-17T13:56:29.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17962025-01-17T13:56:29.925Z
17972025-01-17T13:56:29.925Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
17982025-01-17T13:56:30.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992025-01-17T13:56:30.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002025-01-17T13:56:30.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012025-01-17T13:56:30.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18022025-01-17T13:56:30.335Z
18032025-01-17T13:56:30.335Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18042025-01-17T13:56:30.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052025-01-17T13:56:30.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062025-01-17T13:56:30.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072025-01-17T13:56:30.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18082025-01-17T13:56:30.745Z
18092025-01-17T13:56:30.745Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18102025-01-17T13:56:31.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112025-01-17T13:56:31.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122025-01-17T13:56:31.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132025-01-17T13:56:31.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18142025-01-17T13:56:31.157Z
18152025-01-17T13:56:31.157Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18162025-01-17T13:56:31.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172025-01-17T13:56:31.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182025-01-17T13:56:31.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192025-01-17T13:56:31.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18202025-01-17T13:56:31.571Z
18212025-01-17T13:56:31.571Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18222025-01-17T13:56:31.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232025-01-17T13:56:31.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242025-01-17T13:56:31.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252025-01-17T13:56:31.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18262025-01-17T13:56:31.984Z
18272025-01-17T13:56:31.984Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18282025-01-17T13:56:32.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292025-01-17T13:56:32.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302025-01-17T13:56:32.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312025-01-17T13:56:32.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18322025-01-17T13:56:32.395Z
18332025-01-17T13:56:32.395Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18342025-01-17T13:56:32.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352025-01-17T13:56:32.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362025-01-17T13:56:32.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372025-01-17T13:56:32.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18382025-01-17T13:56:32.809Z
18392025-01-17T13:56:32.809Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18402025-01-17T13:56:33.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412025-01-17T13:56:33.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422025-01-17T13:56:33.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432025-01-17T13:56:33.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18442025-01-17T13:56:33.220Z
18452025-01-17T13:56:33.220Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18462025-01-17T13:56:33.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472025-01-17T13:56:33.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482025-01-17T13:56:33.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492025-01-17T13:56:33.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18502025-01-17T13:56:33.637Z
18512025-01-17T13:56:33.637Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18522025-01-17T13:56:34.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532025-01-17T13:56:34.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542025-01-17T13:56:34.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552025-01-17T13:56:34.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18562025-01-17T13:56:34.053Z
18572025-01-17T13:56:34.053Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18582025-01-17T13:56:34.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592025-01-17T13:56:34.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602025-01-17T13:56:34.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612025-01-17T13:56:34.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18622025-01-17T13:56:34.474Z
18632025-01-17T13:56:34.474Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18642025-01-17T13:56:34.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652025-01-17T13:56:34.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662025-01-17T13:56:34.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672025-01-17T13:56:34.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18682025-01-17T13:56:34.898Z
18692025-01-17T13:56:34.898Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18702025-01-17T13:56:35.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712025-01-17T13:56:35.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722025-01-17T13:56:35.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732025-01-17T13:56:35.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18742025-01-17T13:56:35.310Z
18752025-01-17T13:56:35.312Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18762025-01-17T13:56:35.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772025-01-17T13:56:35.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782025-01-17T13:56:35.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792025-01-17T13:56:35.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18802025-01-17T13:56:35.728Z
18812025-01-17T13:56:35.728Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18822025-01-17T13:56:36.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832025-01-17T13:56:36.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842025-01-17T13:56:36.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852025-01-17T13:56:36.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18862025-01-17T13:56:36.145Z
18872025-01-17T13:56:36.145Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18882025-01-17T13:56:36.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892025-01-17T13:56:36.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902025-01-17T13:56:36.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912025-01-17T13:56:36.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18922025-01-17T13:56:36.566Z
18932025-01-17T13:56:36.566Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18942025-01-17T13:56:36.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952025-01-17T13:56:36.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962025-01-17T13:56:36.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972025-01-17T13:56:36.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18982025-01-17T13:56:36.992Z
18992025-01-17T13:56:36.993Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
19002025-01-17T13:56:37.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012025-01-17T13:56:37.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022025-01-17T13:56:37.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032025-01-17T13:56:37.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19042025-01-17T13:56:37.613Z
19052025-01-17T13:56:37.613Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19062025-01-17T13:56:38.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072025-01-17T13:56:38.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082025-01-17T13:56:38.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092025-01-17T13:56:38.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19102025-01-17T13:56:38.225Z
19112025-01-17T13:56:38.225Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19122025-01-17T13:56:38.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132025-01-17T13:56:38.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142025-01-17T13:56:38.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152025-01-17T13:56:38.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19162025-01-17T13:56:38.848Z
19172025-01-17T13:56:38.848Zinfo: running `cargo check --bins` on oxlog (48/197)
19182025-01-17T13:56:39.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192025-01-17T13:56:39.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202025-01-17T13:56:39.448Z Checking cfg-if v1.0.0
19212025-01-17T13:56:39.450Z Checking libc v0.2.169
19222025-01-17T13:56:39.558Z Checking serde v1.0.217
19232025-01-17T13:56:39.560Z Checking zeroize v1.8.1
19242025-01-17T13:56:39.575Z Checking memchr v2.7.4
19252025-01-17T13:56:39.578Z Checking typenum v1.17.0
19262025-01-17T13:56:39.587Z Checking scopeguard v1.2.0
19272025-01-17T13:56:39.611Z Checking subtle v2.6.1
19282025-01-17T13:56:39.624Z Checking value-bag v1.9.0
19292025-01-17T13:56:39.731Z Checking lock_api v0.4.12
19302025-01-17T13:56:39.805Z Checking itoa v1.0.11
19312025-01-17T13:56:39.862Z Checking smallvec v1.13.2
19322025-01-17T13:56:39.995Z Checking log v0.4.22
19332025-01-17T13:56:40.028Z Checking const-oid v0.9.6
19342025-01-17T13:56:40.109Z Checking pin-project-lite v0.2.14
19352025-01-17T13:56:40.205Z Checking byteorder v1.5.0
19362025-01-17T13:56:40.266Z Checking futures-core v0.3.31
19372025-01-17T13:56:40.398Z Checking once_cell v1.20.2
19382025-01-17T13:56:40.442Z Checking cpufeatures v0.2.14
19392025-01-17T13:56:40.458Z Checking futures-sink v0.3.31
19402025-01-17T13:56:40.533Z Checking getrandom v0.2.15
19412025-01-17T13:56:40.548Z Checking parking_lot_core v0.9.10
19422025-01-17T13:56:40.594Z Checking signal-hook-registry v1.4.2
19432025-01-17T13:56:40.609Z Checking mio v1.0.2
19442025-01-17T13:56:40.642Z Checking generic-array v0.14.7
19452025-01-17T13:56:40.681Z Checking stable_deref_trait v1.2.0
19462025-01-17T13:56:40.767Z Checking rand_core v0.6.4
19472025-01-17T13:56:40.785Z Checking socket2 v0.5.7
19482025-01-17T13:56:40.840Z Checking spin v0.9.8
19492025-01-17T13:56:40.862Z Checking parking_lot v0.12.3
19502025-01-17T13:56:41.074Z Checking zerocopy v0.7.35
19512025-01-17T13:56:41.161Z Checking slab v0.4.9
19522025-01-17T13:56:41.187Z Checking zerofrom v0.1.4
19532025-01-17T13:56:41.205Z Checking futures-channel v0.3.31
19542025-01-17T13:56:41.250Z Checking futures-task v0.3.31
19552025-01-17T13:56:41.388Z Checking yoke v0.7.4
19562025-01-17T13:56:41.415Z Checking foldhash v0.1.3
19572025-01-17T13:56:41.495Z Checking futures-io v0.3.31
19582025-01-17T13:56:41.566Z Checking pin-utils v0.1.0
19592025-01-17T13:56:41.633Z Checking allocator-api2 v0.2.18
19602025-01-17T13:56:41.659Z Checking equivalent v1.0.1
19612025-01-17T13:56:41.672Z Checking futures-util v0.3.31
19622025-01-17T13:56:41.691Z Checking crypto-common v0.1.6
19632025-01-17T13:56:41.706Z Checking block-buffer v0.10.4
19642025-01-17T13:56:41.769Z Checking zerovec v0.10.4
19652025-01-17T13:56:41.865Z Checking block-padding v0.3.3
19662025-01-17T13:56:41.926Z Checking ryu v1.0.18
19672025-01-17T13:56:41.965Z Checking digest v0.10.7
19682025-01-17T13:56:42.054Z Checking tinyvec_macros v0.1.1
19692025-01-17T13:56:42.148Z Checking tinyvec v1.8.0
19702025-01-17T13:56:42.175Z Checking inout v0.1.3
19712025-01-17T13:56:42.258Z Checking hashbrown v0.15.1
19722025-01-17T13:56:42.316Z Checking fnv v1.0.7
19732025-01-17T13:56:42.332Z Checking hmac v0.12.1
19742025-01-17T13:56:42.405Z Checking cipher v0.4.4
19752025-01-17T13:56:42.452Z Checking sha2 v0.10.8
19762025-01-17T13:56:42.538Z Checking libm v0.2.8
19772025-01-17T13:56:42.811Z Checking base64ct v1.6.0
19782025-01-17T13:56:42.980Z Checking writeable v0.5.5
19792025-01-17T13:56:43.244Z Checking unicode-bidi v0.3.17
19802025-01-17T13:56:43.259Z Checking litemap v0.7.3
19812025-01-17T13:56:43.273Z Checking tinystr v0.7.6
19822025-01-17T13:56:43.306Z Checking pem-rfc7468 v0.7.0
19832025-01-17T13:56:43.457Z Checking unicode-normalization v0.1.24
19842025-01-17T13:56:43.460Z Checking num-traits v0.2.19
19852025-01-17T13:56:43.576Z Checking ppv-lite86 v0.2.20
19862025-01-17T13:56:43.590Z Checking icu_locid v1.5.0
19872025-01-17T13:56:43.604Z Checking flagset v0.4.6
19882025-01-17T13:56:43.816Z Checking der v0.7.9
19892025-01-17T13:56:43.841Z Checking tracing-core v0.1.32
19902025-01-17T13:56:43.965Z Checking bytes v1.9.0
19912025-01-17T13:56:44.222Z Checking indexmap v2.7.0
19922025-01-17T13:56:44.377Z Checking serde_json v1.0.135
19932025-01-17T13:56:44.508Z Checking rand_chacha v0.3.1
19942025-01-17T13:56:44.556Z Checking icu_provider v1.5.0
19952025-01-17T13:56:44.746Z Checking tokio v1.43.0
19962025-01-17T13:56:44.879Z Checking http v1.2.0
19972025-01-17T13:56:44.906Z Checking bitflags v2.6.0
19982025-01-17T13:56:45.147Z Checking thiserror v1.0.69
19992025-01-17T13:56:45.208Z Checking percent-encoding v2.3.1
20002025-01-17T13:56:45.281Z Checking rustls-pki-types v1.10.0
20012025-01-17T13:56:45.394Z Checking icu_locid_transform_data v1.5.0
20022025-01-17T13:56:45.435Z Checking rand v0.8.5
20032025-01-17T13:56:45.457Z Checking spki v0.7.3
20042025-01-17T13:56:45.492Z Checking icu_locid_transform v1.5.0
20052025-01-17T13:56:45.723Z Checking tracing v0.1.40
20062025-01-17T13:56:45.824Z Checking icu_collections v1.5.0
20072025-01-17T13:56:46.022Z Checking salsa20 v0.10.2
20082025-01-17T13:56:46.086Z Checking pbkdf2 v0.12.2
20092025-01-17T13:56:46.153Z Checking aws-lc-sys v0.22.0
20102025-01-17T13:56:46.196Z Checking httparse v1.9.5
20112025-01-17T13:56:46.235Z Checking powerfmt v0.2.0
20122025-01-17T13:56:46.248Z Checking untrusted v0.9.0
20132025-01-17T13:56:46.415Z Checking icu_properties_data v1.5.0
20142025-01-17T13:56:46.418Z Checking untrusted v0.7.1
20152025-01-17T13:56:46.442Z Checking mirai-annotations v1.12.0
20162025-01-17T13:56:46.497Z Checking deranged v0.3.11
20172025-01-17T13:56:46.586Z Checking ring v0.17.8
20182025-01-17T13:56:46.610Z Checking scrypt v0.11.0
20192025-01-17T13:56:46.628Z Checking cbc v0.1.2
20202025-01-17T13:56:46.654Z Checking aes v0.8.4
20212025-01-17T13:56:46.671Z Checking icu_properties v1.5.1
20222025-01-17T13:56:46.830Z Checking crossbeam-utils v0.8.20
20232025-01-17T13:56:46.846Z Checking utf16_iter v1.0.5
20242025-01-17T13:56:47.024Z Checking atomic-waker v1.1.2
20252025-01-17T13:56:47.170Z Checking num-conv v0.1.0
20262025-01-17T13:56:47.414Z Checking time-core v0.1.2
20272025-01-17T13:56:47.522Z Checking icu_normalizer_data v1.5.0
20282025-01-17T13:56:47.549Z Checking num_threads v0.1.7
20292025-01-17T13:56:47.564Z Checking utf8_iter v1.0.4
20302025-01-17T13:56:47.629Z Checking write16 v1.0.0
20312025-01-17T13:56:47.673Z Checking pkcs5 v0.7.1
20322025-01-17T13:56:47.764Z Checking http-body v1.0.1
20332025-01-17T13:56:47.782Z Checking form_urlencoded v1.2.1
20342025-01-17T13:56:47.796Z Checking time v0.3.36
20352025-01-17T13:56:47.969Z Checking try-lock v0.2.5
20362025-01-17T13:56:47.987Z Checking uuid v1.12.0
20372025-01-17T13:56:48.112Z Checking want v0.3.1
20382025-01-17T13:56:48.173Z Checking pkcs8 v0.10.2
20392025-01-17T13:56:48.249Z Checking aws-lc-rs v1.10.0
20402025-01-17T13:56:48.284Z Checking httpdate v1.0.3
20412025-01-17T13:56:48.340Z Checking unicode-ident v1.0.14
20422025-01-17T13:56:48.473Z Checking serde_spanned v0.6.8
20432025-01-17T13:56:48.524Z Checking proc-macro2 v1.0.92
20442025-01-17T13:56:48.543Z Checking toml_datetime v0.6.8
20452025-01-17T13:56:48.582Z Checking slog v2.7.0
20462025-01-17T13:56:48.652Z Checking scroll v0.12.0
20472025-01-17T13:56:48.837Z Checking tower-service v0.3.3
20482025-01-17T13:56:48.971Z Checking plain v0.2.3
20492025-01-17T13:56:49.027Z Checking foreign-types-shared v0.1.1
20502025-01-17T13:56:49.126Z Checking iana-time-zone v0.1.61
20512025-01-17T13:56:49.141Z Checking base64 v0.22.1
20522025-01-17T13:56:49.155Z Checking match_cfg v0.1.0
20532025-01-17T13:56:49.183Z Checking adler2 v2.0.0
20542025-01-17T13:56:49.250Z Checking ucd-trie v0.1.7
20552025-01-17T13:56:49.289Z Checking chrono v0.4.38
20562025-01-17T13:56:49.337Z Checking miniz_oxide v0.8.0
20572025-01-17T13:56:49.457Z Checking pest v2.7.14
20582025-01-17T13:56:49.624Z Checking hostname v0.3.1
20592025-01-17T13:56:49.768Z Checking quote v1.0.38
20602025-01-17T13:56:49.839Z Checking icu_normalizer v1.5.0
20612025-01-17T13:56:49.925Z Checking rustls-webpki v0.102.8
20622025-01-17T13:56:50.021Z Checking foreign-types v0.3.2
20632025-01-17T13:56:50.086Z Checking goblin v0.8.2
20642025-01-17T13:56:50.116Z Checking openssl-sys v0.9.103
20652025-01-17T13:56:50.133Z Checking dirs-sys-next v0.1.2
20662025-01-17T13:56:50.309Z Checking errno v0.3.9
20672025-01-17T13:56:50.488Z Checking aho-corasick v1.1.3
20682025-01-17T13:56:50.618Z Checking idna_adapter v1.2.0
20692025-01-17T13:56:50.668Z Compiling newtype-uuid v1.2.1
20702025-01-17T13:56:50.825Z Checking idna v1.0.3
20712025-01-17T13:56:50.934Z Checking siphasher v0.3.11
20722025-01-17T13:56:51.146Z Checking pretty-hex v0.4.1
20732025-01-17T13:56:51.227Z Checking data-encoding v2.6.0
20742025-01-17T13:56:51.289Z Checking url v2.5.3
20752025-01-17T13:56:51.307Z Checking regex-syntax v0.8.5
20762025-01-17T13:56:51.337Z Checking openssl v0.10.66
20772025-01-17T13:56:51.431Z Checking tokio-util v0.7.12
20782025-01-17T13:56:51.823Z Checking rustix v0.38.37
20792025-01-17T13:56:52.046Z Checking dtrace-parser v0.2.0
20802025-01-17T13:56:52.063Z Checking dirs-next v2.0.0
20812025-01-17T13:56:52.094Z Checking syn v2.0.96
20822025-01-17T13:56:52.199Z Checking http-body-util v0.1.2
20832025-01-17T13:56:52.313Z Checking h2 v0.4.6
20842025-01-17T13:56:52.496Z Checking crossbeam-epoch v0.9.18
20852025-01-17T13:56:52.636Z Checking sha1 v0.10.6
20862025-01-17T13:56:52.907Z Checking signature v2.2.0
20872025-01-17T13:56:52.940Z Checking lazy_static v1.5.0
20882025-01-17T13:56:53.063Z Checking thread_local v1.1.8
20892025-01-17T13:56:53.114Z Checking thread-id v4.2.2
20902025-01-17T13:56:53.237Z Checking encoding_rs v0.8.34
20912025-01-17T13:56:53.323Z Checking winnow v0.6.20
20922025-01-17T13:56:54.567Z Checking regex-automata v0.4.8
20932025-01-17T13:56:54.806Z Checking dof v0.3.0
20942025-01-17T13:56:55.022Z Checking unicode-properties v0.1.3
20952025-01-17T13:56:55.368Z Checking gimli v0.31.1
20962025-01-17T13:56:55.403Z Checking mime v0.3.17
20972025-01-17T13:56:55.648Z Checking utf8parse v0.2.2
20982025-01-17T13:56:55.727Z Checking either v1.13.0
20992025-01-17T13:56:55.795Z Checking ipnet v2.10.1
21002025-01-17T13:56:55.915Z Checking anstyle v1.0.10
21012025-01-17T13:56:56.086Z Checking openssl-probe v0.1.5
21022025-01-17T13:56:56.254Z Checking toml_edit v0.22.22
21032025-01-17T13:56:56.257Z Checking anstyle-parse v0.2.5
21042025-01-17T13:56:56.290Z Checking stringprep v0.1.5
21052025-01-17T13:56:56.327Z Checking native-tls v0.2.12
21062025-01-17T13:56:56.525Z Checking crossbeam-deque v0.8.5
21072025-01-17T13:56:56.569Z Checking term v0.7.0
21082025-01-17T13:56:56.626Z Checking rustls v0.23.19
21092025-01-17T13:56:56.869Z Checking rustls v0.22.4
21102025-01-17T13:56:57.008Z Checking slog-json v2.6.1
21112025-01-17T13:56:57.279Z Checking serde_urlencoded v0.7.1
21122025-01-17T13:56:57.688Z Checking crossbeam-channel v0.5.13
21132025-01-17T13:56:58.154Z Checking usdt-impl v0.5.0
21142025-01-17T13:56:58.413Z Checking futures-executor v0.3.31
21152025-01-17T13:56:58.449Z Checking hyper v1.5.2
21162025-01-17T13:56:58.649Z Checking rustls-pemfile v2.2.0
21172025-01-17T13:56:58.719Z Checking num-integer v0.1.46
21182025-01-17T13:56:58.770Z Checking idna v0.4.0
21192025-01-17T13:56:58.845Z Checking idna v0.3.0
21202025-01-17T13:56:58.869Z Checking md-5 v0.10.6
21212025-01-17T13:56:59.109Z Checking ff v0.13.0
21222025-01-17T13:56:59.140Z Checking addr2line v0.24.2
21232025-01-17T13:56:59.201Z Checking hash32 v0.2.1
21242025-01-17T13:56:59.318Z Checking memmap v0.7.0
21252025-01-17T13:56:59.474Z Checking is-terminal v0.4.13
21262025-01-17T13:56:59.539Z Checking object v0.36.5
21272025-01-17T13:56:59.594Z Checking quick-error v1.2.3
21282025-01-17T13:56:59.614Z Checking psl-types v2.0.11
21292025-01-17T13:56:59.683Z Checking utf-8 v0.7.6
21302025-01-17T13:56:59.707Z Checking fallible-iterator v0.2.0
21312025-01-17T13:56:59.739Z Checking rustc-demangle v0.1.24
21322025-01-17T13:56:59.792Z Checking is_terminal_polyfill v1.70.1
21332025-01-17T13:56:59.878Z Checking linked-hash-map v0.5.6
21342025-01-17T13:56:59.917Z Checking colorchoice v1.0.2
21352025-01-17T13:57:00.075Z Checking take_mut v0.2.2
21362025-01-17T13:57:00.137Z Checking base16ct v0.2.0
21372025-01-17T13:57:00.171Z Checking anstyle-query v1.1.1
21382025-01-17T13:57:00.188Z Checking dyn-clone v1.0.17
21392025-01-17T13:57:00.217Z Checking slog-async v2.8.0
21402025-01-17T13:57:00.269Z Checking postgres-protocol v0.6.7
21412025-01-17T13:57:00.299Z Checking anstream v0.6.15
21422025-01-17T13:57:00.327Z Checking schemars v0.8.21
21432025-01-17T13:57:00.330Z Checking sec1 v0.7.3
21442025-01-17T13:57:00.370Z Checking hyper-util v0.1.10
21452025-01-17T13:57:00.497Z Checking lru-cache v0.1.2
21462025-01-17T13:57:00.664Z Checking tokio-rustls v0.25.0
21472025-01-17T13:57:00.690Z Checking tungstenite v0.24.0
21482025-01-17T13:57:00.702Z Checking publicsuffix v2.2.3
21492025-01-17T13:57:00.901Z Checking resolv-conf v0.7.0
21502025-01-17T13:57:00.931Z Checking hickory-proto v0.24.1
21512025-01-17T13:57:01.010Z Checking slog-term v2.9.1
21522025-01-17T13:57:01.265Z Checking usdt v0.5.0
21532025-01-17T13:57:01.508Z Checking heapless v0.7.17
21542025-01-17T13:57:01.511Z Checking group v0.13.0
21552025-01-17T13:57:01.553Z Checking num-iter v0.1.45
21562025-01-17T13:57:01.729Z Checking toml v0.8.19
21572025-01-17T13:57:01.747Z Checking tokio-rustls v0.26.0
21582025-01-17T13:57:01.774Z Checking futures v0.3.31
21592025-01-17T13:57:01.847Z Checking slog-bunyan v2.5.0
21602025-01-17T13:57:01.882Z Checking rayon-core v1.12.1
21612025-01-17T13:57:02.010Z Checking tokio-native-tls v0.3.1
21622025-01-17T13:57:02.133Z Checking multer v3.1.0
21632025-01-17T13:57:02.252Z Checking terminal_size v0.4.0
21642025-01-17T13:57:02.412Z Checking phf_shared v0.11.2
21652025-01-17T13:57:02.430Z Checking cookie v0.18.1
21662025-01-17T13:57:02.444Z Checking async-stream v0.3.6
21672025-01-17T13:57:02.499Z Checking bzip2-sys v0.1.11+1.0.8
21682025-01-17T13:57:02.514Z Checking signal-hook v0.3.17
21692025-01-17T13:57:02.563Z Checking camino v1.1.9
21702025-01-17T13:57:02.624Z Checking waitgroup v0.1.2
21712025-01-17T13:57:02.639Z Checking openapiv3 v2.0.0
21722025-01-17T13:57:02.686Z Checking webpki-roots v0.26.6
21732025-01-17T13:57:02.774Z Checking idna v0.5.0
21742025-01-17T13:57:02.838Z Checking serde_path_to_error v0.1.16
21752025-01-17T13:57:02.854Z Checking hkdf v0.12.4
21762025-01-17T13:57:02.893Z Checking crypto-bigint v0.5.5
21772025-01-17T13:57:03.054Z Checking hostname v0.4.0
21782025-01-17T13:57:03.103Z Checking crc32fast v1.4.2
21792025-01-17T13:57:03.193Z Checking clap_lex v0.7.2
21802025-01-17T13:57:03.354Z Checking managed v0.8.0
21812025-01-17T13:57:03.408Z Checking strsim v0.11.1
21822025-01-17T13:57:03.441Z Checking winnow v0.5.40
21832025-01-17T13:57:03.699Z Checking bitflags v1.3.2
21842025-01-17T13:57:03.702Z Checking debug-ignore v1.0.5
21852025-01-17T13:57:03.717Z Checking unicode-width v0.1.14
21862025-01-17T13:57:03.794Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21872025-01-17T13:57:03.853Z Checking smoltcp v0.9.1
21882025-01-17T13:57:04.088Z Checking cookie_store v0.21.0
21892025-01-17T13:57:04.211Z Checking console v0.15.8
21902025-01-17T13:57:04.773Z Checking clap_builder v4.5.21
21912025-01-17T13:57:04.775Z Checking flate2 v1.0.34
21922025-01-17T13:57:05.226Z Checking hyper-rustls v0.27.3
21932025-01-17T13:57:05.358Z Checking signal-hook-mio v0.2.4
21942025-01-17T13:57:05.361Z Checking backtrace v0.3.74
21952025-01-17T13:57:05.495Z Checking hickory-resolver v0.24.1
21962025-01-17T13:57:05.523Z Checking phf v0.11.2
21972025-01-17T13:57:05.568Z Checking bzip2 v0.4.4
21982025-01-17T13:57:05.586Z Checking elliptic-curve v0.13.8
21992025-01-17T13:57:05.771Z Checking dropshot v0.12.0
22002025-01-17T13:57:05.795Z Checking rayon v1.10.0
22012025-01-17T13:57:05.866Z Checking hyper-tls v0.6.0
22022025-01-17T13:57:05.894Z Checking anyhow v1.0.93
22032025-01-17T13:57:06.120Z Checking toml_edit v0.19.15
22042025-01-17T13:57:06.138Z Checking num-bigint-dig v0.8.4
22052025-01-17T13:57:06.190Z Checking tokio-tungstenite v0.24.0
22062025-01-17T13:57:06.259Z Checking postgres-types v0.2.8
22072025-01-17T13:57:06.642Z Checking bstr v1.10.0
22082025-01-17T13:57:06.918Z Checking regex v1.11.1
22092025-01-17T13:57:07.067Z Checking ed25519 v2.2.3
22102025-01-17T13:57:07.378Z Checking tokio-stream v0.1.16
22112025-01-17T13:57:07.514Z Checking phf_shared v0.10.0
22122025-01-17T13:57:07.531Z Checking zerocopy v0.6.6
22132025-01-17T13:57:07.693Z Checking curve25519-dalek v4.1.3
22142025-01-17T13:57:07.744Z Checking hubpack v0.1.2
22152025-01-17T13:57:08.032Z Checking portable-atomic v1.9.0
22162025-01-17T13:57:08.084Z Checking pkcs1 v0.7.5
22172025-01-17T13:57:08.150Z Checking float-cmp v0.9.0
22182025-01-17T13:57:08.180Z Checking serde-big-array v0.5.1
22192025-01-17T13:57:08.351Z Checking rfc6979 v0.4.0
22202025-01-17T13:57:08.393Z Checking sync_wrapper v1.0.1
22212025-01-17T13:57:08.471Z Checking unicode-width v0.2.0
22222025-01-17T13:57:08.528Z Checking whoami v1.5.2
22232025-01-17T13:57:08.544Z Checking number_prefix v0.4.0
22242025-01-17T13:57:08.547Z Checking bit-vec v0.6.3
22252025-01-17T13:57:08.745Z Checking normalize-line-endings v0.3.0
22262025-01-17T13:57:08.832Z Checking predicates-core v1.0.8
22272025-01-17T13:57:08.854Z Checking fixedbitset v0.4.2
22282025-01-17T13:57:08.871Z Checking difflib v0.4.0
22292025-01-17T13:57:08.939Z Checking precomputed-hash v0.1.1
22302025-01-17T13:57:09.004Z Checking new_debug_unreachable v1.0.6
22312025-01-17T13:57:09.021Z Checking static_assertions v1.1.0
22322025-01-17T13:57:09.053Z Checking unicode-segmentation v1.12.0
22332025-01-17T13:57:09.099Z Checking minimal-lexical v0.2.1
22342025-01-17T13:57:09.116Z Checking petgraph v0.6.5
22352025-01-17T13:57:09.118Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22362025-01-17T13:57:09.156Z Checking qorb v0.2.1
22372025-01-17T13:57:09.171Z Checking predicates v3.1.2
22382025-01-17T13:57:09.291Z Checking indicatif v0.17.9
22392025-01-17T13:57:09.472Z Checking nom v7.1.3
22402025-01-17T13:57:09.475Z Checking ed25519-dalek v2.1.1
22412025-01-17T13:57:09.723Z Checking similar v2.6.0
22422025-01-17T13:57:09.776Z Checking string_cache v0.8.7
22432025-01-17T13:57:09.877Z Checking bit-set v0.5.3
22442025-01-17T13:57:10.031Z Checking tokio-postgres v0.7.12
22452025-01-17T13:57:10.063Z Checking toml v0.7.8
22462025-01-17T13:57:10.115Z Checking reqwest v0.12.9
22472025-01-17T13:57:10.503Z Checking ecdsa v0.16.9
22482025-01-17T13:57:10.724Z Checking rsa v0.9.6
22492025-01-17T13:57:11.212Z Checking clap v4.5.21
22502025-01-17T13:57:11.332Z Checking zip v0.6.6
22512025-01-17T13:57:11.568Z Checking crossterm v0.28.1
22522025-01-17T13:57:11.769Z Checking itertools v0.12.1
22532025-01-17T13:57:11.889Z Checking itertools v0.10.5
22542025-01-17T13:57:12.011Z Checking ahash v0.8.11
22552025-01-17T13:57:12.082Z Checking fs-err v2.11.0
22562025-01-17T13:57:12.324Z Checking x509-cert v0.2.5
22572025-01-17T13:57:12.479Z Checking hex v0.4.3
22582025-01-17T13:57:12.614Z Checking semver v1.0.24
22592025-01-17T13:57:12.882Z Checking lalrpop-util v0.19.12
22602025-01-17T13:57:12.970Z Checking peg-runtime v0.8.3
22612025-01-17T13:57:13.008Z Checking sigpipe v0.1.3
22622025-01-17T13:57:13.823Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22632025-01-17T13:57:14.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.28s
22642025-01-17T13:57:14.303Z
22652025-01-17T13:57:14.303Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22662025-01-17T13:57:14.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672025-01-17T13:57:14.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682025-01-17T13:57:14.941Z Compiling hashbrown v0.14.5
22692025-01-17T13:57:15.063Z Checking heck v0.5.0
22702025-01-17T13:57:15.075Z Compiling unsafe-libyaml v0.2.11
22712025-01-17T13:57:15.090Z Checking ipnetwork v0.20.0
22722025-01-17T13:57:15.103Z Compiling ident_case v1.0.1
22732025-01-17T13:57:15.118Z Checking progenitor-client v0.8.0
22742025-01-17T13:57:15.134Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22752025-01-17T13:57:15.223Z Checking newtype-uuid v1.2.1
22762025-01-17T13:57:15.274Z Compiling darling_core v0.20.10
22772025-01-17T13:57:15.416Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22782025-01-17T13:57:15.433Z Compiling proc-macro-crate v1.3.1
22792025-01-17T13:57:15.468Z Compiling structmeta-derive v0.3.0
22802025-01-17T13:57:15.488Z Compiling thiserror v2.0.11
22812025-01-17T13:57:15.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22822025-01-17T13:57:16.026Z Checking regress v0.10.1
22832025-01-17T13:57:16.152Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22842025-01-17T13:57:16.334Z Compiling serde_yaml v0.9.34+deprecated
22852025-01-17T13:57:16.421Z Compiling num_enum_derive v0.5.11
22862025-01-17T13:57:16.961Z Compiling lzma-sys v0.1.20
22872025-01-17T13:57:17.366Z Compiling foreign-types-macros v0.2.3
22882025-01-17T13:57:17.668Z Compiling thiserror-impl v2.0.11
22892025-01-17T13:57:18.165Z Compiling structmeta v0.3.0
22902025-01-17T13:57:18.554Z Compiling dropshot v0.15.1
22912025-01-17T13:57:18.597Z Checking foreign-types-shared v0.3.1
22922025-01-17T13:57:18.713Z Checking arc-swap v1.7.1
22932025-01-17T13:57:18.739Z Checking num_enum v0.5.11
22942025-01-17T13:57:18.888Z Checking foreign-types v0.5.0
22952025-01-17T13:57:18.915Z Compiling parse-display-derive v0.10.0
22962025-01-17T13:57:19.029Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22972025-01-17T13:57:19.126Z Checking slog-scope v4.4.0
22982025-01-17T13:57:19.334Z Compiling proc-macro-error v1.0.4
22992025-01-17T13:57:19.487Z Checking typify-impl v0.2.0
23002025-01-17T13:57:19.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23012025-01-17T13:57:20.038Z Checking tungstenite v0.21.0
23022025-01-17T13:57:20.071Z Compiling heck v0.3.3
23032025-01-17T13:57:20.434Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042025-01-17T13:57:20.803Z Compiling dropshot_endpoint v0.15.1
23052025-01-17T13:57:20.904Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23062025-01-17T13:57:21.038Z Checking cstr-argument v0.1.2
23072025-01-17T13:57:21.215Z Checking instant v0.1.13
23082025-01-17T13:57:21.232Z Checking base64 v0.21.7
23092025-01-17T13:57:21.328Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23102025-01-17T13:57:21.331Z Compiling darling_macro v0.20.10
23112025-01-17T13:57:21.598Z Checking pretty-hex v0.2.1
23122025-01-17T13:57:21.622Z Checking fastrand v2.1.1
23132025-01-17T13:57:21.832Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23142025-01-17T13:57:21.910Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152025-01-17T13:57:21.959Z Checking tempfile v3.13.0
23162025-01-17T13:57:21.974Z Checking backoff v0.4.0
23172025-01-17T13:57:22.055Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182025-01-17T13:57:22.113Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192025-01-17T13:57:22.252Z Checking tokio-tungstenite v0.21.0
23202025-01-17T13:57:22.277Z Compiling darling v0.20.10
23212025-01-17T13:57:22.280Z Checking strum v0.26.3
23222025-01-17T13:57:22.308Z Compiling zone_cfg_derive v0.1.2
23232025-01-17T13:57:22.354Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242025-01-17T13:57:22.390Z Compiling serde_with_macros v3.11.0
23252025-01-17T13:57:22.460Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23262025-01-17T13:57:22.741Z Checking slog-stdlog v4.1.1
23272025-01-17T13:57:22.861Z Checking parse-display v0.10.0
23282025-01-17T13:57:22.920Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23292025-01-17T13:57:22.948Z Checking regress v0.9.1
23302025-01-17T13:57:23.046Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23312025-01-17T13:57:23.079Z Checking progenitor-client v0.9.1
23322025-01-17T13:57:23.097Z Checking colored v2.1.0
23332025-01-17T13:57:23.339Z Checking macaddr v1.0.1
23342025-01-17T13:57:23.364Z Checking base64 v0.13.1
23352025-01-17T13:57:23.662Z Checking zone v0.1.8
23362025-01-17T13:57:23.665Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23372025-01-17T13:57:23.743Z Checking ron v0.7.1
23382025-01-17T13:57:24.160Z Checking xz2 v0.1.7
23392025-01-17T13:57:24.310Z Checking slog-envlogger v2.2.0
23402025-01-17T13:57:24.446Z Checking tabwriter v1.4.0
23412025-01-17T13:57:24.527Z Checking xattr v1.3.1
23422025-01-17T13:57:24.671Z Checking pem v3.0.4
23432025-01-17T13:57:24.726Z Checking yasna v0.5.2
23442025-01-17T13:57:24.835Z Checking headers-core v0.3.0
23452025-01-17T13:57:24.925Z Checking serde_with v3.11.0
23462025-01-17T13:57:24.942Z Checking smf v0.2.3
23472025-01-17T13:57:24.986Z Checking filetime v0.2.25
23482025-01-17T13:57:25.210Z Checking same-file v1.0.6
23492025-01-17T13:57:25.342Z Checking tar v0.4.42
23502025-01-17T13:57:25.378Z Checking headers v0.4.0
23512025-01-17T13:57:25.394Z Checking walkdir v2.5.0
23522025-01-17T13:57:25.573Z Checking rcgen v0.12.1
23532025-01-17T13:57:25.678Z Checking atomicwrites v0.4.4
23542025-01-17T13:57:25.880Z Checking camino-tempfile v1.1.1
23552025-01-17T13:57:26.164Z Checking subprocess v0.2.9
23562025-01-17T13:57:28.925Z Compiling typify-macro v0.2.0
23572025-01-17T13:57:30.390Z Compiling typify v0.2.0
23582025-01-17T13:57:30.457Z Compiling progenitor-impl v0.8.0
23592025-01-17T13:57:32.811Z Compiling progenitor-macro v0.8.0
23602025-01-17T13:57:36.371Z Checking progenitor v0.8.0
23612025-01-17T13:57:36.495Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23622025-01-17T13:57:36.495Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23632025-01-17T13:57:38.948Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23642025-01-17T13:57:39.270Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23652025-01-17T13:57:45.075Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23662025-01-17T13:57:46.496Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23672025-01-17T13:57:47.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.35s
23682025-01-17T13:57:47.837Z
23692025-01-17T13:57:47.837Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23702025-01-17T13:57:48.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712025-01-17T13:57:48.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722025-01-17T13:57:48.481Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23732025-01-17T13:57:49.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
23742025-01-17T13:57:49.999Z
23752025-01-17T13:57:49.999Zinfo: running `cargo check --bins` on nexus-config (51/197)
23762025-01-17T13:57:50.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772025-01-17T13:57:50.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782025-01-17T13:57:50.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792025-01-17T13:57:50.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23802025-01-17T13:57:50.603Z
23812025-01-17T13:57:50.603Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23822025-01-17T13:57:51.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832025-01-17T13:57:51.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842025-01-17T13:57:51.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852025-01-17T13:57:51.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23862025-01-17T13:57:51.199Z
23872025-01-17T13:57:51.199Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23882025-01-17T13:57:51.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892025-01-17T13:57:51.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902025-01-17T13:57:51.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912025-01-17T13:57:51.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23922025-01-17T13:57:51.802Z
23932025-01-17T13:57:51.802Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23942025-01-17T13:57:52.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952025-01-17T13:57:52.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962025-01-17T13:57:52.454Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23972025-01-17T13:57:52.570Z Compiling ipnetwork v0.20.0
23982025-01-17T13:57:52.572Z Compiling zerocopy v0.8.10
23992025-01-17T13:57:52.572Z Compiling progenitor-client v0.8.0
24002025-01-17T13:57:52.572Z Compiling itertools v0.13.0
24012025-01-17T13:57:52.572Z Compiling zerocopy-derive v0.8.10
24022025-01-17T13:57:52.573Z Compiling heapless v0.8.0
24032025-01-17T13:57:52.573Z Compiling thiserror v2.0.11
24042025-01-17T13:57:52.737Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24052025-01-17T13:57:52.869Z Checking hash32 v0.3.1
24062025-01-17T13:57:53.018Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24072025-01-17T13:57:53.054Z Compiling progenitor v0.8.0
24082025-01-17T13:57:53.270Z Compiling instant v0.1.13
24092025-01-17T13:57:53.314Z Compiling smoltcp v0.11.0
24102025-01-17T13:57:53.401Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24112025-01-17T13:57:53.434Z Compiling backoff v0.4.0
24122025-01-17T13:57:53.458Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24132025-01-17T13:57:53.695Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24142025-01-17T13:57:53.756Z Compiling dropshot v0.15.1
24152025-01-17T13:57:53.929Z Compiling serde_with v3.11.0
24162025-01-17T13:57:54.223Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24172025-01-17T13:57:54.289Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24182025-01-17T13:57:54.477Z Compiling parse-display v0.10.0
24192025-01-17T13:57:54.679Z Checking num-rational v0.4.2
24202025-01-17T13:57:55.038Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24212025-01-17T13:57:55.196Z Compiling progenitor-client v0.9.1
24222025-01-17T13:57:55.452Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24232025-01-17T13:57:55.711Z Compiling regress v0.9.1
24242025-01-17T13:57:56.955Z Compiling phf_generator v0.11.2
24252025-01-17T13:57:57.166Z Checking num-complex v0.4.6
24262025-01-17T13:57:57.941Z Compiling macaddr v1.0.1
24272025-01-17T13:57:57.999Z Checking cobs v0.2.3
24282025-01-17T13:57:58.203Z Checking postcard v1.0.10
24292025-01-17T13:57:58.291Z Compiling num v0.4.3
24302025-01-17T13:57:58.397Z Compiling phf_codegen v0.11.2
24312025-01-17T13:57:58.611Z Compiling parse-zoneinfo v0.3.1
24322025-01-17T13:57:58.756Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24332025-01-17T13:57:59.062Z Compiling convert_case v0.4.0
24342025-01-17T13:58:00.345Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24352025-01-17T13:58:00.484Z Compiling float-ord v0.3.2
24362025-01-17T13:58:00.668Z Compiling derive_more v0.99.18
24372025-01-17T13:58:00.685Z Compiling chrono-tz-build v0.4.0
24382025-01-17T13:58:01.194Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24392025-01-17T13:58:01.390Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24402025-01-17T13:58:01.685Z Compiling crucible-workspace-hack v0.1.0
24412025-01-17T13:58:01.883Z Compiling chrono-tz v0.10.0
24422025-01-17T13:58:02.031Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24432025-01-17T13:58:02.034Z Checking newline-converter v0.3.0
24442025-01-17T13:58:02.197Z Checking prettyplease v0.2.25
24452025-01-17T13:58:02.573Z Compiling slog-dtrace v0.3.0
24462025-01-17T13:58:02.687Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24472025-01-17T13:58:02.885Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24482025-01-17T13:58:03.255Z Checking expectorate v1.1.0
24492025-01-17T13:58:03.425Z Compiling zone_cfg_derive v0.3.0
24502025-01-17T13:58:03.539Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24512025-01-17T13:58:04.238Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522025-01-17T13:58:04.575Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24532025-01-17T13:58:04.727Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24542025-01-17T13:58:04.775Z Compiling const_format_proc_macros v0.2.33
24552025-01-17T13:58:04.914Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24562025-01-17T13:58:04.933Z Compiling num-derive v0.4.2
24572025-01-17T13:58:05.291Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24582025-01-17T13:58:05.582Z Checking highway v1.2.0
24592025-01-17T13:58:05.968Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24602025-01-17T13:58:06.012Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24612025-01-17T13:58:06.049Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24622025-01-17T13:58:06.218Z Checking zone v0.3.0
24632025-01-17T13:58:06.806Z Checking const_format v0.2.33
24642025-01-17T13:58:06.887Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24652025-01-17T13:58:06.962Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24662025-01-17T13:58:07.110Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24672025-01-17T13:58:07.443Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24682025-01-17T13:58:07.530Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24692025-01-17T13:58:07.665Z Checking gethostname v0.5.0
24702025-01-17T13:58:07.741Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24712025-01-17T13:58:07.789Z Checking bcs v0.1.6
24722025-01-17T13:58:07.927Z Compiling async-recursion v1.1.1
24732025-01-17T13:58:09.432Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24742025-01-17T13:58:14.486Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24752025-01-17T13:58:17.786Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24762025-01-17T13:58:20.169Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24772025-01-17T13:58:21.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.47s
24782025-01-17T13:58:21.459Z
24792025-01-17T13:58:21.459Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24802025-01-17T13:58:22.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812025-01-17T13:58:22.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822025-01-17T13:58:22.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832025-01-17T13:58:22.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24842025-01-17T13:58:22.105Z
24852025-01-17T13:58:22.105Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24862025-01-17T13:58:22.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872025-01-17T13:58:22.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882025-01-17T13:58:22.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892025-01-17T13:58:22.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24902025-01-17T13:58:22.723Z
24912025-01-17T13:58:22.723Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24922025-01-17T13:58:23.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932025-01-17T13:58:23.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942025-01-17T13:58:23.362Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24952025-01-17T13:58:23.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
24962025-01-17T13:58:24.157Z
24972025-01-17T13:58:24.157Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
24982025-01-17T13:58:24.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992025-01-17T13:58:24.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002025-01-17T13:58:24.805Z Compiling cfg_aliases v0.1.1
25012025-01-17T13:58:24.809Z Compiling vte_generate_state_changes v0.1.2
25022025-01-17T13:58:24.809Z Checking fd-lock v4.0.2
25032025-01-17T13:58:24.809Z Checking nibble_vec v0.1.0
25042025-01-17T13:58:24.809Z Checking endian-type v0.1.2
25052025-01-17T13:58:24.810Z Checking bytecount v0.6.8
25062025-01-17T13:58:24.810Z Compiling tabled_derive v0.7.0
25072025-01-17T13:58:24.949Z Compiling peg-macros v0.8.4
25082025-01-17T13:58:24.999Z Compiling nix v0.28.0
25092025-01-17T13:58:25.068Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25102025-01-17T13:58:25.096Z Checking papergrid v0.11.0
25112025-01-17T13:58:25.114Z Compiling sqlparser_derive v0.2.2
25122025-01-17T13:58:25.138Z Checking radix_trie v0.2.1
25132025-01-17T13:58:25.474Z Checking vte v0.11.1
25142025-01-17T13:58:25.523Z Checking nu-ansi-term v0.50.1
25152025-01-17T13:58:25.928Z Checking unicode_categories v0.1.1
25162025-01-17T13:58:26.070Z Checking home v0.5.9
25172025-01-17T13:58:26.159Z Checking sqlparser v0.45.0
25182025-01-17T13:58:26.219Z Checking sqlformat v0.2.6
25192025-01-17T13:58:26.264Z Checking display-error-chain v0.2.2
25202025-01-17T13:58:26.897Z Checking strip-ansi-escapes v0.2.0
25212025-01-17T13:58:27.046Z Checking reedline v0.35.0
25222025-01-17T13:58:27.050Z Checking tabled v0.15.0
25232025-01-17T13:58:27.513Z Checking peg v0.8.4
25242025-01-17T13:58:27.860Z Checking rustyline v14.0.0
25252025-01-17T13:58:36.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
25262025-01-17T13:58:36.232Z
25272025-01-17T13:58:36.233Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25282025-01-17T13:58:36.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292025-01-17T13:58:36.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302025-01-17T13:58:36.877Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312025-01-17T13:58:41.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
25322025-01-17T13:58:41.703Z
25332025-01-17T13:58:41.703Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25342025-01-17T13:58:42.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352025-01-17T13:58:42.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362025-01-17T13:58:42.355Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372025-01-17T13:58:45.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
25382025-01-17T13:58:45.926Z
25392025-01-17T13:58:45.926Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25402025-01-17T13:58:46.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412025-01-17T13:58:46.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422025-01-17T13:58:46.563Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432025-01-17T13:58:50.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
25442025-01-17T13:58:51.074Z
25452025-01-17T13:58:51.074Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25462025-01-17T13:58:51.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472025-01-17T13:58:51.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482025-01-17T13:58:51.712Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25492025-01-17T13:58:56.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s
25502025-01-17T13:58:56.280Z
25512025-01-17T13:58:56.280Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25522025-01-17T13:58:56.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532025-01-17T13:58:56.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542025-01-17T13:58:56.931Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25552025-01-17T13:59:00.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
25562025-01-17T13:59:00.715Z
25572025-01-17T13:59:00.715Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25582025-01-17T13:59:01.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592025-01-17T13:59:01.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602025-01-17T13:59:01.366Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25612025-01-17T13:59:05.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
25622025-01-17T13:59:05.224Z
25632025-01-17T13:59:05.224Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25642025-01-17T13:59:05.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652025-01-17T13:59:05.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662025-01-17T13:59:05.870Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25672025-01-17T13:59:10.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
25682025-01-17T13:59:10.610Z
25692025-01-17T13:59:10.610Zinfo: running `cargo check --bins` on oximeter (66/197)
25702025-01-17T13:59:11.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712025-01-17T13:59:11.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722025-01-17T13:59:11.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732025-01-17T13:59:11.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25742025-01-17T13:59:11.224Z
25752025-01-17T13:59:11.224Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25762025-01-17T13:59:11.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772025-01-17T13:59:11.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782025-01-17T13:59:11.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792025-01-17T13:59:11.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25802025-01-17T13:59:11.816Z
25812025-01-17T13:59:11.816Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25822025-01-17T13:59:12.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832025-01-17T13:59:12.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842025-01-17T13:59:12.437Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25852025-01-17T13:59:14.419Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25862025-01-17T13:59:15.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
25872025-01-17T13:59:15.497Z
25882025-01-17T13:59:15.497Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25892025-01-17T13:59:16.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902025-01-17T13:59:16.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912025-01-17T13:59:16.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922025-01-17T13:59:16.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25932025-01-17T13:59:16.110Z
25942025-01-17T13:59:16.110Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25952025-01-17T13:59:16.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962025-01-17T13:59:16.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972025-01-17T13:59:16.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982025-01-17T13:59:16.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25992025-01-17T13:59:16.733Z
26002025-01-17T13:59:16.733Zinfo: running `cargo check --bins` on oxql-types (71/197)
26012025-01-17T13:59:17.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022025-01-17T13:59:17.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032025-01-17T13:59:17.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042025-01-17T13:59:17.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26052025-01-17T13:59:17.348Z
26062025-01-17T13:59:17.348Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26072025-01-17T13:59:17.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082025-01-17T13:59:17.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092025-01-17T13:59:17.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102025-01-17T13:59:17.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26112025-01-17T13:59:17.969Z
26122025-01-17T13:59:17.969Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26132025-01-17T13:59:18.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142025-01-17T13:59:18.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152025-01-17T13:59:18.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162025-01-17T13:59:18.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26172025-01-17T13:59:18.574Z
26182025-01-17T13:59:18.574Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26192025-01-17T13:59:19.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-01-17T13:59:19.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-01-17T13:59:19.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222025-01-17T13:59:19.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26232025-01-17T13:59:19.188Z
26242025-01-17T13:59:19.188Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26252025-01-17T13:59:19.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-01-17T13:59:19.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-01-17T13:59:19.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282025-01-17T13:59:19.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26292025-01-17T13:59:19.795Z
26302025-01-17T13:59:19.795Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26312025-01-17T13:59:20.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-01-17T13:59:20.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-01-17T13:59:20.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342025-01-17T13:59:20.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26352025-01-17T13:59:20.399Z
26362025-01-17T13:59:20.399Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26372025-01-17T13:59:20.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-01-17T13:59:20.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-01-17T13:59:20.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402025-01-17T13:59:20.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26412025-01-17T13:59:21.003Z
26422025-01-17T13:59:21.003Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26432025-01-17T13:59:21.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442025-01-17T13:59:21.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452025-01-17T13:59:21.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462025-01-17T13:59:21.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26472025-01-17T13:59:21.589Z
26482025-01-17T13:59:21.589Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26492025-01-17T13:59:22.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-01-17T13:59:22.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-01-17T13:59:22.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522025-01-17T13:59:22.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26532025-01-17T13:59:22.204Z
26542025-01-17T13:59:22.204Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26552025-01-17T13:59:22.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-01-17T13:59:22.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-01-17T13:59:22.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582025-01-17T13:59:22.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26592025-01-17T13:59:22.806Z
26602025-01-17T13:59:22.806Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26612025-01-17T13:59:23.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-01-17T13:59:23.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-01-17T13:59:23.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642025-01-17T13:59:23.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26652025-01-17T13:59:23.406Z
26662025-01-17T13:59:23.406Zinfo: running `cargo check --bins` on dpd-client (82/197)
26672025-01-17T13:59:23.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682025-01-17T13:59:23.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692025-01-17T13:59:23.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702025-01-17T13:59:23.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26712025-01-17T13:59:23.999Z
26722025-01-17T13:59:24.000Zinfo: running `cargo check --bins` on gateway-client (83/197)
26732025-01-17T13:59:24.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742025-01-17T13:59:24.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752025-01-17T13:59:24.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762025-01-17T13:59:24.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26772025-01-17T13:59:24.591Z
26782025-01-17T13:59:24.591Zinfo: running `cargo check --bins` on installinator-client (84/197)
26792025-01-17T13:59:25.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802025-01-17T13:59:25.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812025-01-17T13:59:25.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822025-01-17T13:59:25.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26832025-01-17T13:59:25.211Z
26842025-01-17T13:59:25.211Zinfo: running `cargo check --bins` on installinator-common (85/197)
26852025-01-17T13:59:25.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-01-17T13:59:25.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-01-17T13:59:25.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-01-17T13:59:25.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26892025-01-17T13:59:25.824Z
26902025-01-17T13:59:25.824Zinfo: running `cargo check --bins` on update-engine (86/197)
26912025-01-17T13:59:26.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-01-17T13:59:26.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-01-17T13:59:26.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-01-17T13:59:26.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26952025-01-17T13:59:26.410Z
26962025-01-17T13:59:26.410Zinfo: running `cargo check --bins` on nexus-client (87/197)
26972025-01-17T13:59:26.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-01-17T13:59:26.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-01-17T13:59:26.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-01-17T13:59:26.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27012025-01-17T13:59:27.038Z
27022025-01-17T13:59:27.038Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
27032025-01-17T13:59:27.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-01-17T13:59:27.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-01-17T13:59:27.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-01-17T13:59:27.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27072025-01-17T13:59:27.651Z
27082025-01-17T13:59:27.651Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27092025-01-17T13:59:28.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-01-17T13:59:28.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-01-17T13:59:28.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122025-01-17T13:59:28.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27132025-01-17T13:59:28.242Z
27142025-01-17T13:59:28.242Zinfo: running `cargo check --bins` on nexus-types (90/197)
27152025-01-17T13:59:28.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162025-01-17T13:59:28.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172025-01-17T13:59:28.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182025-01-17T13:59:28.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27192025-01-17T13:59:28.869Z
27202025-01-17T13:59:28.870Zinfo: running `cargo check --bins` on oxide-client (91/197)
27212025-01-17T13:59:29.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222025-01-17T13:59:29.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232025-01-17T13:59:29.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242025-01-17T13:59:29.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27252025-01-17T13:59:29.456Z
27262025-01-17T13:59:29.456Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27272025-01-17T13:59:29.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282025-01-17T13:59:29.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292025-01-17T13:59:29.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302025-01-17T13:59:29.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27312025-01-17T13:59:30.057Z
27322025-01-17T13:59:30.057Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27332025-01-17T13:59:30.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342025-01-17T13:59:30.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352025-01-17T13:59:30.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362025-01-17T13:59:30.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27372025-01-17T13:59:30.651Z
27382025-01-17T13:59:30.651Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27392025-01-17T13:59:31.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402025-01-17T13:59:31.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412025-01-17T13:59:31.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422025-01-17T13:59:31.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27432025-01-17T13:59:31.279Z
27442025-01-17T13:59:31.279Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27452025-01-17T13:59:31.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462025-01-17T13:59:31.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472025-01-17T13:59:31.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482025-01-17T13:59:31.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27492025-01-17T13:59:31.924Z
27502025-01-17T13:59:31.924Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27512025-01-17T13:59:32.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522025-01-17T13:59:32.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532025-01-17T13:59:32.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542025-01-17T13:59:32.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27552025-01-17T13:59:32.562Z
27562025-01-17T13:59:32.562Zinfo: running `cargo check --bins` on wicket-common (97/197)
27572025-01-17T13:59:33.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582025-01-17T13:59:33.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592025-01-17T13:59:33.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602025-01-17T13:59:33.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27612025-01-17T13:59:33.195Z
27622025-01-17T13:59:33.195Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27632025-01-17T13:59:33.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642025-01-17T13:59:33.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652025-01-17T13:59:33.839Z Checking csv-core v0.1.11
27662025-01-17T13:59:33.839Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27672025-01-17T13:59:33.841Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27682025-01-17T13:59:33.951Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27692025-01-17T13:59:34.127Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27702025-01-17T13:59:34.140Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27712025-01-17T13:59:34.153Z Checking csv v1.3.0
27722025-01-17T13:59:34.687Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27732025-01-17T13:59:35.028Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742025-01-17T13:59:36.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
27752025-01-17T13:59:36.759Z
27762025-01-17T13:59:36.759Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27772025-01-17T13:59:37.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-01-17T13:59:37.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-01-17T13:59:37.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-01-17T13:59:37.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27812025-01-17T13:59:37.366Z
27822025-01-17T13:59:37.366Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27832025-01-17T13:59:37.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-01-17T13:59:37.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-01-17T13:59:37.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-01-17T13:59:37.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27872025-01-17T13:59:37.974Z
27882025-01-17T13:59:37.974Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27892025-01-17T13:59:38.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-01-17T13:59:38.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-01-17T13:59:38.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-01-17T13:59:38.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27932025-01-17T13:59:38.687Z
27942025-01-17T13:59:38.687Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27952025-01-17T13:59:39.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-01-17T13:59:39.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-01-17T13:59:39.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-01-17T13:59:39.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27992025-01-17T13:59:39.397Z
28002025-01-17T13:59:39.397Zinfo: running `cargo check --bins` on dns-server (103/197)
28012025-01-17T13:59:39.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-01-17T13:59:39.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-01-17T13:59:40.028Z Compiling typify-impl v0.3.0
28042025-01-17T13:59:40.137Z Compiling parking_lot_core v0.8.6
28052025-01-17T13:59:40.147Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28062025-01-17T13:59:40.156Z Checking fxhash v0.2.1
28072025-01-17T13:59:40.169Z Checking hickory-client v0.24.1
28082025-01-17T13:59:40.181Z Checking hickory-server v0.24.1
28092025-01-17T13:59:40.790Z Checking parking_lot v0.11.2
28102025-01-17T13:59:40.858Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112025-01-17T13:59:41.113Z Checking sled v0.34.7
28122025-01-17T13:59:45.521Z Compiling typify-macro v0.3.0
28132025-01-17T13:59:47.026Z Compiling typify v0.3.0
28142025-01-17T13:59:47.096Z Compiling progenitor-impl v0.9.1
28152025-01-17T13:59:49.467Z Compiling progenitor-macro v0.9.1
28162025-01-17T13:59:53.069Z Checking progenitor v0.9.1
28172025-01-17T13:59:53.197Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28182025-01-17T13:59:53.640Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28192025-01-17T13:59:54.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s
28202025-01-17T13:59:55.042Z
28212025-01-17T13:59:55.042Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28222025-01-17T13:59:55.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-01-17T13:59:55.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-01-17T13:59:55.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-01-17T13:59:55.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28262025-01-17T13:59:55.654Z
28272025-01-17T13:59:55.654Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28282025-01-17T13:59:56.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-01-17T13:59:56.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-01-17T13:59:56.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312025-01-17T13:59:56.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28322025-01-17T13:59:56.313Z
28332025-01-17T13:59:56.313Zinfo: running `cargo check --bins` on gateway-types (106/197)
28342025-01-17T13:59:56.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352025-01-17T13:59:56.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362025-01-17T13:59:56.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372025-01-17T13:59:56.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28382025-01-17T13:59:56.934Z
28392025-01-17T13:59:56.934Zinfo: running `cargo check --bins` on ipcc (107/197)
28402025-01-17T13:59:57.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-01-17T13:59:57.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-01-17T13:59:57.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432025-01-17T13:59:57.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28442025-01-17T13:59:57.539Z
28452025-01-17T13:59:57.539Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28462025-01-17T13:59:58.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-01-17T13:59:58.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-01-17T13:59:58.224Z Compiling semver v0.1.20
28492025-01-17T13:59:58.224Z Compiling radium v0.7.0
28502025-01-17T13:59:58.341Z Checking tap v1.0.1
28512025-01-17T13:59:58.344Z Compiling maybe-uninit v2.0.0
28522025-01-17T13:59:58.363Z Checking password-hash v0.5.0
28532025-01-17T13:59:58.366Z Checking blake2 v0.10.6
28542025-01-17T13:59:58.366Z Compiling cancel-safe-futures v0.1.5
28552025-01-17T13:59:58.366Z Compiling owo-colors v4.1.0
28562025-01-17T13:59:58.468Z Checking wyz v0.5.1
28572025-01-17T13:59:58.677Z Compiling rustc_version v0.1.7
28582025-01-17T13:59:58.713Z Checking crc-catalog v2.4.0
28592025-01-17T13:59:58.779Z Compiling packed_struct v0.10.1
28602025-01-17T13:59:58.804Z Checking funty v2.0.0
28612025-01-17T13:59:58.838Z Checking argon2 v0.5.3
28622025-01-17T13:59:58.869Z Checking crc v3.2.1
28632025-01-17T13:59:58.925Z Compiling packed_struct_codegen v0.10.1
28642025-01-17T13:59:58.982Z Compiling indexmap v1.9.3
28652025-01-17T13:59:59.093Z Compiling newtype_derive v0.1.6
28662025-01-17T13:59:59.115Z Checking half v2.4.1
28672025-01-17T13:59:59.239Z Checking nodrop v0.1.14
28682025-01-17T13:59:59.289Z Checking ciborium-io v0.2.2
28692025-01-17T13:59:59.303Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28702025-01-17T13:59:59.375Z Checking array-init v0.0.4
28712025-01-17T13:59:59.445Z Checking smallvec v0.6.14
28722025-01-17T13:59:59.482Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28732025-01-17T13:59:59.541Z Checking ciborium-ll v0.2.2
28742025-01-17T13:59:59.574Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28752025-01-17T13:59:59.592Z Checking bitvec v1.0.1
28762025-01-17T13:59:59.784Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28772025-01-17T13:59:59.818Z Checking libsw v3.3.1
28782025-01-17T14:00:00.067Z Compiling memoffset v0.9.1
28792025-01-17T14:00:00.215Z Checking hashbrown v0.12.3
28802025-01-17T14:00:00.234Z Checking swrite v0.1.0
28812025-01-17T14:00:00.251Z Checking linear-map v1.2.0
28822025-01-17T14:00:00.369Z Checking bitfield v0.14.0
28832025-01-17T14:00:00.371Z Checking indent_write v2.2.0
28842025-01-17T14:00:00.549Z Checking termcolor v1.4.1
28852025-01-17T14:00:00.588Z Checking ron v0.8.1
28862025-01-17T14:00:00.782Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28872025-01-17T14:00:00.801Z Checking serde-hex v0.1.0
28882025-01-17T14:00:00.945Z Checking env_logger v0.10.2
28892025-01-17T14:00:01.089Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28902025-01-17T14:00:01.358Z Checking ciborium v0.2.2
28912025-01-17T14:00:01.581Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28922025-01-17T14:00:01.780Z Checking steno v0.4.1
28932025-01-17T14:00:01.798Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28942025-01-17T14:00:02.066Z Checking hashbrown v0.13.2
28952025-01-17T14:00:02.263Z Checking crc-any v2.5.0
28962025-01-17T14:00:02.298Z Checking humantime v2.1.0
28972025-01-17T14:00:02.602Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28982025-01-17T14:00:02.657Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28992025-01-17T14:00:02.967Z Checking object v0.30.4
29002025-01-17T14:00:03.062Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29012025-01-17T14:00:03.163Z Checking path-slash v0.1.5
29022025-01-17T14:00:03.321Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29032025-01-17T14:00:03.444Z Checking nix v0.27.1
29042025-01-17T14:00:03.917Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29052025-01-17T14:00:03.935Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29062025-01-17T14:00:04.204Z Checking tungstenite v0.23.0
29072025-01-17T14:00:04.617Z Checking kstat-rs v0.2.4
29082025-01-17T14:00:04.638Z Checking signal-hook-tokio v0.3.1
29092025-01-17T14:00:04.964Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29102025-01-17T14:00:05.069Z Checking tokio-tungstenite v0.23.1
29112025-01-17T14:00:05.475Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29122025-01-17T14:00:05.621Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29132025-01-17T14:00:05.969Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29142025-01-17T14:00:12.448Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29152025-01-17T14:00:13.764Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29162025-01-17T14:00:15.560Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29172025-01-17T14:00:20.774Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29182025-01-17T14:00:21.417Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29192025-01-17T14:00:24.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.50s
29202025-01-17T14:00:24.232Z
29212025-01-17T14:00:24.232Zinfo: running `cargo check --bins` on gateway-api (109/197)
29222025-01-17T14:00:24.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232025-01-17T14:00:24.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242025-01-17T14:00:24.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252025-01-17T14:00:24.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29262025-01-17T14:00:24.842Z
29272025-01-17T14:00:24.842Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29282025-01-17T14:00:25.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292025-01-17T14:00:25.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302025-01-17T14:00:25.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312025-01-17T14:00:25.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29322025-01-17T14:00:25.425Z
29332025-01-17T14:00:25.426Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29342025-01-17T14:00:25.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352025-01-17T14:00:25.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362025-01-17T14:00:25.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372025-01-17T14:00:25.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29382025-01-17T14:00:26.032Z
29392025-01-17T14:00:26.032Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29402025-01-17T14:00:26.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412025-01-17T14:00:26.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422025-01-17T14:00:26.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432025-01-17T14:00:26.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29442025-01-17T14:00:26.647Z
29452025-01-17T14:00:26.647Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29462025-01-17T14:00:27.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472025-01-17T14:00:27.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482025-01-17T14:00:27.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492025-01-17T14:00:27.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29502025-01-17T14:00:27.264Z
29512025-01-17T14:00:27.264Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29522025-01-17T14:00:27.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532025-01-17T14:00:27.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542025-01-17T14:00:27.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552025-01-17T14:00:27.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29562025-01-17T14:00:27.871Z
29572025-01-17T14:00:27.871Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29582025-01-17T14:00:28.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592025-01-17T14:00:28.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602025-01-17T14:00:28.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612025-01-17T14:00:28.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29622025-01-17T14:00:28.475Z
29632025-01-17T14:00:28.475Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29642025-01-17T14:00:28.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652025-01-17T14:00:29.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662025-01-17T14:00:29.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672025-01-17T14:00:29.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29682025-01-17T14:00:29.076Z
29692025-01-17T14:00:29.076Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29702025-01-17T14:00:29.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712025-01-17T14:00:29.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722025-01-17T14:00:29.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732025-01-17T14:00:29.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29742025-01-17T14:00:29.706Z
29752025-01-17T14:00:29.706Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29762025-01-17T14:00:30.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772025-01-17T14:00:30.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782025-01-17T14:00:30.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792025-01-17T14:00:30.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29802025-01-17T14:00:30.314Z
29812025-01-17T14:00:30.314Zinfo: running `cargo check --bins` on sp-sim (119/197)
29822025-01-17T14:00:30.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832025-01-17T14:00:30.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842025-01-17T14:00:30.934Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29852025-01-17T14:00:31.372Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29862025-01-17T14:00:32.998Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29872025-01-17T14:00:34.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
29882025-01-17T14:00:34.761Z
29892025-01-17T14:00:34.761Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29902025-01-17T14:00:35.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912025-01-17T14:00:35.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922025-01-17T14:00:35.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932025-01-17T14:00:35.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29942025-01-17T14:00:35.419Z
29952025-01-17T14:00:35.419Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29962025-01-17T14:00:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972025-01-17T14:00:36.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982025-01-17T14:00:36.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992025-01-17T14:00:36.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30002025-01-17T14:00:36.412Z
30012025-01-17T14:00:36.412Zinfo: running `cargo check --bins` on db-macros (122/197)
30022025-01-17T14:00:36.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032025-01-17T14:00:36.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042025-01-17T14:00:36.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052025-01-17T14:00:36.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30062025-01-17T14:00:36.670Z
30072025-01-17T14:00:36.670Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30082025-01-17T14:00:37.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092025-01-17T14:00:37.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102025-01-17T14:00:37.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112025-01-17T14:00:37.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30122025-01-17T14:00:37.260Z
30132025-01-17T14:00:37.260Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30142025-01-17T14:00:37.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152025-01-17T14:00:37.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162025-01-17T14:00:37.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172025-01-17T14:00:37.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30182025-01-17T14:00:37.913Z
30192025-01-17T14:00:37.913Zinfo: running `cargo check --bins` on authz-macros (125/197)
30202025-01-17T14:00:38.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212025-01-17T14:00:38.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222025-01-17T14:00:38.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232025-01-17T14:00:38.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30242025-01-17T14:00:38.496Z
30252025-01-17T14:00:38.496Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30262025-01-17T14:00:39.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272025-01-17T14:00:39.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282025-01-17T14:00:39.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292025-01-17T14:00:39.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30302025-01-17T14:00:39.139Z
30312025-01-17T14:00:39.139Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30322025-01-17T14:00:39.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332025-01-17T14:00:39.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342025-01-17T14:00:39.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352025-01-17T14:00:39.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30362025-01-17T14:00:39.782Z
30372025-01-17T14:00:39.782Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30382025-01-17T14:00:40.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392025-01-17T14:00:40.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402025-01-17T14:00:40.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412025-01-17T14:00:40.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30422025-01-17T14:00:40.394Z
30432025-01-17T14:00:40.394Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30442025-01-17T14:00:40.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452025-01-17T14:00:40.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462025-01-17T14:00:40.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472025-01-17T14:00:40.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30482025-01-17T14:00:41.035Z
30492025-01-17T14:00:41.036Zinfo: running `cargo check --bins` on typed-rng (130/197)
30502025-01-17T14:00:41.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512025-01-17T14:00:41.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522025-01-17T14:00:41.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532025-01-17T14:00:41.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30542025-01-17T14:00:41.616Z
30552025-01-17T14:00:41.616Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30562025-01-17T14:00:42.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572025-01-17T14:00:42.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582025-01-17T14:00:42.329Z Checking keccak v0.1.5
30592025-01-17T14:00:42.440Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30602025-01-17T14:00:42.443Z Checking secrecy v0.8.0
30612025-01-17T14:00:42.443Z Compiling unicase v2.7.0
30622025-01-17T14:00:42.458Z Compiling same-file v1.0.6
30632025-01-17T14:00:42.467Z Compiling tempfile v3.13.0
30642025-01-17T14:00:42.480Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30652025-01-17T14:00:42.483Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30662025-01-17T14:00:42.625Z Compiling walkdir v2.5.0
30672025-01-17T14:00:42.717Z Checking sha3 v0.10.8
30682025-01-17T14:00:42.720Z Compiling thiserror-impl-no-std v2.0.2
30692025-01-17T14:00:42.802Z Checking universal-hash v0.5.1
30702025-01-17T14:00:42.821Z Compiling blake3 v1.5.4
30712025-01-17T14:00:42.970Z Checking opaque-debug v0.3.1
30722025-01-17T14:00:42.992Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30732025-01-17T14:00:42.995Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30742025-01-17T14:00:43.070Z Checking poly1305 v0.8.0
30752025-01-17T14:00:43.100Z Checking chacha20 v0.9.1
30762025-01-17T14:00:43.233Z Checking aead v0.5.2
30772025-01-17T14:00:43.258Z Compiling memmap2 v0.9.5
30782025-01-17T14:00:43.312Z Compiling libefi-sys v0.1.0
30792025-01-17T14:00:43.433Z Compiling arrayvec v0.7.6
30802025-01-17T14:00:43.454Z Compiling constant_time_eq v0.3.1
30812025-01-17T14:00:43.553Z Compiling salty v0.3.0
30822025-01-17T14:00:43.598Z Compiling arrayref v0.3.9
30832025-01-17T14:00:43.666Z Checking chacha20poly1305 v0.10.1
30842025-01-17T14:00:43.736Z Compiling toolchain_find v0.4.0
30852025-01-17T14:00:43.778Z Compiling camino-tempfile v1.1.1
30862025-01-17T14:00:43.845Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30872025-01-17T14:00:43.934Z Compiling bitfield-struct v0.6.2
30882025-01-17T14:00:44.068Z Compiling topological-sort v0.2.2
30892025-01-17T14:00:44.200Z Compiling mime_guess v2.0.5
30902025-01-17T14:00:44.288Z Compiling rustfmt-wrapper v0.2.1
30912025-01-17T14:00:44.720Z Compiling omicron-zone-package v0.12.0
30922025-01-17T14:00:44.868Z Compiling progenitor v0.9.1
30932025-01-17T14:00:44.887Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30942025-01-17T14:00:45.097Z Checking primeorder v0.13.6
30952025-01-17T14:00:45.186Z Checking env_filter v0.1.2
30962025-01-17T14:00:45.205Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30972025-01-17T14:00:45.279Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30982025-01-17T14:00:45.388Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30992025-01-17T14:00:45.433Z Checking env_logger v0.11.5
31002025-01-17T14:00:45.452Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31012025-01-17T14:00:45.511Z Checking thiserror-no-std v2.0.2
31022025-01-17T14:00:45.528Z Checking p384 v0.13.0
31032025-01-17T14:00:45.555Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31042025-01-17T14:00:45.628Z Checking vsss-rs v3.3.4
31052025-01-17T14:00:45.791Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31062025-01-17T14:00:45.827Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31072025-01-17T14:00:45.960Z Checking bumpalo v3.16.0
31082025-01-17T14:00:46.018Z Checking http-range v0.1.5
31092025-01-17T14:00:46.091Z Checking lockfree-object-pool v0.1.6
31102025-01-17T14:00:46.218Z Checking simd-adler32 v0.3.7
31112025-01-17T14:00:46.263Z Compiling zip v2.1.3
31122025-01-17T14:00:46.290Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31132025-01-17T14:00:46.544Z Checking zopfli v0.8.1
31142025-01-17T14:00:46.598Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152025-01-17T14:00:46.644Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31162025-01-17T14:00:46.964Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31172025-01-17T14:00:47.206Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31182025-01-17T14:00:47.241Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31192025-01-17T14:00:47.262Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31202025-01-17T14:00:47.607Z Checking nanorand v0.7.0
31212025-01-17T14:00:47.653Z Checking atty v0.2.14
31222025-01-17T14:00:47.710Z Checking glob v0.3.1
31232025-01-17T14:00:47.783Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31242025-01-17T14:00:47.802Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31252025-01-17T14:00:47.961Z Checking flume v0.11.1
31262025-01-17T14:00:48.029Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31272025-01-17T14:00:48.432Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31282025-01-17T14:00:49.025Z Checking hyper-staticfile v0.10.1
31292025-01-17T14:00:49.101Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31302025-01-17T14:00:49.455Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31312025-01-17T14:00:49.526Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31322025-01-17T14:00:49.788Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31332025-01-17T14:00:49.825Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31342025-01-17T14:00:49.967Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31352025-01-17T14:00:50.459Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31362025-01-17T14:00:50.510Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31372025-01-17T14:00:50.632Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31382025-01-17T14:00:51.024Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31392025-01-17T14:00:53.888Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31402025-01-17T14:00:53.888Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31412025-01-17T14:01:01.873Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31422025-01-17T14:01:14.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.06s
31432025-01-17T14:01:14.870Z
31442025-01-17T14:01:14.870Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31452025-01-17T14:01:15.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462025-01-17T14:01:15.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472025-01-17T14:01:15.588Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31482025-01-17T14:01:28.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
31492025-01-17T14:01:28.752Z
31502025-01-17T14:01:28.753Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31512025-01-17T14:01:29.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522025-01-17T14:01:29.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532025-01-17T14:01:29.475Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31542025-01-17T14:01:42.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
31552025-01-17T14:01:42.638Z
31562025-01-17T14:01:42.638Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31572025-01-17T14:01:43.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582025-01-17T14:01:43.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592025-01-17T14:01:43.359Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31602025-01-17T14:01:56.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
31612025-01-17T14:01:56.359Z
31622025-01-17T14:01:56.359Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31632025-01-17T14:01:56.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642025-01-17T14:01:56.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652025-01-17T14:01:57.078Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31662025-01-17T14:02:10.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
31672025-01-17T14:02:10.234Z
31682025-01-17T14:02:10.234Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31692025-01-17T14:02:10.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702025-01-17T14:02:10.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712025-01-17T14:02:10.951Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31722025-01-17T14:02:23.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
31732025-01-17T14:02:24.148Z
31742025-01-17T14:02:24.148Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31752025-01-17T14:02:24.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762025-01-17T14:02:24.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772025-01-17T14:02:24.869Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31782025-01-17T14:02:37.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
31792025-01-17T14:02:38.137Z
31802025-01-17T14:02:38.137Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31812025-01-17T14:02:38.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822025-01-17T14:02:38.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832025-01-17T14:02:38.856Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31842025-01-17T14:02:51.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
31852025-01-17T14:02:52.047Z
31862025-01-17T14:02:52.047Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31872025-01-17T14:02:52.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882025-01-17T14:02:52.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892025-01-17T14:02:52.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902025-01-17T14:02:52.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31912025-01-17T14:02:52.676Z
31922025-01-17T14:02:52.676Zinfo: running `cargo check --bins` on key-manager (140/197)
31932025-01-17T14:02:53.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942025-01-17T14:02:53.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952025-01-17T14:02:53.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962025-01-17T14:02:53.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31972025-01-17T14:02:53.280Z
31982025-01-17T14:02:53.280Zinfo: running `cargo check --bins` on range-requests (141/197)
31992025-01-17T14:02:53.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-01-17T14:02:53.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-01-17T14:02:53.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022025-01-17T14:02:53.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32032025-01-17T14:02:53.865Z
32042025-01-17T14:02:53.865Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32052025-01-17T14:02:54.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-01-17T14:02:54.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-01-17T14:02:54.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082025-01-17T14:02:54.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32092025-01-17T14:02:54.467Z
32102025-01-17T14:02:54.467Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32112025-01-17T14:02:55.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-01-17T14:02:55.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-01-17T14:02:55.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142025-01-17T14:02:55.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32152025-01-17T14:02:55.102Z
32162025-01-17T14:02:55.102Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32172025-01-17T14:02:55.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-01-17T14:02:55.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-01-17T14:02:55.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202025-01-17T14:02:55.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32212025-01-17T14:02:55.685Z
32222025-01-17T14:02:55.685Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32232025-01-17T14:02:56.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242025-01-17T14:02:56.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252025-01-17T14:02:56.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262025-01-17T14:02:56.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32272025-01-17T14:02:56.301Z
32282025-01-17T14:02:56.301Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32292025-01-17T14:02:56.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-01-17T14:02:56.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-01-17T14:02:56.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322025-01-17T14:02:56.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32332025-01-17T14:02:56.923Z
32342025-01-17T14:02:56.923Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32352025-01-17T14:02:57.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-01-17T14:02:57.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-01-17T14:02:57.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382025-01-17T14:02:57.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32392025-01-17T14:02:57.555Z
32402025-01-17T14:02:57.555Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32412025-01-17T14:02:58.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-01-17T14:02:58.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-01-17T14:02:58.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442025-01-17T14:02:58.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32452025-01-17T14:02:58.193Z
32462025-01-17T14:02:58.194Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32472025-01-17T14:02:58.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-01-17T14:02:58.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-01-17T14:02:58.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502025-01-17T14:02:58.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32512025-01-17T14:02:58.833Z
32522025-01-17T14:02:58.833Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32532025-01-17T14:02:59.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-01-17T14:02:59.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-01-17T14:02:59.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562025-01-17T14:02:59.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32572025-01-17T14:02:59.462Z
32582025-01-17T14:02:59.462Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32592025-01-17T14:03:00.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-01-17T14:03:00.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-01-17T14:03:00.139Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32622025-01-17T14:03:00.139Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32632025-01-17T14:03:00.985Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32642025-01-17T14:03:02.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
32652025-01-17T14:03:03.064Z
32662025-01-17T14:03:03.064Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32672025-01-17T14:03:03.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682025-01-17T14:03:03.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692025-01-17T14:03:03.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702025-01-17T14:03:03.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32712025-01-17T14:03:03.672Z
32722025-01-17T14:03:03.672Zinfo: running `cargo check --bins` on cert-dev (153/197)
32732025-01-17T14:03:04.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742025-01-17T14:03:04.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752025-01-17T14:03:04.267Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32762025-01-17T14:03:04.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
32772025-01-17T14:03:04.699Z
32782025-01-17T14:03:04.699Zinfo: running `cargo check --bins` on clickana (154/197)
32792025-01-17T14:03:05.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802025-01-17T14:03:05.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812025-01-17T14:03:05.334Z Checking castaway v0.2.3
32822025-01-17T14:03:05.334Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32832025-01-17T14:03:05.337Z Checking unicode-truncate v1.1.0
32842025-01-17T14:03:05.337Z Checking lru v0.12.5
32852025-01-17T14:03:05.337Z Compiling instability v0.3.2
32862025-01-17T14:03:05.337Z Checking cassowary v0.3.0
32872025-01-17T14:03:05.553Z Checking compact_str v0.8.0
32882025-01-17T14:03:06.155Z Checking ratatui v0.28.1
32892025-01-17T14:03:06.978Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32902025-01-17T14:03:07.958Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32912025-01-17T14:03:08.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
32922025-01-17T14:03:08.929Z
32932025-01-17T14:03:08.930Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32942025-01-17T14:03:09.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952025-01-17T14:03:09.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962025-01-17T14:03:09.593Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32972025-01-17T14:03:09.593Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32982025-01-17T14:03:10.552Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32992025-01-17T14:03:10.996Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33002025-01-17T14:03:11.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
33012025-01-17T14:03:11.524Z
33022025-01-17T14:03:11.524Zinfo: running `cargo check --bins` on ch-dev (156/197)
33032025-01-17T14:03:12.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-01-17T14:03:12.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-01-17T14:03:12.161Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33062025-01-17T14:03:12.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
33072025-01-17T14:03:13.025Z
33082025-01-17T14:03:13.026Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33092025-01-17T14:03:13.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102025-01-17T14:03:13.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112025-01-17T14:03:13.651Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33122025-01-17T14:03:13.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
33132025-01-17T14:03:14.163Z
33142025-01-17T14:03:14.163Zinfo: running `cargo check --bins` on db-dev (158/197)
33152025-01-17T14:03:14.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162025-01-17T14:03:14.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172025-01-17T14:03:14.796Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33182025-01-17T14:03:15.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
33192025-01-17T14:03:15.672Z
33202025-01-17T14:03:15.672Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33212025-01-17T14:03:16.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222025-01-17T14:03:16.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232025-01-17T14:03:16.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242025-01-17T14:03:16.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33252025-01-17T14:03:16.288Z
33262025-01-17T14:03:16.288Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33272025-01-17T14:03:16.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-01-17T14:03:16.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-01-17T14:03:16.881Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33302025-01-17T14:03:17.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
33312025-01-17T14:03:17.889Z
33322025-01-17T14:03:17.889Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33332025-01-17T14:03:18.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342025-01-17T14:03:18.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352025-01-17T14:03:18.477Z Checking cargo-platform v0.1.8
33362025-01-17T14:03:18.747Z Checking cargo_metadata v0.18.1
33372025-01-17T14:03:19.640Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33382025-01-17T14:03:20.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
33392025-01-17T14:03:20.606Z
33402025-01-17T14:03:20.606Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33412025-01-17T14:03:21.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422025-01-17T14:03:21.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432025-01-17T14:03:21.294Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33442025-01-17T14:03:22.662Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33452025-01-17T14:03:23.208Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33462025-01-17T14:03:23.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
33472025-01-17T14:03:23.912Z
33482025-01-17T14:03:23.912Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33492025-01-17T14:03:24.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-01-17T14:03:24.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-01-17T14:03:24.667Z Compiling crunchy v0.2.2
33522025-01-17T14:03:24.667Z Compiling tiny-keccak v2.0.2
33532025-01-17T14:03:24.670Z Compiling dsl_auto_type v0.1.2
33542025-01-17T14:03:24.670Z Checking scheduled-thread-pool v0.2.7
33552025-01-17T14:03:24.782Z Compiling diesel_table_macro_syntax v0.2.0
33562025-01-17T14:03:24.812Z Compiling ascii-canvas v3.0.0
33572025-01-17T14:03:24.827Z Compiling ena v0.14.3
33582025-01-17T14:03:24.830Z Compiling diff v0.1.13
33592025-01-17T14:03:24.981Z Checking r2d2 v0.8.10
33602025-01-17T14:03:25.081Z Compiling regex-syntax v0.6.29
33612025-01-17T14:03:25.216Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33622025-01-17T14:03:25.239Z Compiling ref-cast v1.0.23
33632025-01-17T14:03:25.303Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33642025-01-17T14:03:25.303Z Compiling derive_builder_core v0.20.2
33652025-01-17T14:03:25.389Z Compiling libxml v0.3.3
33662025-01-17T14:03:25.457Z Compiling ref-cast-impl v1.0.23
33672025-01-17T14:03:25.596Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33682025-01-17T14:03:25.810Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33692025-01-17T14:03:25.836Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33702025-01-17T14:03:26.051Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33712025-01-17T14:03:26.111Z Compiling strum_macros v0.24.3
33722025-01-17T14:03:26.131Z Compiling diesel_derives v2.2.3
33732025-01-17T14:03:26.133Z Compiling samael v0.0.17
33742025-01-17T14:03:26.404Z Compiling indoc v1.0.9
33752025-01-17T14:03:27.341Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33762025-01-17T14:03:27.541Z Compiling derive_builder_macro v0.20.2
33772025-01-17T14:03:27.644Z Compiling impl-trait-for-tuples v0.2.2
33782025-01-17T14:03:28.146Z Compiling oso-derive v0.27.3
33792025-01-17T14:03:28.400Z Compiling lalrpop v0.19.12
33802025-01-17T14:03:29.051Z Checking derive_builder v0.20.2
33812025-01-17T14:03:29.142Z Checking quick-xml v0.33.0
33822025-01-17T14:03:29.213Z Compiling diesel-dtrace v0.4.2
33832025-01-17T14:03:29.352Z Checking maplit v1.0.2
33842025-01-17T14:03:29.508Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33852025-01-17T14:03:29.599Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33862025-01-17T14:03:29.894Z Checking bb8 v0.8.5
33872025-01-17T14:03:29.948Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33882025-01-17T14:03:30.250Z Checking rand_seeder v0.3.0
33892025-01-17T14:03:30.399Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33902025-01-17T14:03:30.425Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33912025-01-17T14:03:30.506Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33922025-01-17T14:03:30.701Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33932025-01-17T14:03:30.988Z Checking smawk v0.3.2
33942025-01-17T14:03:30.988Z Checking unicode-linebreak v0.1.5
33952025-01-17T14:03:31.204Z Checking is_ci v1.2.0
33962025-01-17T14:03:31.357Z Checking supports-color v3.0.1
33972025-01-17T14:03:31.451Z Checking textwrap v0.16.1
33982025-01-17T14:03:31.591Z Checking multimap v0.10.0
33992025-01-17T14:03:32.249Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34002025-01-17T14:03:34.191Z Checking diesel v2.2.6
34012025-01-17T14:03:58.443Z Compiling polar-core v0.27.3
34022025-01-17T14:03:59.153Z Checking async-bb8-diesel v0.2.1
34032025-01-17T14:04:05.653Z Checking oso v0.27.3
34042025-01-17T14:05:04.867Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34052025-01-17T14:05:10.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
34062025-01-17T14:05:11.074Z
34072025-01-17T14:05:11.074Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34082025-01-17T14:05:11.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092025-01-17T14:05:11.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102025-01-17T14:05:11.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112025-01-17T14:05:11.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34122025-01-17T14:05:11.723Z
34132025-01-17T14:05:11.723Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34142025-01-17T14:05:12.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152025-01-17T14:05:12.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162025-01-17T14:05:12.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172025-01-17T14:05:12.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34182025-01-17T14:05:12.373Z
34192025-01-17T14:05:12.373Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34202025-01-17T14:05:12.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212025-01-17T14:05:12.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222025-01-17T14:05:12.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232025-01-17T14:05:12.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242025-01-17T14:05:12.962Z
34252025-01-17T14:05:12.963Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34262025-01-17T14:05:13.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272025-01-17T14:05:13.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282025-01-17T14:05:13.739Z Compiling libz-sys v1.1.20
34292025-01-17T14:05:13.742Z Compiling libgit2-sys v0.17.0+1.8.1
34302025-01-17T14:05:13.867Z Compiling vergen v8.3.2
34312025-01-17T14:05:13.870Z Compiling cargo-platform v0.1.8
34322025-01-17T14:05:13.870Z Compiling pin-project-internal v1.1.6
34332025-01-17T14:05:13.900Z Compiling libsqlite3-sys v0.30.1
34342025-01-17T14:05:13.903Z Compiling snafu-derive v0.8.5
34352025-01-17T14:05:13.903Z Compiling rustls v0.21.12
34362025-01-17T14:05:14.177Z Compiling cargo_metadata v0.18.1
34372025-01-17T14:05:14.202Z Compiling cfg_aliases v0.2.1
34382025-01-17T14:05:14.311Z Compiling buf-list v1.0.3
34392025-01-17T14:05:14.360Z Compiling nix v0.29.0
34402025-01-17T14:05:14.457Z Checking globset v0.4.15
34412025-01-17T14:05:14.582Z Checking rustls-webpki v0.101.7
34422025-01-17T14:05:15.005Z Checking olpc-cjson v0.1.4
34432025-01-17T14:05:15.072Z Checking sct v0.7.1
34442025-01-17T14:05:15.229Z Checking serde_plain v1.0.2
34452025-01-17T14:05:15.232Z Checking typed-path v0.9.3
34462025-01-17T14:05:15.611Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34472025-01-17T14:05:15.841Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34482025-01-17T14:05:15.901Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34492025-01-17T14:05:16.126Z Checking hashlink v0.9.1
34502025-01-17T14:05:16.175Z Checking fallible-iterator v0.3.0
34512025-01-17T14:05:16.560Z Checking pin-project v1.1.6
34522025-01-17T14:05:16.639Z Checking parse-size v1.1.0
34532025-01-17T14:05:16.698Z Checking fallible-streaming-iterator v0.1.9
34542025-01-17T14:05:16.891Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34552025-01-17T14:05:16.917Z Checking rusqlite v0.32.1
34562025-01-17T14:05:17.030Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34572025-01-17T14:05:17.214Z Checking rustls-pemfile v1.0.4
34582025-01-17T14:05:17.311Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34592025-01-17T14:05:17.416Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34602025-01-17T14:05:17.836Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34612025-01-17T14:05:17.886Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34622025-01-17T14:05:17.947Z Checking twox-hash v1.6.3
34632025-01-17T14:05:18.015Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34642025-01-17T14:05:18.147Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34652025-01-17T14:05:18.288Z Checking tokio-rustls v0.24.1
34662025-01-17T14:05:18.625Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34672025-01-17T14:05:18.763Z Checking snafu v0.8.5
34682025-01-17T14:05:19.047Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34692025-01-17T14:05:19.073Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34702025-01-17T14:05:19.187Z Checking tough v0.19.0
34712025-01-17T14:05:19.241Z Checking fatfs v0.3.6
34722025-01-17T14:05:19.816Z Checking assert_matches v1.5.0
34732025-01-17T14:05:23.131Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34742025-01-17T14:05:24.388Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34752025-01-17T14:05:25.810Z Compiling git2 v0.19.0
34762025-01-17T14:05:29.811Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34772025-01-17T14:06:24.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
34782025-01-17T14:06:24.227Z
34792025-01-17T14:06:24.227Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34802025-01-17T14:06:24.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812025-01-17T14:06:24.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822025-01-17T14:06:24.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832025-01-17T14:06:24.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34842025-01-17T14:06:24.895Z
34852025-01-17T14:06:24.895Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34862025-01-17T14:06:25.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872025-01-17T14:06:25.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882025-01-17T14:06:25.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892025-01-17T14:06:25.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34902025-01-17T14:06:25.495Z
34912025-01-17T14:06:25.495Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34922025-01-17T14:06:26.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932025-01-17T14:06:26.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942025-01-17T14:06:26.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952025-01-17T14:06:26.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34962025-01-17T14:06:26.126Z
34972025-01-17T14:06:26.126Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
34982025-01-17T14:06:26.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992025-01-17T14:06:26.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002025-01-17T14:06:26.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012025-01-17T14:06:26.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35022025-01-17T14:06:26.779Z
35032025-01-17T14:06:26.779Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35042025-01-17T14:06:27.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052025-01-17T14:06:27.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062025-01-17T14:06:27.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072025-01-17T14:06:27.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35082025-01-17T14:06:27.429Z
35092025-01-17T14:06:27.429Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35102025-01-17T14:06:27.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112025-01-17T14:06:27.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122025-01-17T14:06:27.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132025-01-17T14:06:28.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35142025-01-17T14:06:28.078Z
35152025-01-17T14:06:28.078Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35162025-01-17T14:06:28.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172025-01-17T14:06:28.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182025-01-17T14:06:28.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192025-01-17T14:06:28.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35202025-01-17T14:06:28.726Z
35212025-01-17T14:06:28.726Zinfo: running `cargo check --bins` on update-common (175/197)
35222025-01-17T14:06:29.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232025-01-17T14:06:29.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242025-01-17T14:06:29.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252025-01-17T14:06:29.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35262025-01-17T14:06:29.351Z
35272025-01-17T14:06:29.351Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35282025-01-17T14:06:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292025-01-17T14:06:29.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302025-01-17T14:06:29.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312025-01-17T14:06:29.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35322025-01-17T14:06:29.976Z
35332025-01-17T14:06:29.976Zinfo: running `cargo check --bins` on tufaceous (177/197)
35342025-01-17T14:06:30.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352025-01-17T14:06:30.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362025-01-17T14:06:30.640Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35372025-01-17T14:06:31.731Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35382025-01-17T14:06:32.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
35392025-01-17T14:06:32.681Z
35402025-01-17T14:06:32.681Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35412025-01-17T14:06:33.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422025-01-17T14:06:33.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432025-01-17T14:06:33.502Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35442025-01-17T14:06:33.504Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35452025-01-17T14:06:33.644Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35462025-01-17T14:06:33.648Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35472025-01-17T14:06:34.590Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35482025-01-17T14:07:00.320Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35492025-01-17T14:07:00.323Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35502025-01-17T14:07:00.323Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35512025-01-17T14:07:00.323Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35522025-01-17T14:07:00.323Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35532025-01-17T14:07:00.323Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35542025-01-17T14:07:01.249Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35552025-01-17T14:07:02.491Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35562025-01-17T14:07:40.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
35572025-01-17T14:07:40.729Z
35582025-01-17T14:07:40.729Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35592025-01-17T14:07:41.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602025-01-17T14:07:41.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612025-01-17T14:07:41.413Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35622025-01-17T14:07:41.416Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35632025-01-17T14:07:41.416Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35642025-01-17T14:07:41.537Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35652025-01-17T14:07:41.541Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35662025-01-17T14:07:41.560Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35672025-01-17T14:07:41.563Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35682025-01-17T14:07:41.573Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35692025-01-17T14:07:41.704Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35702025-01-17T14:07:41.769Z Checking heck v0.4.1
35712025-01-17T14:07:41.864Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35722025-01-17T14:07:41.983Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35732025-01-17T14:07:42.143Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35742025-01-17T14:07:42.367Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35752025-01-17T14:07:42.829Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35762025-01-17T14:07:42.872Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35772025-01-17T14:07:43.285Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35782025-01-17T14:07:44.307Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35792025-01-17T14:07:44.565Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35802025-01-17T14:07:45.161Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35812025-01-17T14:07:45.260Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35822025-01-17T14:07:46.892Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35832025-01-17T14:07:46.892Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35842025-01-17T14:07:48.311Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35852025-01-17T14:07:49.708Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35862025-01-17T14:07:55.045Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35872025-01-17T14:07:55.045Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35882025-01-17T14:07:56.208Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35892025-01-17T14:07:57.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s
35902025-01-17T14:07:57.362Z
35912025-01-17T14:07:57.363Zinfo: running `cargo check --bins` on installinator-api (180/197)
35922025-01-17T14:07:57.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932025-01-17T14:07:57.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942025-01-17T14:07:57.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952025-01-17T14:07:57.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35962025-01-17T14:07:57.981Z
35972025-01-17T14:07:57.981Zinfo: running `cargo check --bins` on wicketd-api (181/197)
35982025-01-17T14:07:58.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992025-01-17T14:07:58.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002025-01-17T14:07:58.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012025-01-17T14:07:58.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022025-01-17T14:07:58.619Z
36032025-01-17T14:07:58.619Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36042025-01-17T14:07:59.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052025-01-17T14:07:59.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062025-01-17T14:07:59.288Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36072025-01-17T14:07:59.289Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36082025-01-17T14:07:59.291Z Compiling petname v2.0.2
36092025-01-17T14:07:59.291Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36102025-01-17T14:07:59.291Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36112025-01-17T14:07:59.394Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36122025-01-17T14:07:59.412Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36132025-01-17T14:07:59.445Z Checking sync-ptr v0.1.1
36142025-01-17T14:08:04.506Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36152025-01-17T14:08:05.100Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36162025-01-17T14:08:06.212Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36172025-01-17T14:08:07.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
36182025-01-17T14:08:07.880Z
36192025-01-17T14:08:07.881Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36202025-01-17T14:08:08.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-01-17T14:08:08.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-01-17T14:08:08.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232025-01-17T14:08:08.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36242025-01-17T14:08:08.523Z
36252025-01-17T14:08:08.523Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36262025-01-17T14:08:09.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-01-17T14:08:09.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-01-17T14:08:09.167Z Checking memmap2 v0.9.5
36292025-01-17T14:08:09.167Z Checking arrayvec v0.7.6
36302025-01-17T14:08:09.170Z Checking constant_time_eq v0.3.1
36312025-01-17T14:08:09.170Z Checking arrayref v0.3.9
36322025-01-17T14:08:09.170Z Checking topological-sort v0.2.2
36332025-01-17T14:08:09.170Z Checking shell-words v1.1.0
36342025-01-17T14:08:09.515Z Checking blake3 v1.5.4
36352025-01-17T14:08:09.836Z Checking omicron-zone-package v0.12.0
36362025-01-17T14:08:10.939Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36372025-01-17T14:08:11.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
36382025-01-17T14:08:11.996Z
36392025-01-17T14:08:11.996Zinfo: running `cargo check --bins` on xtask (185/197)
36402025-01-17T14:08:12.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412025-01-17T14:08:12.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422025-01-17T14:08:12.417Z Checking bitflags v2.6.0
36432025-01-17T14:08:12.419Z Checking serde v1.0.217
36442025-01-17T14:08:12.496Z Checking thiserror v1.0.69
36452025-01-17T14:08:12.507Z Checking scroll v0.12.0
36462025-01-17T14:08:12.510Z Checking hashbrown v0.15.1
36472025-01-17T14:08:12.516Z Checking log v0.4.22
36482025-01-17T14:08:12.519Z Checking zerocopy v0.7.35
36492025-01-17T14:08:12.547Z Checking syn v2.0.96
36502025-01-17T14:08:12.603Z Checking pest v2.7.14
36512025-01-17T14:08:12.741Z Checking rustix v0.38.37
36522025-01-17T14:08:12.774Z Checking once_cell v1.20.2
36532025-01-17T14:08:12.937Z Checking goblin v0.8.2
36542025-01-17T14:08:13.046Z Checking fs-err v2.11.0
36552025-01-17T14:08:13.340Z Checking tabled v0.15.0
36562025-01-17T14:08:13.454Z Checking indexmap v2.7.0
36572025-01-17T14:08:13.704Z Checking anyhow v1.0.93
36582025-01-17T14:08:14.583Z Checking terminal_size v0.4.0
36592025-01-17T14:08:14.585Z Checking tempfile v3.13.0
36602025-01-17T14:08:14.767Z Checking clap_builder v4.5.21
36612025-01-17T14:08:15.080Z Checking dtrace-parser v0.2.0
36622025-01-17T14:08:16.325Z Checking serde_json v1.0.135
36632025-01-17T14:08:16.325Z Checking toml_datetime v0.6.8
36642025-01-17T14:08:16.328Z Checking serde_spanned v0.6.8
36652025-01-17T14:08:16.328Z Checking camino v1.1.9
36662025-01-17T14:08:16.328Z Checking semver v1.0.24
36672025-01-17T14:08:16.540Z Checking cargo-platform v0.1.8
36682025-01-17T14:08:16.644Z Checking toml_edit v0.22.22
36692025-01-17T14:08:16.685Z Checking macaddr v1.0.1
36702025-01-17T14:08:16.821Z Checking camino-tempfile v1.1.1
36712025-01-17T14:08:17.211Z Checking clap v4.5.21
36722025-01-17T14:08:17.519Z Checking dof v0.3.0
36732025-01-17T14:08:17.521Z Checking cargo_metadata v0.18.1
36742025-01-17T14:08:17.906Z Checking usdt-impl v0.5.0
36752025-01-17T14:08:18.261Z Checking usdt v0.5.0
36762025-01-17T14:08:18.371Z Checking toml v0.8.19
36772025-01-17T14:08:18.794Z Checking cargo_toml v0.20.5
36782025-01-17T14:08:19.899Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36792025-01-17T14:08:20.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s
36802025-01-17T14:08:20.616Z
36812025-01-17T14:08:20.616Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36822025-01-17T14:08:21.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832025-01-17T14:08:21.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842025-01-17T14:08:21.351Z Checking polyval v0.6.2
36852025-01-17T14:08:21.465Z Checking ctr v0.9.2
36862025-01-17T14:08:21.477Z Checking ssh-encoding v0.2.0
36872025-01-17T14:08:21.481Z Checking blowfish v0.9.1
36882025-01-17T14:08:21.503Z Checking password-hash v0.4.2
36892025-01-17T14:08:21.506Z Checking matches v0.1.10
36902025-01-17T14:08:21.534Z Checking p521 v0.13.3
36912025-01-17T14:08:21.534Z Checking p256 v0.13.2
36922025-01-17T14:08:21.596Z Checking idna v0.2.3
36932025-01-17T14:08:21.697Z Checking bcrypt-pbkdf v0.10.0
36942025-01-17T14:08:21.700Z Checking ghash v0.5.1
36952025-01-17T14:08:21.734Z Compiling enum-as-inner v0.5.1
36962025-01-17T14:08:21.801Z Checking russh-cryptovec v0.7.3
36972025-01-17T14:08:21.859Z Checking aes-gcm v0.10.3
36982025-01-17T14:08:21.918Z Checking pbkdf2 v0.11.0
36992025-01-17T14:08:21.970Z Checking md5 v0.7.0
37002025-01-17T14:08:21.991Z Checking num-bigint v0.4.6
37012025-01-17T14:08:22.022Z Checking des v0.8.1
37022025-01-17T14:08:22.090Z Checking ssh-cipher v0.2.0
37032025-01-17T14:08:22.211Z Compiling dhcproto-macros v0.1.0
37042025-01-17T14:08:22.241Z Checking hex-literal v0.4.1
37052025-01-17T14:08:22.289Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37062025-01-17T14:08:22.368Z Checking ssh-key v0.6.6
37072025-01-17T14:08:22.388Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37082025-01-17T14:08:22.442Z Checking internet-checksum v0.2.1
37092025-01-17T14:08:22.667Z Checking trust-dns-proto v0.22.0
37102025-01-17T14:08:23.578Z Checking russh-keys v0.45.0
37112025-01-17T14:08:24.436Z Checking russh v0.45.0
37122025-01-17T14:08:25.088Z Checking dhcproto v0.12.0
37132025-01-17T14:08:41.294Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37142025-01-17T14:08:42.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s
37152025-01-17T14:08:42.799Z
37162025-01-17T14:08:42.799Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37172025-01-17T14:08:43.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182025-01-17T14:08:43.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192025-01-17T14:08:43.423Z Checking termios v0.3.3
37202025-01-17T14:08:43.639Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37212025-01-17T14:08:44.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
37222025-01-17T14:08:44.585Z
37232025-01-17T14:08:44.585Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37242025-01-17T14:08:45.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252025-01-17T14:08:45.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262025-01-17T14:08:45.269Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37272025-01-17T14:08:45.269Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37282025-01-17T14:08:45.272Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37292025-01-17T14:08:45.272Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37302025-01-17T14:08:46.253Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37312025-01-17T14:08:47.444Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37322025-01-17T14:08:49.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
37332025-01-17T14:08:49.353Z
37342025-01-17T14:08:49.353Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37352025-01-17T14:08:49.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362025-01-17T14:08:49.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372025-01-17T14:08:49.965Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37382025-01-17T14:08:50.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37392025-01-17T14:08:50.599Z
37402025-01-17T14:08:50.600Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37412025-01-17T14:08:51.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422025-01-17T14:08:51.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432025-01-17T14:08:51.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442025-01-17T14:08:51.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37452025-01-17T14:08:51.190Z
37462025-01-17T14:08:51.190Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37472025-01-17T14:08:51.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482025-01-17T14:08:51.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492025-01-17T14:08:51.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502025-01-17T14:08:51.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37512025-01-17T14:08:51.776Z
37522025-01-17T14:08:51.776Zinfo: running `cargo check --bins` on omicron-package (192/197)
37532025-01-17T14:08:52.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542025-01-17T14:08:52.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552025-01-17T14:08:52.417Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37562025-01-17T14:08:53.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
37572025-01-17T14:08:53.919Z
37582025-01-17T14:08:53.920Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37592025-01-17T14:08:54.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602025-01-17T14:08:54.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612025-01-17T14:08:54.602Z Checking rtoolbox v0.0.2
37622025-01-17T14:08:54.605Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37632025-01-17T14:08:54.605Z Checking tui-tree-widget v0.22.0
37642025-01-17T14:08:54.835Z Checking rpassword v7.3.1
37652025-01-17T14:08:58.509Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37662025-01-17T14:09:01.285Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37672025-01-17T14:09:02.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s
37682025-01-17T14:09:02.591Z
37692025-01-17T14:09:02.591Zinfo: running `cargo check --bins` on wicket (194/197)
37702025-01-17T14:09:03.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712025-01-17T14:09:03.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722025-01-17T14:09:03.277Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37732025-01-17T14:09:03.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
37742025-01-17T14:09:03.863Z
37752025-01-17T14:09:03.863Zinfo: running `cargo check --bins` on wicketd (195/197)
37762025-01-17T14:09:04.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772025-01-17T14:09:04.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782025-01-17T14:09:04.566Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37792025-01-17T14:09:04.566Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37802025-01-17T14:09:05.370Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37812025-01-17T14:09:09.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
37822025-01-17T14:09:09.233Z
37832025-01-17T14:09:09.233Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37842025-01-17T14:09:09.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852025-01-17T14:09:09.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862025-01-17T14:09:09.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872025-01-17T14:09:09.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882025-01-17T14:09:09.824Z
37892025-01-17T14:09:09.825Zinfo: running `cargo check --bins` on zone-setup (197/197)
37902025-01-17T14:09:10.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912025-01-17T14:09:10.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922025-01-17T14:09:10.536Z Checking uzers v0.12.1
37932025-01-17T14:09:10.875Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37942025-01-17T14:09:11.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
37952025-01-17T14:09:12.161Z
37962025-01-17T14:09:12.161Zreal 13:03.852037410
37972025-01-17T14:09:12.161Zuser 25:24.164864351
37982025-01-17T14:09:12.161Zsys 4:08.329421905
37992025-01-17T14:09:12.161Ztrap 0.497803564
38002025-01-17T14:09:12.161Ztflt 3.174609051
38012025-01-17T14:09:12.164Zdflt 2.575738902
38022025-01-17T14:09:12.164Zkflt 0.001073545
38032025-01-17T14:09:12.164Zlock 44:40.037351896
38042025-01-17T14:09:12.164Zslp 2:05:43.150158012
38052025-01-17T14:09:12.164Zlat 1:06.697356517
38062025-01-17T14:09:12.164Zstop 3:47.800764750
38072025-01-17T14:09:12.164Zprocess exited: duration 1062910 ms, exit code 0
 
38082025-01-17T14:09:12.171Zfound 0 output files