01JJDV2HKZGC33MQZANEC5BYP7: 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: 01JJDV3Q86B28S0N2P1DF0ARQ2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-25T04:33:06.834Zjob assigned to worker 01JJDVPVGWQM40AFZ599KP6HVZ [factory aws, i-0667a3969a6a9cac1] (queued for 11 m 14 s)
 
22025-01-25T04:33:14.987Zstarting task 0: "setup"
32025-01-25T04:33:14.994Z++ uname -s
42025-01-25T04:33:14.997Z+ kern=SunOS
52025-01-25T04:33:14.997Z+ case "$kern" in
62025-01-25T04:33:14.997Z+ groupadd -g 12345 build
72025-01-25T04:33:15.000Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-25T04:33:17.007Z+ zfs create -o mountpoint=/work rpool/work
92025-01-25T04:33:17.099Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-25T04:33:17.103Z+ home_fs=zfs
112025-01-25T04:33:17.103Z+ [[ zfs == autofs ]]
122025-01-25T04:33:17.104Z+ mkdir -p /home/build
132025-01-25T04:33:17.106Z+ chown build:build /home/build /work
142025-01-25T04:33:19.105Z+ chmod 0700 /home/build /work
152025-01-25T04:33:19.108Zprocess exited: duration 4122 ms, exit code 0
 
162025-01-25T04:33:19.114Zstarting task 1: "rust-toolchain"
172025-01-25T04:33:19.119Z+ printf ' * toolchain channel = "%s"
182025-01-25T04:33:19.119Z * toolchain channel = "1.84.0"
192025-01-25T04:33:19.119Z' 1.84.0
202025-01-25T04:33:19.119Z+ printf ' * toolchain profile = "%s"
212025-01-25T04:33:19.119Z' default
222025-01-25T04:33:19.119Z * toolchain profile = "default"
232025-01-25T04:33:19.123Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-25T04:33:19.123Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-25T04:33:19.244Zinfo: downloading installer
262025-01-25T04:33:20.688Zinfo: profile set to 'default'
272025-01-25T04:33:20.688Zinfo: default host triple is x86_64-unknown-illumos
282025-01-25T04:33:20.781Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-25T04:33:20.860Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-25T04:33:20.860Zinfo: downloading component 'cargo'
312025-01-25T04:33:22.088Zinfo: downloading component 'clippy'
322025-01-25T04:33:22.486Zinfo: downloading component 'rust-docs'
332025-01-25T04:33:23.909Zinfo: downloading component 'rust-std'
342025-01-25T04:33:26.024Zinfo: downloading component 'rustc'
352025-01-25T04:33:34.138Zinfo: downloading component 'rustfmt'
362025-01-25T04:33:34.443Zinfo: installing component 'cargo'
372025-01-25T04:33:35.289Zinfo: installing component 'clippy'
382025-01-25T04:33:35.671Zinfo: installing component 'rust-docs'
392025-01-25T04:33:37.370Zinfo: installing component 'rust-std'
402025-01-25T04:33:39.064Zinfo: installing component 'rustc'
412025-01-25T04:33:45.260Zinfo: installing component 'rustfmt'
422025-01-25T04:33:45.604Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-25T04:33:45.604Z
442025-01-25T04:33:45.998Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-25T04:33:45.998Z
462025-01-25T04:33:46.000Z
472025-01-25T04:33:46.001ZRust is installed now. Great!
482025-01-25T04:33:46.001Z
492025-01-25T04:33:46.001ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-25T04:33:46.001Zenvironment variable. This has not been done automatically.
512025-01-25T04:33:46.001Z
522025-01-25T04:33:46.001ZTo configure your current shell, you need to source
532025-01-25T04:33:46.001Zthe corresponding env file under $HOME/.cargo.
542025-01-25T04:33:46.001Z
552025-01-25T04:33:46.001ZThis is usually done by running one of the following (note the leading DOT):
562025-01-25T04:33:46.001Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-25T04:33:46.001Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-25T04:33:46.082Z+ rustc --version
592025-01-25T04:33:46.150Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-25T04:33:46.154Zprocess exited: duration 27037 ms, exit code 0
 
612025-01-25T04:33:46.163Zstarting task 2: "authentication"
622025-01-25T04:33:46.182Zprocess exited: duration 22 ms, exit code 0
 
632025-01-25T04:33:46.190Zstarting task 3: "clone repository"
642025-01-25T04:33:46.194Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-25T04:33:46.197Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-25T04:33:46.447ZCloning into '/work/oxidecomputer/omicron'...
672025-01-25T04:33:54.441Z+ cd /work/oxidecomputer/omicron
682025-01-25T04:33:54.441Z+ git fetch origin 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1
692025-01-25T04:33:54.798ZFrom https://github.com/oxidecomputer/omicron
702025-01-25T04:33:54.798Z * branch 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 -> FETCH_HEAD
712025-01-25T04:33:54.809Z+ [[ -n renovate/secrecy-0.x ]]
722025-01-25T04:33:54.812Z++ git branch --show-current
732025-01-25T04:33:54.815Z+ current=main
742025-01-25T04:33:54.815Z+ [[ main != renovate/secrecy-0.x ]]
752025-01-25T04:33:54.815Z+ git branch -f renovate/secrecy-0.x 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1
762025-01-25T04:33:54.817Z+ git checkout -f renovate/secrecy-0.x
772025-01-25T04:33:55.004ZSwitched to branch 'renovate/secrecy-0.x'
782025-01-25T04:33:55.007Z+ git reset --hard 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1
792025-01-25T04:33:55.022ZHEAD is now at 4b3cf7821 Update Rust crate secrecy to 0.10.3
802025-01-25T04:33:55.025Zprocess exited: duration 8834 ms, exit code 0
 
812025-01-25T04:33:55.030Zstarting task 4: "build"
822025-01-25T04:33:55.037Z+ source .github/buildomat/ci-env.sh
832025-01-25T04:33:55.037Z++ export CARGO_TERM_COLOR=always
842025-01-25T04:33:55.037Z++ CARGO_TERM_COLOR=always
852025-01-25T04:33:55.039Z+ cargo --version
862025-01-25T04:33:55.100Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-25T04:33:55.103Z+ rustc --version
882025-01-25T04:33:55.168Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-25T04:33:55.172Z+ source ./env.sh
902025-01-25T04:33:55.175Z++ OLD_SHELL_OPTS=ehxB
912025-01-25T04:33:55.175Z++ set -o xtrace
922025-01-25T04:33:55.175Z++++ dirname ./env.sh
932025-01-25T04:33:55.177Z+++ readlink -f .
942025-01-25T04:33:55.254Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-25T04:33:55.256Z++ 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-25T04:33:55.257Z++ 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-25T04:33:55.257Z++ 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-25T04:33:55.257Z++ 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-25T04:33:55.257Z++ 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-25T04:33:55.257Z++ 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-25T04:33:55.257Z++ 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-25T04:33:55.257Z++ 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-25T04:33:55.257Z++ case $OLD_SHELL_OPTS in
1042025-01-25T04:33:55.257Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-25T04:33:55.257Z+ 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-25T04:33:55.257Z+ 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-25T04:33:55.257Z+ banner prerequisites
1082025-01-25T04:33:55.367Z
1092025-01-25T04:33:55.367Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-25T04:33:55.367Z # # # # # # # # # # # # # # #
1112025-01-25T04:33:55.367Z # # # # ##### # # ##### # # # # # #### #
1122025-01-25T04:33:55.367Z ##### ##### # ##### # # # # # # # # #
1132025-01-25T04:33:55.368Z # # # # # # # # # # # # # # #
1142025-01-25T04:33:55.368Z # # # ###### # # ###### ### # #### # #### #
1152025-01-25T04:33:55.368Z
1162025-01-25T04:33:55.374Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-25T04:34:06.947Zpkg list: illegal option -- F
1182025-01-25T04:34:06.947ZUsage:
1192025-01-25T04:34:06.950Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-25T04:34:06.950Z [pkg_fmri_pattern ...]
1212025-01-25T04:34:07.797Zpkg list: illegal option -- F
1222025-01-25T04:34:07.797ZUsage:
1232025-01-25T04:34:07.800Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-25T04:34:07.800Z [pkg_fmri_pattern ...]
1252025-01-25T04:34:15.686Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-25T04:34:20.116Z Startup: Caching catalogs ... Done
1272025-01-25T04:34:31.474ZPlanning: Solver setup ... Done (10.516s)
1282025-01-25T04:34:31.653ZPlanning: Running solver ... Done (0.148s)
1292025-01-25T04:34:32.159ZPlanning: Finding local manifests ... Done (0.426s)
1302025-01-25T04:34:32.172ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-25T04:34:32.541ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-25T04:34:33.224ZPlanning: Package planning ... Done (0.683s)
1332025-01-25T04:34:33.281ZPlanning: Merging actions ... Done (0.056s)
1342025-01-25T04:34:34.273ZPlanning: Checking for conflicting actions ... Done (0.992s)
1352025-01-25T04:34:41.924ZPlanning: Consolidating action changes ... Done (7.650s)
1362025-01-25T04:34:42.327ZPlanning: Evaluating mediators ... Done (0.402s)
1372025-01-25T04:34:42.527ZPlanning: Planning completed in 22.31 seconds
1382025-01-25T04:34:43.387Z Packages to install: 4
1392025-01-25T04:34:43.387Z Packages to update: 3
1402025-01-25T04:34:43.387Z Mediators to change: 2
1412025-01-25T04:34:43.390Z Services to change: 1
1422025-01-25T04:34:43.390Z Estimated space available: 155.61 GB
1432025-01-25T04:34:43.390ZEstimated space to be consumed: 1.64 GB
1442025-01-25T04:34:43.390Z Create boot environment: No
1452025-01-25T04:34:43.390ZCreate backup boot environment: Yes
1462025-01-25T04:34:43.390Z Rebuild boot archive: No
1472025-01-25T04:34:43.390Z
1482025-01-25T04:34:43.390ZChanged mediators:
1492025-01-25T04:34:43.390Z mediator clang:
1502025-01-25T04:34:43.390Z version: None -> 15 (system default)
1512025-01-25T04:34:43.390Z
1522025-01-25T04:34:43.390Z mediator llvm:
1532025-01-25T04:34:43.390Z version: 14 (system default) -> 15 (system default)
1542025-01-25T04:34:43.390Z
1552025-01-25T04:34:43.390ZChanged packages:
1562025-01-25T04:34:43.390Zhelios-dev
1572025-01-25T04:34:43.391Z developer/build-essential
1582025-01-25T04:34:43.391Z None -> 11-2.0
1592025-01-25T04:34:43.391Z library/libxmlsec1
1602025-01-25T04:34:43.391Z None -> 1.2.35-2.0
1612025-01-25T04:34:43.391Z ooce/developer/clang-15
1622025-01-25T04:34:43.391Z None -> 15.0.7-2.0
1632025-01-25T04:34:43.391Z ooce/developer/llvm-15
1642025-01-25T04:34:43.391Z None -> 15.0.7-2.0
1652025-01-25T04:34:43.391Z package/pkg
1662025-01-25T04:34:43.391Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-25T04:34:43.391Z system/library/g++-runtime
1682025-01-25T04:34:43.391Z 13-2.0 -> 14-2.0
1692025-01-25T04:34:43.391Z system/library/gcc-runtime
1702025-01-25T04:34:43.391Z 13-2.0 -> 14-2.0
1712025-01-25T04:34:43.391Z
1722025-01-25T04:34:43.391ZServices:
1732025-01-25T04:34:43.391Z restart_fmri:
1742025-01-25T04:34:43.391Z svc:/system/update-man-index:default
1752025-01-25T04:34:43.391Z
1762025-01-25T04:34:43.391ZEditable files to change:
1772025-01-25T04:34:43.391Z Update:
1782025-01-25T04:34:43.391Z usr/share/lib/pkg/web/config.shtml
1792025-01-25T04:34:43.810Z
1802025-01-25T04:34:43.810ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-25T04:34:48.812ZDownload: 1023/4301 items 19.5/225.4MB 8% complete (4.0M/s)
1822025-01-25T04:34:53.820ZDownload: 1747/4301 items 116.8/225.4MB 51% complete (11.9M/s)
1832025-01-25T04:34:58.821ZDownload: 2943/4301 items 121.2/225.4MB 53% complete (10.2M/s)
1842025-01-25T04:35:03.938ZDownload: 4203/4301 items 220.5/225.4MB 97% complete (10.4M/s)
1852025-01-25T04:35:05.343ZDownload: Completed 225.42 MB in 21.53 seconds (10.5M/s)
1862025-01-25T04:35:07.476Z Actions: 1/5122 actions (Removing old actions)
1872025-01-25T04:35:07.491Z Actions: 194/5122 actions (Installing new actions)
1882025-01-25T04:35:12.513Z Actions: 4099/5122 actions (Installing new actions)
1892025-01-25T04:35:13.371Z Actions: 4267/5122 actions (Updating modified actions)
1902025-01-25T04:35:14.150Z Actions: Completed 5122 actions in 6.59 seconds.
1912025-01-25T04:35:14.486Z Done (0.414s)
1922025-01-25T04:35:14.488Z Done (0.001s)
1932025-01-25T04:35:15.081Z Done (0.592s)
1942025-01-25T04:35:22.241Z Done (6.922s)
1952025-01-25T04:35:22.790Z Done (0.297s)
1962025-01-25T04:35:22.807Z Done (0.000s)
1972025-01-25T04:35:22.807Z Done (0.000s)
1982025-01-25T04:35:23.535ZPlanning: Evaluating mediator changes ... Done
1992025-01-25T04:35:23.705ZPlanning: Checking for conflicting actions ... Done
2002025-01-25T04:35:23.708ZPlanning: Consolidating action changes ... Done
2012025-01-25T04:35:23.988ZPlanning: Evaluating mediators ... Done
2022025-01-25T04:35:23.991ZPlanning: Planning completed in 0.45 seconds
2032025-01-25T04:35:24.029Z Mediators to change: 2
2042025-01-25T04:35:24.029Z Create boot environment: No
2052025-01-25T04:35:24.029ZCreate backup boot environment: No
2062025-01-25T04:35:24.105Z Done
2072025-01-25T04:35:24.105Z Done
2082025-01-25T04:35:24.483Z Done
2092025-01-25T04:35:28.553Z Done
2102025-01-25T04:35:28.690Z Done
2112025-01-25T04:35:28.693Z Done
2122025-01-25T04:35:28.785Z Done
2132025-01-25T04:35:29.432ZPlanning: Evaluating mediator changes ... Done
2142025-01-25T04:35:29.435ZPlanning: Merging actions ... Done
2152025-01-25T04:35:29.629ZPlanning: Checking for conflicting actions ... Done
2162025-01-25T04:35:29.633ZPlanning: Consolidating action changes ... Done
2172025-01-25T04:35:29.903ZPlanning: Evaluating mediators ... Done
2182025-01-25T04:35:29.961ZPlanning: Planning completed in 0.78 seconds
2192025-01-25T04:35:30.006Z Packages to change: 1
2202025-01-25T04:35:30.006Z Mediators to change: 1
2212025-01-25T04:35:30.006Z Services to change: 1
2222025-01-25T04:35:30.006Z Create boot environment: No
2232025-01-25T04:35:30.009ZCreate backup boot environment: Yes
2242025-01-25T04:35:32.282Z Actions: 1/6 actions (Updating modified actions)
2252025-01-25T04:35:32.416Z Actions: Completed 6 actions in 0.13 seconds.
2262025-01-25T04:35:32.418Z Done
2272025-01-25T04:35:32.418Z Done
2282025-01-25T04:35:32.536Z Done
2292025-01-25T04:35:36.557Z Done
2302025-01-25T04:35:36.657Z Done
2312025-01-25T04:35:36.659Z Done
2322025-01-25T04:35:36.788Z Done
2332025-01-25T04:35:37.254ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342025-01-25T04:35:37.255Zclang system 15 system
2352025-01-25T04:35:37.255Zcsh system system illumos
2362025-01-25T04:35:37.255Zctags system system illumos
2372025-01-25T04:35:37.255Zgcc vendor 12 vendor
2382025-01-25T04:35:37.255Zgcc system 10 system
2392025-01-25T04:35:37.255Zgcc system 7 system
2402025-01-25T04:35:37.255Zgo system 1.20 system
2412025-01-25T04:35:37.255Zgo system 1.19 system
2422025-01-25T04:35:37.255Zllvm system 15 system
2432025-01-25T04:35:37.255Zllvm system 14 system
2442025-01-25T04:35:37.255Zmariadb system 10.6 system
2452025-01-25T04:35:37.255Zmta vendor vendor dma
2462025-01-25T04:35:37.255Zopenjdk system 17 system
2472025-01-25T04:35:37.255Zopenjdk system 11 system
2482025-01-25T04:35:37.255Zopenjdk system 1.8 system
2492025-01-25T04:35:37.255Zopenssl vendor 3 vendor
2502025-01-25T04:35:37.255Zperl system 5.36 system
2512025-01-25T04:35:37.255Zpostgresql system 15 system
2522025-01-25T04:35:37.255Zpostgresql system 13 system
2532025-01-25T04:35:37.255Zpython vendor 3 vendor
2542025-01-25T04:35:37.255Zpython system 2 system
2552025-01-25T04:35:37.255Zpython3 system 3.11 system
2562025-01-25T04:35:37.255Zruby system 3.0 system
2572025-01-25T04:35:37.255Zwords vendor vendor american-english
2582025-01-25T04:35:37.255Zwords system system australian-english
2592025-01-25T04:35:37.255Zwords system system british-english
2602025-01-25T04:35:37.255Zwords system system canadian-english
2612025-01-25T04:35:37.255Zwords system system french
2622025-01-25T04:35:37.255Zwords system system italian
2632025-01-25T04:35:37.255Zwords system system ngerman
2642025-01-25T04:35:37.255Zwords system system ogerman
2652025-01-25T04:35:37.255Zwords system system spanish
2662025-01-25T04:35:37.642ZPUBLISHER TYPE STATUS P LOCATION
2672025-01-25T04:35:37.643Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682025-01-25T04:35:40.479ZFMRI IFO
2692025-01-25T04:35:40.479Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702025-01-25T04:35:40.479Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712025-01-25T04:35:40.479Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722025-01-25T04:35:40.479Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732025-01-25T04:35:40.479Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742025-01-25T04:35:40.479Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-01-25T04:35:40.479Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2762025-01-25T04:35:40.479Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-01-25T04:35:40.479Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-01-25T04:35:40.479Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2792025-01-25T04:35:40.479Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-01-25T04:35:40.479Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-01-25T04:35:40.479Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2822025-01-25T04:35:40.479Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-01-25T04:35:40.479Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-01-25T04:35:41.292Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-01-25T04:35:41.583Z Updating crates.io index
2862025-01-25T04:35:41.586Z Updating git repository `https://github.com/oxidecomputer/diffus`
2872025-01-25T04:35:41.956Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-01-25T04:35:42.534Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2892025-01-25T04:35:42.806Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902025-01-25T04:35:43.077Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912025-01-25T04:35:43.374Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-01-25T04:35:44.339Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932025-01-25T04:35:46.007Z Updating git repository `https://github.com/oxidecomputer/opte`
2942025-01-25T04:35:46.713Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952025-01-25T04:35:47.516Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962025-01-25T04:35:47.807Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972025-01-25T04:35:48.110Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982025-01-25T04:35:48.732Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2992025-01-25T04:35:49.199Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002025-01-25T04:35:49.533Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012025-01-25T04:35:49.814Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022025-01-25T04:35:50.113Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032025-01-25T04:35:50.382Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042025-01-25T04:35:50.680Z Updating git repository `https://github.com/oxidecomputer/lldp`
3052025-01-25T04:35:51.114Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062025-01-25T04:35:51.397Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072025-01-25T04:35:51.702Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082025-01-25T04:35:52.210Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3092025-01-25T04:35:52.425Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102025-01-25T04:35:52.994Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112025-01-25T04:35:53.348Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122025-01-25T04:35:53.724Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132025-01-25T04:35:54.185Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3142025-01-25T04:35:54.498Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152025-01-25T04:35:54.781Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162025-01-25T04:35:55.055Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172025-01-25T04:35:56.389Z Downloading crates ...
3182025-01-25T04:35:56.457Z Downloaded anstream v0.6.15
3192025-01-25T04:35:56.461Z Downloaded byteorder v1.5.0
3202025-01-25T04:35:56.463Z Downloaded autocfg v1.4.0
3212025-01-25T04:35:56.466Z Downloaded anyhow v1.0.95
3222025-01-25T04:35:56.478Z Downloaded usdt-macro v0.5.0
3232025-01-25T04:35:56.483Z Downloaded pretty-hex v0.4.1
3242025-01-25T04:35:56.487Z Downloaded scroll_derive v0.12.0
3252025-01-25T04:35:56.489Z Downloaded proc-macro-error-attr v1.0.4
3262025-01-25T04:35:56.497Z Downloaded swrite v0.1.0
3272025-01-25T04:35:56.502Z Downloaded equivalent v1.0.1
3282025-01-25T04:35:56.506Z Downloaded anstyle-query v1.1.1
3292025-01-25T04:35:56.508Z Downloaded anstyle-parse v0.2.5
3302025-01-25T04:35:56.512Z Downloaded bytecount v0.6.8
3312025-01-25T04:35:56.515Z Downloaded fastrand v2.1.1
3322025-01-25T04:35:56.515Z Downloaded cfg-if v1.0.0
3332025-01-25T04:35:56.515Z Downloaded memmap v0.7.0
3342025-01-25T04:35:56.518Z Downloaded colorchoice v1.0.2
3352025-01-25T04:35:56.518Z Downloaded clap_lex v0.7.2
3362025-01-25T04:35:56.523Z Downloaded anstyle v1.0.10
3372025-01-25T04:35:56.523Z Downloaded utf8parse v0.2.2
3382025-01-25T04:35:56.523Z Downloaded version_check v0.9.5
3392025-01-25T04:35:56.526Z Downloaded is_terminal_polyfill v1.70.1
3402025-01-25T04:35:56.526Z Downloaded digest v0.10.7
3412025-01-25T04:35:56.529Z Downloaded camino v1.1.9
3422025-01-25T04:35:56.532Z Downloaded plain v0.2.3
3432025-01-25T04:35:56.538Z Downloaded heck v0.4.1
3442025-01-25T04:35:56.540Z Downloaded heck v0.5.0
3452025-01-25T04:35:56.541Z Downloaded fnv v1.0.7
3462025-01-25T04:35:56.541Z Downloaded serde_tokenstream v0.2.2
3472025-01-25T04:35:56.543Z Downloaded errno v0.3.9
3482025-01-25T04:35:56.543Z Downloaded dof v0.3.0
3492025-01-25T04:35:56.547Z Downloaded cargo-platform v0.1.8
3502025-01-25T04:35:56.550Z Downloaded thread-id v4.2.2
3512025-01-25T04:35:56.554Z Downloaded pest_generator v2.7.14
3522025-01-25T04:35:56.554Z Downloaded block-buffer v0.10.4
3532025-01-25T04:35:56.559Z Downloaded camino-tempfile v1.1.1
3542025-01-25T04:35:56.563Z Downloaded unicode-linebreak v0.1.5
3552025-01-25T04:35:56.566Z Downloaded crypto-common v0.1.6
3562025-01-25T04:35:56.566Z Downloaded toml_datetime v0.6.8
3572025-01-25T04:35:56.569Z Downloaded serde_spanned v0.6.8
3582025-01-25T04:35:56.569Z Downloaded quote v1.0.38
3592025-01-25T04:35:56.573Z Downloaded scroll v0.12.0
3602025-01-25T04:35:56.577Z Downloaded proc-macro-error v1.0.4
3612025-01-25T04:35:56.577Z Downloaded sha2 v0.10.8
3622025-01-25T04:35:56.580Z Downloaded fs-err v2.11.0
3632025-01-25T04:35:56.583Z Downloaded zerocopy-derive v0.7.35
3642025-01-25T04:35:56.587Z Downloaded tabled_derive v0.7.0
3652025-01-25T04:35:56.587Z Downloaded cargo_toml v0.20.5
3662025-01-25T04:35:56.591Z Downloaded strsim v0.11.1
3672025-01-25T04:35:56.591Z Downloaded thiserror-impl v1.0.69
3682025-01-25T04:35:56.591Z Downloaded tempfile v3.13.0
3692025-01-25T04:35:56.594Z Downloaded cargo_metadata v0.18.1
3702025-01-25T04:35:56.597Z Downloaded thiserror v1.0.69
3712025-01-25T04:35:56.696Z Downloaded usdt-impl v0.5.0
3722025-01-25T04:35:56.716Z Downloaded once_cell v1.20.2
3732025-01-25T04:35:56.716Z Downloaded usdt v0.5.0
3742025-01-25T04:35:56.716Z Downloaded clap_derive v4.5.18
3752025-01-25T04:35:56.716Z Downloaded bitflags v2.6.0
3762025-01-25T04:35:56.716Z Downloaded toml v0.8.19
3772025-01-25T04:35:56.716Z Downloaded smawk v0.3.2
3782025-01-25T04:35:56.716Z Downloaded ryu v1.0.18
3792025-01-25T04:35:56.716Z Downloaded typenum v1.17.0
3802025-01-25T04:35:56.716Z Downloaded pest_meta v2.7.14
3812025-01-25T04:35:56.716Z Downloaded unicode-ident v1.0.14
3822025-01-25T04:35:56.716Z Downloaded cpufeatures v0.2.14
3832025-01-25T04:35:56.716Z Downloaded clap v4.5.21
3842025-01-25T04:35:56.716Z Downloaded pest_derive v2.7.14
3852025-01-25T04:35:56.716Z Downloaded ucd-trie v0.1.7
3862025-01-25T04:35:56.716Z Downloaded log v0.4.22
3872025-01-25T04:35:56.716Z Downloaded proc-macro2 v1.0.92
3882025-01-25T04:35:56.716Z Downloaded generic-array v0.14.7
3892025-01-25T04:35:56.716Z Downloaded indexmap v2.7.0
3902025-01-25T04:35:56.716Z Downloaded serde_derive v1.0.217
3912025-01-25T04:35:56.716Z Downloaded dtrace-parser v0.2.0
3922025-01-25T04:35:56.716Z Downloaded textwrap v0.16.1
3932025-01-25T04:35:56.716Z Downloaded papergrid v0.11.0
3942025-01-25T04:35:56.716Z Downloaded memchr v2.7.4
3952025-01-25T04:35:56.716Z Downloaded usdt-attr-macro v0.5.0
3962025-01-25T04:35:56.716Z Downloaded serde v1.0.217
3972025-01-25T04:35:56.717Z Downloaded terminal_size v0.4.0
3982025-01-25T04:35:56.717Z Downloaded macaddr v1.0.1
3992025-01-25T04:35:56.724Z Downloaded itoa v1.0.11
4002025-01-25T04:35:56.724Z Downloaded toml_edit v0.22.22
4012025-01-25T04:35:56.727Z Downloaded semver v1.0.24
4022025-01-25T04:35:56.738Z Downloaded hashbrown v0.15.1
4032025-01-25T04:35:56.746Z Downloaded pest v2.7.14
4042025-01-25T04:35:56.753Z Downloaded zerocopy v0.7.35
4052025-01-25T04:35:56.770Z Downloaded winnow v0.6.20
4062025-01-25T04:35:56.779Z Downloaded clap_builder v4.5.21
4072025-01-25T04:35:56.785Z Downloaded goblin v0.8.2
4082025-01-25T04:35:56.791Z Downloaded tabled v0.15.0
4092025-01-25T04:35:56.808Z Downloaded syn v1.0.109
4102025-01-25T04:35:56.817Z Downloaded unicode-width v0.1.14
4112025-01-25T04:35:56.822Z Downloaded serde_json v1.0.135
4122025-01-25T04:35:56.838Z Downloaded syn v2.0.96
4132025-01-25T04:35:56.849Z Downloaded rustix v0.38.37
4142025-01-25T04:35:56.885Z Downloaded libc v0.2.169
4152025-01-25T04:35:57.199Z Compiling proc-macro2 v1.0.92
4162025-01-25T04:35:57.199Z Compiling unicode-ident v1.0.14
4172025-01-25T04:35:57.202Z Compiling version_check v0.9.5
4182025-01-25T04:35:57.202Z Compiling serde v1.0.217
4192025-01-25T04:35:57.202Z Compiling thiserror v1.0.69
4202025-01-25T04:35:57.236Z Compiling memchr v2.7.4
4212025-01-25T04:35:57.239Z Compiling libc v0.2.169
4222025-01-25T04:35:57.239Z Compiling itoa v1.0.11
4232025-01-25T04:35:57.464Z Compiling ryu v1.0.18
4242025-01-25T04:35:57.597Z Compiling ucd-trie v0.1.7
4252025-01-25T04:35:57.916Z Compiling once_cell v1.20.2
4262025-01-25T04:35:58.066Z Compiling byteorder v1.5.0
4272025-01-25T04:35:58.224Z Compiling rustix v0.38.37
4282025-01-25T04:35:58.396Z Compiling serde_json v1.0.135
4292025-01-25T04:35:59.346Z Compiling bitflags v2.6.0
4302025-01-25T04:35:59.348Z Compiling usdt-impl v0.5.0
4312025-01-25T04:35:59.439Z Compiling proc-macro-error-attr v1.0.4
4322025-01-25T04:35:59.542Z Compiling syn v1.0.109
4332025-01-25T04:35:59.654Z Compiling proc-macro-error v1.0.4
4342025-01-25T04:35:59.783Z Compiling camino v1.1.9
4352025-01-25T04:35:59.812Z Compiling plain v0.2.3
4362025-01-25T04:35:59.844Z Compiling log v0.4.22
4372025-01-25T04:35:59.954Z Compiling utf8parse v0.2.2
4382025-01-25T04:36:00.064Z Compiling thread-id v4.2.2
4392025-01-25T04:36:00.068Z Compiling equivalent v1.0.1
4402025-01-25T04:36:00.113Z Compiling hashbrown v0.15.1
4412025-01-25T04:36:00.116Z Compiling anstyle-parse v0.2.5
4422025-01-25T04:36:00.237Z Compiling quote v1.0.38
4432025-01-25T04:36:00.338Z Compiling anstyle-query v1.1.1
4442025-01-25T04:36:00.446Z Compiling pretty-hex v0.4.1
4452025-01-25T04:36:00.475Z Compiling autocfg v1.4.0
4462025-01-25T04:36:00.504Z Compiling unicode-width v0.1.14
4472025-01-25T04:36:00.570Z Compiling errno v0.3.9
4482025-01-25T04:36:00.710Z Compiling syn v2.0.96
4492025-01-25T04:36:00.879Z Compiling is_terminal_polyfill v1.70.1
4502025-01-25T04:36:01.015Z Compiling winnow v0.6.20
4512025-01-25T04:36:01.043Z Compiling anstyle v1.0.10
4522025-01-25T04:36:01.202Z Compiling indexmap v2.7.0
4532025-01-25T04:36:01.462Z Compiling colorchoice v1.0.2
4542025-01-25T04:36:01.492Z Compiling semver v1.0.24
4552025-01-25T04:36:01.644Z Compiling anstream v0.6.15
4562025-01-25T04:36:02.100Z Compiling fs-err v2.11.0
4572025-01-25T04:36:02.361Z Compiling fastrand v2.1.1
4582025-01-25T04:36:02.396Z Compiling cfg-if v1.0.0
4592025-01-25T04:36:02.423Z Compiling anyhow v1.0.95
4602025-01-25T04:36:02.459Z Compiling heck v0.5.0
4612025-01-25T04:36:02.511Z Compiling strsim v0.11.1
4622025-01-25T04:36:02.891Z Compiling terminal_size v0.4.0
4632025-01-25T04:36:02.969Z Compiling bytecount v0.6.8
4642025-01-25T04:36:03.111Z Compiling heck v0.4.1
4652025-01-25T04:36:03.192Z Compiling fnv v1.0.7
4662025-01-25T04:36:03.312Z Compiling clap_lex v0.7.2
4672025-01-25T04:36:03.423Z Compiling papergrid v0.11.0
4682025-01-25T04:36:03.432Z Compiling tempfile v3.13.0
4692025-01-25T04:36:03.756Z Compiling clap_builder v4.5.21
4702025-01-25T04:36:03.895Z Compiling memmap v0.7.0
4712025-01-25T04:36:04.167Z Compiling unicode-linebreak v0.1.5
4722025-01-25T04:36:04.234Z Compiling smawk v0.3.2
4732025-01-25T04:36:04.611Z Compiling textwrap v0.16.1
4742025-01-25T04:36:04.664Z Compiling swrite v0.1.0
4752025-01-25T04:36:05.654Z Compiling tabled_derive v0.7.0
4762025-01-25T04:36:06.849Z Compiling tabled v0.15.0
4772025-01-25T04:36:07.685Z Compiling serde_derive v1.0.217
4782025-01-25T04:36:07.887Z Compiling thiserror-impl v1.0.69
4792025-01-25T04:36:07.902Z Compiling zerocopy-derive v0.7.35
4802025-01-25T04:36:07.902Z Compiling scroll_derive v0.12.0
4812025-01-25T04:36:08.025Z Compiling clap_derive v4.5.18
4822025-01-25T04:36:09.264Z Compiling scroll v0.12.0
4832025-01-25T04:36:09.741Z Compiling goblin v0.8.2
4842025-01-25T04:36:10.169Z Compiling zerocopy v0.7.35
4852025-01-25T04:36:10.273Z Compiling pest v2.7.14
4862025-01-25T04:36:11.547Z Compiling clap v4.5.21
4872025-01-25T04:36:12.597Z Compiling pest_meta v2.7.14
4882025-01-25T04:36:13.511Z Compiling pest_generator v2.7.14
4892025-01-25T04:36:14.935Z Compiling pest_derive v2.7.14
4902025-01-25T04:36:15.695Z Compiling dtrace-parser v0.2.0
4912025-01-25T04:36:16.508Z Compiling serde_spanned v0.6.8
4922025-01-25T04:36:16.511Z Compiling toml_datetime v0.6.8
4932025-01-25T04:36:16.511Z Compiling cargo-platform v0.1.8
4942025-01-25T04:36:16.857Z Compiling serde_tokenstream v0.2.2
4952025-01-25T04:36:16.984Z Compiling toml_edit v0.22.22
4962025-01-25T04:36:17.020Z Compiling macaddr v1.0.1
4972025-01-25T04:36:17.196Z Compiling camino-tempfile v1.1.1
4982025-01-25T04:36:17.920Z Compiling dof v0.3.0
4992025-01-25T04:36:17.920Z Compiling cargo_metadata v0.18.1
5002025-01-25T04:36:19.555Z Compiling usdt-attr-macro v0.5.0
5012025-01-25T04:36:19.557Z Compiling usdt-macro v0.5.0
5022025-01-25T04:36:19.797Z Compiling toml v0.8.19
5032025-01-25T04:36:20.670Z Compiling cargo_toml v0.20.5
5042025-01-25T04:36:20.798Z Compiling usdt v0.5.0
5052025-01-25T04:36:23.386Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5062025-01-25T04:36:26.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.57s
5072025-01-25T04:36:26.928Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5082025-01-25T04:36:27.463Z Downloading crates ...
5092025-01-25T04:36:27.596Z Downloaded atomic-waker v1.1.2
5102025-01-25T04:36:27.599Z Downloaded array-init v0.0.4
5112025-01-25T04:36:27.601Z Downloaded arrayref v0.3.9
5122025-01-25T04:36:27.606Z Downloaded async-stream-impl v0.3.6
5132025-01-25T04:36:27.610Z Downloaded cfg_aliases v0.1.1
5142025-01-25T04:36:27.613Z Downloaded crucible-workspace-hack v0.1.0
5152025-01-25T04:36:27.616Z Downloaded atomicwrites v0.4.4
5162025-01-25T04:36:27.619Z Downloaded cstr-argument v0.1.2
5172025-01-25T04:36:27.623Z Downloaded crunchy v0.2.2
5182025-01-25T04:36:27.625Z Downloaded ciborium-io v0.2.2
5192025-01-25T04:36:27.628Z Downloaded cfg_aliases v0.2.1
5202025-01-25T04:36:27.632Z Downloaded heck v0.3.3
5212025-01-25T04:36:27.635Z Downloaded hex v0.4.3
5222025-01-25T04:36:27.637Z Downloaded darling v0.20.10
5232025-01-25T04:36:27.641Z Downloaded heapless v0.8.0
5242025-01-25T04:36:27.646Z Downloaded block-padding v0.3.3
5252025-01-25T04:36:27.648Z Downloaded atty v0.2.14
5262025-01-25T04:36:27.651Z Downloaded ascii-canvas v3.0.0
5272025-01-25T04:36:27.654Z Downloaded adler2 v2.0.0
5282025-01-25T04:36:27.656Z Downloaded cbc v0.1.2
5292025-01-25T04:36:27.658Z Downloaded castaway v0.2.3
5302025-01-25T04:36:27.661Z Downloaded bcrypt-pbkdf v0.10.0
5312025-01-25T04:36:27.663Z Downloaded aead v0.5.2
5322025-01-25T04:36:27.666Z Downloaded assert_matches v1.5.0
5332025-01-25T04:36:27.673Z Downloaded async-recursion v1.1.1
5342025-01-25T04:36:27.676Z Downloaded crc-catalog v2.4.0
5352025-01-25T04:36:27.679Z Downloaded crc v3.2.1
5362025-01-25T04:36:27.682Z Downloaded cexpr v0.6.0
5372025-01-25T04:36:27.682Z Downloaded buf-list v1.0.3
5382025-01-25T04:36:27.684Z Downloaded cobs v0.2.3
5392025-01-25T04:36:27.687Z Downloaded curve25519-dalek-derive v0.1.1
5402025-01-25T04:36:27.690Z Downloaded aho-corasick v1.1.3
5412025-01-25T04:36:27.693Z Downloaded cmake v0.1.51
5422025-01-25T04:36:27.696Z Downloaded cipher v0.4.4
5432025-01-25T04:36:27.698Z Downloaded blowfish v0.9.1
5442025-01-25T04:36:27.698Z Downloaded cassowary v0.3.0
5452025-01-25T04:36:27.701Z Downloaded convert_case v0.4.0
5462025-01-25T04:36:27.701Z Downloaded chacha20 v0.9.1
5472025-01-25T04:36:27.703Z Downloaded ciborium-ll v0.2.2
5482025-01-25T04:36:27.717Z Downloaded bitfield-struct v0.6.2
5492025-01-25T04:36:27.720Z Downloaded crossbeam-deque v0.8.5
5502025-01-25T04:36:27.720Z Downloaded ctr v0.9.2
5512025-01-25T04:36:27.723Z Downloaded bit-vec v0.6.3
5522025-01-25T04:36:27.723Z Downloaded bit-set v0.5.3
5532025-01-25T04:36:27.727Z Downloaded constant_time_eq v0.3.1
5542025-01-25T04:36:27.727Z Downloaded bcs v0.1.6
5552025-01-25T04:36:27.730Z Downloaded base64ct v1.6.0
5562025-01-25T04:36:27.730Z Downloaded async-trait v0.1.83
5572025-01-25T04:36:27.732Z Downloaded backoff v0.4.0
5582025-01-25T04:36:27.735Z Downloaded ciborium v0.2.2
5592025-01-25T04:36:27.738Z Downloaded async-stream v0.3.6
5602025-01-25T04:36:27.741Z Downloaded hubpack_derive v0.1.1
5612025-01-25T04:36:27.741Z Downloaded http-range v0.1.5
5622025-01-25T04:36:27.743Z Downloaded addr2line v0.24.2
5632025-01-25T04:36:27.743Z Downloaded icu_normalizer v1.5.0
5642025-01-25T04:36:27.747Z Downloaded hyper-staticfile v0.10.1
5652025-01-25T04:36:27.751Z Downloaded hubpack v0.1.2
5662025-01-25T04:36:27.754Z Downloaded icu_locid v1.5.0
5672025-01-25T04:36:27.757Z Downloaded hyper-rustls v0.27.3
5682025-01-25T04:36:27.759Z Downloaded csv-core v0.1.11
5692025-01-25T04:36:27.762Z Downloaded instability v0.3.2
5702025-01-25T04:36:27.762Z Downloaded icu_collections v1.5.0
5712025-01-25T04:36:27.769Z Downloaded icu_provider v1.5.0
5722025-01-25T04:36:27.772Z Downloaded bitflags v1.3.2
5732025-01-25T04:36:27.774Z Downloaded bitfield v0.14.0
5742025-01-25T04:36:27.777Z Downloaded strum v0.26.3
5752025-01-25T04:36:27.779Z Downloaded icu_properties v1.5.1
5762025-01-25T04:36:27.782Z Downloaded take_mut v0.2.2
5772025-01-25T04:36:27.782Z Downloaded time-core v0.1.2
5782025-01-25T04:36:27.784Z Downloaded sqlparser_derive v0.2.2
5792025-01-25T04:36:27.784Z Downloaded base16ct v0.2.0
5802025-01-25T04:36:27.787Z Downloaded rand_seeder v0.3.0
5812025-01-25T04:36:27.787Z Downloaded icu_normalizer_data v1.5.0
5822025-01-25T04:36:27.789Z Downloaded chrono-tz-build v0.4.0
5832025-01-25T04:36:27.792Z Downloaded icu_provider_macros v1.5.0
5842025-01-25T04:36:27.792Z Downloaded cancel-safe-futures v0.1.5
5852025-01-25T04:36:27.795Z Downloaded hyper-tls v0.6.0
5862025-01-25T04:36:27.797Z Downloaded bzip2 v0.4.4
5872025-01-25T04:36:27.801Z Downloaded bb8 v0.8.5
5882025-01-25T04:36:27.801Z Downloaded crossbeam-utils v0.8.20
5892025-01-25T04:36:27.804Z Downloaded instant v0.1.13
5902025-01-25T04:36:27.804Z Downloaded ident_case v1.0.1
5912025-01-25T04:36:27.807Z Downloaded ahash v0.8.11
5922025-01-25T04:36:27.809Z Downloaded crc32fast v1.4.2
5932025-01-25T04:36:27.811Z Downloaded const-oid v0.9.6
5942025-01-25T04:36:27.814Z Downloaded progenitor-client v0.9.1
5952025-01-25T04:36:27.814Z Downloaded idna_adapter v1.2.0
5962025-01-25T04:36:27.817Z Downloaded is_ci v1.2.0
5972025-01-25T04:36:27.817Z Downloaded rustc-hash v2.0.0
5982025-01-25T04:36:27.821Z Downloaded async-bb8-diesel v0.2.1
5992025-01-25T04:36:27.823Z Downloaded lazy_static v1.5.0
6002025-01-25T04:36:27.823Z Downloaded internet-checksum v0.2.1
6012025-01-25T04:36:27.823Z Downloaded impl-trait-for-tuples v0.2.2
6022025-01-25T04:36:27.826Z Downloaded radium v0.7.0
6032025-01-25T04:36:27.829Z Downloaded http-body v1.0.1
6042025-01-25T04:36:27.831Z Downloaded hostname v0.3.1
6052025-01-25T04:36:27.831Z Downloaded const_format_proc_macros v0.2.33
6062025-01-25T04:36:27.834Z Downloaded arrayvec v0.7.6
6072025-01-25T04:36:27.836Z Downloaded md5 v0.7.0
6082025-01-25T04:36:27.836Z Downloaded keccak v0.1.5
6092025-01-25T04:36:27.839Z Downloaded signal-hook-registry v1.4.2
6102025-01-25T04:36:27.841Z Downloaded lalrpop-util v0.19.12
6112025-01-25T04:36:27.841Z Downloaded is-terminal v0.4.13
6122025-01-25T04:36:27.841Z Downloaded ipnetwork v0.20.0
6132025-01-25T04:36:27.844Z Downloaded ssh-cipher v0.2.0
6142025-01-25T04:36:27.846Z Downloaded smf v0.2.3
6152025-01-25T04:36:27.846Z Downloaded libefi-sys v0.1.0
6162025-01-25T04:36:27.849Z Downloaded thread_local v1.1.8
6172025-01-25T04:36:27.849Z Downloaded tap v1.0.1
6182025-01-25T04:36:27.851Z Downloaded subtle v2.6.1
6192025-01-25T04:36:27.851Z Downloaded match_cfg v0.1.0
6202025-01-25T04:36:27.854Z Downloaded crossbeam-epoch v0.9.18
6212025-01-25T04:36:27.857Z Downloaded mirai-annotations v1.12.0
6222025-01-25T04:36:27.857Z Downloaded crc-any v2.5.0
6232025-01-25T04:36:27.859Z Downloaded lazycell v1.3.0
6242025-01-25T04:36:27.859Z Downloaded kstat-rs v0.2.4
6252025-01-25T04:36:27.862Z Downloaded indent_write v2.2.0
6262025-01-25T04:36:27.862Z Downloaded hostname v0.4.0
6272025-01-25T04:36:27.865Z Downloaded maplit v1.0.2
6282025-01-25T04:36:27.865Z Downloaded ipnet v2.10.1
6292025-01-25T04:36:27.868Z Downloaded indoc v1.0.9
6302025-01-25T04:36:27.871Z Downloaded home v0.5.9
6312025-01-25T04:36:27.871Z Downloaded slog-scope v4.4.0
6322025-01-25T04:36:27.873Z Downloaded managed v0.8.0
6332025-01-25T04:36:27.876Z Downloaded lockfree-object-pool v0.1.6
6342025-01-25T04:36:27.876Z Downloaded newtype_derive v0.1.6
6352025-01-25T04:36:27.880Z Downloaded hex-literal v0.4.1
6362025-01-25T04:36:27.880Z Downloaded bytes v1.9.0
6372025-01-25T04:36:27.883Z Downloaded derive_builder_macro v0.20.2
6382025-01-25T04:36:27.886Z Downloaded typify-macro v0.3.0
6392025-01-25T04:36:27.886Z Downloaded tui-tree-widget v0.22.0
6402025-01-25T04:36:27.886Z Downloaded lru v0.12.5
6412025-01-25T04:36:27.889Z Downloaded typify-macro v0.2.0
6422025-01-25T04:36:27.889Z Downloaded libloading v0.8.5
6432025-01-25T04:36:27.891Z Downloaded mime v0.3.17
6442025-01-25T04:36:27.894Z Downloaded progenitor-impl v0.8.0
6452025-01-25T04:36:27.897Z Downloaded blake2 v0.10.6
6462025-01-25T04:36:27.897Z Downloaded unicode-truncate v1.1.0
6472025-01-25T04:36:27.902Z Downloaded md-5 v0.10.6
6482025-01-25T04:36:27.907Z Downloaded utf8_iter v1.0.4
6492025-01-25T04:36:27.907Z Downloaded memoffset v0.9.1
6502025-01-25T04:36:27.907Z Downloaded jobserver v0.1.32
6512025-01-25T04:36:27.907Z Downloaded normalize-line-endings v0.3.0
6522025-01-25T04:36:27.909Z Downloaded http-body-util v0.1.2
6532025-01-25T04:36:27.910Z Downloaded lru-cache v0.1.2
6542025-01-25T04:36:27.910Z Downloaded peg-runtime v0.8.3
6552025-01-25T04:36:27.910Z Downloaded indexmap v1.9.3
6562025-01-25T04:36:27.913Z Downloaded serde_urlencoded v0.7.1
6572025-01-25T04:36:27.915Z Downloaded either v1.13.0
6582025-01-25T04:36:27.918Z Downloaded linked-hash-map v0.5.6
6592025-01-25T04:36:27.921Z Downloaded maybe-uninit v2.0.0
6602025-01-25T04:36:27.921Z Downloaded humantime v2.1.0
6612025-01-25T04:36:27.921Z Downloaded serde-hex v0.1.0
6622025-01-25T04:36:27.925Z Downloaded inout v0.1.3
6632025-01-25T04:36:27.925Z Downloaded cookie v0.18.1
6642025-01-25T04:36:27.927Z Downloaded salsa20 v0.10.2
6652025-01-25T04:36:27.929Z Downloaded libsw v3.3.1
6662025-01-25T04:36:27.929Z Downloaded compact_str v0.8.0
6672025-01-25T04:36:27.933Z Downloaded memmap2 v0.9.5
6682025-01-25T04:36:27.936Z Downloaded hickory-client v0.24.2
6692025-01-25T04:36:27.938Z Downloaded backtrace v0.3.74
6702025-01-25T04:36:27.943Z Downloaded dunce v1.0.5
6712025-01-25T04:36:27.946Z Downloaded rustc_version v0.4.1
6722025-01-25T04:36:27.947Z Downloaded display-error-chain v0.2.2
6732025-01-25T04:36:27.949Z Downloaded zone v0.1.8
6742025-01-25T04:36:27.949Z Downloaded scheduled-thread-pool v0.2.7
6752025-01-25T04:36:27.949Z Downloaded tinyvec_macros v0.1.1
6762025-01-25T04:36:27.952Z Downloaded float-ord v0.3.2
6772025-01-25T04:36:27.952Z Downloaded hmac v0.12.1
6782025-01-25T04:36:27.955Z Downloaded funty v2.0.0
6792025-01-25T04:36:27.955Z Downloaded float-cmp v0.9.0
6802025-01-25T04:36:27.959Z Downloaded defmt-parser v0.3.4
6812025-01-25T04:36:27.959Z Downloaded zone v0.3.0
6822025-01-25T04:36:27.961Z Downloaded hyper v1.5.2
6832025-01-25T04:36:27.964Z Downloaded nanorand v0.7.0
6842025-01-25T04:36:27.967Z Downloaded arc-swap v1.7.1
6852025-01-25T04:36:27.971Z Downloaded mime_guess v2.0.5
6862025-01-25T04:36:27.973Z Downloaded which v4.4.2
6872025-01-25T04:36:27.976Z Downloaded uzers v0.12.1
6882025-01-25T04:36:27.979Z Downloaded litemap v0.7.3
6892025-01-25T04:36:27.982Z Downloaded httparse v1.9.5
6902025-01-25T04:36:27.982Z Downloaded wyz v0.5.1
6912025-01-25T04:36:27.986Z Downloaded nu-ansi-term v0.50.1
6922025-01-25T04:36:27.988Z Downloaded parse-display v0.10.0
6932025-01-25T04:36:27.988Z Downloaded downcast v0.11.0
6942025-01-25T04:36:27.991Z Downloaded want v0.3.1
6952025-01-25T04:36:27.991Z Downloaded socket2 v0.5.7
6962025-01-25T04:36:27.993Z Downloaded slog v2.7.0
6972025-01-25T04:36:28.005Z Downloaded rpassword v7.3.1
6982025-01-25T04:36:28.008Z Downloaded r2d2 v0.8.10
6992025-01-25T04:36:28.011Z Downloaded quinn-udp v0.5.5
7002025-01-25T04:36:28.011Z Downloaded rcgen v0.12.1
7012025-01-25T04:36:28.013Z Downloaded chacha20poly1305 v0.10.1
7022025-01-25T04:36:28.016Z Downloaded signature v2.2.0
7032025-01-25T04:36:28.018Z Downloaded tiny-keccak v2.0.2
7042025-01-25T04:36:28.021Z Downloaded slog-envlogger v2.2.0
7052025-01-25T04:36:28.023Z Downloaded slog-bunyan v2.5.0
7062025-01-25T04:36:28.023Z Downloaded shell-words v1.1.0
7072025-01-25T04:36:28.025Z Downloaded num-conv v0.1.0
7082025-01-25T04:36:28.025Z Downloaded ron v0.8.1
7092025-01-25T04:36:28.029Z Downloaded slog-stdlog v4.1.1
7102025-01-25T04:36:28.032Z Downloaded mockall_derive v0.13.0
7112025-01-25T04:36:28.034Z Downloaded strum_macros v0.24.3
7122025-01-25T04:36:28.036Z Downloaded indicatif v0.17.9
7132025-01-25T04:36:28.040Z Downloaded qorb v0.2.1
7142025-01-25T04:36:28.045Z Downloaded unicode-xid v0.2.6
7152025-01-25T04:36:28.048Z Downloaded tls_codec v0.4.1
7162025-01-25T04:36:28.048Z Downloaded predicates v3.1.2
7172025-01-25T04:36:28.051Z Downloaded pretty-hex v0.2.1
7182025-01-25T04:36:28.053Z Downloaded walkdir v2.5.0
7192025-01-25T04:36:28.056Z Downloaded tinystr v0.7.6
7202025-01-25T04:36:28.056Z Downloaded tokio-rustls v0.24.1
7212025-01-25T04:36:28.058Z Downloaded document-features v0.2.10
7222025-01-25T04:36:28.061Z Downloaded peg-macros v0.8.4
7232025-01-25T04:36:28.172Z Downloaded pkg-config v0.3.31
7242025-01-25T04:36:28.172Z Downloaded rustls-pki-types v1.10.0
7252025-01-25T04:36:28.175Z Downloaded parking_lot_core v0.9.10
7262025-01-25T04:36:28.175Z Downloaded sigpipe v0.1.3
7272025-01-25T04:36:28.175Z Downloaded russh-cryptovec v0.7.3
7282025-01-25T04:36:28.175Z Downloaded pkcs5 v0.7.1
7292025-01-25T04:36:28.175Z Downloaded const_format v0.2.33
7302025-01-25T04:36:28.175Z Downloaded signal-hook-tokio v0.3.1
7312025-01-25T04:36:28.175Z Downloaded futures-task v0.3.31
7322025-01-25T04:36:28.175Z Downloaded embedded-io v0.6.1
7332025-01-25T04:36:28.175Z Downloaded embedded-io v0.4.0
7342025-01-25T04:36:28.175Z Downloaded siphasher v0.3.11
7352025-01-25T04:36:28.176Z Downloaded base64 v0.13.1
7362025-01-25T04:36:28.176Z Downloaded hash32 v0.3.1
7372025-01-25T04:36:28.176Z Downloaded ghash v0.5.1
7382025-01-25T04:36:28.176Z Downloaded num-derive v0.4.2
7392025-01-25T04:36:28.176Z Downloaded zerofrom v0.1.4
7402025-01-25T04:36:28.176Z Downloaded diesel_table_macro_syntax v0.2.0
7412025-01-25T04:36:28.176Z Downloaded tower-service v0.3.3
7422025-01-25T04:36:28.176Z Downloaded num-integer v0.1.46
7432025-01-25T04:36:28.176Z Downloaded num-traits v0.2.19
7442025-01-25T04:36:28.176Z Downloaded pkcs8 v0.10.2
7452025-01-25T04:36:28.176Z Downloaded polyval v0.6.2
7462025-01-25T04:36:28.176Z Downloaded test-strategy v0.3.1
7472025-01-25T04:36:28.176Z Downloaded progenitor v0.9.1
7482025-01-25T04:36:28.176Z Downloaded primeorder v0.13.6
7492025-01-25T04:36:28.176Z Downloaded phf_codegen v0.11.2
7502025-01-25T04:36:28.176Z Downloaded phf v0.11.2
7512025-01-25T04:36:28.176Z Downloaded unsafe-libyaml v0.2.11
7522025-01-25T04:36:28.176Z Downloaded defmt v0.3.8
7532025-01-25T04:36:28.176Z Downloaded foreign-types-shared v0.3.1
7542025-01-25T04:36:28.176Z Downloaded foreign-types-shared v0.1.1
7552025-01-25T04:36:28.176Z Downloaded yasna v0.5.2
7562025-01-25T04:36:28.176Z Downloaded ron v0.7.1
7572025-01-25T04:36:28.176Z Downloaded static_assertions v1.1.0
7582025-01-25T04:36:28.176Z Downloaded aes v0.8.4
7592025-01-25T04:36:28.176Z Downloaded simd-adler32 v0.3.7
7602025-01-25T04:36:28.176Z Downloaded hickory-server v0.24.2
7612025-01-25T04:36:28.176Z Downloaded precomputed-hash v0.1.1
7622025-01-25T04:36:28.176Z Downloaded supports-color v3.0.1
7632025-01-25T04:36:28.176Z Downloaded hyper-util v0.1.10
7642025-01-25T04:36:28.177Z Downloaded thiserror-impl v2.0.11
7652025-01-25T04:36:28.177Z Downloaded parking_lot_core v0.8.6
7662025-01-25T04:36:28.177Z Downloaded untrusted v0.9.0
7672025-01-25T04:36:28.177Z Downloaded untrusted v0.7.1
7682025-01-25T04:36:28.177Z Downloaded yoke v0.7.4
7692025-01-25T04:36:28.177Z Downloaded tinyvec v1.8.0
7702025-01-25T04:36:28.177Z Downloaded difflib v0.4.0
7712025-01-25T04:36:28.177Z Downloaded termtree v0.4.1
7722025-01-25T04:36:28.177Z Downloaded http v1.2.0
7732025-01-25T04:36:28.177Z Downloaded diesel-dtrace v0.4.2
7742025-01-25T04:36:28.177Z Downloaded write16 v1.0.0
7752025-01-25T04:36:28.177Z Downloaded zeroize_derive v1.4.2
7762025-01-25T04:36:28.177Z Downloaded zeroize v1.8.1
7772025-01-25T04:36:28.177Z Downloaded zerofrom-derive v0.1.4
7782025-01-25T04:36:28.180Z Downloaded derive-where v1.2.7
7792025-01-25T04:36:28.180Z Downloaded hickory-resolver v0.24.2
7802025-01-25T04:36:28.185Z Downloaded crossterm v0.28.1
7812025-01-25T04:36:28.190Z Downloaded strum_macros v0.26.4
7822025-01-25T04:36:28.193Z Downloaded num-iter v0.1.45
7832025-01-25T04:36:28.195Z Downloaded num_enum v0.5.11
7842025-01-25T04:36:28.199Z Downloaded num_threads v0.1.7
7852025-01-25T04:36:28.201Z Downloaded futures-sink v0.3.31
7862025-01-25T04:36:28.201Z Downloaded filetime v0.2.25
7872025-01-25T04:36:28.205Z Downloaded futures-macro v0.3.31
7882025-01-25T04:36:28.205Z Downloaded futures-io v0.3.31
7892025-01-25T04:36:28.209Z Downloaded futures-executor v0.3.31
7902025-01-25T04:36:28.209Z Downloaded progenitor-client v0.8.0
7912025-01-25T04:36:28.209Z Downloaded tungstenite v0.21.0
7922025-01-25T04:36:28.212Z Downloaded stable_deref_trait v1.2.0
7932025-01-25T04:36:28.212Z Downloaded rand_chacha v0.3.1
7942025-01-25T04:36:28.214Z Downloaded percent-encoding v2.3.1
7952025-01-25T04:36:28.217Z Downloaded pbkdf2 v0.12.2
7962025-01-25T04:36:28.217Z Downloaded tokio-stream v0.1.16
7972025-01-25T04:36:28.220Z Downloaded zerocopy-derive v0.8.10
7982025-01-25T04:36:28.228Z Downloaded termios v0.3.3
7992025-01-25T04:36:28.230Z Downloaded tabwriter v1.4.0
8002025-01-25T04:36:28.230Z Downloaded form_urlencoded v1.2.1
8012025-01-25T04:36:28.234Z Downloaded termcolor v1.4.1
8022025-01-25T04:36:28.234Z Downloaded writeable v0.5.5
8032025-01-25T04:36:28.236Z Downloaded ref-cast-impl v1.0.23
8042025-01-25T04:36:28.236Z Downloaded twox-hash v1.6.3
8052025-01-25T04:36:28.239Z Downloaded psl-types v2.0.11
8062025-01-25T04:36:28.239Z Downloaded ref-cast v1.0.23
8072025-01-25T04:36:28.241Z Downloaded russh-keys v0.45.0
8082025-01-25T04:36:28.244Z Downloaded waitgroup v0.1.2
8092025-01-25T04:36:28.246Z Downloaded tokio-macros v2.5.0
8102025-01-25T04:36:28.246Z Downloaded schemars v0.8.21
8112025-01-25T04:36:28.257Z Downloaded number_prefix v0.4.0
8122025-01-25T04:36:28.260Z Downloaded oso-derive v0.27.3
8132025-01-25T04:36:28.260Z Downloaded subprocess v0.2.9
8142025-01-25T04:36:28.262Z Downloaded vte_generate_state_changes v0.1.2
8152025-01-25T04:36:28.264Z Downloaded num-rational v0.4.2
8162025-01-25T04:36:28.267Z Downloaded foreign-types v0.5.0
8172025-01-25T04:36:28.267Z Downloaded foreign-types v0.3.2
8182025-01-25T04:36:28.269Z Downloaded pem-rfc7468 v0.7.0
8192025-01-25T04:36:28.269Z Downloaded secrecy v0.10.3
8202025-01-25T04:36:28.271Z Downloaded pin-utils v0.1.0
8212025-01-25T04:36:28.271Z Downloaded flagset v0.4.6
8222025-01-25T04:36:28.274Z Downloaded nodrop v0.1.14
8232025-01-25T04:36:28.274Z Downloaded fixedbitset v0.4.2
8242025-01-25T04:36:28.276Z Downloaded ppv-lite86 v0.2.20
8252025-01-25T04:36:28.279Z Downloaded rand_core v0.6.4
8262025-01-25T04:36:28.279Z Downloaded snafu-derive v0.8.5
8272025-01-25T04:36:28.281Z Downloaded paste v1.0.15
8282025-01-25T04:36:28.283Z Downloaded num v0.4.3
8292025-01-25T04:36:28.286Z Downloaded secrecy v0.8.0
8302025-01-25T04:36:28.286Z Downloaded prettyplease v0.2.25
8312025-01-25T04:36:28.289Z Downloaded x509-cert v0.2.5
8322025-01-25T04:36:28.296Z Downloaded ed25519-dalek v2.1.1
8332025-01-25T04:36:28.299Z Downloaded try-lock v0.2.5
8342025-01-25T04:36:28.301Z Downloaded termtree v0.5.1
8352025-01-25T04:36:28.305Z Downloaded wait-timeout v0.2.0
8362025-01-25T04:36:28.305Z Downloaded tls_codec_derive v0.4.1
8372025-01-25T04:36:28.308Z Downloaded futures-channel v0.3.31
8382025-01-25T04:36:28.308Z Downloaded unicode-properties v0.1.3
8392025-01-25T04:36:28.311Z Downloaded sync_wrapper v1.0.1
8402025-01-25T04:36:28.311Z Downloaded typed-path v0.9.3
8412025-01-25T04:36:28.316Z Downloaded derive_more v0.99.18
8422025-01-25T04:36:28.322Z Downloaded endian-type v0.1.2
8432025-01-25T04:36:28.324Z Downloaded zone_cfg_derive v0.1.2
8442025-01-25T04:36:28.324Z Downloaded pin-project-lite v0.2.14
8452025-01-25T04:36:28.328Z Downloaded unicode_categories v0.1.1
8462025-01-25T04:36:28.331Z Downloaded expectorate v1.1.0
8472025-01-25T04:36:28.333Z Downloaded fallible-streaming-iterator v0.1.9
8482025-01-25T04:36:28.335Z Downloaded fallible-iterator v0.3.0
8492025-01-25T04:36:28.335Z Downloaded num_enum_derive v0.5.11
8502025-01-25T04:36:28.338Z Downloaded unarray v0.1.4
8512025-01-25T04:36:28.340Z Downloaded diff v0.1.13
8522025-01-25T04:36:28.343Z Downloaded tungstenite v0.23.0
8532025-01-25T04:36:28.345Z Downloaded num-complex v0.4.6
8542025-01-25T04:36:28.348Z Downloaded rustc-hash v1.1.0
8552025-01-25T04:36:28.350Z Downloaded smallvec v0.6.14
8562025-01-25T04:36:28.351Z Downloaded rustversion v1.0.17
8572025-01-25T04:36:28.353Z Downloaded darling_macro v0.20.10
8582025-01-25T04:36:28.355Z Downloaded rustls-pemfile v1.0.4
8592025-01-25T04:36:28.357Z Downloaded libxml v0.3.3
8602025-01-25T04:36:28.362Z Downloaded time v0.3.36
8612025-01-25T04:36:28.370Z Downloaded phf_shared v0.10.0
8622025-01-25T04:36:28.372Z Downloaded xattr v1.3.1
8632025-01-25T04:36:28.372Z Downloaded phf_generator v0.11.2
8642025-01-25T04:36:28.375Z Downloaded rfc6979 v0.4.0
8652025-01-25T04:36:28.375Z Downloaded heapless v0.7.17
8662025-01-25T04:36:28.378Z Downloaded synstructure v0.13.1
8672025-01-25T04:36:28.380Z Downloaded enum-as-inner v0.6.1
8682025-01-25T04:36:28.383Z Downloaded dyn-clone v1.0.17
8692025-01-25T04:36:28.386Z Downloaded dsl_auto_type v0.1.2
8702025-01-25T04:36:28.386Z Downloaded itertools v0.12.1
8712025-01-25T04:36:28.392Z Downloaded newline-converter v0.3.0
8722025-01-25T04:36:28.394Z Downloaded ed25519 v2.2.3
8732025-01-25T04:36:28.396Z Downloaded yoke-derive v0.7.4
8742025-01-25T04:36:28.397Z Downloaded defmt-macros v0.3.9
8752025-01-25T04:36:28.399Z Downloaded vsss-rs v3.3.4
8762025-01-25T04:36:28.402Z Downloaded ecdsa v0.16.9
8772025-01-25T04:36:28.404Z Downloaded openssl-macros v0.1.1
8782025-01-25T04:36:28.407Z Downloaded opaque-debug v0.3.1
8792025-01-25T04:36:28.407Z Downloaded new_debug_unreachable v1.0.6
8802025-01-25T04:36:28.409Z Downloaded postgres-types v0.2.8
8812025-01-25T04:36:28.412Z Downloaded serde_repr v0.1.19
8822025-01-25T04:36:28.412Z Downloaded serde_path_to_error v0.1.16
8832025-01-25T04:36:28.414Z Downloaded strum_macros v0.25.3
8842025-01-25T04:36:28.417Z Downloaded rayon-core v1.12.1
8852025-01-25T04:36:28.419Z Downloaded fd-lock v4.0.2
8862025-01-25T04:36:28.421Z Downloaded zone_cfg_derive v0.3.0
8872025-01-25T04:36:28.423Z Downloaded rustls-pemfile v2.2.0
8882025-01-25T04:36:28.425Z Downloaded blake3 v1.5.4
8892025-01-25T04:36:28.432Z Downloaded scopeguard v1.2.0
8902025-01-25T04:36:28.435Z Downloaded olpc-cjson v0.1.4
8912025-01-25T04:36:28.435Z Downloaded tough v0.19.0
8922025-01-25T04:36:28.442Z Downloaded tokio-native-tls v0.3.1
8932025-01-25T04:36:28.445Z Downloaded typify v0.2.0
8942025-01-25T04:36:28.448Z Downloaded rusty-fork v0.3.0
8952025-01-25T04:36:28.451Z Downloaded thiserror-impl-no-std v2.0.2
8962025-01-25T04:36:28.451Z Downloaded diesel_derives v2.2.3
8972025-01-25T04:36:28.454Z Downloaded darling_core v0.20.10
8982025-01-25T04:36:28.461Z Downloaded ff v0.13.0
8992025-01-25T04:36:28.464Z Downloaded postgres-protocol v0.6.7
9002025-01-25T04:36:28.464Z Downloaded vergen v8.3.2
9012025-01-25T04:36:28.467Z Downloaded fallible-iterator v0.2.0
9022025-01-25T04:36:28.467Z Downloaded slab v0.4.9
9032025-01-25T04:36:28.469Z Downloaded tokio-tungstenite v0.21.0
9042025-01-25T04:36:28.472Z Downloaded headers-core v0.3.0
9052025-01-25T04:36:28.472Z Downloaded serde_with_macros v3.11.0
9062025-01-25T04:36:28.476Z Downloaded postcard v1.0.10
9072025-01-25T04:36:28.479Z Downloaded stringprep v0.1.5
9082025-01-25T04:36:28.479Z Downloaded tokio-tungstenite v0.23.1
9092025-01-25T04:36:28.483Z Downloaded deranged v0.3.11
9102025-01-25T04:36:28.483Z Downloaded xz2 v0.1.7
9112025-01-25T04:36:28.486Z Downloaded ssh-encoding v0.2.0
9122025-01-25T04:36:28.486Z Downloaded nibble_vec v0.1.0
9132025-01-25T04:36:28.486Z Downloaded schemars_derive v0.8.21
9142025-01-25T04:36:28.489Z Downloaded poly1305 v0.8.0
9152025-01-25T04:36:28.492Z Downloaded pkcs1 v0.7.5
9162025-01-25T04:36:28.495Z Downloaded tokio-rustls v0.25.0
9172025-01-25T04:36:28.495Z Downloaded string_cache v0.8.7
9182025-01-25T04:36:28.498Z Downloaded phf_shared v0.11.2
9192025-01-25T04:36:28.498Z Downloaded serde-big-array v0.5.1
9202025-01-25T04:36:28.498Z Downloaded newtype-uuid v1.2.1
9212025-01-25T04:36:28.501Z Downloaded publicsuffix v2.3.0
9222025-01-25T04:36:28.506Z Downloaded rand v0.8.5
9232025-01-25T04:36:28.506Z Downloaded whoami v1.5.2
9242025-01-25T04:36:28.509Z Downloaded tar v0.4.42
9252025-01-25T04:36:28.512Z Downloaded utf16_iter v1.0.5
9262025-01-25T04:36:28.512Z Downloaded utf-8 v0.7.6
9272025-01-25T04:36:28.512Z Downloaded rustc-demangle v0.1.24
9282025-01-25T04:36:28.515Z Downloaded sync-ptr v0.1.1
9292025-01-25T04:36:28.515Z Downloaded openssl-probe v0.1.5
9302025-01-25T04:36:28.520Z Downloaded serde_with v3.11.0
9312025-01-25T04:36:28.525Z Downloaded toolchain_find v0.4.0
9322025-01-25T04:36:28.528Z Downloaded powerfmt v0.2.0
9332025-01-25T04:36:28.528Z Downloaded tungstenite v0.24.0
9342025-01-25T04:36:28.538Z Downloaded fxhash v0.2.1
9352025-01-25T04:36:28.538Z Downloaded aws-lc-rs v1.10.0
9362025-01-25T04:36:28.544Z Downloaded scrypt v0.11.0
9372025-01-25T04:36:28.544Z Downloaded progenitor-macro v0.9.1
9382025-01-25T04:36:28.544Z Downloaded flate2 v1.0.35
9392025-01-25T04:36:28.555Z Downloaded shlex v1.3.0
9402025-01-25T04:36:28.555Z Downloaded parse-display-derive v0.10.0
9412025-01-25T04:36:28.555Z Downloaded glob v0.3.1
9422025-01-25T04:36:28.555Z Downloaded toml v0.7.8
9432025-01-25T04:36:28.558Z Downloaded reqwest v0.12.9
9442025-01-25T04:36:28.561Z Downloaded parse-size v1.1.0
9452025-01-25T04:36:28.563Z Downloaded zerovec-derive v0.10.3
9462025-01-25T04:36:28.565Z Downloaded hkdf v0.12.4
9472025-01-25T04:36:28.567Z Downloaded unicode-segmentation v1.12.0
9482025-01-25T04:36:28.571Z Downloaded packed_struct v0.10.1
9492025-01-25T04:36:28.573Z Downloaded sha1 v0.10.6
9502025-01-25T04:36:28.573Z Downloaded foreign-types-macros v0.2.3
9512025-01-25T04:36:28.582Z Downloaded env_filter v0.1.2
9522025-01-25T04:36:28.582Z Downloaded value-bag v1.9.0
9532025-01-25T04:36:28.582Z Downloaded sqlformat v0.2.6
9542025-01-25T04:36:28.582Z Downloaded tracing v0.1.40
9552025-01-25T04:36:28.584Z Downloaded thiserror-no-std v2.0.2
9562025-01-25T04:36:28.589Z Downloaded dropshot_endpoint v0.12.0
9572025-01-25T04:36:28.592Z Downloaded topological-sort v0.2.2
9582025-01-25T04:36:28.592Z Downloaded data-encoding v2.6.0
9592025-01-25T04:36:28.595Z Downloaded spin v0.9.8
9602025-01-25T04:36:28.597Z Downloaded omicron-zone-package v0.12.0
9612025-01-25T04:36:28.599Z Downloaded dropshot_endpoint v0.15.1
9622025-01-25T04:36:28.602Z Downloaded serde_yaml v0.9.34+deprecated
9632025-01-25T04:36:28.605Z Downloaded oso v0.27.3
9642025-01-25T04:36:28.608Z Downloaded half v2.4.1
9652025-01-25T04:36:28.610Z Downloaded der_derive v0.7.3
9662025-01-25T04:36:28.615Z Downloaded openssl-sys v0.9.103
9672025-01-25T04:36:28.618Z Downloaded headers v0.4.0
9682025-01-25T04:36:28.621Z Downloaded sqlparser v0.45.0
9692025-01-25T04:36:28.627Z Downloaded packed_struct_codegen v0.10.1
9702025-01-25T04:36:28.630Z Downloaded samael v0.0.17
9712025-01-25T04:36:28.634Z Downloaded native-tls v0.2.12
9722025-01-25T04:36:28.638Z Downloaded time-macros v0.2.18
9732025-01-25T04:36:28.638Z Downloaded fatfs v0.3.6
9742025-01-25T04:36:28.640Z Downloaded russh v0.45.0
9752025-01-25T04:36:28.646Z Downloaded pin-project v1.1.6
9762025-01-25T04:36:28.660Z Downloaded tokio-postgres v0.7.12
9772025-01-25T04:36:28.664Z Downloaded signal-hook v0.3.17
9782025-01-25T04:36:28.667Z Downloaded bindgen v0.69.5
9792025-01-25T04:36:28.671Z Downloaded ssh-key v0.6.6
9802025-01-25T04:36:28.678Z Downloaded quick-xml v0.33.0
9812025-01-25T04:36:28.684Z Downloaded zerocopy v0.6.6
9822025-01-25T04:36:28.687Z Downloaded chrono v0.4.39
9832025-01-25T04:36:28.694Z Downloaded num-bigint-dig v0.8.4
9842025-01-25T04:36:28.699Z Downloaded nom v7.1.3
9852025-01-25T04:36:28.704Z Downloaded toml_edit v0.19.15
9862025-01-25T04:36:28.723Z Downloaded unicode-bidi v0.3.17
9872025-01-25T04:36:28.727Z Downloaded tracing-core v0.1.32
9882025-01-25T04:36:28.727Z Downloaded snafu v0.8.5
9892025-01-25T04:36:28.733Z Downloaded steno v0.4.1
9902025-01-25T04:36:28.735Z Downloaded zip v0.6.6
9912025-01-25T04:36:28.738Z Downloaded der v0.7.9
9922025-01-25T04:36:28.744Z Downloaded parse-zoneinfo v0.3.1
9932025-01-25T04:36:28.746Z Downloaded zip v2.1.3
9942025-01-25T04:36:28.750Z Downloaded hashbrown v0.13.2
9952025-01-25T04:36:28.755Z Downloaded hashbrown v0.12.3
9962025-01-25T04:36:28.759Z Downloaded tokio-util v0.7.12
9972025-01-25T04:36:28.766Z Downloaded hashbrown v0.14.5
9982025-01-25T04:36:28.771Z Downloaded lalrpop v0.19.12
9992025-01-25T04:36:28.783Z Downloaded rustyline v14.0.0
10002025-01-25T04:36:28.788Z Downloaded p521 v0.13.3
10012025-01-25T04:36:28.791Z Downloaded winnow v0.5.40
10022025-01-25T04:36:28.800Z Downloaded rayon v1.10.0
10032025-01-25T04:36:28.811Z Downloaded portable-atomic v1.9.0
10042025-01-25T04:36:28.817Z Downloaded quinn-proto v0.11.8
10052025-01-25T04:36:28.823Z Downloaded bitvec v1.0.1
10062025-01-25T04:36:28.838Z Downloaded proptest v1.5.0
10072025-01-25T04:36:28.847Z Downloaded petname v2.0.2
10082025-01-25T04:36:28.853Z Downloaded curve25519-dalek v4.1.3
10092025-01-25T04:36:28.861Z Downloaded pin-project-internal v1.1.6
10102025-01-25T04:36:28.864Z Downloaded gethostname v0.5.0
10112025-01-25T04:36:28.867Z Downloaded unicase v2.7.0
10122025-01-25T04:36:28.867Z Downloaded resolv-conf v0.7.0
10132025-01-25T04:36:28.869Z Downloaded rustls-webpki v0.101.7
10142025-01-25T04:36:28.881Z Downloaded unicode-width v0.2.0
10152025-01-25T04:36:28.887Z Downloaded num-bigint v0.4.6
10162025-01-25T04:36:28.891Z Downloaded progenitor-macro v0.8.0
10172025-01-25T04:36:28.894Z Downloaded slog-async v2.8.0
10182025-01-25T04:36:28.894Z Downloaded salty v0.3.0
10192025-01-25T04:36:28.900Z Downloaded hash32 v0.2.1
10202025-01-25T04:36:28.902Z Downloaded semver v0.1.20
10212025-01-25T04:36:28.902Z Downloaded password-hash v0.4.2
10222025-01-25T04:36:28.905Z Downloaded h2 v0.4.6
10232025-01-25T04:36:28.911Z Downloaded unicode-normalization v0.1.24
10242025-01-25T04:36:28.914Z Downloaded zerovec v0.10.4
10252025-01-25T04:36:28.920Z Downloaded rusqlite v0.32.1
10262025-01-25T04:36:28.926Z Downloaded rustls-webpki v0.102.8
10272025-01-25T04:36:28.944Z Downloaded futures-util v0.3.31
10282025-01-25T04:36:28.955Z Downloaded object v0.36.5
10292025-01-25T04:36:28.967Z Downloaded regex v1.11.1
10302025-01-25T04:36:28.979Z Downloaded openssl v0.10.66
10312025-01-25T04:36:28.988Z Downloaded radix_trie v0.2.1
10322025-01-25T04:36:28.993Z Downloaded vcpkg v0.2.15
10332025-01-25T04:36:29.029Z Downloaded zerocopy v0.8.10
10342025-01-25T04:36:29.052Z Downloaded object v0.30.4
10352025-01-25T04:36:29.061Z Downloaded nix v0.29.0
10362025-01-25T04:36:29.075Z Downloaded smoltcp v0.9.1
10372025-01-25T04:36:29.082Z Downloaded webpki-roots v0.26.6
10382025-01-25T04:36:29.086Z Downloaded nix v0.27.1
10392025-01-25T04:36:29.098Z Downloaded diesel v2.2.6
10402025-01-25T04:36:29.115Z Downloaded regex-syntax v0.6.29
10412025-01-25T04:36:29.122Z Downloaded openapiv3 v2.0.0
10422025-01-25T04:36:29.135Z Downloaded regress v0.10.1
10432025-01-25T04:36:29.143Z Downloaded rustls v0.23.19
10442025-01-25T04:36:29.156Z Downloaded dropshot v0.15.1
10452025-01-25T04:36:29.176Z Downloaded smoltcp v0.11.0
10462025-01-25T04:36:29.274Z Downloaded regex-syntax v0.8.5
10472025-01-25T04:36:29.290Z Downloaded zerocopy-derive v0.6.6
10482025-01-25T04:36:29.290Z Downloaded polar-core v0.27.3
10492025-01-25T04:36:29.290Z Downloaded bzip2-sys v0.1.11+1.0.8
10502025-01-25T04:36:29.290Z Downloaded typify-impl v0.3.0
10512025-01-25T04:36:29.290Z Downloaded nix v0.28.0
10522025-01-25T04:36:29.290Z Downloaded typify-impl v0.2.0
10532025-01-25T04:36:29.290Z Downloaded dropshot v0.12.0
10542025-01-25T04:36:29.297Z Downloaded hickory-proto v0.24.2
10552025-01-25T04:36:29.306Z Downloaded sled v0.34.7
10562025-01-25T04:36:29.310Z Downloaded ratatui v0.28.1
10572025-01-25T04:36:29.328Z Downloaded gimli v0.31.1
10582025-01-25T04:36:29.337Z Downloaded regress v0.9.1
10592025-01-25T04:36:29.345Z Downloaded git2 v0.19.0
10602025-01-25T04:36:29.353Z Downloaded regex-automata v0.4.8
10612025-01-25T04:36:29.369Z Downloaded p384 v0.13.0
10622025-01-25T04:36:29.375Z Downloaded rustls v0.22.4
10632025-01-25T04:36:29.388Z Downloaded lzma-sys v0.1.20
10642025-01-25T04:36:29.416Z Downloaded bstr v1.10.0
10652025-01-25T04:36:29.427Z Downloaded chrono-tz v0.10.1
10662025-01-25T04:36:29.433Z Downloaded csv v1.3.0
10672025-01-25T04:36:29.453Z Downloaded petgraph v0.6.5
10682025-01-25T04:36:29.471Z Downloaded rustls v0.21.12
10692025-01-25T04:36:29.480Z Downloaded debug-ignore v1.0.5
10702025-01-25T04:36:29.483Z Downloaded vte v0.11.1
10712025-01-25T04:36:29.486Z Downloaded rsa v0.9.6
10722025-01-25T04:36:29.489Z Downloaded itertools v0.13.0
10732025-01-25T04:36:29.498Z Downloaded libz-sys v1.1.20
10742025-01-25T04:36:29.515Z Downloaded aes-gcm v0.10.3
10752025-01-25T04:36:29.520Z Downloaded tokio v1.43.0
10762025-01-25T04:36:29.556Z Downloaded sha3 v0.10.8
10772025-01-25T04:36:29.560Z Downloaded getrandom v0.2.15
10782025-01-25T04:36:29.562Z Downloaded url v2.5.3
10792025-01-25T04:36:29.567Z Downloaded password-hash v0.5.0
10802025-01-25T04:36:29.570Z Downloaded progenitor-impl v0.9.1
10812025-01-25T04:36:29.570Z Downloaded reedline v0.35.0
10822025-01-25T04:36:29.575Z Downloaded idna v1.0.3
10832025-01-25T04:36:29.579Z Downloaded rustc_version v0.1.7
10842025-01-25T04:36:29.582Z Downloaded tracing-attributes v0.1.27
10852025-01-25T04:36:29.585Z Downloaded des v0.8.1
10862025-01-25T04:36:29.585Z Downloaded flume v0.11.1
10872025-01-25T04:36:29.588Z Downloaded spki v0.7.3
10882025-01-25T04:36:29.590Z Downloaded smallvec v1.13.2
10892025-01-25T04:36:29.595Z Downloaded slog-term v2.9.1
10902025-01-25T04:36:29.595Z Downloaded predicates-tree v1.0.11
10912025-01-25T04:36:29.598Z Downloaded predicates-core v1.0.8
10922025-01-25T04:36:29.598Z Downloaded term v0.7.0
10932025-01-25T04:36:29.598Z Downloaded parking_lot v0.12.3
10942025-01-25T04:36:29.601Z Downloaded foldhash v0.1.3
10952025-01-25T04:36:29.601Z Downloaded dirs-sys-next v0.1.2
10962025-01-25T04:36:29.604Z Downloaded libm v0.2.8
10972025-01-25T04:36:29.609Z Downloaded quinn v0.11.5
10982025-01-25T04:36:29.612Z Downloaded rand_xorshift v0.3.0
10992025-01-25T04:36:29.615Z Downloaded dirs-next v2.0.0
11002025-01-25T04:36:29.615Z Downloaded tokio-rustls v0.26.0
11012025-01-25T04:36:29.618Z Downloaded thiserror v2.0.11
11022025-01-25T04:36:29.621Z Downloaded pbkdf2 v0.11.0
11032025-01-25T04:36:29.624Z Downloaded itertools v0.10.5
11042025-01-25T04:36:29.628Z Downloaded mio v1.0.2
11052025-01-25T04:36:29.635Z Downloaded minimal-lexical v0.2.1
11062025-01-25T04:36:29.639Z Downloaded sct v0.7.1
11072025-01-25T04:36:29.643Z Downloaded zopfli v0.8.1
11082025-01-25T04:36:29.648Z Downloaded typify v0.3.0
11092025-01-25T04:36:29.648Z Downloaded p256 v0.13.2
11102025-01-25T04:36:29.653Z Downloaded universal-hash v0.5.1
11112025-01-25T04:36:29.653Z Downloaded serde_derive_internals v0.29.1
11122025-01-25T04:36:29.658Z Downloaded parking_lot v0.11.2
11132025-01-25T04:36:29.658Z Downloaded signal-hook-mio v0.2.4
11142025-01-25T04:36:29.658Z Downloaded path-slash v0.1.5
11152025-01-25T04:36:29.658Z Downloaded rtoolbox v0.0.2
11162025-01-25T04:36:29.658Z Downloaded ena v0.14.3
11172025-01-25T04:36:29.662Z Downloaded futures v0.3.31
11182025-01-25T04:36:29.665Z Downloaded elliptic-curve v0.13.8
11192025-01-25T04:36:29.668Z Downloaded multimap v0.10.0
11202025-01-25T04:36:29.668Z Downloaded futures-core v0.3.31
11212025-01-25T04:36:29.668Z Downloaded fs_extra v1.3.0
11222025-01-25T04:36:29.674Z Downloaded miniz_oxide v0.8.0
11232025-01-25T04:36:29.674Z Downloaded slog-dtrace v0.3.0
11242025-01-25T04:36:29.674Z Downloaded hashlink v0.9.1
11252025-01-25T04:36:29.677Z Downloaded derive_builder v0.20.2
11262025-01-25T04:36:29.681Z Downloaded uuid v1.12.0
11272025-01-25T04:36:29.685Z Downloaded cc v1.1.30
11282025-01-25T04:36:29.685Z Downloaded structmeta-derive v0.3.0
11292025-01-25T04:36:29.691Z Downloaded structmeta-derive v0.2.0
11302025-01-25T04:36:29.691Z Downloaded structmeta v0.3.0
11312025-01-25T04:36:29.691Z Downloaded structmeta v0.2.0
11322025-01-25T04:36:29.691Z Downloaded encoding_rs v0.8.34
11332025-01-25T04:36:29.708Z Downloaded strip-ansi-escapes v0.2.0
11342025-01-25T04:36:29.711Z Downloaded slog-json v2.6.1
11352025-01-25T04:36:29.711Z Downloaded globset v0.4.15
11362025-01-25T04:36:29.715Z Downloaded env_logger v0.11.5
11372025-01-25T04:36:29.718Z Downloaded env_logger v0.10.2
11382025-01-25T04:36:29.718Z Downloaded icu_locid_transform_data v1.5.0
11392025-01-25T04:36:29.721Z Downloaded iana-time-zone v0.1.61
11402025-01-25T04:36:29.721Z Downloaded crossbeam-channel v0.5.13
11412025-01-25T04:36:29.727Z Downloaded base64 v0.22.1
11422025-01-25T04:36:29.732Z Downloaded mockall v0.13.0
11432025-01-25T04:36:29.732Z Downloaded litrs v0.4.1
11442025-01-25T04:36:29.735Z Downloaded rustfmt-wrapper v0.2.1
11452025-01-25T04:36:29.735Z Downloaded progenitor v0.8.0
11462025-01-25T04:36:29.735Z Downloaded serde_plain v1.0.2
11472025-01-25T04:36:29.735Z Downloaded same-file v1.0.6
11482025-01-25T04:36:29.738Z Downloaded quick-error v1.2.3
11492025-01-25T04:36:29.738Z Downloaded proc-macro-crate v1.3.1
11502025-01-25T04:36:29.738Z Downloaded owo-colors v4.1.0
11512025-01-25T04:36:29.743Z Downloaded displaydoc v0.2.5
11522025-01-25T04:36:29.747Z Downloaded derive_builder_core v0.20.2
11532025-01-25T04:36:29.747Z Downloaded bumpalo v3.16.0
11542025-01-25T04:36:29.749Z Downloaded base64 v0.21.7
11552025-01-25T04:36:29.753Z Downloaded similar v2.6.0
11562025-01-25T04:36:29.756Z Downloaded crypto-bigint v0.5.5
11572025-01-25T04:36:29.762Z Downloaded pem v3.0.4
11582025-01-25T04:36:29.766Z Downloaded peg v0.8.4
11592025-01-25T04:36:29.769Z Downloaded libgit2-sys v0.17.0+1.8.1
11602025-01-25T04:36:29.824Z Downloaded fragile v2.0.0
11612025-01-25T04:36:29.826Z Downloaded lock_api v0.4.12
11622025-01-25T04:36:29.827Z Downloaded allocator-api2 v0.2.18
11632025-01-25T04:36:29.831Z Downloaded icu_locid_transform v1.5.0
11642025-01-25T04:36:29.834Z Downloaded group v0.13.0
11652025-01-25T04:36:29.834Z Downloaded tokio-tungstenite v0.24.0
11662025-01-25T04:36:29.836Z Downloaded sec1 v0.7.3
11672025-01-25T04:36:29.836Z Downloaded multer v3.1.0
11682025-01-25T04:36:29.839Z Downloaded linear-map v1.2.0
11692025-01-25T04:36:29.842Z Downloaded highway v1.2.0
11702025-01-25T04:36:29.842Z Downloaded icu_properties_data v1.5.0
11712025-01-25T04:36:29.852Z Downloaded console v0.15.8
11722025-01-25T04:36:29.854Z Downloaded clang-sys v1.8.1
11732025-01-25T04:36:29.858Z Downloaded colored v2.1.0
11742025-01-25T04:36:29.861Z Downloaded httpdate v1.0.3
11752025-01-25T04:36:29.861Z Downloaded cookie_store v0.21.1
11762025-01-25T04:36:29.865Z Downloaded argon2 v0.5.3
11772025-01-25T04:36:30.065Z Downloaded libsqlite3-sys v0.30.1
11782025-01-25T04:36:30.189Z Downloaded ring v0.17.8
11792025-01-25T04:36:30.504Z Downloaded aws-lc-sys v0.22.0
11802025-01-25T04:36:30.812Z Compiling serde v1.0.217
11812025-01-25T04:36:30.815Z Compiling lock_api v0.4.12
11822025-01-25T04:36:30.815Z Compiling scopeguard v1.2.0
11832025-01-25T04:36:30.815Z Compiling value-bag v1.9.0
11842025-01-25T04:36:30.815Z Compiling typenum v1.17.0
11852025-01-25T04:36:30.815Z Compiling generic-array v0.14.7
11862025-01-25T04:36:31.009Z Compiling syn v2.0.96
11872025-01-25T04:36:31.023Z Compiling getrandom v0.2.15
11882025-01-25T04:36:31.151Z Compiling shlex v1.3.0
11892025-01-25T04:36:31.325Z Compiling rand_core v0.6.4
11902025-01-25T04:36:31.518Z Compiling log v0.4.22
11912025-01-25T04:36:31.537Z Compiling subtle v2.6.1
11922025-01-25T04:36:31.537Z Compiling jobserver v0.1.32
11932025-01-25T04:36:31.555Z Compiling smallvec v1.13.2
11942025-01-25T04:36:31.870Z Compiling const-oid v0.9.6
11952025-01-25T04:36:31.963Z Compiling spin v0.9.8
11962025-01-25T04:36:32.009Z Compiling pin-project-lite v0.2.14
11972025-01-25T04:36:32.069Z Compiling cc v1.1.30
11982025-01-25T04:36:32.160Z Compiling rustix v0.38.37
11992025-01-25T04:36:32.339Z Compiling parking_lot_core v0.9.10
12002025-01-25T04:36:32.360Z Compiling futures-core v0.3.31
12012025-01-25T04:36:32.540Z Compiling signal-hook-registry v1.4.2
12022025-01-25T04:36:32.653Z Compiling mio v1.0.2
12032025-01-25T04:36:33.008Z Compiling aho-corasick v1.1.3
12042025-01-25T04:36:33.297Z Compiling parking_lot v0.12.3
12052025-01-25T04:36:33.364Z Compiling regex-syntax v0.8.5
12062025-01-25T04:36:33.419Z Compiling cpufeatures v0.2.14
12072025-01-25T04:36:33.528Z Compiling either v1.13.0
12082025-01-25T04:36:33.785Z Compiling stable_deref_trait v1.2.0
12092025-01-25T04:36:33.920Z Compiling lazy_static v1.5.0
12102025-01-25T04:36:33.970Z Compiling glob v0.3.1
12112025-01-25T04:36:34.061Z Compiling futures-sink v0.3.31
12122025-01-25T04:36:34.082Z Compiling socket2 v0.5.7
12132025-01-25T04:36:34.205Z Compiling slab v0.4.9
12142025-01-25T04:36:34.232Z Compiling prettyplease v0.2.25
12152025-01-25T04:36:34.587Z Compiling serde_json v1.0.135
12162025-01-25T04:36:34.666Z Compiling minimal-lexical v0.2.1
12172025-01-25T04:36:34.888Z Compiling clang-sys v1.8.1
12182025-01-25T04:36:34.951Z Compiling libloading v0.8.5
12192025-01-25T04:36:35.167Z Compiling nom v7.1.3
12202025-01-25T04:36:35.239Z Compiling bindgen v0.69.5
12212025-01-25T04:36:35.352Z Compiling home v0.5.9
12222025-01-25T04:36:35.626Z Compiling futures-channel v0.3.31
12232025-01-25T04:36:36.011Z Compiling itertools v0.12.1
12242025-01-25T04:36:36.028Z Compiling lazycell v1.3.0
12252025-01-25T04:36:36.083Z Compiling foldhash v0.1.3
12262025-01-25T04:36:36.217Z Compiling futures-io v0.3.31
12272025-01-25T04:36:36.389Z Compiling futures-task v0.3.31
12282025-01-25T04:36:36.511Z Compiling rustc-hash v1.1.0
12292025-01-25T04:36:36.668Z Compiling allocator-api2 v0.2.18
12302025-01-25T04:36:36.693Z Compiling libm v0.2.8
12312025-01-25T04:36:37.022Z Compiling pin-utils v0.1.0
12322025-01-25T04:36:37.138Z Compiling regex-automata v0.4.8
12332025-01-25T04:36:37.476Z Compiling hashbrown v0.15.1
12342025-01-25T04:36:37.975Z Compiling cmake v0.1.51
12352025-01-25T04:36:38.571Z Compiling synstructure v0.13.1
12362025-01-25T04:36:38.854Z Compiling cexpr v0.6.0
12372025-01-25T04:36:38.888Z Compiling num-traits v0.2.19
12382025-01-25T04:36:39.175Z Compiling fs_extra v1.3.0
12392025-01-25T04:36:39.722Z Compiling pkg-config v0.3.31
12402025-01-25T04:36:39.754Z Compiling dunce v1.0.5
12412025-01-25T04:36:40.133Z Compiling litemap v0.7.3
12422025-01-25T04:36:40.516Z Compiling writeable v0.5.5
12432025-01-25T04:36:40.530Z Compiling ring v0.17.8
12442025-01-25T04:36:41.087Z Compiling paste v1.0.15
12452025-01-25T04:36:41.317Z Compiling base64ct v1.6.0
12462025-01-25T04:36:41.457Z Compiling aws-lc-rs v1.10.0
12472025-01-25T04:36:41.662Z Compiling httparse v1.9.5
12482025-01-25T04:36:41.903Z Compiling pem-rfc7468 v0.7.0
12492025-01-25T04:36:41.925Z Compiling icu_locid_transform_data v1.5.0
12502025-01-25T04:36:42.024Z Compiling flagset v0.4.6
12512025-01-25T04:36:42.454Z Compiling regex v1.11.1
12522025-01-25T04:36:42.493Z Compiling tracing-core v0.1.32
12532025-01-25T04:36:42.765Z Compiling crossbeam-utils v0.8.20
12542025-01-25T04:36:43.271Z Compiling rustls-pki-types v1.10.0
12552025-01-25T04:36:43.319Z Compiling icu_properties_data v1.5.0
12562025-01-25T04:36:43.362Z Compiling percent-encoding v2.3.1
12572025-01-25T04:36:43.644Z Compiling vcpkg v0.2.15
12582025-01-25T04:36:43.681Z Compiling untrusted v0.7.1
12592025-01-25T04:36:43.879Z Compiling num-conv v0.1.0
12602025-01-25T04:36:44.149Z Compiling serde_derive v1.0.217
12612025-01-25T04:36:44.170Z Compiling zeroize_derive v1.4.2
12622025-01-25T04:36:44.173Z Compiling zerocopy-derive v0.7.35
12632025-01-25T04:36:44.308Z Compiling tokio-macros v2.5.0
12642025-01-25T04:36:45.310Z Compiling zerofrom-derive v0.1.4
12652025-01-25T04:36:45.573Z Compiling zeroize v1.8.1
12662025-01-25T04:36:45.764Z Compiling yoke-derive v0.7.4
12672025-01-25T04:36:45.900Z Compiling zerovec-derive v0.10.3
12682025-01-25T04:36:45.970Z Compiling zerocopy v0.7.35
12692025-01-25T04:36:47.103Z Compiling crypto-common v0.1.6
12702025-01-25T04:36:47.348Z Compiling block-buffer v0.10.4
12712025-01-25T04:36:47.366Z Compiling thiserror-impl v1.0.69
12722025-01-25T04:36:47.610Z Compiling digest v0.10.7
12732025-01-25T04:36:47.735Z Compiling displaydoc v0.2.5
12742025-01-25T04:36:48.054Z Compiling hmac v0.12.1
12752025-01-25T04:36:48.319Z Compiling futures-macro v0.3.31
12762025-01-25T04:36:48.366Z Compiling block-padding v0.3.3
12772025-01-25T04:36:48.482Z Compiling sha2 v0.10.8
12782025-01-25T04:36:48.603Z Compiling inout v0.1.3
12792025-01-25T04:36:48.796Z Compiling zerofrom v0.1.4
12802025-01-25T04:36:48.884Z Compiling cipher v0.4.4
12812025-01-25T04:36:48.997Z Compiling yoke v0.7.4
12822025-01-25T04:36:49.128Z Compiling icu_provider_macros v1.5.0
12832025-01-25T04:36:49.340Z Compiling zerovec v0.10.4
12842025-01-25T04:36:49.455Z Compiling ppv-lite86 v0.2.20
12852025-01-25T04:36:49.972Z Compiling futures-util v0.3.31
12862025-01-25T04:36:50.099Z Compiling der_derive v0.7.3
12872025-01-25T04:36:50.126Z Compiling rand_chacha v0.3.1
12882025-01-25T04:36:50.212Z Compiling thiserror v1.0.69
12892025-01-25T04:36:50.370Z Compiling tracing-attributes v0.1.27
12902025-01-25T04:36:51.320Z Compiling tinystr v0.7.6
12912025-01-25T04:36:51.725Z Compiling icu_locid v1.5.0
12922025-01-25T04:36:52.014Z Compiling icu_collections v1.5.0
12932025-01-25T04:36:52.237Z Compiling rand v0.8.5
12942025-01-25T04:36:52.339Z Compiling der v0.7.9
12952025-01-25T04:36:53.316Z Compiling icu_provider v1.5.0
12962025-01-25T04:36:53.637Z Compiling tracing v0.1.40
12972025-01-25T04:36:53.938Z Compiling pest v2.7.14
12982025-01-25T04:36:54.139Z Compiling icu_locid_transform v1.5.0
12992025-01-25T04:36:54.160Z Compiling salsa20 v0.10.2
13002025-01-25T04:36:54.229Z Compiling pbkdf2 v0.12.2
13012025-01-25T04:36:54.402Z Compiling spki v0.7.3
13022025-01-25T04:36:54.423Z Compiling time-core v0.1.2
13032025-01-25T04:36:54.598Z Compiling powerfmt v0.2.0
13042025-01-25T04:36:54.758Z Compiling untrusted v0.9.0
13052025-01-25T04:36:54.948Z Compiling utf8_iter v1.0.4
13062025-01-25T04:36:55.050Z Compiling mirai-annotations v1.12.0
13072025-01-25T04:36:55.183Z Compiling icu_normalizer_data v1.5.0
13082025-01-25T04:36:55.202Z Compiling utf16_iter v1.0.5
13092025-01-25T04:36:55.234Z Compiling write16 v1.0.0
13102025-01-25T04:36:55.262Z Compiling deranged v0.3.11
13112025-01-25T04:36:55.289Z Compiling time-macros v0.2.18
13122025-01-25T04:36:55.364Z Compiling icu_properties v1.5.1
13132025-01-25T04:36:55.389Z Compiling scrypt v0.11.0
13142025-01-25T04:36:55.870Z Compiling aes v0.8.4
13152025-01-25T04:36:56.393Z Compiling cbc v0.1.2
13162025-01-25T04:36:56.622Z Compiling bitflags v2.6.0
13172025-01-25T04:36:56.638Z Compiling bytes v1.9.0
13182025-01-25T04:36:56.945Z Compiling indexmap v2.7.0
13192025-01-25T04:36:57.046Z Compiling semver v1.0.24
13202025-01-25T04:36:57.793Z Compiling tokio v1.43.0
13212025-01-25T04:36:57.819Z Compiling http v1.2.0
13222025-01-25T04:36:58.268Z Compiling rustc_version v0.4.1
13232025-01-25T04:36:58.643Z Compiling pest_meta v2.7.14
13242025-01-25T04:36:58.951Z Compiling icu_normalizer v1.5.0
13252025-01-25T04:36:59.872Z Compiling openssl-sys v0.9.103
13262025-01-25T04:36:59.917Z Compiling scroll_derive v0.12.0
13272025-01-25T04:37:00.821Z Compiling which v4.4.2
13282025-01-25T04:37:00.978Z Compiling tinyvec_macros v0.1.1
13292025-01-25T04:37:01.003Z Compiling num_threads v0.1.7
13302025-01-25T04:37:01.334Z Compiling atomic-waker v1.1.2
13312025-01-25T04:37:01.366Z Compiling time v0.3.36
13322025-01-25T04:37:01.383Z Compiling scroll v0.12.0
13332025-01-25T04:37:01.541Z Compiling tinyvec v1.8.0
13342025-01-25T04:37:01.809Z Compiling pest_generator v2.7.14
13352025-01-25T04:37:01.974Z Compiling idna_adapter v1.2.0
13362025-01-25T04:37:01.996Z Compiling http-body v1.0.1
13372025-01-25T04:37:02.207Z Compiling pkcs5 v0.7.1
13382025-01-25T04:37:02.246Z Compiling form_urlencoded v1.2.1
13392025-01-25T04:37:02.577Z Compiling slog v2.7.0
13402025-01-25T04:37:03.087Z Compiling try-lock v0.2.5
13412025-01-25T04:37:03.107Z Compiling goblin v0.8.2
13422025-01-25T04:37:03.262Z Compiling want v0.3.1
13432025-01-25T04:37:03.279Z Compiling pkcs8 v0.10.2
13442025-01-25T04:37:03.298Z Compiling idna v1.0.3
13452025-01-25T04:37:03.536Z Compiling uuid v1.12.0
13462025-01-25T04:37:03.726Z Compiling pest_derive v2.7.14
13472025-01-25T04:37:03.939Z Compiling httpdate v1.0.3
13482025-01-25T04:37:04.421Z Compiling iana-time-zone v0.1.61
13492025-01-25T04:37:04.540Z Compiling dtrace-parser v0.2.0
13502025-01-25T04:37:04.806Z Compiling chrono v0.4.39
13512025-01-25T04:37:05.058Z Compiling serde_spanned v0.6.8
13522025-01-25T04:37:05.312Z Compiling toml_datetime v0.6.8
13532025-01-25T04:37:05.679Z Compiling serde_tokenstream v0.2.2
13542025-01-25T04:37:05.819Z Compiling foreign-types-shared v0.1.1
13552025-01-25T04:37:05.959Z Compiling tokio-util v0.7.12
13562025-01-25T04:37:06.238Z Compiling rustversion v1.0.17
13572025-01-25T04:37:06.280Z Compiling base64 v0.22.1
13582025-01-25T04:37:06.492Z Compiling match_cfg v0.1.0
13592025-01-25T04:37:06.611Z Compiling adler2 v2.0.0
13602025-01-25T04:37:06.843Z Compiling tower-service v0.3.3
13612025-01-25T04:37:06.969Z Compiling h2 v0.4.6
13622025-01-25T04:37:06.999Z Compiling openssl v0.10.66
13632025-01-25T04:37:07.106Z Compiling miniz_oxide v0.8.0
13642025-01-25T04:37:07.316Z Compiling hostname v0.3.1
13652025-01-25T04:37:07.451Z Compiling foreign-types v0.3.2
13662025-01-25T04:37:07.531Z Compiling url v2.5.3
13672025-01-25T04:37:08.250Z Compiling async-trait v0.1.83
13682025-01-25T04:37:08.542Z Compiling openssl-macros v0.1.1
13692025-01-25T04:37:08.831Z Compiling serde_derive_internals v0.29.1
13702025-01-25T04:37:09.301Z Compiling dof v0.3.0
13712025-01-25T04:37:09.374Z Compiling dirs-sys-next v0.1.2
13722025-01-25T04:37:09.957Z Compiling data-encoding v2.6.0
13732025-01-25T04:37:10.652Z Compiling usdt-impl v0.5.0
13742025-01-25T04:37:11.204Z Compiling native-tls v0.2.12
13752025-01-25T04:37:11.241Z Compiling rustls v0.22.4
13762025-01-25T04:37:11.529Z Compiling syn v1.0.109
13772025-01-25T04:37:11.547Z Compiling siphasher v0.3.11
13782025-01-25T04:37:11.570Z Compiling schemars v0.8.21
13792025-01-25T04:37:11.952Z Compiling rustls v0.23.19
13802025-01-25T04:37:12.070Z Compiling schemars_derive v0.8.21
13812025-01-25T04:37:12.179Z Compiling dirs-next v2.0.0
13822025-01-25T04:37:12.233Z Compiling unicode-normalization v0.1.24
13832025-01-25T04:37:12.305Z Compiling http-body-util v0.1.2
13842025-01-25T04:37:12.750Z Compiling crossbeam-epoch v0.9.18
13852025-01-25T04:37:12.848Z Compiling heapless v0.7.17
13862025-01-25T04:37:13.302Z Compiling signature v2.2.0
13872025-01-25T04:37:13.333Z Compiling sha1 v0.10.6
13882025-01-25T04:37:13.460Z Compiling bzip2-sys v0.1.11+1.0.8
13892025-01-25T04:37:13.483Z Compiling thread_local v1.1.8
13902025-01-25T04:37:13.587Z Compiling encoding_rs v0.8.34
13912025-01-25T04:37:13.742Z Compiling multer v3.1.0
13922025-01-25T04:37:13.942Z Compiling cookie v0.18.1
13932025-01-25T04:37:13.987Z Compiling unicode-properties v0.1.3
13942025-01-25T04:37:14.030Z Compiling gimli v0.31.1
13952025-01-25T04:37:14.233Z Compiling hyper v1.5.2
13962025-01-25T04:37:14.414Z Compiling openssl-probe v0.1.5
13972025-01-25T04:37:14.741Z Compiling mime v0.3.17
13982025-01-25T04:37:15.113Z Compiling dyn-clone v1.0.17
13992025-01-25T04:37:15.271Z Compiling slog-async v2.8.0
14002025-01-25T04:37:15.338Z Compiling ipnet v2.10.1
14012025-01-25T04:37:15.773Z Compiling unicode-bidi v0.3.17
14022025-01-25T04:37:16.474Z Compiling rayon-core v1.12.1
14032025-01-25T04:37:16.801Z Compiling hyper-util v0.1.10
14042025-01-25T04:37:17.189Z Compiling signal-hook v0.3.17
14052025-01-25T04:37:17.379Z Compiling toml_edit v0.22.22
14062025-01-25T04:37:17.542Z Compiling stringprep v0.1.5
14072025-01-25T04:37:18.440Z Compiling addr2line v0.24.2
14082025-01-25T04:37:19.022Z Compiling crossbeam-deque v0.8.5
14092025-01-25T04:37:19.165Z Compiling usdt-macro v0.5.0
14102025-01-25T04:37:19.390Z Compiling usdt-attr-macro v0.5.0
14112025-01-25T04:37:19.760Z Compiling term v0.7.0
14122025-01-25T04:37:20.242Z Compiling slog-json v2.6.1
14132025-01-25T04:37:20.560Z Compiling serde_urlencoded v0.7.1
14142025-01-25T04:37:20.597Z Compiling crossbeam-channel v0.5.13
14152025-01-25T04:37:20.868Z Compiling curve25519-dalek v4.1.3
14162025-01-25T04:37:21.105Z Compiling futures-executor v0.3.31
14172025-01-25T04:37:21.108Z Compiling enum-as-inner v0.6.1
14182025-01-25T04:37:21.417Z Compiling md-5 v0.10.6
14192025-01-25T04:37:21.529Z Compiling async-stream-impl v0.3.6
14202025-01-25T04:37:21.594Z Compiling rustls-pemfile v2.2.0
14212025-01-25T04:37:21.614Z Compiling num-integer v0.1.46
14222025-01-25T04:37:21.677Z Compiling ff v0.13.0
14232025-01-25T04:37:21.964Z Compiling hash32 v0.2.1
14242025-01-25T04:37:21.984Z Compiling is-terminal v0.4.13
14252025-01-25T04:37:22.230Z Compiling dropshot v0.12.0
14262025-01-25T04:37:22.236Z Compiling object v0.36.5
14272025-01-25T04:37:22.337Z Compiling portable-atomic v1.9.0
14282025-01-25T04:37:22.418Z Compiling litrs v0.4.1
14292025-01-25T04:37:22.421Z Compiling num-bigint-dig v0.8.4
14302025-01-25T04:37:22.738Z Compiling fallible-iterator v0.2.0
14312025-01-25T04:37:22.807Z Compiling anyhow v1.0.95
14322025-01-25T04:37:23.351Z Compiling smoltcp v0.9.1
14332025-01-25T04:37:23.411Z Compiling psl-types v2.0.11
14342025-01-25T04:37:23.440Z Compiling linked-hash-map v0.5.6
14352025-01-25T04:37:23.543Z Compiling base16ct v0.2.0
14362025-01-25T04:37:23.619Z Compiling quick-error v1.2.3
14372025-01-25T04:37:23.782Z Compiling rustc-demangle v0.1.24
14382025-01-25T04:37:23.800Z Compiling take_mut v0.2.2
14392025-01-25T04:37:23.876Z Compiling utf-8 v0.7.6
14402025-01-25T04:37:24.044Z Compiling sec1 v0.7.3
14412025-01-25T04:37:24.198Z Compiling tungstenite v0.24.0
14422025-01-25T04:37:24.611Z Compiling resolv-conf v0.7.0
14432025-01-25T04:37:24.741Z Compiling lru-cache v0.1.2
14442025-01-25T04:37:24.959Z Compiling publicsuffix v2.3.0
14452025-01-25T04:37:25.004Z Compiling document-features v0.2.10
14462025-01-25T04:37:25.254Z Compiling postgres-protocol v0.6.7
14472025-01-25T04:37:25.423Z Compiling async-stream v0.3.6
14482025-01-25T04:37:25.736Z Compiling hickory-proto v0.24.2
14492025-01-25T04:37:26.184Z Compiling num-iter v0.1.45
14502025-01-25T04:37:26.391Z Compiling usdt v0.5.0
14512025-01-25T04:37:26.413Z Compiling slog-term v2.9.1
14522025-01-25T04:37:26.557Z Compiling group v0.13.0
14532025-01-25T04:37:26.697Z Compiling futures v0.3.31
14542025-01-25T04:37:26.855Z Compiling toml v0.8.19
14552025-01-25T04:37:26.909Z Compiling slog-bunyan v2.5.0
14562025-01-25T04:37:28.201Z Compiling tokio-native-tls v0.3.1
14572025-01-25T04:37:28.497Z Compiling camino v1.1.9
14582025-01-25T04:37:28.699Z Compiling phf_shared v0.11.2
14592025-01-25T04:37:28.762Z Compiling dropshot_endpoint v0.12.0
14602025-01-25T04:37:29.073Z Compiling backtrace v0.3.74
14612025-01-25T04:37:29.335Z Compiling waitgroup v0.1.2
14622025-01-25T04:37:29.366Z Compiling terminal_size v0.4.0
14632025-01-25T04:37:29.498Z Compiling openapiv3 v2.0.0
14642025-01-25T04:37:29.575Z Compiling serde_path_to_error v0.1.16
14652025-01-25T04:37:29.593Z Compiling hkdf v0.12.4
14662025-01-25T04:37:29.873Z Compiling crypto-bigint v0.5.5
14672025-01-25T04:37:30.384Z Compiling zerocopy-derive v0.6.6
14682025-01-25T04:37:32.267Z Compiling curve25519-dalek-derive v0.1.1
14692025-01-25T04:37:32.393Z Compiling webpki-roots v0.26.6
14702025-01-25T04:37:32.634Z Compiling hostname v0.4.0
14712025-01-25T04:37:32.871Z Compiling ahash v0.8.11
14722025-01-25T04:37:32.916Z Compiling hubpack_derive v0.1.1
14732025-01-25T04:37:33.072Z Compiling crc32fast v1.4.2
14742025-01-25T04:37:33.211Z Compiling fs-err v2.11.0
14752025-01-25T04:37:33.424Z Compiling managed v0.8.0
14762025-01-25T04:37:33.517Z Compiling debug-ignore v1.0.5
14772025-01-25T04:37:33.680Z Compiling newtype-uuid v1.2.1
14782025-01-25T04:37:33.745Z Compiling winnow v0.5.40
14792025-01-25T04:37:33.807Z Compiling bitflags v1.3.2
14802025-01-25T04:37:33.830Z Compiling clap_builder v4.5.21
14812025-01-25T04:37:33.859Z Compiling hubpack v0.1.2
14822025-01-25T04:37:34.284Z Compiling console v0.15.8
14832025-01-25T04:37:35.317Z Compiling strum_macros v0.25.3
14842025-01-25T04:37:35.905Z Compiling flate2 v1.0.35
14852025-01-25T04:37:36.077Z Compiling elliptic-curve v0.13.8
14862025-01-25T04:37:36.188Z Compiling zerocopy v0.6.6
14872025-01-25T04:37:36.832Z Compiling hickory-resolver v0.24.2
14882025-01-25T04:37:37.007Z Compiling phf v0.11.2
14892025-01-25T04:37:37.305Z Compiling toml_edit v0.19.15
14902025-01-25T04:37:37.392Z Compiling signal-hook-mio v0.2.4
14912025-01-25T04:37:37.570Z Compiling hyper-tls v0.6.0
14922025-01-25T04:37:37.868Z Compiling cookie_store v0.21.1
14932025-01-25T04:37:37.985Z Compiling rayon v1.10.0
14942025-01-25T04:37:39.226Z Compiling bzip2 v0.4.4
14952025-01-25T04:37:39.621Z Compiling postgres-types v0.2.8
14962025-01-25T04:37:42.195Z Compiling tokio-tungstenite v0.24.0
14972025-01-25T04:37:42.333Z Compiling ed25519 v2.2.3
14982025-01-25T04:37:42.354Z Compiling phf_shared v0.10.0
14992025-01-25T04:37:42.503Z Compiling tokio-stream v0.1.16
15002025-01-25T04:37:42.761Z Compiling pkcs1 v0.7.5
15012025-01-25T04:37:42.782Z Compiling serde-big-array v0.5.1
15022025-01-25T04:37:42.904Z Compiling clap_derive v4.5.18
15032025-01-25T04:37:43.033Z Compiling rfc6979 v0.4.0
15042025-01-25T04:37:43.252Z Compiling serde_repr v0.1.19
15052025-01-25T04:37:43.483Z Compiling derive-where v1.2.7
15062025-01-25T04:37:43.688Z Compiling float-cmp v0.9.0
15072025-01-25T04:37:43.937Z Compiling bstr v1.10.0
15082025-01-25T04:37:44.242Z Compiling sync_wrapper v1.0.1
15092025-01-25T04:37:44.419Z Compiling number_prefix v0.4.0
15102025-01-25T04:37:44.441Z Compiling difflib v0.4.0
15112025-01-25T04:37:44.738Z Compiling whoami v1.5.2
15122025-01-25T04:37:44.952Z Compiling unicode-width v0.2.0
15132025-01-25T04:37:45.292Z Compiling predicates-core v1.0.8
15142025-01-25T04:37:45.447Z Compiling bit-vec v0.6.3
15152025-01-25T04:37:45.553Z Compiling static_assertions v1.1.0
15162025-01-25T04:37:45.698Z Compiling new_debug_unreachable v1.0.6
15172025-01-25T04:37:45.702Z Compiling precomputed-hash v0.1.1
15182025-01-25T04:37:45.757Z Compiling normalize-line-endings v0.3.0
15192025-01-25T04:37:45.809Z Compiling fixedbitset v0.4.2
15202025-01-25T04:37:45.863Z Compiling unicode-segmentation v1.12.0
15212025-01-25T04:37:45.867Z Compiling predicates v3.1.2
15222025-01-25T04:37:45.902Z Compiling string_cache v0.8.7
15232025-01-25T04:37:46.270Z Compiling petgraph v0.6.5
15242025-01-25T04:37:46.383Z Compiling bit-set v0.5.3
15252025-01-25T04:37:46.673Z Compiling similar v2.6.0
15262025-01-25T04:37:46.827Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15272025-01-25T04:37:46.854Z Compiling indicatif v0.17.9
15282025-01-25T04:37:47.539Z Compiling tokio-postgres v0.7.12
15292025-01-25T04:37:47.653Z Compiling clap v4.5.21
15302025-01-25T04:37:47.792Z Compiling rsa v0.9.6
15312025-01-25T04:37:48.905Z Compiling ecdsa v0.16.9
15322025-01-25T04:37:49.071Z Compiling ed25519-dalek v2.1.1
15332025-01-25T04:37:49.762Z Compiling toml v0.7.8
15342025-01-25T04:37:50.055Z Compiling zip v0.6.6
15352025-01-25T04:37:50.439Z Compiling crossterm v0.28.1
15362025-01-25T04:37:52.253Z Compiling hex v0.4.3
15372025-01-25T04:37:52.430Z Compiling x509-cert v0.2.5
15382025-01-25T04:37:52.840Z Compiling itertools v0.10.5
15392025-01-25T04:37:53.436Z Compiling lalrpop-util v0.19.12
15402025-01-25T04:37:53.449Z Compiling unicode-xid v0.2.6
15412025-01-25T04:37:53.668Z Compiling peg-runtime v0.8.3
15422025-01-25T04:37:53.807Z Compiling strum_macros v0.26.4
15432025-01-25T04:37:53.909Z Compiling xattr v1.3.1
15442025-01-25T04:37:53.945Z Compiling filetime v0.2.25
15452025-01-25T04:37:54.178Z Compiling tar v0.4.42
15462025-01-25T04:37:58.640Z Compiling strum v0.26.3
15472025-01-25T04:38:01.428Z Compiling aws-lc-sys v0.22.0
15482025-01-25T04:38:37.228Z Compiling rustls-webpki v0.102.8
15492025-01-25T04:38:40.533Z Compiling tokio-rustls v0.25.0
15502025-01-25T04:38:42.259Z Compiling tokio-rustls v0.26.0
15512025-01-25T04:38:42.573Z Compiling hyper-rustls v0.27.3
15522025-01-25T04:38:43.160Z Compiling reqwest v0.12.9
15532025-01-25T04:38:44.336Z Compiling qorb v0.2.1
15542025-01-25T04:38:47.518Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15552025-01-25T04:38:47.765Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15562025-01-25T04:38:52.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15572025-01-25T04:38:52.466Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15582025-01-25T04:38:52.519ZJan 25 04:38:51.905 INFO Starting download, target: Clickhouse
15592025-01-25T04:38:52.519ZJan 25 04:38:51.906 INFO Starting download, target: Cockroach
15602025-01-25T04:38:52.519ZJan 25 04:38:51.906 INFO Starting download, target: Console
15612025-01-25T04:38:52.519ZJan 25 04:38:51.906 INFO Starting download, target: DendriteOpenapi
15622025-01-25T04:38:52.519ZJan 25 04:38:51.906 INFO Starting download, target: DendriteStub
15632025-01-25T04:38:52.522ZJan 25 04:38:51.906 INFO Starting download, target: MaghemiteMgd
15642025-01-25T04:38:52.522ZJan 25 04:38:51.906 INFO Starting download, target: TransceiverControl
15652025-01-25T04:38:52.522ZJan 25 04:38:51.907 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15662025-01-25T04:38:52.522ZJan 25 04:38:51.907 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15672025-01-25T04:38:52.522ZJan 25 04:38:51.907 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15682025-01-25T04:38:52.522ZJan 25 04:38:51.907 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15692025-01-25T04:38:52.522ZJan 25 04:38:51.907 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15702025-01-25T04:38:52.522ZJan 25 04:38:51.907 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15712025-01-25T04:38:52.523ZJan 25 04:38:51.907 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15722025-01-25T04:38:52.717ZJan 25 04:38:52.088 INFO Download complete, target: DendriteOpenapi
15732025-01-25T04:38:52.912ZJan 25 04:38:52.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15742025-01-25T04:38:53.277ZJan 25 04:38:52.416 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15752025-01-25T04:38:53.383ZJan 25 04:38:52.738 INFO Download complete, target: Console
15762025-01-25T04:38:53.492ZJan 25 04:38:52.874 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15772025-01-25T04:38:53.569ZJan 25 04:38:52.951 INFO Download complete, target: TransceiverControl
15782025-01-25T04:38:53.712ZJan 25 04:38:53.096 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15792025-01-25T04:38:54.031ZJan 25 04:38:53.417 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15802025-01-25T04:38:54.031ZJan 25 04:38:53.417 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15812025-01-25T04:38:54.852ZJan 25 04:38:54.238 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15822025-01-25T04:38:56.314ZJan 25 04:38:55.699 INFO Download complete, target: MaghemiteMgd
15832025-01-25T04:38:56.502ZJan 25 04:38:55.888 INFO Download complete, target: DendriteStub
15842025-01-25T04:39:01.620ZJan 25 04:39:01.005 INFO Checking that binary works, target: Cockroach
15852025-01-25T04:39:01.796ZJan 25 04:39:01.181 INFO Download complete, target: Cockroach
15862025-01-25T04:39:07.275ZJan 25 04:39:06.658 INFO Checking that binary works, target: Clickhouse
15872025-01-25T04:39:08.181ZJan 25 04:39:07.565 INFO Download complete, target: Clickhouse
15882025-01-25T04:39:08.296ZAll builder prerequisites installed successfully, and PATH looks valid
15892025-01-25T04:39:08.299Z
15902025-01-25T04:39:08.299Zreal 5:12.888551132
15912025-01-25T04:39:08.299Zuser 16:03.927986292
15922025-01-25T04:39:08.299Zsys 2:05.532995321
15932025-01-25T04:39:08.299Ztrap 0.585152094
15942025-01-25T04:39:08.299Ztflt 8.940376941
15952025-01-25T04:39:08.299Zdflt 7.492930051
15962025-01-25T04:39:08.299Zkflt 0.445535640
15972025-01-25T04:39:08.299Zlock 25:52.491038237
15982025-01-25T04:39:08.299Zslp 58:45.876749629
15992025-01-25T04:39:08.299Zlat 55.540914048
16002025-01-25T04:39:08.299Zstop 2:19.091182854
16012025-01-25T04:39:08.299Z+ banner hack-check
16022025-01-25T04:39:08.303Z
16032025-01-25T04:39:08.303Z # # ## #### # # #### # # ###### #### # #
16042025-01-25T04:39:08.303Z # # # # # # # # # # # # # # # # #
16052025-01-25T04:39:08.303Z ###### # # # #### ##### # ###### ##### # ####
16062025-01-25T04:39:08.303Z # # ###### # # # # # # # # # #
16072025-01-25T04:39:08.303Z # # # # # # # # # # # # # # # # #
16082025-01-25T04:39:08.303Z # # # # #### # # #### # # ###### #### # #
16092025-01-25T04:39:08.303Z
16102025-01-25T04:39:08.303Z+ export CARGO_INCREMENTAL=0
16112025-01-25T04:39:08.303Z+ CARGO_INCREMENTAL=0
16122025-01-25T04:39:08.303Z+ ptime -m timeout 2h cargo xtask check-features --ci
16132025-01-25T04:39:08.866Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16142025-01-25T04:39:11.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
16152025-01-25T04:39:11.974Z Running `target/debug/xtask check-features --ci`
16162025-01-25T04:39:12.002Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16172025-01-25T04:39:12.002Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16182025-01-25T04:39:12.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16192025-01-25T04:39:12.504Z Running `target/debug/xtask download cargo-hack`
16202025-01-25T04:39:13.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16212025-01-25T04:39:13.760Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16222025-01-25T04:39:17.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s
16232025-01-25T04:39:17.753Z Running `target/debug/xtask-downloader cargo-hack`
16242025-01-25T04:39:17.796ZJan 25 04:39:17.179 INFO Starting download, target: CargoHack
16252025-01-25T04:39:17.798ZJan 25 04:39:17.179 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16262025-01-25T04:39:18.204ZJan 25 04:39:17.587 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16272025-01-25T04:39:18.293ZJan 25 04:39:17.676 INFO Download complete, target: CargoHack
16282025-01-25T04:39:18.298Zrunning: "/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"
16292025-01-25T04:39:18.315Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16302025-01-25T04:39:18.494Zinfo: running `cargo check --bins` on api_identity (1/197)
16312025-01-25T04:39:19.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322025-01-25T04:39:19.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332025-01-25T04:39:19.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342025-01-25T04:39:19.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16352025-01-25T04:39:19.117Z
16362025-01-25T04:39:19.117Zinfo: running `cargo check --bins` on bootstore (2/197)
16372025-01-25T04:39:19.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382025-01-25T04:39:19.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392025-01-25T04:39:19.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402025-01-25T04:39:19.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16412025-01-25T04:39:19.764Z
16422025-01-25T04:39:19.764Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16432025-01-25T04:39:20.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442025-01-25T04:39:20.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452025-01-25T04:39:20.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462025-01-25T04:39:20.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16472025-01-25T04:39:20.381Z
16482025-01-25T04:39:20.381Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16492025-01-25T04:39:20.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502025-01-25T04:39:20.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512025-01-25T04:39:20.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522025-01-25T04:39:20.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16532025-01-25T04:39:21.020Z
16542025-01-25T04:39:21.020Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16552025-01-25T04:39:21.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562025-01-25T04:39:21.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572025-01-25T04:39:21.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582025-01-25T04:39:21.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16592025-01-25T04:39:21.469Z
16602025-01-25T04:39:21.469Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16612025-01-25T04:39:21.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622025-01-25T04:39:21.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632025-01-25T04:39:21.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642025-01-25T04:39:21.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16652025-01-25T04:39:21.918Z
16662025-01-25T04:39:21.918Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16672025-01-25T04:39:22.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682025-01-25T04:39:22.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692025-01-25T04:39:22.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702025-01-25T04:39:22.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16712025-01-25T04:39:22.403Z
16722025-01-25T04:39:22.403Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16732025-01-25T04:39:22.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742025-01-25T04:39:22.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752025-01-25T04:39:22.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762025-01-25T04:39:22.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16772025-01-25T04:39:22.828Z
16782025-01-25T04:39:22.828Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16792025-01-25T04:39:23.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802025-01-25T04:39:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812025-01-25T04:39:23.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822025-01-25T04:39:23.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16832025-01-25T04:39:23.278Z
16842025-01-25T04:39:23.278Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16852025-01-25T04:39:23.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862025-01-25T04:39:23.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872025-01-25T04:39:23.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882025-01-25T04:39:23.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16892025-01-25T04:39:23.712Z
16902025-01-25T04:39:23.712Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16912025-01-25T04:39:24.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922025-01-25T04:39:24.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932025-01-25T04:39:24.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942025-01-25T04:39:24.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16952025-01-25T04:39:24.134Z
16962025-01-25T04:39:24.134Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
16972025-01-25T04:39:24.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982025-01-25T04:39:24.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992025-01-25T04:39:24.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002025-01-25T04:39:24.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17012025-01-25T04:39:24.637Z
17022025-01-25T04:39:24.637Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17032025-01-25T04:39:24.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042025-01-25T04:39:24.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052025-01-25T04:39:24.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062025-01-25T04:39:24.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17072025-01-25T04:39:24.976Z
17082025-01-25T04:39:24.976Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17092025-01-25T04:39:25.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102025-01-25T04:39:25.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112025-01-25T04:39:25.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122025-01-25T04:39:25.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17132025-01-25T04:39:25.399Z
17142025-01-25T04:39:25.399Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17152025-01-25T04:39:25.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162025-01-25T04:39:25.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172025-01-25T04:39:25.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182025-01-25T04:39:25.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17192025-01-25T04:39:25.820Z
17202025-01-25T04:39:25.820Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17212025-01-25T04:39:26.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222025-01-25T04:39:26.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232025-01-25T04:39:26.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242025-01-25T04:39:26.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17252025-01-25T04:39:26.255Z
17262025-01-25T04:39:26.255Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17272025-01-25T04:39:26.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282025-01-25T04:39:26.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292025-01-25T04:39:26.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302025-01-25T04:39:26.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17312025-01-25T04:39:26.704Z
17322025-01-25T04:39:26.704Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17332025-01-25T04:39:27.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342025-01-25T04:39:27.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352025-01-25T04:39:27.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362025-01-25T04:39:27.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17372025-01-25T04:39:27.163Z
17382025-01-25T04:39:27.163Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17392025-01-25T04:39:27.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402025-01-25T04:39:27.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412025-01-25T04:39:27.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422025-01-25T04:39:27.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17432025-01-25T04:39:27.636Z
17442025-01-25T04:39:27.636Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17452025-01-25T04:39:28.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462025-01-25T04:39:28.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472025-01-25T04:39:28.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482025-01-25T04:39:28.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17492025-01-25T04:39:28.093Z
17502025-01-25T04:39:28.093Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17512025-01-25T04:39:28.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522025-01-25T04:39:28.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532025-01-25T04:39:28.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542025-01-25T04:39:28.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17552025-01-25T04:39:28.557Z
17562025-01-25T04:39:28.557Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17572025-01-25T04:39:28.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582025-01-25T04:39:28.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592025-01-25T04:39:28.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602025-01-25T04:39:28.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17612025-01-25T04:39:29.022Z
17622025-01-25T04:39:29.022Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17632025-01-25T04:39:29.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642025-01-25T04:39:29.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652025-01-25T04:39:29.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662025-01-25T04:39:29.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17672025-01-25T04:39:29.483Z
17682025-01-25T04:39:29.483Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17692025-01-25T04:39:29.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702025-01-25T04:39:29.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712025-01-25T04:39:29.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722025-01-25T04:39:29.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17732025-01-25T04:39:29.939Z
17742025-01-25T04:39:29.940Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17752025-01-25T04:39:30.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762025-01-25T04:39:30.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772025-01-25T04:39:30.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782025-01-25T04:39:30.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17792025-01-25T04:39:30.393Z
17802025-01-25T04:39:30.393Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17812025-01-25T04:39:30.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822025-01-25T04:39:30.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832025-01-25T04:39:30.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842025-01-25T04:39:30.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17852025-01-25T04:39:30.848Z
17862025-01-25T04:39:30.848Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17872025-01-25T04:39:31.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882025-01-25T04:39:31.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892025-01-25T04:39:31.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902025-01-25T04:39:31.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17912025-01-25T04:39:31.365Z
17922025-01-25T04:39:31.365Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
17932025-01-25T04:39:31.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942025-01-25T04:39:31.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952025-01-25T04:39:31.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962025-01-25T04:39:31.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17972025-01-25T04:39:31.751Z
17982025-01-25T04:39:31.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
17992025-01-25T04:39:32.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002025-01-25T04:39:32.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012025-01-25T04:39:32.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022025-01-25T04:39:32.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18032025-01-25T04:39:32.207Z
18042025-01-25T04:39:32.207Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18052025-01-25T04:39:32.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062025-01-25T04:39:32.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072025-01-25T04:39:32.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082025-01-25T04:39:32.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18092025-01-25T04:39:32.658Z
18102025-01-25T04:39:32.658Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18112025-01-25T04:39:33.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122025-01-25T04:39:33.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132025-01-25T04:39:33.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142025-01-25T04:39:33.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18152025-01-25T04:39:33.095Z
18162025-01-25T04:39:33.095Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18172025-01-25T04:39:33.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182025-01-25T04:39:33.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192025-01-25T04:39:33.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202025-01-25T04:39:33.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18212025-01-25T04:39:33.594Z
18222025-01-25T04:39:33.594Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18232025-01-25T04:39:33.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242025-01-25T04:39:33.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252025-01-25T04:39:33.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262025-01-25T04:39:33.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18272025-01-25T04:39:34.003Z
18282025-01-25T04:39:34.003Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18292025-01-25T04:39:34.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302025-01-25T04:39:34.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312025-01-25T04:39:34.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322025-01-25T04:39:34.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18332025-01-25T04:39:34.442Z
18342025-01-25T04:39:34.442Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18352025-01-25T04:39:34.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362025-01-25T04:39:34.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372025-01-25T04:39:34.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382025-01-25T04:39:34.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18392025-01-25T04:39:34.897Z
18402025-01-25T04:39:34.897Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18412025-01-25T04:39:35.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422025-01-25T04:39:35.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432025-01-25T04:39:35.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442025-01-25T04:39:35.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18452025-01-25T04:39:35.333Z
18462025-01-25T04:39:35.333Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18472025-01-25T04:39:35.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482025-01-25T04:39:35.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492025-01-25T04:39:35.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502025-01-25T04:39:35.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18512025-01-25T04:39:35.836Z
18522025-01-25T04:39:35.836Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18532025-01-25T04:39:36.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542025-01-25T04:39:36.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552025-01-25T04:39:36.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562025-01-25T04:39:36.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572025-01-25T04:39:36.227Z
18582025-01-25T04:39:36.227Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18592025-01-25T04:39:36.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602025-01-25T04:39:36.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612025-01-25T04:39:36.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622025-01-25T04:39:36.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18632025-01-25T04:39:36.657Z
18642025-01-25T04:39:36.657Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18652025-01-25T04:39:37.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662025-01-25T04:39:37.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672025-01-25T04:39:37.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682025-01-25T04:39:37.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692025-01-25T04:39:37.113Z
18702025-01-25T04:39:37.113Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18712025-01-25T04:39:37.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722025-01-25T04:39:37.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732025-01-25T04:39:37.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742025-01-25T04:39:37.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18752025-01-25T04:39:37.545Z
18762025-01-25T04:39:37.545Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18772025-01-25T04:39:37.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782025-01-25T04:39:37.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792025-01-25T04:39:37.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802025-01-25T04:39:37.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18812025-01-25T04:39:38.077Z
18822025-01-25T04:39:38.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18832025-01-25T04:39:38.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842025-01-25T04:39:38.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852025-01-25T04:39:38.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862025-01-25T04:39:38.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18872025-01-25T04:39:38.413Z
18882025-01-25T04:39:38.413Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18892025-01-25T04:39:38.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902025-01-25T04:39:38.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912025-01-25T04:39:38.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922025-01-25T04:39:38.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18932025-01-25T04:39:38.858Z
18942025-01-25T04:39:38.858Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
18952025-01-25T04:39:39.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962025-01-25T04:39:39.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972025-01-25T04:39:39.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982025-01-25T04:39:39.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18992025-01-25T04:39:39.504Z
19002025-01-25T04:39:39.504Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19012025-01-25T04:39:40.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022025-01-25T04:39:40.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032025-01-25T04:39:40.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042025-01-25T04:39:40.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19052025-01-25T04:39:40.137Z
19062025-01-25T04:39:40.137Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19072025-01-25T04:39:40.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082025-01-25T04:39:40.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092025-01-25T04:39:40.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102025-01-25T04:39:40.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19112025-01-25T04:39:40.768Z
19122025-01-25T04:39:40.768Zinfo: running `cargo check --bins` on oxlog (48/197)
19132025-01-25T04:39:41.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142025-01-25T04:39:41.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152025-01-25T04:39:41.425Z Checking cfg-if v1.0.0
19162025-01-25T04:39:41.429Z Checking libc v0.2.169
19172025-01-25T04:39:41.489Z Checking serde v1.0.217
19182025-01-25T04:39:41.489Z Checking zeroize v1.8.1
19192025-01-25T04:39:41.509Z Checking memchr v2.7.4
19202025-01-25T04:39:41.512Z Checking typenum v1.17.0
19212025-01-25T04:39:41.532Z Checking scopeguard v1.2.0
19222025-01-25T04:39:41.544Z Checking subtle v2.6.1
19232025-01-25T04:39:41.558Z Checking value-bag v1.9.0
19242025-01-25T04:39:41.672Z Checking lock_api v0.4.12
19252025-01-25T04:39:41.742Z Checking smallvec v1.13.2
19262025-01-25T04:39:41.823Z Checking itoa v1.0.11
19272025-01-25T04:39:41.964Z Checking log v0.4.22
19282025-01-25T04:39:42.050Z Checking const-oid v0.9.6
19292025-01-25T04:39:42.077Z Checking pin-project-lite v0.2.14
19302025-01-25T04:39:42.092Z Checking byteorder v1.5.0
19312025-01-25T04:39:42.211Z Checking futures-core v0.3.31
19322025-01-25T04:39:42.332Z Checking once_cell v1.20.2
19332025-01-25T04:39:42.414Z Checking stable_deref_trait v1.2.0
19342025-01-25T04:39:42.430Z Checking cpufeatures v0.2.14
19352025-01-25T04:39:42.547Z Checking getrandom v0.2.15
19362025-01-25T04:39:42.556Z Checking parking_lot_core v0.9.10
19372025-01-25T04:39:42.557Z Checking signal-hook-registry v1.4.2
19382025-01-25T04:39:42.557Z Checking mio v1.0.2
19392025-01-25T04:39:42.559Z Checking generic-array v0.14.7
19402025-01-25T04:39:42.616Z Checking futures-sink v0.3.31
19412025-01-25T04:39:42.698Z Checking rand_core v0.6.4
19422025-01-25T04:39:42.761Z Checking socket2 v0.5.7
19432025-01-25T04:39:42.778Z Checking spin v0.9.8
19442025-01-25T04:39:42.828Z Checking parking_lot v0.12.3
19452025-01-25T04:39:43.024Z Checking zerocopy v0.7.35
19462025-01-25T04:39:43.100Z Checking zerofrom v0.1.4
19472025-01-25T04:39:43.118Z Checking slab v0.4.9
19482025-01-25T04:39:43.161Z Checking futures-channel v0.3.31
19492025-01-25T04:39:43.209Z Checking pin-utils v0.1.0
19502025-01-25T04:39:43.300Z Checking equivalent v1.0.1
19512025-01-25T04:39:43.317Z Checking yoke v0.7.4
19522025-01-25T04:39:43.374Z Checking allocator-api2 v0.2.18
19532025-01-25T04:39:43.414Z Checking foldhash v0.1.3
19542025-01-25T04:39:43.501Z Checking futures-task v0.3.31
19552025-01-25T04:39:43.669Z Checking futures-io v0.3.31
19562025-01-25T04:39:43.672Z Checking crypto-common v0.1.6
19572025-01-25T04:39:43.672Z Checking block-buffer v0.10.4
19582025-01-25T04:39:43.749Z Checking zerovec v0.10.4
19592025-01-25T04:39:43.800Z Checking futures-util v0.3.31
19602025-01-25T04:39:43.824Z Checking block-padding v0.3.3
19612025-01-25T04:39:43.877Z Checking ryu v1.0.18
19622025-01-25T04:39:43.975Z Checking digest v0.10.7
19632025-01-25T04:39:43.978Z Checking hashbrown v0.15.1
19642025-01-25T04:39:44.018Z Checking inout v0.1.3
19652025-01-25T04:39:44.127Z Checking writeable v0.5.5
19662025-01-25T04:39:44.255Z Checking fnv v1.0.7
19672025-01-25T04:39:44.271Z Checking litemap v0.7.3
19682025-01-25T04:39:44.330Z Checking hmac v0.12.1
19692025-01-25T04:39:44.398Z Checking sha2 v0.10.8
19702025-01-25T04:39:44.440Z Checking cipher v0.4.4
19712025-01-25T04:39:44.562Z Checking libm v0.2.8
19722025-01-25T04:39:44.606Z Checking base64ct v1.6.0
19732025-01-25T04:39:44.838Z Checking ppv-lite86 v0.2.20
19742025-01-25T04:39:44.970Z Checking icu_locid_transform_data v1.5.0
19752025-01-25T04:39:45.029Z Checking flagset v0.4.6
19762025-01-25T04:39:45.046Z Checking pem-rfc7468 v0.7.0
19772025-01-25T04:39:45.066Z Checking tracing-core v0.1.32
19782025-01-25T04:39:45.227Z Checking thiserror v1.0.69
19792025-01-25T04:39:45.283Z Checking tinystr v0.7.6
19802025-01-25T04:39:45.327Z Checking der v0.7.9
19812025-01-25T04:39:45.374Z Checking icu_collections v1.5.0
19822025-01-25T04:39:45.477Z Checking num-traits v0.2.19
19832025-01-25T04:39:45.568Z Checking rand_chacha v0.3.1
19842025-01-25T04:39:45.603Z Checking icu_locid v1.5.0
19852025-01-25T04:39:45.706Z Checking icu_properties_data v1.5.0
19862025-01-25T04:39:45.965Z Checking percent-encoding v2.3.1
19872025-01-25T04:39:45.985Z Checking rustls-pki-types v1.10.0
19882025-01-25T04:39:46.045Z Checking bytes v1.9.0
19892025-01-25T04:39:46.045Z Checking indexmap v2.7.0
19902025-01-25T04:39:46.188Z Checking serde_json v1.0.135
19912025-01-25T04:39:46.566Z Checking bitflags v2.6.0
19922025-01-25T04:39:46.569Z Checking icu_provider v1.5.0
19932025-01-25T04:39:46.870Z Checking tokio v1.43.0
19942025-01-25T04:39:46.888Z Checking http v1.2.0
19952025-01-25T04:39:47.018Z Checking spki v0.7.3
19962025-01-25T04:39:47.026Z Checking rand v0.8.5
19972025-01-25T04:39:47.213Z Checking icu_locid_transform v1.5.0
19982025-01-25T04:39:47.213Z Checking tracing v0.1.40
19992025-01-25T04:39:47.304Z Checking salsa20 v0.10.2
20002025-01-25T04:39:47.539Z Checking pbkdf2 v0.12.2
20012025-01-25T04:39:47.577Z Checking aws-lc-sys v0.22.0
20022025-01-25T04:39:47.699Z Checking httparse v1.9.5
20032025-01-25T04:39:47.878Z Checking write16 v1.0.0
20042025-01-25T04:39:48.017Z Checking utf8_iter v1.0.4
20052025-01-25T04:39:48.170Z Checking mirai-annotations v1.12.0
20062025-01-25T04:39:48.203Z Checking utf16_iter v1.0.5
20072025-01-25T04:39:48.220Z Checking powerfmt v0.2.0
20082025-01-25T04:39:48.239Z Checking icu_properties v1.5.1
20092025-01-25T04:39:48.283Z Checking untrusted v0.9.0
20102025-01-25T04:39:48.332Z Checking untrusted v0.7.1
20112025-01-25T04:39:48.356Z Checking icu_normalizer_data v1.5.0
20122025-01-25T04:39:48.372Z Checking scrypt v0.11.0
20132025-01-25T04:39:48.448Z Checking ring v0.17.8
20142025-01-25T04:39:48.465Z Checking cbc v0.1.2
20152025-01-25T04:39:48.479Z Checking deranged v0.3.11
20162025-01-25T04:39:48.502Z Checking aes v0.8.4
20172025-01-25T04:39:48.592Z Checking crossbeam-utils v0.8.20
20182025-01-25T04:39:48.674Z Checking time-core v0.1.2
20192025-01-25T04:39:48.835Z Checking num-conv v0.1.0
20202025-01-25T04:39:49.095Z Checking num_threads v0.1.7
20212025-01-25T04:39:49.261Z Checking tinyvec_macros v0.1.1
20222025-01-25T04:39:49.311Z Checking atomic-waker v1.1.2
20232025-01-25T04:39:49.329Z Checking tinyvec v1.8.0
20242025-01-25T04:39:49.457Z Checking http-body v1.0.1
20252025-01-25T04:39:49.474Z Checking pkcs5 v0.7.1
20262025-01-25T04:39:49.659Z Checking aws-lc-rs v1.10.0
20272025-01-25T04:39:49.680Z Checking form_urlencoded v1.2.1
20282025-01-25T04:39:49.777Z Checking time v0.3.36
20292025-01-25T04:39:49.907Z Checking try-lock v0.2.5
20302025-01-25T04:39:49.990Z Checking pkcs8 v0.10.2
20312025-01-25T04:39:50.061Z Checking want v0.3.1
20322025-01-25T04:39:50.248Z Checking uuid v1.12.0
20332025-01-25T04:39:50.266Z Checking httpdate v1.0.3
20342025-01-25T04:39:50.381Z Checking unicode-ident v1.0.14
20352025-01-25T04:39:50.492Z Checking proc-macro2 v1.0.92
20362025-01-25T04:39:50.526Z Checking serde_spanned v0.6.8
20372025-01-25T04:39:50.684Z Checking toml_datetime v0.6.8
20382025-01-25T04:39:50.736Z Checking slog v2.7.0
20392025-01-25T04:39:50.879Z Checking scroll v0.12.0
20402025-01-25T04:39:50.991Z Checking match_cfg v0.1.0
20412025-01-25T04:39:51.107Z Checking iana-time-zone v0.1.61
20422025-01-25T04:39:51.185Z Checking foreign-types-shared v0.1.1
20432025-01-25T04:39:51.228Z Checking tower-service v0.3.3
20442025-01-25T04:39:51.275Z Checking plain v0.2.3
20452025-01-25T04:39:51.313Z Checking ucd-trie v0.1.7
20462025-01-25T04:39:51.358Z Checking base64 v0.22.1
20472025-01-25T04:39:51.374Z Checking adler2 v2.0.0
20482025-01-25T04:39:51.496Z Checking rustls-webpki v0.102.8
20492025-01-25T04:39:51.505Z Checking goblin v0.8.2
20502025-01-25T04:39:51.521Z Checking pest v2.7.14
20512025-01-25T04:39:51.537Z Checking miniz_oxide v0.8.0
20522025-01-25T04:39:51.552Z Checking icu_normalizer v1.5.0
20532025-01-25T04:39:51.830Z Checking foreign-types v0.3.2
20542025-01-25T04:39:51.935Z Checking chrono v0.4.39
20552025-01-25T04:39:52.214Z Checking quote v1.0.38
20562025-01-25T04:39:52.231Z Checking hostname v0.3.1
20572025-01-25T04:39:52.297Z Checking openssl-sys v0.9.103
20582025-01-25T04:39:52.350Z Checking idna_adapter v1.2.0
20592025-01-25T04:39:52.367Z Checking errno v0.3.9
20602025-01-25T04:39:52.638Z Checking dirs-sys-next v0.1.2
20612025-01-25T04:39:52.655Z Checking idna v1.0.3
20622025-01-25T04:39:52.656Z Checking aho-corasick v1.1.3
20632025-01-25T04:39:52.729Z Checking pretty-hex v0.4.1
20642025-01-25T04:39:52.913Z Checking regex-syntax v0.8.5
20652025-01-25T04:39:53.054Z Checking url v2.5.3
20662025-01-25T04:39:53.471Z Compiling newtype-uuid v1.2.1
20672025-01-25T04:39:53.647Z Checking tokio-util v0.7.12
20682025-01-25T04:39:53.775Z Checking siphasher v0.3.11
20692025-01-25T04:39:53.884Z Checking data-encoding v2.6.0
20702025-01-25T04:39:53.960Z Checking openssl v0.10.66
20712025-01-25T04:39:54.073Z Checking dirs-next v2.0.0
20722025-01-25T04:39:54.091Z Checking dtrace-parser v0.2.0
20732025-01-25T04:39:54.120Z Checking rustix v0.38.37
20742025-01-25T04:39:54.206Z Checking syn v2.0.96
20752025-01-25T04:39:54.422Z Checking unicode-normalization v0.1.24
20762025-01-25T04:39:54.510Z Checking h2 v0.4.6
20772025-01-25T04:39:54.548Z Checking http-body-util v0.1.2
20782025-01-25T04:39:54.980Z Checking crossbeam-epoch v0.9.18
20792025-01-25T04:39:55.382Z Checking signature v2.2.0
20802025-01-25T04:39:55.428Z Checking sha1 v0.10.6
20812025-01-25T04:39:55.596Z Checking lazy_static v1.5.0
20822025-01-25T04:39:55.712Z Checking thread_local v1.1.8
20832025-01-25T04:39:55.745Z Checking thread-id v4.2.2
20842025-01-25T04:39:55.871Z Checking encoding_rs v0.8.34
20852025-01-25T04:39:56.000Z Checking winnow v0.6.20
20862025-01-25T04:39:56.314Z Checking dof v0.3.0
20872025-01-25T04:39:56.331Z Checking regex-automata v0.4.8
20882025-01-25T04:39:56.934Z Checking unicode-bidi v0.3.17
20892025-01-25T04:39:57.409Z Checking either v1.13.0
20902025-01-25T04:39:57.547Z Checking ipnet v2.10.1
20912025-01-25T04:39:57.794Z Checking gimli v0.31.1
20922025-01-25T04:39:58.030Z Checking mime v0.3.17
20932025-01-25T04:39:58.296Z Checking unicode-properties v0.1.3
20942025-01-25T04:39:58.344Z Checking utf8parse v0.2.2
20952025-01-25T04:39:58.495Z Checking openssl-probe v0.1.5
20962025-01-25T04:39:58.652Z Checking anstyle v1.0.10
20972025-01-25T04:39:58.668Z Checking stringprep v0.1.5
20982025-01-25T04:39:58.691Z Checking toml_edit v0.22.22
20992025-01-25T04:39:58.954Z Checking anstyle-parse v0.2.5
21002025-01-25T04:39:58.996Z Checking crossbeam-deque v0.8.5
21012025-01-25T04:39:59.154Z Checking native-tls v0.2.12
21022025-01-25T04:39:59.228Z Checking term v0.7.0
21032025-01-25T04:39:59.358Z Checking slog-json v2.6.1
21042025-01-25T04:39:59.477Z Checking rustls v0.22.4
21052025-01-25T04:39:59.601Z Checking rustls v0.23.19
21062025-01-25T04:39:59.659Z Checking serde_urlencoded v0.7.1
21072025-01-25T04:40:00.081Z Checking crossbeam-channel v0.5.13
21082025-01-25T04:40:00.187Z Checking usdt-impl v0.5.0
21092025-01-25T04:40:00.768Z Checking futures-executor v0.3.31
21102025-01-25T04:40:00.771Z Checking num-integer v0.1.46
21112025-01-25T04:40:00.800Z Checking rustls-pemfile v2.2.0
21122025-01-25T04:40:01.000Z Checking hyper v1.5.2
21132025-01-25T04:40:01.018Z Checking md-5 v0.10.6
21142025-01-25T04:40:01.037Z Checking ff v0.13.0
21152025-01-25T04:40:01.264Z Checking hash32 v0.2.1
21162025-01-25T04:40:01.283Z Checking is-terminal v0.4.13
21172025-01-25T04:40:01.299Z Checking memmap v0.7.0
21182025-01-25T04:40:01.336Z Checking object v0.36.5
21192025-01-25T04:40:01.427Z Checking anstyle-query v1.1.1
21202025-01-25T04:40:01.589Z Checking dyn-clone v1.0.17
21212025-01-25T04:40:01.594Z Checking fallible-iterator v0.2.0
21222025-01-25T04:40:01.594Z Checking is_terminal_polyfill v1.70.1
21232025-01-25T04:40:01.665Z Checking addr2line v0.24.2
21242025-01-25T04:40:01.686Z Checking rustc-demangle v0.1.24
21252025-01-25T04:40:01.717Z Checking quick-error v1.2.3
21262025-01-25T04:40:01.886Z Checking linked-hash-map v0.5.6
21272025-01-25T04:40:02.179Z Checking utf-8 v0.7.6
21282025-01-25T04:40:02.196Z Checking base16ct v0.2.0
21292025-01-25T04:40:02.218Z Checking colorchoice v1.0.2
21302025-01-25T04:40:02.232Z Checking take_mut v0.2.2
21312025-01-25T04:40:02.369Z Checking psl-types v2.0.11
21322025-01-25T04:40:02.387Z Checking slog-async v2.8.0
21332025-01-25T04:40:02.401Z Checking tungstenite v0.24.0
21342025-01-25T04:40:02.417Z Checking sec1 v0.7.3
21352025-01-25T04:40:02.555Z Checking publicsuffix v2.3.0
21362025-01-25T04:40:02.709Z Checking anstream v0.6.15
21372025-01-25T04:40:02.798Z Checking lru-cache v0.1.2
21382025-01-25T04:40:02.848Z Checking postgres-protocol v0.6.7
21392025-01-25T04:40:02.913Z Checking tokio-rustls v0.25.0
21402025-01-25T04:40:02.989Z Checking resolv-conf v0.7.0
21412025-01-25T04:40:03.034Z Checking hyper-util v0.1.10
21422025-01-25T04:40:03.069Z Checking schemars v0.8.21
21432025-01-25T04:40:03.275Z Checking heapless v0.7.17
21442025-01-25T04:40:03.294Z Checking usdt v0.5.0
21452025-01-25T04:40:03.359Z Checking slog-term v2.9.1
21462025-01-25T04:40:03.504Z Checking toml v0.8.19
21472025-01-25T04:40:03.559Z Checking group v0.13.0
21482025-01-25T04:40:03.833Z Checking num-iter v0.1.45
21492025-01-25T04:40:03.881Z Checking futures v0.3.31
21502025-01-25T04:40:04.004Z Checking slog-bunyan v2.5.0
21512025-01-25T04:40:04.025Z Checking tokio-native-tls v0.3.1
21522025-01-25T04:40:04.191Z Checking rayon-core v1.12.1
21532025-01-25T04:40:04.219Z Checking multer v3.1.0
21542025-01-25T04:40:04.237Z Checking hickory-proto v0.24.2
21552025-01-25T04:40:04.287Z Checking terminal_size v0.4.0
21562025-01-25T04:40:04.472Z Checking phf_shared v0.11.2
21572025-01-25T04:40:04.723Z Checking cookie v0.18.1
21582025-01-25T04:40:04.763Z Checking async-stream v0.3.6
21592025-01-25T04:40:04.947Z Checking bzip2-sys v0.1.11+1.0.8
21602025-01-25T04:40:04.951Z Checking tokio-rustls v0.26.0
21612025-01-25T04:40:04.951Z Checking camino v1.1.9
21622025-01-25T04:40:04.963Z Checking signal-hook v0.3.17
21632025-01-25T04:40:05.013Z Checking waitgroup v0.1.2
21642025-01-25T04:40:05.035Z Checking openapiv3 v2.0.0
21652025-01-25T04:40:05.163Z Checking webpki-roots v0.26.6
21662025-01-25T04:40:05.179Z Checking serde_path_to_error v0.1.16
21672025-01-25T04:40:05.291Z Checking hkdf v0.12.4
21682025-01-25T04:40:05.307Z Checking crypto-bigint v0.5.5
21692025-01-25T04:40:05.376Z Checking hostname v0.4.0
21702025-01-25T04:40:05.463Z Checking crc32fast v1.4.2
21712025-01-25T04:40:05.519Z Checking winnow v0.5.40
21722025-01-25T04:40:05.536Z Checking clap_lex v0.7.2
21732025-01-25T04:40:05.709Z Checking debug-ignore v1.0.5
21742025-01-25T04:40:05.760Z Checking unicode-width v0.1.14
21752025-01-25T04:40:05.814Z Checking managed v0.8.0
21762025-01-25T04:40:05.860Z Checking bitflags v1.3.2
21772025-01-25T04:40:05.965Z Checking strsim v0.11.1
21782025-01-25T04:40:06.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21792025-01-25T04:40:06.275Z Checking console v0.15.8
21802025-01-25T04:40:06.278Z Checking clap_builder v4.5.21
21812025-01-25T04:40:06.530Z Checking smoltcp v0.9.1
21822025-01-25T04:40:07.095Z Checking flate2 v1.0.35
21832025-01-25T04:40:07.386Z Checking backtrace v0.3.74
21842025-01-25T04:40:07.568Z Checking hyper-rustls v0.27.3
21852025-01-25T04:40:07.925Z Checking signal-hook-mio v0.2.4
21862025-01-25T04:40:07.980Z Checking anyhow v1.0.95
21872025-01-25T04:40:08.017Z Checking cookie_store v0.21.1
21882025-01-25T04:40:08.081Z Checking hyper-tls v0.6.0
21892025-01-25T04:40:08.151Z Checking elliptic-curve v0.13.8
21902025-01-25T04:40:08.363Z Checking bzip2 v0.4.4
21912025-01-25T04:40:08.382Z Checking rayon v1.10.0
21922025-01-25T04:40:08.438Z Checking toml_edit v0.19.15
21932025-01-25T04:40:08.454Z Checking dropshot v0.12.0
21942025-01-25T04:40:08.651Z Checking phf v0.11.2
21952025-01-25T04:40:08.693Z Checking num-bigint-dig v0.8.4
21962025-01-25T04:40:08.810Z Checking postgres-types v0.2.8
21972025-01-25T04:40:08.907Z Checking tokio-tungstenite v0.24.0
21982025-01-25T04:40:08.961Z Checking hickory-resolver v0.24.2
21992025-01-25T04:40:09.316Z Checking regex v1.11.1
22002025-01-25T04:40:09.434Z Checking bstr v1.10.0
22012025-01-25T04:40:09.461Z Checking ed25519 v2.2.3
22022025-01-25T04:40:09.808Z Checking tokio-stream v0.1.16
22032025-01-25T04:40:09.947Z Checking phf_shared v0.10.0
22042025-01-25T04:40:10.240Z Checking curve25519-dalek v4.1.3
22052025-01-25T04:40:10.308Z Checking zerocopy v0.6.6
22062025-01-25T04:40:10.601Z Checking hubpack v0.1.2
22072025-01-25T04:40:10.626Z Checking portable-atomic v1.9.0
22082025-01-25T04:40:10.807Z Checking pkcs1 v0.7.5
22092025-01-25T04:40:10.926Z Checking float-cmp v0.9.0
22102025-01-25T04:40:10.960Z Checking serde-big-array v0.5.1
22112025-01-25T04:40:10.977Z Checking rfc6979 v0.4.0
22122025-01-25T04:40:11.142Z Checking sync_wrapper v1.0.1
22132025-01-25T04:40:11.175Z Checking difflib v0.4.0
22142025-01-25T04:40:11.197Z Checking unicode-segmentation v1.12.0
22152025-01-25T04:40:11.253Z Checking normalize-line-endings v0.3.0
22162025-01-25T04:40:11.300Z Checking precomputed-hash v0.1.1
22172025-01-25T04:40:11.400Z Checking static_assertions v1.1.0
22182025-01-25T04:40:11.435Z Checking bit-vec v0.6.3
22192025-01-25T04:40:11.515Z Checking predicates-core v1.0.8
22202025-01-25T04:40:11.547Z Checking new_debug_unreachable v1.0.6
22212025-01-25T04:40:11.668Z Checking minimal-lexical v0.2.1
22222025-01-25T04:40:11.671Z Checking number_prefix v0.4.0
22232025-01-25T04:40:11.726Z Checking fixedbitset v0.4.2
22242025-01-25T04:40:11.769Z Checking unicode-width v0.2.0
22252025-01-25T04:40:11.853Z Checking whoami v1.5.2
22262025-01-25T04:40:11.870Z Checking bit-set v0.5.3
22272025-01-25T04:40:11.929Z Checking similar v2.6.0
22282025-01-25T04:40:11.999Z Checking petgraph v0.6.5
22292025-01-25T04:40:12.045Z Checking qorb v0.2.1
22302025-01-25T04:40:12.062Z Checking nom v7.1.3
22312025-01-25T04:40:12.123Z Checking predicates v3.1.2
22322025-01-25T04:40:12.141Z Checking ed25519-dalek v2.1.1
22332025-01-25T04:40:12.156Z Checking tokio-postgres v0.7.12
22342025-01-25T04:40:12.255Z Checking indicatif v0.17.9
22352025-01-25T04:40:12.543Z Checking string_cache v0.8.7
22362025-01-25T04:40:12.786Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22372025-01-25T04:40:12.792Z Checking reqwest v0.12.9
22382025-01-25T04:40:12.827Z Checking rsa v0.9.6
22392025-01-25T04:40:13.011Z Checking ecdsa v0.16.9
22402025-01-25T04:40:13.753Z Checking toml v0.7.8
22412025-01-25T04:40:13.901Z Checking clap v4.5.21
22422025-01-25T04:40:13.949Z Checking zip v0.6.6
22432025-01-25T04:40:14.451Z Checking crossterm v0.28.1
22442025-01-25T04:40:14.665Z Checking itertools v0.10.5
22452025-01-25T04:40:14.699Z Checking itertools v0.12.1
22462025-01-25T04:40:14.715Z Checking fs-err v2.11.0
22472025-01-25T04:40:14.734Z Checking ahash v0.8.11
22482025-01-25T04:40:15.133Z Checking x509-cert v0.2.5
22492025-01-25T04:40:15.205Z Checking hex v0.4.3
22502025-01-25T04:40:15.235Z Checking semver v1.0.24
22512025-01-25T04:40:15.328Z Checking lalrpop-util v0.19.12
22522025-01-25T04:40:15.638Z Checking peg-runtime v0.8.3
22532025-01-25T04:40:15.667Z Checking sigpipe v0.1.3
22542025-01-25T04:40:17.272Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22552025-01-25T04:40:17.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.83s
22562025-01-25T04:40:17.786Z
22572025-01-25T04:40:17.787Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22582025-01-25T04:40:18.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592025-01-25T04:40:18.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602025-01-25T04:40:18.501Z Compiling hashbrown v0.14.5
22612025-01-25T04:40:18.625Z Checking heck v0.5.0
22622025-01-25T04:40:18.639Z Compiling unsafe-libyaml v0.2.11
22632025-01-25T04:40:18.655Z Checking ipnetwork v0.20.0
22642025-01-25T04:40:18.658Z Compiling ident_case v1.0.1
22652025-01-25T04:40:18.689Z Checking progenitor-client v0.8.0
22662025-01-25T04:40:18.703Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22672025-01-25T04:40:18.803Z Checking newtype-uuid v1.2.1
22682025-01-25T04:40:18.851Z Compiling darling_core v0.20.10
22692025-01-25T04:40:19.002Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22702025-01-25T04:40:19.067Z Compiling proc-macro-crate v1.3.1
22712025-01-25T04:40:19.069Z Compiling structmeta-derive v0.3.0
22722025-01-25T04:40:19.102Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22732025-01-25T04:40:19.365Z Compiling thiserror v2.0.11
22742025-01-25T04:40:19.501Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22752025-01-25T04:40:19.596Z Checking regress v0.10.1
22762025-01-25T04:40:19.985Z Compiling serde_yaml v0.9.34+deprecated
22772025-01-25T04:40:20.014Z Compiling num_enum_derive v0.5.11
22782025-01-25T04:40:20.707Z Compiling lzma-sys v0.1.20
22792025-01-25T04:40:20.949Z Compiling foreign-types-macros v0.2.3
22802025-01-25T04:40:21.440Z Compiling thiserror-impl v2.0.11
22812025-01-25T04:40:21.852Z Compiling structmeta v0.3.0
22822025-01-25T04:40:22.247Z Compiling dropshot v0.15.1
22832025-01-25T04:40:22.266Z Checking foreign-types-shared v0.3.1
22842025-01-25T04:40:22.327Z Checking arc-swap v1.7.1
22852025-01-25T04:40:22.397Z Checking foreign-types v0.5.0
22862025-01-25T04:40:22.519Z Checking num_enum v0.5.11
22872025-01-25T04:40:22.646Z Compiling parse-display-derive v0.10.0
22882025-01-25T04:40:22.739Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22892025-01-25T04:40:22.754Z Checking slog-scope v4.4.0
22902025-01-25T04:40:22.962Z Compiling proc-macro-error v1.0.4
22912025-01-25T04:40:23.266Z Checking typify-impl v0.2.0
22922025-01-25T04:40:23.701Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22932025-01-25T04:40:23.737Z Checking tungstenite v0.21.0
22942025-01-25T04:40:23.819Z Compiling heck v0.3.3
22952025-01-25T04:40:24.224Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22962025-01-25T04:40:24.658Z Compiling dropshot_endpoint v0.15.1
22972025-01-25T04:40:24.683Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22982025-01-25T04:40:24.886Z Checking cstr-argument v0.1.2
22992025-01-25T04:40:25.029Z Checking instant v0.1.13
23002025-01-25T04:40:25.082Z Checking base64 v0.21.7
23012025-01-25T04:40:25.141Z Compiling darling_macro v0.20.10
23022025-01-25T04:40:25.158Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23032025-01-25T04:40:25.431Z Checking fastrand v2.1.1
23042025-01-25T04:40:25.457Z Checking pretty-hex v0.2.1
23052025-01-25T04:40:25.637Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23062025-01-25T04:40:25.708Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23072025-01-25T04:40:25.784Z Checking tempfile v3.13.0
23082025-01-25T04:40:25.821Z Checking backoff v0.4.0
23092025-01-25T04:40:25.860Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102025-01-25T04:40:25.918Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112025-01-25T04:40:26.055Z Compiling darling v0.20.10
23122025-01-25T04:40:26.141Z Checking tokio-tungstenite v0.21.0
23132025-01-25T04:40:26.162Z Checking strum v0.26.3
23142025-01-25T04:40:26.181Z Compiling zone_cfg_derive v0.1.2
23152025-01-25T04:40:26.222Z Compiling serde_with_macros v3.11.0
23162025-01-25T04:40:26.237Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172025-01-25T04:40:26.331Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23182025-01-25T04:40:26.635Z Checking slog-stdlog v4.1.1
23192025-01-25T04:40:26.806Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23202025-01-25T04:40:26.809Z Checking parse-display v0.10.0
23212025-01-25T04:40:26.840Z Checking regress v0.9.1
23222025-01-25T04:40:26.976Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23232025-01-25T04:40:27.007Z Checking progenitor-client v0.9.1
23242025-01-25T04:40:27.070Z Checking colored v2.1.0
23252025-01-25T04:40:27.260Z Checking macaddr v1.0.1
23262025-01-25T04:40:27.364Z Checking base64 v0.13.1
23272025-01-25T04:40:27.619Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23282025-01-25T04:40:27.637Z Checking zone v0.1.8
23292025-01-25T04:40:27.788Z Checking ron v0.7.1
23302025-01-25T04:40:28.129Z Checking xz2 v0.1.7
23312025-01-25T04:40:28.326Z Checking slog-envlogger v2.2.0
23322025-01-25T04:40:28.467Z Checking tabwriter v1.4.0
23332025-01-25T04:40:28.567Z Checking xattr v1.3.1
23342025-01-25T04:40:28.713Z Checking pem v3.0.4
23352025-01-25T04:40:28.773Z Checking yasna v0.5.2
23362025-01-25T04:40:28.887Z Checking serde_with v3.11.0
23372025-01-25T04:40:28.957Z Checking headers-core v0.3.0
23382025-01-25T04:40:29.006Z Checking smf v0.2.3
23392025-01-25T04:40:29.111Z Checking filetime v0.2.25
23402025-01-25T04:40:29.334Z Checking same-file v1.0.6
23412025-01-25T04:40:29.401Z Checking tar v0.4.42
23422025-01-25T04:40:29.463Z Checking headers v0.4.0
23432025-01-25T04:40:29.524Z Checking walkdir v2.5.0
23442025-01-25T04:40:29.682Z Checking rcgen v0.12.1
23452025-01-25T04:40:29.827Z Checking camino-tempfile v1.1.1
23462025-01-25T04:40:30.142Z Checking atomicwrites v0.4.4
23472025-01-25T04:40:30.301Z Checking subprocess v0.2.9
23482025-01-25T04:40:33.028Z Compiling typify-macro v0.2.0
23492025-01-25T04:40:34.574Z Compiling typify v0.2.0
23502025-01-25T04:40:34.643Z Compiling progenitor-impl v0.8.0
23512025-01-25T04:40:37.104Z Compiling progenitor-macro v0.8.0
23522025-01-25T04:40:40.859Z Checking progenitor v0.8.0
23532025-01-25T04:40:41.002Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23542025-01-25T04:40:41.002Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23552025-01-25T04:40:43.606Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23562025-01-25T04:40:43.924Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23572025-01-25T04:40:50.094Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23582025-01-25T04:40:51.628Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23592025-01-25T04:40:52.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.06s
23602025-01-25T04:40:53.041Z
23612025-01-25T04:40:53.041Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23622025-01-25T04:40:53.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632025-01-25T04:40:53.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642025-01-25T04:40:53.699Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23652025-01-25T04:40:55.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
23662025-01-25T04:40:55.275Z
23672025-01-25T04:40:55.276Zinfo: running `cargo check --bins` on nexus-config (51/197)
23682025-01-25T04:40:55.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692025-01-25T04:40:55.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702025-01-25T04:40:55.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712025-01-25T04:40:55.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23722025-01-25T04:40:55.902Z
23732025-01-25T04:40:55.902Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23742025-01-25T04:40:56.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752025-01-25T04:40:56.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762025-01-25T04:40:56.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772025-01-25T04:40:56.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23782025-01-25T04:40:56.521Z
23792025-01-25T04:40:56.521Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23802025-01-25T04:40:57.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812025-01-25T04:40:57.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822025-01-25T04:40:57.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832025-01-25T04:40:57.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23842025-01-25T04:40:57.141Z
23852025-01-25T04:40:57.141Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23862025-01-25T04:40:57.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872025-01-25T04:40:57.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882025-01-25T04:40:57.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23892025-01-25T04:40:57.940Z Compiling ipnetwork v0.20.0
23902025-01-25T04:40:57.940Z Compiling zerocopy v0.8.10
23912025-01-25T04:40:57.945Z Compiling progenitor-client v0.8.0
23922025-01-25T04:40:57.945Z Compiling itertools v0.13.0
23932025-01-25T04:40:57.945Z Compiling zerocopy-derive v0.8.10
23942025-01-25T04:40:57.945Z Compiling heapless v0.8.0
23952025-01-25T04:40:57.945Z Compiling thiserror v2.0.11
23962025-01-25T04:40:58.137Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972025-01-25T04:40:58.266Z Checking hash32 v0.3.1
23982025-01-25T04:40:58.475Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
23992025-01-25T04:40:58.493Z Compiling progenitor v0.8.0
24002025-01-25T04:40:58.696Z Compiling instant v0.1.13
24012025-01-25T04:40:58.780Z Compiling smoltcp v0.11.0
24022025-01-25T04:40:58.796Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24032025-01-25T04:40:58.851Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24042025-01-25T04:40:58.869Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052025-01-25T04:40:59.141Z Compiling backoff v0.4.0
24062025-01-25T04:40:59.428Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24072025-01-25T04:40:59.484Z Compiling dropshot v0.15.1
24082025-01-25T04:40:59.719Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24092025-01-25T04:40:59.735Z Compiling serde_with v3.11.0
24102025-01-25T04:40:59.891Z Compiling parse-display v0.10.0
24112025-01-25T04:40:59.920Z Checking num-rational v0.4.2
24122025-01-25T04:41:00.512Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24132025-01-25T04:41:00.628Z Compiling progenitor-client v0.9.1
24142025-01-25T04:41:00.894Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24152025-01-25T04:41:01.201Z Compiling regress v0.9.1
24162025-01-25T04:41:02.435Z Compiling phf_generator v0.11.2
24172025-01-25T04:41:02.566Z Checking num-complex v0.4.6
24182025-01-25T04:41:03.389Z Compiling macaddr v1.0.1
24192025-01-25T04:41:03.639Z Checking cobs v0.2.3
24202025-01-25T04:41:03.857Z Checking postcard v1.0.10
24212025-01-25T04:41:03.860Z Checking num v0.4.3
24222025-01-25T04:41:03.985Z Compiling phf_codegen v0.11.2
24232025-01-25T04:41:04.345Z Compiling parse-zoneinfo v0.3.1
24242025-01-25T04:41:04.409Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24252025-01-25T04:41:04.717Z Checking float-ord v0.3.2
24262025-01-25T04:41:04.883Z Compiling convert_case v0.4.0
24272025-01-25T04:41:06.235Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24282025-01-25T04:41:06.339Z Compiling derive_more v0.99.18
24292025-01-25T04:41:06.413Z Compiling chrono-tz-build v0.4.0
24302025-01-25T04:41:06.585Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24312025-01-25T04:41:07.325Z Compiling crucible-workspace-hack v0.1.0
24322025-01-25T04:41:07.481Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24332025-01-25T04:41:07.660Z Checking newline-converter v0.3.0
24342025-01-25T04:41:07.681Z Compiling chrono-tz v0.10.1
24352025-01-25T04:41:07.733Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24362025-01-25T04:41:07.840Z Checking prettyplease v0.2.25
24372025-01-25T04:41:08.395Z Compiling slog-dtrace v0.3.0
24382025-01-25T04:41:08.432Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24392025-01-25T04:41:08.706Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24402025-01-25T04:41:08.979Z Checking expectorate v1.1.0
24412025-01-25T04:41:09.181Z Compiling zone_cfg_derive v0.3.0
24422025-01-25T04:41:09.483Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24432025-01-25T04:41:10.284Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24442025-01-25T04:41:10.364Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24452025-01-25T04:41:10.463Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24462025-01-25T04:41:10.651Z Compiling const_format_proc_macros v0.2.33
24472025-01-25T04:41:10.692Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24482025-01-25T04:41:11.022Z Compiling num-derive v0.4.2
24492025-01-25T04:41:11.403Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24502025-01-25T04:41:11.728Z Checking highway v1.2.0
24512025-01-25T04:41:11.859Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24522025-01-25T04:41:11.914Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24532025-01-25T04:41:12.184Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24542025-01-25T04:41:12.202Z Checking zone v0.3.0
24552025-01-25T04:41:12.811Z Checking const_format v0.2.33
24562025-01-25T04:41:12.977Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24572025-01-25T04:41:12.997Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24582025-01-25T04:41:13.429Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24592025-01-25T04:41:13.457Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24602025-01-25T04:41:13.639Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24612025-01-25T04:41:13.649Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24622025-01-25T04:41:13.862Z Checking gethostname v0.5.0
24632025-01-25T04:41:13.933Z Checking bcs v0.1.6
24642025-01-25T04:41:13.972Z Compiling async-recursion v1.1.1
24652025-01-25T04:41:14.006Z Checking termtree v0.5.1
24662025-01-25T04:41:15.727Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24672025-01-25T04:41:21.179Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24682025-01-25T04:41:24.498Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24692025-01-25T04:41:27.226Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24702025-01-25T04:41:28.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.33s
24712025-01-25T04:41:28.663Z
24722025-01-25T04:41:28.663Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24732025-01-25T04:41:29.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742025-01-25T04:41:29.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752025-01-25T04:41:29.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762025-01-25T04:41:29.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24772025-01-25T04:41:29.370Z
24782025-01-25T04:41:29.370Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24792025-01-25T04:41:29.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802025-01-25T04:41:29.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812025-01-25T04:41:29.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822025-01-25T04:41:29.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24832025-01-25T04:41:29.946Z
24842025-01-25T04:41:29.946Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24852025-01-25T04:41:30.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862025-01-25T04:41:30.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872025-01-25T04:41:30.627Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882025-01-25T04:41:31.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
24892025-01-25T04:41:31.439Z
24902025-01-25T04:41:31.439Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
24912025-01-25T04:41:32.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922025-01-25T04:41:32.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932025-01-25T04:41:32.117Z Compiling cfg_aliases v0.1.1
24942025-01-25T04:41:32.120Z Compiling vte_generate_state_changes v0.1.2
24952025-01-25T04:41:32.120Z Checking fd-lock v4.0.2
24962025-01-25T04:41:32.120Z Checking nibble_vec v0.1.0
24972025-01-25T04:41:32.222Z Checking bytecount v0.6.8
24982025-01-25T04:41:32.234Z Checking endian-type v0.1.2
24992025-01-25T04:41:32.270Z Compiling tabled_derive v0.7.0
25002025-01-25T04:41:32.284Z Compiling peg-macros v0.8.4
25012025-01-25T04:41:32.314Z Compiling nix v0.28.0
25022025-01-25T04:41:32.407Z Checking papergrid v0.11.0
25032025-01-25T04:41:32.424Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25042025-01-25T04:41:32.438Z Compiling sqlparser_derive v0.2.2
25052025-01-25T04:41:32.459Z Checking radix_trie v0.2.1
25062025-01-25T04:41:32.826Z Checking vte v0.11.1
25072025-01-25T04:41:32.846Z Checking unicode_categories v0.1.1
25082025-01-25T04:41:33.161Z Checking home v0.5.9
25092025-01-25T04:41:33.326Z Checking nu-ansi-term v0.50.1
25102025-01-25T04:41:33.452Z Checking sqlformat v0.2.6
25112025-01-25T04:41:33.469Z Checking sqlparser v0.45.0
25122025-01-25T04:41:33.722Z Checking display-error-chain v0.2.2
25132025-01-25T04:41:34.250Z Checking strip-ansi-escapes v0.2.0
25142025-01-25T04:41:34.418Z Checking reedline v0.35.0
25152025-01-25T04:41:34.422Z Checking tabled v0.15.0
25162025-01-25T04:41:34.902Z Checking peg v0.8.4
25172025-01-25T04:41:35.130Z Checking rustyline v14.0.0
25182025-01-25T04:41:44.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.79s
25192025-01-25T04:41:44.414Z
25202025-01-25T04:41:44.414Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25212025-01-25T04:41:44.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222025-01-25T04:41:44.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232025-01-25T04:41:45.090Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25242025-01-25T04:41:50.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
25252025-01-25T04:41:50.436Z
25262025-01-25T04:41:50.436Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25272025-01-25T04:41:51.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282025-01-25T04:41:51.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292025-01-25T04:41:51.122Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25302025-01-25T04:41:54.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
25312025-01-25T04:41:54.965Z
25322025-01-25T04:41:54.965Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25332025-01-25T04:41:55.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342025-01-25T04:41:55.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352025-01-25T04:41:55.613Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362025-01-25T04:42:00.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
25372025-01-25T04:42:00.735Z
25382025-01-25T04:42:00.735Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25392025-01-25T04:42:01.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402025-01-25T04:42:01.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412025-01-25T04:42:01.428Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422025-01-25T04:42:06.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
25432025-01-25T04:42:06.765Z
25442025-01-25T04:42:06.765Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25452025-01-25T04:42:07.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462025-01-25T04:42:07.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472025-01-25T04:42:07.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25482025-01-25T04:42:11.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
25492025-01-25T04:42:11.412Z
25502025-01-25T04:42:11.412Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25512025-01-25T04:42:11.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522025-01-25T04:42:11.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532025-01-25T04:42:12.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25542025-01-25T04:42:16.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
25552025-01-25T04:42:16.191Z
25562025-01-25T04:42:16.192Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25572025-01-25T04:42:16.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582025-01-25T04:42:16.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592025-01-25T04:42:16.865Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25602025-01-25T04:42:22.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
25612025-01-25T04:42:22.364Z
25622025-01-25T04:42:22.364Zinfo: running `cargo check --bins` on oximeter (66/197)
25632025-01-25T04:42:22.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642025-01-25T04:42:22.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652025-01-25T04:42:22.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662025-01-25T04:42:22.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25672025-01-25T04:42:22.961Z
25682025-01-25T04:42:22.961Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25692025-01-25T04:42:23.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702025-01-25T04:42:23.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712025-01-25T04:42:23.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722025-01-25T04:42:23.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25732025-01-25T04:42:23.573Z
25742025-01-25T04:42:23.573Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25752025-01-25T04:42:24.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762025-01-25T04:42:24.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772025-01-25T04:42:24.222Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25782025-01-25T04:42:26.308Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25792025-01-25T04:42:27.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
25802025-01-25T04:42:27.453Z
25812025-01-25T04:42:27.453Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25822025-01-25T04:42:28.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832025-01-25T04:42:28.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842025-01-25T04:42:28.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852025-01-25T04:42:28.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25862025-01-25T04:42:28.096Z
25872025-01-25T04:42:28.096Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25882025-01-25T04:42:28.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892025-01-25T04:42:28.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902025-01-25T04:42:28.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912025-01-25T04:42:28.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25922025-01-25T04:42:28.726Z
25932025-01-25T04:42:28.726Zinfo: running `cargo check --bins` on oxql-types (71/197)
25942025-01-25T04:42:29.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952025-01-25T04:42:29.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962025-01-25T04:42:29.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972025-01-25T04:42:29.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25982025-01-25T04:42:29.387Z
25992025-01-25T04:42:29.387Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26002025-01-25T04:42:30.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012025-01-25T04:42:30.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022025-01-25T04:42:30.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032025-01-25T04:42:30.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26042025-01-25T04:42:30.093Z
26052025-01-25T04:42:30.093Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26062025-01-25T04:42:30.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072025-01-25T04:42:30.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082025-01-25T04:42:30.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092025-01-25T04:42:30.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26102025-01-25T04:42:30.796Z
26112025-01-25T04:42:30.796Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26122025-01-25T04:42:31.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132025-01-25T04:42:31.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142025-01-25T04:42:31.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152025-01-25T04:42:31.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26162025-01-25T04:42:31.506Z
26172025-01-25T04:42:31.506Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26182025-01-25T04:42:32.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192025-01-25T04:42:32.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202025-01-25T04:42:32.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212025-01-25T04:42:32.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26222025-01-25T04:42:32.183Z
26232025-01-25T04:42:32.183Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26242025-01-25T04:42:32.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252025-01-25T04:42:32.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262025-01-25T04:42:32.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272025-01-25T04:42:32.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26282025-01-25T04:42:32.825Z
26292025-01-25T04:42:32.825Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26302025-01-25T04:42:33.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312025-01-25T04:42:33.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322025-01-25T04:42:33.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332025-01-25T04:42:33.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26342025-01-25T04:42:33.475Z
26352025-01-25T04:42:33.475Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26362025-01-25T04:42:34.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372025-01-25T04:42:34.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382025-01-25T04:42:34.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392025-01-25T04:42:34.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26402025-01-25T04:42:34.110Z
26412025-01-25T04:42:34.110Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26422025-01-25T04:42:34.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432025-01-25T04:42:34.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442025-01-25T04:42:34.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452025-01-25T04:42:34.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26462025-01-25T04:42:34.776Z
26472025-01-25T04:42:34.776Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26482025-01-25T04:42:35.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-01-25T04:42:35.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-01-25T04:42:35.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-01-25T04:42:35.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26522025-01-25T04:42:35.414Z
26532025-01-25T04:42:35.414Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26542025-01-25T04:42:35.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-01-25T04:42:35.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-01-25T04:42:35.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-01-25T04:42:35.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26582025-01-25T04:42:36.041Z
26592025-01-25T04:42:36.041Zinfo: running `cargo check --bins` on dpd-client (82/197)
26602025-01-25T04:42:36.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-01-25T04:42:36.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-01-25T04:42:36.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-01-25T04:42:36.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26642025-01-25T04:42:36.690Z
26652025-01-25T04:42:36.690Zinfo: running `cargo check --bins` on gateway-client (83/197)
26662025-01-25T04:42:37.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-01-25T04:42:37.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-01-25T04:42:37.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-01-25T04:42:37.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26702025-01-25T04:42:37.297Z
26712025-01-25T04:42:37.297Zinfo: running `cargo check --bins` on installinator-client (84/197)
26722025-01-25T04:42:37.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-01-25T04:42:37.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-01-25T04:42:37.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-01-25T04:42:37.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26762025-01-25T04:42:37.943Z
26772025-01-25T04:42:37.943Zinfo: running `cargo check --bins` on installinator-common (85/197)
26782025-01-25T04:42:38.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-01-25T04:42:38.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-01-25T04:42:38.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-01-25T04:42:38.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26822025-01-25T04:42:38.584Z
26832025-01-25T04:42:38.584Zinfo: running `cargo check --bins` on update-engine (86/197)
26842025-01-25T04:42:39.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-01-25T04:42:39.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-01-25T04:42:39.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-01-25T04:42:39.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26882025-01-25T04:42:39.223Z
26892025-01-25T04:42:39.223Zinfo: running `cargo check --bins` on nexus-client (87/197)
26902025-01-25T04:42:39.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-01-25T04:42:39.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-01-25T04:42:39.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-01-25T04:42:39.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26942025-01-25T04:42:39.870Z
26952025-01-25T04:42:39.870Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
26962025-01-25T04:42:40.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-01-25T04:42:40.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-01-25T04:42:40.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-01-25T04:42:40.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27002025-01-25T04:42:40.512Z
27012025-01-25T04:42:40.512Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27022025-01-25T04:42:41.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-01-25T04:42:41.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-01-25T04:42:41.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-01-25T04:42:41.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27062025-01-25T04:42:41.132Z
27072025-01-25T04:42:41.132Zinfo: running `cargo check --bins` on nexus-types (90/197)
27082025-01-25T04:42:41.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-01-25T04:42:41.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-01-25T04:42:41.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-01-25T04:42:41.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27122025-01-25T04:42:41.792Z
27132025-01-25T04:42:41.792Zinfo: running `cargo check --bins` on oxide-client (91/197)
27142025-01-25T04:42:42.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-01-25T04:42:42.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-01-25T04:42:42.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-01-25T04:42:42.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27182025-01-25T04:42:42.404Z
27192025-01-25T04:42:42.404Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27202025-01-25T04:42:42.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-01-25T04:42:42.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-01-25T04:42:42.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-01-25T04:42:42.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27242025-01-25T04:42:43.038Z
27252025-01-25T04:42:43.038Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27262025-01-25T04:42:43.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-01-25T04:42:43.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-01-25T04:42:43.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-01-25T04:42:43.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27302025-01-25T04:42:43.718Z
27312025-01-25T04:42:43.718Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27322025-01-25T04:42:44.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-01-25T04:42:44.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-01-25T04:42:44.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-01-25T04:42:44.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27362025-01-25T04:42:44.307Z
27372025-01-25T04:42:44.307Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27382025-01-25T04:42:44.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-01-25T04:42:44.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-01-25T04:42:44.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-01-25T04:42:44.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27422025-01-25T04:42:44.992Z
27432025-01-25T04:42:44.992Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27442025-01-25T04:42:45.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-01-25T04:42:45.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-01-25T04:42:45.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-01-25T04:42:45.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27482025-01-25T04:42:45.638Z
27492025-01-25T04:42:45.638Zinfo: running `cargo check --bins` on wicket-common (97/197)
27502025-01-25T04:42:46.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-01-25T04:42:46.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-01-25T04:42:46.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-01-25T04:42:46.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27542025-01-25T04:42:46.303Z
27552025-01-25T04:42:46.303Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27562025-01-25T04:42:46.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-01-25T04:42:46.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-01-25T04:42:46.979Z Checking csv-core v0.1.11
27592025-01-25T04:42:46.979Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27602025-01-25T04:42:46.982Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27612025-01-25T04:42:46.982Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27622025-01-25T04:42:47.300Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27632025-01-25T04:42:47.303Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27642025-01-25T04:42:47.329Z Checking csv v1.3.0
27652025-01-25T04:42:47.873Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27662025-01-25T04:42:48.233Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27672025-01-25T04:42:49.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
27682025-01-25T04:42:50.078Z
27692025-01-25T04:42:50.078Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27702025-01-25T04:42:50.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-01-25T04:42:50.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-01-25T04:42:50.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732025-01-25T04:42:50.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27742025-01-25T04:42:50.718Z
27752025-01-25T04:42:50.718Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27762025-01-25T04:42:51.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772025-01-25T04:42:51.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782025-01-25T04:42:51.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792025-01-25T04:42:51.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27802025-01-25T04:42:51.348Z
27812025-01-25T04:42:51.348Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27822025-01-25T04:42:51.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832025-01-25T04:42:51.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842025-01-25T04:42:51.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852025-01-25T04:42:51.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27862025-01-25T04:42:52.083Z
27872025-01-25T04:42:52.083Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27882025-01-25T04:42:52.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892025-01-25T04:42:52.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902025-01-25T04:42:52.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912025-01-25T04:42:52.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27922025-01-25T04:42:52.896Z
27932025-01-25T04:42:52.896Zinfo: running `cargo check --bins` on dns-server (103/197)
27942025-01-25T04:42:53.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952025-01-25T04:42:53.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962025-01-25T04:42:53.457Z Compiling typify-impl v0.3.0
27972025-01-25T04:42:53.565Z Compiling parking_lot_core v0.8.6
27982025-01-25T04:42:53.576Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27992025-01-25T04:42:53.588Z Checking fxhash v0.2.1
28002025-01-25T04:42:53.598Z Checking hickory-client v0.24.2
28012025-01-25T04:42:53.610Z Checking hickory-server v0.24.2
28022025-01-25T04:42:54.358Z Checking parking_lot v0.11.2
28032025-01-25T04:42:54.380Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28042025-01-25T04:42:54.658Z Checking sled v0.34.7
28052025-01-25T04:42:59.151Z Compiling typify-macro v0.3.0
28062025-01-25T04:43:00.792Z Compiling typify v0.3.0
28072025-01-25T04:43:00.855Z Compiling progenitor-impl v0.9.1
28082025-01-25T04:43:03.448Z Compiling progenitor-macro v0.9.1
28092025-01-25T04:43:07.243Z Checking progenitor v0.9.1
28102025-01-25T04:43:07.386Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28112025-01-25T04:43:07.886Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28122025-01-25T04:43:09.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.41s
28132025-01-25T04:43:09.425Z
28142025-01-25T04:43:09.425Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28152025-01-25T04:43:10.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-01-25T04:43:10.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-01-25T04:43:10.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-01-25T04:43:10.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28192025-01-25T04:43:10.095Z
28202025-01-25T04:43:10.095Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28212025-01-25T04:43:10.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-01-25T04:43:10.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-01-25T04:43:10.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242025-01-25T04:43:10.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28252025-01-25T04:43:11.027Z
28262025-01-25T04:43:11.027Zinfo: running `cargo check --bins` on gateway-types (106/197)
28272025-01-25T04:43:11.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-01-25T04:43:11.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-01-25T04:43:11.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-01-25T04:43:11.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28312025-01-25T04:43:11.490Z
28322025-01-25T04:43:11.491Zinfo: running `cargo check --bins` on ipcc (107/197)
28332025-01-25T04:43:12.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-01-25T04:43:12.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-01-25T04:43:12.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-01-25T04:43:12.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28372025-01-25T04:43:12.224Z
28382025-01-25T04:43:12.224Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28392025-01-25T04:43:12.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-01-25T04:43:12.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-01-25T04:43:12.916Z Compiling radium v0.7.0
28422025-01-25T04:43:12.916Z Compiling semver v0.1.20
28432025-01-25T04:43:13.036Z Compiling maybe-uninit v2.0.0
28442025-01-25T04:43:13.038Z Checking tap v1.0.1
28452025-01-25T04:43:13.059Z Checking password-hash v0.5.0
28462025-01-25T04:43:13.062Z Checking blake2 v0.10.6
28472025-01-25T04:43:13.062Z Compiling cancel-safe-futures v0.1.5
28482025-01-25T04:43:13.062Z Checking crc-catalog v2.4.0
28492025-01-25T04:43:13.205Z Checking wyz v0.5.1
28502025-01-25T04:43:13.250Z Compiling packed_struct v0.10.1
28512025-01-25T04:43:13.407Z Compiling rustc_version v0.1.7
28522025-01-25T04:43:13.502Z Compiling owo-colors v4.1.0
28532025-01-25T04:43:13.561Z Checking funty v2.0.0
28542025-01-25T04:43:13.564Z Checking argon2 v0.5.3
28552025-01-25T04:43:13.665Z Checking crc v3.2.1
28562025-01-25T04:43:13.687Z Compiling packed_struct_codegen v0.10.1
28572025-01-25T04:43:13.731Z Compiling indexmap v1.9.3
28582025-01-25T04:43:13.841Z Compiling newtype_derive v0.1.6
28592025-01-25T04:43:13.841Z Checking half v2.4.1
28602025-01-25T04:43:13.878Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28612025-01-25T04:43:14.035Z Checking nodrop v0.1.14
28622025-01-25T04:43:14.091Z Checking ciborium-io v0.2.2
28632025-01-25T04:43:14.189Z Checking array-init v0.0.4
28642025-01-25T04:43:14.258Z Checking smallvec v0.6.14
28652025-01-25T04:43:14.278Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28662025-01-25T04:43:14.312Z Checking ciborium-ll v0.2.2
28672025-01-25T04:43:14.351Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28682025-01-25T04:43:14.395Z Checking bitvec v1.0.1
28692025-01-25T04:43:14.613Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28702025-01-25T04:43:14.640Z Checking libsw v3.3.1
28712025-01-25T04:43:14.936Z Compiling memoffset v0.9.1
28722025-01-25T04:43:15.032Z Checking hashbrown v0.12.3
28732025-01-25T04:43:15.050Z Checking linear-map v1.2.0
28742025-01-25T04:43:15.071Z Checking termcolor v1.4.1
28752025-01-25T04:43:15.254Z Checking swrite v0.1.0
28762025-01-25T04:43:15.393Z Checking bitfield v0.14.0
28772025-01-25T04:43:15.411Z Checking indent_write v2.2.0
28782025-01-25T04:43:15.492Z Checking ron v0.8.1
28792025-01-25T04:43:15.621Z Checking env_logger v0.10.2
28802025-01-25T04:43:15.699Z Checking serde-hex v0.1.0
28812025-01-25T04:43:15.718Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28822025-01-25T04:43:15.812Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28832025-01-25T04:43:16.025Z Checking ciborium v0.2.2
28842025-01-25T04:43:16.311Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28852025-01-25T04:43:16.718Z Checking steno v0.4.1
28862025-01-25T04:43:16.993Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28872025-01-25T04:43:17.043Z Checking hashbrown v0.13.2
28882025-01-25T04:43:17.285Z Checking crc-any v2.5.0
28892025-01-25T04:43:17.395Z Checking humantime v2.1.0
28902025-01-25T04:43:17.675Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28912025-01-25T04:43:17.724Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28922025-01-25T04:43:18.017Z Checking object v0.30.4
28932025-01-25T04:43:18.096Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
28942025-01-25T04:43:18.317Z Checking path-slash v0.1.5
28952025-01-25T04:43:18.482Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28962025-01-25T04:43:18.502Z Checking nix v0.27.1
28972025-01-25T04:43:18.630Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28982025-01-25T04:43:18.961Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28992025-01-25T04:43:19.131Z Checking tungstenite v0.23.0
29002025-01-25T04:43:19.358Z Checking kstat-rs v0.2.4
29012025-01-25T04:43:19.553Z Checking signal-hook-tokio v0.3.1
29022025-01-25T04:43:19.711Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29032025-01-25T04:43:20.091Z Checking tokio-tungstenite v0.23.1
29042025-01-25T04:43:20.625Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29052025-01-25T04:43:20.762Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29062025-01-25T04:43:21.107Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29072025-01-25T04:43:28.050Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29082025-01-25T04:43:29.422Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29092025-01-25T04:43:31.462Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29102025-01-25T04:43:37.248Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29112025-01-25T04:43:37.948Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29122025-01-25T04:43:40.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.60s
29132025-01-25T04:43:40.986Z
29142025-01-25T04:43:40.986Zinfo: running `cargo check --bins` on gateway-api (109/197)
29152025-01-25T04:43:41.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-01-25T04:43:41.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-01-25T04:43:41.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182025-01-25T04:43:41.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29192025-01-25T04:43:41.645Z
29202025-01-25T04:43:41.645Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29212025-01-25T04:43:42.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-01-25T04:43:42.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-01-25T04:43:42.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-01-25T04:43:42.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29252025-01-25T04:43:42.287Z
29262025-01-25T04:43:42.287Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29272025-01-25T04:43:42.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-01-25T04:43:42.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-01-25T04:43:42.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302025-01-25T04:43:42.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29312025-01-25T04:43:42.950Z
29322025-01-25T04:43:42.950Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29332025-01-25T04:43:43.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-01-25T04:43:43.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-01-25T04:43:43.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-01-25T04:43:43.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29372025-01-25T04:43:43.612Z
29382025-01-25T04:43:43.612Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29392025-01-25T04:43:44.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-01-25T04:43:44.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-01-25T04:43:44.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-01-25T04:43:44.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29432025-01-25T04:43:44.285Z
29442025-01-25T04:43:44.285Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29452025-01-25T04:43:44.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-01-25T04:43:44.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-01-25T04:43:44.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-01-25T04:43:44.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29492025-01-25T04:43:44.992Z
29502025-01-25T04:43:44.992Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29512025-01-25T04:43:45.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-01-25T04:43:45.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-01-25T04:43:45.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542025-01-25T04:43:45.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29552025-01-25T04:43:45.605Z
29562025-01-25T04:43:45.605Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29572025-01-25T04:43:46.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582025-01-25T04:43:46.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592025-01-25T04:43:46.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602025-01-25T04:43:46.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29612025-01-25T04:43:46.280Z
29622025-01-25T04:43:46.280Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29632025-01-25T04:43:46.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642025-01-25T04:43:46.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652025-01-25T04:43:46.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662025-01-25T04:43:46.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29672025-01-25T04:43:46.960Z
29682025-01-25T04:43:46.960Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29692025-01-25T04:43:47.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702025-01-25T04:43:47.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712025-01-25T04:43:47.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722025-01-25T04:43:47.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29732025-01-25T04:43:47.609Z
29742025-01-25T04:43:47.609Zinfo: running `cargo check --bins` on sp-sim (119/197)
29752025-01-25T04:43:48.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762025-01-25T04:43:48.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772025-01-25T04:43:48.275Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29782025-01-25T04:43:48.736Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29792025-01-25T04:43:50.499Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29802025-01-25T04:43:52.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
29812025-01-25T04:43:52.390Z
29822025-01-25T04:43:52.390Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29832025-01-25T04:43:52.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842025-01-25T04:43:53.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852025-01-25T04:43:53.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862025-01-25T04:43:53.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29872025-01-25T04:43:53.087Z
29882025-01-25T04:43:53.087Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29892025-01-25T04:43:53.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902025-01-25T04:43:53.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912025-01-25T04:43:53.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922025-01-25T04:43:53.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29932025-01-25T04:43:53.796Z
29942025-01-25T04:43:53.796Zinfo: running `cargo check --bins` on db-macros (122/197)
29952025-01-25T04:43:54.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962025-01-25T04:43:54.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972025-01-25T04:43:54.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982025-01-25T04:43:54.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29992025-01-25T04:43:54.422Z
30002025-01-25T04:43:54.422Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30012025-01-25T04:43:54.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022025-01-25T04:43:54.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032025-01-25T04:43:54.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042025-01-25T04:43:54.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30052025-01-25T04:43:55.135Z
30062025-01-25T04:43:55.135Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30072025-01-25T04:43:55.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082025-01-25T04:43:55.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092025-01-25T04:43:55.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102025-01-25T04:43:55.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30112025-01-25T04:43:55.774Z
30122025-01-25T04:43:55.774Zinfo: running `cargo check --bins` on authz-macros (125/197)
30132025-01-25T04:43:56.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-01-25T04:43:56.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-01-25T04:43:56.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162025-01-25T04:43:56.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30172025-01-25T04:43:56.418Z
30182025-01-25T04:43:56.418Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30192025-01-25T04:43:57.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-01-25T04:43:57.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-01-25T04:43:57.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222025-01-25T04:43:57.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30232025-01-25T04:43:57.115Z
30242025-01-25T04:43:57.115Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30252025-01-25T04:43:57.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262025-01-25T04:43:57.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272025-01-25T04:43:57.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282025-01-25T04:43:57.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30292025-01-25T04:43:57.807Z
30302025-01-25T04:43:57.807Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30312025-01-25T04:43:58.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322025-01-25T04:43:58.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332025-01-25T04:43:58.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342025-01-25T04:43:58.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30352025-01-25T04:43:58.507Z
30362025-01-25T04:43:58.507Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30372025-01-25T04:43:59.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382025-01-25T04:43:59.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392025-01-25T04:43:59.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402025-01-25T04:43:59.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30412025-01-25T04:43:59.187Z
30422025-01-25T04:43:59.187Zinfo: running `cargo check --bins` on typed-rng (130/197)
30432025-01-25T04:43:59.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442025-01-25T04:43:59.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452025-01-25T04:43:59.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462025-01-25T04:43:59.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30472025-01-25T04:43:59.820Z
30482025-01-25T04:43:59.820Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30492025-01-25T04:44:00.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502025-01-25T04:44:00.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512025-01-25T04:44:00.624Z Checking keccak v0.1.5
30522025-01-25T04:44:00.749Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30532025-01-25T04:44:00.756Z Compiling unicase v2.7.0
30542025-01-25T04:44:00.756Z Compiling same-file v1.0.6
30552025-01-25T04:44:00.773Z Compiling tempfile v3.13.0
30562025-01-25T04:44:00.777Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30572025-01-25T04:44:00.791Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30582025-01-25T04:44:00.794Z Compiling thiserror-impl-no-std v2.0.2
30592025-01-25T04:44:01.025Z Checking sha3 v0.10.8
30602025-01-25T04:44:01.028Z Compiling walkdir v2.5.0
30612025-01-25T04:44:01.077Z Checking universal-hash v0.5.1
30622025-01-25T04:44:01.122Z Checking secrecy v0.10.3
30632025-01-25T04:44:01.280Z Compiling blake3 v1.5.4
30642025-01-25T04:44:01.309Z Checking opaque-debug v0.3.1
30652025-01-25T04:44:01.312Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30662025-01-25T04:44:01.369Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30672025-01-25T04:44:01.414Z Checking poly1305 v0.8.0
30682025-01-25T04:44:01.417Z Checking chacha20 v0.9.1
30692025-01-25T04:44:01.588Z Checking aead v0.5.2
30702025-01-25T04:44:01.652Z Compiling memmap2 v0.9.5
30712025-01-25T04:44:01.747Z Compiling constant_time_eq v0.3.1
30722025-01-25T04:44:01.869Z Compiling libefi-sys v0.1.0
30732025-01-25T04:44:01.883Z Compiling arrayvec v0.7.6
30742025-01-25T04:44:01.932Z Compiling salty v0.3.0
30752025-01-25T04:44:01.953Z Compiling arrayref v0.3.9
30762025-01-25T04:44:02.092Z Checking chacha20poly1305 v0.10.1
30772025-01-25T04:44:02.148Z Compiling toolchain_find v0.4.0
30782025-01-25T04:44:02.189Z Compiling camino-tempfile v1.1.1
30792025-01-25T04:44:02.346Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30802025-01-25T04:44:02.374Z Compiling bitfield-struct v0.6.2
30812025-01-25T04:44:02.555Z Compiling topological-sort v0.2.2
30822025-01-25T04:44:02.620Z Compiling mime_guess v2.0.5
30832025-01-25T04:44:02.776Z Compiling rustfmt-wrapper v0.2.1
30842025-01-25T04:44:03.277Z Compiling omicron-zone-package v0.12.0
30852025-01-25T04:44:03.321Z Compiling progenitor v0.9.1
30862025-01-25T04:44:03.383Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30872025-01-25T04:44:03.551Z Checking primeorder v0.13.6
30882025-01-25T04:44:03.971Z Checking thiserror-no-std v2.0.2
30892025-01-25T04:44:03.998Z Checking env_filter v0.1.2
30902025-01-25T04:44:03.998Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30912025-01-25T04:44:03.998Z Checking vsss-rs v3.3.4
30922025-01-25T04:44:03.998Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30932025-01-25T04:44:03.998Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30942025-01-25T04:44:03.998Z Checking env_logger v0.11.5
30952025-01-25T04:44:04.005Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30962025-01-25T04:44:04.009Z Checking p384 v0.13.0
30972025-01-25T04:44:04.135Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30982025-01-25T04:44:04.332Z Compiling zip v2.1.3
30992025-01-25T04:44:04.417Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31002025-01-25T04:44:04.436Z Checking lockfree-object-pool v0.1.6
31012025-01-25T04:44:04.520Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31022025-01-25T04:44:04.658Z Checking http-range v0.1.5
31032025-01-25T04:44:04.699Z Checking simd-adler32 v0.3.7
31042025-01-25T04:44:04.835Z Checking bumpalo v3.16.0
31052025-01-25T04:44:04.886Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31062025-01-25T04:44:05.060Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31072025-01-25T04:44:05.146Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31082025-01-25T04:44:05.249Z Checking zopfli v0.8.1
31092025-01-25T04:44:05.420Zerror[E0432]: unresolved import `secrecy::Secret`
31102025-01-25T04:44:05.420Z --> key-manager/src/lib.rs:12:29
31112025-01-25T04:44:05.420Z |
31122025-01-25T04:44:05.420Z12 | use secrecy::{ExposeSecret, Secret};
31132025-01-25T04:44:05.420Z | ^^^^^^ no `Secret` in the root
31142025-01-25T04:44:05.420Z
31152025-01-25T04:44:05.442Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31162025-01-25T04:44:05.667ZFor more information about this error, try `rustc --explain E0432`.
31172025-01-25T04:44:05.791Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31182025-01-25T04:44:05.870Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31192025-01-25T04:44:05.907Zerror: could not compile `key-manager` (lib) due to 1 previous error
31202025-01-25T04:44:05.907Zwarning: build failed, waiting for other jobs to finish...
31212025-01-25T04:44:07.713Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path sled-agent/Cargo.toml --no-default-features` (exit status: 101)
31222025-01-25T04:44:07.718ZError: cargo-hack install failed: exit status: 1
31232025-01-25T04:44:07.721Z
31242025-01-25T04:44:07.721Zreal 4:59.377612741
31252025-01-25T04:44:07.721Zuser 12:54.210076715
31262025-01-25T04:44:07.721Zsys 2:30.535796556
31272025-01-25T04:44:07.721Ztrap 0.340401749
31282025-01-25T04:44:07.721Ztflt 1.521942359
31292025-01-25T04:44:07.721Zdflt 2.201353691
31302025-01-25T04:44:07.721Zkflt 0.000726106
31312025-01-25T04:44:07.721Zlock 16:40.401099905
31322025-01-25T04:44:07.721Zslp 58:48.586094735
31332025-01-25T04:44:07.721Zlat 49.449306252
31342025-01-25T04:44:07.721Zstop 2:45.751809839
31352025-01-25T04:44:07.721Zprocess exited: duration 612610 ms, exit code 1
 
31362025-01-25T04:44:07.729Zfound 0 output files