01JH90SV5W8D5718RGVT1DQKC4: 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: 01JH90T5AS2MBK2MDWS5ACYRKC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-10T21:10:24.738Zjob assigned to worker 01JH90T98NWKFA08CTTPAGQCE5 [factory aws, i-0b4222e989180b8cd] (queued for 48 s)
 
22025-01-10T21:10:33.341Zstarting task 0: "setup"
32025-01-10T21:10:33.350Z++ uname -s
42025-01-10T21:10:33.354Z+ kern=SunOS
52025-01-10T21:10:33.354Z+ case "$kern" in
62025-01-10T21:10:33.354Z+ groupadd -g 12345 build
72025-01-10T21:10:33.356Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-10T21:10:35.401Z+ zfs create -o mountpoint=/work rpool/work
92025-01-10T21:10:35.545Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-10T21:10:35.621Z+ home_fs=zfs
112025-01-10T21:10:35.622Z+ [[ zfs == autofs ]]
122025-01-10T21:10:35.622Z+ mkdir -p /home/build
132025-01-10T21:10:35.622Z+ chown build:build /home/build /work
142025-01-10T21:10:37.503Z+ chmod 0700 /home/build /work
152025-01-10T21:10:37.506Zprocess exited: duration 4166 ms, exit code 0
 
162025-01-10T21:10:37.511Zstarting task 1: "rust-toolchain"
172025-01-10T21:10:37.517Z+ printf ' * toolchain channel = "%s"
182025-01-10T21:10:37.517Z' 1.81.0
192025-01-10T21:10:37.517Z+ printf ' * toolchain profile = "%s"
202025-01-10T21:10:37.517Z * toolchain channel = "1.81.0"
212025-01-10T21:10:37.517Z' default
222025-01-10T21:10:37.517Z * toolchain profile = "default"
232025-01-10T21:10:37.520Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-10T21:10:37.521Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-10T21:10:37.636Zinfo: downloading installer
262025-01-10T21:10:38.686Zinfo: profile set to 'default'
272025-01-10T21:10:38.686Zinfo: default host triple is x86_64-unknown-illumos
282025-01-10T21:10:38.689Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-10T21:10:38.814Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-10T21:10:38.814Zinfo: downloading component 'cargo'
312025-01-10T21:10:39.445Zinfo: downloading component 'clippy'
322025-01-10T21:10:39.689Zinfo: downloading component 'rust-docs'
332025-01-10T21:10:40.554Zinfo: downloading component 'rust-std'
342025-01-10T21:10:41.912Zinfo: downloading component 'rustc'
352025-01-10T21:10:46.758Zinfo: downloading component 'rustfmt'
362025-01-10T21:10:46.953Zinfo: installing component 'cargo'
372025-01-10T21:10:47.752Zinfo: installing component 'clippy'
382025-01-10T21:10:48.110Zinfo: installing component 'rust-docs'
392025-01-10T21:10:49.722Zinfo: installing component 'rust-std'
402025-01-10T21:10:51.415Zinfo: installing component 'rustc'
412025-01-10T21:10:57.171Zinfo: installing component 'rustfmt'
422025-01-10T21:10:57.491Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-10T21:10:57.491Z
442025-01-10T21:10:57.863Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-10T21:10:57.863Z
462025-01-10T21:10:57.866Z
472025-01-10T21:10:57.866ZRust is installed now. Great!
482025-01-10T21:10:57.866Z
492025-01-10T21:10:57.866ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-10T21:10:57.866Zenvironment variable. This has not been done automatically.
512025-01-10T21:10:57.866Z
522025-01-10T21:10:57.866ZTo configure your current shell, you need to source
532025-01-10T21:10:57.866Zthe corresponding env file under $HOME/.cargo.
542025-01-10T21:10:57.866Z
552025-01-10T21:10:57.866ZThis is usually done by running one of the following (note the leading DOT):
562025-01-10T21:10:57.866Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-10T21:10:57.866Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-10T21:10:57.940Z+ rustc --version
592025-01-10T21:10:58.008Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-10T21:10:58.011Zprocess exited: duration 20500 ms, exit code 0
 
612025-01-10T21:10:58.016Zstarting task 2: "authentication"
622025-01-10T21:10:58.037Zprocess exited: duration 20 ms, exit code 0
 
632025-01-10T21:10:58.044Zstarting task 3: "clone repository"
642025-01-10T21:10:58.049Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-10T21:10:58.052Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-10T21:10:58.109ZCloning into '/work/oxidecomputer/omicron'...
672025-01-10T21:11:04.980Z+ cd /work/oxidecomputer/omicron
682025-01-10T21:11:04.980Z+ git fetch origin 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907
692025-01-10T21:11:05.289ZFrom https://github.com/oxidecomputer/omicron
702025-01-10T21:11:05.289Z * branch 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 -> FETCH_HEAD
712025-01-10T21:11:05.300Z+ [[ -n add-precondition-to-configuration-updates ]]
722025-01-10T21:11:05.303Z++ git branch --show-current
732025-01-10T21:11:05.306Z+ current=main
742025-01-10T21:11:05.306Z+ [[ main != add-precondition-to-configuration-updates ]]
752025-01-10T21:11:05.306Z+ git branch -f add-precondition-to-configuration-updates 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907
762025-01-10T21:11:05.309Z+ git checkout -f add-precondition-to-configuration-updates
772025-01-10T21:11:05.482ZSwitched to branch 'add-precondition-to-configuration-updates'
782025-01-10T21:11:05.484Z+ git reset --hard 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907
792025-01-10T21:11:05.660ZHEAD is now at 7c02d9e05 Merge branch 'main' into add-precondition-to-configuration-updates
802025-01-10T21:11:05.663Zprocess exited: duration 7618 ms, exit code 0
 
812025-01-10T21:11:05.668Zstarting task 4: "build"
822025-01-10T21:11:05.673Z+ source .github/buildomat/ci-env.sh
832025-01-10T21:11:05.676Z++ export CARGO_TERM_COLOR=always
842025-01-10T21:11:05.676Z++ CARGO_TERM_COLOR=always
852025-01-10T21:11:05.676Z+ cargo --version
862025-01-10T21:11:05.732Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-10T21:11:05.735Z+ rustc --version
882025-01-10T21:11:05.795Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-10T21:11:05.797Z+ source ./env.sh
902025-01-10T21:11:05.800Z++ OLD_SHELL_OPTS=ehxB
912025-01-10T21:11:05.800Z++ set -o xtrace
922025-01-10T21:11:05.800Z++++ dirname ./env.sh
932025-01-10T21:11:05.803Z+++ readlink -f .
942025-01-10T21:11:05.806Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-10T21:11:05.806Z++ 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-10T21:11:05.806Z++ 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-10T21:11:05.806Z++ 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-10T21:11:05.806Z++ 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-10T21:11:05.806Z++ 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-10T21:11:05.806Z++ 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-10T21:11:05.806Z++ 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-10T21:11:05.806Z++ 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-10T21:11:05.806Z++ case $OLD_SHELL_OPTS in
1042025-01-10T21:11:05.809Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-10T21:11:05.809Z+ 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-10T21:11:05.809Z+ 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-10T21:11:05.809Z+ banner prerequisites
1082025-01-10T21:11:05.809Z
1092025-01-10T21:11:05.809Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-10T21:11:05.809Z # # # # # # # # # # # # # # #
1112025-01-10T21:11:05.809Z # # # # ##### # # ##### # # # # # #### #
1122025-01-10T21:11:05.809Z ##### ##### # ##### # # # # # # # # #
1132025-01-10T21:11:05.809Z # # # # # # # # # # # # # # #
1142025-01-10T21:11:05.809Z # # # ###### # # ###### ### # #### # #### #
1152025-01-10T21:11:05.809Z
1162025-01-10T21:11:05.809Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-10T21:11:07.771Zpkg list: illegal option -- F
1182025-01-10T21:11:07.771ZUsage:
1192025-01-10T21:11:07.774Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-10T21:11:07.774Z [pkg_fmri_pattern ...]
1212025-01-10T21:11:08.635Zpkg list: illegal option -- F
1222025-01-10T21:11:08.635ZUsage:
1232025-01-10T21:11:08.638Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-10T21:11:08.638Z [pkg_fmri_pattern ...]
1252025-01-10T21:11:14.833Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-10T21:11:18.804Z Startup: Caching catalogs ... Done
1272025-01-10T21:11:29.904ZPlanning: Solver setup ... Done (10.111s)
1282025-01-10T21:11:30.044ZPlanning: Running solver ... Done (0.140s)
1292025-01-10T21:11:30.156ZPlanning: Finding local manifests ... Done (0.007s)
1302025-01-10T21:11:30.168ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-10T21:11:30.402ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-10T21:11:30.687ZPlanning: Package planning ... Done (0.284s)
1332025-01-10T21:11:30.744ZPlanning: Merging actions ... Done (0.057s)
1342025-01-10T21:11:30.941ZPlanning: Checking for conflicting actions ... Done (0.197s)
1352025-01-10T21:11:33.055ZPlanning: Consolidating action changes ... Done (2.113s)
1362025-01-10T21:11:33.498ZPlanning: Evaluating mediators ... Done (0.443s)
1372025-01-10T21:11:33.582ZPlanning: Planning completed in 14.68 seconds
1382025-01-10T21:11:33.599Z Packages to install: 4
1392025-01-10T21:11:33.599Z Packages to update: 3
1402025-01-10T21:11:33.602Z Mediators to change: 2
1412025-01-10T21:11:33.602Z Services to change: 1
1422025-01-10T21:11:33.602Z Estimated space available: 155.63 GB
1432025-01-10T21:11:33.602ZEstimated space to be consumed: 1.64 GB
1442025-01-10T21:11:33.602Z Create boot environment: No
1452025-01-10T21:11:33.602ZCreate backup boot environment: Yes
1462025-01-10T21:11:33.602Z Rebuild boot archive: No
1472025-01-10T21:11:33.602Z
1482025-01-10T21:11:33.602ZChanged mediators:
1492025-01-10T21:11:33.602Z mediator clang:
1502025-01-10T21:11:33.602Z version: None -> 15 (system default)
1512025-01-10T21:11:33.602Z
1522025-01-10T21:11:33.602Z mediator llvm:
1532025-01-10T21:11:33.602Z version: 14 (system default) -> 15 (system default)
1542025-01-10T21:11:33.602Z
1552025-01-10T21:11:33.602ZChanged packages:
1562025-01-10T21:11:33.602Zhelios-dev
1572025-01-10T21:11:33.603Z developer/build-essential
1582025-01-10T21:11:33.603Z None -> 11-2.0
1592025-01-10T21:11:33.603Z library/libxmlsec1
1602025-01-10T21:11:33.603Z None -> 1.2.35-2.0
1612025-01-10T21:11:33.603Z ooce/developer/clang-15
1622025-01-10T21:11:33.603Z None -> 15.0.7-2.0
1632025-01-10T21:11:33.603Z ooce/developer/llvm-15
1642025-01-10T21:11:33.603Z None -> 15.0.7-2.0
1652025-01-10T21:11:33.603Z package/pkg
1662025-01-10T21:11:33.603Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-10T21:11:33.603Z system/library/g++-runtime
1682025-01-10T21:11:33.603Z 13-2.0 -> 14-2.0
1692025-01-10T21:11:33.603Z system/library/gcc-runtime
1702025-01-10T21:11:33.603Z 13-2.0 -> 14-2.0
1712025-01-10T21:11:33.603Z
1722025-01-10T21:11:33.603ZServices:
1732025-01-10T21:11:33.603Z restart_fmri:
1742025-01-10T21:11:33.603Z svc:/system/update-man-index:default
1752025-01-10T21:11:33.603Z
1762025-01-10T21:11:33.603ZEditable files to change:
1772025-01-10T21:11:33.603Z Update:
1782025-01-10T21:11:33.603Z usr/share/lib/pkg/web/config.shtml
1792025-01-10T21:11:33.807Z
1802025-01-10T21:11:33.807ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-10T21:11:38.807ZDownload: 738/4301 items 18.3/225.4MB 8% complete (3.7M/s)
1822025-01-10T21:11:44.972ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (9.0M/s)
1832025-01-10T21:11:49.986ZDownload: 2110/4301 items 118.9/225.4MB 52% complete (9.9M/s)
1842025-01-10T21:11:54.990ZDownload: 2293/4301 items 119.6/225.4MB 53% complete (3.6M/s)
1852025-01-10T21:12:00.020ZDownload: 3288/4301 items 212.5/225.4MB 94% complete (9.3M/s)
1862025-01-10T21:12:05.084ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (10.5M/s)
1872025-01-10T21:12:06.191ZDownload: Completed 225.42 MB in 32.39 seconds (7.0M/s)
1882025-01-10T21:12:08.173Z Actions: 1/5122 actions (Removing old actions)
1892025-01-10T21:12:08.196Z Actions: 194/5122 actions (Installing new actions)
1902025-01-10T21:12:13.212Z Actions: 4220/5122 actions (Installing new actions)
1912025-01-10T21:12:13.217Z Actions: 4267/5122 actions (Updating modified actions)
1922025-01-10T21:12:13.811Z Actions: Completed 5122 actions in 5.64 seconds.
1932025-01-10T21:12:14.237Z Done (0.418s)
1942025-01-10T21:12:14.240Z Done (0.001s)
1952025-01-10T21:12:14.833Z Done (0.594s)
1962025-01-10T21:12:19.349Z Done (4.283s)
1972025-01-10T21:12:19.439Z Done (0.018s)
1982025-01-10T21:12:19.442Z Done (0.000s)
1992025-01-10T21:12:19.624Z Done (0.000s)
2002025-01-10T21:12:20.340ZPlanning: Evaluating mediator changes ... Done
2012025-01-10T21:12:20.512ZPlanning: Checking for conflicting actions ... Done
2022025-01-10T21:12:20.517ZPlanning: Consolidating action changes ... Done
2032025-01-10T21:12:20.794ZPlanning: Evaluating mediators ... Done
2042025-01-10T21:12:20.798ZPlanning: Planning completed in 0.45 seconds
2052025-01-10T21:12:20.835Z Mediators to change: 2
2062025-01-10T21:12:20.835Z Create boot environment: No
2072025-01-10T21:12:20.841ZCreate backup boot environment: No
2082025-01-10T21:12:20.918Z Done
2092025-01-10T21:12:20.918Z Done
2102025-01-10T21:12:21.282Z Done
2112025-01-10T21:12:25.075Z Done
2122025-01-10T21:12:25.164Z Done
2132025-01-10T21:12:25.170Z Done
2142025-01-10T21:12:25.318Z Done
2152025-01-10T21:12:25.944ZPlanning: Evaluating mediator changes ... Done
2162025-01-10T21:12:25.947ZPlanning: Merging actions ... Done
2172025-01-10T21:12:26.138ZPlanning: Checking for conflicting actions ... Done
2182025-01-10T21:12:26.141ZPlanning: Consolidating action changes ... Done
2192025-01-10T21:12:26.408ZPlanning: Evaluating mediators ... Done
2202025-01-10T21:12:26.465ZPlanning: Planning completed in 0.77 seconds
2212025-01-10T21:12:26.507Z Packages to change: 1
2222025-01-10T21:12:26.507Z Mediators to change: 1
2232025-01-10T21:12:26.509Z Services to change: 1
2242025-01-10T21:12:26.509Z Create boot environment: No
2252025-01-10T21:12:26.509ZCreate backup boot environment: Yes
2262025-01-10T21:12:28.530Z Actions: 1/6 actions (Updating modified actions)
2272025-01-10T21:12:28.533Z Actions: Completed 6 actions in 0.00 seconds.
2282025-01-10T21:12:28.533Z Done
2292025-01-10T21:12:28.533Z Done
2302025-01-10T21:12:28.650Z Done
2312025-01-10T21:12:32.370Z Done
2322025-01-10T21:12:32.464Z Done
2332025-01-10T21:12:32.467Z Done
2342025-01-10T21:12:32.606Z Done
2352025-01-10T21:12:33.046ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362025-01-10T21:12:33.046Zclang system 15 system
2372025-01-10T21:12:33.046Zcsh system system illumos
2382025-01-10T21:12:33.046Zctags system system illumos
2392025-01-10T21:12:33.047Zgcc vendor 12 vendor
2402025-01-10T21:12:33.047Zgcc system 10 system
2412025-01-10T21:12:33.047Zgcc system 7 system
2422025-01-10T21:12:33.047Zgo system 1.20 system
2432025-01-10T21:12:33.047Zgo system 1.19 system
2442025-01-10T21:12:33.047Zllvm system 15 system
2452025-01-10T21:12:33.047Zllvm system 14 system
2462025-01-10T21:12:33.047Zmariadb system 10.6 system
2472025-01-10T21:12:33.047Zmta vendor vendor dma
2482025-01-10T21:12:33.047Zopenjdk system 17 system
2492025-01-10T21:12:33.047Zopenjdk system 11 system
2502025-01-10T21:12:33.047Zopenjdk system 1.8 system
2512025-01-10T21:12:33.047Zopenssl vendor 3 vendor
2522025-01-10T21:12:33.047Zperl system 5.36 system
2532025-01-10T21:12:33.047Zpostgresql system 15 system
2542025-01-10T21:12:33.047Zpostgresql system 13 system
2552025-01-10T21:12:33.047Zpython vendor 3 vendor
2562025-01-10T21:12:33.047Zpython system 2 system
2572025-01-10T21:12:33.047Zpython3 system 3.11 system
2582025-01-10T21:12:33.047Zruby system 3.0 system
2592025-01-10T21:12:33.047Zwords vendor vendor american-english
2602025-01-10T21:12:33.047Zwords system system australian-english
2612025-01-10T21:12:33.047Zwords system system british-english
2622025-01-10T21:12:33.047Zwords system system canadian-english
2632025-01-10T21:12:33.047Zwords system system french
2642025-01-10T21:12:33.047Zwords system system italian
2652025-01-10T21:12:33.047Zwords system system ngerman
2662025-01-10T21:12:33.047Zwords system system ogerman
2672025-01-10T21:12:33.047Zwords system system spanish
2682025-01-10T21:12:33.387ZPUBLISHER TYPE STATUS P LOCATION
2692025-01-10T21:12:33.387Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702025-01-10T21:12:36.204ZFMRI IFO
2712025-01-10T21:12:36.204Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722025-01-10T21:12:36.204Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732025-01-10T21:12:36.204Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742025-01-10T21:12:36.204Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752025-01-10T21:12:36.204Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762025-01-10T21:12:36.204Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772025-01-10T21:12:36.204Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2782025-01-10T21:12:36.204Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792025-01-10T21:12:36.204Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802025-01-10T21:12:36.204Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2812025-01-10T21:12:36.204Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822025-01-10T21:12:36.204Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832025-01-10T21:12:36.204Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2842025-01-10T21:12:36.204Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852025-01-10T21:12:36.204Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862025-01-10T21:12:37.001Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872025-01-10T21:12:37.295Z Updating crates.io index
2882025-01-10T21:12:37.298Z Updating git repository `https://github.com/oxidecomputer/diffus`
2892025-01-10T21:12:37.613Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902025-01-10T21:12:38.063Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2912025-01-10T21:12:38.290Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922025-01-10T21:12:38.542Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2932025-01-10T21:12:38.759Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942025-01-10T21:12:39.626Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952025-01-10T21:12:41.153Z Updating git repository `https://github.com/oxidecomputer/opte`
2962025-01-10T21:12:41.793Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972025-01-10T21:12:42.520Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982025-01-10T21:12:42.797Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992025-01-10T21:12:43.143Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3002025-01-10T21:12:43.762Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3012025-01-10T21:12:44.042Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3022025-01-10T21:12:44.399Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-01-10T21:12:44.706Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-01-10T21:12:44.995Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-01-10T21:12:45.218Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-01-10T21:12:45.493Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3072025-01-10T21:12:45.899Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082025-01-10T21:12:46.196Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3092025-01-10T21:12:46.563Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102025-01-10T21:12:47.108Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112025-01-10T21:12:47.383Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122025-01-10T21:12:47.783Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132025-01-10T21:12:48.230Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3142025-01-10T21:12:48.649Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152025-01-10T21:12:48.905Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162025-01-10T21:12:49.171Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172025-01-10T21:12:50.560Z Downloading crates ...
3182025-01-10T21:12:50.635Z Downloaded anstream v0.6.15
3192025-01-10T21:12:50.701Z Downloaded cargo-platform v0.1.8
3202025-01-10T21:12:50.703Z Downloaded cargo_metadata v0.18.1
3212025-01-10T21:12:50.709Z Downloaded cargo_toml v0.20.5
3222025-01-10T21:12:50.715Z Downloaded clap v4.5.21
3232025-01-10T21:12:50.725Z Downloaded cpufeatures v0.2.14
3242025-01-10T21:12:50.728Z Downloaded clap_lex v0.7.2
3252025-01-10T21:12:50.728Z Downloaded clap_derive v4.5.18
3262025-01-10T21:12:50.728Z Downloaded cfg-if v1.0.0
3272025-01-10T21:12:50.730Z Downloaded equivalent v1.0.1
3282025-01-10T21:12:50.750Z Downloaded errno v0.3.9
3292025-01-10T21:12:50.753Z Downloaded digest v0.10.7
3302025-01-10T21:12:50.753Z Downloaded dtrace-parser v0.2.0
3312025-01-10T21:12:50.753Z Downloaded camino-tempfile v1.1.1
3322025-01-10T21:12:50.758Z Downloaded fastrand v2.1.1
3332025-01-10T21:12:50.766Z Downloaded crypto-common v0.1.6
3342025-01-10T21:12:50.766Z Downloaded byteorder v1.5.0
3352025-01-10T21:12:50.769Z Downloaded block-buffer v0.10.4
3362025-01-10T21:12:50.769Z Downloaded macaddr v1.0.1
3372025-01-10T21:12:50.769Z Downloaded itoa v1.0.11
3382025-01-10T21:12:50.769Z Downloaded fnv v1.0.7
3392025-01-10T21:12:50.769Z Downloaded clap_builder v4.5.21
3402025-01-10T21:12:50.774Z Downloaded is_terminal_polyfill v1.70.1
3412025-01-10T21:12:50.778Z Downloaded heck v0.4.1
3422025-01-10T21:12:50.778Z Downloaded generic-array v0.14.7
3432025-01-10T21:12:50.782Z Downloaded autocfg v1.4.0
3442025-01-10T21:12:50.783Z Downloaded dof v0.3.0
3452025-01-10T21:12:50.783Z Downloaded colorchoice v1.0.2
3462025-01-10T21:12:50.786Z Downloaded scroll_derive v0.12.0
3472025-01-10T21:12:50.786Z Downloaded pretty-hex v0.4.1
3482025-01-10T21:12:50.786Z Downloaded anstyle-query v1.1.1
3492025-01-10T21:12:50.786Z Downloaded camino v1.1.9
3502025-01-10T21:12:50.793Z Downloaded heck v0.5.0
3512025-01-10T21:12:50.797Z Downloaded fs-err v2.11.0
3522025-01-10T21:12:50.797Z Downloaded bytecount v0.6.8
3532025-01-10T21:12:50.797Z Downloaded swrite v0.1.0
3542025-01-10T21:12:50.803Z Downloaded usdt-macro v0.5.0
3552025-01-10T21:12:50.807Z Downloaded usdt-attr-macro v0.5.0
3562025-01-10T21:12:50.813Z Downloaded proc-macro-error-attr v1.0.4
3572025-01-10T21:12:50.816Z Downloaded plain v0.2.3
3582025-01-10T21:12:50.816Z Downloaded pest_generator v2.7.14
3592025-01-10T21:12:50.816Z Downloaded anstyle v1.0.10
3602025-01-10T21:12:50.820Z Downloaded smawk v0.3.2
3612025-01-10T21:12:50.827Z Downloaded log v0.4.22
3622025-01-10T21:12:50.830Z Downloaded tabled_derive v0.7.0
3632025-01-10T21:12:50.830Z Downloaded serde_tokenstream v0.2.2
3642025-01-10T21:12:50.833Z Downloaded strsim v0.11.1
3652025-01-10T21:12:50.833Z Downloaded anyhow v1.0.93
3662025-01-10T21:12:50.837Z Downloaded thiserror-impl v1.0.69
3672025-01-10T21:12:50.840Z Downloaded serde_spanned v0.6.8
3682025-01-10T21:12:50.840Z Downloaded terminal_size v0.4.0
3692025-01-10T21:12:50.840Z Downloaded usdt v0.5.0
3702025-01-10T21:12:50.843Z Downloaded toml_datetime v0.6.8
3712025-01-10T21:12:50.843Z Downloaded thiserror v1.0.69
3722025-01-10T21:12:50.846Z Downloaded bitflags v2.6.0
3732025-01-10T21:12:50.850Z Downloaded utf8parse v0.2.2
3742025-01-10T21:12:50.853Z Downloaded unicode-linebreak v0.1.5
3752025-01-10T21:12:50.853Z Downloaded anstyle-parse v0.2.5
3762025-01-10T21:12:50.856Z Downloaded version_check v0.9.5
3772025-01-10T21:12:50.856Z Downloaded thread-id v4.2.2
3782025-01-10T21:12:50.859Z Downloaded pest_derive v2.7.14
3792025-01-10T21:12:50.863Z Downloaded once_cell v1.20.2
3802025-01-10T21:12:50.865Z Downloaded quote v1.0.37
3812025-01-10T21:12:50.869Z Downloaded proc-macro-error v1.0.4
3822025-01-10T21:12:50.880Z Downloaded tempfile v3.13.0
3832025-01-10T21:12:50.883Z Downloaded memmap v0.7.0
3842025-01-10T21:12:50.886Z Downloaded zerocopy-derive v0.7.35
3852025-01-10T21:12:50.889Z Downloaded sha2 v0.10.8
3862025-01-10T21:12:50.892Z Downloaded ryu v1.0.18
3872025-01-10T21:12:50.895Z Downloaded papergrid v0.11.0
3882025-01-10T21:12:50.900Z Downloaded scroll v0.12.0
3892025-01-10T21:12:50.903Z Downloaded semver v1.0.23
3902025-01-10T21:12:50.906Z Downloaded proc-macro2 v1.0.89
3912025-01-10T21:12:50.909Z Downloaded pest_meta v2.7.14
3922025-01-10T21:12:50.909Z Downloaded ucd-trie v0.1.7
3932025-01-10T21:12:50.911Z Downloaded typenum v1.17.0
3942025-01-10T21:12:50.914Z Downloaded indexmap v2.6.0
3952025-01-10T21:12:50.917Z Downloaded unicode-ident v1.0.13
3962025-01-10T21:12:50.919Z Downloaded usdt-impl v0.5.0
3972025-01-10T21:12:50.922Z Downloaded serde_derive v1.0.215
3982025-01-10T21:12:50.926Z Downloaded toml v0.8.19
3992025-01-10T21:12:50.946Z Downloaded textwrap v0.16.1
4002025-01-10T21:12:50.951Z Downloaded memchr v2.7.4
4012025-01-10T21:12:50.956Z Downloaded serde v1.0.215
4022025-01-10T21:12:50.964Z Downloaded hashbrown v0.15.1
4032025-01-10T21:12:50.969Z Downloaded toml_edit v0.22.22
4042025-01-10T21:12:51.000Z Downloaded goblin v0.8.2
4052025-01-10T21:12:51.008Z Downloaded pest v2.7.14
4062025-01-10T21:12:51.013Z Downloaded zerocopy v0.7.35
4072025-01-10T21:12:51.028Z Downloaded winnow v0.6.20
4082025-01-10T21:12:51.036Z Downloaded serde_json v1.0.133
4092025-01-10T21:12:51.052Z Downloaded tabled v0.15.0
4102025-01-10T21:12:51.066Z Downloaded syn v1.0.109
4112025-01-10T21:12:51.076Z Downloaded syn v2.0.87
4122025-01-10T21:12:51.087Z Downloaded unicode-width v0.1.14
4132025-01-10T21:12:51.092Z Downloaded rustix v0.38.37
4142025-01-10T21:12:51.123Z Downloaded libc v0.2.162
4152025-01-10T21:12:51.437Z Compiling proc-macro2 v1.0.89
4162025-01-10T21:12:51.437Z Compiling unicode-ident v1.0.13
4172025-01-10T21:12:51.437Z Compiling version_check v0.9.5
4182025-01-10T21:12:51.439Z Compiling serde v1.0.215
4192025-01-10T21:12:51.439Z Compiling thiserror v1.0.69
4202025-01-10T21:12:51.439Z Compiling memchr v2.7.4
4212025-01-10T21:12:51.440Z Compiling libc v0.2.162
4222025-01-10T21:12:51.440Z Compiling itoa v1.0.11
4232025-01-10T21:12:51.700Z Compiling ryu v1.0.18
4242025-01-10T21:12:51.829Z Compiling ucd-trie v0.1.7
4252025-01-10T21:12:52.049Z Compiling once_cell v1.20.2
4262025-01-10T21:12:52.333Z Compiling byteorder v1.5.0
4272025-01-10T21:12:52.447Z Compiling rustix v0.38.37
4282025-01-10T21:12:52.531Z Compiling serde_json v1.0.133
4292025-01-10T21:12:52.817Z Compiling bitflags v2.6.0
4302025-01-10T21:12:52.911Z Compiling proc-macro-error-attr v1.0.4
4312025-01-10T21:12:53.215Z Compiling usdt-impl v0.5.0
4322025-01-10T21:12:53.244Z Compiling syn v1.0.109
4332025-01-10T21:12:53.316Z Compiling proc-macro-error v1.0.4
4342025-01-10T21:12:53.364Z Compiling utf8parse v0.2.2
4352025-01-10T21:12:53.390Z Compiling quote v1.0.37
4362025-01-10T21:12:53.554Z Compiling plain v0.2.3
4372025-01-10T21:12:53.586Z Compiling camino v1.1.9
4382025-01-10T21:12:53.674Z Compiling errno v0.3.9
4392025-01-10T21:12:53.720Z Compiling equivalent v1.0.1
4402025-01-10T21:12:53.852Z Compiling syn v2.0.87
4412025-01-10T21:12:53.974Z Compiling log v0.4.22
4422025-01-10T21:12:54.002Z Compiling hashbrown v0.15.1
4432025-01-10T21:12:54.228Z Compiling thread-id v4.2.2
4442025-01-10T21:12:54.361Z Compiling anstyle-parse v0.2.5
4452025-01-10T21:12:54.474Z Compiling colorchoice v1.0.2
4462025-01-10T21:12:54.643Z Compiling is_terminal_polyfill v1.70.1
4472025-01-10T21:12:54.691Z Compiling anstyle-query v1.1.1
4482025-01-10T21:12:54.716Z Compiling unicode-width v0.1.14
4492025-01-10T21:12:54.778Z Compiling autocfg v1.4.0
4502025-01-10T21:12:54.863Z Compiling winnow v0.6.20
4512025-01-10T21:12:55.131Z Compiling anstyle v1.0.10
4522025-01-10T21:12:55.277Z Compiling indexmap v2.6.0
4532025-01-10T21:12:55.305Z Compiling semver v1.0.23
4542025-01-10T21:12:55.593Z Compiling pretty-hex v0.4.1
4552025-01-10T21:12:55.822Z Compiling anstream v0.6.15
4562025-01-10T21:12:56.002Z Compiling fs-err v2.11.0
4572025-01-10T21:12:56.082Z Compiling terminal_size v0.4.0
4582025-01-10T21:12:56.402Z Compiling anyhow v1.0.93
4592025-01-10T21:12:56.607Z Compiling bytecount v0.6.8
4602025-01-10T21:12:56.717Z Compiling heck v0.5.0
4612025-01-10T21:12:56.741Z Compiling cfg-if v1.0.0
4622025-01-10T21:12:56.831Z Compiling clap_lex v0.7.2
4632025-01-10T21:12:56.859Z Compiling fnv v1.0.7
4642025-01-10T21:12:56.865Z Compiling heck v0.4.1
4652025-01-10T21:12:57.054Z Compiling strsim v0.11.1
4662025-01-10T21:12:57.257Z Compiling fastrand v2.1.1
4672025-01-10T21:12:57.411Z Compiling clap_builder v4.5.21
4682025-01-10T21:12:57.763Z Compiling tempfile v3.13.0
4692025-01-10T21:12:57.794Z Compiling papergrid v0.11.0
4702025-01-10T21:12:57.977Z Compiling memmap v0.7.0
4712025-01-10T21:12:58.034Z Compiling unicode-linebreak v0.1.5
4722025-01-10T21:12:58.365Z Compiling smawk v0.3.2
4732025-01-10T21:12:58.567Z Compiling textwrap v0.16.1
4742025-01-10T21:12:58.780Z Compiling swrite v0.1.0
4752025-01-10T21:12:59.900Z Compiling tabled_derive v0.7.0
4762025-01-10T21:13:01.584Z Compiling tabled v0.15.0
4772025-01-10T21:13:03.100Z Compiling serde_derive v1.0.215
4782025-01-10T21:13:03.100Z Compiling thiserror-impl v1.0.69
4792025-01-10T21:13:03.103Z Compiling zerocopy-derive v0.7.35
4802025-01-10T21:13:03.103Z Compiling scroll_derive v0.12.0
4812025-01-10T21:13:03.149Z Compiling clap_derive v4.5.18
4822025-01-10T21:13:04.407Z Compiling scroll v0.12.0
4832025-01-10T21:13:04.868Z Compiling goblin v0.8.2
4842025-01-10T21:13:04.931Z Compiling zerocopy v0.7.35
4852025-01-10T21:13:05.867Z Compiling pest v2.7.14
4862025-01-10T21:13:07.185Z Compiling clap v4.5.21
4872025-01-10T21:13:08.192Z Compiling pest_meta v2.7.14
4882025-01-10T21:13:09.068Z Compiling pest_generator v2.7.14
4892025-01-10T21:13:10.824Z Compiling pest_derive v2.7.14
4902025-01-10T21:13:11.498Z Compiling dtrace-parser v0.2.0
4912025-01-10T21:13:13.361Z Compiling serde_spanned v0.6.8
4922025-01-10T21:13:13.361Z Compiling toml_datetime v0.6.8
4932025-01-10T21:13:13.364Z Compiling cargo-platform v0.1.8
4942025-01-10T21:13:13.728Z Compiling serde_tokenstream v0.2.2
4952025-01-10T21:13:13.959Z Compiling toml_edit v0.22.22
4962025-01-10T21:13:13.986Z Compiling macaddr v1.0.1
4972025-01-10T21:13:14.099Z Compiling camino-tempfile v1.1.1
4982025-01-10T21:13:14.923Z Compiling dof v0.3.0
4992025-01-10T21:13:14.923Z Compiling cargo_metadata v0.18.1
5002025-01-10T21:13:16.796Z Compiling usdt-attr-macro v0.5.0
5012025-01-10T21:13:16.796Z Compiling usdt-macro v0.5.0
5022025-01-10T21:13:16.818Z Compiling toml v0.8.19
5032025-01-10T21:13:17.770Z Compiling cargo_toml v0.20.5
5042025-01-10T21:13:18.261Z Compiling usdt v0.5.0
5052025-01-10T21:13:21.365Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5062025-01-10T21:13:25.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.90s
5072025-01-10T21:13:25.924Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5082025-01-10T21:13:26.487Z Downloading crates ...
5092025-01-10T21:13:26.612Z Downloaded addr2line v0.24.2
5102025-01-10T21:13:26.628Z Downloaded aead v0.5.2
5112025-01-10T21:13:26.630Z Downloaded aes-gcm v0.10.3
5122025-01-10T21:13:26.637Z Downloaded ahash v0.8.11
5132025-01-10T21:13:26.646Z Downloaded darling v0.20.10
5142025-01-10T21:13:26.656Z Downloaded aes v0.8.4
5152025-01-10T21:13:26.658Z Downloaded heapless v0.8.0
5162025-01-10T21:13:26.661Z Downloaded hex-literal v0.4.1
5172025-01-10T21:13:26.664Z Downloaded arrayref v0.3.9
5182025-01-10T21:13:26.667Z Downloaded allocator-api2 v0.2.18
5192025-01-10T21:13:26.669Z Downloaded array-init v0.0.4
5202025-01-10T21:13:26.669Z Downloaded adler2 v2.0.0
5212025-01-10T21:13:26.672Z Downloaded argon2 v0.5.3
5222025-01-10T21:13:26.675Z Downloaded arc-swap v1.7.1
5232025-01-10T21:13:26.677Z Downloaded aho-corasick v1.1.3
5242025-01-10T21:13:26.683Z Downloaded bit-set v0.5.3
5252025-01-10T21:13:26.691Z Downloaded heck v0.3.3
5262025-01-10T21:13:26.700Z Downloaded hostname v0.3.1
5272025-01-10T21:13:26.704Z Downloaded bitvec v1.0.1
5282025-01-10T21:13:26.717Z Downloaded home v0.5.9
5292025-01-10T21:13:26.720Z Downloaded hmac v0.12.1
5302025-01-10T21:13:26.723Z Downloaded hostname v0.4.0
5312025-01-10T21:13:26.723Z Downloaded headers-core v0.3.0
5322025-01-10T21:13:26.725Z Downloaded chrono v0.4.38
5332025-01-10T21:13:26.732Z Downloaded hickory-server v0.24.1
5342025-01-10T21:13:26.740Z Downloaded http-body-util v0.1.2
5352025-01-10T21:13:26.743Z Downloaded http-range v0.1.5
5362025-01-10T21:13:26.743Z Downloaded http-body v1.0.1
5372025-01-10T21:13:26.745Z Downloaded http v1.1.0
5382025-01-10T21:13:26.748Z Downloaded icu_provider_macros v1.5.0
5392025-01-10T21:13:26.751Z Downloaded hubpack_derive v0.1.1
5402025-01-10T21:13:26.751Z Downloaded httparse v1.9.5
5412025-01-10T21:13:26.754Z Downloaded idna_adapter v1.2.0
5422025-01-10T21:13:26.757Z Downloaded cipher v0.4.4
5432025-01-10T21:13:26.760Z Downloaded convert_case v0.4.0
5442025-01-10T21:13:26.760Z Downloaded cassowary v0.3.0
5452025-01-10T21:13:26.763Z Downloaded blowfish v0.9.1
5462025-01-10T21:13:26.763Z Downloaded ident_case v1.0.1
5472025-01-10T21:13:26.763Z Downloaded async-stream-impl v0.3.6
5482025-01-10T21:13:26.766Z Downloaded bitfield v0.14.0
5492025-01-10T21:13:26.766Z Downloaded cfg_aliases v0.2.1
5502025-01-10T21:13:26.770Z Downloaded bitfield-struct v0.6.2
5512025-01-10T21:13:26.770Z Downloaded bit-vec v0.6.3
5522025-01-10T21:13:26.773Z Downloaded hkdf v0.12.4
5532025-01-10T21:13:26.773Z Downloaded instant v0.1.13
5542025-01-10T21:13:26.775Z Downloaded atty v0.2.14
5552025-01-10T21:13:26.775Z Downloaded atomicwrites v0.4.4
5562025-01-10T21:13:26.778Z Downloaded hickory-resolver v0.24.1
5572025-01-10T21:13:26.783Z Downloaded iana-time-zone v0.1.61
5582025-01-10T21:13:26.785Z Downloaded chrono-tz-build v0.4.0
5592025-01-10T21:13:26.789Z Downloaded cexpr v0.6.0
5602025-01-10T21:13:26.789Z Downloaded hyper-tls v0.6.0
5612025-01-10T21:13:26.791Z Downloaded humantime v2.1.0
5622025-01-10T21:13:26.794Z Downloaded instability v0.3.2
5632025-01-10T21:13:26.794Z Downloaded impl-trait-for-tuples v0.2.2
5642025-01-10T21:13:26.797Z Downloaded cstr-argument v0.1.2
5652025-01-10T21:13:26.797Z Downloaded crucible-workspace-hack v0.1.0
5662025-01-10T21:13:26.799Z Downloaded matches v0.1.10
5672025-01-10T21:13:26.799Z Downloaded httpdate v1.0.3
5682025-01-10T21:13:26.802Z Downloaded match_cfg v0.1.0
5692025-01-10T21:13:26.802Z Downloaded is_ci v1.2.0
5702025-01-10T21:13:26.805Z Downloaded bzip2 v0.4.4
5712025-01-10T21:13:26.805Z Downloaded async-recursion v1.1.1
5722025-01-10T21:13:26.810Z Downloaded constant_time_eq v0.3.1
5732025-01-10T21:13:26.813Z Downloaded lalrpop-util v0.19.12
5742025-01-10T21:13:26.814Z Downloaded arrayvec v0.7.6
5752025-01-10T21:13:26.814Z Downloaded indoc v1.0.9
5762025-01-10T21:13:26.816Z Downloaded indent_write v2.2.0
5772025-01-10T21:13:26.819Z Downloaded cancel-safe-futures v0.1.5
5782025-01-10T21:13:26.822Z Downloaded lazycell v1.3.0
5792025-01-10T21:13:26.824Z Downloaded lazy_static v1.5.0
5802025-01-10T21:13:26.827Z Downloaded managed v0.8.0
5812025-01-10T21:13:26.827Z Downloaded cmake v0.1.51
5822025-01-10T21:13:26.830Z Downloaded serde-big-array v0.5.1
5832025-01-10T21:13:26.830Z Downloaded async-stream v0.3.6
5842025-01-10T21:13:26.834Z Downloaded is-terminal v0.4.13
5852025-01-10T21:13:26.838Z Downloaded inout v0.1.3
5862025-01-10T21:13:26.838Z Downloaded lru-cache v0.1.2
5872025-01-10T21:13:26.838Z Downloaded lru v0.12.5
5882025-01-10T21:13:26.841Z Downloaded linear-map v1.2.0
5892025-01-10T21:13:26.841Z Downloaded lockfree-object-pool v0.1.6
5902025-01-10T21:13:26.843Z Downloaded internet-checksum v0.2.1
5912025-01-10T21:13:26.843Z Downloaded assert_matches v1.5.0
5922025-01-10T21:13:26.846Z Downloaded hex v0.4.3
5932025-01-10T21:13:26.851Z Downloaded curve25519-dalek-derive v0.1.1
5942025-01-10T21:13:26.851Z Downloaded const_format_proc_macros v0.2.33
5952025-01-10T21:13:26.854Z Downloaded crc32fast v1.4.2
5962025-01-10T21:13:26.854Z Downloaded time-core v0.1.2
5972025-01-10T21:13:26.854Z Downloaded strum v0.26.3
5982025-01-10T21:13:26.857Z Downloaded md5 v0.7.0
5992025-01-10T21:13:26.857Z Downloaded libefi-sys v0.1.0
6002025-01-10T21:13:26.859Z Downloaded keccak v0.1.5
6012025-01-10T21:13:26.862Z Downloaded memoffset v0.9.1
6022025-01-10T21:13:26.862Z Downloaded libsw v3.3.1
6032025-01-10T21:13:26.866Z Downloaded quinn-udp v0.5.5
6042025-01-10T21:13:26.870Z Downloaded rustc-hash v2.0.0
6052025-01-10T21:13:26.870Z Downloaded ref-cast-impl v1.0.23
6062025-01-10T21:13:26.870Z Downloaded waitgroup v0.1.2
6072025-01-10T21:13:26.872Z Downloaded ref-cast v1.0.23
6082025-01-10T21:13:26.872Z Downloaded scrypt v0.11.0
6092025-01-10T21:13:26.875Z Downloaded rand_chacha v0.3.1
6102025-01-10T21:13:26.878Z Downloaded md-5 v0.10.6
6112025-01-10T21:13:26.878Z Downloaded maplit v1.0.2
6122025-01-10T21:13:26.881Z Downloaded serde_repr v0.1.19
6132025-01-10T21:13:26.881Z Downloaded sha1 v0.10.6
6142025-01-10T21:13:26.884Z Downloaded zone_cfg_derive v0.3.0
6152025-01-10T21:13:26.887Z Downloaded icu_locid_transform v1.5.0
6162025-01-10T21:13:26.887Z Downloaded kstat-rs v0.2.4
6172025-01-10T21:13:26.889Z Downloaded ipnetwork v0.20.0
6182025-01-10T21:13:26.892Z Downloaded jobserver v0.1.32
6192025-01-10T21:13:26.895Z Downloaded slog-stdlog v4.1.1
6202025-01-10T21:13:26.895Z Downloaded cobs v0.2.3
6212025-01-10T21:13:26.898Z Downloaded litemap v0.7.3
6222025-01-10T21:13:26.901Z Downloaded signal-hook-mio v0.2.4
6232025-01-10T21:13:26.903Z Downloaded ciborium v0.2.2
6242025-01-10T21:13:26.903Z Downloaded lock_api v0.4.12
6252025-01-10T21:13:26.906Z Downloaded icu_provider v1.5.0
6262025-01-10T21:13:26.911Z Downloaded derive_builder_macro v0.20.2
6272025-01-10T21:13:26.915Z Downloaded console v0.15.8
6282025-01-10T21:13:26.915Z Downloaded ssh-cipher v0.2.0
6292025-01-10T21:13:26.919Z Downloaded strum_macros v0.24.3
6302025-01-10T21:13:26.919Z Downloaded structmeta-derive v0.3.0
6312025-01-10T21:13:26.921Z Downloaded mime_guess v2.0.5
6322025-01-10T21:13:26.921Z Downloaded memmap2 v0.9.5
6332025-01-10T21:13:26.924Z Downloaded newline-converter v0.3.0
6342025-01-10T21:13:26.924Z Downloaded num-conv v0.1.0
6352025-01-10T21:13:26.927Z Downloaded new_debug_unreachable v1.0.6
6362025-01-10T21:13:26.927Z Downloaded oso-derive v0.27.3
6372025-01-10T21:13:26.929Z Downloaded icu_locid v1.5.0
6382025-01-10T21:13:26.932Z Downloaded crossbeam-epoch v0.9.18
6392025-01-10T21:13:26.935Z Downloaded yoke-derive v0.7.4
6402025-01-10T21:13:26.938Z Downloaded clang-sys v1.8.1
6412025-01-10T21:13:26.941Z Downloaded structmeta-derive v0.2.0
6422025-01-10T21:13:26.945Z Downloaded indexmap v1.9.3
6432025-01-10T21:13:26.949Z Downloaded utf16_iter v1.0.5
6442025-01-10T21:13:26.949Z Downloaded structmeta v0.3.0
6452025-01-10T21:13:26.949Z Downloaded openssl-probe v0.1.5
6462025-01-10T21:13:26.952Z Downloaded openssl-macros v0.1.1
6472025-01-10T21:13:26.952Z Downloaded utf8_iter v1.0.4
6482025-01-10T21:13:26.952Z Downloaded pretty-hex v0.2.1
6492025-01-10T21:13:26.952Z Downloaded ssh-encoding v0.2.0
6502025-01-10T21:13:26.954Z Downloaded const-oid v0.9.6
6512025-01-10T21:13:26.957Z Downloaded slog-bunyan v2.5.0
6522025-01-10T21:13:26.959Z Downloaded async-bb8-diesel v0.2.1
6532025-01-10T21:13:26.963Z Downloaded dyn-clone v1.0.17
6542025-01-10T21:13:26.966Z Downloaded slog-term v2.9.1
6552025-01-10T21:13:26.966Z Downloaded cookie v0.18.1
6562025-01-10T21:13:26.969Z Downloaded icu_properties v1.5.1
6572025-01-10T21:13:26.971Z Downloaded tower-service v0.3.3
6582025-01-10T21:13:26.974Z Downloaded icu_normalizer v1.5.0
6592025-01-10T21:13:26.977Z Downloaded take_mut v0.2.2
6602025-01-10T21:13:26.979Z Downloaded funty v2.0.0
6612025-01-10T21:13:26.979Z Downloaded foreign-types v0.5.0
6622025-01-10T21:13:26.982Z Downloaded time-macros v0.2.18
6632025-01-10T21:13:26.986Z Downloaded num_enum_derive v0.5.11
6642025-01-10T21:13:26.986Z Downloaded newtype-uuid v1.1.3
6652025-01-10T21:13:26.989Z Downloaded env_filter v0.1.2
6662025-01-10T21:13:26.989Z Downloaded enum-as-inner v0.6.1
6672025-01-10T21:13:27.000Z Downloaded polyval v0.6.2
6682025-01-10T21:13:27.003Z Downloaded icu_locid_transform_data v1.5.0
6692025-01-10T21:13:27.006Z Downloaded ipnet v2.10.1
6702025-01-10T21:13:27.010Z Downloaded hyper-util v0.1.10
6712025-01-10T21:13:27.015Z Downloaded darling_macro v0.20.10
6722025-01-10T21:13:27.015Z Downloaded num_enum v0.5.11
6732025-01-10T21:13:27.018Z Downloaded primeorder v0.13.6
6742025-01-10T21:13:27.020Z Downloaded downcast v0.11.0
6752025-01-10T21:13:27.020Z Downloaded rustc_version v0.1.7
6762025-01-10T21:13:27.023Z Downloaded phf_shared v0.11.2
6772025-01-10T21:13:27.023Z Downloaded whoami v1.5.2
6782025-01-10T21:13:27.025Z Downloaded tokio-rustls v0.24.1
6792025-01-10T21:13:27.028Z Downloaded env_logger v0.11.5
6802025-01-10T21:13:27.030Z Downloaded scheduled-thread-pool v0.2.7
6812025-01-10T21:13:27.033Z Downloaded quick-error v1.2.3
6822025-01-10T21:13:27.035Z Downloaded socket2 v0.5.7
6832025-01-10T21:13:27.036Z Downloaded env_logger v0.10.2
6842025-01-10T21:13:27.039Z Downloaded slog-dtrace v0.3.0
6852025-01-10T21:13:27.042Z Downloaded strip-ansi-escapes v0.2.0
6862025-01-10T21:13:27.046Z Downloaded stringprep v0.1.5
6872025-01-10T21:13:27.046Z Downloaded rustls-pemfile v1.0.4
6882025-01-10T21:13:27.049Z Downloaded slog-async v2.8.0
6892025-01-10T21:13:27.049Z Downloaded tiny-keccak v2.0.2
6902025-01-10T21:13:27.052Z Downloaded twox-hash v1.6.3
6912025-01-10T21:13:27.054Z Downloaded tinystr v0.7.6
6922025-01-10T21:13:27.057Z Downloaded fs_extra v1.3.0
6932025-01-10T21:13:27.060Z Downloaded prettyplease v0.2.25
6942025-01-10T21:13:27.062Z Downloaded sigpipe v0.1.3
6952025-01-10T21:13:27.065Z Downloaded slog-envlogger v2.2.0
6962025-01-10T21:13:27.067Z Downloaded zerovec-derive v0.10.3
6972025-01-10T21:13:27.067Z Downloaded native-tls v0.2.12
6982025-01-10T21:13:27.070Z Downloaded zerocopy v0.6.6
6992025-01-10T21:13:27.073Z Downloaded tui-tree-widget v0.22.0
7002025-01-10T21:13:27.075Z Downloaded which v4.4.2
7012025-01-10T21:13:27.078Z Downloaded cc v1.1.30
7022025-01-10T21:13:27.080Z Downloaded bumpalo v3.16.0
7032025-01-10T21:13:27.083Z Downloaded signal-hook v0.3.17
7042025-01-10T21:13:27.087Z Downloaded progenitor-client v0.8.0
7052025-01-10T21:13:27.089Z Downloaded unicode-properties v0.1.3
7062025-01-10T21:13:27.092Z Downloaded semver v0.1.20
7072025-01-10T21:13:27.092Z Downloaded rpassword v7.3.1
7082025-01-10T21:13:27.099Z Downloaded diesel-dtrace v0.4.2
7092025-01-10T21:13:27.103Z Downloaded fallible-iterator v0.2.0
7102025-01-10T21:13:27.103Z Downloaded const_format v0.2.33
7112025-01-10T21:13:27.103Z Downloaded tinyvec_macros v0.1.1
7122025-01-10T21:13:27.106Z Downloaded rustls-pemfile v2.2.0
7132025-01-10T21:13:27.106Z Downloaded serde_derive_internals v0.29.1
7142025-01-10T21:13:27.109Z Downloaded chacha20poly1305 v0.10.1
7152025-01-10T21:13:27.111Z Downloaded hash32 v0.3.1
7162025-01-10T21:13:27.114Z Downloaded tap v1.0.1
7172025-01-10T21:13:27.114Z Downloaded sec1 v0.7.3
7182025-01-10T21:13:27.117Z Downloaded futures v0.3.31
7192025-01-10T21:13:27.120Z Downloaded olpc-cjson v0.1.4
7202025-01-10T21:13:27.123Z Downloaded derive_builder v0.20.2
7212025-01-10T21:13:27.130Z Downloaded vergen v8.3.2
7222025-01-10T21:13:27.132Z Downloaded thread_local v1.1.8
7232025-01-10T21:13:27.132Z Downloaded qorb v0.2.1
7242025-01-10T21:13:27.136Z Downloaded zerofrom v0.1.4
7252025-01-10T21:13:27.140Z Downloaded owo-colors v4.1.0
7262025-01-10T21:13:27.142Z Downloaded base64 v0.22.1
7272025-01-10T21:13:27.145Z Downloaded serde_plain v1.0.2
7282025-01-10T21:13:27.148Z Downloaded rtoolbox v0.0.2
7292025-01-10T21:13:27.148Z Downloaded pin-project v1.1.6
7302025-01-10T21:13:27.160Z Downloaded mirai-annotations v1.12.0
7312025-01-10T21:13:27.164Z Downloaded resolv-conf v0.7.0
7322025-01-10T21:13:27.164Z Downloaded futures-channel v0.3.31
7332025-01-10T21:13:27.167Z Downloaded oso v0.27.3
7342025-01-10T21:13:27.171Z Downloaded progenitor v0.8.0
7352025-01-10T21:13:27.174Z Downloaded signature v2.2.0
7362025-01-10T21:13:27.174Z Downloaded serde_path_to_error v0.1.16
7372025-01-10T21:13:27.178Z Downloaded static_assertions v1.1.0
7382025-01-10T21:13:27.178Z Downloaded stable_deref_trait v1.2.0
7392025-01-10T21:13:27.178Z Downloaded tinyvec v1.8.0
7402025-01-10T21:13:27.181Z Downloaded thiserror-no-std v2.0.2
7412025-01-10T21:13:27.184Z Downloaded tls_codec_derive v0.4.1
7422025-01-10T21:13:27.187Z Downloaded tls_codec v0.4.1
7432025-01-10T21:13:27.189Z Downloaded universal-hash v0.5.1
7442025-01-10T21:13:27.192Z Downloaded thiserror-impl-no-std v2.0.2
7452025-01-10T21:13:27.192Z Downloaded untrusted v0.9.0
7462025-01-10T21:13:27.195Z Downloaded xattr v1.3.1
7472025-01-10T21:13:27.197Z Downloaded minimal-lexical v0.2.1
7482025-01-10T21:13:27.200Z Downloaded untrusted v0.7.1
7492025-01-10T21:13:27.203Z Downloaded serde_urlencoded v0.7.1
7502025-01-10T21:13:27.206Z Downloaded password-hash v0.5.0
7512025-01-10T21:13:27.208Z Downloaded ena v0.14.3
7522025-01-10T21:13:27.208Z Downloaded dsl_auto_type v0.1.2
7532025-01-10T21:13:27.211Z Downloaded difflib v0.4.0
7542025-01-10T21:13:27.211Z Downloaded foreign-types-shared v0.1.1
7552025-01-10T21:13:27.216Z Downloaded endian-type v0.1.2
7562025-01-10T21:13:27.216Z Downloaded defmt-parser v0.3.4
7572025-01-10T21:13:27.216Z Downloaded defmt-macros v0.3.9
7582025-01-10T21:13:27.219Z Downloaded toolchain_find v0.4.0
7592025-01-10T21:13:27.219Z Downloaded futures-task v0.3.31
7602025-01-10T21:13:27.222Z Downloaded mockall v0.13.0
7612025-01-10T21:13:27.222Z Downloaded futures-sink v0.3.31
7622025-01-10T21:13:27.222Z Downloaded foreign-types-macros v0.2.3
7632025-01-10T21:13:27.225Z Downloaded packed_struct_codegen v0.10.1
7642025-01-10T21:13:27.227Z Downloaded num-derive v0.4.2
7652025-01-10T21:13:27.227Z Downloaded embedded-io v0.6.1
7662025-01-10T21:13:27.229Z Downloaded parking_lot v0.12.3
7672025-01-10T21:13:27.232Z Downloaded embedded-io v0.4.0
7682025-01-10T21:13:27.234Z Downloaded dropshot_endpoint v0.12.0
7692025-01-10T21:13:27.237Z Downloaded defmt v0.3.8
7702025-01-10T21:13:27.240Z Downloaded fxhash v0.2.1
7712025-01-10T21:13:27.242Z Downloaded pin-project-lite v0.2.14
7722025-01-10T21:13:27.247Z Downloaded path-slash v0.1.5
7732025-01-10T21:13:27.249Z Downloaded parse-display v0.10.0
7742025-01-10T21:13:27.251Z Downloaded num-iter v0.1.45
7752025-01-10T21:13:27.251Z Downloaded num-integer v0.1.46
7762025-01-10T21:13:27.254Z Downloaded psl-types v2.0.11
7772025-01-10T21:13:27.254Z Downloaded pbkdf2 v0.11.0
7782025-01-10T21:13:27.258Z Downloaded rfc6979 v0.4.0
7792025-01-10T21:13:27.260Z Downloaded same-file v1.0.6
7802025-01-10T21:13:27.260Z Downloaded tokio-postgres v0.7.12
7812025-01-10T21:13:27.265Z Downloaded precomputed-hash v0.1.1
7822025-01-10T21:13:27.267Z Downloaded subtle v2.6.1
7832025-01-10T21:13:27.267Z Downloaded shell-words v1.1.0
7842025-01-10T21:13:27.270Z Downloaded tungstenite v0.21.0
7852025-01-10T21:13:27.272Z Downloaded tabwriter v1.4.0
7862025-01-10T21:13:27.275Z Downloaded rustversion v1.0.17
7872025-01-10T21:13:27.278Z Downloaded unicase v2.7.0
7882025-01-10T21:13:27.280Z Downloaded write16 v1.0.0
7892025-01-10T21:13:27.280Z Downloaded pkg-config v0.3.31
7902025-01-10T21:13:27.283Z Downloaded parking_lot v0.11.2
7912025-01-10T21:13:27.285Z Downloaded tungstenite v0.23.0
7922025-01-10T21:13:27.288Z Downloaded wait-timeout v0.2.0
7932025-01-10T21:13:27.290Z Downloaded xz2 v0.1.7
7942025-01-10T21:13:27.293Z Downloaded wyz v0.5.1
7952025-01-10T21:13:27.295Z Downloaded quinn v0.11.5
7962025-01-10T21:13:27.297Z Downloaded darling_core v0.20.10
7972025-01-10T21:13:27.304Z Downloaded multimap v0.10.0
7982025-01-10T21:13:27.307Z Downloaded libm v0.2.8
7992025-01-10T21:13:27.313Z Downloaded hash32 v0.2.1
8002025-01-10T21:13:27.316Z Downloaded number_prefix v0.4.0
8012025-01-10T21:13:27.316Z Downloaded hyper v1.5.0
8022025-01-10T21:13:27.322Z Downloaded phf_codegen v0.11.2
8032025-01-10T21:13:27.325Z Downloaded headers v0.4.0
8042025-01-10T21:13:27.330Z Downloaded sync_wrapper v1.0.1
8052025-01-10T21:13:27.332Z Downloaded sync-ptr v0.1.1
8062025-01-10T21:13:27.332Z Downloaded russh-cryptovec v0.7.3
8072025-01-10T21:13:27.332Z Downloaded foreign-types v0.3.2
8082025-01-10T21:13:27.335Z Downloaded foreign-types-shared v0.3.1
8092025-01-10T21:13:27.335Z Downloaded slab v0.4.9
8102025-01-10T21:13:27.337Z Downloaded dirs-sys-next v0.1.2
8112025-01-10T21:13:27.337Z Downloaded want v0.3.1
8122025-01-10T21:13:27.340Z Downloaded tokio-tungstenite v0.23.1
8132025-01-10T21:13:27.343Z Downloaded tungstenite v0.24.0
8142025-01-10T21:13:27.346Z Downloaded salsa20 v0.10.2
8152025-01-10T21:13:27.349Z Downloaded rayon-core v1.12.1
8162025-01-10T21:13:27.351Z Downloaded zerofrom-derive v0.1.4
8172025-01-10T21:13:27.353Z Downloaded yoke v0.7.4
8182025-01-10T21:13:27.356Z Downloaded yasna v0.5.2
8192025-01-10T21:13:27.359Z Downloaded scopeguard v1.2.0
8202025-01-10T21:13:27.359Z Downloaded writeable v0.5.5
8212025-01-10T21:13:27.362Z Downloaded mockall_derive v0.13.0
8222025-01-10T21:13:27.366Z Downloaded idna v1.0.3
8232025-01-10T21:13:27.369Z Downloaded tokio-native-tls v0.3.1
8242025-01-10T21:13:27.369Z Downloaded zerocopy-derive v0.8.10
8252025-01-10T21:13:27.376Z Downloaded normalize-line-endings v0.3.0
8262025-01-10T21:13:27.379Z Downloaded nodrop v0.1.14
8272025-01-10T21:13:27.379Z Downloaded walkdir v2.5.0
8282025-01-10T21:13:27.382Z Downloaded futures-io v0.3.31
8292025-01-10T21:13:27.382Z Downloaded futures-executor v0.3.31
8302025-01-10T21:13:27.384Z Downloaded fallible-iterator v0.3.0
8312025-01-10T21:13:27.385Z Downloaded nanorand v0.7.0
8322025-01-10T21:13:27.388Z Downloaded phf v0.11.2
8332025-01-10T21:13:27.390Z Downloaded ron v0.7.1
8342025-01-10T21:13:27.394Z Downloaded peg v0.8.4
8352025-01-10T21:13:27.398Z Downloaded try-lock v0.2.5
8362025-01-10T21:13:27.400Z Downloaded pbkdf2 v0.12.2
8372025-01-10T21:13:27.403Z Downloaded ppv-lite86 v0.2.20
8382025-01-10T21:13:27.403Z Downloaded form_urlencoded v1.2.1
8392025-01-10T21:13:27.405Z Downloaded foldhash v0.1.3
8402025-01-10T21:13:27.405Z Downloaded x509-cert v0.2.5
8412025-01-10T21:13:27.411Z Downloaded deranged v0.3.11
8422025-01-10T21:13:27.413Z Downloaded utf-8 v0.7.6
8432025-01-10T21:13:27.416Z Downloaded smf v0.2.3
8442025-01-10T21:13:27.416Z Downloaded unicode-bidi v0.3.17
8452025-01-10T21:13:27.418Z Downloaded unicode-xid v0.2.6
8462025-01-10T21:13:27.421Z Downloaded smallvec v0.6.14
8472025-01-10T21:13:27.424Z Downloaded ed25519 v2.2.3
8482025-01-10T21:13:27.424Z Downloaded slog-scope v4.4.0
8492025-01-10T21:13:27.427Z Downloaded num v0.4.3
8502025-01-10T21:13:27.427Z Downloaded parse-zoneinfo v0.3.1
8512025-01-10T21:13:27.430Z Downloaded typify v0.2.0
8522025-01-10T21:13:27.433Z Downloaded crossterm v0.28.1
8532025-01-10T21:13:27.441Z Downloaded display-error-chain v0.2.2
8542025-01-10T21:13:27.443Z Downloaded sqlparser_derive v0.2.2
8552025-01-10T21:13:27.443Z Downloaded radium v0.7.0
8562025-01-10T21:13:27.446Z Downloaded uzers v0.12.1
8572025-01-10T21:13:27.450Z Downloaded r2d2 v0.8.10
8582025-01-10T21:13:27.450Z Downloaded percent-encoding v2.3.1
8592025-01-10T21:13:27.453Z Downloaded samael v0.0.17
8602025-01-10T21:13:27.455Z Downloaded phf_shared v0.10.0
8612025-01-10T21:13:27.459Z Downloaded siphasher v0.3.11
8622025-01-10T21:13:27.459Z Downloaded unicode_categories v0.1.1
8632025-01-10T21:13:27.461Z Downloaded pin-utils v0.1.0
8642025-01-10T21:13:27.461Z Downloaded parse-size v1.1.0
8652025-01-10T21:13:27.464Z Downloaded blake3 v1.5.4
8662025-01-10T21:13:27.471Z Downloaded peg-runtime v0.8.3
8672025-01-10T21:13:27.473Z Downloaded ff v0.13.0
8682025-01-10T21:13:27.473Z Downloaded rustc-demangle v0.1.24
8692025-01-10T21:13:27.476Z Downloaded zeroize_derive v1.4.2
8702025-01-10T21:13:27.478Z Downloaded russh v0.45.0
8712025-01-10T21:13:27.482Z Downloaded gethostname v0.5.0
8722025-01-10T21:13:27.486Z Downloaded termtree v0.4.1
8732025-01-10T21:13:27.486Z Downloaded num_threads v0.1.7
8742025-01-10T21:13:27.488Z Downloaded fd-lock v4.0.2
8752025-01-10T21:13:27.491Z Downloaded predicates-core v1.0.8
8762025-01-10T21:13:27.491Z Downloaded predicates v3.1.2
8772025-01-10T21:13:27.493Z Downloaded supports-color v3.0.1
8782025-01-10T21:13:27.502Z Downloaded string_cache v0.8.7
8792025-01-10T21:13:27.503Z Downloaded dirs-next v2.0.0
8802025-01-10T21:13:27.503Z Downloaded time v0.3.36
8812025-01-10T21:13:27.509Z Downloaded sqlformat v0.2.6
8822025-01-10T21:13:27.512Z Downloaded spki v0.7.3
8832025-01-10T21:13:27.514Z Downloaded pem-rfc7468 v0.7.0
8842025-01-10T21:13:27.517Z Downloaded group v0.13.0
8852025-01-10T21:13:27.519Z Downloaded rustls-webpki v0.101.7
8862025-01-10T21:13:27.539Z Downloaded dhcproto-macros v0.1.0
8872025-01-10T21:13:27.541Z Downloaded diesel_table_macro_syntax v0.2.0
8882025-01-10T21:13:27.542Z Downloaded predicates-tree v1.0.11
8892025-01-10T21:13:27.544Z Downloaded float-ord v0.3.2
8902025-01-10T21:13:27.544Z Downloaded unicode-truncate v1.1.0
8912025-01-10T21:13:27.547Z Downloaded typify-macro v0.2.0
8922025-01-10T21:13:27.549Z Downloaded phf_generator v0.11.2
8932025-01-10T21:13:27.549Z Downloaded termios v0.3.3
8942025-01-10T21:13:27.552Z Downloaded termcolor v1.4.1
8952025-01-10T21:13:27.552Z Downloaded progenitor-macro v0.8.0
8962025-01-10T21:13:27.555Z Downloaded russh-keys v0.45.0
8972025-01-10T21:13:27.558Z Downloaded pkcs5 v0.7.1
8982025-01-10T21:13:27.560Z Downloaded vte_generate_state_changes v0.1.2
8992025-01-10T21:13:27.560Z Downloaded dropshot_endpoint v0.13.0
9002025-01-10T21:13:27.563Z Downloaded paste v1.0.15
9012025-01-10T21:13:27.567Z Downloaded newtype_derive v0.1.6
9022025-01-10T21:13:27.569Z Downloaded float-cmp v0.9.0
9032025-01-10T21:13:27.569Z Downloaded synstructure v0.13.1
9042025-01-10T21:13:27.572Z Downloaded half v2.4.1
9052025-01-10T21:13:27.575Z Downloaded schemars v0.8.21
9062025-01-10T21:13:27.586Z Downloaded opaque-debug v0.3.1
9072025-01-10T21:13:27.588Z Downloaded rusty-fork v0.3.0
9082025-01-10T21:13:27.588Z Downloaded fallible-streaming-iterator v0.1.9
9092025-01-10T21:13:27.591Z Downloaded enum-as-inner v0.5.1
9102025-01-10T21:13:27.591Z Downloaded zone v0.1.8
9112025-01-10T21:13:27.593Z Downloaded strum_macros v0.26.4
9122025-01-10T21:13:27.596Z Downloaded salty v0.3.0
9132025-01-10T21:13:27.600Z Downloaded globset v0.4.15
9142025-01-10T21:13:27.603Z Downloaded similar v2.6.0
9152025-01-10T21:13:27.607Z Downloaded rand_core v0.6.4
9162025-01-10T21:13:27.610Z Downloaded bindgen v0.69.5
9172025-01-10T21:13:27.617Z Downloaded rustfmt-wrapper v0.2.1
9182025-01-10T21:13:27.619Z Downloaded toml v0.7.8
9192025-01-10T21:13:27.622Z Downloaded rand_xorshift v0.3.0
9202025-01-10T21:13:27.624Z Downloaded rustc-hash v1.1.0
9212025-01-10T21:13:27.624Z Downloaded num-rational v0.4.2
9222025-01-10T21:13:27.627Z Downloaded nom v7.1.3
9232025-01-10T21:13:27.632Z Downloaded nibble_vec v0.1.0
9242025-01-10T21:13:27.634Z Downloaded rand_seeder v0.3.0
9252025-01-10T21:13:27.637Z Downloaded packed_struct v0.10.1
9262025-01-10T21:13:27.637Z Downloaded fatfs v0.3.6
9272025-01-10T21:13:27.640Z Downloaded omicron-zone-package v0.12.0
9282025-01-10T21:13:27.644Z Downloaded tokio-macros v2.4.0
9292025-01-10T21:13:27.646Z Downloaded num-bigint-dig v0.8.4
9302025-01-10T21:13:27.650Z Downloaded zeroize v1.8.1
9312025-01-10T21:13:27.653Z Downloaded subprocess v0.2.9
9322025-01-10T21:13:27.656Z Downloaded rayon v1.10.0
9332025-01-10T21:13:27.665Z Downloaded vsss-rs v3.3.4
9342025-01-10T21:13:27.669Z Downloaded num-traits v0.2.19
9352025-01-10T21:13:27.672Z Downloaded toml_edit v0.19.15
9362025-01-10T21:13:27.690Z Downloaded value-bag v1.9.0
9372025-01-10T21:13:27.693Z Downloaded getrandom v0.2.15
9382025-01-10T21:13:27.696Z Downloaded des v0.8.1
9392025-01-10T21:13:27.699Z Downloaded snafu v0.8.5
9402025-01-10T21:13:27.703Z Downloaded tracing-attributes v0.1.27
9412025-01-10T21:13:27.706Z Downloaded rustc_version v0.4.1
9422025-01-10T21:13:27.710Z Downloaded diff v0.1.13
9432025-01-10T21:13:27.712Z Downloaded thiserror v2.0.3
9442025-01-10T21:13:27.716Z Downloaded dhcproto v0.12.0
9452025-01-10T21:13:27.719Z Downloaded vte v0.11.1
9462025-01-10T21:13:27.722Z Downloaded rcgen v0.12.1
9472025-01-10T21:13:27.725Z Downloaded test-strategy v0.3.1
9482025-01-10T21:13:27.728Z Downloaded derive-where v1.2.7
9492025-01-10T21:13:27.731Z Downloaded quick-xml v0.33.0
9502025-01-10T21:13:27.737Z Downloaded url v2.5.3
9512025-01-10T21:13:27.740Z Downloaded mio v1.0.2
9522025-01-10T21:13:27.746Z Downloaded flume v0.11.1
9532025-01-10T21:13:27.751Z Downloaded zip v2.1.3
9542025-01-10T21:13:27.755Z Downloaded rustls-pki-types v1.10.0
9552025-01-10T21:13:27.758Z Downloaded ssh-key v0.6.6
9562025-01-10T21:13:27.767Z Downloaded aws-lc-rs v1.10.0
9572025-01-10T21:13:27.775Z Downloaded uuid v1.11.0
9582025-01-10T21:13:27.778Z Downloaded diesel_derives v2.2.3
9592025-01-10T21:13:27.782Z Downloaded expectorate v1.1.0
9602025-01-10T21:13:27.785Z Downloaded tracing v0.1.40
9612025-01-10T21:13:27.789Z Downloaded icu_properties_data v1.5.0
9622025-01-10T21:13:27.800Z Downloaded reqwest v0.12.9
9632025-01-10T21:13:27.808Z Downloaded typed-path v0.9.3
9642025-01-10T21:13:27.814Z Downloaded tokio-tungstenite v0.24.0
9652025-01-10T21:13:27.817Z Downloaded parse-display-derive v0.10.0
9662025-01-10T21:13:27.819Z Downloaded tracing-core v0.1.32
9672025-01-10T21:13:27.822Z Downloaded zip v0.6.6
9682025-01-10T21:13:27.825Z Downloaded portable-atomic v1.9.0
9692025-01-10T21:13:27.832Z Downloaded num-bigint v0.4.6
9702025-01-10T21:13:27.837Z Downloaded publicsuffix v2.2.3
9712025-01-10T21:13:27.840Z Downloaded tough v0.19.0
9722025-01-10T21:13:27.849Z Downloaded rustyline v14.0.0
9732025-01-10T21:13:27.855Z Downloaded flate2 v1.0.34
9742025-01-10T21:13:27.860Z Downloaded lalrpop v0.19.12
9752025-01-10T21:13:27.872Z Downloaded der v0.7.9
9762025-01-10T21:13:27.878Z Downloaded sqlparser v0.45.0
9772025-01-10T21:13:27.884Z Downloaded futures-util v0.3.31
9782025-01-10T21:13:27.896Z Downloaded petname v2.0.2
9792025-01-10T21:13:27.902Z Downloaded curve25519-dalek v4.1.3
9802025-01-10T21:13:27.911Z Downloaded winnow v0.5.40
9812025-01-10T21:13:27.919Z Downloaded p521 v0.13.3
9822025-01-10T21:13:27.923Z Downloaded quinn-proto v0.11.8
9832025-01-10T21:13:27.930Z Downloaded p384 v0.13.0
9842025-01-10T21:13:27.936Z Downloaded idna v0.4.0
9852025-01-10T21:13:27.942Z Downloaded idna v0.3.0
9862025-01-10T21:13:27.949Z Downloaded vcpkg v0.2.15
9872025-01-10T21:13:27.991Z Downloaded h2 v0.4.6
9882025-01-10T21:13:27.997Z Downloaded idna v0.2.3
9892025-01-10T21:13:28.005Z Downloaded webpki-roots v0.26.6
9902025-01-10T21:13:28.009Z Downloaded rustls v0.22.4
9912025-01-10T21:13:28.022Z Downloaded chrono-tz v0.10.0
9922025-01-10T21:13:28.030Z Downloaded reedline v0.35.0
9932025-01-10T21:13:28.037Z Downloaded tokio-util v0.7.12
9942025-01-10T21:13:28.043Z Downloaded bstr v1.10.0
9952025-01-10T21:13:28.053Z Downloaded git2 v0.19.0
9962025-01-10T21:13:28.063Z Downloaded regress v0.9.1
9972025-01-10T21:13:28.071Z Downloaded trust-dns-proto v0.22.0
9982025-01-10T21:13:28.084Z Downloaded nix v0.28.0
9992025-01-10T21:13:28.096Z Downloaded unicode-width v0.2.0
10002025-01-10T21:13:28.102Z Downloaded zerocopy v0.8.10
10012025-01-10T21:13:28.128Z Downloaded nix v0.29.0
10022025-01-10T21:13:28.141Z Downloaded polar-core v0.27.3
10032025-01-10T21:13:28.150Z Downloaded proptest v1.5.0
10042025-01-10T21:13:28.160Z Downloaded openapiv3 v2.0.0
10052025-01-10T21:13:28.174Z Downloaded rustls-webpki v0.102.8
10062025-01-10T21:13:28.191Z Downloaded object v0.30.4
10072025-01-10T21:13:28.201Z Downloaded radix_trie v0.2.1
10082025-01-10T21:13:28.206Z Downloaded ratatui v0.28.1
10092025-01-10T21:13:28.227Z Downloaded object v0.36.5
10102025-01-10T21:13:28.239Z Downloaded regress v0.10.1
10112025-01-10T21:13:28.248Z Downloaded bzip2-sys v0.1.11+1.0.8
10122025-01-10T21:13:28.261Z Downloaded regex-syntax v0.6.29
10132025-01-10T21:13:28.269Z Downloaded smoltcp v0.9.1
10142025-01-10T21:13:28.281Z Downloaded smoltcp v0.11.0
10152025-01-10T21:13:28.296Z Downloaded rustls v0.21.12
10162025-01-10T21:13:28.308Z Downloaded nix v0.27.1
10172025-01-10T21:13:28.320Z Downloaded rustls v0.23.19
10182025-01-10T21:13:28.335Z Downloaded diesel v2.2.6
10192025-01-10T21:13:28.354Z Downloaded regex-syntax v0.8.5
10202025-01-10T21:13:28.363Z Downloaded typify-impl v0.2.0
10212025-01-10T21:13:28.382Z Downloaded petgraph v0.6.5
10222025-01-10T21:13:28.400Z Downloaded dropshot v0.13.0
10232025-01-10T21:13:28.422Z Downloaded dropshot v0.12.0
10242025-01-10T21:13:28.444Z Downloaded openssl v0.10.66
10252025-01-10T21:13:28.453Z Downloaded csv v1.3.0
10262025-01-10T21:13:28.476Z Downloaded gimli v0.31.1
10272025-01-10T21:13:28.485Z Downloaded idna v0.5.0
10282025-01-10T21:13:28.493Z Downloaded sha3 v0.10.8
10292025-01-10T21:13:28.497Z Downloaded serde_with v3.11.0
10302025-01-10T21:13:28.506Z Downloaded sled v0.34.7
10312025-01-10T21:13:28.516Z Downloaded zerocopy-derive v0.6.6
10322025-01-10T21:13:28.528Z Downloaded regex-automata v0.4.8
10332025-01-10T21:13:28.547Z Downloaded regex v1.11.1
10342025-01-10T21:13:28.560Z Downloaded ron v0.8.1
10352025-01-10T21:13:28.566Z Downloaded debug-ignore v1.0.5
10362025-01-10T21:13:28.568Z Downloaded zone v0.3.0
10372025-01-10T21:13:28.568Z Downloaded peg-macros v0.8.4
10382025-01-10T21:13:28.571Z Downloaded rand v0.8.5
10392025-01-10T21:13:28.574Z Downloaded snafu-derive v0.8.5
10402025-01-10T21:13:28.574Z Downloaded serde_yaml v0.9.34+deprecated
10412025-01-10T21:13:28.578Z Downloaded ed25519-dalek v2.1.1
10422025-01-10T21:13:28.581Z Downloaded rusqlite v0.32.1
10432025-01-10T21:13:28.588Z Downloaded steno v0.4.1
10442025-01-10T21:13:28.591Z Downloaded hashbrown v0.14.5
10452025-01-10T21:13:28.598Z Downloaded elliptic-curve v0.13.8
10462025-01-10T21:13:28.601Z Downloaded lzma-sys v0.1.20
10472025-01-10T21:13:28.631Z Downloaded shlex v1.3.0
10482025-01-10T21:13:28.634Z Downloaded pem v3.0.4
10492025-01-10T21:13:28.634Z Downloaded nu-ansi-term v0.50.1
10502025-01-10T21:13:28.637Z Downloaded der_derive v0.7.3
10512025-01-10T21:13:28.637Z Downloaded schemars_derive v0.8.21
10522025-01-10T21:13:28.640Z Downloaded simd-adler32 v0.3.7
10532025-01-10T21:13:28.640Z Downloaded signal-hook-tokio v0.3.1
10542025-01-10T21:13:28.643Z Downloaded pkcs8 v0.10.2
10552025-01-10T21:13:28.645Z Downloaded pkcs1 v0.7.5
10562025-01-10T21:13:28.647Z Downloaded libz-sys v1.1.20
10572025-01-10T21:13:28.667Z Downloaded unsafe-libyaml v0.2.11
10582025-01-10T21:13:28.670Z Downloaded zerovec v0.10.4
10592025-01-10T21:13:28.676Z Downloaded unicode-normalization v0.1.24
10602025-01-10T21:13:28.679Z Downloaded itertools v0.13.0
10612025-01-10T21:13:28.686Z Downloaded serde_with_macros v3.11.0
10622025-01-10T21:13:28.689Z Downloaded sct v0.7.1
10632025-01-10T21:13:28.692Z Downloaded rsa v0.9.6
10642025-01-10T21:13:28.697Z Downloaded libxml v0.3.3
10652025-01-10T21:13:28.703Z Downloaded hashbrown v0.13.2
10662025-01-10T21:13:28.707Z Downloaded hashbrown v0.12.3
10672025-01-10T21:13:28.711Z Downloaded multer v3.1.0
10682025-01-10T21:13:28.714Z Downloaded itertools v0.12.1
10692025-01-10T21:13:28.720Z Downloaded term v0.7.0
10702025-01-10T21:13:28.723Z Downloaded tokio v1.40.0
10712025-01-10T21:13:28.761Z Downloaded unicode-segmentation v1.12.0
10722025-01-10T21:13:28.764Z Downloaded miniz_oxide v0.8.0
10732025-01-10T21:13:28.767Z Downloaded futures-macro v0.3.31
10742025-01-10T21:13:28.770Z Downloaded either v1.13.0
10752025-01-10T21:13:28.770Z Downloaded postgres-types v0.2.8
10762025-01-10T21:13:28.772Z Downloaded postgres-protocol v0.6.7
10772025-01-10T21:13:28.776Z Downloaded postcard v1.0.10
10782025-01-10T21:13:28.778Z Downloaded parking_lot_core v0.9.10
10792025-01-10T21:13:28.778Z Downloaded parking_lot_core v0.8.6
10802025-01-10T21:13:28.781Z Downloaded spin v0.9.8
10812025-01-10T21:13:28.783Z Downloaded smallvec v1.13.2
10822025-01-10T21:13:28.783Z Downloaded itertools v0.10.5
10832025-01-10T21:13:28.790Z Downloaded unarray v0.1.4
10842025-01-10T21:13:28.792Z Downloaded topological-sort v0.2.2
10852025-01-10T21:13:28.792Z Downloaded tar v0.4.42
10862025-01-10T21:13:28.795Z Downloaded openssl-sys v0.9.103
10872025-01-10T21:13:28.799Z Downloaded password-hash v0.4.2
10882025-01-10T21:13:28.801Z Downloaded p256 v0.13.2
10892025-01-10T21:13:28.804Z Downloaded thiserror-impl v2.0.3
10902025-01-10T21:13:28.806Z Downloaded pin-project-internal v1.1.6
10912025-01-10T21:13:28.809Z Downloaded num-complex v0.4.6
10922025-01-10T21:13:28.809Z Downloaded hashlink v0.9.1
10932025-01-10T21:13:28.812Z Downloaded slog v2.7.0
10942025-01-10T21:13:28.815Z Downloaded crypto-bigint v0.5.5
10952025-01-10T21:13:28.819Z Downloaded fixedbitset v0.4.2
10962025-01-10T21:13:28.822Z Downloaded proc-macro-crate v1.3.1
10972025-01-10T21:13:28.822Z Downloaded powerfmt v0.2.0
10982025-01-10T21:13:28.824Z Downloaded displaydoc v0.2.5
10992025-01-10T21:13:28.827Z Downloaded data-encoding v2.6.0
11002025-01-10T21:13:28.827Z Downloaded poly1305 v0.8.0
11012025-01-10T21:13:28.830Z Downloaded crossbeam-channel v0.5.13
11022025-01-10T21:13:28.833Z Downloaded base64 v0.21.7
11032025-01-10T21:13:28.838Z Downloaded backtrace v0.3.74
11042025-01-10T21:13:28.843Z Downloaded derive_more v0.99.18
11052025-01-10T21:13:28.848Z Downloaded icu_collections v1.5.0
11062025-01-10T21:13:28.853Z Downloaded compact_str v0.8.0
11072025-01-10T21:13:28.857Z Downloaded glob v0.3.1
11082025-01-10T21:13:28.859Z Downloaded futures-core v0.3.31
11092025-01-10T21:13:28.862Z Downloaded fragile v2.0.0
11102025-01-10T21:13:28.862Z Downloaded flagset v0.4.6
11112025-01-10T21:13:28.864Z Downloaded filetime v0.2.25
11122025-01-10T21:13:28.864Z Downloaded zopfli v0.8.1
11132025-01-10T21:13:28.867Z Downloaded secrecy v0.8.0
11142025-01-10T21:13:28.867Z Downloaded indicatif v0.17.9
11152025-01-10T21:13:28.871Z Downloaded bytes v1.8.0
11162025-01-10T21:13:28.874Z Downloaded slog-json v2.6.1
11172025-01-10T21:13:28.877Z Downloaded crossbeam-utils v0.8.20
11182025-01-10T21:13:28.879Z Downloaded base64 v0.13.1
11192025-01-10T21:13:28.881Z Downloaded serde-hex v0.1.0
11202025-01-10T21:13:28.884Z Downloaded derive_builder_core v0.20.2
11212025-01-10T21:13:28.886Z Downloaded ecdsa v0.16.9
11222025-01-10T21:13:28.886Z Downloaded zone_cfg_derive v0.1.2
11232025-01-10T21:13:28.889Z Downloaded tokio-rustls v0.25.0
11242025-01-10T21:13:28.889Z Downloaded ghash v0.5.1
11252025-01-10T21:13:28.892Z Downloaded tokio-stream v0.1.16
11262025-01-10T21:13:28.894Z Downloaded encoding_rs v0.8.34
11272025-01-10T21:13:28.915Z Downloaded tokio-rustls v0.26.0
11282025-01-10T21:13:28.918Z Downloaded progenitor-impl v0.8.0
11292025-01-10T21:13:28.920Z Downloaded dunce v1.0.5
11302025-01-10T21:13:28.920Z Downloaded tokio-tungstenite v0.21.0
11312025-01-10T21:13:28.923Z Downloaded structmeta v0.2.0
11322025-01-10T21:13:28.925Z Downloaded strum_macros v0.25.3
11332025-01-10T21:13:28.925Z Downloaded signal-hook-registry v1.4.2
11342025-01-10T21:13:28.928Z Downloaded crc-any v2.5.0
11352025-01-10T21:13:28.930Z Downloaded base64ct v1.6.0
11362025-01-10T21:13:28.930Z Downloaded icu_normalizer_data v1.5.0
11372025-01-10T21:13:28.933Z Downloaded hickory-client v0.24.1
11382025-01-10T21:13:28.935Z Downloaded hyper-rustls v0.27.3
11392025-01-10T21:13:28.938Z Downloaded cookie_store v0.21.0
11402025-01-10T21:13:28.940Z Downloaded libloading v0.8.5
11412025-01-10T21:13:28.943Z Downloaded backoff v0.4.0
11422025-01-10T21:13:28.945Z Downloaded ciborium-ll v0.2.2
11432025-01-10T21:13:28.945Z Downloaded mime v0.3.17
11442025-01-10T21:13:28.945Z Downloaded maybe-uninit v2.0.0
11452025-01-10T21:13:28.948Z Downloaded csv-core v0.1.11
11462025-01-10T21:13:28.948Z Downloaded bcrypt-pbkdf v0.10.0
11472025-01-10T21:13:28.950Z Downloaded ctr v0.9.2
11482025-01-10T21:13:28.952Z Downloaded crc v3.2.1
11492025-01-10T21:13:28.955Z Downloaded bb8 v0.8.5
11502025-01-10T21:13:28.955Z Downloaded crossbeam-deque v0.8.5
11512025-01-10T21:13:28.957Z Downloaded base16ct v0.2.0
11522025-01-10T21:13:28.957Z Downloaded linked-hash-map v0.5.6
11532025-01-10T21:13:28.957Z Downloaded crc-catalog v2.4.0
11542025-01-10T21:13:28.960Z Downloaded colored v2.1.0
11552025-01-10T21:13:28.962Z Downloaded cbc v0.1.2
11562025-01-10T21:13:28.962Z Downloaded atomic-waker v1.1.2
11572025-01-10T21:13:28.965Z Downloaded ascii-canvas v3.0.0
11582025-01-10T21:13:28.965Z Downloaded hyper-staticfile v0.10.1
11592025-01-10T21:13:28.967Z Downloaded hubpack v0.1.2
11602025-01-10T21:13:28.967Z Downloaded chacha20 v0.9.1
11612025-01-10T21:13:28.970Z Downloaded buf-list v1.0.3
11622025-01-10T21:13:28.972Z Downloaded bcs v0.1.6
11632025-01-10T21:13:28.975Z Downloaded castaway v0.2.3
11642025-01-10T21:13:28.975Z Downloaded block-padding v0.3.3
11652025-01-10T21:13:28.975Z Downloaded async-trait v0.1.83
11662025-01-10T21:13:28.978Z Downloaded crunchy v0.2.2
11672025-01-10T21:13:28.980Z Downloaded bitflags v1.3.2
11682025-01-10T21:13:28.982Z Downloaded libgit2-sys v0.17.0+1.8.1
11692025-01-10T21:13:29.040Z Downloaded hickory-proto v0.24.1
11702025-01-10T21:13:29.054Z Downloaded heapless v0.7.17
11712025-01-10T21:13:29.058Z Downloaded cfg_aliases v0.1.1
11722025-01-10T21:13:29.060Z Downloaded ciborium-io v0.2.2
11732025-01-10T21:13:29.060Z Downloaded highway v1.2.0
11742025-01-10T21:13:29.064Z Downloaded blake2 v0.10.6
11752025-01-10T21:13:29.408Z Downloaded ring v0.17.8
11762025-01-10T21:13:29.488Z Downloaded aws-lc-sys v0.22.0
11772025-01-10T21:13:29.731Z Downloaded libsqlite3-sys v0.30.1
11782025-01-10T21:13:29.911Z Compiling serde v1.0.215
11792025-01-10T21:13:29.913Z Compiling lock_api v0.4.12
11802025-01-10T21:13:29.913Z Compiling scopeguard v1.2.0
11812025-01-10T21:13:29.913Z Compiling value-bag v1.9.0
11822025-01-10T21:13:29.913Z Compiling typenum v1.17.0
11832025-01-10T21:13:29.913Z Compiling generic-array v0.14.7
11842025-01-10T21:13:30.083Z Compiling syn v2.0.87
11852025-01-10T21:13:30.096Z Compiling getrandom v0.2.15
11862025-01-10T21:13:30.290Z Compiling subtle v2.6.1
11872025-01-10T21:13:30.375Z Compiling rand_core v0.6.4
11882025-01-10T21:13:30.557Z Compiling log v0.4.22
11892025-01-10T21:13:30.647Z Compiling shlex v1.3.0
11902025-01-10T21:13:30.650Z Compiling jobserver v0.1.32
11912025-01-10T21:13:30.696Z Compiling smallvec v1.13.2
11922025-01-10T21:13:30.889Z Compiling const-oid v0.9.6
11932025-01-10T21:13:31.007Z Compiling cc v1.1.30
11942025-01-10T21:13:31.088Z Compiling spin v0.9.8
11952025-01-10T21:13:31.107Z Compiling pin-project-lite v0.2.14
11962025-01-10T21:13:31.238Z Compiling rustix v0.38.37
11972025-01-10T21:13:31.428Z Compiling parking_lot_core v0.9.10
11982025-01-10T21:13:31.474Z Compiling futures-core v0.3.31
11992025-01-10T21:13:31.571Z Compiling signal-hook-registry v1.4.2
12002025-01-10T21:13:31.730Z Compiling mio v1.0.2
12012025-01-10T21:13:32.104Z Compiling aho-corasick v1.1.3
12022025-01-10T21:13:32.432Z Compiling parking_lot v0.12.3
12032025-01-10T21:13:32.643Z Compiling either v1.13.0
12042025-01-10T21:13:32.915Z Compiling regex-syntax v0.8.5
12052025-01-10T21:13:32.982Z Compiling cpufeatures v0.2.14
12062025-01-10T21:13:33.009Z Compiling lazy_static v1.5.0
12072025-01-10T21:13:33.083Z Compiling glob v0.3.1
12082025-01-10T21:13:33.106Z Compiling stable_deref_trait v1.2.0
12092025-01-10T21:13:33.136Z Compiling futures-sink v0.3.31
12102025-01-10T21:13:33.217Z Compiling socket2 v0.5.7
12112025-01-10T21:13:33.299Z Compiling slab v0.4.9
12122025-01-10T21:13:33.513Z Compiling prettyplease v0.2.25
12132025-01-10T21:13:33.749Z Compiling serde_json v1.0.133
12142025-01-10T21:13:33.871Z Compiling minimal-lexical v0.2.1
12152025-01-10T21:13:34.123Z Compiling clang-sys v1.8.1
12162025-01-10T21:13:34.243Z Compiling libloading v0.8.5
12172025-01-10T21:13:34.399Z Compiling nom v7.1.3
12182025-01-10T21:13:34.420Z Compiling home v0.5.9
12192025-01-10T21:13:34.678Z Compiling bindgen v0.69.5
12202025-01-10T21:13:34.698Z Compiling futures-channel v0.3.31
12212025-01-10T21:13:35.140Z Compiling itertools v0.12.1
12222025-01-10T21:13:35.520Z Compiling libm v0.2.8
12232025-01-10T21:13:35.589Z Compiling allocator-api2 v0.2.18
12242025-01-10T21:13:35.866Z Compiling rustc-hash v1.1.0
12252025-01-10T21:13:36.022Z Compiling futures-task v0.3.31
12262025-01-10T21:13:36.346Z Compiling lazycell v1.3.0
12272025-01-10T21:13:36.470Z Compiling pin-utils v0.1.0
12282025-01-10T21:13:36.505Z Compiling foldhash v0.1.3
12292025-01-10T21:13:36.569Z Compiling futures-io v0.3.31
12302025-01-10T21:13:36.826Z Compiling regex-automata v0.4.8
12312025-01-10T21:13:36.898Z Compiling hashbrown v0.15.1
12322025-01-10T21:13:37.995Z Compiling synstructure v0.13.1
12332025-01-10T21:13:38.304Z Compiling cexpr v0.6.0
12342025-01-10T21:13:38.389Z Compiling cmake v0.1.51
12352025-01-10T21:13:39.458Z Compiling num-traits v0.2.19
12362025-01-10T21:13:39.745Z Compiling fs_extra v1.3.0
12372025-01-10T21:13:39.766Z Compiling pkg-config v0.3.31
12382025-01-10T21:13:39.964Z Compiling dunce v1.0.5
12392025-01-10T21:13:40.099Z Compiling tinyvec_macros v0.1.1
12402025-01-10T21:13:40.201Z Compiling tinyvec v1.8.0
12412025-01-10T21:13:40.390Z Compiling ring v0.17.8
12422025-01-10T21:13:41.523Z Compiling unicode-bidi v0.3.17
12432025-01-10T21:13:41.555Z Compiling writeable v0.5.5
12442025-01-10T21:13:41.710Z Compiling unicode-normalization v0.1.24
12452025-01-10T21:13:41.751Z Compiling base64ct v1.6.0
12462025-01-10T21:13:42.162Z Compiling litemap v0.7.3
12472025-01-10T21:13:42.347Z Compiling regex v1.11.1
12482025-01-10T21:13:42.562Z Compiling paste v1.0.15
12492025-01-10T21:13:42.898Z Compiling pem-rfc7468 v0.7.0
12502025-01-10T21:13:43.152Z Compiling aws-lc-rs v1.10.0
12512025-01-10T21:13:43.436Z Compiling flagset v0.4.6
12522025-01-10T21:13:43.463Z Compiling httparse v1.9.5
12532025-01-10T21:13:43.621Z Compiling tracing-core v0.1.32
12542025-01-10T21:13:43.641Z Compiling percent-encoding v2.3.1
12552025-01-10T21:13:43.986Z Compiling rustls-pki-types v1.10.0
12562025-01-10T21:13:44.310Z Compiling crossbeam-utils v0.8.20
12572025-01-10T21:13:44.746Z Compiling icu_locid_transform_data v1.5.0
12582025-01-10T21:13:44.925Z Compiling untrusted v0.9.0
12592025-01-10T21:13:45.049Z Compiling vcpkg v0.2.15
12602025-01-10T21:13:45.070Z Compiling mirai-annotations v1.12.0
12612025-01-10T21:13:45.093Z Compiling num-conv v0.1.0
12622025-01-10T21:13:45.121Z Compiling serde_derive v1.0.215
12632025-01-10T21:13:45.265Z Compiling zeroize_derive v1.4.2
12642025-01-10T21:13:45.385Z Compiling zerocopy-derive v0.7.35
12652025-01-10T21:13:45.533Z Compiling tokio-macros v2.4.0
12662025-01-10T21:13:46.844Z Compiling zeroize v1.8.1
12672025-01-10T21:13:47.218Z Compiling zerofrom-derive v0.1.4
12682025-01-10T21:13:47.238Z Compiling thiserror-impl v1.0.69
12692025-01-10T21:13:47.241Z Compiling yoke-derive v0.7.4
12702025-01-10T21:13:47.775Z Compiling zerocopy v0.7.35
12712025-01-10T21:13:48.605Z Compiling crypto-common v0.1.6
12722025-01-10T21:13:48.810Z Compiling block-buffer v0.10.4
12732025-01-10T21:13:48.860Z Compiling futures-macro v0.3.31
12742025-01-10T21:13:49.088Z Compiling digest v0.10.7
12752025-01-10T21:13:49.359Z Compiling zerovec-derive v0.10.3
12762025-01-10T21:13:49.589Z Compiling hmac v0.12.1
12772025-01-10T21:13:49.855Z Compiling block-padding v0.3.3
12782025-01-10T21:13:49.940Z Compiling displaydoc v0.2.5
12792025-01-10T21:13:50.113Z Compiling inout v0.1.3
12802025-01-10T21:13:50.409Z Compiling cipher v0.4.4
12812025-01-10T21:13:50.409Z Compiling sha2 v0.10.8
12822025-01-10T21:13:50.777Z Compiling thiserror v1.0.69
12832025-01-10T21:13:50.846Z Compiling futures-util v0.3.31
12842025-01-10T21:13:50.901Z Compiling ppv-lite86 v0.2.20
12852025-01-10T21:13:50.924Z Compiling icu_provider_macros v1.5.0
12862025-01-10T21:13:51.511Z Compiling zerofrom v0.1.4
12872025-01-10T21:13:51.688Z Compiling der_derive v0.7.3
12882025-01-10T21:13:51.751Z Compiling yoke v0.7.4
12892025-01-10T21:13:51.771Z Compiling rand_chacha v0.3.1
12902025-01-10T21:13:52.113Z Compiling tracing-attributes v0.1.27
12912025-01-10T21:13:52.116Z Compiling zerovec v0.10.4
12922025-01-10T21:13:52.146Z Compiling pest v2.7.14
12932025-01-10T21:13:54.096Z Compiling tinystr v0.7.6
12942025-01-10T21:13:54.286Z Compiling der v0.7.9
12952025-01-10T21:13:54.305Z Compiling icu_collections v1.5.0
12962025-01-10T21:13:54.478Z Compiling icu_locid v1.5.0
12972025-01-10T21:13:54.535Z Compiling rand v0.8.5
12982025-01-10T21:13:55.282Z Compiling salsa20 v0.10.2
12992025-01-10T21:13:55.520Z Compiling pbkdf2 v0.12.2
13002025-01-10T21:13:55.705Z Compiling icu_provider v1.5.0
13012025-01-10T21:13:55.833Z Compiling untrusted v0.7.1
13022025-01-10T21:13:55.979Z Compiling powerfmt v0.2.0
13032025-01-10T21:13:56.054Z Compiling tracing v0.1.40
13042025-01-10T21:13:56.391Z Compiling spki v0.7.3
13052025-01-10T21:13:56.570Z Compiling icu_locid_transform v1.5.0
13062025-01-10T21:13:56.720Z Compiling icu_properties_data v1.5.0
13072025-01-10T21:13:56.782Z Compiling time-core v0.1.2
13082025-01-10T21:13:56.832Z Compiling deranged v0.3.11
13092025-01-10T21:13:56.963Z Compiling time-macros v0.2.18
13102025-01-10T21:13:56.987Z Compiling scrypt v0.11.0
13112025-01-10T21:13:56.989Z Compiling pest_meta v2.7.14
13122025-01-10T21:13:57.133Z Compiling aes v0.8.4
13132025-01-10T21:13:57.599Z Compiling cbc v0.1.2
13142025-01-10T21:13:57.848Z Compiling icu_properties v1.5.1
13152025-01-10T21:13:58.875Z Compiling openssl-sys v0.9.103
13162025-01-10T21:13:59.324Z Compiling scroll_derive v0.12.0
13172025-01-10T21:13:59.850Z Compiling bitflags v2.6.0
13182025-01-10T21:13:59.985Z Compiling bytes v1.8.0
13192025-01-10T21:14:00.333Z Compiling indexmap v2.6.0
13202025-01-10T21:14:00.793Z Compiling semver v1.0.23
13212025-01-10T21:14:01.284Z Compiling tokio v1.40.0
13222025-01-10T21:14:01.520Z Compiling http v1.1.0
13232025-01-10T21:14:01.569Z Compiling rustc_version v0.4.1
13242025-01-10T21:14:02.123Z Compiling utf8_iter v1.0.4
13252025-01-10T21:14:02.339Z Compiling num_threads v0.1.7
13262025-01-10T21:14:02.386Z Compiling icu_normalizer_data v1.5.0
13272025-01-10T21:14:02.471Z Compiling write16 v1.0.0
13282025-01-10T21:14:02.527Z Compiling atomic-waker v1.1.2
13292025-01-10T21:14:02.638Z Compiling utf16_iter v1.0.5
13302025-01-10T21:14:02.713Z Compiling time v0.3.36
13312025-01-10T21:14:02.825Z Compiling icu_normalizer v1.5.0
13322025-01-10T21:14:02.849Z Compiling scroll v0.12.0
13332025-01-10T21:14:03.145Z Compiling http-body v1.0.1
13342025-01-10T21:14:03.399Z Compiling pest_generator v2.7.14
13352025-01-10T21:14:03.419Z Compiling pkcs5 v0.7.1
13362025-01-10T21:14:03.496Z Compiling form_urlencoded v1.2.1
13372025-01-10T21:14:03.828Z Compiling try-lock v0.2.5
13382025-01-10T21:14:03.973Z Compiling slog v2.7.0
13392025-01-10T21:14:04.076Z Compiling pkcs8 v0.10.2
13402025-01-10T21:14:04.484Z Compiling which v4.4.2
13412025-01-10T21:14:04.716Z Compiling goblin v0.8.2
13422025-01-10T21:14:04.901Z Compiling want v0.3.1
13432025-01-10T21:14:05.116Z Compiling idna_adapter v1.2.0
13442025-01-10T21:14:05.195Z Compiling uuid v1.11.0
13452025-01-10T21:14:05.331Z Compiling httpdate v1.0.3
13462025-01-10T21:14:05.507Z Compiling pest_derive v2.7.14
13472025-01-10T21:14:05.697Z Compiling iana-time-zone v0.1.61
13482025-01-10T21:14:05.806Z Compiling idna v1.0.3
13492025-01-10T21:14:06.166Z Compiling chrono v0.4.38
13502025-01-10T21:14:06.307Z Compiling dtrace-parser v0.2.0
13512025-01-10T21:14:07.542Z Compiling serde_tokenstream v0.2.2
13522025-01-10T21:14:07.691Z Compiling serde_spanned v0.6.8
13532025-01-10T21:14:07.935Z Compiling toml_datetime v0.6.8
13542025-01-10T21:14:08.075Z Compiling match_cfg v0.1.0
13552025-01-10T21:14:08.178Z Compiling adler2 v2.0.0
13562025-01-10T21:14:08.195Z Compiling rustversion v1.0.17
13572025-01-10T21:14:08.384Z Compiling foreign-types-shared v0.1.1
13582025-01-10T21:14:08.456Z Compiling base64 v0.22.1
13592025-01-10T21:14:08.499Z Compiling tower-service v0.3.3
13602025-01-10T21:14:08.545Z Compiling openssl v0.10.66
13612025-01-10T21:14:08.630Z Compiling foreign-types v0.3.2
13622025-01-10T21:14:08.730Z Compiling miniz_oxide v0.8.0
13632025-01-10T21:14:08.961Z Compiling hostname v0.3.1
13642025-01-10T21:14:09.007Z Compiling url v2.5.3
13652025-01-10T21:14:09.249Z Compiling async-trait v0.1.83
13662025-01-10T21:14:09.987Z Compiling tokio-util v0.7.12
13672025-01-10T21:14:10.271Z Compiling openssl-macros v0.1.1
13682025-01-10T21:14:10.626Z Compiling dof v0.3.0
13692025-01-10T21:14:11.013Z Compiling h2 v0.4.6
13702025-01-10T21:14:11.042Z Compiling serde_derive_internals v0.29.1
13712025-01-10T21:14:11.419Z Compiling usdt-impl v0.5.0
13722025-01-10T21:14:12.065Z Compiling dirs-sys-next v0.1.2
13732025-01-10T21:14:12.771Z Compiling schemars v0.8.21
13742025-01-10T21:14:12.824Z Compiling rustls v0.23.19
13752025-01-10T21:14:13.064Z Compiling siphasher v0.3.11
13762025-01-10T21:14:13.090Z Compiling syn v1.0.109
13772025-01-10T21:14:13.110Z Compiling data-encoding v2.6.0
13782025-01-10T21:14:13.465Z Compiling native-tls v0.2.12
13792025-01-10T21:14:13.715Z Compiling rustls v0.22.4
13802025-01-10T21:14:13.846Z Compiling schemars_derive v0.8.21
13812025-01-10T21:14:13.922Z Compiling dirs-next v2.0.0
13822025-01-10T21:14:15.102Z Compiling http-body-util v0.1.2
13832025-01-10T21:14:15.593Z Compiling crossbeam-epoch v0.9.18
13842025-01-10T21:14:15.614Z Compiling heapless v0.7.17
13852025-01-10T21:14:15.633Z Compiling signature v2.2.0
13862025-01-10T21:14:15.922Z Compiling sha1 v0.10.6
13872025-01-10T21:14:16.043Z Compiling bzip2-sys v0.1.11+1.0.8
13882025-01-10T21:14:16.340Z Compiling thread_local v1.1.8
13892025-01-10T21:14:16.371Z Compiling cookie v0.18.1
13902025-01-10T21:14:16.561Z Compiling encoding_rs v0.8.34
13912025-01-10T21:14:16.652Z Compiling multer v3.1.0
13922025-01-10T21:14:16.935Z Compiling slog-async v2.8.0
13932025-01-10T21:14:16.939Z Compiling unicode-properties v0.1.3
13942025-01-10T21:14:17.125Z Compiling mime v0.3.17
13952025-01-10T21:14:17.190Z Compiling dyn-clone v1.0.17
13962025-01-10T21:14:17.363Z Compiling rayon-core v1.12.1
13972025-01-10T21:14:17.396Z Compiling openssl-probe v0.1.5
13982025-01-10T21:14:17.415Z Compiling gimli v0.31.1
13992025-01-10T21:14:17.637Z Compiling signal-hook v0.3.17
14002025-01-10T21:14:17.751Z Compiling ipnet v2.10.1
14012025-01-10T21:14:17.824Z Compiling toml_edit v0.22.22
14022025-01-10T21:14:18.024Z Compiling hyper v1.5.0
14032025-01-10T21:14:21.149Z Compiling hyper-util v0.1.10
14042025-01-10T21:14:22.242Z Compiling addr2line v0.24.2
14052025-01-10T21:14:22.452Z Compiling stringprep v0.1.5
14062025-01-10T21:14:22.915Z Compiling crossbeam-deque v0.8.5
14072025-01-10T21:14:22.938Z Compiling usdt-attr-macro v0.5.0
14082025-01-10T21:14:22.956Z Compiling usdt-macro v0.5.0
14092025-01-10T21:14:23.260Z Compiling term v0.7.0
14102025-01-10T21:14:24.267Z Compiling slog-json v2.6.1
14112025-01-10T21:14:24.294Z Compiling serde_urlencoded v0.7.1
14122025-01-10T21:14:24.387Z Compiling crossbeam-channel v0.5.13
14132025-01-10T21:14:24.517Z Compiling curve25519-dalek v4.1.3
14142025-01-10T21:14:24.633Z Compiling enum-as-inner v0.6.1
14152025-01-10T21:14:24.736Z Compiling futures-executor v0.3.31
14162025-01-10T21:14:24.797Z Compiling md-5 v0.10.6
14172025-01-10T21:14:25.055Z Compiling async-stream-impl v0.3.6
14182025-01-10T21:14:25.120Z Compiling rustls-pemfile v2.2.0
14192025-01-10T21:14:25.314Z Compiling num-integer v0.1.46
14202025-01-10T21:14:25.465Z Compiling idna v0.3.0
14212025-01-10T21:14:25.493Z Compiling idna v0.4.0
14222025-01-10T21:14:25.712Z Compiling hash32 v0.2.1
14232025-01-10T21:14:26.066Z Compiling ff v0.13.0
14242025-01-10T21:14:26.100Z Compiling is-terminal v0.4.13
14252025-01-10T21:14:26.224Z Compiling dropshot v0.12.0
14262025-01-10T21:14:26.298Z Compiling object v0.36.5
14272025-01-10T21:14:26.347Z Compiling smoltcp v0.9.1
14282025-01-10T21:14:26.459Z Compiling portable-atomic v1.9.0
14292025-01-10T21:14:26.506Z Compiling take_mut v0.2.2
14302025-01-10T21:14:26.675Z Compiling rustc-demangle v0.1.24
14312025-01-10T21:14:27.060Z Compiling psl-types v2.0.11
14322025-01-10T21:14:27.134Z Compiling fallible-iterator v0.2.0
14332025-01-10T21:14:27.163Z Compiling anyhow v1.0.93
14342025-01-10T21:14:27.264Z Compiling utf-8 v0.7.6
14352025-01-10T21:14:27.595Z Compiling num-bigint-dig v0.8.4
14362025-01-10T21:14:27.647Z Compiling base16ct v0.2.0
14372025-01-10T21:14:27.735Z Compiling quick-error v1.2.3
14382025-01-10T21:14:27.784Z Compiling linked-hash-map v0.5.6
14392025-01-10T21:14:27.873Z Compiling resolv-conf v0.7.0
14402025-01-10T21:14:27.894Z Compiling postgres-protocol v0.6.7
14412025-01-10T21:14:27.941Z Compiling sec1 v0.7.3
14422025-01-10T21:14:28.156Z Compiling lru-cache v0.1.2
14432025-01-10T21:14:28.363Z Compiling tungstenite v0.24.0
14442025-01-10T21:14:28.393Z Compiling publicsuffix v2.2.3
14452025-01-10T21:14:28.698Z Compiling async-stream v0.3.6
14462025-01-10T21:14:28.745Z Compiling hickory-proto v0.24.1
14472025-01-10T21:14:29.010Z Compiling group v0.13.0
14482025-01-10T21:14:29.311Z Compiling slog-term v2.9.1
14492025-01-10T21:14:29.343Z Compiling usdt v0.5.0
14502025-01-10T21:14:29.898Z Compiling num-iter v0.1.45
14512025-01-10T21:14:30.213Z Compiling futures v0.3.31
14522025-01-10T21:14:30.337Z Compiling slog-bunyan v2.5.0
14532025-01-10T21:14:30.896Z Compiling tokio-native-tls v0.3.1
14542025-01-10T21:14:31.179Z Compiling toml v0.8.19
14552025-01-10T21:14:31.851Z Compiling camino v1.1.9
14562025-01-10T21:14:32.439Z Compiling phf_shared v0.11.2
14572025-01-10T21:14:32.858Z Compiling dropshot_endpoint v0.12.0
14582025-01-10T21:14:32.878Z Compiling terminal_size v0.4.0
14592025-01-10T21:14:32.928Z Compiling waitgroup v0.1.2
14602025-01-10T21:14:32.984Z Compiling openapiv3 v2.0.0
14612025-01-10T21:14:33.096Z Compiling serde_path_to_error v0.1.16
14622025-01-10T21:14:33.153Z Compiling hkdf v0.12.4
14632025-01-10T21:14:33.405Z Compiling crypto-bigint v0.5.5
14642025-01-10T21:14:33.989Z Compiling backtrace v0.3.74
14652025-01-10T21:14:34.489Z Compiling curve25519-dalek-derive v0.1.1
14662025-01-10T21:14:36.073Z Compiling zerocopy-derive v0.6.6
14672025-01-10T21:14:37.544Z Compiling webpki-roots v0.26.6
14682025-01-10T21:14:37.611Z Compiling idna v0.5.0
14692025-01-10T21:14:37.752Z Compiling hostname v0.4.0
14702025-01-10T21:14:37.785Z Compiling crc32fast v1.4.2
14712025-01-10T21:14:38.017Z Compiling fs-err v2.11.0
14722025-01-10T21:14:38.070Z Compiling hubpack_derive v0.1.1
14732025-01-10T21:14:38.135Z Compiling ahash v0.8.11
14742025-01-10T21:14:38.318Z Compiling bitflags v1.3.2
14752025-01-10T21:14:38.386Z Compiling managed v0.8.0
14762025-01-10T21:14:38.424Z Compiling debug-ignore v1.0.5
14772025-01-10T21:14:38.484Z Compiling newtype-uuid v1.1.3
14782025-01-10T21:14:38.580Z Compiling winnow v0.5.40
14792025-01-10T21:14:38.872Z Compiling cookie_store v0.21.0
14802025-01-10T21:14:38.945Z Compiling hubpack v0.1.2
14812025-01-10T21:14:39.242Z Compiling clap_builder v4.5.21
14822025-01-10T21:14:39.362Z Compiling strum_macros v0.25.3
14832025-01-10T21:14:39.404Z Compiling console v0.15.8
14842025-01-10T21:14:39.572Z Compiling zerocopy v0.6.6
14852025-01-10T21:14:40.529Z Compiling flate2 v1.0.34
14862025-01-10T21:14:40.652Z Compiling elliptic-curve v0.13.8
14872025-01-10T21:14:41.509Z Compiling hickory-resolver v0.24.1
14882025-01-10T21:14:41.536Z Compiling phf v0.11.2
14892025-01-10T21:14:41.824Z Compiling signal-hook-mio v0.2.4
14902025-01-10T21:14:41.946Z Compiling rayon v1.10.0
14912025-01-10T21:14:41.983Z Compiling hyper-tls v0.6.0
14922025-01-10T21:14:42.408Z Compiling toml_edit v0.19.15
14932025-01-10T21:14:42.485Z Compiling bzip2 v0.4.4
14942025-01-10T21:14:43.602Z Compiling tokio-tungstenite v0.24.0
14952025-01-10T21:14:44.171Z Compiling postgres-types v0.2.8
14962025-01-10T21:14:46.865Z Compiling ed25519 v2.2.3
14972025-01-10T21:14:47.131Z Compiling phf_shared v0.10.0
14982025-01-10T21:14:47.578Z Compiling tokio-stream v0.1.16
14992025-01-10T21:14:48.453Z Compiling pkcs1 v0.7.5
15002025-01-10T21:14:48.722Z Compiling serde-big-array v0.5.1
15012025-01-10T21:14:48.800Z Compiling clap_derive v4.5.18
15022025-01-10T21:14:48.865Z Compiling rfc6979 v0.4.0
15032025-01-10T21:14:48.962Z Compiling serde_repr v0.1.19
15042025-01-10T21:14:49.053Z Compiling derive-where v1.2.7
15052025-01-10T21:14:49.134Z Compiling float-cmp v0.9.0
15062025-01-10T21:14:49.372Z Compiling bstr v1.10.0
15072025-01-10T21:14:49.459Z Compiling sync_wrapper v1.0.1
15082025-01-10T21:14:49.621Z Compiling static_assertions v1.1.0
15092025-01-10T21:14:49.729Z Compiling new_debug_unreachable v1.0.6
15102025-01-10T21:14:49.858Z Compiling unicode-segmentation v1.12.0
15112025-01-10T21:14:50.176Z Compiling bit-vec v0.6.3
15122025-01-10T21:14:50.642Z Compiling unicode-width v0.2.0
15132025-01-10T21:14:50.674Z Compiling difflib v0.4.0
15142025-01-10T21:14:50.764Z Compiling normalize-line-endings v0.3.0
15152025-01-10T21:14:50.895Z Compiling predicates-core v1.0.8
15162025-01-10T21:14:51.174Z Compiling fixedbitset v0.4.2
15172025-01-10T21:14:51.207Z Compiling precomputed-hash v0.1.1
15182025-01-10T21:14:51.249Z Compiling number_prefix v0.4.0
15192025-01-10T21:14:51.328Z Compiling whoami v1.5.2
15202025-01-10T21:14:51.487Z Compiling petgraph v0.6.5
15212025-01-10T21:14:51.650Z Compiling indicatif v0.17.9
15222025-01-10T21:14:51.988Z Compiling tokio-postgres v0.7.12
15232025-01-10T21:14:52.390Z Compiling string_cache v0.8.7
15242025-01-10T21:14:52.766Z Compiling predicates v3.1.2
15252025-01-10T21:14:52.922Z Compiling similar v2.6.0
15262025-01-10T21:14:53.952Z Compiling clap v4.5.21
15272025-01-10T21:14:53.973Z Compiling bit-set v0.5.3
15282025-01-10T21:14:54.083Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15292025-01-10T21:14:54.270Z Compiling ecdsa v0.16.9
15302025-01-10T21:14:54.552Z Compiling rsa v0.9.6
15312025-01-10T21:14:55.159Z Compiling ed25519-dalek v2.1.1
15322025-01-10T21:14:55.461Z Compiling toml v0.7.8
15332025-01-10T21:14:55.665Z Compiling zip v0.6.6
15342025-01-10T21:14:56.476Z Compiling crossterm v0.28.1
15352025-01-10T21:14:57.968Z Compiling hex v0.4.3
15362025-01-10T21:14:58.006Z Compiling x509-cert v0.2.5
15372025-01-10T21:14:58.033Z Compiling itertools v0.10.5
15382025-01-10T21:14:58.084Z Compiling unicode-xid v0.2.6
15392025-01-10T21:14:58.264Z Compiling lalrpop-util v0.19.12
15402025-01-10T21:14:58.584Z Compiling peg-runtime v0.8.3
15412025-01-10T21:14:58.635Z Compiling strum_macros v0.26.4
15422025-01-10T21:14:59.283Z Compiling xattr v1.3.1
15432025-01-10T21:14:59.570Z Compiling filetime v0.2.25
15442025-01-10T21:14:59.881Z Compiling tar v0.4.42
15452025-01-10T21:15:03.936Z Compiling strum v0.26.3
15462025-01-10T21:15:07.042Z Compiling aws-lc-sys v0.22.0
15472025-01-10T21:15:36.065Z Compiling rustls-webpki v0.102.8
15482025-01-10T21:15:39.558Z Compiling tokio-rustls v0.25.0
15492025-01-10T21:15:41.615Z Compiling tokio-rustls v0.26.0
15502025-01-10T21:15:41.904Z Compiling hyper-rustls v0.27.3
15512025-01-10T21:15:42.175Z Compiling reqwest v0.12.9
15522025-01-10T21:15:43.139Z Compiling qorb v0.2.1
15532025-01-10T21:15:48.325Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15542025-01-10T21:15:48.569Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15552025-01-10T21:15:54.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
15562025-01-10T21:15:54.656Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15572025-01-10T21:15:54.709ZJan 10 21:15:53.106 INFO Starting download, target: Console
15582025-01-10T21:15:54.709ZJan 10 21:15:53.107 INFO Starting download, target: Cockroach
15592025-01-10T21:15:54.710ZJan 10 21:15:53.107 INFO Starting download, target: Clickhouse
15602025-01-10T21:15:54.712ZJan 10 21:15:53.107 INFO Starting download, target: DendriteOpenapi
15612025-01-10T21:15:54.712ZJan 10 21:15:53.107 INFO Starting download, target: DendriteStub
15622025-01-10T21:15:54.712ZJan 10 21:15:53.107 INFO Starting download, target: MaghemiteMgd
15632025-01-10T21:15:54.712ZJan 10 21:15:53.107 INFO Starting download, target: TransceiverControl
15642025-01-10T21:15:54.712ZJan 10 21:15:53.107 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15652025-01-10T21:15:54.712ZJan 10 21:15:53.107 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15662025-01-10T21:15:54.712ZJan 10 21:15:53.107 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15672025-01-10T21:15:54.712ZJan 10 21:15:53.107 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15682025-01-10T21:15:54.712ZJan 10 21:15:53.107 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15692025-01-10T21:15:54.712ZJan 10 21:15:53.108 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15702025-01-10T21:15:54.712ZJan 10 21:15:53.108 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15712025-01-10T21:15:54.882ZJan 10 21:15:53.273 INFO Download complete, target: DendriteOpenapi
15722025-01-10T21:15:55.033ZJan 10 21:15:53.429 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15732025-01-10T21:15:55.212ZJan 10 21:15:53.603 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15742025-01-10T21:15:55.516ZJan 10 21:15:53.907 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15752025-01-10T21:15:55.569ZJan 10 21:15:53.960 INFO Download complete, target: Console
15762025-01-10T21:15:55.722ZJan 10 21:15:54.115 INFO Download complete, target: TransceiverControl
15772025-01-10T21:15:55.749ZJan 10 21:15:54.145 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15782025-01-10T21:15:56.253ZJan 10 21:15:54.650 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15792025-01-10T21:15:56.253ZJan 10 21:15:54.650 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15802025-01-10T21:15:56.732ZJan 10 21:15:55.129 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15812025-01-10T21:15:58.362ZJan 10 21:15:56.760 INFO Download complete, target: DendriteStub
15822025-01-10T21:15:58.762ZJan 10 21:15:57.160 INFO Download complete, target: MaghemiteMgd
15832025-01-10T21:16:03.719ZJan 10 21:16:02.116 INFO Checking that binary works, target: Cockroach
15842025-01-10T21:16:03.880ZJan 10 21:16:02.277 INFO Download complete, target: Cockroach
15852025-01-10T21:16:09.164ZJan 10 21:16:07.561 INFO Checking that binary works, target: Clickhouse
15862025-01-10T21:16:09.645ZJan 10 21:16:08.043 INFO Download complete, target: Clickhouse
15872025-01-10T21:16:09.669ZAll builder prerequisites installed successfully, and PATH looks valid
15882025-01-10T21:16:09.671Z
15892025-01-10T21:16:09.671Zreal 5:03.869314621
15902025-01-10T21:16:09.671Zuser 16:49.027900476
15912025-01-10T21:16:09.671Zsys 3:17.152639266
15922025-01-10T21:16:09.671Ztrap 0.592708182
15932025-01-10T21:16:09.671Ztflt 1.746170967
15942025-01-10T21:16:09.671Zdflt 2.301159398
15952025-01-10T21:16:09.671Zkflt 0.172749038
15962025-01-10T21:16:09.671Zlock 30:06.850473055
15972025-01-10T21:16:09.671Zslp 1:02:36.034927343
15982025-01-10T21:16:09.672Zlat 57.952529001
15992025-01-10T21:16:09.672Zstop 2:20.354820809
16002025-01-10T21:16:09.672Z+ banner hack-check
16012025-01-10T21:16:09.674Z
16022025-01-10T21:16:09.674Z # # ## #### # # #### # # ###### #### # #
16032025-01-10T21:16:09.674Z # # # # # # # # # # # # # # # # #
16042025-01-10T21:16:09.674Z ###### # # # #### ##### # ###### ##### # ####
16052025-01-10T21:16:09.674Z # # ###### # # # # # # # # # #
16062025-01-10T21:16:09.674Z # # # # # # # # # # # # # # # # #
16072025-01-10T21:16:09.674Z # # # # #### # # #### # # ###### #### # #
16082025-01-10T21:16:09.674Z
16092025-01-10T21:16:09.674Z+ export CARGO_INCREMENTAL=0
16102025-01-10T21:16:09.674Z+ CARGO_INCREMENTAL=0
16112025-01-10T21:16:09.674Z+ ptime -m timeout 2h cargo xtask check-features --ci
16122025-01-10T21:16:10.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16132025-01-10T21:16:13.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
16142025-01-10T21:16:13.884Z Running `target/debug/xtask check-features --ci`
16152025-01-10T21:16:13.907Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16162025-01-10T21:16:13.907Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16172025-01-10T21:16:14.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16182025-01-10T21:16:14.385Z Running `target/debug/xtask download cargo-hack`
16192025-01-10T21:16:15.226Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16202025-01-10T21:16:15.597Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16212025-01-10T21:16:20.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
16222025-01-10T21:16:20.879Z Running `target/debug/xtask-downloader cargo-hack`
16232025-01-10T21:16:20.917ZJan 10 21:16:19.315 INFO Starting download, target: CargoHack
16242025-01-10T21:16:20.919ZJan 10 21:16:19.315 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16252025-01-10T21:16:21.586ZJan 10 21:16:19.984 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16262025-01-10T21:16:21.677ZJan 10 21:16:20.075 INFO Download complete, target: CargoHack
16272025-01-10T21:16:21.680Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16282025-01-10T21:16:21.696Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16292025-01-10T21:16:21.872Zinfo: running `cargo check --bins` on api_identity (1/176)
16302025-01-10T21:16:22.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312025-01-10T21:16:22.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322025-01-10T21:16:22.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332025-01-10T21:16:22.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16342025-01-10T21:16:22.516Z
16352025-01-10T21:16:22.516Zinfo: running `cargo check --bins` on bootstore (2/176)
16362025-01-10T21:16:23.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372025-01-10T21:16:23.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382025-01-10T21:16:23.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392025-01-10T21:16:23.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16402025-01-10T21:16:23.191Z
16412025-01-10T21:16:23.191Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16422025-01-10T21:16:23.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432025-01-10T21:16:23.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442025-01-10T21:16:23.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452025-01-10T21:16:23.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16462025-01-10T21:16:23.826Z
16472025-01-10T21:16:23.826Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16482025-01-10T21:16:24.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492025-01-10T21:16:24.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502025-01-10T21:16:24.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512025-01-10T21:16:24.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16522025-01-10T21:16:24.469Z
16532025-01-10T21:16:24.469Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16542025-01-10T21:16:24.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552025-01-10T21:16:24.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562025-01-10T21:16:24.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572025-01-10T21:16:24.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16582025-01-10T21:16:24.916Z
16592025-01-10T21:16:24.916Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16602025-01-10T21:16:25.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612025-01-10T21:16:25.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622025-01-10T21:16:25.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632025-01-10T21:16:25.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16642025-01-10T21:16:25.356Z
16652025-01-10T21:16:25.356Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16662025-01-10T21:16:25.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672025-01-10T21:16:25.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682025-01-10T21:16:25.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692025-01-10T21:16:25.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16702025-01-10T21:16:25.798Z
16712025-01-10T21:16:25.798Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16722025-01-10T21:16:26.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732025-01-10T21:16:26.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742025-01-10T21:16:26.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752025-01-10T21:16:26.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16762025-01-10T21:16:26.237Z
16772025-01-10T21:16:26.237Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16782025-01-10T21:16:26.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-01-10T21:16:26.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-01-10T21:16:26.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-01-10T21:16:26.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16822025-01-10T21:16:26.684Z
16832025-01-10T21:16:26.684Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16842025-01-10T21:16:27.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-01-10T21:16:27.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-01-10T21:16:27.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-01-10T21:16:27.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16882025-01-10T21:16:27.139Z
16892025-01-10T21:16:27.139Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16902025-01-10T21:16:27.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-01-10T21:16:27.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-01-10T21:16:27.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-01-10T21:16:27.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16942025-01-10T21:16:27.577Z
16952025-01-10T21:16:27.577Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16962025-01-10T21:16:27.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-01-10T21:16:27.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-01-10T21:16:27.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-01-10T21:16:27.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17002025-01-10T21:16:28.018Z
17012025-01-10T21:16:28.018Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
17022025-01-10T21:16:28.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-01-10T21:16:28.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-01-10T21:16:28.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-01-10T21:16:28.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17062025-01-10T21:16:28.463Z
17072025-01-10T21:16:28.463Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17082025-01-10T21:16:28.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-01-10T21:16:28.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-01-10T21:16:28.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-01-10T21:16:28.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17122025-01-10T21:16:28.895Z
17132025-01-10T21:16:28.895Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17142025-01-10T21:16:29.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-01-10T21:16:29.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-01-10T21:16:29.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-01-10T21:16:29.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17182025-01-10T21:16:29.326Z
17192025-01-10T21:16:29.326Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17202025-01-10T21:16:29.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-01-10T21:16:29.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-01-10T21:16:29.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-01-10T21:16:29.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17242025-01-10T21:16:29.779Z
17252025-01-10T21:16:29.779Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17262025-01-10T21:16:30.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-01-10T21:16:30.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-01-10T21:16:30.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-01-10T21:16:30.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17302025-01-10T21:16:30.221Z
17312025-01-10T21:16:30.221Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17322025-01-10T21:16:30.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-01-10T21:16:30.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-01-10T21:16:30.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-01-10T21:16:30.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17362025-01-10T21:16:30.657Z
17372025-01-10T21:16:30.657Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17382025-01-10T21:16:31.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-01-10T21:16:31.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-01-10T21:16:31.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-01-10T21:16:31.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17422025-01-10T21:16:31.101Z
17432025-01-10T21:16:31.101Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17442025-01-10T21:16:31.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-01-10T21:16:31.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-01-10T21:16:31.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-01-10T21:16:31.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17482025-01-10T21:16:31.544Z
17492025-01-10T21:16:31.544Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17502025-01-10T21:16:31.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-01-10T21:16:31.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-01-10T21:16:31.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-01-10T21:16:31.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17542025-01-10T21:16:31.994Z
17552025-01-10T21:16:31.994Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17562025-01-10T21:16:32.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-01-10T21:16:32.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-01-10T21:16:32.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-01-10T21:16:32.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17602025-01-10T21:16:32.435Z
17612025-01-10T21:16:32.435Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17622025-01-10T21:16:32.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-01-10T21:16:32.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-01-10T21:16:32.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-01-10T21:16:32.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17662025-01-10T21:16:32.882Z
17672025-01-10T21:16:32.882Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17682025-01-10T21:16:33.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-01-10T21:16:33.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-01-10T21:16:33.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-01-10T21:16:33.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17722025-01-10T21:16:33.320Z
17732025-01-10T21:16:33.320Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17742025-01-10T21:16:33.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-01-10T21:16:33.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-01-10T21:16:33.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-01-10T21:16:33.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17782025-01-10T21:16:33.969Z
17792025-01-10T21:16:33.969Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17802025-01-10T21:16:34.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-01-10T21:16:34.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-01-10T21:16:34.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-01-10T21:16:34.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17842025-01-10T21:16:34.623Z
17852025-01-10T21:16:34.623Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17862025-01-10T21:16:35.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-01-10T21:16:35.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-01-10T21:16:35.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-01-10T21:16:35.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17902025-01-10T21:16:35.276Z
17912025-01-10T21:16:35.276Zinfo: running `cargo check --bins` on oxlog (28/176)
17922025-01-10T21:16:35.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-01-10T21:16:35.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-01-10T21:16:35.919Z Checking cfg-if v1.0.0
17952025-01-10T21:16:35.921Z Checking libc v0.2.162
17962025-01-10T21:16:36.030Z Checking serde v1.0.215
17972025-01-10T21:16:36.032Z Checking zeroize v1.8.1
17982025-01-10T21:16:36.047Z Checking memchr v2.7.4
17992025-01-10T21:16:36.050Z Checking typenum v1.17.0
18002025-01-10T21:16:36.073Z Checking scopeguard v1.2.0
18012025-01-10T21:16:36.075Z Checking subtle v2.6.1
18022025-01-10T21:16:36.101Z Checking value-bag v1.9.0
18032025-01-10T21:16:36.215Z Checking lock_api v0.4.12
18042025-01-10T21:16:36.255Z Checking const-oid v0.9.6
18052025-01-10T21:16:36.349Z Checking smallvec v1.13.2
18062025-01-10T21:16:36.498Z Checking log v0.4.22
18072025-01-10T21:16:36.626Z Checking itoa v1.0.11
18082025-01-10T21:16:36.688Z Checking pin-project-lite v0.2.14
18092025-01-10T21:16:36.814Z Checking byteorder v1.5.0
18102025-01-10T21:16:36.846Z Checking futures-core v0.3.31
18112025-01-10T21:16:36.905Z Checking once_cell v1.20.2
18122025-01-10T21:16:36.990Z Checking cpufeatures v0.2.14
18132025-01-10T21:16:37.044Z Checking stable_deref_trait v1.2.0
18142025-01-10T21:16:37.103Z Checking futures-sink v0.3.31
18152025-01-10T21:16:37.146Z Checking spin v0.9.8
18162025-01-10T21:16:37.161Z Checking getrandom v0.2.15
18172025-01-10T21:16:37.179Z Checking signal-hook-registry v1.4.2
18182025-01-10T21:16:37.203Z Checking parking_lot_core v0.9.10
18192025-01-10T21:16:37.241Z Checking mio v1.0.2
18202025-01-10T21:16:37.371Z Checking rand_core v0.6.4
18212025-01-10T21:16:37.418Z Checking socket2 v0.5.7
18222025-01-10T21:16:37.433Z Checking generic-array v0.14.7
18232025-01-10T21:16:37.492Z Checking zerocopy v0.7.35
18242025-01-10T21:16:37.535Z Checking parking_lot v0.12.3
18252025-01-10T21:16:37.674Z Checking slab v0.4.9
18262025-01-10T21:16:37.875Z Checking zerofrom v0.1.4
18272025-01-10T21:16:37.893Z Checking futures-channel v0.3.31
18282025-01-10T21:16:37.920Z Checking futures-io v0.3.31
18292025-01-10T21:16:37.937Z Checking equivalent v1.0.1
18302025-01-10T21:16:38.033Z Checking allocator-api2 v0.2.18
18312025-01-10T21:16:38.082Z Checking yoke v0.7.4
18322025-01-10T21:16:38.098Z Checking foldhash v0.1.3
18332025-01-10T21:16:38.098Z Checking futures-task v0.3.31
18342025-01-10T21:16:38.251Z Checking pin-utils v0.1.0
18352025-01-10T21:16:38.305Z Checking ryu v1.0.18
18362025-01-10T21:16:38.341Z Checking tinyvec_macros v0.1.1
18372025-01-10T21:16:38.403Z Checking futures-util v0.3.31
18382025-01-10T21:16:38.408Z Checking zerovec v0.10.4
18392025-01-10T21:16:38.428Z Checking tinyvec v1.8.0
18402025-01-10T21:16:38.546Z Checking fnv v1.0.7
18412025-01-10T21:16:38.602Z Checking crypto-common v0.1.6
18422025-01-10T21:16:38.659Z Checking block-buffer v0.10.4
18432025-01-10T21:16:38.662Z Checking hashbrown v0.15.1
18442025-01-10T21:16:38.773Z Checking block-padding v0.3.3
18452025-01-10T21:16:38.876Z Checking digest v0.10.7
18462025-01-10T21:16:38.899Z Checking libm v0.2.8
18472025-01-10T21:16:38.984Z Checking inout v0.1.3
18482025-01-10T21:16:39.207Z Checking cipher v0.4.4
18492025-01-10T21:16:39.246Z Checking hmac v0.12.1
18502025-01-10T21:16:39.466Z Checking sha2 v0.10.8
18512025-01-10T21:16:39.597Z Checking writeable v0.5.5
18522025-01-10T21:16:39.744Z Checking unicode-normalization v0.1.24
18532025-01-10T21:16:39.801Z Checking base64ct v1.6.0
18542025-01-10T21:16:39.831Z Checking unicode-bidi v0.3.17
18552025-01-10T21:16:39.899Z Checking litemap v0.7.3
18562025-01-10T21:16:40.054Z Checking num-traits v0.2.19
18572025-01-10T21:16:40.071Z Checking tinystr v0.7.6
18582025-01-10T21:16:40.229Z Checking ppv-lite86 v0.2.20
18592025-01-10T21:16:40.244Z Checking pem-rfc7468 v0.7.0
18602025-01-10T21:16:40.436Z Checking icu_locid v1.5.0
18612025-01-10T21:16:40.451Z Checking flagset v0.4.6
18622025-01-10T21:16:40.512Z Checking tracing-core v0.1.32
18632025-01-10T21:16:40.646Z Checking der v0.7.9
18642025-01-10T21:16:40.671Z Checking thiserror v1.0.69
18652025-01-10T21:16:40.797Z Checking percent-encoding v2.3.1
18662025-01-10T21:16:41.011Z Checking rand_chacha v0.3.1
18672025-01-10T21:16:41.025Z Checking icu_locid_transform_data v1.5.0
18682025-01-10T21:16:41.093Z Checking bytes v1.8.0
18692025-01-10T21:16:41.123Z Checking indexmap v2.6.0
18702025-01-10T21:16:41.168Z Checking serde_json v1.0.133
18712025-01-10T21:16:41.412Z Checking bitflags v2.6.0
18722025-01-10T21:16:41.452Z Checking icu_provider v1.5.0
18732025-01-10T21:16:41.707Z Checking rustls-pki-types v1.10.0
18742025-01-10T21:16:41.725Z Checking rand v0.8.5
18752025-01-10T21:16:41.923Z Checking tokio v1.40.0
18762025-01-10T21:16:42.133Z Checking http v1.1.0
18772025-01-10T21:16:42.308Z Checking icu_locid_transform v1.5.0
18782025-01-10T21:16:42.396Z Checking tracing v0.1.40
18792025-01-10T21:16:42.438Z Checking spki v0.7.3
18802025-01-10T21:16:42.732Z Checking icu_collections v1.5.0
18812025-01-10T21:16:42.765Z Checking salsa20 v0.10.2
18822025-01-10T21:16:42.971Z Checking pbkdf2 v0.12.2
18832025-01-10T21:16:42.986Z Checking aws-lc-sys v0.22.0
18842025-01-10T21:16:43.079Z Checking httparse v1.9.5
18852025-01-10T21:16:43.124Z Checking icu_properties_data v1.5.0
18862025-01-10T21:16:43.328Z Checking mirai-annotations v1.12.0
18872025-01-10T21:16:43.352Z Checking untrusted v0.9.0
18882025-01-10T21:16:43.390Z Checking untrusted v0.7.1
18892025-01-10T21:16:43.490Z Checking powerfmt v0.2.0
18902025-01-10T21:16:43.490Z Checking icu_properties v1.5.1
18912025-01-10T21:16:43.514Z Checking ring v0.17.8
18922025-01-10T21:16:43.517Z Checking scrypt v0.11.0
18932025-01-10T21:16:43.544Z Checking aes v0.8.4
18942025-01-10T21:16:43.546Z Checking cbc v0.1.2
18952025-01-10T21:16:43.735Z Checking deranged v0.3.11
18962025-01-10T21:16:43.735Z Checking crossbeam-utils v0.8.20
18972025-01-10T21:16:43.762Z Checking icu_normalizer_data v1.5.0
18982025-01-10T21:16:43.857Z Checking num_threads v0.1.7
18992025-01-10T21:16:43.969Z Checking atomic-waker v1.1.2
19002025-01-10T21:16:44.092Z Checking utf16_iter v1.0.5
19012025-01-10T21:16:44.242Z Checking utf8_iter v1.0.4
19022025-01-10T21:16:44.436Z Checking time-core v0.1.2
19032025-01-10T21:16:44.454Z Checking num-conv v0.1.0
19042025-01-10T21:16:44.478Z Checking write16 v1.0.0
19052025-01-10T21:16:44.596Z Checking pkcs5 v0.7.1
19062025-01-10T21:16:44.611Z Checking http-body v1.0.1
19072025-01-10T21:16:44.689Z Checking form_urlencoded v1.2.1
19082025-01-10T21:16:44.808Z Checking try-lock v0.2.5
19092025-01-10T21:16:44.890Z Checking uuid v1.11.0
19102025-01-10T21:16:44.944Z Checking want v0.3.1
19112025-01-10T21:16:45.084Z Checking pkcs8 v0.10.2
19122025-01-10T21:16:45.128Z Checking httpdate v1.0.3
19132025-01-10T21:16:45.364Z Checking unicode-ident v1.0.13
19142025-01-10T21:16:45.386Z Checking serde_spanned v0.6.8
19152025-01-10T21:16:45.403Z Checking toml_datetime v0.6.8
19162025-01-10T21:16:45.475Z Checking slog v2.7.0
19172025-01-10T21:16:45.521Z Checking time v0.3.36
19182025-01-10T21:16:45.537Z Checking proc-macro2 v1.0.89
19192025-01-10T21:16:45.557Z Checking scroll v0.12.0
19202025-01-10T21:16:45.619Z Checking aws-lc-rs v1.10.0
19212025-01-10T21:16:45.678Z Checking adler2 v2.0.0
19222025-01-10T21:16:45.835Z Checking base64 v0.22.1
19232025-01-10T21:16:45.955Z Checking match_cfg v0.1.0
19242025-01-10T21:16:46.036Z Checking foreign-types-shared v0.1.1
19252025-01-10T21:16:46.052Z Checking iana-time-zone v0.1.61
19262025-01-10T21:16:46.142Z Checking plain v0.2.3
19272025-01-10T21:16:46.191Z Checking ucd-trie v0.1.7
19282025-01-10T21:16:46.193Z Checking tower-service v0.3.3
19292025-01-10T21:16:46.288Z Checking goblin v0.8.2
19302025-01-10T21:16:46.312Z Checking quote v1.0.37
19312025-01-10T21:16:46.327Z Checking chrono v0.4.38
19322025-01-10T21:16:46.418Z Checking pest v2.7.14
19332025-01-10T21:16:46.671Z Checking foreign-types v0.3.2
19342025-01-10T21:16:46.764Z Checking hostname v0.3.1
19352025-01-10T21:16:46.839Z Checking icu_normalizer v1.5.0
19362025-01-10T21:16:46.891Z Checking miniz_oxide v0.8.0
19372025-01-10T21:16:47.442Z Checking rustls-webpki v0.102.8
19382025-01-10T21:16:47.608Z Checking idna_adapter v1.2.0
19392025-01-10T21:16:47.654Z Checking openssl-sys v0.9.103
19402025-01-10T21:16:47.805Z Checking idna v1.0.3
19412025-01-10T21:16:48.034Z Checking errno v0.3.9
19422025-01-10T21:16:48.219Z Checking dirs-sys-next v0.1.2
19432025-01-10T21:16:48.295Z Checking aho-corasick v1.1.3
19442025-01-10T21:16:48.312Z Checking url v2.5.3
19452025-01-10T21:16:48.400Z Checking siphasher v0.3.11
19462025-01-10T21:16:48.440Z Compiling newtype-uuid v1.1.3
19472025-01-10T21:16:48.698Z Checking data-encoding v2.6.0
19482025-01-10T21:16:48.729Z Checking pretty-hex v0.4.1
19492025-01-10T21:16:48.892Z Checking regex-syntax v0.8.5
19502025-01-10T21:16:48.925Z Checking dtrace-parser v0.2.0
19512025-01-10T21:16:48.938Z Checking openssl v0.10.66
19522025-01-10T21:16:49.210Z Checking dirs-next v2.0.0
19532025-01-10T21:16:49.312Z Checking rustix v0.38.37
19542025-01-10T21:16:49.344Z Checking syn v2.0.87
19552025-01-10T21:16:49.383Z Checking http-body-util v0.1.2
19562025-01-10T21:16:49.401Z Checking tokio-util v0.7.12
19572025-01-10T21:16:49.838Z Checking crossbeam-epoch v0.9.18
19582025-01-10T21:16:49.964Z Checking signature v2.2.0
19592025-01-10T21:16:50.151Z Checking sha1 v0.10.6
19602025-01-10T21:16:50.264Z Checking lazy_static v1.5.0
19612025-01-10T21:16:50.281Z Checking h2 v0.4.6
19622025-01-10T21:16:50.378Z Checking thread_local v1.1.8
19632025-01-10T21:16:50.429Z Checking thread-id v4.2.2
19642025-01-10T21:16:50.533Z Checking encoding_rs v0.8.34
19652025-01-10T21:16:50.645Z Checking either v1.13.0
19662025-01-10T21:16:51.047Z Checking openssl-probe v0.1.5
19672025-01-10T21:16:51.204Z Checking anstyle v1.0.10
19682025-01-10T21:16:51.365Z Checking dof v0.3.0
19692025-01-10T21:16:51.575Z Checking utf8parse v0.2.2
19702025-01-10T21:16:51.726Z Checking mime v0.3.17
19712025-01-10T21:16:51.990Z Checking unicode-properties v0.1.3
19722025-01-10T21:16:52.057Z Checking ipnet v2.10.1
19732025-01-10T21:16:52.191Z Checking regex-automata v0.4.8
19742025-01-10T21:16:52.334Z Checking gimli v0.31.1
19752025-01-10T21:16:52.555Z Checking winnow v0.6.20
19762025-01-10T21:16:52.757Z Checking stringprep v0.1.5
19772025-01-10T21:16:52.993Z Checking anstyle-parse v0.2.5
19782025-01-10T21:16:53.018Z Checking crossbeam-deque v0.8.5
19792025-01-10T21:16:53.269Z Checking term v0.7.0
19802025-01-10T21:16:53.328Z Checking rustls v0.23.19
19812025-01-10T21:16:53.709Z Checking rustls v0.22.4
19822025-01-10T21:16:54.550Z Checking native-tls v0.2.12
19832025-01-10T21:16:54.864Z Checking slog-json v2.6.1
19842025-01-10T21:16:55.126Z Checking serde_urlencoded v0.7.1
19852025-01-10T21:16:55.514Z Checking toml_edit v0.22.22
19862025-01-10T21:16:55.529Z Checking crossbeam-channel v0.5.13
19872025-01-10T21:16:55.741Z Checking usdt-impl v0.5.0
19882025-01-10T21:16:56.235Z Checking futures-executor v0.3.31
19892025-01-10T21:16:56.291Z Checking rustls-pemfile v2.2.0
19902025-01-10T21:16:56.409Z Checking addr2line v0.24.2
19912025-01-10T21:16:56.442Z Checking num-integer v0.1.46
19922025-01-10T21:16:56.495Z Checking idna v0.4.0
19932025-01-10T21:16:56.547Z Checking hyper v1.5.0
19942025-01-10T21:16:56.869Z Checking idna v0.3.0
19952025-01-10T21:16:56.888Z Checking md-5 v0.10.6
19962025-01-10T21:16:56.925Z Checking ff v0.13.0
19972025-01-10T21:16:57.115Z Checking hash32 v0.2.1
19982025-01-10T21:16:57.131Z Checking memmap v0.7.0
19992025-01-10T21:16:57.328Z Checking is-terminal v0.4.13
20002025-01-10T21:16:57.356Z Checking object v0.36.5
20012025-01-10T21:16:57.414Z Checking psl-types v2.0.11
20022025-01-10T21:16:57.444Z Checking base16ct v0.2.0
20032025-01-10T21:16:57.489Z Checking fallible-iterator v0.2.0
20042025-01-10T21:16:57.603Z Checking dyn-clone v1.0.17
20052025-01-10T21:16:57.639Z Checking utf-8 v0.7.6
20062025-01-10T21:16:57.704Z Checking colorchoice v1.0.2
20072025-01-10T21:16:57.745Z Checking linked-hash-map v0.5.6
20082025-01-10T21:16:57.824Z Checking is_terminal_polyfill v1.70.1
20092025-01-10T21:16:57.839Z Checking quick-error v1.2.3
20102025-01-10T21:16:57.937Z Checking take_mut v0.2.2
20112025-01-10T21:16:57.969Z Checking rustc-demangle v0.1.24
20122025-01-10T21:16:58.070Z Checking anstyle-query v1.1.1
20132025-01-10T21:16:58.085Z Checking slog-async v2.8.0
20142025-01-10T21:16:58.112Z Checking postgres-protocol v0.6.7
20152025-01-10T21:16:58.164Z Checking toml v0.8.19
20162025-01-10T21:16:58.195Z Checking anstream v0.6.15
20172025-01-10T21:16:58.349Z Checking lru-cache v0.1.2
20182025-01-10T21:16:58.382Z Checking resolv-conf v0.7.0
20192025-01-10T21:16:58.521Z Checking tungstenite v0.24.0
20202025-01-10T21:16:58.566Z Checking schemars v0.8.21
20212025-01-10T21:16:58.632Z Checking hyper-util v0.1.10
20222025-01-10T21:16:58.708Z Checking publicsuffix v2.2.3
20232025-01-10T21:16:58.784Z Checking sec1 v0.7.3
20242025-01-10T21:16:58.910Z Checking tokio-rustls v0.25.0
20252025-01-10T21:16:58.940Z Checking slog-term v2.9.1
20262025-01-10T21:16:59.024Z Checking tokio-rustls v0.26.0
20272025-01-10T21:16:59.155Z Checking heapless v0.7.17
20282025-01-10T21:16:59.290Z Checking hickory-proto v0.24.1
20292025-01-10T21:16:59.422Z Checking usdt v0.5.0
20302025-01-10T21:16:59.435Z Checking group v0.13.0
20312025-01-10T21:16:59.437Z Checking num-iter v0.1.45
20322025-01-10T21:16:59.610Z Checking futures v0.3.31
20332025-01-10T21:16:59.672Z Checking slog-bunyan v2.5.0
20342025-01-10T21:16:59.675Z Checking tokio-native-tls v0.3.1
20352025-01-10T21:16:59.721Z Checking rayon-core v1.12.1
20362025-01-10T21:16:59.833Z Checking multer v3.1.0
20372025-01-10T21:16:59.940Z Checking terminal_size v0.4.0
20382025-01-10T21:17:00.216Z Checking phf_shared v0.11.2
20392025-01-10T21:17:00.219Z Checking cookie v0.18.1
20402025-01-10T21:17:00.254Z Checking async-stream v0.3.6
20412025-01-10T21:17:00.373Z Checking bzip2-sys v0.1.11+1.0.8
20422025-01-10T21:17:00.396Z Checking camino v1.1.9
20432025-01-10T21:17:00.431Z Checking signal-hook v0.3.17
20442025-01-10T21:17:00.489Z Checking waitgroup v0.1.2
20452025-01-10T21:17:00.505Z Checking openapiv3 v2.0.0
20462025-01-10T21:17:00.602Z Checking webpki-roots v0.26.6
20472025-01-10T21:17:00.633Z Checking serde_path_to_error v0.1.16
20482025-01-10T21:17:00.683Z Checking idna v0.5.0
20492025-01-10T21:17:00.767Z Checking hkdf v0.12.4
20502025-01-10T21:17:00.811Z Checking crypto-bigint v0.5.5
20512025-01-10T21:17:00.963Z Checking hostname v0.4.0
20522025-01-10T21:17:00.965Z Checking crc32fast v1.4.2
20532025-01-10T21:17:01.095Z Checking debug-ignore v1.0.5
20542025-01-10T21:17:01.194Z Checking winnow v0.5.40
20552025-01-10T21:17:01.215Z Checking strsim v0.11.1
20562025-01-10T21:17:01.236Z Checking unicode-width v0.1.14
20572025-01-10T21:17:01.498Z Checking clap_lex v0.7.2
20582025-01-10T21:17:01.514Z Checking managed v0.8.0
20592025-01-10T21:17:01.688Z Checking bitflags v1.3.2
20602025-01-10T21:17:01.738Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20612025-01-10T21:17:01.785Z Checking clap_builder v4.5.21
20622025-01-10T21:17:01.911Z Checking smoltcp v0.9.1
20632025-01-10T21:17:02.008Z Checking console v0.15.8
20642025-01-10T21:17:02.641Z Checking cookie_store v0.21.0
20652025-01-10T21:17:03.375Z Checking flate2 v1.0.34
20662025-01-10T21:17:03.404Z Checking hyper-rustls v0.27.3
20672025-01-10T21:17:03.713Z Checking elliptic-curve v0.13.8
20682025-01-10T21:17:03.739Z Checking signal-hook-mio v0.2.4
20692025-01-10T21:17:03.854Z Checking backtrace v0.3.74
20702025-01-10T21:17:03.871Z Checking hyper-tls v0.6.0
20712025-01-10T21:17:03.974Z Checking dropshot v0.12.0
20722025-01-10T21:17:04.005Z Checking phf v0.11.2
20732025-01-10T21:17:04.137Z Checking bzip2 v0.4.4
20742025-01-10T21:17:04.152Z Checking hickory-resolver v0.24.1
20752025-01-10T21:17:04.235Z Checking toml_edit v0.19.15
20762025-01-10T21:17:04.258Z Checking rayon v1.10.0
20772025-01-10T21:17:04.358Z Checking num-bigint-dig v0.8.4
20782025-01-10T21:17:04.411Z Checking anyhow v1.0.93
20792025-01-10T21:17:04.426Z Checking tokio-tungstenite v0.24.0
20802025-01-10T21:17:04.778Z Checking postgres-types v0.2.8
20812025-01-10T21:17:04.875Z Checking regex v1.11.1
20822025-01-10T21:17:04.892Z Checking bstr v1.10.0
20832025-01-10T21:17:05.522Z Checking tokio-stream v0.1.16
20842025-01-10T21:17:05.526Z Checking ed25519 v2.2.3
20852025-01-10T21:17:05.803Z Checking phf_shared v0.10.0
20862025-01-10T21:17:05.832Z Checking curve25519-dalek v4.1.3
20872025-01-10T21:17:05.853Z Checking zerocopy v0.6.6
20882025-01-10T21:17:06.077Z Checking hubpack v0.1.2
20892025-01-10T21:17:06.387Z Checking portable-atomic v1.9.0
20902025-01-10T21:17:06.407Z Checking pkcs1 v0.7.5
20912025-01-10T21:17:06.555Z Checking float-cmp v0.9.0
20922025-01-10T21:17:06.641Z Checking serde-big-array v0.5.1
20932025-01-10T21:17:06.715Z Checking rfc6979 v0.4.0
20942025-01-10T21:17:06.749Z Checking sync_wrapper v1.0.1
20952025-01-10T21:17:06.823Z Checking new_debug_unreachable v1.0.6
20962025-01-10T21:17:06.853Z Checking minimal-lexical v0.2.1
20972025-01-10T21:17:06.888Z Checking static_assertions v1.1.0
20982025-01-10T21:17:06.890Z Checking difflib v0.4.0
20992025-01-10T21:17:06.920Z Checking predicates-core v1.0.8
21002025-01-10T21:17:06.986Z Checking precomputed-hash v0.1.1
21012025-01-10T21:17:07.089Z Checking number_prefix v0.4.0
21022025-01-10T21:17:07.105Z Checking fixedbitset v0.4.2
21032025-01-10T21:17:07.215Z Checking whoami v1.5.2
21042025-01-10T21:17:07.242Z Checking unicode-width v0.2.0
21052025-01-10T21:17:07.283Z Checking unicode-segmentation v1.12.0
21062025-01-10T21:17:07.380Z Checking bit-vec v0.6.3
21072025-01-10T21:17:07.405Z Checking normalize-line-endings v0.3.0
21082025-01-10T21:17:07.513Z Checking tokio-postgres v0.7.12
21092025-01-10T21:17:07.528Z Checking predicates v3.1.2
21102025-01-10T21:17:07.673Z Checking ed25519-dalek v2.1.1
21112025-01-10T21:17:07.709Z Checking bit-set v0.5.3
21122025-01-10T21:17:07.726Z Checking petgraph v0.6.5
21132025-01-10T21:17:07.729Z Checking qorb v0.2.1
21142025-01-10T21:17:07.948Z Checking nom v7.1.3
21152025-01-10T21:17:07.964Z Checking similar v2.6.0
21162025-01-10T21:17:08.066Z Checking indicatif v0.17.9
21172025-01-10T21:17:08.082Z Checking string_cache v0.8.7
21182025-01-10T21:17:08.158Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21192025-01-10T21:17:08.369Z Checking reqwest v0.12.9
21202025-01-10T21:17:08.814Z Checking ecdsa v0.16.9
21212025-01-10T21:17:08.830Z Checking rsa v0.9.6
21222025-01-10T21:17:09.540Z Checking toml v0.7.8
21232025-01-10T21:17:09.910Z Checking clap v4.5.21
21242025-01-10T21:17:10.033Z Checking zip v0.6.6
21252025-01-10T21:17:10.225Z Checking crossterm v0.28.1
21262025-01-10T21:17:10.270Z Checking itertools v0.10.5
21272025-01-10T21:17:10.360Z Checking itertools v0.12.1
21282025-01-10T21:17:10.655Z Checking fs-err v2.11.0
21292025-01-10T21:17:10.687Z Checking ahash v0.8.11
21302025-01-10T21:17:11.040Z Checking x509-cert v0.2.5
21312025-01-10T21:17:11.105Z Checking semver v1.0.23
21322025-01-10T21:17:11.219Z Checking hex v0.4.3
21332025-01-10T21:17:11.281Z Checking peg-runtime v0.8.3
21342025-01-10T21:17:11.516Z Checking lalrpop-util v0.19.12
21352025-01-10T21:17:11.544Z Checking sigpipe v0.1.3
21362025-01-10T21:17:13.093Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21372025-01-10T21:17:13.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.13s
21382025-01-10T21:17:13.572Z
21392025-01-10T21:17:13.572Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21402025-01-10T21:17:14.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412025-01-10T21:17:14.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422025-01-10T21:17:14.253Z Compiling hashbrown v0.14.5
21432025-01-10T21:17:14.373Z Checking heck v0.5.0
21442025-01-10T21:17:14.387Z Compiling unsafe-libyaml v0.2.11
21452025-01-10T21:17:14.401Z Checking ipnetwork v0.20.0
21462025-01-10T21:17:14.403Z Compiling ident_case v1.0.1
21472025-01-10T21:17:14.425Z Checking progenitor-client v0.8.0
21482025-01-10T21:17:14.439Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21492025-01-10T21:17:14.532Z Checking newtype-uuid v1.1.3
21502025-01-10T21:17:14.576Z Compiling darling_core v0.20.10
21512025-01-10T21:17:14.745Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21522025-01-10T21:17:14.770Z Compiling proc-macro-crate v1.3.1
21532025-01-10T21:17:14.773Z Compiling structmeta-derive v0.3.0
21542025-01-10T21:17:14.824Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21552025-01-10T21:17:15.091Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21562025-01-10T21:17:15.114Z Compiling lzma-sys v0.1.20
21572025-01-10T21:17:15.511Z Checking regress v0.10.1
21582025-01-10T21:17:15.849Z Compiling serde_yaml v0.9.34+deprecated
21592025-01-10T21:17:15.899Z Compiling num_enum_derive v0.5.11
21602025-01-10T21:17:16.311Z Compiling foreign-types-macros v0.2.3
21612025-01-10T21:17:16.327Z Compiling dropshot v0.13.0
21622025-01-10T21:17:16.625Z Checking arc-swap v1.7.1
21632025-01-10T21:17:17.047Z Checking foreign-types-shared v0.3.1
21642025-01-10T21:17:17.163Z Checking slog-scope v4.4.0
21652025-01-10T21:17:17.421Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21662025-01-10T21:17:17.618Z Checking foreign-types v0.5.0
21672025-01-10T21:17:17.844Z Compiling structmeta v0.3.0
21682025-01-10T21:17:17.905Z Compiling proc-macro-error v1.0.4
21692025-01-10T21:17:18.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21702025-01-10T21:17:18.252Z Compiling parse-display-derive v0.10.0
21712025-01-10T21:17:18.339Z Checking tungstenite v0.21.0
21722025-01-10T21:17:18.480Z Checking num_enum v0.5.11
21732025-01-10T21:17:18.633Z Compiling heck v0.3.3
21742025-01-10T21:17:18.649Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752025-01-10T21:17:19.069Z Compiling dropshot_endpoint v0.13.0
21762025-01-10T21:17:19.129Z Checking typify-impl v0.2.0
21772025-01-10T21:17:19.301Z Checking cstr-argument v0.1.2
21782025-01-10T21:17:19.479Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21792025-01-10T21:17:20.171Z Checking instant v0.1.13
21802025-01-10T21:17:20.261Z Checking fastrand v2.1.1
21812025-01-10T21:17:20.291Z Checking pretty-hex v0.2.1
21822025-01-10T21:17:20.457Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21832025-01-10T21:17:20.590Z Checking base64 v0.21.7
21842025-01-10T21:17:20.816Z Checking tempfile v3.13.0
21852025-01-10T21:17:20.870Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21862025-01-10T21:17:21.060Z Checking backoff v0.4.0
21872025-01-10T21:17:21.149Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21882025-01-10T21:17:21.194Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21892025-01-10T21:17:21.279Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21902025-01-10T21:17:21.376Z Checking tokio-tungstenite v0.21.0
21912025-01-10T21:17:21.433Z Compiling zone_cfg_derive v0.1.2
21922025-01-10T21:17:21.491Z Checking strum v0.26.3
21932025-01-10T21:17:21.649Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21942025-01-10T21:17:21.667Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21952025-01-10T21:17:21.695Z Compiling darling_macro v0.20.10
21962025-01-10T21:17:21.985Z Checking slog-stdlog v4.1.1
21972025-01-10T21:17:22.049Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21982025-01-10T21:17:22.151Z Checking regress v0.9.1
21992025-01-10T21:17:22.195Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22002025-01-10T21:17:22.388Z Checking colored v2.1.0
22012025-01-10T21:17:22.534Z Checking macaddr v1.0.1
22022025-01-10T21:17:22.691Z Compiling darling v0.20.10
22032025-01-10T21:17:22.725Z Checking base64 v0.13.1
22042025-01-10T21:17:22.811Z Compiling serde_with_macros v3.11.0
22052025-01-10T21:17:22.949Z Checking parse-display v0.10.0
22062025-01-10T21:17:22.964Z Checking zone v0.1.8
22072025-01-10T21:17:23.129Z Checking ron v0.7.1
22082025-01-10T21:17:23.190Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22092025-01-10T21:17:23.638Z Checking slog-envlogger v2.2.0
22102025-01-10T21:17:23.662Z Checking xz2 v0.1.7
22112025-01-10T21:17:23.863Z Checking tabwriter v1.4.0
22122025-01-10T21:17:23.964Z Checking xattr v1.3.1
22132025-01-10T21:17:24.098Z Checking pem v3.0.4
22142025-01-10T21:17:24.156Z Checking yasna v0.5.2
22152025-01-10T21:17:24.261Z Checking headers-core v0.3.0
22162025-01-10T21:17:24.373Z Checking smf v0.2.3
22172025-01-10T21:17:24.402Z Checking filetime v0.2.25
22182025-01-10T21:17:24.598Z Checking same-file v1.0.6
22192025-01-10T21:17:24.779Z Checking walkdir v2.5.0
22202025-01-10T21:17:24.843Z Checking tar v0.4.42
22212025-01-10T21:17:24.946Z Checking headers v0.4.0
22222025-01-10T21:17:25.021Z Checking rcgen v0.12.1
22232025-01-10T21:17:25.056Z Checking atomicwrites v0.4.4
22242025-01-10T21:17:25.245Z Checking camino-tempfile v1.1.1
22252025-01-10T21:17:25.530Z Checking subprocess v0.2.9
22262025-01-10T21:17:25.755Z Checking serde_with v3.11.0
22272025-01-10T21:17:29.815Z Compiling typify-macro v0.2.0
22282025-01-10T21:17:31.732Z Compiling typify v0.2.0
22292025-01-10T21:17:31.805Z Compiling progenitor-impl v0.8.0
22302025-01-10T21:17:35.079Z Compiling progenitor-macro v0.8.0
22312025-01-10T21:17:39.934Z Checking progenitor v0.8.0
22322025-01-10T21:17:40.093Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22332025-01-10T21:17:40.098Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22342025-01-10T21:17:42.861Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22352025-01-10T21:17:43.238Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22362025-01-10T21:17:49.952Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22372025-01-10T21:17:51.532Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22382025-01-10T21:17:52.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.27s
22392025-01-10T21:17:53.014Z
22402025-01-10T21:17:53.014Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22412025-01-10T21:17:53.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422025-01-10T21:17:53.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432025-01-10T21:17:53.687Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22442025-01-10T21:17:55.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
22452025-01-10T21:17:55.355Z
22462025-01-10T21:17:55.355Zinfo: running `cargo check --bins` on nexus-config (31/176)
22472025-01-10T21:17:55.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482025-01-10T21:17:55.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492025-01-10T21:17:55.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502025-01-10T21:17:55.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22512025-01-10T21:17:55.995Z
22522025-01-10T21:17:55.995Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22532025-01-10T21:17:56.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542025-01-10T21:17:56.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552025-01-10T21:17:56.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562025-01-10T21:17:56.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22572025-01-10T21:17:56.621Z
22582025-01-10T21:17:56.621Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22592025-01-10T21:17:57.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602025-01-10T21:17:57.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612025-01-10T21:17:57.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622025-01-10T21:17:57.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22632025-01-10T21:17:57.269Z
22642025-01-10T21:17:57.269Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22652025-01-10T21:17:57.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662025-01-10T21:17:57.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672025-01-10T21:17:57.972Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22682025-01-10T21:17:58.081Z Compiling ipnetwork v0.20.0
22692025-01-10T21:17:58.081Z Compiling zerocopy v0.8.10
22702025-01-10T21:17:58.083Z Compiling progenitor-client v0.8.0
22712025-01-10T21:17:58.083Z Compiling itertools v0.13.0
22722025-01-10T21:17:58.083Z Compiling zerocopy-derive v0.8.10
22732025-01-10T21:17:58.083Z Compiling heapless v0.8.0
22742025-01-10T21:17:58.083Z Checking hash32 v0.3.1
22752025-01-10T21:17:58.257Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22762025-01-10T21:17:58.422Z Compiling instant v0.1.13
22772025-01-10T21:17:58.565Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22782025-01-10T21:17:58.581Z Compiling progenitor v0.8.0
22792025-01-10T21:17:58.829Z Compiling smoltcp v0.11.0
22802025-01-10T21:17:58.956Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22812025-01-10T21:17:59.004Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22822025-01-10T21:17:59.039Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22832025-01-10T21:17:59.307Z Compiling backoff v0.4.0
22842025-01-10T21:17:59.579Z Compiling dropshot v0.13.0
22852025-01-10T21:17:59.626Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22862025-01-10T21:17:59.943Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22872025-01-10T21:17:59.987Z Compiling serde_with v3.11.0
22882025-01-10T21:18:00.090Z Compiling parse-display v0.10.0
22892025-01-10T21:18:00.126Z Checking num-rational v0.4.2
22902025-01-10T21:18:00.835Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22912025-01-10T21:18:01.010Z Compiling regress v0.9.1
22922025-01-10T21:18:01.357Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22932025-01-10T21:18:02.641Z Compiling phf_generator v0.11.2
22942025-01-10T21:18:02.837Z Checking num-complex v0.4.6
22952025-01-10T21:18:04.112Z Compiling macaddr v1.0.1
22962025-01-10T21:18:04.302Z Checking cobs v0.2.3
22972025-01-10T21:18:04.495Z Checking postcard v1.0.10
22982025-01-10T21:18:04.576Z Checking num v0.4.3
22992025-01-10T21:18:04.764Z Compiling phf_codegen v0.11.2
23002025-01-10T21:18:05.111Z Compiling parse-zoneinfo v0.3.1
23012025-01-10T21:18:06.275Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23022025-01-10T21:18:06.571Z Compiling float-ord v0.3.2
23032025-01-10T21:18:06.895Z Compiling convert_case v0.4.0
23042025-01-10T21:18:07.208Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052025-01-10T21:18:07.426Z Compiling chrono-tz-build v0.4.0
23062025-01-10T21:18:07.507Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23072025-01-10T21:18:07.905Z Compiling derive_more v0.99.18
23082025-01-10T21:18:08.117Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23092025-01-10T21:18:08.373Z Compiling crucible-workspace-hack v0.1.0
23102025-01-10T21:18:08.401Z Compiling thiserror v2.0.3
23112025-01-10T21:18:08.697Z Checking newline-converter v0.3.0
23122025-01-10T21:18:08.856Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23132025-01-10T21:18:08.908Z Compiling chrono-tz v0.10.0
23142025-01-10T21:18:09.342Z Checking prettyplease v0.2.25
23152025-01-10T21:18:09.398Z Compiling thiserror-impl v2.0.3
23162025-01-10T21:18:09.580Z Compiling slog-dtrace v0.3.0
23172025-01-10T21:18:09.602Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23182025-01-10T21:18:09.869Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23192025-01-10T21:18:10.077Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23202025-01-10T21:18:11.364Z Checking expectorate v1.1.0
23212025-01-10T21:18:11.509Z Compiling zone_cfg_derive v0.3.0
23222025-01-10T21:18:11.677Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23232025-01-10T21:18:11.953Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23242025-01-10T21:18:12.511Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23252025-01-10T21:18:13.001Z Compiling const_format_proc_macros v0.2.33
23262025-01-10T21:18:13.005Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23272025-01-10T21:18:13.133Z Compiling num-derive v0.4.2
23282025-01-10T21:18:13.374Z Checking highway v1.2.0
23292025-01-10T21:18:13.448Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23302025-01-10T21:18:13.672Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23312025-01-10T21:18:13.794Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23322025-01-10T21:18:14.065Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23332025-01-10T21:18:14.105Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23342025-01-10T21:18:14.355Z Checking zone v0.3.0
23352025-01-10T21:18:14.819Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23362025-01-10T21:18:15.057Z Checking const_format v0.2.33
23372025-01-10T21:18:15.490Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23382025-01-10T21:18:15.503Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23392025-01-10T21:18:15.515Z Checking gethostname v0.5.0
23402025-01-10T21:18:15.515Z Checking bcs v0.1.6
23412025-01-10T21:18:15.590Z Compiling async-recursion v1.1.1
23422025-01-10T21:18:15.691Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23432025-01-10T21:18:15.694Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23442025-01-10T21:18:18.254Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23452025-01-10T21:18:22.660Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23462025-01-10T21:18:26.069Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23472025-01-10T21:18:28.796Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23482025-01-10T21:18:30.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.75s
23492025-01-10T21:18:30.207Z
23502025-01-10T21:18:30.207Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23512025-01-10T21:18:30.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522025-01-10T21:18:30.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532025-01-10T21:18:30.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542025-01-10T21:18:30.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23552025-01-10T21:18:30.864Z
23562025-01-10T21:18:30.864Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23572025-01-10T21:18:31.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582025-01-10T21:18:31.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592025-01-10T21:18:31.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602025-01-10T21:18:31.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23612025-01-10T21:18:31.506Z
23622025-01-10T21:18:31.506Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23632025-01-10T21:18:32.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642025-01-10T21:18:32.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652025-01-10T21:18:32.182Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23662025-01-10T21:18:32.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
23672025-01-10T21:18:33.013Z
23682025-01-10T21:18:33.013Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23692025-01-10T21:18:33.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702025-01-10T21:18:33.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712025-01-10T21:18:33.708Z Compiling cfg_aliases v0.1.1
23722025-01-10T21:18:33.711Z Compiling vte_generate_state_changes v0.1.2
23732025-01-10T21:18:33.711Z Checking fd-lock v4.0.2
23742025-01-10T21:18:33.711Z Checking nibble_vec v0.1.0
23752025-01-10T21:18:33.711Z Checking endian-type v0.1.2
23762025-01-10T21:18:33.711Z Checking bytecount v0.6.8
23772025-01-10T21:18:33.826Z Compiling tabled_derive v0.7.0
23782025-01-10T21:18:33.871Z Compiling peg-macros v0.8.4
23792025-01-10T21:18:33.896Z Compiling nix v0.28.0
23802025-01-10T21:18:33.985Z Checking papergrid v0.11.0
23812025-01-10T21:18:34.001Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23822025-01-10T21:18:34.016Z Compiling sqlparser_derive v0.2.2
23832025-01-10T21:18:34.060Z Checking radix_trie v0.2.1
23842025-01-10T21:18:34.437Z Checking vte v0.11.1
23852025-01-10T21:18:34.481Z Checking nu-ansi-term v0.50.1
23862025-01-10T21:18:34.901Z Checking home v0.5.9
23872025-01-10T21:18:35.038Z Checking unicode_categories v0.1.1
23882025-01-10T21:18:35.097Z Checking sqlparser v0.45.0
23892025-01-10T21:18:35.151Z Checking display-error-chain v0.2.2
23902025-01-10T21:18:35.326Z Checking sqlformat v0.2.6
23912025-01-10T21:18:35.791Z Checking strip-ansi-escapes v0.2.0
23922025-01-10T21:18:35.947Z Checking reedline v0.35.0
23932025-01-10T21:18:36.244Z Checking tabled v0.15.0
23942025-01-10T21:18:36.750Z Checking peg v0.8.4
23952025-01-10T21:18:36.997Z Checking rustyline v14.0.0
23962025-01-10T21:18:46.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.05s
23972025-01-10T21:18:46.258Z
23982025-01-10T21:18:46.258Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23992025-01-10T21:18:46.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002025-01-10T21:18:46.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012025-01-10T21:18:46.944Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022025-01-10T21:18:52.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
24032025-01-10T21:18:52.319Z
24042025-01-10T21:18:52.319Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24052025-01-10T21:18:52.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062025-01-10T21:18:52.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072025-01-10T21:18:53.022Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24082025-01-10T21:18:56.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
24092025-01-10T21:18:57.065Z
24102025-01-10T21:18:57.065Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24112025-01-10T21:18:57.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122025-01-10T21:18:57.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132025-01-10T21:18:57.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142025-01-10T21:19:02.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
24152025-01-10T21:19:02.797Z
24162025-01-10T21:19:02.797Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24172025-01-10T21:19:03.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182025-01-10T21:19:03.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192025-01-10T21:19:03.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24202025-01-10T21:19:08.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
24212025-01-10T21:19:08.619Z
24222025-01-10T21:19:08.619Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24232025-01-10T21:19:09.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242025-01-10T21:19:09.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252025-01-10T21:19:09.302Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24262025-01-10T21:19:13.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
24272025-01-10T21:19:13.594Z
24282025-01-10T21:19:13.594Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24292025-01-10T21:19:14.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302025-01-10T21:19:14.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312025-01-10T21:19:14.294Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24322025-01-10T21:19:18.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
24332025-01-10T21:19:18.618Z
24342025-01-10T21:19:18.618Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24352025-01-10T21:19:19.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-01-10T21:19:19.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-01-10T21:19:19.319Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24382025-01-10T21:19:24.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
24392025-01-10T21:19:24.674Z
24402025-01-10T21:19:24.674Zinfo: running `cargo check --bins` on oximeter (46/176)
24412025-01-10T21:19:25.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-01-10T21:19:25.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-01-10T21:19:25.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442025-01-10T21:19:25.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24452025-01-10T21:19:25.329Z
24462025-01-10T21:19:25.329Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24472025-01-10T21:19:25.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-01-10T21:19:25.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-01-10T21:19:25.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502025-01-10T21:19:25.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24512025-01-10T21:19:25.960Z
24522025-01-10T21:19:25.960Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24532025-01-10T21:19:26.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542025-01-10T21:19:26.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552025-01-10T21:19:26.630Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24562025-01-10T21:19:28.890Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24572025-01-10T21:19:29.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
24582025-01-10T21:19:30.092Z
24592025-01-10T21:19:30.093Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24602025-01-10T21:19:30.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612025-01-10T21:19:30.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622025-01-10T21:19:30.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632025-01-10T21:19:30.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24642025-01-10T21:19:30.745Z
24652025-01-10T21:19:30.745Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24662025-01-10T21:19:31.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672025-01-10T21:19:31.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682025-01-10T21:19:31.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692025-01-10T21:19:31.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24702025-01-10T21:19:31.399Z
24712025-01-10T21:19:31.399Zinfo: running `cargo check --bins` on oxql-types (51/176)
24722025-01-10T21:19:31.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732025-01-10T21:19:31.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742025-01-10T21:19:31.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752025-01-10T21:19:31.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24762025-01-10T21:19:32.063Z
24772025-01-10T21:19:32.063Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24782025-01-10T21:19:32.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792025-01-10T21:19:32.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802025-01-10T21:19:32.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812025-01-10T21:19:32.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24822025-01-10T21:19:32.759Z
24832025-01-10T21:19:32.759Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24842025-01-10T21:19:33.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852025-01-10T21:19:33.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862025-01-10T21:19:33.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872025-01-10T21:19:33.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24882025-01-10T21:19:33.423Z
24892025-01-10T21:19:33.423Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24902025-01-10T21:19:34.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912025-01-10T21:19:34.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922025-01-10T21:19:34.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932025-01-10T21:19:34.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24942025-01-10T21:19:34.083Z
24952025-01-10T21:19:34.083Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24962025-01-10T21:19:34.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972025-01-10T21:19:34.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982025-01-10T21:19:34.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992025-01-10T21:19:34.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25002025-01-10T21:19:34.744Z
25012025-01-10T21:19:34.745Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
25022025-01-10T21:19:35.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032025-01-10T21:19:35.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042025-01-10T21:19:35.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052025-01-10T21:19:35.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25062025-01-10T21:19:35.392Z
25072025-01-10T21:19:35.392Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25082025-01-10T21:19:35.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092025-01-10T21:19:35.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102025-01-10T21:19:35.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112025-01-10T21:19:35.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25122025-01-10T21:19:36.039Z
25132025-01-10T21:19:36.039Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25142025-01-10T21:19:36.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152025-01-10T21:19:36.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162025-01-10T21:19:36.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172025-01-10T21:19:36.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25182025-01-10T21:19:36.690Z
25192025-01-10T21:19:36.690Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25202025-01-10T21:19:37.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212025-01-10T21:19:37.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222025-01-10T21:19:37.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232025-01-10T21:19:37.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25242025-01-10T21:19:37.357Z
25252025-01-10T21:19:37.358Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25262025-01-10T21:19:37.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272025-01-10T21:19:37.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282025-01-10T21:19:37.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292025-01-10T21:19:37.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25302025-01-10T21:19:38.005Z
25312025-01-10T21:19:38.005Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25322025-01-10T21:19:38.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332025-01-10T21:19:38.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342025-01-10T21:19:38.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352025-01-10T21:19:38.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25362025-01-10T21:19:38.661Z
25372025-01-10T21:19:38.661Zinfo: running `cargo check --bins` on dpd-client (62/176)
25382025-01-10T21:19:39.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392025-01-10T21:19:39.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402025-01-10T21:19:39.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412025-01-10T21:19:39.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25422025-01-10T21:19:39.302Z
25432025-01-10T21:19:39.302Zinfo: running `cargo check --bins` on gateway-client (63/176)
25442025-01-10T21:19:39.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452025-01-10T21:19:39.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462025-01-10T21:19:39.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472025-01-10T21:19:39.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25482025-01-10T21:19:39.945Z
25492025-01-10T21:19:39.945Zinfo: running `cargo check --bins` on installinator-client (64/176)
25502025-01-10T21:19:40.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512025-01-10T21:19:40.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522025-01-10T21:19:40.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532025-01-10T21:19:40.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25542025-01-10T21:19:40.607Z
25552025-01-10T21:19:40.607Zinfo: running `cargo check --bins` on installinator-common (65/176)
25562025-01-10T21:19:41.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572025-01-10T21:19:41.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582025-01-10T21:19:41.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592025-01-10T21:19:41.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25602025-01-10T21:19:41.275Z
25612025-01-10T21:19:41.275Zinfo: running `cargo check --bins` on update-engine (66/176)
25622025-01-10T21:19:41.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632025-01-10T21:19:41.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642025-01-10T21:19:41.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652025-01-10T21:19:41.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25662025-01-10T21:19:41.910Z
25672025-01-10T21:19:41.910Zinfo: running `cargo check --bins` on nexus-client (67/176)
25682025-01-10T21:19:42.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692025-01-10T21:19:42.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702025-01-10T21:19:42.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712025-01-10T21:19:42.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25722025-01-10T21:19:42.588Z
25732025-01-10T21:19:42.588Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25742025-01-10T21:19:43.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752025-01-10T21:19:43.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762025-01-10T21:19:43.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772025-01-10T21:19:43.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25782025-01-10T21:19:43.251Z
25792025-01-10T21:19:43.251Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25802025-01-10T21:19:43.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812025-01-10T21:19:43.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822025-01-10T21:19:43.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832025-01-10T21:19:43.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25842025-01-10T21:19:43.879Z
25852025-01-10T21:19:43.879Zinfo: running `cargo check --bins` on nexus-types (70/176)
25862025-01-10T21:19:44.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872025-01-10T21:19:44.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882025-01-10T21:19:44.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892025-01-10T21:19:44.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25902025-01-10T21:19:44.552Z
25912025-01-10T21:19:44.552Zinfo: running `cargo check --bins` on oxide-client (71/176)
25922025-01-10T21:19:45.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932025-01-10T21:19:45.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942025-01-10T21:19:45.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952025-01-10T21:19:45.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25962025-01-10T21:19:45.179Z
25972025-01-10T21:19:45.179Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25982025-01-10T21:19:45.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-01-10T21:19:45.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-01-10T21:19:45.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012025-01-10T21:19:45.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26022025-01-10T21:19:45.830Z
26032025-01-10T21:19:45.830Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26042025-01-10T21:19:46.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-01-10T21:19:46.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-01-10T21:19:46.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072025-01-10T21:19:46.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26082025-01-10T21:19:46.465Z
26092025-01-10T21:19:46.465Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26102025-01-10T21:19:47.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-01-10T21:19:47.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-01-10T21:19:47.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132025-01-10T21:19:47.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26142025-01-10T21:19:47.137Z
26152025-01-10T21:19:47.137Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26162025-01-10T21:19:47.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-01-10T21:19:47.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-01-10T21:19:47.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192025-01-10T21:19:47.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26202025-01-10T21:19:47.825Z
26212025-01-10T21:19:47.825Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26222025-01-10T21:19:48.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-01-10T21:19:48.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-01-10T21:19:48.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252025-01-10T21:19:48.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26262025-01-10T21:19:48.500Z
26272025-01-10T21:19:48.500Zinfo: running `cargo check --bins` on wicket-common (77/176)
26282025-01-10T21:19:49.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-01-10T21:19:49.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-01-10T21:19:49.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312025-01-10T21:19:49.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26322025-01-10T21:19:49.165Z
26332025-01-10T21:19:49.165Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26342025-01-10T21:19:49.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-01-10T21:19:49.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-01-10T21:19:49.857Z Checking csv-core v0.1.11
26372025-01-10T21:19:49.857Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26382025-01-10T21:19:49.861Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26392025-01-10T21:19:49.861Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26402025-01-10T21:19:50.144Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26412025-01-10T21:19:50.197Z Checking csv v1.3.0
26422025-01-10T21:19:50.213Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26432025-01-10T21:19:50.819Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26442025-01-10T21:19:51.183Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26452025-01-10T21:19:52.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
26462025-01-10T21:19:53.161Z
26472025-01-10T21:19:53.161Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26482025-01-10T21:19:53.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-01-10T21:19:53.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-01-10T21:19:53.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-01-10T21:19:53.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26522025-01-10T21:19:53.817Z
26532025-01-10T21:19:53.817Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26542025-01-10T21:19:54.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-01-10T21:19:54.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-01-10T21:19:54.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-01-10T21:19:54.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26582025-01-10T21:19:54.476Z
26592025-01-10T21:19:54.476Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26602025-01-10T21:19:55.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-01-10T21:19:55.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-01-10T21:19:55.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-01-10T21:19:55.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26642025-01-10T21:19:55.252Z
26652025-01-10T21:19:55.252Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26662025-01-10T21:19:55.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-01-10T21:19:55.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-01-10T21:19:55.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-01-10T21:19:55.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26702025-01-10T21:19:56.011Z
26712025-01-10T21:19:56.011Zinfo: running `cargo check --bins` on dns-server (83/176)
26722025-01-10T21:19:56.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-01-10T21:19:56.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-01-10T21:19:56.698Z Compiling parking_lot_core v0.8.6
26752025-01-10T21:19:56.700Z Checking fxhash v0.2.1
26762025-01-10T21:19:56.700Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26772025-01-10T21:19:56.700Z Checking hickory-server v0.24.1
26782025-01-10T21:19:56.801Z Checking hickory-client v0.24.1
26792025-01-10T21:19:57.398Z Checking parking_lot v0.11.2
26802025-01-10T21:19:57.561Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26812025-01-10T21:19:57.561Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26822025-01-10T21:19:57.651Z Checking sled v0.34.7
26832025-01-10T21:19:59.486Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26842025-01-10T21:20:00.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
26852025-01-10T21:20:00.984Z
26862025-01-10T21:20:00.984Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26872025-01-10T21:20:01.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882025-01-10T21:20:01.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892025-01-10T21:20:01.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902025-01-10T21:20:01.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26912025-01-10T21:20:01.644Z
26922025-01-10T21:20:01.644Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26932025-01-10T21:20:02.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942025-01-10T21:20:02.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952025-01-10T21:20:02.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962025-01-10T21:20:02.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26972025-01-10T21:20:02.337Z
26982025-01-10T21:20:02.337Zinfo: running `cargo check --bins` on gateway-types (86/176)
26992025-01-10T21:20:02.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002025-01-10T21:20:02.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012025-01-10T21:20:02.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022025-01-10T21:20:02.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27032025-01-10T21:20:03.004Z
27042025-01-10T21:20:03.005Zinfo: running `cargo check --bins` on ipcc (87/176)
27052025-01-10T21:20:03.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062025-01-10T21:20:03.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072025-01-10T21:20:03.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082025-01-10T21:20:03.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27092025-01-10T21:20:03.642Z
27102025-01-10T21:20:03.642Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27112025-01-10T21:20:04.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122025-01-10T21:20:04.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132025-01-10T21:20:04.352Z Compiling semver v0.1.20
27142025-01-10T21:20:04.352Z Compiling radium v0.7.0
27152025-01-10T21:20:04.473Z Checking tap v1.0.1
27162025-01-10T21:20:04.476Z Compiling maybe-uninit v2.0.0
27172025-01-10T21:20:04.491Z Checking password-hash v0.5.0
27182025-01-10T21:20:04.495Z Checking blake2 v0.10.6
27192025-01-10T21:20:04.495Z Checking crc-catalog v2.4.0
27202025-01-10T21:20:04.495Z Compiling owo-colors v4.1.0
27212025-01-10T21:20:04.628Z Checking wyz v0.5.1
27222025-01-10T21:20:04.670Z Checking funty v2.0.0
27232025-01-10T21:20:04.785Z Compiling rustc_version v0.1.7
27242025-01-10T21:20:04.898Z Compiling cancel-safe-futures v0.1.5
27252025-01-10T21:20:04.950Z Compiling packed_struct v0.10.1
27262025-01-10T21:20:05.009Z Checking argon2 v0.5.3
27272025-01-10T21:20:05.128Z Checking crc v3.2.1
27282025-01-10T21:20:05.144Z Compiling packed_struct_codegen v0.10.1
27292025-01-10T21:20:05.217Z Checking half v2.4.1
27302025-01-10T21:20:05.258Z Compiling newtype_derive v0.1.6
27312025-01-10T21:20:05.410Z Compiling indexmap v1.9.3
27322025-01-10T21:20:05.508Z Checking ciborium-io v0.2.2
27332025-01-10T21:20:05.543Z Checking nodrop v0.1.14
27342025-01-10T21:20:05.599Z Checking bitvec v1.0.1
27352025-01-10T21:20:05.621Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27362025-01-10T21:20:05.655Z Checking array-init v0.0.4
27372025-01-10T21:20:05.659Z Checking ciborium-ll v0.2.2
27382025-01-10T21:20:05.709Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27392025-01-10T21:20:05.749Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27402025-01-10T21:20:05.912Z Checking smallvec v0.6.14
27412025-01-10T21:20:06.002Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27422025-01-10T21:20:06.180Z Checking libsw v3.3.1
27432025-01-10T21:20:06.296Z Compiling memoffset v0.9.1
27442025-01-10T21:20:06.451Z Checking termcolor v1.4.1
27452025-01-10T21:20:06.522Z Checking bitfield v0.14.0
27462025-01-10T21:20:06.599Z Checking hashbrown v0.12.3
27472025-01-10T21:20:06.636Z Checking indent_write v2.2.0
27482025-01-10T21:20:06.790Z Checking swrite v0.1.0
27492025-01-10T21:20:06.831Z Checking linear-map v1.2.0
27502025-01-10T21:20:06.870Z Checking env_logger v0.10.2
27512025-01-10T21:20:06.901Z Checking ron v0.8.1
27522025-01-10T21:20:07.091Z Checking serde-hex v0.1.0
27532025-01-10T21:20:07.292Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27542025-01-10T21:20:07.310Z Checking ciborium v0.2.2
27552025-01-10T21:20:07.812Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27562025-01-10T21:20:08.188Z Checking steno v0.4.1
27572025-01-10T21:20:08.214Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27582025-01-10T21:20:08.332Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27592025-01-10T21:20:08.350Z Checking hashbrown v0.13.2
27602025-01-10T21:20:08.465Z Checking crc-any v2.5.0
27612025-01-10T21:20:08.833Z Checking humantime v2.1.0
27622025-01-10T21:20:08.974Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27632025-01-10T21:20:09.115Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27642025-01-10T21:20:09.360Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27652025-01-10T21:20:09.439Z Checking object v0.30.4
27662025-01-10T21:20:09.630Z Checking path-slash v0.1.5
27672025-01-10T21:20:09.743Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27682025-01-10T21:20:09.834Z Checking nix v0.27.1
27692025-01-10T21:20:10.413Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27702025-01-10T21:20:10.913Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27712025-01-10T21:20:11.135Z Checking tungstenite v0.23.0
27722025-01-10T21:20:11.179Z Checking kstat-rs v0.2.4
27732025-01-10T21:20:11.199Z Checking signal-hook-tokio v0.3.1
27742025-01-10T21:20:11.536Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27752025-01-10T21:20:11.810Z Checking tokio-tungstenite v0.23.1
27762025-01-10T21:20:12.072Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27772025-01-10T21:20:12.567Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27782025-01-10T21:20:12.656Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27792025-01-10T21:20:19.238Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27802025-01-10T21:20:20.563Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27812025-01-10T21:20:23.955Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27822025-01-10T21:20:29.853Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27832025-01-10T21:20:30.573Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27842025-01-10T21:20:33.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.83s
27852025-01-10T21:20:33.688Z
27862025-01-10T21:20:33.688Zinfo: running `cargo check --bins` on gateway-api (89/176)
27872025-01-10T21:20:34.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882025-01-10T21:20:34.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892025-01-10T21:20:34.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902025-01-10T21:20:34.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27912025-01-10T21:20:34.303Z
27922025-01-10T21:20:34.303Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27932025-01-10T21:20:34.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942025-01-10T21:20:34.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952025-01-10T21:20:34.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962025-01-10T21:20:34.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27972025-01-10T21:20:34.930Z
27982025-01-10T21:20:34.930Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27992025-01-10T21:20:35.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002025-01-10T21:20:35.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012025-01-10T21:20:35.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022025-01-10T21:20:35.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28032025-01-10T21:20:35.576Z
28042025-01-10T21:20:35.576Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28052025-01-10T21:20:36.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062025-01-10T21:20:36.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072025-01-10T21:20:36.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082025-01-10T21:20:36.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28092025-01-10T21:20:36.224Z
28102025-01-10T21:20:36.224Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28112025-01-10T21:20:36.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122025-01-10T21:20:36.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132025-01-10T21:20:36.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142025-01-10T21:20:36.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28152025-01-10T21:20:36.875Z
28162025-01-10T21:20:36.876Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28172025-01-10T21:20:37.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182025-01-10T21:20:37.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192025-01-10T21:20:37.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202025-01-10T21:20:37.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28212025-01-10T21:20:37.530Z
28222025-01-10T21:20:37.530Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28232025-01-10T21:20:38.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242025-01-10T21:20:38.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252025-01-10T21:20:38.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262025-01-10T21:20:38.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28272025-01-10T21:20:38.179Z
28282025-01-10T21:20:38.179Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28292025-01-10T21:20:38.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302025-01-10T21:20:38.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312025-01-10T21:20:38.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322025-01-10T21:20:38.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28332025-01-10T21:20:38.825Z
28342025-01-10T21:20:38.825Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28352025-01-10T21:20:39.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-01-10T21:20:39.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-01-10T21:20:39.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382025-01-10T21:20:39.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28392025-01-10T21:20:39.499Z
28402025-01-10T21:20:39.499Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28412025-01-10T21:20:40.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-01-10T21:20:40.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-01-10T21:20:40.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442025-01-10T21:20:40.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28452025-01-10T21:20:40.153Z
28462025-01-10T21:20:40.153Zinfo: running `cargo check --bins` on sp-sim (99/176)
28472025-01-10T21:20:40.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482025-01-10T21:20:40.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492025-01-10T21:20:40.812Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502025-01-10T21:20:41.295Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28512025-01-10T21:20:43.216Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28522025-01-10T21:20:45.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
28532025-01-10T21:20:45.202Z
28542025-01-10T21:20:45.202Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28552025-01-10T21:20:45.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-01-10T21:20:45.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-01-10T21:20:45.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-01-10T21:20:45.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28592025-01-10T21:20:45.895Z
28602025-01-10T21:20:45.895Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28612025-01-10T21:20:46.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-01-10T21:20:46.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-01-10T21:20:46.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642025-01-10T21:20:46.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28652025-01-10T21:20:46.595Z
28662025-01-10T21:20:46.595Zinfo: running `cargo check --bins` on db-macros (102/176)
28672025-01-10T21:20:47.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682025-01-10T21:20:47.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692025-01-10T21:20:47.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702025-01-10T21:20:47.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28712025-01-10T21:20:47.222Z
28722025-01-10T21:20:47.223Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28732025-01-10T21:20:47.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742025-01-10T21:20:47.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752025-01-10T21:20:47.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762025-01-10T21:20:47.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28772025-01-10T21:20:47.853Z
28782025-01-10T21:20:47.853Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28792025-01-10T21:20:48.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-01-10T21:20:48.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-01-10T21:20:48.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-01-10T21:20:48.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28832025-01-10T21:20:48.540Z
28842025-01-10T21:20:48.540Zinfo: running `cargo check --bins` on authz-macros (105/176)
28852025-01-10T21:20:49.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-01-10T21:20:49.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-01-10T21:20:49.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-01-10T21:20:49.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28892025-01-10T21:20:49.164Z
28902025-01-10T21:20:49.164Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28912025-01-10T21:20:49.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-01-10T21:20:49.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-01-10T21:20:49.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-01-10T21:20:49.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28952025-01-10T21:20:49.858Z
28962025-01-10T21:20:49.858Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28972025-01-10T21:20:50.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-01-10T21:20:50.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-01-10T21:20:50.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002025-01-10T21:20:50.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29012025-01-10T21:20:50.555Z
29022025-01-10T21:20:50.555Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29032025-01-10T21:20:51.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-01-10T21:20:51.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-01-10T21:20:51.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062025-01-10T21:20:51.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29072025-01-10T21:20:51.203Z
29082025-01-10T21:20:51.203Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29092025-01-10T21:20:51.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-01-10T21:20:51.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-01-10T21:20:51.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122025-01-10T21:20:51.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29132025-01-10T21:20:51.874Z
29142025-01-10T21:20:51.874Zinfo: running `cargo check --bins` on typed-rng (110/176)
29152025-01-10T21:20:52.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-01-10T21:20:52.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-01-10T21:20:52.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182025-01-10T21:20:52.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29192025-01-10T21:20:52.496Z
29202025-01-10T21:20:52.496Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29212025-01-10T21:20:53.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-01-10T21:20:53.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-01-10T21:20:53.260Z Checking keccak v0.1.5
29242025-01-10T21:20:53.369Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29252025-01-10T21:20:53.372Z Checking secrecy v0.8.0
29262025-01-10T21:20:53.372Z Compiling unicase v2.7.0
29272025-01-10T21:20:53.372Z Compiling same-file v1.0.6
29282025-01-10T21:20:53.391Z Compiling tempfile v3.13.0
29292025-01-10T21:20:53.431Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29302025-01-10T21:20:53.434Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29312025-01-10T21:20:53.546Z Compiling thiserror-impl-no-std v2.0.2
29322025-01-10T21:20:53.633Z Checking sha3 v0.10.8
29332025-01-10T21:20:53.680Z Compiling walkdir v2.5.0
29342025-01-10T21:20:53.768Z Checking universal-hash v0.5.1
29352025-01-10T21:20:53.794Z Compiling blake3 v1.5.4
29362025-01-10T21:20:53.830Z Checking opaque-debug v0.3.1
29372025-01-10T21:20:53.928Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29382025-01-10T21:20:53.954Z Checking poly1305 v0.8.0
29392025-01-10T21:20:53.979Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29402025-01-10T21:20:54.042Z Checking chacha20 v0.9.1
29412025-01-10T21:20:54.213Z Checking aead v0.5.2
29422025-01-10T21:20:54.268Z Compiling memmap2 v0.9.5
29432025-01-10T21:20:54.409Z Compiling arrayvec v0.7.6
29442025-01-10T21:20:54.426Z Compiling libefi-sys v0.1.0
29452025-01-10T21:20:54.444Z Compiling arrayref v0.3.9
29462025-01-10T21:20:54.473Z Compiling constant_time_eq v0.3.1
29472025-01-10T21:20:54.560Z Compiling salty v0.3.0
29482025-01-10T21:20:54.639Z Checking chacha20poly1305 v0.10.1
29492025-01-10T21:20:54.741Z Compiling toolchain_find v0.4.0
29502025-01-10T21:20:54.804Z Compiling camino-tempfile v1.1.1
29512025-01-10T21:20:54.826Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29522025-01-10T21:20:54.992Z Compiling bitfield-struct v0.6.2
29532025-01-10T21:20:55.168Z Compiling topological-sort v0.2.2
29542025-01-10T21:20:55.249Z Compiling mime_guess v2.0.5
29552025-01-10T21:20:55.389Z Compiling rustfmt-wrapper v0.2.1
29562025-01-10T21:20:55.833Z Compiling omicron-zone-package v0.12.0
29572025-01-10T21:20:55.933Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29582025-01-10T21:20:55.964Z Checking primeorder v0.13.6
29592025-01-10T21:20:56.241Z Checking env_filter v0.1.2
29602025-01-10T21:20:56.320Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29612025-01-10T21:20:56.419Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29622025-01-10T21:20:56.435Z Checking p384 v0.13.0
29632025-01-10T21:20:56.467Z Checking env_logger v0.11.5
29642025-01-10T21:20:56.619Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29652025-01-10T21:20:56.678Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29662025-01-10T21:20:56.696Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29672025-01-10T21:20:56.759Z Checking thiserror-no-std v2.0.2
29682025-01-10T21:20:56.876Z Checking vsss-rs v3.3.4
29692025-01-10T21:20:56.928Z Checking lockfree-object-pool v0.1.6
29702025-01-10T21:20:56.970Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29712025-01-10T21:20:57.050Z Checking simd-adler32 v0.3.7
29722025-01-10T21:20:57.175Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29732025-01-10T21:20:57.221Z Checking bumpalo v3.16.0
29742025-01-10T21:20:57.411Z Checking http-range v0.1.5
29752025-01-10T21:20:57.435Z Compiling zip v2.1.3
29762025-01-10T21:20:57.503Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29772025-01-10T21:20:57.522Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29782025-01-10T21:20:57.592Z Checking zopfli v0.8.1
29792025-01-10T21:20:57.777Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29802025-01-10T21:20:57.794Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29812025-01-10T21:20:58.258Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29822025-01-10T21:20:58.333Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29832025-01-10T21:20:58.466Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29842025-01-10T21:20:58.614Z Checking nanorand v0.7.0
29852025-01-10T21:20:58.722Z Checking atty v0.2.14
29862025-01-10T21:20:58.852Z Checking glob v0.3.1
29872025-01-10T21:20:58.876Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29882025-01-10T21:20:59.002Z Checking flume v0.11.1
29892025-01-10T21:20:59.050Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29902025-01-10T21:20:59.173Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29912025-01-10T21:20:59.528Z Checking hyper-staticfile v0.10.1
29922025-01-10T21:20:59.697Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29932025-01-10T21:21:00.460Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29942025-01-10T21:21:00.593Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29952025-01-10T21:21:00.892Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29962025-01-10T21:21:01.080Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29972025-01-10T21:21:01.099Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29982025-01-10T21:21:01.267Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29992025-01-10T21:21:01.855Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30002025-01-10T21:21:02.145Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30012025-01-10T21:21:02.653Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30022025-01-10T21:21:02.973Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30032025-01-10T21:21:06.053Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30042025-01-10T21:21:06.055Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30052025-01-10T21:21:15.266Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062025-01-10T21:21:29.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.04s
30072025-01-10T21:21:29.733Z
30082025-01-10T21:21:29.733Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30092025-01-10T21:21:30.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-01-10T21:21:30.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-01-10T21:21:30.496Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122025-01-10T21:21:44.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s
30132025-01-10T21:21:45.035Z
30142025-01-10T21:21:45.036Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30152025-01-10T21:21:45.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-01-10T21:21:45.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-01-10T21:21:45.793Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182025-01-10T21:22:00.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.24s
30192025-01-10T21:22:00.474Z
30202025-01-10T21:22:00.475Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30212025-01-10T21:22:01.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-01-10T21:22:01.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-01-10T21:22:01.243Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242025-01-10T21:22:15.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.06s
30252025-01-10T21:22:15.739Z
30262025-01-10T21:22:15.739Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30272025-01-10T21:22:16.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-01-10T21:22:16.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-01-10T21:22:16.493Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30302025-01-10T21:22:30.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.22s
30312025-01-10T21:22:31.160Z
30322025-01-10T21:22:31.160Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30332025-01-10T21:22:31.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-01-10T21:22:31.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-01-10T21:22:31.915Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30362025-01-10T21:22:46.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.18s
30372025-01-10T21:22:46.546Z
30382025-01-10T21:22:46.546Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30392025-01-10T21:22:47.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-01-10T21:22:47.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-01-10T21:22:47.301Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30422025-01-10T21:23:01.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.25s
30432025-01-10T21:23:01.993Z
30442025-01-10T21:23:01.993Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30452025-01-10T21:23:02.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-01-10T21:23:02.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-01-10T21:23:02.766Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30482025-01-10T21:23:17.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.09s
30492025-01-10T21:23:17.286Z
30502025-01-10T21:23:17.287Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30512025-01-10T21:23:17.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-01-10T21:23:17.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-01-10T21:23:17.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542025-01-10T21:23:17.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30552025-01-10T21:23:17.973Z
30562025-01-10T21:23:17.973Zinfo: running `cargo check --bins` on key-manager (120/176)
30572025-01-10T21:23:18.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582025-01-10T21:23:18.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592025-01-10T21:23:18.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602025-01-10T21:23:18.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30612025-01-10T21:23:18.621Z
30622025-01-10T21:23:18.621Zinfo: running `cargo check --bins` on range-requests (121/176)
30632025-01-10T21:23:19.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642025-01-10T21:23:19.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652025-01-10T21:23:19.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662025-01-10T21:23:19.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30672025-01-10T21:23:19.257Z
30682025-01-10T21:23:19.257Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30692025-01-10T21:23:19.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702025-01-10T21:23:19.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712025-01-10T21:23:19.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722025-01-10T21:23:19.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30732025-01-10T21:23:19.916Z
30742025-01-10T21:23:19.916Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30752025-01-10T21:23:20.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762025-01-10T21:23:20.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772025-01-10T21:23:20.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782025-01-10T21:23:20.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30792025-01-10T21:23:20.587Z
30802025-01-10T21:23:20.587Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30812025-01-10T21:23:21.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822025-01-10T21:23:21.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832025-01-10T21:23:21.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842025-01-10T21:23:21.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30852025-01-10T21:23:21.229Z
30862025-01-10T21:23:21.229Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30872025-01-10T21:23:21.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-01-10T21:23:21.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-01-10T21:23:21.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902025-01-10T21:23:21.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30912025-01-10T21:23:21.891Z
30922025-01-10T21:23:21.891Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30932025-01-10T21:23:22.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942025-01-10T21:23:22.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952025-01-10T21:23:22.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962025-01-10T21:23:22.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30972025-01-10T21:23:22.558Z
30982025-01-10T21:23:22.558Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30992025-01-10T21:23:23.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002025-01-10T21:23:23.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012025-01-10T21:23:23.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022025-01-10T21:23:23.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31032025-01-10T21:23:23.221Z
31042025-01-10T21:23:23.221Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
31052025-01-10T21:23:23.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-01-10T21:23:23.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-01-10T21:23:23.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-01-10T21:23:23.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31092025-01-10T21:23:23.901Z
31102025-01-10T21:23:23.901Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
31112025-01-10T21:23:24.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-01-10T21:23:24.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-01-10T21:23:24.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142025-01-10T21:23:24.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31152025-01-10T21:23:24.578Z
31162025-01-10T21:23:24.578Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31172025-01-10T21:23:25.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-01-10T21:23:25.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-01-10T21:23:25.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202025-01-10T21:23:25.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31212025-01-10T21:23:25.256Z
31222025-01-10T21:23:25.256Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31232025-01-10T21:23:25.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242025-01-10T21:23:25.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252025-01-10T21:23:25.975Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31262025-01-10T21:23:25.975Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31272025-01-10T21:23:26.881Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31282025-01-10T21:23:28.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
31292025-01-10T21:23:29.137Z
31302025-01-10T21:23:29.137Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31312025-01-10T21:23:29.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322025-01-10T21:23:29.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332025-01-10T21:23:29.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342025-01-10T21:23:29.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31352025-01-10T21:23:29.809Z
31362025-01-10T21:23:29.809Zinfo: running `cargo check --bins` on cert-dev (133/176)
31372025-01-10T21:23:30.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382025-01-10T21:23:30.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392025-01-10T21:23:30.450Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31402025-01-10T21:23:30.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31412025-01-10T21:23:30.891Z
31422025-01-10T21:23:30.891Zinfo: running `cargo check --bins` on clickana (134/176)
31432025-01-10T21:23:31.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442025-01-10T21:23:31.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452025-01-10T21:23:31.563Z Checking castaway v0.2.3
31462025-01-10T21:23:31.566Z Checking unicode-truncate v1.1.0
31472025-01-10T21:23:31.566Z Checking lru v0.12.5
31482025-01-10T21:23:31.566Z Compiling instability v0.3.2
31492025-01-10T21:23:31.566Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31502025-01-10T21:23:31.666Z Checking cassowary v0.3.0
31512025-01-10T21:23:31.777Z Checking compact_str v0.8.0
31522025-01-10T21:23:32.428Z Checking ratatui v0.28.1
31532025-01-10T21:23:33.473Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31542025-01-10T21:23:34.518Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31552025-01-10T21:23:35.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
31562025-01-10T21:23:35.553Z
31572025-01-10T21:23:35.553Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31582025-01-10T21:23:36.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592025-01-10T21:23:36.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602025-01-10T21:23:36.265Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31612025-01-10T21:23:36.265Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31622025-01-10T21:23:37.337Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31632025-01-10T21:23:37.852Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31642025-01-10T21:23:38.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
31652025-01-10T21:23:38.422Z
31662025-01-10T21:23:38.422Zinfo: running `cargo check --bins` on ch-dev (136/176)
31672025-01-10T21:23:39.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682025-01-10T21:23:39.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692025-01-10T21:23:39.111Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31702025-01-10T21:23:39.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
31712025-01-10T21:23:40.025Z
31722025-01-10T21:23:40.025Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31732025-01-10T21:23:40.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742025-01-10T21:23:40.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752025-01-10T21:23:40.707Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31762025-01-10T21:23:41.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
31772025-01-10T21:23:41.262Z
31782025-01-10T21:23:41.262Zinfo: running `cargo check --bins` on db-dev (138/176)
31792025-01-10T21:23:41.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802025-01-10T21:23:41.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812025-01-10T21:23:41.951Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31822025-01-10T21:23:42.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
31832025-01-10T21:23:42.870Z
31842025-01-10T21:23:42.870Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31852025-01-10T21:23:43.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862025-01-10T21:23:43.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872025-01-10T21:23:43.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882025-01-10T21:23:43.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31892025-01-10T21:23:43.544Z
31902025-01-10T21:23:43.544Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31912025-01-10T21:23:44.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922025-01-10T21:23:44.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932025-01-10T21:23:44.184Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31942025-01-10T21:23:45.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
31952025-01-10T21:23:45.262Z
31962025-01-10T21:23:45.262Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31972025-01-10T21:23:45.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982025-01-10T21:23:45.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992025-01-10T21:23:45.908Z Checking cargo-platform v0.1.8
32002025-01-10T21:23:46.177Z Checking cargo_metadata v0.18.1
32012025-01-10T21:23:47.194Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32022025-01-10T21:23:48.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
32032025-01-10T21:23:48.210Z
32042025-01-10T21:23:48.210Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32052025-01-10T21:23:48.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-01-10T21:23:48.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-01-10T21:23:48.964Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32082025-01-10T21:23:50.543Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32092025-01-10T21:23:51.177Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102025-01-10T21:23:51.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
32112025-01-10T21:23:51.954Z
32122025-01-10T21:23:51.954Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32132025-01-10T21:23:52.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142025-01-10T21:23:52.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152025-01-10T21:23:52.764Z Compiling crunchy v0.2.2
32162025-01-10T21:23:52.765Z Compiling tiny-keccak v2.0.2
32172025-01-10T21:23:52.767Z Compiling dsl_auto_type v0.1.2
32182025-01-10T21:23:52.767Z Checking scheduled-thread-pool v0.2.7
32192025-01-10T21:23:52.767Z Compiling diesel_table_macro_syntax v0.2.0
32202025-01-10T21:23:52.891Z Compiling ascii-canvas v3.0.0
32212025-01-10T21:23:52.903Z Compiling ena v0.14.3
32222025-01-10T21:23:52.915Z Compiling diff v0.1.13
32232025-01-10T21:23:53.109Z Checking r2d2 v0.8.10
32242025-01-10T21:23:53.178Z Compiling regex-syntax v0.6.29
32252025-01-10T21:23:53.359Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32262025-01-10T21:23:53.374Z Compiling ref-cast v1.0.23
32272025-01-10T21:23:53.449Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32282025-01-10T21:23:53.452Z Compiling derive_builder_core v0.20.2
32292025-01-10T21:23:53.572Z Compiling libxml v0.3.3
32302025-01-10T21:23:53.591Z Compiling ref-cast-impl v1.0.23
32312025-01-10T21:23:53.719Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32322025-01-10T21:23:54.003Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32332025-01-10T21:23:54.021Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32342025-01-10T21:23:54.166Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32352025-01-10T21:23:54.283Z Compiling strum_macros v0.24.3
32362025-01-10T21:23:54.301Z Compiling samael v0.0.17
32372025-01-10T21:23:54.481Z Compiling diesel_derives v2.2.3
32382025-01-10T21:23:54.610Z Compiling indoc v1.0.9
32392025-01-10T21:23:55.558Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32402025-01-10T21:23:55.822Z Compiling derive_builder_macro v0.20.2
32412025-01-10T21:23:55.841Z Compiling impl-trait-for-tuples v0.2.2
32422025-01-10T21:23:56.725Z Compiling lalrpop v0.19.12
32432025-01-10T21:23:56.762Z Checking derive_builder v0.20.2
32442025-01-10T21:23:56.922Z Compiling oso-derive v0.27.3
32452025-01-10T21:23:57.388Z Checking quick-xml v0.33.0
32462025-01-10T21:23:58.029Z Compiling diesel-dtrace v0.4.2
32472025-01-10T21:23:58.088Z Checking maplit v1.0.2
32482025-01-10T21:23:58.243Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32492025-01-10T21:23:58.401Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32502025-01-10T21:23:58.543Z Checking bb8 v0.8.5
32512025-01-10T21:23:58.722Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32522025-01-10T21:23:59.018Z Checking rand_seeder v0.3.0
32532025-01-10T21:23:59.085Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32542025-01-10T21:23:59.245Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32552025-01-10T21:23:59.274Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32562025-01-10T21:23:59.476Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32572025-01-10T21:23:59.757Z Checking smawk v0.3.2
32582025-01-10T21:23:59.877Z Checking is_ci v1.2.0
32592025-01-10T21:23:59.955Z Checking unicode-linebreak v0.1.5
32602025-01-10T21:24:00.011Z Checking supports-color v3.0.1
32612025-01-10T21:24:00.229Z Checking multimap v0.10.0
32622025-01-10T21:24:00.370Z Checking textwrap v0.16.1
32632025-01-10T21:24:01.191Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32642025-01-10T21:24:03.793Z Checking diesel v2.2.6
32652025-01-10T21:24:30.508Z Compiling polar-core v0.27.3
32662025-01-10T21:24:34.415Z Checking async-bb8-diesel v0.2.1
32672025-01-10T21:24:38.172Z Checking oso v0.27.3
32682025-01-10T21:25:48.650Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32692025-01-10T21:25:55.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
32702025-01-10T21:25:55.374Z
32712025-01-10T21:25:55.374Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32722025-01-10T21:25:55.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-01-10T21:25:55.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-01-10T21:25:55.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-01-10T21:25:55.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32762025-01-10T21:25:56.072Z
32772025-01-10T21:25:56.072Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32782025-01-10T21:25:56.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-01-10T21:25:56.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-01-10T21:25:56.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812025-01-10T21:25:56.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32822025-01-10T21:25:56.772Z
32832025-01-10T21:25:56.772Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32842025-01-10T21:25:57.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852025-01-10T21:25:57.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862025-01-10T21:25:57.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872025-01-10T21:25:57.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32882025-01-10T21:25:57.414Z
32892025-01-10T21:25:57.414Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32902025-01-10T21:25:58.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912025-01-10T21:25:58.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922025-01-10T21:25:58.260Z Compiling libz-sys v1.1.20
32932025-01-10T21:25:58.375Z Compiling libgit2-sys v0.17.0+1.8.1
32942025-01-10T21:25:58.388Z Compiling vergen v8.3.2
32952025-01-10T21:25:58.391Z Compiling cargo-platform v0.1.8
32962025-01-10T21:25:58.391Z Compiling pin-project-internal v1.1.6
32972025-01-10T21:25:58.427Z Compiling libsqlite3-sys v0.30.1
32982025-01-10T21:25:58.427Z Compiling snafu-derive v0.8.5
32992025-01-10T21:25:58.430Z Compiling cfg_aliases v0.2.1
33002025-01-10T21:25:58.566Z Compiling rustls v0.21.12
33012025-01-10T21:25:58.674Z Compiling cargo_metadata v0.18.1
33022025-01-10T21:25:58.855Z Compiling buf-list v1.0.3
33032025-01-10T21:25:58.976Z Compiling nix v0.29.0
33042025-01-10T21:25:58.997Z Checking globset v0.4.15
33052025-01-10T21:25:59.327Z Checking olpc-cjson v0.1.4
33062025-01-10T21:25:59.521Z Checking rustls-webpki v0.101.7
33072025-01-10T21:25:59.541Z Checking sct v0.7.1
33082025-01-10T21:25:59.558Z Checking serde_plain v1.0.2
33092025-01-10T21:25:59.742Z Checking typed-path v0.9.3
33102025-01-10T21:26:00.124Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33112025-01-10T21:26:00.283Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33122025-01-10T21:26:00.410Z Checking hashlink v0.9.1
33132025-01-10T21:26:00.544Z Checking parse-size v1.1.0
33142025-01-10T21:26:00.734Z Checking fallible-streaming-iterator v0.1.9
33152025-01-10T21:26:00.981Z Checking fallible-iterator v0.3.0
33162025-01-10T21:26:01.478Z Checking pin-project v1.1.6
33172025-01-10T21:26:01.605Z Checking rusqlite v0.32.1
33182025-01-10T21:26:01.607Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33192025-01-10T21:26:01.624Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33202025-01-10T21:26:01.747Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33212025-01-10T21:26:02.244Z Checking rustls-pemfile v1.0.4
33222025-01-10T21:26:02.448Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33232025-01-10T21:26:02.490Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33242025-01-10T21:26:02.611Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33252025-01-10T21:26:02.738Z Checking twox-hash v1.6.3
33262025-01-10T21:26:02.757Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33272025-01-10T21:26:02.810Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33282025-01-10T21:26:03.232Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33292025-01-10T21:26:03.566Z Checking tokio-rustls v0.24.1
33302025-01-10T21:26:03.802Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33312025-01-10T21:26:03.921Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33322025-01-10T21:26:04.038Z Checking snafu v0.8.5
33332025-01-10T21:26:04.200Z Checking fatfs v0.3.6
33342025-01-10T21:26:04.522Z Checking tough v0.19.0
33352025-01-10T21:26:04.770Z Checking assert_matches v1.5.0
33362025-01-10T21:26:08.822Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33372025-01-10T21:26:10.233Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33382025-01-10T21:26:10.739Z Compiling git2 v0.19.0
33392025-01-10T21:26:15.614Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33402025-01-10T21:27:12.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
33412025-01-10T21:27:12.811Z
33422025-01-10T21:27:12.811Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33432025-01-10T21:27:13.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-01-10T21:27:13.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-01-10T21:27:13.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-01-10T21:27:13.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33472025-01-10T21:27:13.514Z
33482025-01-10T21:27:13.514Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33492025-01-10T21:27:14.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-01-10T21:27:14.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-01-10T21:27:14.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-01-10T21:27:14.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33532025-01-10T21:27:14.143Z
33542025-01-10T21:27:14.143Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33552025-01-10T21:27:14.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-01-10T21:27:14.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-01-10T21:27:14.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582025-01-10T21:27:14.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33592025-01-10T21:27:14.828Z
33602025-01-10T21:27:14.828Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33612025-01-10T21:27:15.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-01-10T21:27:15.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-01-10T21:27:15.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642025-01-10T21:27:15.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33652025-01-10T21:27:15.525Z
33662025-01-10T21:27:15.525Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33672025-01-10T21:27:16.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682025-01-10T21:27:16.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692025-01-10T21:27:16.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702025-01-10T21:27:16.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33712025-01-10T21:27:16.228Z
33722025-01-10T21:27:16.228Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33732025-01-10T21:27:16.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742025-01-10T21:27:16.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752025-01-10T21:27:16.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762025-01-10T21:27:16.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33772025-01-10T21:27:16.930Z
33782025-01-10T21:27:16.930Zinfo: running `cargo check --bins` on update-common (154/176)
33792025-01-10T21:27:17.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802025-01-10T21:27:17.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812025-01-10T21:27:17.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822025-01-10T21:27:17.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33832025-01-10T21:27:17.603Z
33842025-01-10T21:27:17.603Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33852025-01-10T21:27:18.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862025-01-10T21:27:18.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872025-01-10T21:27:18.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882025-01-10T21:27:18.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33892025-01-10T21:27:18.274Z
33902025-01-10T21:27:18.274Zinfo: running `cargo check --bins` on tufaceous (156/176)
33912025-01-10T21:27:18.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922025-01-10T21:27:18.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932025-01-10T21:27:18.965Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33942025-01-10T21:27:20.249Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33952025-01-10T21:27:21.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
33962025-01-10T21:27:21.343Z
33972025-01-10T21:27:21.343Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33982025-01-10T21:27:22.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992025-01-10T21:27:22.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002025-01-10T21:27:22.224Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34012025-01-10T21:27:22.226Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34022025-01-10T21:27:22.364Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34032025-01-10T21:27:22.366Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34042025-01-10T21:27:23.465Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34052025-01-10T21:27:51.451Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34062025-01-10T21:27:51.454Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34072025-01-10T21:27:51.454Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34082025-01-10T21:27:51.454Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34092025-01-10T21:27:51.454Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34102025-01-10T21:27:52.427Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34112025-01-10T21:27:53.763Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34122025-01-10T21:28:35.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
34132025-01-10T21:28:35.340Z
34142025-01-10T21:28:35.340Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34152025-01-10T21:28:35.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162025-01-10T21:28:35.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172025-01-10T21:28:36.077Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34182025-01-10T21:28:36.077Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34192025-01-10T21:28:36.079Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34202025-01-10T21:28:36.205Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34212025-01-10T21:28:36.208Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34222025-01-10T21:28:36.235Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34232025-01-10T21:28:36.252Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34242025-01-10T21:28:36.254Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252025-01-10T21:28:36.441Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34262025-01-10T21:28:36.495Z Checking heck v0.4.1
34272025-01-10T21:28:36.567Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34282025-01-10T21:28:36.724Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34292025-01-10T21:28:36.770Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34302025-01-10T21:28:36.920Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34312025-01-10T21:28:37.305Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322025-01-10T21:28:37.639Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332025-01-10T21:28:37.762Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34342025-01-10T21:28:39.025Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34352025-01-10T21:28:39.664Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34362025-01-10T21:28:40.140Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34372025-01-10T21:28:40.155Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34382025-01-10T21:28:42.348Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34392025-01-10T21:28:42.348Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34402025-01-10T21:28:43.581Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34412025-01-10T21:28:45.241Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34422025-01-10T21:28:51.655Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34432025-01-10T21:28:51.655Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34442025-01-10T21:28:52.966Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34452025-01-10T21:28:54.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s
34462025-01-10T21:28:54.301Z
34472025-01-10T21:28:54.301Zinfo: running `cargo check --bins` on installinator-api (159/176)
34482025-01-10T21:28:54.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492025-01-10T21:28:54.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502025-01-10T21:28:54.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512025-01-10T21:28:54.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34522025-01-10T21:28:54.981Z
34532025-01-10T21:28:54.981Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34542025-01-10T21:28:55.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552025-01-10T21:28:55.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562025-01-10T21:28:55.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572025-01-10T21:28:55.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34582025-01-10T21:28:55.672Z
34592025-01-10T21:28:55.672Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34602025-01-10T21:28:56.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612025-01-10T21:28:56.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622025-01-10T21:28:56.403Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34632025-01-10T21:28:56.403Z Compiling petname v2.0.2
34642025-01-10T21:28:56.405Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34652025-01-10T21:28:56.406Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34662025-01-10T21:28:56.406Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34672025-01-10T21:28:56.406Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34682025-01-10T21:28:56.522Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34692025-01-10T21:28:56.549Z Checking sync-ptr v0.1.1
34702025-01-10T21:29:02.397Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34712025-01-10T21:29:03.082Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34722025-01-10T21:29:04.286Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34732025-01-10T21:29:05.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.23s
34742025-01-10T21:29:06.089Z
34752025-01-10T21:29:06.089Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34762025-01-10T21:29:06.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772025-01-10T21:29:06.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782025-01-10T21:29:06.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792025-01-10T21:29:06.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34802025-01-10T21:29:06.790Z
34812025-01-10T21:29:06.790Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34822025-01-10T21:29:07.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832025-01-10T21:29:07.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842025-01-10T21:29:07.501Z Checking memmap2 v0.9.5
34852025-01-10T21:29:07.501Z Checking arrayvec v0.7.6
34862025-01-10T21:29:07.503Z Checking arrayref v0.3.9
34872025-01-10T21:29:07.503Z Checking constant_time_eq v0.3.1
34882025-01-10T21:29:07.503Z Checking topological-sort v0.2.2
34892025-01-10T21:29:07.503Z Checking shell-words v1.1.0
34902025-01-10T21:29:07.877Z Checking blake3 v1.5.4
34912025-01-10T21:29:08.270Z Checking omicron-zone-package v0.12.0
34922025-01-10T21:29:09.522Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34932025-01-10T21:29:10.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
34942025-01-10T21:29:10.653Z
34952025-01-10T21:29:10.653Zinfo: running `cargo check --bins` on xtask (164/176)
34962025-01-10T21:29:11.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972025-01-10T21:29:11.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982025-01-10T21:29:11.100Z Checking bitflags v2.6.0
34992025-01-10T21:29:11.102Z Checking serde v1.0.215
35002025-01-10T21:29:11.102Z Checking thiserror v1.0.69
35012025-01-10T21:29:11.197Z Checking scroll v0.12.0
35022025-01-10T21:29:11.207Z Checking log v0.4.22
35032025-01-10T21:29:11.209Z Checking hashbrown v0.15.1
35042025-01-10T21:29:11.209Z Checking zerocopy v0.7.35
35052025-01-10T21:29:11.241Z Checking syn v2.0.87
35062025-01-10T21:29:11.303Z Checking pest v2.7.14
35072025-01-10T21:29:11.410Z Checking rustix v0.38.37
35082025-01-10T21:29:11.461Z Checking once_cell v1.20.2
35092025-01-10T21:29:11.649Z Checking goblin v0.8.2
35102025-01-10T21:29:11.758Z Checking fs-err v2.11.0
35112025-01-10T21:29:12.063Z Checking tabled v0.15.0
35122025-01-10T21:29:12.248Z Checking indexmap v2.6.0
35132025-01-10T21:29:12.618Z Checking anyhow v1.0.93
35142025-01-10T21:29:13.431Z Checking terminal_size v0.4.0
35152025-01-10T21:29:13.441Z Checking tempfile v3.13.0
35162025-01-10T21:29:13.599Z Checking clap_builder v4.5.21
35172025-01-10T21:29:13.822Z Checking dtrace-parser v0.2.0
35182025-01-10T21:29:15.422Z Checking serde_json v1.0.133
35192025-01-10T21:29:15.422Z Checking serde_spanned v0.6.8
35202025-01-10T21:29:15.425Z Checking toml_datetime v0.6.8
35212025-01-10T21:29:15.425Z Checking camino v1.1.9
35222025-01-10T21:29:15.425Z Checking semver v1.0.23
35232025-01-10T21:29:15.643Z Checking cargo-platform v0.1.8
35242025-01-10T21:29:15.717Z Checking toml_edit v0.22.22
35252025-01-10T21:29:15.856Z Checking macaddr v1.0.1
35262025-01-10T21:29:16.004Z Checking camino-tempfile v1.1.1
35272025-01-10T21:29:16.084Z Checking clap v4.5.21
35282025-01-10T21:29:16.639Z Checking dof v0.3.0
35292025-01-10T21:29:16.639Z Checking cargo_metadata v0.18.1
35302025-01-10T21:29:17.057Z Checking usdt-impl v0.5.0
35312025-01-10T21:29:17.411Z Checking usdt v0.5.0
35322025-01-10T21:29:17.595Z Checking toml v0.8.19
35332025-01-10T21:29:18.079Z Checking cargo_toml v0.20.5
35342025-01-10T21:29:19.308Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35352025-01-10T21:29:19.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s
35362025-01-10T21:29:20.039Z
35372025-01-10T21:29:20.039Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35382025-01-10T21:29:20.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392025-01-10T21:29:20.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402025-01-10T21:29:20.820Z Checking polyval v0.6.2
35412025-01-10T21:29:20.933Z Checking ctr v0.9.2
35422025-01-10T21:29:20.946Z Checking ssh-encoding v0.2.0
35432025-01-10T21:29:20.946Z Checking blowfish v0.9.1
35442025-01-10T21:29:20.973Z Checking password-hash v0.4.2
35452025-01-10T21:29:20.976Z Checking matches v0.1.10
35462025-01-10T21:29:21.005Z Checking p521 v0.13.3
35472025-01-10T21:29:21.005Z Checking p256 v0.13.2
35482025-01-10T21:29:21.084Z Checking idna v0.2.3
35492025-01-10T21:29:21.144Z Checking ghash v0.5.1
35502025-01-10T21:29:21.178Z Compiling enum-as-inner v0.5.1
35512025-01-10T21:29:21.241Z Checking bcrypt-pbkdf v0.10.0
35522025-01-10T21:29:21.261Z Checking russh-cryptovec v0.7.3
35532025-01-10T21:29:21.284Z Checking aes-gcm v0.10.3
35542025-01-10T21:29:21.365Z Checking pbkdf2 v0.11.0
35552025-01-10T21:29:21.454Z Checking md5 v0.7.0
35562025-01-10T21:29:21.480Z Checking num-bigint v0.4.6
35572025-01-10T21:29:21.500Z Checking des v0.8.1
35582025-01-10T21:29:21.516Z Checking ssh-cipher v0.2.0
35592025-01-10T21:29:21.633Z Checking hex-literal v0.4.1
35602025-01-10T21:29:21.734Z Compiling dhcproto-macros v0.1.0
35612025-01-10T21:29:21.764Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35622025-01-10T21:29:21.783Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35632025-01-10T21:29:21.820Z Checking ssh-key v0.6.6
35642025-01-10T21:29:21.947Z Checking internet-checksum v0.2.1
35652025-01-10T21:29:22.215Z Checking trust-dns-proto v0.22.0
35662025-01-10T21:29:23.188Z Checking russh-keys v0.45.0
35672025-01-10T21:29:24.146Z Checking russh v0.45.0
35682025-01-10T21:29:24.909Z Checking dhcproto v0.12.0
35692025-01-10T21:29:42.887Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35702025-01-10T21:29:44.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.32s
35712025-01-10T21:29:44.561Z
35722025-01-10T21:29:44.561Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35732025-01-10T21:29:45.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742025-01-10T21:29:45.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752025-01-10T21:29:45.219Z Checking termios v0.3.3
35762025-01-10T21:29:45.437Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35772025-01-10T21:29:46.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
35782025-01-10T21:29:46.408Z
35792025-01-10T21:29:46.408Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35802025-01-10T21:29:47.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812025-01-10T21:29:47.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822025-01-10T21:29:47.132Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35832025-01-10T21:29:47.134Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35842025-01-10T21:29:47.134Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35852025-01-10T21:29:47.134Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35862025-01-10T21:29:48.258Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35872025-01-10T21:29:49.623Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35882025-01-10T21:29:51.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
35892025-01-10T21:29:51.768Z
35902025-01-10T21:29:51.768Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35912025-01-10T21:29:52.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922025-01-10T21:29:52.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932025-01-10T21:29:52.415Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35942025-01-10T21:29:52.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35952025-01-10T21:29:53.092Z
35962025-01-10T21:29:53.092Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35972025-01-10T21:29:53.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-01-10T21:29:53.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-01-10T21:29:53.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002025-01-10T21:29:53.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36012025-01-10T21:29:53.724Z
36022025-01-10T21:29:53.724Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36032025-01-10T21:29:54.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-01-10T21:29:54.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-01-10T21:29:54.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062025-01-10T21:29:54.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36072025-01-10T21:29:54.354Z
36082025-01-10T21:29:54.354Zinfo: running `cargo check --bins` on omicron-package (171/176)
36092025-01-10T21:29:54.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102025-01-10T21:29:54.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112025-01-10T21:29:55.040Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36122025-01-10T21:29:56.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
36132025-01-10T21:29:56.700Z
36142025-01-10T21:29:56.700Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36152025-01-10T21:29:57.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162025-01-10T21:29:57.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172025-01-10T21:29:57.422Z Checking rtoolbox v0.0.2
36182025-01-10T21:29:57.425Z Checking tui-tree-widget v0.22.0
36192025-01-10T21:29:57.425Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36202025-01-10T21:29:57.650Z Checking rpassword v7.3.1
36212025-01-10T21:30:01.940Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36222025-01-10T21:30:05.120Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36232025-01-10T21:30:06.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.69s
36242025-01-10T21:30:06.591Z
36252025-01-10T21:30:06.591Zinfo: running `cargo check --bins` on wicket (173/176)
36262025-01-10T21:30:07.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-01-10T21:30:07.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-01-10T21:30:07.326Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36292025-01-10T21:30:07.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
36302025-01-10T21:30:07.974Z
36312025-01-10T21:30:07.974Zinfo: running `cargo check --bins` on wicketd (174/176)
36322025-01-10T21:30:08.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332025-01-10T21:30:08.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342025-01-10T21:30:08.721Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36352025-01-10T21:30:08.721Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36362025-01-10T21:30:09.616Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36372025-01-10T21:30:13.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
36382025-01-10T21:30:13.851Z
36392025-01-10T21:30:13.851Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36402025-01-10T21:30:14.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412025-01-10T21:30:14.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422025-01-10T21:30:14.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432025-01-10T21:30:14.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36442025-01-10T21:30:14.494Z
36452025-01-10T21:30:14.494Zinfo: running `cargo check --bins` on zone-setup (176/176)
36462025-01-10T21:30:15.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472025-01-10T21:30:15.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482025-01-10T21:30:15.266Z Checking uzers v0.12.1
36492025-01-10T21:30:15.614Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36502025-01-10T21:30:16.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
36512025-01-10T21:30:17.060Z
36522025-01-10T21:30:17.060Zreal 14:07.417563314
36532025-01-10T21:30:17.060Zuser 26:12.411453590
36542025-01-10T21:30:17.060Zsys 5:52.400877243
36552025-01-10T21:30:17.060Ztrap 0.518421549
36562025-01-10T21:30:17.060Ztflt 2.626262569
36572025-01-10T21:30:17.060Zdflt 3.066120876
36582025-01-10T21:30:17.063Zkflt 0.000900929
36592025-01-10T21:30:17.063Zlock 50:41.473973502
36602025-01-10T21:30:17.063Zslp 2:17:31.263099940
36612025-01-10T21:30:17.063Zlat 1:04.033582373
36622025-01-10T21:30:17.063Zstop 3:34.071427694
36632025-01-10T21:30:17.063Zprocess exited: duration 1151437 ms, exit code 0
 
36642025-01-10T21:30:17.069Zfound 0 output files