01JHM2YEX6ZGDJDKAR2GN31CYR: 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: 01JHM2Z1GKE859715QAMFD3151

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-15T04:19:46.450Zjob assigned to worker 01JHM2ZAXE003TCJKCM1W5YKG1 [factory aws, i-04b3b7255698eb93e] (queued for 53 s)
 
22025-01-15T04:19:53.734Zstarting task 0: "setup"
32025-01-15T04:19:53.746Z++ uname -s
42025-01-15T04:19:53.749Z+ kern=SunOS
52025-01-15T04:19:53.749Z+ case "$kern" in
62025-01-15T04:19:53.749Z+ groupadd -g 12345 build
72025-01-15T04:19:53.751Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-15T04:19:55.758Z+ zfs create -o mountpoint=/work rpool/work
92025-01-15T04:19:55.884Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-15T04:19:55.886Z+ home_fs=zfs
112025-01-15T04:19:55.886Z+ [[ zfs == autofs ]]
122025-01-15T04:19:55.886Z+ mkdir -p /home/build
132025-01-15T04:19:55.889Z+ chown build:build /home/build /work
142025-01-15T04:19:57.891Z+ chmod 0700 /home/build /work
152025-01-15T04:19:57.894Zprocess exited: duration 4160 ms, exit code 0
 
162025-01-15T04:19:57.899Zstarting task 1: "rust-toolchain"
172025-01-15T04:19:57.905Z+ printf ' * toolchain channel = "%s"
182025-01-15T04:19:57.905Z * toolchain channel = "1.84.0"
192025-01-15T04:19:57.905Z * toolchain profile = "default"
202025-01-15T04:19:57.905Z' 1.84.0
212025-01-15T04:19:57.905Z+ printf ' * toolchain profile = "%s"
222025-01-15T04:19:57.906Z' default
232025-01-15T04:19:57.908Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-15T04:19:57.908Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-15T04:19:58.029Zinfo: downloading installer
262025-01-15T04:19:59.554Zinfo: profile set to 'default'
272025-01-15T04:19:59.554Zinfo: default host triple is x86_64-unknown-illumos
282025-01-15T04:19:59.556Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-15T04:19:59.718Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-15T04:19:59.718Zinfo: downloading component 'cargo'
312025-01-15T04:20:00.628Zinfo: downloading component 'clippy'
322025-01-15T04:20:00.976Zinfo: downloading component 'rust-docs'
332025-01-15T04:20:02.220Zinfo: downloading component 'rust-std'
342025-01-15T04:20:04.104Zinfo: downloading component 'rustc'
352025-01-15T04:20:11.149Zinfo: downloading component 'rustfmt'
362025-01-15T04:20:11.415Zinfo: installing component 'cargo'
372025-01-15T04:20:12.282Zinfo: installing component 'clippy'
382025-01-15T04:20:12.670Zinfo: installing component 'rust-docs'
392025-01-15T04:20:14.379Zinfo: installing component 'rust-std'
402025-01-15T04:20:16.114Zinfo: installing component 'rustc'
412025-01-15T04:20:22.346Zinfo: installing component 'rustfmt'
422025-01-15T04:20:22.689Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-15T04:20:22.690Z
442025-01-15T04:20:23.084Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-15T04:20:23.084Z
462025-01-15T04:20:23.087Z
472025-01-15T04:20:23.087ZRust is installed now. Great!
482025-01-15T04:20:23.087Z
492025-01-15T04:20:23.087ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-15T04:20:23.087Zenvironment variable. This has not been done automatically.
512025-01-15T04:20:23.087Z
522025-01-15T04:20:23.087ZTo configure your current shell, you need to source
532025-01-15T04:20:23.087Zthe corresponding env file under $HOME/.cargo.
542025-01-15T04:20:23.087Z
552025-01-15T04:20:23.087ZThis is usually done by running one of the following (note the leading DOT):
562025-01-15T04:20:23.087Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-15T04:20:23.088Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-15T04:20:23.172Z+ rustc --version
592025-01-15T04:20:23.244Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-15T04:20:23.248Zprocess exited: duration 25347 ms, exit code 0
 
612025-01-15T04:20:23.253Zstarting task 2: "authentication"
622025-01-15T04:20:23.275Zprocess exited: duration 21 ms, exit code 0
 
632025-01-15T04:20:23.280Zstarting task 3: "clone repository"
642025-01-15T04:20:23.285Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-15T04:20:23.288Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-15T04:20:23.322ZCloning into '/work/oxidecomputer/omicron'...
672025-01-15T04:20:32.191Z+ cd /work/oxidecomputer/omicron
682025-01-15T04:20:32.193Z+ git fetch origin 8ba102213596624bd17b324bdacdd8aeae05724e
692025-01-15T04:20:32.580ZFrom https://github.com/oxidecomputer/omicron
702025-01-15T04:20:32.581Z * branch 8ba102213596624bd17b324bdacdd8aeae05724e -> FETCH_HEAD
712025-01-15T04:20:32.592Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
722025-01-15T04:20:32.595Z++ git branch --show-current
732025-01-15T04:20:32.598Z+ current=main
742025-01-15T04:20:32.598Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
752025-01-15T04:20:32.598Z+ git branch -f renovate/anyhow-1.x-lockfile 8ba102213596624bd17b324bdacdd8aeae05724e
762025-01-15T04:20:32.601Z+ git checkout -f renovate/anyhow-1.x-lockfile
772025-01-15T04:20:32.783ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
782025-01-15T04:20:32.786Z+ git reset --hard 8ba102213596624bd17b324bdacdd8aeae05724e
792025-01-15T04:20:32.802ZHEAD is now at 8ba102213 Update Rust crate anyhow to v1.0.95
802025-01-15T04:20:32.804Zprocess exited: duration 9522 ms, exit code 0
 
812025-01-15T04:20:32.809Zstarting task 4: "build"
822025-01-15T04:20:32.815Z+ source .github/buildomat/ci-env.sh
832025-01-15T04:20:32.815Z++ export CARGO_TERM_COLOR=always
842025-01-15T04:20:32.818Z++ CARGO_TERM_COLOR=always
852025-01-15T04:20:32.818Z+ cargo --version
862025-01-15T04:20:32.880Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-15T04:20:32.883Z+ rustc --version
882025-01-15T04:20:32.949Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-15T04:20:32.952Z+ source ./env.sh
902025-01-15T04:20:32.952Z++ OLD_SHELL_OPTS=ehxB
912025-01-15T04:20:32.952Z++ set -o xtrace
922025-01-15T04:20:32.955Z++++ dirname ./env.sh
932025-01-15T04:20:32.957Z+++ readlink -f .
942025-01-15T04:20:32.966Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-15T04:20:32.966Z++ 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-15T04:20:32.966Z++ 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-15T04:20:32.966Z++ 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-15T04:20:32.966Z++ 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-15T04:20:32.966Z++ 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-15T04:20:32.966Z++ 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-15T04:20:32.966Z++ 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-15T04:20:32.967Z++ 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-15T04:20:32.967Z++ case $OLD_SHELL_OPTS in
1042025-01-15T04:20:32.967Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-15T04:20:32.967Z+ 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-15T04:20:32.967Z+ 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-15T04:20:32.967Z+ banner prerequisites
1082025-01-15T04:20:32.967Z
1092025-01-15T04:20:32.967Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-15T04:20:32.967Z # # # # # # # # # # # # # # #
1112025-01-15T04:20:32.967Z # # # # ##### # # ##### # # # # # #### #
1122025-01-15T04:20:32.967Z ##### ##### # ##### # # # # # # # # #
1132025-01-15T04:20:32.967Z # # # # # # # # # # # # # # #
1142025-01-15T04:20:32.967Z # # # ###### # # ###### ### # #### # #### #
1152025-01-15T04:20:32.967Z
1162025-01-15T04:20:32.967Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-15T04:20:34.608Zpkg list: illegal option -- F
1182025-01-15T04:20:34.608ZUsage:
1192025-01-15T04:20:34.610Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-15T04:20:34.610Z [pkg_fmri_pattern ...]
1212025-01-15T04:20:35.490Zpkg list: illegal option -- F
1222025-01-15T04:20:35.490ZUsage:
1232025-01-15T04:20:35.490Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-15T04:20:35.490Z [pkg_fmri_pattern ...]
1252025-01-15T04:20:44.550Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-15T04:20:48.760Z Startup: Caching catalogs ... Done
1272025-01-15T04:21:00.229ZPlanning: Solver setup ... Done (10.628s)
1282025-01-15T04:21:00.375ZPlanning: Running solver ... Done (0.146s)
1292025-01-15T04:21:00.492ZPlanning: Finding local manifests ... Done (0.007s)
1302025-01-15T04:21:00.505ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-15T04:21:01.133ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-15T04:21:01.253ZPlanning: Package planning ... Done (0.121s)
1332025-01-15T04:21:01.312ZPlanning: Merging actions ... Done (0.058s)
1342025-01-15T04:21:01.511ZPlanning: Checking for conflicting actions ... Done (0.199s)
1352025-01-15T04:21:03.517ZPlanning: Consolidating action changes ... Done (2.005s)
1362025-01-15T04:21:03.959ZPlanning: Evaluating mediators ... Done (0.443s)
1372025-01-15T04:21:04.043ZPlanning: Planning completed in 15.18 seconds
1382025-01-15T04:21:04.060Z Packages to install: 4
1392025-01-15T04:21:04.060Z Packages to update: 3
1402025-01-15T04:21:04.063Z Mediators to change: 2
1412025-01-15T04:21:04.063Z Services to change: 1
1422025-01-15T04:21:04.063Z Estimated space available: 155.61 GB
1432025-01-15T04:21:04.063ZEstimated space to be consumed: 1.64 GB
1442025-01-15T04:21:04.063Z Create boot environment: No
1452025-01-15T04:21:04.063ZCreate backup boot environment: Yes
1462025-01-15T04:21:04.063Z Rebuild boot archive: No
1472025-01-15T04:21:04.064Z
1482025-01-15T04:21:04.064ZChanged mediators:
1492025-01-15T04:21:04.064Z mediator clang:
1502025-01-15T04:21:04.064Z version: None -> 15 (system default)
1512025-01-15T04:21:04.064Z
1522025-01-15T04:21:04.064Z mediator llvm:
1532025-01-15T04:21:04.064Z version: 14 (system default) -> 15 (system default)
1542025-01-15T04:21:04.064Z
1552025-01-15T04:21:04.064ZChanged packages:
1562025-01-15T04:21:04.064Zhelios-dev
1572025-01-15T04:21:04.064Z developer/build-essential
1582025-01-15T04:21:04.064Z None -> 11-2.0
1592025-01-15T04:21:04.064Z library/libxmlsec1
1602025-01-15T04:21:04.064Z None -> 1.2.35-2.0
1612025-01-15T04:21:04.064Z ooce/developer/clang-15
1622025-01-15T04:21:04.064Z None -> 15.0.7-2.0
1632025-01-15T04:21:04.064Z ooce/developer/llvm-15
1642025-01-15T04:21:04.064Z None -> 15.0.7-2.0
1652025-01-15T04:21:04.064Z package/pkg
1662025-01-15T04:21:04.064Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-15T04:21:04.064Z system/library/g++-runtime
1682025-01-15T04:21:04.064Z 13-2.0 -> 14-2.0
1692025-01-15T04:21:04.064Z system/library/gcc-runtime
1702025-01-15T04:21:04.064Z 13-2.0 -> 14-2.0
1712025-01-15T04:21:04.064Z
1722025-01-15T04:21:04.064ZServices:
1732025-01-15T04:21:04.064Z restart_fmri:
1742025-01-15T04:21:04.064Z svc:/system/update-man-index:default
1752025-01-15T04:21:04.064Z
1762025-01-15T04:21:04.064ZEditable files to change:
1772025-01-15T04:21:04.064Z Update:
1782025-01-15T04:21:04.064Z usr/share/lib/pkg/web/config.shtml
1792025-01-15T04:21:04.145Z
1802025-01-15T04:21:04.145ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-15T04:21:09.145ZDownload: 697/4301 items 18.1/225.4MB 8% complete (3.8M/s)
1822025-01-15T04:21:14.147ZDownload: 1232/4301 items 90.2/225.4MB 40% complete (9.0M/s)
1832025-01-15T04:21:19.337ZDownload: 2212/4301 items 119.2/225.4MB 52% complete (10.1M/s)
1842025-01-15T04:21:24.369ZDownload: 2447/4301 items 119.9/225.4MB 53% complete (3.3M/s)
1852025-01-15T04:21:29.339ZDownload: 3239/4301 items 188.7/225.4MB 83% complete (6.9M/s)
1862025-01-15T04:21:34.708ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.5M/s)
1872025-01-15T04:21:41.016ZDownload: 3282/4301 items 211.0/225.4MB 93% complete (8.8M/s)
1882025-01-15T04:21:46.037ZDownload: 3767/4301 items 216.7/225.4MB 96% complete (841k/s)
1892025-01-15T04:21:51.045ZDownload: 4121/4301 items 220.1/225.4MB 97% complete (910k/s)
1902025-01-15T04:21:58.320ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (756k/s)
1912025-01-15T04:22:01.963ZDownload: Completed 225.42 MB in 57.82 seconds (3.9M/s)
1922025-01-15T04:22:04.024Z Actions: 1/5122 actions (Removing old actions)
1932025-01-15T04:22:04.047Z Actions: 194/5122 actions (Installing new actions)
1942025-01-15T04:22:08.850Z Actions: 4267/5122 actions (Updating modified actions)
1952025-01-15T04:22:09.208Z Actions: Completed 5122 actions in 5.18 seconds.
1962025-01-15T04:22:09.624Z Done (0.411s)
1972025-01-15T04:22:09.629Z Done (0.001s)
1982025-01-15T04:22:10.235Z Done (0.610s)
1992025-01-15T04:22:14.969Z Done (4.497s)
2002025-01-15T04:22:15.059Z Done (0.017s)
2012025-01-15T04:22:15.061Z Done (0.000s)
2022025-01-15T04:22:15.239Z Done (0.000s)
2032025-01-15T04:22:15.983ZPlanning: Evaluating mediator changes ... Done
2042025-01-15T04:22:16.155ZPlanning: Checking for conflicting actions ... Done
2052025-01-15T04:22:16.159ZPlanning: Consolidating action changes ... Done
2062025-01-15T04:22:16.432ZPlanning: Evaluating mediators ... Done
2072025-01-15T04:22:16.435ZPlanning: Planning completed in 0.45 seconds
2082025-01-15T04:22:16.474Z Mediators to change: 2
2092025-01-15T04:22:16.474Z Create boot environment: No
2102025-01-15T04:22:16.474ZCreate backup boot environment: No
2112025-01-15T04:22:16.578Z Done
2122025-01-15T04:22:16.578Z Done
2132025-01-15T04:22:16.961Z Done
2142025-01-15T04:22:20.941Z Done
2152025-01-15T04:22:21.037Z Done
2162025-01-15T04:22:21.040Z Done
2172025-01-15T04:22:21.168Z Done
2182025-01-15T04:22:21.827ZPlanning: Evaluating mediator changes ... Done
2192025-01-15T04:22:21.833ZPlanning: Merging actions ... Done
2202025-01-15T04:22:22.021ZPlanning: Checking for conflicting actions ... Done
2212025-01-15T04:22:22.024ZPlanning: Consolidating action changes ... Done
2222025-01-15T04:22:22.299ZPlanning: Evaluating mediators ... Done
2232025-01-15T04:22:22.367ZPlanning: Planning completed in 0.79 seconds
2242025-01-15T04:22:22.412Z Packages to change: 1
2252025-01-15T04:22:22.412Z Mediators to change: 1
2262025-01-15T04:22:22.419Z Services to change: 1
2272025-01-15T04:22:22.419Z Create boot environment: No
2282025-01-15T04:22:22.419ZCreate backup boot environment: Yes
2292025-01-15T04:22:24.690Z Actions: 1/6 actions (Updating modified actions)
2302025-01-15T04:22:24.833Z Actions: Completed 6 actions in 0.00 seconds.
2312025-01-15T04:22:24.833Z Done
2322025-01-15T04:22:24.833Z Done
2332025-01-15T04:22:24.833Z Done
2342025-01-15T04:22:28.692Z Done
2352025-01-15T04:22:28.805Z Done
2362025-01-15T04:22:28.925Z Done
2372025-01-15T04:22:28.988Z Done
2382025-01-15T04:22:29.325ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2392025-01-15T04:22:29.325Zclang system 15 system
2402025-01-15T04:22:29.325Zcsh system system illumos
2412025-01-15T04:22:29.325Zctags system system illumos
2422025-01-15T04:22:29.325Zgcc vendor 12 vendor
2432025-01-15T04:22:29.325Zgcc system 10 system
2442025-01-15T04:22:29.325Zgcc system 7 system
2452025-01-15T04:22:29.325Zgo system 1.20 system
2462025-01-15T04:22:29.325Zgo system 1.19 system
2472025-01-15T04:22:29.326Zllvm system 15 system
2482025-01-15T04:22:29.326Zllvm system 14 system
2492025-01-15T04:22:29.326Zmariadb system 10.6 system
2502025-01-15T04:22:29.326Zmta vendor vendor dma
2512025-01-15T04:22:29.326Zopenjdk system 17 system
2522025-01-15T04:22:29.326Zopenjdk system 11 system
2532025-01-15T04:22:29.326Zopenjdk system 1.8 system
2542025-01-15T04:22:29.326Zopenssl vendor 3 vendor
2552025-01-15T04:22:29.326Zperl system 5.36 system
2562025-01-15T04:22:29.326Zpostgresql system 15 system
2572025-01-15T04:22:29.327Zpostgresql system 13 system
2582025-01-15T04:22:29.327Zpython vendor 3 vendor
2592025-01-15T04:22:29.327Zpython system 2 system
2602025-01-15T04:22:29.327Zpython3 system 3.11 system
2612025-01-15T04:22:29.327Zruby system 3.0 system
2622025-01-15T04:22:29.327Zwords vendor vendor american-english
2632025-01-15T04:22:29.327Zwords system system australian-english
2642025-01-15T04:22:29.327Zwords system system british-english
2652025-01-15T04:22:29.327Zwords system system canadian-english
2662025-01-15T04:22:29.327Zwords system system french
2672025-01-15T04:22:29.327Zwords system system italian
2682025-01-15T04:22:29.327Zwords system system ngerman
2692025-01-15T04:22:29.327Zwords system system ogerman
2702025-01-15T04:22:29.327Zwords system system spanish
2712025-01-15T04:22:29.681ZPUBLISHER TYPE STATUS P LOCATION
2722025-01-15T04:22:29.681Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2732025-01-15T04:22:32.529ZFMRI IFO
2742025-01-15T04:22:32.529Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2752025-01-15T04:22:32.529Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2762025-01-15T04:22:32.529Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2772025-01-15T04:22:32.529Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2782025-01-15T04:22:32.529Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2792025-01-15T04:22:32.529Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2802025-01-15T04:22:32.529Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2812025-01-15T04:22:32.529Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2822025-01-15T04:22:32.529Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2832025-01-15T04:22:32.529Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2842025-01-15T04:22:32.529Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2852025-01-15T04:22:32.529Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2862025-01-15T04:22:32.529Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2872025-01-15T04:22:32.529Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2882025-01-15T04:22:32.529Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2892025-01-15T04:22:33.356Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2902025-01-15T04:22:33.623Z Updating crates.io index
2912025-01-15T04:22:33.722Z Updating git repository `https://github.com/oxidecomputer/diffus`
2922025-01-15T04:22:33.972Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932025-01-15T04:22:34.449Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2942025-01-15T04:22:34.728Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2952025-01-15T04:22:35.015Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2962025-01-15T04:22:35.264Z Updating git repository `https://github.com/oxidecomputer/propolis`
2972025-01-15T04:22:36.227Z Updating git repository `https://github.com/oxidecomputer/crucible`
2982025-01-15T04:22:37.724Z Updating git repository `https://github.com/oxidecomputer/opte`
2992025-01-15T04:22:38.317Z Updating git repository `https://github.com/oxidecomputer/falcon`
3002025-01-15T04:22:39.077Z Updating git repository `https://github.com/oxidecomputer/clickward`
3012025-01-15T04:22:39.318Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022025-01-15T04:22:39.652Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3032025-01-15T04:22:40.252Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3042025-01-15T04:22:40.579Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052025-01-15T04:22:40.839Z Updating git repository `https://github.com/oxidecomputer/tofino`
3062025-01-15T04:22:41.089Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072025-01-15T04:22:41.326Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082025-01-15T04:22:41.598Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092025-01-15T04:22:41.871Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3102025-01-15T04:22:42.183Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112025-01-15T04:22:42.611Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122025-01-15T04:22:42.850Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132025-01-15T04:22:43.341Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142025-01-15T04:22:43.584Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-01-15T04:22:44.013Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162025-01-15T04:22:44.445Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3172025-01-15T04:22:44.709Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182025-01-15T04:22:44.970Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192025-01-15T04:22:45.249Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202025-01-15T04:22:46.588Z Downloading crates ...
3212025-01-15T04:22:46.664Z Downloaded cfg-if v1.0.0
3222025-01-15T04:22:46.673Z Downloaded anstyle-query v1.1.1
3232025-01-15T04:22:46.684Z Downloaded serde_spanned v0.6.8
3242025-01-15T04:22:46.687Z Downloaded unicode-ident v1.0.14
3252025-01-15T04:22:46.698Z Downloaded serde v1.0.217
3262025-01-15T04:22:46.702Z Downloaded itoa v1.0.11
3272025-01-15T04:22:46.705Z Downloaded heck v0.4.1
3282025-01-15T04:22:46.705Z Downloaded usdt v0.5.0
3292025-01-15T04:22:46.708Z Downloaded is_terminal_polyfill v1.70.1
3302025-01-15T04:22:46.713Z Downloaded camino-tempfile v1.1.1
3312025-01-15T04:22:46.715Z Downloaded terminal_size v0.4.0
3322025-01-15T04:22:46.719Z Downloaded usdt-impl v0.5.0
3332025-01-15T04:22:46.722Z Downloaded tabled_derive v0.7.0
3342025-01-15T04:22:46.722Z Downloaded quote v1.0.38
3352025-01-15T04:22:46.725Z Downloaded serde_tokenstream v0.2.2
3362025-01-15T04:22:46.728Z Downloaded scroll_derive v0.12.0
3372025-01-15T04:22:46.731Z Downloaded block-buffer v0.10.4
3382025-01-15T04:22:46.734Z Downloaded log v0.4.22
3392025-01-15T04:22:46.738Z Downloaded clap v4.5.21
3402025-01-15T04:22:46.744Z Downloaded proc-macro-error-attr v1.0.4
3412025-01-15T04:22:46.747Z Downloaded autocfg v1.4.0
3422025-01-15T04:22:46.747Z Downloaded proc-macro2 v1.0.92
3432025-01-15T04:22:46.750Z Downloaded dof v0.3.0
3442025-01-15T04:22:46.750Z Downloaded digest v0.10.7
3452025-01-15T04:22:46.754Z Downloaded cargo-platform v0.1.8
3462025-01-15T04:22:46.754Z Downloaded cargo_metadata v0.18.1
3472025-01-15T04:22:46.757Z Downloaded bitflags v2.6.0
3482025-01-15T04:22:46.763Z Downloaded usdt-macro v0.5.0
3492025-01-15T04:22:46.765Z Downloaded clap_derive v4.5.18
3502025-01-15T04:22:46.768Z Downloaded toml v0.8.19
3512025-01-15T04:22:46.771Z Downloaded thread-id v4.2.2
3522025-01-15T04:22:46.771Z Downloaded anstream v0.6.15
3532025-01-15T04:22:46.774Z Downloaded swrite v0.1.0
3542025-01-15T04:22:46.777Z Downloaded toml_datetime v0.6.8
3552025-01-15T04:22:46.777Z Downloaded cargo_toml v0.20.5
3562025-01-15T04:22:46.782Z Downloaded usdt-attr-macro v0.5.0
3572025-01-15T04:22:46.784Z Downloaded unicode-linebreak v0.1.5
3582025-01-15T04:22:46.794Z Downloaded heck v0.5.0
3592025-01-15T04:22:46.798Z Downloaded fs-err v2.11.0
3602025-01-15T04:22:46.798Z Downloaded fastrand v2.1.1
3612025-01-15T04:22:46.802Z Downloaded zerocopy-derive v0.7.35
3622025-01-15T04:22:46.805Z Downloaded scroll v0.12.0
3632025-01-15T04:22:46.805Z Downloaded proc-macro-error v1.0.4
3642025-01-15T04:22:46.807Z Downloaded equivalent v1.0.1
3652025-01-15T04:22:46.810Z Downloaded once_cell v1.20.2
3662025-01-15T04:22:46.813Z Downloaded version_check v0.9.5
3672025-01-15T04:22:46.813Z Downloaded smawk v0.3.2
3682025-01-15T04:22:46.818Z Downloaded macaddr v1.0.1
3692025-01-15T04:22:46.820Z Downloaded pretty-hex v0.4.1
3702025-01-15T04:22:46.821Z Downloaded utf8parse v0.2.2
3712025-01-15T04:22:46.821Z Downloaded ucd-trie v0.1.7
3722025-01-15T04:22:46.823Z Downloaded generic-array v0.14.7
3732025-01-15T04:22:46.826Z Downloaded ryu v1.0.18
3742025-01-15T04:22:46.829Z Downloaded hashbrown v0.15.1
3752025-01-15T04:22:46.833Z Downloaded dtrace-parser v0.2.0
3762025-01-15T04:22:46.836Z Downloaded bytecount v0.6.8
3772025-01-15T04:22:46.836Z Downloaded pest_derive v2.7.14
3782025-01-15T04:22:46.839Z Downloaded anstyle v1.0.10
3792025-01-15T04:22:46.841Z Downloaded sha2 v0.10.8
3802025-01-15T04:22:46.844Z Downloaded strsim v0.11.1
3812025-01-15T04:22:46.844Z Downloaded byteorder v1.5.0
3822025-01-15T04:22:46.848Z Downloaded thiserror-impl v1.0.69
3832025-01-15T04:22:46.848Z Downloaded plain v0.2.3
3842025-01-15T04:22:46.853Z Downloaded serde_derive v1.0.217
3852025-01-15T04:22:46.856Z Downloaded memmap v0.7.0
3862025-01-15T04:22:46.856Z Downloaded camino v1.1.9
3872025-01-15T04:22:46.860Z Downloaded anyhow v1.0.95
3882025-01-15T04:22:46.863Z Downloaded pest_generator v2.7.14
3892025-01-15T04:22:46.863Z Downloaded papergrid v0.11.0
3902025-01-15T04:22:46.869Z Downloaded zerocopy v0.7.35
3912025-01-15T04:22:46.884Z Downloaded semver v1.0.24
3922025-01-15T04:22:46.889Z Downloaded clap_builder v4.5.21
3932025-01-15T04:22:46.892Z Downloaded indexmap v2.7.0
3942025-01-15T04:22:46.896Z Downloaded colorchoice v1.0.2
3952025-01-15T04:22:46.908Z Downloaded pest_meta v2.7.14
3962025-01-15T04:22:46.913Z Downloaded fnv v1.0.7
3972025-01-15T04:22:46.916Z Downloaded memchr v2.7.4
3982025-01-15T04:22:46.919Z Downloaded cpufeatures v0.2.14
3992025-01-15T04:22:46.932Z Downloaded toml_edit v0.22.22
4002025-01-15T04:22:46.953Z Downloaded thiserror v1.0.69
4012025-01-15T04:22:46.957Z Downloaded errno v0.3.9
4022025-01-15T04:22:46.959Z Downloaded crypto-common v0.1.6
4032025-01-15T04:22:46.963Z Downloaded tempfile v3.13.0
4042025-01-15T04:22:46.966Z Downloaded tabled v0.15.0
4052025-01-15T04:22:46.981Z Downloaded serde_json v1.0.135
4062025-01-15T04:22:46.987Z Downloaded syn v1.0.109
4072025-01-15T04:22:46.996Z Downloaded pest v2.7.14
4082025-01-15T04:22:47.001Z Downloaded goblin v0.8.2
4092025-01-15T04:22:47.008Z Downloaded typenum v1.17.0
4102025-01-15T04:22:47.014Z Downloaded winnow v0.6.20
4112025-01-15T04:22:47.024Z Downloaded unicode-width v0.1.14
4122025-01-15T04:22:47.028Z Downloaded clap_lex v0.7.2
4132025-01-15T04:22:47.031Z Downloaded syn v2.0.96
4142025-01-15T04:22:47.041Z Downloaded anstyle-parse v0.2.5
4152025-01-15T04:22:47.043Z Downloaded textwrap v0.16.1
4162025-01-15T04:22:47.047Z Downloaded rustix v0.38.37
4172025-01-15T04:22:47.077Z Downloaded libc v0.2.162
4182025-01-15T04:22:47.398Z Compiling proc-macro2 v1.0.92
4192025-01-15T04:22:47.398Z Compiling unicode-ident v1.0.14
4202025-01-15T04:22:47.403Z Compiling version_check v0.9.5
4212025-01-15T04:22:47.403Z Compiling serde v1.0.217
4222025-01-15T04:22:47.403Z Compiling thiserror v1.0.69
4232025-01-15T04:22:47.403Z Compiling memchr v2.7.4
4242025-01-15T04:22:47.403Z Compiling libc v0.2.162
4252025-01-15T04:22:47.437Z Compiling itoa v1.0.11
4262025-01-15T04:22:47.683Z Compiling ryu v1.0.18
4272025-01-15T04:22:47.804Z Compiling ucd-trie v0.1.7
4282025-01-15T04:22:48.143Z Compiling once_cell v1.20.2
4292025-01-15T04:22:48.220Z Compiling byteorder v1.5.0
4302025-01-15T04:22:48.317Z Compiling serde_json v1.0.135
4312025-01-15T04:22:48.543Z Compiling rustix v0.38.37
4322025-01-15T04:22:48.658Z Compiling bitflags v2.6.0
4332025-01-15T04:22:48.711Z Compiling usdt-impl v0.5.0
4342025-01-15T04:22:49.079Z Compiling proc-macro-error-attr v1.0.4
4352025-01-15T04:22:49.118Z Compiling syn v1.0.109
4362025-01-15T04:22:49.155Z Compiling proc-macro-error v1.0.4
4372025-01-15T04:22:49.316Z Compiling quote v1.0.38
4382025-01-15T04:22:49.383Z Compiling errno v0.3.9
4392025-01-15T04:22:49.549Z Compiling hashbrown v0.15.1
4402025-01-15T04:22:49.611Z Compiling utf8parse v0.2.2
4412025-01-15T04:22:49.648Z Compiling camino v1.1.9
4422025-01-15T04:22:49.722Z Compiling syn v2.0.96
4432025-01-15T04:22:49.797Z Compiling thread-id v4.2.2
4442025-01-15T04:22:49.934Z Compiling equivalent v1.0.1
4452025-01-15T04:22:49.984Z Compiling plain v0.2.3
4462025-01-15T04:22:50.008Z Compiling log v0.4.22
4472025-01-15T04:22:50.165Z Compiling anstyle-parse v0.2.5
4482025-01-15T04:22:50.462Z Compiling anstyle v1.0.10
4492025-01-15T04:22:50.515Z Compiling pretty-hex v0.4.1
4502025-01-15T04:22:50.655Z Compiling indexmap v2.7.0
4512025-01-15T04:22:50.696Z Compiling semver v1.0.24
4522025-01-15T04:22:50.731Z Compiling is_terminal_polyfill v1.70.1
4532025-01-15T04:22:50.813Z Compiling autocfg v1.4.0
4542025-01-15T04:22:50.872Z Compiling unicode-width v0.1.14
4552025-01-15T04:22:50.923Z Compiling winnow v0.6.20
4562025-01-15T04:22:51.226Z Compiling anstyle-query v1.1.1
4572025-01-15T04:22:51.467Z Compiling colorchoice v1.0.2
4582025-01-15T04:22:51.704Z Compiling anstream v0.6.15
4592025-01-15T04:22:51.798Z Compiling terminal_size v0.4.0
4602025-01-15T04:22:51.920Z Compiling fs-err v2.11.0
4612025-01-15T04:22:52.075Z Compiling fnv v1.0.7
4622025-01-15T04:22:52.209Z Compiling cfg-if v1.0.0
4632025-01-15T04:22:52.210Z Compiling heck v0.4.1
4642025-01-15T04:22:52.210Z Compiling heck v0.5.0
4652025-01-15T04:22:52.276Z Compiling strsim v0.11.1
4662025-01-15T04:22:52.276Z Compiling anyhow v1.0.95
4672025-01-15T04:22:52.353Z Compiling fastrand v2.1.1
4682025-01-15T04:22:52.557Z Compiling bytecount v0.6.8
4692025-01-15T04:22:52.623Z Compiling clap_lex v0.7.2
4702025-01-15T04:22:52.941Z Compiling clap_builder v4.5.21
4712025-01-15T04:22:53.072Z Compiling papergrid v0.11.0
4722025-01-15T04:22:53.241Z Compiling tempfile v3.13.0
4732025-01-15T04:22:53.383Z Compiling memmap v0.7.0
4742025-01-15T04:22:53.436Z Compiling smawk v0.3.2
4752025-01-15T04:22:53.667Z Compiling unicode-linebreak v0.1.5
4762025-01-15T04:22:54.210Z Compiling textwrap v0.16.1
4772025-01-15T04:22:54.339Z Compiling swrite v0.1.0
4782025-01-15T04:22:55.144Z Compiling tabled_derive v0.7.0
4792025-01-15T04:22:56.765Z Compiling tabled v0.15.0
4802025-01-15T04:22:56.932Z Compiling serde_derive v1.0.217
4812025-01-15T04:22:56.933Z Compiling thiserror-impl v1.0.69
4822025-01-15T04:22:56.933Z Compiling zerocopy-derive v0.7.35
4832025-01-15T04:22:56.933Z Compiling scroll_derive v0.12.0
4842025-01-15T04:22:56.933Z Compiling clap_derive v4.5.18
4852025-01-15T04:22:58.063Z Compiling scroll v0.12.0
4862025-01-15T04:22:58.623Z Compiling goblin v0.8.2
4872025-01-15T04:22:58.720Z Compiling zerocopy v0.7.35
4882025-01-15T04:23:00.029Z Compiling pest v2.7.14
4892025-01-15T04:23:00.609Z Compiling clap v4.5.21
4902025-01-15T04:23:02.090Z Compiling pest_meta v2.7.14
4912025-01-15T04:23:03.003Z Compiling pest_generator v2.7.14
4922025-01-15T04:23:04.529Z Compiling pest_derive v2.7.14
4932025-01-15T04:23:05.172Z Compiling dtrace-parser v0.2.0
4942025-01-15T04:23:05.827Z Compiling serde_tokenstream v0.2.2
4952025-01-15T04:23:05.932Z Compiling serde_spanned v0.6.8
4962025-01-15T04:23:05.982Z Compiling toml_datetime v0.6.8
4972025-01-15T04:23:06.059Z Compiling cargo-platform v0.1.8
4982025-01-15T04:23:06.186Z Compiling macaddr v1.0.1
4992025-01-15T04:23:06.454Z Compiling toml_edit v0.22.22
5002025-01-15T04:23:06.603Z Compiling camino-tempfile v1.1.1
5012025-01-15T04:23:07.265Z Compiling dof v0.3.0
5022025-01-15T04:23:07.337Z Compiling cargo_metadata v0.18.1
5032025-01-15T04:23:08.657Z Compiling usdt-macro v0.5.0
5042025-01-15T04:23:08.657Z Compiling usdt-attr-macro v0.5.0
5052025-01-15T04:23:09.411Z Compiling toml v0.8.19
5062025-01-15T04:23:09.756Z Compiling usdt v0.5.0
5072025-01-15T04:23:10.233Z Compiling cargo_toml v0.20.5
5082025-01-15T04:23:12.958Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5092025-01-15T04:23:16.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.24s
5102025-01-15T04:23:16.663Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5112025-01-15T04:23:17.169Z Downloading crates ...
5122025-01-15T04:23:17.323Z Downloaded ctr v0.9.2
5132025-01-15T04:23:17.343Z Downloaded heapless v0.7.17
5142025-01-15T04:23:17.349Z Downloaded lazy_static v1.5.0
5152025-01-15T04:23:17.352Z Downloaded highway v1.2.0
5162025-01-15T04:23:17.354Z Downloaded bitvec v1.0.1
5172025-01-15T04:23:17.369Z Downloaded httpdate v1.0.3
5182025-01-15T04:23:17.372Z Downloaded aead v0.5.2
5192025-01-15T04:23:17.372Z Downloaded const_format_proc_macros v0.2.33
5202025-01-15T04:23:17.375Z Downloaded const_format v0.2.33
5212025-01-15T04:23:17.379Z Downloaded is_ci v1.2.0
5222025-01-15T04:23:17.382Z Downloaded indoc v1.0.9
5232025-01-15T04:23:17.385Z Downloaded hostname v0.3.1
5242025-01-15T04:23:17.387Z Downloaded mime v0.3.17
5252025-01-15T04:23:17.388Z Downloaded ahash v0.8.11
5262025-01-15T04:23:17.390Z Downloaded crunchy v0.2.2
5272025-01-15T04:23:17.390Z Downloaded aho-corasick v1.1.3
5282025-01-15T04:23:17.399Z Downloaded ipnet v2.10.1
5292025-01-15T04:23:17.403Z Downloaded lock_api v0.4.12
5302025-01-15T04:23:17.403Z Downloaded idna v1.0.3
5312025-01-15T04:23:17.406Z Downloaded cstr-argument v0.1.2
5322025-01-15T04:23:17.409Z Downloaded icu_normalizer_data v1.5.0
5332025-01-15T04:23:17.409Z Downloaded async-stream-impl v0.3.6
5342025-01-15T04:23:17.412Z Downloaded icu_locid v1.5.0
5352025-01-15T04:23:17.416Z Downloaded progenitor-client v0.8.0
5362025-01-15T04:23:17.421Z Downloaded heapless v0.8.0
5372025-01-15T04:23:17.428Z Downloaded indicatif v0.17.9
5382025-01-15T04:23:17.428Z Downloaded libsw v3.3.1
5392025-01-15T04:23:17.433Z Downloaded cfg_aliases v0.2.1
5402025-01-15T04:23:17.433Z Downloaded minimal-lexical v0.2.1
5412025-01-15T04:23:17.437Z Downloaded base64 v0.21.7
5422025-01-15T04:23:17.441Z Downloaded libm v0.2.8
5432025-01-15T04:23:17.445Z Downloaded memoffset v0.9.1
5442025-01-15T04:23:17.450Z Downloaded heck v0.3.3
5452025-01-15T04:23:17.450Z Downloaded ciborium v0.2.2
5462025-01-15T04:23:17.455Z Downloaded impl-trait-for-tuples v0.2.2
5472025-01-15T04:23:17.459Z Downloaded adler2 v2.0.0
5482025-01-15T04:23:17.459Z Downloaded libxml v0.3.3
5492025-01-15T04:23:17.463Z Downloaded crossbeam-epoch v0.9.18
5502025-01-15T04:23:17.468Z Downloaded maybe-uninit v2.0.0
5512025-01-15T04:23:17.473Z Downloaded lazycell v1.3.0
5522025-01-15T04:23:17.473Z Downloaded http-range v0.1.5
5532025-01-15T04:23:17.473Z Downloaded hickory-client v0.24.1
5542025-01-15T04:23:17.477Z Downloaded libefi-sys v0.1.0
5552025-01-15T04:23:17.477Z Downloaded termcolor v1.4.1
5562025-01-15T04:23:17.477Z Downloaded keccak v0.1.5
5572025-01-15T04:23:17.477Z Downloaded chrono-tz-build v0.4.0
5582025-01-15T04:23:17.480Z Downloaded idna_adapter v1.2.0
5592025-01-15T04:23:17.480Z Downloaded jobserver v0.1.32
5602025-01-15T04:23:17.480Z Downloaded idna v0.3.0
5612025-01-15T04:23:17.487Z Downloaded rustc-hash v1.1.0
5622025-01-15T04:23:17.490Z Downloaded http-body v1.0.1
5632025-01-15T04:23:17.490Z Downloaded idna v0.2.3
5642025-01-15T04:23:17.497Z Downloaded tls_codec_derive v0.4.1
5652025-01-15T04:23:17.502Z Downloaded rustc-hash v2.0.0
5662025-01-15T04:23:17.502Z Downloaded typify-macro v0.2.0
5672025-01-15T04:23:17.504Z Downloaded russh-keys v0.45.0
5682025-01-15T04:23:17.504Z Downloaded rand_xorshift v0.3.0
5692025-01-15T04:23:17.507Z Downloaded csv-core v0.1.11
5702025-01-15T04:23:17.507Z Downloaded cobs v0.2.3
5712025-01-15T04:23:17.510Z Downloaded clang-sys v1.8.1
5722025-01-15T04:23:17.512Z Downloaded rand_chacha v0.3.1
5732025-01-15T04:23:17.512Z Downloaded backoff v0.4.0
5742025-01-15T04:23:17.515Z Downloaded hyper v1.5.0
5752025-01-15T04:23:17.522Z Downloaded ron v0.7.1
5762025-01-15T04:23:17.531Z Downloaded matches v0.1.10
5772025-01-15T04:23:17.535Z Downloaded maplit v1.0.2
5782025-01-15T04:23:17.535Z Downloaded lockfree-object-pool v0.1.6
5792025-01-15T04:23:17.535Z Downloaded console v0.15.8
5802025-01-15T04:23:17.538Z Downloaded derive_builder v0.20.2
5812025-01-15T04:23:17.541Z Downloaded backtrace v0.3.74
5822025-01-15T04:23:17.545Z Downloaded ena v0.14.3
5832025-01-15T04:23:17.548Z Downloaded derive_builder_core v0.20.2
5842025-01-15T04:23:17.551Z Downloaded hyper-util v0.1.10
5852025-01-15T04:23:17.556Z Downloaded crc32fast v1.4.2
5862025-01-15T04:23:17.560Z Downloaded tokio-rustls v0.25.0
5872025-01-15T04:23:17.561Z Downloaded icu_provider_macros v1.5.0
5882025-01-15T04:23:17.561Z Downloaded mime_guess v2.0.5
5892025-01-15T04:23:17.563Z Downloaded ipnetwork v0.20.0
5902025-01-15T04:23:17.563Z Downloaded crossterm v0.28.1
5912025-01-15T04:23:17.569Z Downloaded md5 v0.7.0
5922025-01-15T04:23:17.573Z Downloaded fallible-streaming-iterator v0.1.9
5932025-01-15T04:23:17.576Z Downloaded zeroize v1.8.1
5942025-01-15T04:23:17.576Z Downloaded quick-error v1.2.3
5952025-01-15T04:23:17.576Z Downloaded async-trait v0.1.83
5962025-01-15T04:23:17.579Z Downloaded strum v0.26.3
5972025-01-15T04:23:17.581Z Downloaded serde_yaml v0.9.34+deprecated
5982025-01-15T04:23:17.585Z Downloaded serde_with_macros v3.11.0
5992025-01-15T04:23:17.589Z Downloaded tokio-tungstenite v0.24.0
6002025-01-15T04:23:17.592Z Downloaded tracing-core v0.1.32
6012025-01-15T04:23:17.592Z Downloaded addr2line v0.24.2
6022025-01-15T04:23:17.595Z Downloaded new_debug_unreachable v1.0.6
6032025-01-15T04:23:17.598Z Downloaded native-tls v0.2.12
6042025-01-15T04:23:17.598Z Downloaded fs_extra v1.3.0
6052025-01-15T04:23:17.602Z Downloaded arc-swap v1.7.1
6062025-01-15T04:23:17.607Z Downloaded vte_generate_state_changes v0.1.2
6072025-01-15T04:23:17.607Z Downloaded itertools v0.13.0
6082025-01-15T04:23:17.612Z Downloaded indent_write v2.2.0
6092025-01-15T04:23:17.615Z Downloaded ident_case v1.0.1
6102025-01-15T04:23:17.619Z Downloaded base64 v0.13.1
6112025-01-15T04:23:17.622Z Downloaded cookie v0.18.1
6122025-01-15T04:23:17.622Z Downloaded base16ct v0.2.0
6132025-01-15T04:23:17.625Z Downloaded paste v1.0.15
6142025-01-15T04:23:17.627Z Downloaded value-bag v1.9.0
6152025-01-15T04:23:17.630Z Downloaded cexpr v0.6.0
6162025-01-15T04:23:17.634Z Downloaded embedded-io v0.6.1
6172025-01-15T04:23:17.634Z Downloaded chrono v0.4.38
6182025-01-15T04:23:17.640Z Downloaded pem v3.0.4
6192025-01-15T04:23:17.643Z Downloaded curve25519-dalek-derive v0.1.1
6202025-01-15T04:23:17.645Z Downloaded crc-any v2.5.0
6212025-01-15T04:23:17.648Z Downloaded fxhash v0.2.1
6222025-01-15T04:23:17.648Z Downloaded base64 v0.22.1
6232025-01-15T04:23:17.651Z Downloaded http-body-util v0.1.2
6242025-01-15T04:23:17.654Z Downloaded async-bb8-diesel v0.2.1
6252025-01-15T04:23:17.657Z Downloaded fallible-iterator v0.3.0
6262025-01-15T04:23:17.659Z Downloaded rtoolbox v0.0.2
6272025-01-15T04:23:17.662Z Downloaded tracing-attributes v0.1.27
6282025-01-15T04:23:17.664Z Downloaded num-conv v0.1.0
6292025-01-15T04:23:17.664Z Downloaded radium v0.7.0
6302025-01-15T04:23:17.664Z Downloaded futures-sink v0.3.31
6312025-01-15T04:23:17.667Z Downloaded managed v0.8.0
6322025-01-15T04:23:17.669Z Downloaded fallible-iterator v0.2.0
6332025-01-15T04:23:17.669Z Downloaded futures-task v0.3.31
6342025-01-15T04:23:17.672Z Downloaded futures-io v0.3.31
6352025-01-15T04:23:17.672Z Downloaded derive-where v1.2.7
6362025-01-15T04:23:17.674Z Downloaded rpassword v7.3.1
6372025-01-15T04:23:17.677Z Downloaded russh-cryptovec v0.7.3
6382025-01-15T04:23:17.677Z Downloaded peg-runtime v0.8.3
6392025-01-15T04:23:17.679Z Downloaded aes v0.8.4
6402025-01-15T04:23:17.693Z Downloaded slog-bunyan v2.5.0
6412025-01-15T04:23:17.696Z Downloaded blowfish v0.9.1
6422025-01-15T04:23:17.699Z Downloaded ron v0.8.1
6432025-01-15T04:23:17.702Z Downloaded packed_struct v0.10.1
6442025-01-15T04:23:17.704Z Downloaded icu_properties v1.5.1
6452025-01-15T04:23:17.707Z Downloaded foreign-types-shared v0.1.1
6462025-01-15T04:23:17.712Z Downloaded uzers v0.12.1
6472025-01-15T04:23:17.715Z Downloaded sct v0.7.1
6482025-01-15T04:23:17.715Z Downloaded primeorder v0.13.6
6492025-01-15T04:23:17.717Z Downloaded shell-words v1.1.0
6502025-01-15T04:23:17.717Z Downloaded rustc-demangle v0.1.24
6512025-01-15T04:23:17.720Z Downloaded qorb v0.2.1
6522025-01-15T04:23:17.724Z Downloaded dropshot v0.13.0
6532025-01-15T04:23:17.746Z Downloaded olpc-cjson v0.1.4
6542025-01-15T04:23:17.751Z Downloaded foreign-types-shared v0.3.1
6552025-01-15T04:23:17.752Z Downloaded toolchain_find v0.4.0
6562025-01-15T04:23:17.755Z Downloaded siphasher v0.3.11
6572025-01-15T04:23:17.756Z Downloaded serde_path_to_error v0.1.16
6582025-01-15T04:23:17.756Z Downloaded rfc6979 v0.4.0
6592025-01-15T04:23:17.756Z Downloaded openssl-probe v0.1.5
6602025-01-15T04:23:17.756Z Downloaded static_assertions v1.1.0
6612025-01-15T04:23:17.758Z Downloaded num-complex v0.4.6
6622025-01-15T04:23:17.761Z Downloaded writeable v0.5.5
6632025-01-15T04:23:17.761Z Downloaded nanorand v0.7.0
6642025-01-15T04:23:17.764Z Downloaded peg v0.8.4
6652025-01-15T04:23:17.767Z Downloaded defmt-macros v0.3.9
6662025-01-15T04:23:17.772Z Downloaded radix_trie v0.2.1
6672025-01-15T04:23:17.786Z Downloaded zone_cfg_derive v0.1.2
6682025-01-15T04:23:17.791Z Downloaded topological-sort v0.2.2
6692025-01-15T04:23:17.791Z Downloaded proc-macro-crate v1.3.1
6702025-01-15T04:23:17.791Z Downloaded ecdsa v0.16.9
6712025-01-15T04:23:17.791Z Downloaded rand_seeder v0.3.0
6722025-01-15T04:23:17.791Z Downloaded time-macros v0.2.18
6732025-01-15T04:23:17.791Z Downloaded progenitor v0.8.0
6742025-01-15T04:23:17.791Z Downloaded instability v0.3.2
6752025-01-15T04:23:17.798Z Downloaded spki v0.7.3
6762025-01-15T04:23:17.798Z Downloaded time-core v0.1.2
6772025-01-15T04:23:17.799Z Downloaded atomic-waker v1.1.2
6782025-01-15T04:23:17.803Z Downloaded whoami v1.5.2
6792025-01-15T04:23:17.803Z Downloaded rand_core v0.6.4
6802025-01-15T04:23:17.803Z Downloaded sqlformat v0.2.6
6812025-01-15T04:23:17.803Z Downloaded ciborium-io v0.2.2
6822025-01-15T04:23:17.804Z Downloaded icu_provider v1.5.0
6832025-01-15T04:23:17.808Z Downloaded slog-dtrace v0.3.0
6842025-01-15T04:23:17.808Z Downloaded cassowary v0.3.0
6852025-01-15T04:23:17.814Z Downloaded r2d2 v0.8.10
6862025-01-15T04:23:17.814Z Downloaded slog-stdlog v4.1.1
6872025-01-15T04:23:17.817Z Downloaded slog-term v2.9.1
6882025-01-15T04:23:17.817Z Downloaded scheduled-thread-pool v0.2.7
6892025-01-15T04:23:17.817Z Downloaded hyper-tls v0.6.0
6902025-01-15T04:23:17.821Z Downloaded zerofrom-derive v0.1.4
6912025-01-15T04:23:17.821Z Downloaded slog-envlogger v2.2.0
6922025-01-15T04:23:17.825Z Downloaded rustc_version v0.1.7
6932025-01-15T04:23:17.825Z Downloaded httparse v1.9.5
6942025-01-15T04:23:17.826Z Downloaded display-error-chain v0.2.2
6952025-01-15T04:23:17.829Z Downloaded defmt-parser v0.3.4
6962025-01-15T04:23:17.829Z Downloaded chacha20 v0.9.1
6972025-01-15T04:23:17.834Z Downloaded bit-vec v0.6.3
6982025-01-15T04:23:17.834Z Downloaded string_cache v0.8.7
6992025-01-15T04:23:17.834Z Downloaded stable_deref_trait v1.2.0
7002025-01-15T04:23:17.834Z Downloaded normalize-line-endings v0.3.0
7012025-01-15T04:23:17.837Z Downloaded debug-ignore v1.0.5
7022025-01-15T04:23:17.837Z Downloaded vte v0.11.1
7032025-01-15T04:23:17.840Z Downloaded bit-set v0.5.3
7042025-01-15T04:23:17.843Z Downloaded atomicwrites v0.4.4
7052025-01-15T04:23:17.843Z Downloaded endian-type v0.1.2
7062025-01-15T04:23:17.843Z Downloaded tokio-rustls v0.24.1
7072025-01-15T04:23:17.846Z Downloaded cookie_store v0.21.0
7082025-01-15T04:23:17.849Z Downloaded match_cfg v0.1.0
7092025-01-15T04:23:17.849Z Downloaded indexmap v1.9.3
7102025-01-15T04:23:17.851Z Downloaded peg-macros v0.8.4
7112025-01-15T04:23:17.855Z Downloaded ff v0.13.0
7122025-01-15T04:23:17.859Z Downloaded snafu v0.8.5
7132025-01-15T04:23:17.866Z Downloaded glob v0.3.1
7142025-01-15T04:23:17.871Z Downloaded ed25519 v2.2.3
7152025-01-15T04:23:17.871Z Downloaded headers-core v0.3.0
7162025-01-15T04:23:17.871Z Downloaded zeroize_derive v1.4.2
7172025-01-15T04:23:17.871Z Downloaded bindgen v0.69.5
7182025-01-15T04:23:17.879Z Downloaded nodrop v0.1.14
7192025-01-15T04:23:17.882Z Downloaded defmt v0.3.8
7202025-01-15T04:23:17.882Z Downloaded lru v0.12.5
7212025-01-15T04:23:17.882Z Downloaded pkcs1 v0.7.5
7222025-01-15T04:23:17.886Z Downloaded tinystr v0.7.6
7232025-01-15T04:23:17.891Z Downloaded num-bigint v0.4.6
7242025-01-15T04:23:17.894Z Downloaded oso-derive v0.27.3
7252025-01-15T04:23:17.897Z Downloaded hash32 v0.3.1
7262025-01-15T04:23:17.897Z Downloaded write16 v1.0.0
7272025-01-15T04:23:17.900Z Downloaded sync_wrapper v1.0.1
7282025-01-15T04:23:17.900Z Downloaded russh v0.45.0
7292025-01-15T04:23:17.905Z Downloaded structmeta-derive v0.3.0
7302025-01-15T04:23:17.910Z Downloaded sha1 v0.10.6
7312025-01-15T04:23:17.910Z Downloaded term v0.7.0
7322025-01-15T04:23:17.928Z Downloaded rsa v0.9.6
7332025-01-15T04:23:17.931Z Downloaded quinn-udp v0.5.5
7342025-01-15T04:23:17.931Z Downloaded pkg-config v0.3.31
7352025-01-15T04:23:17.931Z Downloaded parse-display v0.10.0
7362025-01-15T04:23:17.931Z Downloaded vsss-rs v3.3.4
7372025-01-15T04:23:17.931Z Downloaded crossbeam-utils v0.8.20
7382025-01-15T04:23:17.931Z Downloaded signal-hook-mio v0.2.4
7392025-01-15T04:23:17.931Z Downloaded postcard v1.0.10
7402025-01-15T04:23:17.934Z Downloaded toml_edit v0.19.15
7412025-01-15T04:23:17.949Z Downloaded which v4.4.2
7422025-01-15T04:23:17.952Z Downloaded chacha20poly1305 v0.10.1
7432025-01-15T04:23:17.955Z Downloaded serde_repr v0.1.19
7442025-01-15T04:23:17.955Z Downloaded deranged v0.3.11
7452025-01-15T04:23:17.958Z Downloaded scopeguard v1.2.0
7462025-01-15T04:23:17.960Z Downloaded form_urlencoded v1.2.1
7472025-01-15T04:23:17.960Z Downloaded winnow v0.5.40
7482025-01-15T04:23:17.970Z Downloaded serde_plain v1.0.2
7492025-01-15T04:23:17.972Z Downloaded ed25519-dalek v2.1.1
7502025-01-15T04:23:17.976Z Downloaded rusqlite v0.32.1
7512025-01-15T04:23:17.983Z Downloaded parse-zoneinfo v0.3.1
7522025-01-15T04:23:17.986Z Downloaded slog-async v2.8.0
7532025-01-15T04:23:17.989Z Downloaded hashlink v0.9.1
7542025-01-15T04:23:17.991Z Downloaded slog v2.7.0
7552025-01-15T04:23:17.994Z Downloaded supports-color v3.0.1
7562025-01-15T04:23:17.996Z Downloaded aws-lc-rs v1.10.0
7572025-01-15T04:23:18.004Z Downloaded opaque-debug v0.3.1
7582025-01-15T04:23:18.008Z Downloaded newline-converter v0.3.0
7592025-01-15T04:23:18.008Z Downloaded darling_macro v0.20.10
7602025-01-15T04:23:18.012Z Downloaded dyn-clone v1.0.17
7612025-01-15T04:23:18.012Z Downloaded vergen v8.3.2
7622025-01-15T04:23:18.015Z Downloaded similar v2.6.0
7632025-01-15T04:23:18.018Z Downloaded mirai-annotations v1.12.0
7642025-01-15T04:23:18.021Z Downloaded downcast v0.11.0
7652025-01-15T04:23:18.026Z Downloaded progenitor-client v0.9.1
7662025-01-15T04:23:18.026Z Downloaded tower-service v0.3.3
7672025-01-15T04:23:18.026Z Downloaded data-encoding v2.6.0
7682025-01-15T04:23:18.028Z Downloaded tough v0.19.0
7692025-01-15T04:23:18.033Z Downloaded thiserror v2.0.11
7702025-01-15T04:23:18.039Z Downloaded dsl_auto_type v0.1.2
7712025-01-15T04:23:18.041Z Downloaded number_prefix v0.4.0
7722025-01-15T04:23:18.045Z Downloaded tui-tree-widget v0.22.0
7732025-01-15T04:23:18.045Z Downloaded ssh-key v0.6.6
7742025-01-15T04:23:18.050Z Downloaded newtype-uuid v1.1.3
7752025-01-15T04:23:18.053Z Downloaded slab v0.4.9
7762025-01-15T04:23:18.056Z Downloaded unsafe-libyaml v0.2.11
7772025-01-15T04:23:18.059Z Downloaded time v0.3.36
7782025-01-15T04:23:18.065Z Downloaded itertools v0.12.1
7792025-01-15T04:23:18.071Z Downloaded zone_cfg_derive v0.3.0
7802025-01-15T04:23:18.074Z Downloaded ref-cast v1.0.23
7812025-01-15T04:23:18.077Z Downloaded p256 v0.13.2
7822025-01-15T04:23:18.081Z Downloaded strum_macros v0.25.3
7832025-01-15T04:23:18.083Z Downloaded phf_shared v0.11.2
7842025-01-15T04:23:18.084Z Downloaded psl-types v2.0.11
7852025-01-15T04:23:18.084Z Downloaded foreign-types-macros v0.2.3
7862025-01-15T04:23:18.086Z Downloaded powerfmt v0.2.0
7872025-01-15T04:23:18.089Z Downloaded either v1.13.0
7882025-01-15T04:23:18.089Z Downloaded resolv-conf v0.7.0
7892025-01-15T04:23:18.092Z Downloaded thiserror-no-std v2.0.2
7902025-01-15T04:23:18.094Z Downloaded url v2.5.3
7912025-01-15T04:23:18.098Z Downloaded foreign-types v0.3.2
7922025-01-15T04:23:18.100Z Downloaded hkdf v0.12.4
7932025-01-15T04:23:18.100Z Downloaded zone v0.1.8
7942025-01-15T04:23:18.103Z Downloaded expectorate v1.1.0
7952025-01-15T04:23:18.105Z Downloaded serde_with v3.11.0
7962025-01-15T04:23:18.113Z Downloaded polyval v0.6.2
7972025-01-15T04:23:18.115Z Downloaded omicron-zone-package v0.12.0
7982025-01-15T04:23:18.118Z Downloaded synstructure v0.13.1
7992025-01-15T04:23:18.121Z Downloaded newtype_derive v0.1.6
8002025-01-15T04:23:18.123Z Downloaded ciborium-ll v0.2.2
8012025-01-15T04:23:18.123Z Downloaded serde_derive_internals v0.29.1
8022025-01-15T04:23:18.126Z Downloaded path-slash v0.1.5
8032025-01-15T04:23:18.126Z Downloaded strum_macros v0.26.4
8042025-01-15T04:23:18.128Z Downloaded tokio-tungstenite v0.21.0
8052025-01-15T04:23:18.131Z Downloaded env_filter v0.1.2
8062025-01-15T04:23:18.134Z Downloaded tokio-stream v0.1.16
8072025-01-15T04:23:18.138Z Downloaded dropshot_endpoint v0.13.0
8082025-01-15T04:23:18.141Z Downloaded p521 v0.13.3
8092025-01-15T04:23:18.146Z Downloaded utf8_iter v1.0.4
8102025-01-15T04:23:18.149Z Downloaded pbkdf2 v0.11.0
8112025-01-15T04:23:18.152Z Downloaded num-rational v0.4.2
8122025-01-15T04:23:18.152Z Downloaded twox-hash v1.6.3
8132025-01-15T04:23:18.155Z Downloaded same-file v1.0.6
8142025-01-15T04:23:18.155Z Downloaded pin-project v1.1.6
8152025-01-15T04:23:18.166Z Downloaded float-ord v0.3.2
8162025-01-15T04:23:18.168Z Downloaded bitfield-struct v0.6.2
8172025-01-15T04:23:18.171Z Downloaded poly1305 v0.8.0
8182025-01-15T04:23:18.174Z Downloaded tinyvec_macros v0.1.1
8192025-01-15T04:23:18.174Z Downloaded tokio-rustls v0.26.0
8202025-01-15T04:23:18.177Z Downloaded lru-cache v0.1.2
8212025-01-15T04:23:18.177Z Downloaded postgres-protocol v0.6.7
8222025-01-15T04:23:18.179Z Downloaded darling_core v0.20.10
8232025-01-15T04:23:18.183Z Downloaded wyz v0.5.1
8242025-01-15T04:23:18.186Z Downloaded unicase v2.7.0
8252025-01-15T04:23:18.190Z Downloaded zone v0.3.0
8262025-01-15T04:23:18.190Z Downloaded sqlparser v0.45.0
8272025-01-15T04:23:18.194Z Downloaded rcgen v0.12.1
8282025-01-15T04:23:18.197Z Downloaded half v2.4.1
8292025-01-15T04:23:18.200Z Downloaded sync-ptr v0.1.1
8302025-01-15T04:23:18.203Z Downloaded vcpkg v0.2.15
8312025-01-15T04:23:18.239Z Downloaded spin v0.9.8
8322025-01-15T04:23:18.242Z Downloaded icu_normalizer v1.5.0
8332025-01-15T04:23:18.247Z Downloaded parse-size v1.1.0
8342025-01-15T04:23:18.251Z Downloaded icu_properties_data v1.5.0
8352025-01-15T04:23:18.259Z Downloaded serde-big-array v0.5.1
8362025-01-15T04:23:18.261Z Downloaded tabwriter v1.4.0
8372025-01-15T04:23:18.265Z Downloaded mockall_derive v0.13.0
8382025-01-15T04:23:18.268Z Downloaded yoke-derive v0.7.4
8392025-01-15T04:23:18.268Z Downloaded group v0.13.0
8402025-01-15T04:23:18.268Z Downloaded typify v0.3.0
8412025-01-15T04:23:18.271Z Downloaded thread_local v1.1.8
8422025-01-15T04:23:18.275Z Downloaded rustversion v1.0.17
8432025-01-15T04:23:18.277Z Downloaded float-cmp v0.9.0
8442025-01-15T04:23:18.277Z Downloaded serde_urlencoded v0.7.1
8452025-01-15T04:23:18.281Z Downloaded parking_lot_core v0.9.10
8462025-01-15T04:23:18.283Z Downloaded futures-executor v0.3.31
8472025-01-15T04:23:18.283Z Downloaded zerovec-derive v0.10.3
8482025-01-15T04:23:18.286Z Downloaded want v0.3.1
8492025-01-15T04:23:18.286Z Downloaded p384 v0.13.0
8502025-01-15T04:23:18.293Z Downloaded socket2 v0.5.7
8512025-01-15T04:23:18.296Z Downloaded predicates-tree v1.0.11
8522025-01-15T04:23:18.299Z Downloaded openssl-macros v0.1.1
8532025-01-15T04:23:18.299Z Downloaded miniz_oxide v0.8.0
8542025-01-15T04:23:18.302Z Downloaded num_threads v0.1.7
8552025-01-15T04:23:18.302Z Downloaded phf_shared v0.10.0
8562025-01-15T04:23:18.304Z Downloaded dirs-sys-next v0.1.2
8572025-01-15T04:23:18.304Z Downloaded blake2 v0.10.6
8582025-01-15T04:23:18.308Z Downloaded dhcproto-macros v0.1.0
8592025-01-15T04:23:18.308Z Downloaded reedline v0.35.0
8602025-01-15T04:23:18.315Z Downloaded phf_codegen v0.11.2
8612025-01-15T04:23:18.317Z Downloaded pretty-hex v0.2.1
8622025-01-15T04:23:18.317Z Downloaded progenitor v0.9.1
8632025-01-15T04:23:18.320Z Downloaded termtree v0.4.1
8642025-01-15T04:23:18.322Z Downloaded flume v0.11.1
8652025-01-15T04:23:18.325Z Downloaded take_mut v0.2.2
8662025-01-15T04:23:18.325Z Downloaded rustc_version v0.4.1
8672025-01-15T04:23:18.328Z Downloaded simd-adler32 v0.3.7
8682025-01-15T04:23:18.330Z Downloaded strum_macros v0.24.3
8692025-01-15T04:23:18.332Z Downloaded scrypt v0.11.0
8702025-01-15T04:23:18.332Z Downloaded stringprep v0.1.5
8712025-01-15T04:23:18.338Z Downloaded futures-macro v0.3.31
8722025-01-15T04:23:18.338Z Downloaded thiserror-impl-no-std v2.0.2
8732025-01-15T04:23:18.342Z Downloaded zip v0.6.6
8742025-01-15T04:23:18.342Z Downloaded zerofrom v0.1.4
8752025-01-15T04:23:18.345Z Downloaded globset v0.4.15
8762025-01-15T04:23:18.345Z Downloaded nibble_vec v0.1.0
8772025-01-15T04:23:18.345Z Downloaded diesel_table_macro_syntax v0.2.0
8782025-01-15T04:23:18.347Z Downloaded progenitor-macro v0.8.0
8792025-01-15T04:23:18.347Z Downloaded utf-8 v0.7.6
8802025-01-15T04:23:18.347Z Downloaded funty v2.0.0
8812025-01-15T04:23:18.350Z Downloaded salsa20 v0.10.2
8822025-01-15T04:23:18.350Z Downloaded hashbrown v0.14.5
8832025-01-15T04:23:18.356Z Downloaded schemars v0.8.21
8842025-01-15T04:23:18.367Z Downloaded difflib v0.4.0
8852025-01-15T04:23:18.370Z Downloaded enum-as-inner v0.6.1
8862025-01-15T04:23:18.372Z Downloaded semver v0.1.20
8872025-01-15T04:23:18.372Z Downloaded packed_struct_codegen v0.10.1
8882025-01-15T04:23:18.377Z Downloaded phf v0.11.2
8892025-01-15T04:23:18.377Z Downloaded signal-hook-tokio v0.3.1
8902025-01-15T04:23:18.377Z Downloaded env_logger v0.10.2
8912025-01-15T04:23:18.381Z Downloaded tungstenite v0.24.0
8922025-01-15T04:23:18.385Z Downloaded unicode-xid v0.2.6
8932025-01-15T04:23:18.385Z Downloaded schemars_derive v0.8.21
8942025-01-15T04:23:18.388Z Downloaded publicsuffix v2.2.3
8952025-01-15T04:23:18.388Z Downloaded pkcs8 v0.10.2
8962025-01-15T04:23:18.391Z Downloaded precomputed-hash v0.1.1
8972025-01-15T04:23:18.391Z Downloaded utf16_iter v1.0.5
8982025-01-15T04:23:18.394Z Downloaded yasna v0.5.2
8992025-01-15T04:23:18.394Z Downloaded fixedbitset v0.4.2
9002025-01-15T04:23:18.397Z Downloaded enum-as-inner v0.5.1
9012025-01-15T04:23:18.399Z Downloaded slog-json v2.6.1
9022025-01-15T04:23:18.399Z Downloaded tokio-postgres v0.7.12
9032025-01-15T04:23:18.404Z Downloaded futures-core v0.3.31
9042025-01-15T04:23:18.406Z Downloaded shlex v1.3.0
9052025-01-15T04:23:18.409Z Downloaded diesel-dtrace v0.4.2
9062025-01-15T04:23:18.409Z Downloaded yoke v0.7.4
9072025-01-15T04:23:18.412Z Downloaded unicode-segmentation v1.12.0
9082025-01-15T04:23:18.415Z Downloaded predicates v3.1.2
9092025-01-15T04:23:18.418Z Downloaded parking_lot v0.12.3
9102025-01-15T04:23:18.420Z Downloaded progenitor-impl v0.9.1
9112025-01-15T04:23:18.423Z Downloaded foldhash v0.1.3
9122025-01-15T04:23:18.423Z Downloaded structmeta v0.3.0
9132025-01-15T04:23:18.426Z Downloaded structmeta-derive v0.2.0
9142025-01-15T04:23:18.426Z Downloaded signal-hook-registry v1.4.2
9152025-01-15T04:23:18.429Z Downloaded unicode-truncate v1.1.0
9162025-01-15T04:23:18.429Z Downloaded ppv-lite86 v0.2.20
9172025-01-15T04:23:18.431Z Downloaded phf_generator v0.11.2
9182025-01-15T04:23:18.431Z Downloaded signature v2.2.0
9192025-01-15T04:23:18.434Z Downloaded futures-channel v0.3.31
9202025-01-15T04:23:18.434Z Downloaded parking_lot v0.11.2
9212025-01-15T04:23:18.437Z Downloaded openssl-sys v0.9.103
9222025-01-15T04:23:18.443Z Downloaded thiserror-impl v2.0.11
9232025-01-15T04:23:18.445Z Downloaded parking_lot_core v0.8.6
9242025-01-15T04:23:18.445Z Downloaded sigpipe v0.1.3
9252025-01-15T04:23:18.448Z Downloaded owo-colors v4.1.0
9262025-01-15T04:23:18.451Z Downloaded num_enum v0.5.11
9272025-01-15T04:23:18.453Z Downloaded num-iter v0.1.45
9282025-01-15T04:23:18.456Z Downloaded zerocopy-derive v0.8.10
9292025-01-15T04:23:18.460Z Downloaded diff v0.1.13
9302025-01-15T04:23:18.464Z Downloaded futures v0.3.31
9312025-01-15T04:23:18.469Z Downloaded walkdir v2.5.0
9322025-01-15T04:23:18.471Z Downloaded fragile v2.0.0
9332025-01-15T04:23:18.478Z Downloaded samael v0.0.17
9342025-01-15T04:23:18.480Z Downloaded uuid v1.11.0
9352025-01-15T04:23:18.483Z Downloaded filetime v0.2.25
9362025-01-15T04:23:18.486Z Downloaded tokio-macros v2.4.0
9372025-01-15T04:23:18.486Z Downloaded flate2 v1.0.34
9382025-01-15T04:23:18.490Z Downloaded percent-encoding v2.3.1
9392025-01-15T04:23:18.493Z Downloaded webpki-roots v0.26.6
9402025-01-15T04:23:18.496Z Downloaded zopfli v0.8.1
9412025-01-15T04:23:18.498Z Downloaded xattr v1.3.1
9422025-01-15T04:23:18.501Z Downloaded tls_codec v0.4.1
9432025-01-15T04:23:18.501Z Downloaded rand v0.8.5
9442025-01-15T04:23:18.505Z Downloaded zip v2.1.3
9452025-01-15T04:23:18.509Z Downloaded rustls-pki-types v1.10.0
9462025-01-15T04:23:18.513Z Downloaded tokio-native-tls v0.3.1
9472025-01-15T04:23:18.516Z Downloaded num-traits v0.2.19
9482025-01-15T04:23:18.518Z Downloaded reqwest v0.12.9
9492025-01-15T04:23:18.525Z Downloaded ghash v0.5.1
9502025-01-15T04:23:18.528Z Downloaded unicode-normalization v0.1.24
9512025-01-15T04:23:18.531Z Downloaded rusty-fork v0.3.0
9522025-01-15T04:23:18.533Z Downloaded signal-hook v0.3.17
9532025-01-15T04:23:18.535Z Downloaded waitgroup v0.1.2
9542025-01-15T04:23:18.538Z Downloaded getrandom v0.2.15
9552025-01-15T04:23:18.540Z Downloaded password-hash v0.5.0
9562025-01-15T04:23:18.541Z Downloaded der v0.7.9
9572025-01-15T04:23:18.546Z Downloaded portable-atomic v1.9.0
9582025-01-15T04:23:18.552Z Downloaded num-integer v0.1.46
9592025-01-15T04:23:18.555Z Downloaded smf v0.2.3
9602025-01-15T04:23:18.558Z Downloaded unicode_categories v0.1.1
9612025-01-15T04:23:18.558Z Downloaded ref-cast-impl v1.0.23
9622025-01-15T04:23:18.561Z Downloaded num-derive v0.4.2
9632025-01-15T04:23:18.561Z Downloaded salty v0.3.0
9642025-01-15T04:23:18.566Z Downloaded x509-cert v0.2.5
9652025-01-15T04:23:18.573Z Downloaded tokio-util v0.7.12
9662025-01-15T04:23:18.579Z Downloaded unicode-width v0.2.0
9672025-01-15T04:23:18.585Z Downloaded dhcproto v0.12.0
9682025-01-15T04:23:18.588Z Downloaded rayon-core v1.12.1
9692025-01-15T04:23:18.594Z Downloaded chrono-tz v0.10.0
9702025-01-15T04:23:18.600Z Downloaded parse-display-derive v0.10.0
9712025-01-15T04:23:18.602Z Downloaded sha3 v0.10.8
9722025-01-15T04:23:18.606Z Downloaded wait-timeout v0.2.0
9732025-01-15T04:23:18.609Z Downloaded proptest v1.5.0
9742025-01-15T04:23:18.619Z Downloaded num_enum_derive v0.5.11
9752025-01-15T04:23:18.622Z Downloaded futures-util v0.3.31
9762025-01-15T04:23:18.630Z Downloaded quinn v0.11.5
9772025-01-15T04:23:18.634Z Downloaded universal-hash v0.5.1
9782025-01-15T04:23:18.636Z Downloaded tap v1.0.1
9792025-01-15T04:23:18.636Z Downloaded rayon v1.10.0
9802025-01-15T04:23:18.645Z Downloaded smoltcp v0.9.1
9812025-01-15T04:23:18.656Z Downloaded test-strategy v0.3.1
9822025-01-15T04:23:18.659Z Downloaded rustls-webpki v0.102.8
9832025-01-15T04:23:18.677Z Downloaded structmeta v0.2.0
9842025-01-15T04:23:18.680Z Downloaded xz2 v0.1.7
9852025-01-15T04:23:18.683Z Downloaded h2 v0.4.6
9862025-01-15T04:23:18.687Z Downloaded snafu-derive v0.8.5
9872025-01-15T04:23:18.689Z Downloaded regex-syntax v0.8.5
9882025-01-15T04:23:18.697Z Downloaded blake3 v1.5.4
9892025-01-15T04:23:18.705Z Downloaded strip-ansi-escapes v0.2.0
9902025-01-15T04:23:18.707Z Downloaded rustfmt-wrapper v0.2.1
9912025-01-15T04:23:18.708Z Downloaded dropshot v0.12.0
9922025-01-15T04:23:18.729Z Downloaded rustls-webpki v0.101.7
9932025-01-15T04:23:18.741Z Downloaded mio v1.0.2
9942025-01-15T04:23:18.749Z Downloaded quick-xml v0.33.0
9952025-01-15T04:23:18.753Z Downloaded untrusted v0.9.0
9962025-01-15T04:23:18.756Z Downloaded object v0.30.4
9972025-01-15T04:23:18.769Z Downloaded regress v0.10.1
9982025-01-15T04:23:18.785Z Downloaded zerocopy v0.8.10
9992025-01-15T04:23:18.820Z Downloaded rustls v0.21.12
10002025-01-15T04:23:18.836Z Downloaded git2 v0.19.0
10012025-01-15T04:23:18.847Z Downloaded nix v0.29.0
10022025-01-15T04:23:18.860Z Downloaded hickory-proto v0.24.1
10032025-01-15T04:23:18.876Z Downloaded tar v0.4.42
10042025-01-15T04:23:18.879Z Downloaded regex v1.11.1
10052025-01-15T04:23:18.893Z Downloaded openssl v0.10.66
10062025-01-15T04:23:18.903Z Downloaded gimli v0.31.1
10072025-01-15T04:23:18.912Z Downloaded nix v0.27.1
10082025-01-15T04:23:18.923Z Downloaded nix v0.28.0
10092025-01-15T04:23:18.934Z Downloaded rustls v0.23.19
10102025-01-15T04:23:18.946Z Downloaded zerocopy-derive v0.6.6
10112025-01-15T04:23:18.956Z Downloaded openapiv3 v2.0.0
10122025-01-15T04:23:18.968Z Downloaded sled v0.34.7
10132025-01-15T04:23:18.980Z Downloaded ratatui v0.28.1
10142025-01-15T04:23:19.000Z Downloaded csv v1.3.0
10152025-01-15T04:23:19.019Z Downloaded diesel v2.2.6
10162025-01-15T04:23:19.036Z Downloaded rustls v0.22.4
10172025-01-15T04:23:19.049Z Downloaded regex-syntax v0.6.29
10182025-01-15T04:23:19.057Z Downloaded typify-impl v0.3.0
10192025-01-15T04:23:19.072Z Downloaded typify-impl v0.2.0
10202025-01-15T04:23:19.087Z Downloaded bzip2-sys v0.1.11+1.0.8
10212025-01-15T04:23:19.100Z Downloaded libz-sys v1.1.20
10222025-01-15T04:23:19.118Z Downloaded petname v2.0.2
10232025-01-15T04:23:19.124Z Downloaded polar-core v0.27.3
10242025-01-15T04:23:19.133Z Downloaded trust-dns-proto v0.22.0
10252025-01-15T04:23:19.144Z Downloaded regress v0.9.1
10262025-01-15T04:23:19.153Z Downloaded quinn-proto v0.11.8
10272025-01-15T04:23:19.159Z Downloaded regex-automata v0.4.8
10282025-01-15T04:23:19.176Z Downloaded object v0.36.5
10292025-01-15T04:23:19.188Z Downloaded smoltcp v0.11.0
10302025-01-15T04:23:19.201Z Downloaded rustyline v14.0.0
10312025-01-15T04:23:19.206Z Downloaded slog-scope v4.4.0
10322025-01-15T04:23:19.208Z Downloaded pin-utils v0.1.0
10332025-01-15T04:23:19.210Z Downloaded tokio v1.40.0
10342025-01-15T04:23:19.249Z Downloaded petgraph v0.6.5
10352025-01-15T04:23:19.265Z Downloaded multer v3.1.0
10362025-01-15T04:23:19.268Z Downloaded rustls-pemfile v1.0.4
10372025-01-15T04:23:19.269Z Downloaded predicates-core v1.0.8
10382025-01-15T04:23:19.271Z Downloaded des v0.8.1
10392025-01-15T04:23:19.274Z Downloaded der_derive v0.7.3
10402025-01-15T04:23:19.274Z Downloaded subtle v2.6.1
10412025-01-15T04:23:19.275Z Downloaded mockall v0.13.0
10422025-01-15T04:23:19.278Z Downloaded fd-lock v4.0.2
10432025-01-15T04:23:19.280Z Downloaded flagset v0.4.6
10442025-01-15T04:23:19.282Z Downloaded multimap v0.10.0
10452025-01-15T04:23:19.282Z Downloaded dirs-next v2.0.0
10462025-01-15T04:23:19.284Z Downloaded allocator-api2 v0.2.18
10472025-01-15T04:23:19.286Z Downloaded postgres-types v0.2.8
10482025-01-15T04:23:19.287Z Downloaded diesel_derives v2.2.3
10492025-01-15T04:23:19.291Z Downloaded try-lock v0.2.5
10502025-01-15T04:23:19.293Z Downloaded libloading v0.8.5
10512025-01-15T04:23:19.295Z Downloaded const-oid v0.9.6
10522025-01-15T04:23:19.297Z Downloaded typify v0.2.0
10532025-01-15T04:23:19.300Z Downloaded tokio-tungstenite v0.23.1
10542025-01-15T04:23:19.303Z Downloaded zerocopy v0.6.6
10552025-01-15T04:23:19.305Z Downloaded convert_case v0.4.0
10562025-01-15T04:23:19.307Z Downloaded cmake v0.1.51
10572025-01-15T04:23:19.309Z Downloaded headers v0.4.0
10582025-01-15T04:23:19.313Z Downloaded elliptic-curve v0.13.8
10592025-01-15T04:23:19.317Z Downloaded encoding_rs v0.8.34
10602025-01-15T04:23:19.337Z Downloaded tungstenite v0.23.0
10612025-01-15T04:23:19.340Z Downloaded tracing v0.1.40
10622025-01-15T04:23:19.345Z Downloaded zerovec v0.10.4
10632025-01-15T04:23:19.351Z Downloaded darling v0.20.10
10642025-01-15T04:23:19.355Z Downloaded unicode-properties v0.1.3
10652025-01-15T04:23:19.357Z Downloaded subprocess v0.2.9
10662025-01-15T04:23:19.360Z Downloaded oso v0.27.3
10672025-01-15T04:23:19.363Z Downloaded dropshot_endpoint v0.12.0
10682025-01-15T04:23:19.366Z Downloaded tungstenite v0.21.0
10692025-01-15T04:23:19.370Z Downloaded rustls-pemfile v2.2.0
10702025-01-15T04:23:19.372Z Downloaded smallvec v1.13.2
10712025-01-15T04:23:19.374Z Downloaded progenitor-impl v0.8.0
10722025-01-15T04:23:19.377Z Downloaded tiny-keccak v2.0.2
10732025-01-15T04:23:19.379Z Downloaded iana-time-zone v0.1.61
10742025-01-15T04:23:19.382Z Downloaded pbkdf2 v0.12.2
10752025-01-15T04:23:19.384Z Downloaded nom v7.1.3
10762025-01-15T04:23:19.388Z Downloaded toml v0.7.8
10772025-01-15T04:23:19.392Z Downloaded async-stream v0.3.6
10782025-01-15T04:23:19.394Z Downloaded displaydoc v0.2.5
10792025-01-15T04:23:19.397Z Downloaded derive_more v0.99.18
10802025-01-15T04:23:19.401Z Downloaded hubpack_derive v0.1.1
10812025-01-15T04:23:19.403Z Downloaded serde-hex v0.1.0
10822025-01-15T04:23:19.403Z Downloaded password-hash v0.4.2
10832025-01-15T04:23:19.405Z Downloaded foreign-types v0.5.0
10842025-01-15T04:23:19.407Z Downloaded embedded-io v0.4.0
10852025-01-15T04:23:19.410Z Downloaded tinyvec v1.8.0
10862025-01-15T04:23:19.412Z Downloaded hashbrown v0.12.3
10872025-01-15T04:23:19.415Z Downloaded num-bigint-dig v0.8.4
10882025-01-15T04:23:19.419Z Downloaded libgit2-sys v0.17.0+1.8.1
10892025-01-15T04:23:19.475Z Downloaded icu_collections v1.5.0
10902025-01-15T04:23:19.484Z Downloaded hickory-resolver v0.24.1
10912025-01-15T04:23:19.487Z Downloaded secrecy v0.8.0
10922025-01-15T04:23:19.487Z Downloaded curve25519-dalek v4.1.3
10932025-01-15T04:23:19.495Z Downloaded steno v0.4.1
10942025-01-15T04:23:19.499Z Downloaded bzip2 v0.4.4
10952025-01-15T04:23:19.501Z Downloaded bstr v1.10.0
10962025-01-15T04:23:19.511Z Downloaded hash32 v0.2.1
10972025-01-15T04:23:19.513Z Downloaded pkcs5 v0.7.1
10982025-01-15T04:23:19.516Z Downloaded sec1 v0.7.3
10992025-01-15T04:23:19.518Z Downloaded cancel-safe-futures v0.1.5
11002025-01-15T04:23:19.521Z Downloaded unarray v0.1.4
11012025-01-15T04:23:19.523Z Downloaded env_logger v0.11.5
11022025-01-15T04:23:19.526Z Downloaded dunce v1.0.5
11032025-01-15T04:23:19.526Z Downloaded derive_builder_macro v0.20.2
11042025-01-15T04:23:19.528Z Downloaded termios v0.3.3
11052025-01-15T04:23:19.528Z Downloaded sqlparser_derive v0.2.2
11062025-01-15T04:23:19.530Z Downloaded ascii-canvas v3.0.0
11072025-01-15T04:23:19.530Z Downloaded litemap v0.7.3
11082025-01-15T04:23:19.533Z Downloaded kstat-rs v0.2.4
11092025-01-15T04:23:19.533Z Downloaded hex-literal v0.4.1
11102025-01-15T04:23:19.535Z Downloaded crc v3.2.1
11112025-01-15T04:23:19.538Z Downloaded pem-rfc7468 v0.7.0
11122025-01-15T04:23:19.542Z Downloaded unicode-bidi v0.3.17
11132025-01-15T04:23:19.544Z Downloaded untrusted v0.7.1
11142025-01-15T04:23:19.544Z Downloaded typify-macro v0.3.0
11152025-01-15T04:23:19.544Z Downloaded lzma-sys v0.1.20
11162025-01-15T04:23:19.573Z Downloaded hashbrown v0.13.2
11172025-01-15T04:23:19.576Z Downloaded pin-project-lite v0.2.14
11182025-01-15T04:23:19.584Z Downloaded pin-project-internal v1.1.6
11192025-01-15T04:23:19.588Z Downloaded atty v0.2.14
11202025-01-15T04:23:19.588Z Downloaded typed-path v0.9.3
11212025-01-15T04:23:19.592Z Downloaded smallvec v0.6.14
11222025-01-15T04:23:19.592Z Downloaded nu-ansi-term v0.50.1
11232025-01-15T04:23:19.597Z Downloaded num v0.4.3
11242025-01-15T04:23:19.597Z Downloaded prettyplease v0.2.25
11252025-01-15T04:23:19.601Z Downloaded linked-hash-map v0.5.6
11262025-01-15T04:23:19.601Z Downloaded linear-map v1.2.0
11272025-01-15T04:23:19.605Z Downloaded memmap2 v0.9.5
11282025-01-15T04:23:19.605Z Downloaded lalrpop v0.19.12
11292025-01-15T04:23:19.613Z Downloaded bytes v1.9.0
11302025-01-15T04:23:19.619Z Downloaded gethostname v0.5.0
11312025-01-15T04:23:19.622Z Downloaded fatfs v0.3.6
11322025-01-15T04:23:19.622Z Downloaded hickory-server v0.24.1
11332025-01-15T04:23:19.627Z Downloaded bcs v0.1.6
11342025-01-15T04:23:19.629Z Downloaded arrayvec v0.7.6
11352025-01-15T04:23:19.632Z Downloaded ssh-encoding v0.2.0
11362025-01-15T04:23:19.634Z Downloaded ssh-cipher v0.2.0
11372025-01-15T04:23:19.634Z Downloaded constant_time_eq v0.3.1
11382025-01-15T04:23:19.637Z Downloaded cbc v0.1.2
11392025-01-15T04:23:19.637Z Downloaded buf-list v1.0.3
11402025-01-15T04:23:19.640Z Downloaded assert_matches v1.5.0
11412025-01-15T04:23:19.640Z Downloaded lalrpop-util v0.19.12
11422025-01-15T04:23:19.642Z Downloaded itertools v0.10.5
11432025-01-15T04:23:19.648Z Downloaded humantime v2.1.0
11442025-01-15T04:23:19.652Z Downloaded crossbeam-channel v0.5.13
11452025-01-15T04:23:19.655Z Downloaded is-terminal v0.4.13
11462025-01-15T04:23:19.655Z Downloaded inout v0.1.3
11472025-01-15T04:23:19.655Z Downloaded instant v0.1.13
11482025-01-15T04:23:19.658Z Downloaded http v1.2.0
11492025-01-15T04:23:19.661Z Downloaded block-padding v0.3.3
11502025-01-15T04:23:19.664Z Downloaded bitflags v1.3.2
11512025-01-15T04:23:19.667Z Downloaded home v0.5.9
11522025-01-15T04:23:19.667Z Downloaded crypto-bigint v0.5.5
11532025-01-15T04:23:19.683Z Downloaded async-recursion v1.1.1
11542025-01-15T04:23:19.683Z Downloaded cipher v0.4.4
11552025-01-15T04:23:19.683Z Downloaded internet-checksum v0.2.1
11562025-01-15T04:23:19.683Z Downloaded icu_locid_transform_data v1.5.0
11572025-01-15T04:23:19.683Z Downloaded progenitor-macro v0.9.1
11582025-01-15T04:23:19.683Z Downloaded hyper-staticfile v0.10.1
11592025-01-15T04:23:19.683Z Downloaded hostname v0.4.0
11602025-01-15T04:23:19.688Z Downloaded hex v0.4.3
11612025-01-15T04:23:19.688Z Downloaded cc v1.1.30
11622025-01-15T04:23:19.691Z Downloaded compact_str v0.8.0
11632025-01-15T04:23:19.693Z Downloaded bitfield v0.14.0
11642025-01-15T04:23:19.696Z Downloaded bcrypt-pbkdf v0.10.0
11652025-01-15T04:23:19.696Z Downloaded idna v0.4.0
11662025-01-15T04:23:19.702Z Downloaded icu_locid_transform v1.5.0
11672025-01-15T04:23:19.704Z Downloaded crc-catalog v2.4.0
11682025-01-15T04:23:19.707Z Downloaded bb8 v0.8.5
11692025-01-15T04:23:19.707Z Downloaded arrayref v0.3.9
11702025-01-15T04:23:19.710Z Downloaded idna v0.5.0
11712025-01-15T04:23:19.715Z Downloaded argon2 v0.5.3
11722025-01-15T04:23:19.718Z Downloaded md-5 v0.10.6
11732025-01-15T04:23:19.721Z Downloaded hmac v0.12.1
11742025-01-15T04:23:19.723Z Downloaded cfg_aliases v0.1.1
11752025-01-15T04:23:19.723Z Downloaded base64ct v1.6.0
11762025-01-15T04:23:19.726Z Downloaded colored v2.1.0
11772025-01-15T04:23:19.729Z Downloaded hyper-rustls v0.27.3
11782025-01-15T04:23:19.732Z Downloaded hubpack v0.1.2
11792025-01-15T04:23:19.734Z Downloaded crucible-workspace-hack v0.1.0
11802025-01-15T04:23:19.734Z Downloaded crossbeam-deque v0.8.5
11812025-01-15T04:23:19.737Z Downloaded castaway v0.2.3
11822025-01-15T04:23:19.737Z Downloaded aes-gcm v0.10.3
11832025-01-15T04:23:19.740Z Downloaded bumpalo v3.16.0
11842025-01-15T04:23:19.743Z Downloaded array-init v0.0.4
11852025-01-15T04:23:19.860Z Downloaded libsqlite3-sys v0.30.1
11862025-01-15T04:23:19.957Z Downloaded ring v0.17.8
11872025-01-15T04:23:20.278Z Downloaded aws-lc-sys v0.22.0
11882025-01-15T04:23:20.659Z Compiling serde v1.0.217
11892025-01-15T04:23:20.665Z Compiling lock_api v0.4.12
11902025-01-15T04:23:20.665Z Compiling scopeguard v1.2.0
11912025-01-15T04:23:20.665Z Compiling value-bag v1.9.0
11922025-01-15T04:23:20.665Z Compiling typenum v1.17.0
11932025-01-15T04:23:20.764Z Compiling generic-array v0.14.7
11942025-01-15T04:23:20.816Z Compiling syn v2.0.96
11952025-01-15T04:23:20.838Z Compiling getrandom v0.2.15
11962025-01-15T04:23:20.896Z Compiling subtle v2.6.1
11972025-01-15T04:23:21.146Z Compiling rand_core v0.6.4
11982025-01-15T04:23:21.237Z Compiling log v0.4.22
11992025-01-15T04:23:21.319Z Compiling shlex v1.3.0
12002025-01-15T04:23:21.341Z Compiling jobserver v0.1.32
12012025-01-15T04:23:21.360Z Compiling const-oid v0.9.6
12022025-01-15T04:23:21.638Z Compiling smallvec v1.13.2
12032025-01-15T04:23:21.662Z Compiling spin v0.9.8
12042025-01-15T04:23:21.690Z Compiling pin-project-lite v0.2.14
12052025-01-15T04:23:21.829Z Compiling cc v1.1.30
12062025-01-15T04:23:22.011Z Compiling rustix v0.38.37
12072025-01-15T04:23:22.031Z Compiling parking_lot_core v0.9.10
12082025-01-15T04:23:22.057Z Compiling futures-core v0.3.31
12092025-01-15T04:23:22.153Z Compiling signal-hook-registry v1.4.2
12102025-01-15T04:23:22.314Z Compiling mio v1.0.2
12112025-01-15T04:23:22.838Z Compiling aho-corasick v1.1.3
12122025-01-15T04:23:22.859Z Compiling cpufeatures v0.2.14
12132025-01-15T04:23:22.962Z Compiling parking_lot v0.12.3
12142025-01-15T04:23:23.068Z Compiling regex-syntax v0.8.5
12152025-01-15T04:23:23.068Z Compiling lazy_static v1.5.0
12162025-01-15T04:23:23.211Z Compiling either v1.13.0
12172025-01-15T04:23:23.433Z Compiling futures-sink v0.3.31
12182025-01-15T04:23:23.436Z Compiling stable_deref_trait v1.2.0
12192025-01-15T04:23:23.578Z Compiling glob v0.3.1
12202025-01-15T04:23:23.596Z Compiling socket2 v0.5.7
12212025-01-15T04:23:23.629Z Compiling slab v0.4.9
12222025-01-15T04:23:23.920Z Compiling prettyplease v0.2.25
12232025-01-15T04:23:24.227Z Compiling serde_json v1.0.135
12242025-01-15T04:23:24.289Z Compiling minimal-lexical v0.2.1
12252025-01-15T04:23:24.513Z Compiling clang-sys v1.8.1
12262025-01-15T04:23:24.595Z Compiling libloading v0.8.5
12272025-01-15T04:23:24.844Z Compiling nom v7.1.3
12282025-01-15T04:23:24.883Z Compiling home v0.5.9
12292025-01-15T04:23:25.006Z Compiling bindgen v0.69.5
12302025-01-15T04:23:25.151Z Compiling itertools v0.10.5
12312025-01-15T04:23:25.734Z Compiling futures-channel v0.3.31
12322025-01-15T04:23:25.903Z Compiling rustc-hash v1.1.0
12332025-01-15T04:23:26.077Z Compiling pin-utils v0.1.0
12342025-01-15T04:23:26.156Z Compiling foldhash v0.1.3
12352025-01-15T04:23:26.192Z Compiling libm v0.2.8
12362025-01-15T04:23:26.475Z Compiling lazycell v1.3.0
12372025-01-15T04:23:26.538Z Compiling futures-task v0.3.31
12382025-01-15T04:23:26.656Z Compiling allocator-api2 v0.2.18
12392025-01-15T04:23:26.849Z Compiling futures-io v0.3.31
12402025-01-15T04:23:27.132Z Compiling regex-automata v0.4.8
12412025-01-15T04:23:27.405Z Compiling hashbrown v0.15.1
12422025-01-15T04:23:27.742Z Compiling cmake v0.1.51
12432025-01-15T04:23:27.853Z Compiling num-traits v0.2.19
12442025-01-15T04:23:28.160Z Compiling synstructure v0.13.1
12452025-01-15T04:23:28.633Z Compiling cexpr v0.6.0
12462025-01-15T04:23:28.651Z Compiling pkg-config v0.3.31
12472025-01-15T04:23:29.578Z Compiling dunce v1.0.5
12482025-01-15T04:23:29.720Z Compiling tinyvec_macros v0.1.1
12492025-01-15T04:23:29.754Z Compiling fs_extra v1.3.0
12502025-01-15T04:23:29.830Z Compiling tinyvec v1.8.0
12512025-01-15T04:23:30.295Z Compiling ring v0.17.8
12522025-01-15T04:23:30.340Z Compiling base64ct v1.6.0
12532025-01-15T04:23:30.953Z Compiling paste v1.0.15
12542025-01-15T04:23:31.226Z Compiling writeable v0.5.5
12552025-01-15T04:23:31.332Z Compiling unicode-normalization v0.1.24
12562025-01-15T04:23:31.431Z Compiling unicode-bidi v0.3.17
12572025-01-15T04:23:31.665Z Compiling litemap v0.7.3
12582025-01-15T04:23:32.040Z Compiling pem-rfc7468 v0.7.0
12592025-01-15T04:23:32.456Z Compiling flagset v0.4.6
12602025-01-15T04:23:32.675Z Compiling regex v1.11.1
12612025-01-15T04:23:32.694Z Compiling httparse v1.9.5
12622025-01-15T04:23:32.713Z Compiling aws-lc-rs v1.10.0
12632025-01-15T04:23:33.140Z Compiling tracing-core v0.1.32
12642025-01-15T04:23:33.417Z Compiling rustls-pki-types v1.10.0
12652025-01-15T04:23:33.600Z Compiling crossbeam-utils v0.8.20
12662025-01-15T04:23:33.727Z Compiling serde_derive v1.0.217
12672025-01-15T04:23:34.077Z Compiling zeroize_derive v1.4.2
12682025-01-15T04:23:34.133Z Compiling zerocopy-derive v0.7.35
12692025-01-15T04:23:34.355Z Compiling tokio-macros v2.4.0
12702025-01-15T04:23:34.450Z Compiling zerofrom-derive v0.1.4
12712025-01-15T04:23:35.511Z Compiling zeroize v1.8.1
12722025-01-15T04:23:35.896Z Compiling thiserror-impl v1.0.69
12732025-01-15T04:23:36.109Z Compiling yoke-derive v0.7.4
12742025-01-15T04:23:36.177Z Compiling zerocopy v0.7.35
12752025-01-15T04:23:37.087Z Compiling crypto-common v0.1.6
12762025-01-15T04:23:37.343Z Compiling block-buffer v0.10.4
12772025-01-15T04:23:37.492Z Compiling zerovec-derive v0.10.3
12782025-01-15T04:23:37.599Z Compiling digest v0.10.7
12792025-01-15T04:23:37.619Z Compiling futures-macro v0.3.31
12802025-01-15T04:23:38.045Z Compiling zerofrom v0.1.4
12812025-01-15T04:23:38.087Z Compiling hmac v0.12.1
12822025-01-15T04:23:38.274Z Compiling block-padding v0.3.3
12832025-01-15T04:23:38.348Z Compiling displaydoc v0.2.5
12842025-01-15T04:23:38.389Z Compiling sha2 v0.10.8
12852025-01-15T04:23:38.526Z Compiling inout v0.1.3
12862025-01-15T04:23:38.774Z Compiling yoke v0.7.4
12872025-01-15T04:23:38.856Z Compiling cipher v0.4.4
12882025-01-15T04:23:38.982Z Compiling thiserror v1.0.69
12892025-01-15T04:23:39.141Z Compiling ppv-lite86 v0.2.20
12902025-01-15T04:23:39.177Z Compiling der_derive v0.7.3
12912025-01-15T04:23:39.382Z Compiling icu_provider_macros v1.5.0
12922025-01-15T04:23:39.534Z Compiling futures-util v0.3.31
12932025-01-15T04:23:39.915Z Compiling rand_chacha v0.3.1
12942025-01-15T04:23:40.015Z Compiling tracing-attributes v0.1.27
12952025-01-15T04:23:40.178Z Compiling zerovec v0.10.4
12962025-01-15T04:23:40.480Z Compiling icu_locid_transform_data v1.5.0
12972025-01-15T04:23:40.589Z Compiling percent-encoding v2.3.1
12982025-01-15T04:23:40.916Z Compiling pest v2.7.14
12992025-01-15T04:23:41.563Z Compiling der v0.7.9
13002025-01-15T04:23:42.072Z Compiling tinystr v0.7.6
13012025-01-15T04:23:42.215Z Compiling icu_collections v1.5.0
13022025-01-15T04:23:42.314Z Compiling rand v0.8.5
13032025-01-15T04:23:42.471Z Compiling icu_locid v1.5.0
13042025-01-15T04:23:43.406Z Compiling tracing v0.1.40
13052025-01-15T04:23:43.624Z Compiling icu_provider v1.5.0
13062025-01-15T04:23:43.965Z Compiling spki v0.7.3
13072025-01-15T04:23:43.985Z Compiling salsa20 v0.10.2
13082025-01-15T04:23:44.225Z Compiling pbkdf2 v0.12.2
13092025-01-15T04:23:44.367Z Compiling icu_locid_transform v1.5.0
13102025-01-15T04:23:44.425Z Compiling num-conv v0.1.0
13112025-01-15T04:23:44.641Z Compiling vcpkg v0.2.15
13122025-01-15T04:23:44.670Z Compiling time-core v0.1.2
13132025-01-15T04:23:44.692Z Compiling powerfmt v0.2.0
13142025-01-15T04:23:44.725Z Compiling untrusted v0.7.1
13152025-01-15T04:23:44.867Z Compiling icu_properties_data v1.5.0
13162025-01-15T04:23:44.928Z Compiling untrusted v0.9.0
13172025-01-15T04:23:45.016Z Compiling mirai-annotations v1.12.0
13182025-01-15T04:23:45.046Z Compiling deranged v0.3.11
13192025-01-15T04:23:45.112Z Compiling time-macros v0.2.18
13202025-01-15T04:23:45.134Z Compiling scrypt v0.11.0
13212025-01-15T04:23:45.659Z Compiling icu_properties v1.5.1
13222025-01-15T04:23:46.405Z Compiling pest_meta v2.7.14
13232025-01-15T04:23:46.478Z Compiling aes v0.8.4
13242025-01-15T04:23:46.533Z Compiling openssl-sys v0.9.103
13252025-01-15T04:23:46.789Z Compiling cbc v0.1.2
13262025-01-15T04:23:47.046Z Compiling bitflags v2.6.0
13272025-01-15T04:23:47.144Z Compiling bytes v1.9.0
13282025-01-15T04:23:48.212Z Compiling tokio v1.40.0
13292025-01-15T04:23:48.382Z Compiling indexmap v2.7.0
13302025-01-15T04:23:48.579Z Compiling http v1.2.0
13312025-01-15T04:23:49.350Z Compiling semver v1.0.24
13322025-01-15T04:23:49.709Z Compiling scroll_derive v0.12.0
13332025-01-15T04:23:50.084Z Compiling rustc_version v0.4.1
13342025-01-15T04:23:50.414Z Compiling utf16_iter v1.0.5
13352025-01-15T04:23:50.590Z Compiling icu_normalizer_data v1.5.0
13362025-01-15T04:23:50.644Z Compiling utf8_iter v1.0.4
13372025-01-15T04:23:50.706Z Compiling num_threads v0.1.7
13382025-01-15T04:23:50.797Z Compiling write16 v1.0.0
13392025-01-15T04:23:50.843Z Compiling atomic-waker v1.1.2
13402025-01-15T04:23:50.863Z Compiling time v0.3.36
13412025-01-15T04:23:50.890Z Compiling http-body v1.0.1
13422025-01-15T04:23:50.929Z Compiling pest_generator v2.7.14
13432025-01-15T04:23:50.949Z Compiling icu_normalizer v1.5.0
13442025-01-15T04:23:51.133Z Compiling pkcs5 v0.7.1
13452025-01-15T04:23:51.155Z Compiling which v4.4.2
13462025-01-15T04:23:51.158Z Compiling scroll v0.12.0
13472025-01-15T04:23:51.704Z Compiling form_urlencoded v1.2.1
13482025-01-15T04:23:52.033Z Compiling try-lock v0.2.5
13492025-01-15T04:23:52.206Z Compiling slog v2.7.0
13502025-01-15T04:23:52.261Z Compiling want v0.3.1
13512025-01-15T04:23:52.389Z Compiling goblin v0.8.2
13522025-01-15T04:23:52.556Z Compiling idna_adapter v1.2.0
13532025-01-15T04:23:52.760Z Compiling pkcs8 v0.10.2
13542025-01-15T04:23:52.763Z Compiling uuid v1.11.0
13552025-01-15T04:23:52.800Z Compiling iana-time-zone v0.1.61
13562025-01-15T04:23:52.849Z Compiling pest_derive v2.7.14
13572025-01-15T04:23:53.203Z Compiling httpdate v1.0.3
13582025-01-15T04:23:53.442Z Compiling chrono v0.4.38
13592025-01-15T04:23:53.639Z Compiling dtrace-parser v0.2.0
13602025-01-15T04:23:54.176Z Compiling idna v1.0.3
13612025-01-15T04:23:54.428Z Compiling toml_datetime v0.6.8
13622025-01-15T04:23:54.929Z Compiling serde_spanned v0.6.8
13632025-01-15T04:23:55.186Z Compiling serde_tokenstream v0.2.2
13642025-01-15T04:23:55.594Z Compiling base64 v0.22.1
13652025-01-15T04:23:55.671Z Compiling rustversion v1.0.17
13662025-01-15T04:23:55.793Z Compiling foreign-types-shared v0.1.1
13672025-01-15T04:23:55.844Z Compiling match_cfg v0.1.0
13682025-01-15T04:23:55.930Z Compiling openssl v0.10.66
13692025-01-15T04:23:55.958Z Compiling tower-service v0.3.3
13702025-01-15T04:23:56.101Z Compiling adler2 v2.0.0
13712025-01-15T04:23:56.299Z Compiling tokio-util v0.7.12
13722025-01-15T04:23:56.317Z Compiling miniz_oxide v0.8.0
13732025-01-15T04:23:56.399Z Compiling hostname v0.3.1
13742025-01-15T04:23:56.445Z Compiling foreign-types v0.3.2
13752025-01-15T04:23:56.555Z Compiling url v2.5.3
13762025-01-15T04:23:56.929Z Compiling async-trait v0.1.83
13772025-01-15T04:23:57.490Z Compiling h2 v0.4.6
13782025-01-15T04:23:57.782Z Compiling openssl-macros v0.1.1
13792025-01-15T04:23:57.898Z Compiling serde_derive_internals v0.29.1
13802025-01-15T04:23:58.378Z Compiling dof v0.3.0
13812025-01-15T04:23:58.540Z Compiling dirs-sys-next v0.1.2
13822025-01-15T04:23:59.126Z Compiling syn v1.0.109
13832025-01-15T04:23:59.377Z Compiling usdt-impl v0.5.0
13842025-01-15T04:23:59.726Z Compiling rustls v0.22.4
13852025-01-15T04:24:00.008Z Compiling data-encoding v2.6.0
13862025-01-15T04:24:00.252Z Compiling native-tls v0.2.12
13872025-01-15T04:24:00.349Z Compiling rustls v0.23.19
13882025-01-15T04:24:00.583Z Compiling siphasher v0.3.11
13892025-01-15T04:24:00.627Z Compiling schemars v0.8.21
13902025-01-15T04:24:00.828Z Compiling schemars_derive v0.8.21
13912025-01-15T04:24:01.012Z Compiling dirs-next v2.0.0
13922025-01-15T04:24:01.921Z Compiling http-body-util v0.1.2
13932025-01-15T04:24:01.996Z Compiling heapless v0.7.17
13942025-01-15T04:24:02.102Z Compiling crossbeam-epoch v0.9.18
13952025-01-15T04:24:02.427Z Compiling signature v2.2.0
13962025-01-15T04:24:02.448Z Compiling sha1 v0.10.6
13972025-01-15T04:24:02.503Z Compiling bzip2-sys v0.1.11+1.0.8
13982025-01-15T04:24:02.736Z Compiling thread_local v1.1.8
13992025-01-15T04:24:02.794Z Compiling cookie v0.18.1
14002025-01-15T04:24:02.884Z Compiling multer v3.1.0
14012025-01-15T04:24:02.992Z Compiling encoding_rs v0.8.34
14022025-01-15T04:24:03.091Z Compiling dyn-clone v1.0.17
14032025-01-15T04:24:03.164Z Compiling slog-async v2.8.0
14042025-01-15T04:24:03.262Z Compiling gimli v0.31.1
14052025-01-15T04:24:03.328Z Compiling openssl-probe v0.1.5
14062025-01-15T04:24:03.634Z Compiling unicode-properties v0.1.3
14072025-01-15T04:24:03.662Z Compiling rayon-core v1.12.1
14082025-01-15T04:24:03.998Z Compiling ipnet v2.10.1
14092025-01-15T04:24:04.019Z Compiling signal-hook v0.3.17
14102025-01-15T04:24:04.093Z Compiling mime v0.3.17
14112025-01-15T04:24:04.298Z Compiling toml_edit v0.22.22
14122025-01-15T04:24:04.696Z Compiling stringprep v0.1.5
14132025-01-15T04:24:05.120Z Compiling hyper v1.5.0
14142025-01-15T04:24:07.982Z Compiling hyper-util v0.1.10
14152025-01-15T04:24:08.038Z Compiling addr2line v0.24.2
14162025-01-15T04:24:08.745Z Compiling crossbeam-deque v0.8.5
14172025-01-15T04:24:08.942Z Compiling usdt-macro v0.5.0
14182025-01-15T04:24:09.084Z Compiling usdt-attr-macro v0.5.0
14192025-01-15T04:24:09.116Z Compiling term v0.7.0
14202025-01-15T04:24:09.973Z Compiling slog-json v2.6.1
14212025-01-15T04:24:10.366Z Compiling serde_urlencoded v0.7.1
14222025-01-15T04:24:10.386Z Compiling curve25519-dalek v4.1.3
14232025-01-15T04:24:10.432Z Compiling crossbeam-channel v0.5.13
14242025-01-15T04:24:10.667Z Compiling enum-as-inner v0.6.1
14252025-01-15T04:24:10.829Z Compiling futures-executor v0.3.31
14262025-01-15T04:24:10.893Z Compiling md-5 v0.10.6
14272025-01-15T04:24:11.081Z Compiling rustls-pemfile v2.2.0
14282025-01-15T04:24:11.171Z Compiling async-stream-impl v0.3.6
14292025-01-15T04:24:11.350Z Compiling num-integer v0.1.46
14302025-01-15T04:24:11.391Z Compiling idna v0.4.0
14312025-01-15T04:24:11.436Z Compiling idna v0.3.0
14322025-01-15T04:24:11.751Z Compiling hash32 v0.2.1
14332025-01-15T04:24:11.926Z Compiling ff v0.13.0
14342025-01-15T04:24:12.131Z Compiling is-terminal v0.4.13
14352025-01-15T04:24:12.134Z Compiling object v0.36.5
14362025-01-15T04:24:12.173Z Compiling dropshot v0.12.0
14372025-01-15T04:24:12.275Z Compiling quick-error v1.2.3
14382025-01-15T04:24:12.441Z Compiling rustc-demangle v0.1.24
14392025-01-15T04:24:12.441Z Compiling portable-atomic v1.9.0
14402025-01-15T04:24:12.482Z Compiling anyhow v1.0.95
14412025-01-15T04:24:12.979Z Compiling utf-8 v0.7.6
14422025-01-15T04:24:13.012Z Compiling smoltcp v0.9.1
14432025-01-15T04:24:13.094Z Compiling take_mut v0.2.2
14442025-01-15T04:24:13.278Z Compiling linked-hash-map v0.5.6
14452025-01-15T04:24:13.313Z Compiling base16ct v0.2.0
14462025-01-15T04:24:13.360Z Compiling fallible-iterator v0.2.0
14472025-01-15T04:24:13.462Z Compiling num-bigint-dig v0.8.4
14482025-01-15T04:24:13.604Z Compiling psl-types v2.0.11
14492025-01-15T04:24:13.642Z Compiling lru-cache v0.1.2
14502025-01-15T04:24:13.723Z Compiling sec1 v0.7.3
14512025-01-15T04:24:13.857Z Compiling publicsuffix v2.2.3
14522025-01-15T04:24:13.913Z Compiling tungstenite v0.24.0
14532025-01-15T04:24:14.087Z Compiling postgres-protocol v0.6.7
14542025-01-15T04:24:14.429Z Compiling async-stream v0.3.6
14552025-01-15T04:24:14.544Z Compiling resolv-conf v0.7.0
14562025-01-15T04:24:14.736Z Compiling hickory-proto v0.24.1
14572025-01-15T04:24:14.980Z Compiling slog-term v2.9.1
14582025-01-15T04:24:15.301Z Compiling group v0.13.0
14592025-01-15T04:24:15.336Z Compiling usdt v0.5.0
14602025-01-15T04:24:15.857Z Compiling num-iter v0.1.45
14612025-01-15T04:24:16.039Z Compiling futures v0.3.31
14622025-01-15T04:24:16.174Z Compiling slog-bunyan v2.5.0
14632025-01-15T04:24:16.723Z Compiling camino v1.1.9
14642025-01-15T04:24:17.399Z Compiling toml v0.8.19
14652025-01-15T04:24:17.420Z Compiling tokio-native-tls v0.3.1
14662025-01-15T04:24:17.714Z Compiling phf_shared v0.11.2
14672025-01-15T04:24:17.845Z Compiling dropshot_endpoint v0.12.0
14682025-01-15T04:24:18.069Z Compiling terminal_size v0.4.0
14692025-01-15T04:24:18.299Z Compiling waitgroup v0.1.2
14702025-01-15T04:24:18.535Z Compiling openapiv3 v2.0.0
14712025-01-15T04:24:18.555Z Compiling serde_path_to_error v0.1.16
14722025-01-15T04:24:18.966Z Compiling backtrace v0.3.74
14732025-01-15T04:24:19.373Z Compiling hkdf v0.12.4
14742025-01-15T04:24:19.466Z Compiling crypto-bigint v0.5.5
14752025-01-15T04:24:19.659Z Compiling webpki-roots v0.26.6
14762025-01-15T04:24:19.901Z Compiling zerocopy-derive v0.6.6
14772025-01-15T04:24:21.947Z Compiling curve25519-dalek-derive v0.1.1
14782025-01-15T04:24:22.134Z Compiling idna v0.5.0
14792025-01-15T04:24:22.185Z Compiling hubpack_derive v0.1.1
14802025-01-15T04:24:22.218Z Compiling hostname v0.4.0
14812025-01-15T04:24:22.458Z Compiling fs-err v2.11.0
14822025-01-15T04:24:22.634Z Compiling crc32fast v1.4.2
14832025-01-15T04:24:22.784Z Compiling ahash v0.8.11
14842025-01-15T04:24:22.986Z Compiling managed v0.8.0
14852025-01-15T04:24:23.096Z Compiling winnow v0.5.40
14862025-01-15T04:24:23.135Z Compiling bitflags v1.3.2
14872025-01-15T04:24:23.250Z Compiling newtype-uuid v1.1.3
14882025-01-15T04:24:23.388Z Compiling debug-ignore v1.0.5
14892025-01-15T04:24:23.573Z Compiling clap_builder v4.5.21
14902025-01-15T04:24:23.599Z Compiling strum_macros v0.25.3
14912025-01-15T04:24:24.202Z Compiling hubpack v0.1.2
14922025-01-15T04:24:24.653Z Compiling cookie_store v0.21.0
14932025-01-15T04:24:25.511Z Compiling console v0.15.8
14942025-01-15T04:24:25.716Z Compiling flate2 v1.0.34
14952025-01-15T04:24:26.299Z Compiling elliptic-curve v0.13.8
14962025-01-15T04:24:26.623Z Compiling toml_edit v0.19.15
14972025-01-15T04:24:26.700Z Compiling zerocopy v0.6.6
14982025-01-15T04:24:26.920Z Compiling hickory-resolver v0.24.1
14992025-01-15T04:24:27.426Z Compiling signal-hook-mio v0.2.4
15002025-01-15T04:24:27.578Z Compiling phf v0.11.2
15012025-01-15T04:24:27.642Z Compiling hyper-tls v0.6.0
15022025-01-15T04:24:27.862Z Compiling rayon v1.10.0
15032025-01-15T04:24:27.897Z Compiling bzip2 v0.4.4
15042025-01-15T04:24:28.309Z Compiling tokio-tungstenite v0.24.0
15052025-01-15T04:24:28.897Z Compiling postgres-types v0.2.8
15062025-01-15T04:24:31.589Z Compiling ed25519 v2.2.3
15072025-01-15T04:24:31.998Z Compiling phf_shared v0.10.0
15082025-01-15T04:24:32.264Z Compiling tokio-stream v0.1.16
15092025-01-15T04:24:32.391Z Compiling pkcs1 v0.7.5
15102025-01-15T04:24:32.414Z Compiling serde-big-array v0.5.1
15112025-01-15T04:24:32.663Z Compiling clap_derive v4.5.18
15122025-01-15T04:24:33.047Z Compiling rfc6979 v0.4.0
15132025-01-15T04:24:33.267Z Compiling derive-where v1.2.7
15142025-01-15T04:24:33.270Z Compiling serde_repr v0.1.19
15152025-01-15T04:24:33.312Z Compiling float-cmp v0.9.0
15162025-01-15T04:24:33.555Z Compiling bstr v1.10.0
15172025-01-15T04:24:33.576Z Compiling sync_wrapper v1.0.1
15182025-01-15T04:24:33.753Z Compiling static_assertions v1.1.0
15192025-01-15T04:24:33.887Z Compiling difflib v0.4.0
15202025-01-15T04:24:34.025Z Compiling number_prefix v0.4.0
15212025-01-15T04:24:34.270Z Compiling normalize-line-endings v0.3.0
15222025-01-15T04:24:34.418Z Compiling bit-vec v0.6.3
15232025-01-15T04:24:34.421Z Compiling precomputed-hash v0.1.1
15242025-01-15T04:24:34.582Z Compiling unicode-segmentation v1.12.0
15252025-01-15T04:24:34.856Z Compiling whoami v1.5.2
15262025-01-15T04:24:35.225Z Compiling new_debug_unreachable v1.0.6
15272025-01-15T04:24:35.279Z Compiling fixedbitset v0.4.2
15282025-01-15T04:24:35.337Z Compiling unicode-width v0.2.0
15292025-01-15T04:24:35.445Z Compiling predicates-core v1.0.8
15302025-01-15T04:24:35.490Z Compiling string_cache v0.8.7
15312025-01-15T04:24:35.736Z Compiling predicates v3.1.2
15322025-01-15T04:24:35.781Z Compiling petgraph v0.6.5
15332025-01-15T04:24:35.912Z Compiling indicatif v0.17.9
15342025-01-15T04:24:35.933Z Compiling similar v2.6.0
15352025-01-15T04:24:36.562Z Compiling tokio-postgres v0.7.12
15362025-01-15T04:24:37.267Z Compiling bit-set v0.5.3
15372025-01-15T04:24:37.342Z Compiling clap v4.5.21
15382025-01-15T04:24:37.479Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15392025-01-15T04:24:37.566Z Compiling ecdsa v0.16.9
15402025-01-15T04:24:38.010Z Compiling rsa v0.9.6
15412025-01-15T04:24:38.106Z Compiling ed25519-dalek v2.1.1
15422025-01-15T04:24:38.435Z Compiling toml v0.7.8
15432025-01-15T04:24:39.414Z Compiling zip v0.6.6
15442025-01-15T04:24:39.487Z Compiling crossterm v0.28.1
15452025-01-15T04:24:41.185Z Compiling hex v0.4.3
15462025-01-15T04:24:41.344Z Compiling x509-cert v0.2.5
15472025-01-15T04:24:41.817Z Compiling lalrpop-util v0.19.12
15482025-01-15T04:24:42.201Z Compiling unicode-xid v0.2.6
15492025-01-15T04:24:42.383Z Compiling peg-runtime v0.8.3
15502025-01-15T04:24:42.416Z Compiling strum_macros v0.26.4
15512025-01-15T04:24:42.485Z Compiling xattr v1.3.1
15522025-01-15T04:24:42.772Z Compiling filetime v0.2.25
15532025-01-15T04:24:43.023Z Compiling tar v0.4.42
15542025-01-15T04:24:47.281Z Compiling strum v0.26.3
15552025-01-15T04:24:50.524Z Compiling aws-lc-sys v0.22.0
15562025-01-15T04:25:18.995Z Compiling rustls-webpki v0.102.8
15572025-01-15T04:25:22.323Z Compiling tokio-rustls v0.25.0
15582025-01-15T04:25:24.061Z Compiling tokio-rustls v0.26.0
15592025-01-15T04:25:24.384Z Compiling hyper-rustls v0.27.3
15602025-01-15T04:25:24.722Z Compiling reqwest v0.12.9
15612025-01-15T04:25:26.147Z Compiling qorb v0.2.1
15622025-01-15T04:25:29.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15632025-01-15T04:25:29.656Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15642025-01-15T04:25:34.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
15652025-01-15T04:25:34.514Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15662025-01-15T04:25:34.565ZJan 15 04:25:34.219 INFO Starting download, target: Console
15672025-01-15T04:25:34.565ZJan 15 04:25:34.219 INFO Starting download, target: Cockroach
15682025-01-15T04:25:34.565ZJan 15 04:25:34.219 INFO Starting download, target: DendriteOpenapi
15692025-01-15T04:25:34.565ZJan 15 04:25:34.219 INFO Starting download, target: Clickhouse
15702025-01-15T04:25:34.568ZJan 15 04:25:34.219 INFO Starting download, target: DendriteStub
15712025-01-15T04:25:34.568ZJan 15 04:25:34.219 INFO Starting download, target: MaghemiteMgd
15722025-01-15T04:25:34.568ZJan 15 04:25:34.219 INFO Starting download, target: TransceiverControl
15732025-01-15T04:25:34.568ZJan 15 04:25:34.220 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15742025-01-15T04:25:34.568ZJan 15 04:25:34.220 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15752025-01-15T04:25:34.568ZJan 15 04:25:34.220 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15762025-01-15T04:25:34.568ZJan 15 04:25:34.220 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15772025-01-15T04:25:34.568ZJan 15 04:25:34.220 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15782025-01-15T04:25:34.568ZJan 15 04:25:34.220 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15792025-01-15T04:25:34.568ZJan 15 04:25:34.220 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15802025-01-15T04:25:34.806ZJan 15 04:25:34.446 INFO Download complete, target: DendriteOpenapi
15812025-01-15T04:25:34.981ZJan 15 04:25:34.629 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15822025-01-15T04:25:35.042ZJan 15 04:25:34.692 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15832025-01-15T04:25:35.371ZJan 15 04:25:35.025 INFO Download complete, target: Console
15842025-01-15T04:25:35.398ZJan 15 04:25:35.053 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15852025-01-15T04:25:35.403ZJan 15 04:25:35.058 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15862025-01-15T04:25:35.685ZJan 15 04:25:35.340 INFO Download complete, target: TransceiverControl
15872025-01-15T04:25:36.293ZJan 15 04:25:35.949 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15882025-01-15T04:25:36.294ZJan 15 04:25:35.949 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15892025-01-15T04:25:36.534ZJan 15 04:25:36.189 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15902025-01-15T04:25:38.272ZJan 15 04:25:37.925 INFO Download complete, target: DendriteStub
15912025-01-15T04:25:38.395ZJan 15 04:25:38.051 INFO Download complete, target: MaghemiteMgd
15922025-01-15T04:25:43.873ZJan 15 04:25:43.528 INFO Checking that binary works, target: Cockroach
15932025-01-15T04:25:44.051ZJan 15 04:25:43.706 INFO Download complete, target: Cockroach
15942025-01-15T04:25:49.328ZJan 15 04:25:48.983 INFO Checking that binary works, target: Clickhouse
15952025-01-15T04:25:49.478ZJan 15 04:25:49.133 INFO Download complete, target: Clickhouse
15962025-01-15T04:25:49.500ZAll builder prerequisites installed successfully, and PATH looks valid
15972025-01-15T04:25:49.502Z
15982025-01-15T04:25:49.502Zreal 5:16.519323718
15992025-01-15T04:25:49.503Zuser 16:12.309282555
16002025-01-15T04:25:49.503Zsys 2:08.994676020
16012025-01-15T04:25:49.503Ztrap 0.596438925
16022025-01-15T04:25:49.503Ztflt 1.660155216
16032025-01-15T04:25:49.503Zdflt 1.761032998
16042025-01-15T04:25:49.503Zkflt 0.025520164
16052025-01-15T04:25:49.503Zlock 25:20.781732362
16062025-01-15T04:25:49.503Zslp 57:15.573244330
16072025-01-15T04:25:49.503Zlat 1:00.488956501
16082025-01-15T04:25:49.503Zstop 2:27.969103919
16092025-01-15T04:25:49.503Z+ banner hack-check
16102025-01-15T04:25:49.505Z
16112025-01-15T04:25:49.505Z # # ## #### # # #### # # ###### #### # #
16122025-01-15T04:25:49.505Z # # # # # # # # # # # # # # # # #
16132025-01-15T04:25:49.505Z ###### # # # #### ##### # ###### ##### # ####
16142025-01-15T04:25:49.505Z # # ###### # # # # # # # # # #
16152025-01-15T04:25:49.505Z # # # # # # # # # # # # # # # # #
16162025-01-15T04:25:49.505Z # # # # #### # # #### # # ###### #### # #
16172025-01-15T04:25:49.505Z
16182025-01-15T04:25:49.505Z+ export CARGO_INCREMENTAL=0
16192025-01-15T04:25:49.505Z+ CARGO_INCREMENTAL=0
16202025-01-15T04:25:49.506Z+ ptime -m timeout 2h cargo xtask check-features --ci
16212025-01-15T04:25:50.056Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16222025-01-15T04:25:53.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
16232025-01-15T04:25:53.136Z Running `target/debug/xtask check-features --ci`
16242025-01-15T04:25:53.161Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16252025-01-15T04:25:53.161Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16262025-01-15T04:25:53.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16272025-01-15T04:25:53.659Z Running `target/debug/xtask download cargo-hack`
16282025-01-15T04:25:54.518Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16292025-01-15T04:25:54.909Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16302025-01-15T04:25:58.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
16312025-01-15T04:25:59.023Z Running `target/debug/xtask-downloader cargo-hack`
16322025-01-15T04:25:59.066ZJan 15 04:25:58.721 INFO Starting download, target: CargoHack
16332025-01-15T04:25:59.070ZJan 15 04:25:58.721 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16342025-01-15T04:25:59.663ZJan 15 04:25:59.317 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16352025-01-15T04:25:59.755ZJan 15 04:25:59.409 INFO Download complete, target: CargoHack
16362025-01-15T04:25:59.760Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16372025-01-15T04:25:59.778Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16382025-01-15T04:25:59.960Zinfo: running `cargo check --bins` on api_identity (1/176)
16392025-01-15T04:26:00.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402025-01-15T04:26:00.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412025-01-15T04:26:00.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422025-01-15T04:26:00.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16432025-01-15T04:26:00.603Z
16442025-01-15T04:26:00.603Zinfo: running `cargo check --bins` on bootstore (2/176)
16452025-01-15T04:26:01.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462025-01-15T04:26:01.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472025-01-15T04:26:01.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482025-01-15T04:26:01.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16492025-01-15T04:26:01.266Z
16502025-01-15T04:26:01.266Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16512025-01-15T04:26:01.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522025-01-15T04:26:01.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532025-01-15T04:26:01.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542025-01-15T04:26:01.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16552025-01-15T04:26:01.923Z
16562025-01-15T04:26:01.924Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16572025-01-15T04:26:02.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582025-01-15T04:26:02.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592025-01-15T04:26:02.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602025-01-15T04:26:02.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16612025-01-15T04:26:02.588Z
16622025-01-15T04:26:02.588Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16632025-01-15T04:26:02.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642025-01-15T04:26:02.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652025-01-15T04:26:02.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662025-01-15T04:26:02.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16672025-01-15T04:26:03.014Z
16682025-01-15T04:26:03.014Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16692025-01-15T04:26:03.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702025-01-15T04:26:03.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712025-01-15T04:26:03.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722025-01-15T04:26:03.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16732025-01-15T04:26:03.475Z
16742025-01-15T04:26:03.475Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16752025-01-15T04:26:03.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762025-01-15T04:26:03.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772025-01-15T04:26:03.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782025-01-15T04:26:03.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16792025-01-15T04:26:03.915Z
16802025-01-15T04:26:03.915Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16812025-01-15T04:26:04.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822025-01-15T04:26:04.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832025-01-15T04:26:04.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842025-01-15T04:26:04.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16852025-01-15T04:26:04.364Z
16862025-01-15T04:26:04.364Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16872025-01-15T04:26:04.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882025-01-15T04:26:04.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892025-01-15T04:26:04.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902025-01-15T04:26:04.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16912025-01-15T04:26:04.799Z
16922025-01-15T04:26:04.799Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16932025-01-15T04:26:05.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942025-01-15T04:26:05.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952025-01-15T04:26:05.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962025-01-15T04:26:05.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16972025-01-15T04:26:05.244Z
16982025-01-15T04:26:05.244Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16992025-01-15T04:26:05.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002025-01-15T04:26:05.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012025-01-15T04:26:05.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022025-01-15T04:26:05.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17032025-01-15T04:26:05.691Z
17042025-01-15T04:26:05.691Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
17052025-01-15T04:26:06.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062025-01-15T04:26:06.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072025-01-15T04:26:06.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082025-01-15T04:26:06.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17092025-01-15T04:26:06.133Z
17102025-01-15T04:26:06.133Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
17112025-01-15T04:26:06.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122025-01-15T04:26:06.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132025-01-15T04:26:06.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142025-01-15T04:26:06.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17152025-01-15T04:26:06.574Z
17162025-01-15T04:26:06.574Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17172025-01-15T04:26:06.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182025-01-15T04:26:06.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192025-01-15T04:26:06.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202025-01-15T04:26:06.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17212025-01-15T04:26:07.017Z
17222025-01-15T04:26:07.017Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17232025-01-15T04:26:07.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242025-01-15T04:26:07.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252025-01-15T04:26:07.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262025-01-15T04:26:07.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17272025-01-15T04:26:07.462Z
17282025-01-15T04:26:07.462Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17292025-01-15T04:26:07.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302025-01-15T04:26:07.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312025-01-15T04:26:07.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322025-01-15T04:26:07.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17332025-01-15T04:26:07.913Z
17342025-01-15T04:26:07.913Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17352025-01-15T04:26:08.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362025-01-15T04:26:08.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372025-01-15T04:26:08.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382025-01-15T04:26:08.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17392025-01-15T04:26:08.360Z
17402025-01-15T04:26:08.360Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17412025-01-15T04:26:08.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422025-01-15T04:26:08.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432025-01-15T04:26:08.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442025-01-15T04:26:08.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17452025-01-15T04:26:08.875Z
17462025-01-15T04:26:08.875Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17472025-01-15T04:26:09.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482025-01-15T04:26:09.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492025-01-15T04:26:09.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502025-01-15T04:26:09.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17512025-01-15T04:26:09.241Z
17522025-01-15T04:26:09.241Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17532025-01-15T04:26:09.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-01-15T04:26:09.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-01-15T04:26:09.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-01-15T04:26:09.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17572025-01-15T04:26:09.698Z
17582025-01-15T04:26:09.698Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17592025-01-15T04:26:10.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-01-15T04:26:10.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-01-15T04:26:10.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-01-15T04:26:10.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17632025-01-15T04:26:10.156Z
17642025-01-15T04:26:10.156Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17652025-01-15T04:26:10.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-01-15T04:26:10.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-01-15T04:26:10.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-01-15T04:26:10.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17692025-01-15T04:26:10.602Z
17702025-01-15T04:26:10.602Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17712025-01-15T04:26:10.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-01-15T04:26:11.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-01-15T04:26:11.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-01-15T04:26:11.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17752025-01-15T04:26:11.046Z
17762025-01-15T04:26:11.047Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17772025-01-15T04:26:11.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-01-15T04:26:11.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-01-15T04:26:11.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-01-15T04:26:11.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17812025-01-15T04:26:11.515Z
17822025-01-15T04:26:11.515Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17832025-01-15T04:26:12.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-01-15T04:26:12.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-01-15T04:26:12.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862025-01-15T04:26:12.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17872025-01-15T04:26:12.167Z
17882025-01-15T04:26:12.167Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17892025-01-15T04:26:12.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902025-01-15T04:26:12.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912025-01-15T04:26:12.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922025-01-15T04:26:12.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17932025-01-15T04:26:12.822Z
17942025-01-15T04:26:12.822Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17952025-01-15T04:26:13.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962025-01-15T04:26:13.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972025-01-15T04:26:13.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982025-01-15T04:26:13.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17992025-01-15T04:26:13.477Z
18002025-01-15T04:26:13.477Zinfo: running `cargo check --bins` on oxlog (28/176)
18012025-01-15T04:26:14.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022025-01-15T04:26:14.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032025-01-15T04:26:14.122Z Checking cfg-if v1.0.0
18042025-01-15T04:26:14.125Z Checking libc v0.2.162
18052025-01-15T04:26:14.236Z Checking serde v1.0.217
18062025-01-15T04:26:14.239Z Checking zeroize v1.8.1
18072025-01-15T04:26:14.257Z Checking memchr v2.7.4
18082025-01-15T04:26:14.260Z Checking typenum v1.17.0
18092025-01-15T04:26:14.260Z Checking scopeguard v1.2.0
18102025-01-15T04:26:14.295Z Checking subtle v2.6.1
18112025-01-15T04:26:14.318Z Checking value-bag v1.9.0
18122025-01-15T04:26:14.431Z Checking lock_api v0.4.12
18132025-01-15T04:26:14.503Z Checking itoa v1.0.11
18142025-01-15T04:26:14.556Z Checking smallvec v1.13.2
18152025-01-15T04:26:14.738Z Checking log v0.4.22
18162025-01-15T04:26:14.826Z Checking const-oid v0.9.6
18172025-01-15T04:26:14.832Z Checking pin-project-lite v0.2.14
18182025-01-15T04:26:14.909Z Checking byteorder v1.5.0
18192025-01-15T04:26:14.943Z Checking futures-core v0.3.31
18202025-01-15T04:26:15.102Z Checking once_cell v1.20.2
18212025-01-15T04:26:15.154Z Checking cpufeatures v0.2.14
18222025-01-15T04:26:15.230Z Checking stable_deref_trait v1.2.0
18232025-01-15T04:26:15.252Z Checking futures-sink v0.3.31
18242025-01-15T04:26:15.278Z Checking getrandom v0.2.15
18252025-01-15T04:26:15.336Z Checking signal-hook-registry v1.4.2
18262025-01-15T04:26:15.351Z Checking parking_lot_core v0.9.10
18272025-01-15T04:26:15.372Z Checking generic-array v0.14.7
18282025-01-15T04:26:15.395Z Checking mio v1.0.2
18292025-01-15T04:26:15.397Z Checking socket2 v0.5.7
18302025-01-15T04:26:15.531Z Checking rand_core v0.6.4
18312025-01-15T04:26:15.607Z Checking spin v0.9.8
18322025-01-15T04:26:15.709Z Checking parking_lot v0.12.3
18332025-01-15T04:26:15.867Z Checking zerocopy v0.7.35
18342025-01-15T04:26:15.887Z Checking zerofrom v0.1.4
18352025-01-15T04:26:15.966Z Checking slab v0.4.9
18362025-01-15T04:26:16.004Z Checking futures-channel v0.3.31
18372025-01-15T04:26:16.055Z Checking foldhash v0.1.3
18382025-01-15T04:26:16.097Z Checking yoke v0.7.4
18392025-01-15T04:26:16.237Z Checking equivalent v1.0.1
18402025-01-15T04:26:16.274Z Checking pin-utils v0.1.0
18412025-01-15T04:26:16.338Z Checking futures-task v0.3.31
18422025-01-15T04:26:16.353Z Checking allocator-api2 v0.2.18
18432025-01-15T04:26:16.369Z Checking futures-io v0.3.31
18442025-01-15T04:26:16.443Z Checking crypto-common v0.1.6
18452025-01-15T04:26:16.448Z Checking block-buffer v0.10.4
18462025-01-15T04:26:16.548Z Checking zerovec v0.10.4
18472025-01-15T04:26:16.576Z Checking futures-util v0.3.31
18482025-01-15T04:26:16.630Z Checking block-padding v0.3.3
18492025-01-15T04:26:16.654Z Checking tinyvec_macros v0.1.1
18502025-01-15T04:26:16.679Z Checking digest v0.10.7
18512025-01-15T04:26:16.756Z Checking ryu v1.0.18
18522025-01-15T04:26:16.841Z Checking inout v0.1.3
18532025-01-15T04:26:16.931Z Checking hashbrown v0.15.1
18542025-01-15T04:26:17.015Z Checking tinyvec v1.8.0
18552025-01-15T04:26:17.057Z Checking hmac v0.12.1
18562025-01-15T04:26:17.082Z Checking fnv v1.0.7
18572025-01-15T04:26:17.123Z Checking cipher v0.4.4
18582025-01-15T04:26:17.215Z Checking sha2 v0.10.8
18592025-01-15T04:26:17.284Z Checking libm v0.2.8
18602025-01-15T04:26:17.556Z Checking writeable v0.5.5
18612025-01-15T04:26:17.802Z Checking unicode-bidi v0.3.17
18622025-01-15T04:26:17.932Z Checking litemap v0.7.3
18632025-01-15T04:26:17.974Z Checking base64ct v1.6.0
18642025-01-15T04:26:18.114Z Checking tinystr v0.7.6
18652025-01-15T04:26:18.236Z Checking num-traits v0.2.19
18662025-01-15T04:26:18.293Z Checking ppv-lite86 v0.2.20
18672025-01-15T04:26:18.342Z Checking unicode-normalization v0.1.24
18682025-01-15T04:26:18.396Z Checking pem-rfc7468 v0.7.0
18692025-01-15T04:26:18.455Z Checking flagset v0.4.6
18702025-01-15T04:26:18.474Z Checking icu_locid v1.5.0
18712025-01-15T04:26:18.661Z Checking tracing-core v0.1.32
18722025-01-15T04:26:18.675Z Checking der v0.7.9
18732025-01-15T04:26:18.913Z Checking bytes v1.9.0
18742025-01-15T04:26:18.973Z Checking indexmap v2.7.0
18752025-01-15T04:26:19.306Z Checking serde_json v1.0.135
18762025-01-15T04:26:19.317Z Checking rand_chacha v0.3.1
18772025-01-15T04:26:19.370Z Checking icu_provider v1.5.0
18782025-01-15T04:26:19.737Z Checking tokio v1.40.0
18792025-01-15T04:26:19.754Z Checking http v1.2.0
18802025-01-15T04:26:19.766Z Checking bitflags v2.6.0
18812025-01-15T04:26:20.003Z Checking thiserror v1.0.69
18822025-01-15T04:26:20.072Z Checking icu_locid_transform_data v1.5.0
18832025-01-15T04:26:20.150Z Checking rustls-pki-types v1.10.0
18842025-01-15T04:26:20.154Z Checking percent-encoding v2.3.1
18852025-01-15T04:26:20.184Z Checking icu_locid_transform v1.5.0
18862025-01-15T04:26:20.582Z Checking rand v0.8.5
18872025-01-15T04:26:20.650Z Checking spki v0.7.3
18882025-01-15T04:26:20.758Z Checking tracing v0.1.40
18892025-01-15T04:26:20.770Z Checking icu_collections v1.5.0
18902025-01-15T04:26:21.035Z Checking salsa20 v0.10.2
18912025-01-15T04:26:21.048Z Checking pbkdf2 v0.12.2
18922025-01-15T04:26:21.098Z Checking aws-lc-sys v0.22.0
18932025-01-15T04:26:21.156Z Checking httparse v1.9.5
18942025-01-15T04:26:21.201Z Checking mirai-annotations v1.12.0
18952025-01-15T04:26:21.222Z Checking icu_properties_data v1.5.0
18962025-01-15T04:26:21.255Z Checking untrusted v0.7.1
18972025-01-15T04:26:21.378Z Checking untrusted v0.9.0
18982025-01-15T04:26:21.423Z Checking powerfmt v0.2.0
18992025-01-15T04:26:21.439Z Checking scrypt v0.11.0
19002025-01-15T04:26:21.459Z Checking icu_properties v1.5.1
19012025-01-15T04:26:21.552Z Checking ring v0.17.8
19022025-01-15T04:26:21.592Z Checking cbc v0.1.2
19032025-01-15T04:26:21.666Z Checking aes v0.8.4
19042025-01-15T04:26:21.669Z Checking crossbeam-utils v0.8.20
19052025-01-15T04:26:21.699Z Checking deranged v0.3.11
19062025-01-15T04:26:21.795Z Checking utf8_iter v1.0.4
19072025-01-15T04:26:22.010Z Checking write16 v1.0.0
19082025-01-15T04:26:22.159Z Checking time-core v0.1.2
19092025-01-15T04:26:22.330Z Checking num-conv v0.1.0
19102025-01-15T04:26:22.385Z Checking icu_normalizer_data v1.5.0
19112025-01-15T04:26:22.498Z Checking num_threads v0.1.7
19122025-01-15T04:26:22.564Z Checking atomic-waker v1.1.2
19132025-01-15T04:26:22.578Z Checking utf16_iter v1.0.5
19142025-01-15T04:26:22.627Z Checking pkcs5 v0.7.1
19152025-01-15T04:26:22.734Z Checking http-body v1.0.1
19162025-01-15T04:26:22.762Z Checking form_urlencoded v1.2.1
19172025-01-15T04:26:22.924Z Checking try-lock v0.2.5
19182025-01-15T04:26:22.972Z Checking uuid v1.11.0
19192025-01-15T04:26:23.092Z Checking want v0.3.1
19202025-01-15T04:26:23.096Z Checking time v0.3.36
19212025-01-15T04:26:23.180Z Checking pkcs8 v0.10.2
19222025-01-15T04:26:23.201Z Checking aws-lc-rs v1.10.0
19232025-01-15T04:26:23.285Z Checking httpdate v1.0.3
19242025-01-15T04:26:23.339Z Checking unicode-ident v1.0.14
19252025-01-15T04:26:23.539Z Checking toml_datetime v0.6.8
19262025-01-15T04:26:23.587Z Checking proc-macro2 v1.0.92
19272025-01-15T04:26:23.587Z Checking serde_spanned v0.6.8
19282025-01-15T04:26:23.595Z Checking slog v2.7.0
19292025-01-15T04:26:23.761Z Checking scroll v0.12.0
19302025-01-15T04:26:23.798Z Checking foreign-types-shared v0.1.1
19312025-01-15T04:26:23.926Z Checking tower-service v0.3.3
19322025-01-15T04:26:24.035Z Checking iana-time-zone v0.1.61
19332025-01-15T04:26:24.063Z Checking adler2 v2.0.0
19342025-01-15T04:26:24.188Z Checking plain v0.2.3
19352025-01-15T04:26:24.206Z Checking base64 v0.22.1
19362025-01-15T04:26:24.225Z Checking ucd-trie v0.1.7
19372025-01-15T04:26:24.252Z Checking match_cfg v0.1.0
19382025-01-15T04:26:24.349Z Checking goblin v0.8.2
19392025-01-15T04:26:24.352Z Checking hostname v0.3.1
19402025-01-15T04:26:24.431Z Checking pest v2.7.14
19412025-01-15T04:26:24.514Z Checking miniz_oxide v0.8.0
19422025-01-15T04:26:24.698Z Checking chrono v0.4.38
19432025-01-15T04:26:24.819Z Checking icu_normalizer v1.5.0
19442025-01-15T04:26:25.025Z Checking rustls-webpki v0.102.8
19452025-01-15T04:26:25.320Z Checking quote v1.0.38
19462025-01-15T04:26:25.507Z Checking foreign-types v0.3.2
19472025-01-15T04:26:25.623Z Checking idna_adapter v1.2.0
19482025-01-15T04:26:25.649Z Checking openssl-sys v0.9.103
19492025-01-15T04:26:25.666Z Checking dirs-sys-next v0.1.2
19502025-01-15T04:26:25.791Z Checking errno v0.3.9
19512025-01-15T04:26:25.822Z Checking idna v1.0.3
19522025-01-15T04:26:25.868Z Checking aho-corasick v1.1.3
19532025-01-15T04:26:25.997Z Compiling newtype-uuid v1.1.3
19542025-01-15T04:26:26.291Z Checking siphasher v0.3.11
19552025-01-15T04:26:26.320Z Checking url v2.5.3
19562025-01-15T04:26:26.465Z Checking tokio-util v0.7.12
19572025-01-15T04:26:26.606Z Checking data-encoding v2.6.0
19582025-01-15T04:26:26.647Z Checking regex-syntax v0.8.5
19592025-01-15T04:26:26.878Z Checking pretty-hex v0.4.1
19602025-01-15T04:26:27.041Z Checking dtrace-parser v0.2.0
19612025-01-15T04:26:27.067Z Checking openssl v0.10.66
19622025-01-15T04:26:27.190Z Checking rustix v0.38.37
19632025-01-15T04:26:27.209Z Checking dirs-next v2.0.0
19642025-01-15T04:26:27.303Z Checking h2 v0.4.6
19652025-01-15T04:26:27.344Z Checking syn v2.0.96
19662025-01-15T04:26:27.490Z Checking http-body-util v0.1.2
19672025-01-15T04:26:27.513Z Checking crossbeam-epoch v0.9.18
19682025-01-15T04:26:27.943Z Checking sha1 v0.10.6
19692025-01-15T04:26:27.945Z Checking signature v2.2.0
19702025-01-15T04:26:28.171Z Checking lazy_static v1.5.0
19712025-01-15T04:26:28.244Z Checking thread_local v1.1.8
19722025-01-15T04:26:28.302Z Checking thread-id v4.2.2
19732025-01-15T04:26:28.429Z Checking encoding_rs v0.8.34
19742025-01-15T04:26:28.540Z Checking unicode-properties v0.1.3
19752025-01-15T04:26:28.968Z Checking mime v0.3.17
19762025-01-15T04:26:29.316Z Checking ipnet v2.10.1
19772025-01-15T04:26:29.340Z Checking dof v0.3.0
19782025-01-15T04:26:29.813Z Checking gimli v0.31.1
19792025-01-15T04:26:29.858Z Checking regex-automata v0.4.8
19802025-01-15T04:26:30.011Z Checking anstyle v1.0.10
19812025-01-15T04:26:30.355Z Checking winnow v0.6.20
19822025-01-15T04:26:30.413Z Checking utf8parse v0.2.2
19832025-01-15T04:26:30.631Z Checking openssl-probe v0.1.5
19842025-01-15T04:26:30.757Z Checking anstyle-parse v0.2.5
19852025-01-15T04:26:30.804Z Checking stringprep v0.1.5
19862025-01-15T04:26:31.053Z Checking crossbeam-deque v0.8.5
19872025-01-15T04:26:31.098Z Checking term v0.7.0
19882025-01-15T04:26:31.400Z Checking rustls v0.23.19
19892025-01-15T04:26:31.573Z Checking rustls v0.22.4
19902025-01-15T04:26:32.042Z Checking native-tls v0.2.12
19912025-01-15T04:26:32.352Z Checking slog-json v2.6.1
19922025-01-15T04:26:32.628Z Checking serde_urlencoded v0.7.1
19932025-01-15T04:26:33.061Z Checking crossbeam-channel v0.5.13
19942025-01-15T04:26:33.145Z Checking toml_edit v0.22.22
19952025-01-15T04:26:33.403Z Checking usdt-impl v0.5.0
19962025-01-15T04:26:33.717Z Checking addr2line v0.24.2
19972025-01-15T04:26:33.754Z Checking futures-executor v0.3.31
19982025-01-15T04:26:33.820Z Checking hyper v1.5.0
19992025-01-15T04:26:33.953Z Checking rustls-pemfile v2.2.0
20002025-01-15T04:26:33.993Z Checking num-integer v0.1.46
20012025-01-15T04:26:34.184Z Checking idna v0.3.0
20022025-01-15T04:26:34.251Z Checking idna v0.4.0
20032025-01-15T04:26:34.362Z Checking md-5 v0.10.6
20042025-01-15T04:26:34.503Z Checking ff v0.13.0
20052025-01-15T04:26:34.586Z Checking hash32 v0.2.1
20062025-01-15T04:26:34.736Z Checking memmap v0.7.0
20072025-01-15T04:26:34.885Z Checking is-terminal v0.4.13
20082025-01-15T04:26:35.001Z Checking object v0.36.5
20092025-01-15T04:26:35.017Z Checking quick-error v1.2.3
20102025-01-15T04:26:35.023Z Checking rustc-demangle v0.1.24
20112025-01-15T04:26:35.213Z Checking take_mut v0.2.2
20122025-01-15T04:26:35.233Z Checking linked-hash-map v0.5.6
20132025-01-15T04:26:35.233Z Checking anstyle-query v1.1.1
20142025-01-15T04:26:35.289Z Checking psl-types v2.0.11
20152025-01-15T04:26:35.305Z Checking colorchoice v1.0.2
20162025-01-15T04:26:35.454Z Checking utf-8 v0.7.6
20172025-01-15T04:26:35.461Z Checking base16ct v0.2.0
20182025-01-15T04:26:35.461Z Checking either v1.13.0
20192025-01-15T04:26:35.504Z Checking dyn-clone v1.0.17
20202025-01-15T04:26:35.652Z Checking is_terminal_polyfill v1.70.1
20212025-01-15T04:26:35.667Z Checking fallible-iterator v0.2.0
20222025-01-15T04:26:35.698Z Checking sec1 v0.7.3
20232025-01-15T04:26:35.741Z Checking toml v0.8.19
20242025-01-15T04:26:35.767Z Checking anstream v0.6.15
20252025-01-15T04:26:35.833Z Checking tungstenite v0.24.0
20262025-01-15T04:26:35.852Z Checking hyper-util v0.1.10
20272025-01-15T04:26:36.066Z Checking schemars v0.8.21
20282025-01-15T04:26:36.152Z Checking publicsuffix v2.2.3
20292025-01-15T04:26:36.304Z Checking postgres-protocol v0.6.7
20302025-01-15T04:26:36.413Z Checking lru-cache v0.1.2
20312025-01-15T04:26:36.435Z Checking slog-async v2.8.0
20322025-01-15T04:26:36.608Z Checking hickory-proto v0.24.1
20332025-01-15T04:26:36.627Z Checking tokio-rustls v0.26.0
20342025-01-15T04:26:36.722Z Checking resolv-conf v0.7.0
20352025-01-15T04:26:36.740Z Checking slog-term v2.9.1
20362025-01-15T04:26:36.869Z Checking tokio-rustls v0.25.0
20372025-01-15T04:26:37.074Z Checking usdt v0.5.0
20382025-01-15T04:26:37.097Z Checking heapless v0.7.17
20392025-01-15T04:26:37.249Z Checking group v0.13.0
20402025-01-15T04:26:37.260Z Checking num-iter v0.1.45
20412025-01-15T04:26:37.361Z Checking futures v0.3.31
20422025-01-15T04:26:37.422Z Checking slog-bunyan v2.5.0
20432025-01-15T04:26:37.460Z Checking tokio-native-tls v0.3.1
20442025-01-15T04:26:37.486Z Checking rayon-core v1.12.1
20452025-01-15T04:26:37.622Z Checking multer v3.1.0
20462025-01-15T04:26:37.658Z Checking terminal_size v0.4.0
20472025-01-15T04:26:37.802Z Checking phf_shared v0.11.2
20482025-01-15T04:26:37.865Z Checking cookie v0.18.1
20492025-01-15T04:26:38.011Z Checking async-stream v0.3.6
20502025-01-15T04:26:38.017Z Checking bzip2-sys v0.1.11+1.0.8
20512025-01-15T04:26:38.017Z Checking signal-hook v0.3.17
20522025-01-15T04:26:38.090Z Checking waitgroup v0.1.2
20532025-01-15T04:26:38.158Z Checking camino v1.1.9
20542025-01-15T04:26:38.173Z Checking openapiv3 v2.0.0
20552025-01-15T04:26:38.200Z Checking webpki-roots v0.26.6
20562025-01-15T04:26:38.242Z Checking idna v0.5.0
20572025-01-15T04:26:38.294Z Checking serde_path_to_error v0.1.16
20582025-01-15T04:26:38.370Z Checking hkdf v0.12.4
20592025-01-15T04:26:38.474Z Checking crypto-bigint v0.5.5
20602025-01-15T04:26:38.643Z Checking hostname v0.4.0
20612025-01-15T04:26:38.701Z Checking crc32fast v1.4.2
20622025-01-15T04:26:38.740Z Checking clap_lex v0.7.2
20632025-01-15T04:26:38.896Z Checking managed v0.8.0
20642025-01-15T04:26:38.954Z Checking debug-ignore v1.0.5
20652025-01-15T04:26:38.995Z Checking bitflags v1.3.2
20662025-01-15T04:26:39.088Z Checking winnow v0.5.40
20672025-01-15T04:26:39.127Z Checking unicode-width v0.1.14
20682025-01-15T04:26:39.159Z Checking strsim v0.11.1
20692025-01-15T04:26:39.310Z Checking smoltcp v0.9.1
20702025-01-15T04:26:39.455Z Checking clap_builder v4.5.21
20712025-01-15T04:26:39.605Z Checking console v0.15.8
20722025-01-15T04:26:43.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20732025-01-15T04:26:43.719Z Checking cookie_store v0.21.0
20742025-01-15T04:26:43.719Z Checking flate2 v1.0.34
20752025-01-15T04:26:43.719Z Checking backtrace v0.3.74
20762025-01-15T04:26:43.719Z Checking hyper-rustls v0.27.3
20772025-01-15T04:26:43.719Z Checking elliptic-curve v0.13.8
20782025-01-15T04:26:43.719Z Checking signal-hook-mio v0.2.4
20792025-01-15T04:26:43.719Z Checking hickory-resolver v0.24.1
20802025-01-15T04:26:43.719Z Checking bzip2 v0.4.4
20812025-01-15T04:26:43.719Z Checking dropshot v0.12.0
20822025-01-15T04:26:43.719Z Checking rayon v1.10.0
20832025-01-15T04:26:43.719Z Checking anyhow v1.0.95
20842025-01-15T04:26:43.719Z Checking toml_edit v0.19.15
20852025-01-15T04:26:43.719Z Checking phf v0.11.2
20862025-01-15T04:26:43.719Z Checking hyper-tls v0.6.0
20872025-01-15T04:26:43.719Z Checking num-bigint-dig v0.8.4
20882025-01-15T04:26:43.719Z Checking postgres-types v0.2.8
20892025-01-15T04:26:43.719Z Checking tokio-tungstenite v0.24.0
20902025-01-15T04:26:43.719Z Checking regex v1.11.1
20912025-01-15T04:26:43.719Z Checking bstr v1.10.0
20922025-01-15T04:26:43.719Z Checking ed25519 v2.2.3
20932025-01-15T04:26:43.719Z Checking tokio-stream v0.1.16
20942025-01-15T04:26:43.719Z Checking phf_shared v0.10.0
20952025-01-15T04:26:43.719Z Checking zerocopy v0.6.6
20962025-01-15T04:26:43.720Z Checking curve25519-dalek v4.1.3
20972025-01-15T04:26:43.720Z Checking hubpack v0.1.2
20982025-01-15T04:26:43.814Z Checking portable-atomic v1.9.0
20992025-01-15T04:26:43.833Z Checking pkcs1 v0.7.5
21002025-01-15T04:26:43.861Z Checking float-cmp v0.9.0
21012025-01-15T04:26:43.925Z Checking serde-big-array v0.5.1
21022025-01-15T04:26:44.043Z Checking rfc6979 v0.4.0
21032025-01-15T04:26:44.142Z Checking sync_wrapper v1.0.1
21042025-01-15T04:26:44.236Z Checking bit-vec v0.6.3
21052025-01-15T04:26:44.239Z Checking static_assertions v1.1.0
21062025-01-15T04:26:44.270Z Checking normalize-line-endings v0.3.0
21072025-01-15T04:26:44.304Z Checking predicates-core v1.0.8
21082025-01-15T04:26:44.351Z Checking minimal-lexical v0.2.1
21092025-01-15T04:26:44.402Z Checking new_debug_unreachable v1.0.6
21102025-01-15T04:26:44.508Z Checking precomputed-hash v0.1.1
21112025-01-15T04:26:44.519Z Checking difflib v0.4.0
21122025-01-15T04:26:44.564Z Checking unicode-segmentation v1.12.0
21132025-01-15T04:26:44.632Z Checking unicode-width v0.2.0
21142025-01-15T04:26:44.770Z Checking whoami v1.5.2
21152025-01-15T04:26:44.805Z Checking number_prefix v0.4.0
21162025-01-15T04:26:44.854Z Checking fixedbitset v0.4.2
21172025-01-15T04:26:45.002Z Checking predicates v3.1.2
21182025-01-15T04:26:45.088Z Checking tokio-postgres v0.7.12
21192025-01-15T04:26:45.110Z Checking qorb v0.2.1
21202025-01-15T04:26:45.112Z Checking petgraph v0.6.5
21212025-01-15T04:26:45.145Z Checking nom v7.1.3
21222025-01-15T04:26:45.160Z Checking indicatif v0.17.9
21232025-01-15T04:26:45.214Z Checking ed25519-dalek v2.1.1
21242025-01-15T04:26:45.252Z Checking similar v2.6.0
21252025-01-15T04:26:45.621Z Checking string_cache v0.8.7
21262025-01-15T04:26:45.645Z Checking bit-set v0.5.3
21272025-01-15T04:26:45.899Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21282025-01-15T04:26:45.915Z Checking reqwest v0.12.9
21292025-01-15T04:26:45.932Z Checking toml v0.7.8
21302025-01-15T04:26:46.118Z Checking rsa v0.9.6
21312025-01-15T04:26:46.647Z Checking ecdsa v0.16.9
21322025-01-15T04:26:47.149Z Checking clap v4.5.21
21332025-01-15T04:26:47.273Z Checking zip v0.6.6
21342025-01-15T04:26:47.385Z Checking crossterm v0.28.1
21352025-01-15T04:26:47.770Z Checking itertools v0.10.5
21362025-01-15T04:26:47.811Z Checking fs-err v2.11.0
21372025-01-15T04:26:47.980Z Checking ahash v0.8.11
21382025-01-15T04:26:47.998Z Checking x509-cert v0.2.5
21392025-01-15T04:26:48.029Z Checking hex v0.4.3
21402025-01-15T04:26:48.198Z Checking semver v1.0.24
21412025-01-15T04:26:48.353Z Checking lalrpop-util v0.19.12
21422025-01-15T04:26:48.482Z Checking heck v0.4.1
21432025-01-15T04:26:48.544Z Checking peg-runtime v0.8.3
21442025-01-15T04:26:48.631Z Checking sigpipe v0.1.3
21452025-01-15T04:26:50.196Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21462025-01-15T04:26:50.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.06s
21472025-01-15T04:26:50.710Z
21482025-01-15T04:26:50.710Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21492025-01-15T04:26:51.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502025-01-15T04:26:51.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512025-01-15T04:26:51.386Z Compiling hashbrown v0.14.5
21522025-01-15T04:26:51.510Z Checking heck v0.5.0
21532025-01-15T04:26:51.525Z Compiling unsafe-libyaml v0.2.11
21542025-01-15T04:26:51.544Z Checking ipnetwork v0.20.0
21552025-01-15T04:26:51.554Z Compiling ident_case v1.0.1
21562025-01-15T04:26:51.568Z Checking progenitor-client v0.8.0
21572025-01-15T04:26:51.583Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21582025-01-15T04:26:51.682Z Checking newtype-uuid v1.1.3
21592025-01-15T04:26:51.736Z Compiling darling_core v0.20.10
21602025-01-15T04:26:51.888Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21612025-01-15T04:26:51.904Z Compiling proc-macro-crate v1.3.1
21622025-01-15T04:26:51.933Z Compiling structmeta-derive v0.3.0
21632025-01-15T04:26:51.956Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21642025-01-15T04:26:52.261Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b)
21652025-01-15T04:26:52.263Z Compiling lzma-sys v0.1.20
21662025-01-15T04:26:52.462Z Checking regress v0.10.1
21672025-01-15T04:26:52.845Z Compiling serde_yaml v0.9.34+deprecated
21682025-01-15T04:26:53.032Z Compiling num_enum_derive v0.5.11
21692025-01-15T04:26:53.477Z Compiling foreign-types-macros v0.2.3
21702025-01-15T04:26:53.505Z Compiling dropshot v0.13.0
21712025-01-15T04:26:53.820Z Checking foreign-types-shared v0.3.1
21722025-01-15T04:26:53.953Z Checking arc-swap v1.7.1
21732025-01-15T04:26:54.362Z Checking slog-scope v4.4.0
21742025-01-15T04:26:54.638Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b)
21752025-01-15T04:26:54.698Z Compiling structmeta v0.3.0
21762025-01-15T04:26:54.767Z Checking foreign-types v0.5.0
21772025-01-15T04:26:55.078Z Compiling proc-macro-error v1.0.4
21782025-01-15T04:26:55.104Z Compiling parse-display-derive v0.10.0
21792025-01-15T04:26:55.361Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21802025-01-15T04:26:55.386Z Checking num_enum v0.5.11
21812025-01-15T04:26:55.480Z Checking tungstenite v0.21.0
21822025-01-15T04:26:55.581Z Compiling heck v0.3.3
21832025-01-15T04:26:55.767Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21842025-01-15T04:26:55.961Z Compiling dropshot_endpoint v0.13.0
21852025-01-15T04:26:56.070Z Checking typify-impl v0.2.0
21862025-01-15T04:26:56.470Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21872025-01-15T04:26:56.561Z Checking cstr-argument v0.1.2
21882025-01-15T04:26:56.763Z Checking instant v0.1.13
21892025-01-15T04:26:56.891Z Checking pretty-hex v0.2.1
21902025-01-15T04:26:57.084Z Checking fastrand v2.1.1
21912025-01-15T04:26:57.236Z Checking base64 v0.21.7
21922025-01-15T04:26:57.432Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21932025-01-15T04:26:57.450Z Checking tempfile v3.13.0
21942025-01-15T04:26:57.723Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21952025-01-15T04:26:57.830Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21962025-01-15T04:26:57.874Z Checking backoff v0.4.0
21972025-01-15T04:26:57.891Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21982025-01-15T04:26:57.915Z Compiling darling_macro v0.20.10
21992025-01-15T04:26:58.142Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22002025-01-15T04:26:58.229Z Checking tokio-tungstenite v0.21.0
22012025-01-15T04:26:58.252Z Compiling zone_cfg_derive v0.1.2
22022025-01-15T04:26:58.313Z Checking strum v0.26.3
22032025-01-15T04:26:58.494Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22042025-01-15T04:26:58.667Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22052025-01-15T04:26:58.861Z Compiling darling v0.20.10
22062025-01-15T04:26:58.897Z Checking slog-stdlog v4.1.1
22072025-01-15T04:26:58.965Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22082025-01-15T04:26:58.986Z Compiling serde_with_macros v3.11.0
22092025-01-15T04:26:59.073Z Checking regress v0.9.1
22102025-01-15T04:26:59.119Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22112025-01-15T04:26:59.215Z Checking progenitor-client v0.9.1
22122025-01-15T04:26:59.310Z Checking parse-display v0.10.0
22132025-01-15T04:26:59.399Z Checking colored v2.1.0
22142025-01-15T04:26:59.562Z Checking macaddr v1.0.1
22152025-01-15T04:26:59.597Z Checking base64 v0.13.1
22162025-01-15T04:26:59.630Z Checking zone v0.1.8
22172025-01-15T04:26:59.916Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22182025-01-15T04:27:00.017Z Checking ron v0.7.1
22192025-01-15T04:27:00.294Z Checking slog-envlogger v2.2.0
22202025-01-15T04:27:00.385Z Checking xz2 v0.1.7
22212025-01-15T04:27:00.533Z Checking tabwriter v1.4.0
22222025-01-15T04:27:00.680Z Checking xattr v1.3.1
22232025-01-15T04:27:00.785Z Checking pem v3.0.4
22242025-01-15T04:27:00.899Z Checking yasna v0.5.2
22252025-01-15T04:27:01.078Z Checking headers-core v0.3.0
22262025-01-15T04:27:01.151Z Checking smf v0.2.3
22272025-01-15T04:27:01.241Z Checking filetime v0.2.25
22282025-01-15T04:27:01.484Z Checking same-file v1.0.6
22292025-01-15T04:27:01.620Z Checking tar v0.4.42
22302025-01-15T04:27:01.641Z Checking serde_with v3.11.0
22312025-01-15T04:27:01.675Z Checking walkdir v2.5.0
22322025-01-15T04:27:01.731Z Checking rcgen v0.12.1
22332025-01-15T04:27:01.751Z Checking headers v0.4.0
22342025-01-15T04:27:01.957Z Checking camino-tempfile v1.1.1
22352025-01-15T04:27:02.251Z Checking atomicwrites v0.4.4
22362025-01-15T04:27:02.408Z Checking subprocess v0.2.9
22372025-01-15T04:27:05.514Z Compiling typify-macro v0.2.0
22382025-01-15T04:27:07.132Z Compiling typify v0.2.0
22392025-01-15T04:27:07.213Z Compiling progenitor-impl v0.8.0
22402025-01-15T04:27:09.819Z Compiling progenitor-macro v0.8.0
22412025-01-15T04:27:13.638Z Checking progenitor v0.8.0
22422025-01-15T04:27:13.773Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22432025-01-15T04:27:13.777Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22442025-01-15T04:27:16.401Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22452025-01-15T04:27:16.739Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22462025-01-15T04:27:22.979Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22472025-01-15T04:27:24.488Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22482025-01-15T04:27:25.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.05s
22492025-01-15T04:27:25.946Z
22502025-01-15T04:27:25.946Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22512025-01-15T04:27:26.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522025-01-15T04:27:26.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532025-01-15T04:27:26.614Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22542025-01-15T04:27:28.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
22552025-01-15T04:27:28.193Z
22562025-01-15T04:27:28.193Zinfo: running `cargo check --bins` on nexus-config (31/176)
22572025-01-15T04:27:28.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582025-01-15T04:27:28.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592025-01-15T04:27:28.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602025-01-15T04:27:28.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22612025-01-15T04:27:28.818Z
22622025-01-15T04:27:28.818Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22632025-01-15T04:27:29.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642025-01-15T04:27:29.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652025-01-15T04:27:29.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662025-01-15T04:27:29.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22672025-01-15T04:27:29.433Z
22682025-01-15T04:27:29.433Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22692025-01-15T04:27:29.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702025-01-15T04:27:29.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712025-01-15T04:27:29.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722025-01-15T04:27:29.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22732025-01-15T04:27:30.071Z
22742025-01-15T04:27:30.071Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22752025-01-15T04:27:30.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762025-01-15T04:27:30.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772025-01-15T04:27:30.775Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22782025-01-15T04:27:30.886Z Compiling ipnetwork v0.20.0
22792025-01-15T04:27:30.886Z Compiling zerocopy v0.8.10
22802025-01-15T04:27:30.889Z Compiling progenitor-client v0.8.0
22812025-01-15T04:27:30.889Z Compiling itertools v0.13.0
22822025-01-15T04:27:30.889Z Compiling zerocopy-derive v0.8.10
22832025-01-15T04:27:30.889Z Compiling heapless v0.8.0
22842025-01-15T04:27:30.889Z Checking hash32 v0.3.1
22852025-01-15T04:27:31.083Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22862025-01-15T04:27:31.230Z Compiling instant v0.1.13
22872025-01-15T04:27:31.357Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22882025-01-15T04:27:31.395Z Compiling progenitor v0.8.0
22892025-01-15T04:27:31.597Z Compiling smoltcp v0.11.0
22902025-01-15T04:27:31.739Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b)
22912025-01-15T04:27:31.773Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22922025-01-15T04:27:31.821Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22932025-01-15T04:27:32.040Z Compiling backoff v0.4.0
22942025-01-15T04:27:32.255Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22952025-01-15T04:27:32.425Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22962025-01-15T04:27:32.454Z Compiling dropshot v0.13.0
22972025-01-15T04:27:32.644Z Compiling serde_with v3.11.0
22982025-01-15T04:27:32.679Z Compiling parse-display v0.10.0
22992025-01-15T04:27:32.876Z Checking num-rational v0.4.2
23002025-01-15T04:27:33.312Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23012025-01-15T04:27:33.477Z Compiling progenitor-client v0.9.1
23022025-01-15T04:27:33.904Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032025-01-15T04:27:34.003Z Compiling regress v0.9.1
23042025-01-15T04:27:35.080Z Compiling phf_generator v0.11.2
23052025-01-15T04:27:35.297Z Checking num-complex v0.4.6
23062025-01-15T04:27:36.180Z Compiling macaddr v1.0.1
23072025-01-15T04:27:36.470Z Checking cobs v0.2.3
23082025-01-15T04:27:36.601Z Checking num v0.4.3
23092025-01-15T04:27:36.676Z Checking postcard v1.0.10
23102025-01-15T04:27:36.718Z Compiling phf_codegen v0.11.2
23112025-01-15T04:27:37.236Z Compiling parse-zoneinfo v0.3.1
23122025-01-15T04:27:37.256Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23132025-01-15T04:27:37.571Z Checking float-ord v0.3.2
23142025-01-15T04:27:37.737Z Compiling convert_case v0.4.0
23152025-01-15T04:27:39.084Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23162025-01-15T04:27:39.258Z Compiling derive_more v0.99.18
23172025-01-15T04:27:39.260Z Compiling chrono-tz-build v0.4.0
23182025-01-15T04:27:39.368Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23192025-01-15T04:27:39.973Z Compiling crucible-workspace-hack v0.1.0
23202025-01-15T04:27:40.250Z Compiling thiserror v2.0.11
23212025-01-15T04:27:40.270Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23222025-01-15T04:27:40.563Z Compiling chrono-tz v0.10.0
23232025-01-15T04:27:40.608Z Checking newline-converter v0.3.0
23242025-01-15T04:27:40.673Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23252025-01-15T04:27:41.259Z Checking prettyplease v0.2.25
23262025-01-15T04:27:41.262Z Compiling thiserror-impl v2.0.11
23272025-01-15T04:27:41.262Z Compiling slog-dtrace v0.3.0
23282025-01-15T04:27:41.342Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23292025-01-15T04:27:41.639Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23302025-01-15T04:27:42.121Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23312025-01-15T04:27:43.225Z Checking expectorate v1.1.0
23322025-01-15T04:27:43.408Z Compiling zone_cfg_derive v0.3.0
23332025-01-15T04:27:43.520Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23342025-01-15T04:27:43.551Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23352025-01-15T04:27:44.097Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
23362025-01-15T04:27:44.466Z Compiling const_format_proc_macros v0.2.33
23372025-01-15T04:27:44.617Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23382025-01-15T04:27:44.778Z Compiling num-derive v0.4.2
23392025-01-15T04:27:44.856Z Checking highway v1.2.0
23402025-01-15T04:27:44.893Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23412025-01-15T04:27:45.315Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422025-01-15T04:27:45.582Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23432025-01-15T04:27:45.636Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23442025-01-15T04:27:45.701Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23452025-01-15T04:27:45.966Z Checking zone v0.3.0
23462025-01-15T04:27:46.269Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23472025-01-15T04:27:46.454Z Checking const_format v0.2.33
23482025-01-15T04:27:46.588Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23492025-01-15T04:27:46.641Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23502025-01-15T04:27:46.777Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
23512025-01-15T04:27:47.051Z Checking gethostname v0.5.0
23522025-01-15T04:27:47.054Z Checking bcs v0.1.6
23532025-01-15T04:27:47.145Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23542025-01-15T04:27:47.187Z Compiling async-recursion v1.1.1
23552025-01-15T04:27:48.631Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23562025-01-15T04:27:54.205Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23572025-01-15T04:27:57.583Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23582025-01-15T04:28:00.206Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23592025-01-15T04:28:01.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.38s
23602025-01-15T04:28:01.664Z
23612025-01-15T04:28:01.664Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23622025-01-15T04:28:02.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632025-01-15T04:28:02.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642025-01-15T04:28:02.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652025-01-15T04:28:02.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23662025-01-15T04:28:02.342Z
23672025-01-15T04:28:02.342Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23682025-01-15T04:28:02.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692025-01-15T04:28:02.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702025-01-15T04:28:02.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712025-01-15T04:28:02.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23722025-01-15T04:28:02.997Z
23732025-01-15T04:28:02.997Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23742025-01-15T04:28:03.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752025-01-15T04:28:03.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762025-01-15T04:28:03.678Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23772025-01-15T04:28:04.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
23782025-01-15T04:28:04.516Z
23792025-01-15T04:28:04.516Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23802025-01-15T04:28:05.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812025-01-15T04:28:05.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822025-01-15T04:28:05.217Z Compiling cfg_aliases v0.1.1
23832025-01-15T04:28:05.222Z Compiling vte_generate_state_changes v0.1.2
23842025-01-15T04:28:05.222Z Checking fd-lock v4.0.2
23852025-01-15T04:28:05.222Z Checking nibble_vec v0.1.0
23862025-01-15T04:28:05.326Z Checking bytecount v0.6.8
23872025-01-15T04:28:05.333Z Checking endian-type v0.1.2
23882025-01-15T04:28:05.370Z Compiling tabled_derive v0.7.0
23892025-01-15T04:28:05.383Z Checking itertools v0.12.1
23902025-01-15T04:28:05.410Z Compiling nix v0.28.0
23912025-01-15T04:28:05.516Z Compiling peg-macros v0.8.4
23922025-01-15T04:28:05.519Z Checking papergrid v0.11.0
23932025-01-15T04:28:05.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942025-01-15T04:28:05.568Z Checking radix_trie v0.2.1
23952025-01-15T04:28:05.904Z Checking vte v0.11.1
23962025-01-15T04:28:05.978Z Compiling sqlparser_derive v0.2.2
23972025-01-15T04:28:06.634Z Checking unicode_categories v0.1.1
23982025-01-15T04:28:06.936Z Checking nu-ansi-term v0.50.1
23992025-01-15T04:28:06.968Z Checking home v0.5.9
24002025-01-15T04:28:07.057Z Checking sqlparser v0.45.0
24012025-01-15T04:28:07.135Z Checking sqlformat v0.2.6
24022025-01-15T04:28:07.361Z Checking display-error-chain v0.2.2
24032025-01-15T04:28:07.412Z Checking strip-ansi-escapes v0.2.0
24042025-01-15T04:28:07.671Z Checking tabled v0.15.0
24052025-01-15T04:28:07.887Z Checking reedline v0.35.0
24062025-01-15T04:28:08.375Z Checking peg v0.8.4
24072025-01-15T04:28:08.548Z Checking rustyline v14.0.0
24082025-01-15T04:28:17.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s
24092025-01-15T04:28:17.870Z
24102025-01-15T04:28:17.870Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
24112025-01-15T04:28:18.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122025-01-15T04:28:18.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132025-01-15T04:28:18.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142025-01-15T04:28:23.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
24152025-01-15T04:28:23.766Z
24162025-01-15T04:28:23.767Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24172025-01-15T04:28:24.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182025-01-15T04:28:24.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192025-01-15T04:28:24.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24202025-01-15T04:28:28.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
24212025-01-15T04:28:28.349Z
24222025-01-15T04:28:28.349Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24232025-01-15T04:28:28.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242025-01-15T04:28:28.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252025-01-15T04:28:29.032Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24262025-01-15T04:28:33.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
24272025-01-15T04:28:33.905Z
24282025-01-15T04:28:33.905Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24292025-01-15T04:28:34.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302025-01-15T04:28:34.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312025-01-15T04:28:34.595Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24322025-01-15T04:28:39.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
24332025-01-15T04:28:39.551Z
24342025-01-15T04:28:39.551Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24352025-01-15T04:28:40.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-01-15T04:28:40.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-01-15T04:28:40.239Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24382025-01-15T04:28:44.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
24392025-01-15T04:28:44.312Z
24402025-01-15T04:28:44.312Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24412025-01-15T04:28:44.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-01-15T04:28:44.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-01-15T04:28:45.001Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24442025-01-15T04:28:48.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
24452025-01-15T04:28:49.155Z
24462025-01-15T04:28:49.155Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24472025-01-15T04:28:49.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-01-15T04:28:49.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-01-15T04:28:49.839Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24502025-01-15T04:28:54.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
24512025-01-15T04:28:54.913Z
24522025-01-15T04:28:54.913Zinfo: running `cargo check --bins` on oximeter (46/176)
24532025-01-15T04:28:55.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542025-01-15T04:28:55.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552025-01-15T04:28:55.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562025-01-15T04:28:55.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24572025-01-15T04:28:55.559Z
24582025-01-15T04:28:55.559Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24592025-01-15T04:28:56.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602025-01-15T04:28:56.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612025-01-15T04:28:56.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622025-01-15T04:28:56.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24632025-01-15T04:28:56.193Z
24642025-01-15T04:28:56.193Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24652025-01-15T04:28:56.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662025-01-15T04:28:56.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672025-01-15T04:28:56.854Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24682025-01-15T04:28:58.928Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24692025-01-15T04:28:59.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
24702025-01-15T04:29:00.104Z
24712025-01-15T04:29:00.104Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24722025-01-15T04:29:00.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732025-01-15T04:29:00.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742025-01-15T04:29:00.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752025-01-15T04:29:00.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24762025-01-15T04:29:00.759Z
24772025-01-15T04:29:00.759Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24782025-01-15T04:29:01.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792025-01-15T04:29:01.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802025-01-15T04:29:01.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812025-01-15T04:29:01.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24822025-01-15T04:29:01.431Z
24832025-01-15T04:29:01.432Zinfo: running `cargo check --bins` on oxql-types (51/176)
24842025-01-15T04:29:01.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852025-01-15T04:29:01.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862025-01-15T04:29:01.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872025-01-15T04:29:01.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24882025-01-15T04:29:02.074Z
24892025-01-15T04:29:02.074Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24902025-01-15T04:29:02.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912025-01-15T04:29:02.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922025-01-15T04:29:02.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932025-01-15T04:29:02.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24942025-01-15T04:29:02.750Z
24952025-01-15T04:29:02.750Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24962025-01-15T04:29:03.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972025-01-15T04:29:03.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982025-01-15T04:29:03.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992025-01-15T04:29:03.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25002025-01-15T04:29:03.413Z
25012025-01-15T04:29:03.413Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
25022025-01-15T04:29:03.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032025-01-15T04:29:03.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042025-01-15T04:29:03.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052025-01-15T04:29:03.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25062025-01-15T04:29:04.075Z
25072025-01-15T04:29:04.075Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
25082025-01-15T04:29:04.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092025-01-15T04:29:04.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102025-01-15T04:29:04.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112025-01-15T04:29:04.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25122025-01-15T04:29:04.731Z
25132025-01-15T04:29:04.731Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
25142025-01-15T04:29:05.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152025-01-15T04:29:05.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162025-01-15T04:29:05.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172025-01-15T04:29:05.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25182025-01-15T04:29:05.392Z
25192025-01-15T04:29:05.392Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25202025-01-15T04:29:05.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212025-01-15T04:29:05.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222025-01-15T04:29:05.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232025-01-15T04:29:05.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25242025-01-15T04:29:06.068Z
25252025-01-15T04:29:06.068Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25262025-01-15T04:29:06.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272025-01-15T04:29:06.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282025-01-15T04:29:06.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292025-01-15T04:29:06.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25302025-01-15T04:29:06.704Z
25312025-01-15T04:29:06.704Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25322025-01-15T04:29:07.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332025-01-15T04:29:07.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342025-01-15T04:29:07.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352025-01-15T04:29:07.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25362025-01-15T04:29:07.382Z
25372025-01-15T04:29:07.382Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25382025-01-15T04:29:08.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392025-01-15T04:29:08.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402025-01-15T04:29:08.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412025-01-15T04:29:08.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25422025-01-15T04:29:08.269Z
25432025-01-15T04:29:08.269Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25442025-01-15T04:29:08.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452025-01-15T04:29:08.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462025-01-15T04:29:08.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472025-01-15T04:29:08.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25482025-01-15T04:29:08.868Z
25492025-01-15T04:29:08.868Zinfo: running `cargo check --bins` on dpd-client (62/176)
25502025-01-15T04:29:09.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512025-01-15T04:29:09.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522025-01-15T04:29:09.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532025-01-15T04:29:09.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25542025-01-15T04:29:09.350Z
25552025-01-15T04:29:09.350Zinfo: running `cargo check --bins` on gateway-client (63/176)
25562025-01-15T04:29:09.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572025-01-15T04:29:09.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582025-01-15T04:29:09.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592025-01-15T04:29:09.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25602025-01-15T04:29:09.956Z
25612025-01-15T04:29:09.956Zinfo: running `cargo check --bins` on installinator-client (64/176)
25622025-01-15T04:29:10.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632025-01-15T04:29:10.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642025-01-15T04:29:10.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652025-01-15T04:29:10.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25662025-01-15T04:29:10.642Z
25672025-01-15T04:29:10.643Zinfo: running `cargo check --bins` on installinator-common (65/176)
25682025-01-15T04:29:11.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692025-01-15T04:29:11.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702025-01-15T04:29:11.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712025-01-15T04:29:11.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25722025-01-15T04:29:11.317Z
25732025-01-15T04:29:11.317Zinfo: running `cargo check --bins` on update-engine (66/176)
25742025-01-15T04:29:11.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752025-01-15T04:29:11.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762025-01-15T04:29:11.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772025-01-15T04:29:11.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25782025-01-15T04:29:11.961Z
25792025-01-15T04:29:11.961Zinfo: running `cargo check --bins` on nexus-client (67/176)
25802025-01-15T04:29:12.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812025-01-15T04:29:12.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822025-01-15T04:29:12.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832025-01-15T04:29:12.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25842025-01-15T04:29:12.632Z
25852025-01-15T04:29:12.632Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25862025-01-15T04:29:13.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872025-01-15T04:29:13.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882025-01-15T04:29:13.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892025-01-15T04:29:13.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25902025-01-15T04:29:13.290Z
25912025-01-15T04:29:13.290Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25922025-01-15T04:29:13.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932025-01-15T04:29:13.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942025-01-15T04:29:13.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952025-01-15T04:29:13.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25962025-01-15T04:29:13.924Z
25972025-01-15T04:29:13.924Zinfo: running `cargo check --bins` on nexus-types (70/176)
25982025-01-15T04:29:14.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-01-15T04:29:14.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-01-15T04:29:14.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012025-01-15T04:29:14.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26022025-01-15T04:29:14.605Z
26032025-01-15T04:29:14.605Zinfo: running `cargo check --bins` on oxide-client (71/176)
26042025-01-15T04:29:15.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-01-15T04:29:15.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-01-15T04:29:15.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072025-01-15T04:29:15.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26082025-01-15T04:29:15.284Z
26092025-01-15T04:29:15.284Zinfo: running `cargo check --bins` on oximeter-client (72/176)
26102025-01-15T04:29:15.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-01-15T04:29:15.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-01-15T04:29:15.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132025-01-15T04:29:15.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26142025-01-15T04:29:15.884Z
26152025-01-15T04:29:15.884Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26162025-01-15T04:29:16.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-01-15T04:29:16.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-01-15T04:29:16.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192025-01-15T04:29:16.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26202025-01-15T04:29:16.521Z
26212025-01-15T04:29:16.521Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26222025-01-15T04:29:17.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-01-15T04:29:17.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-01-15T04:29:17.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252025-01-15T04:29:17.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26262025-01-15T04:29:17.186Z
26272025-01-15T04:29:17.186Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26282025-01-15T04:29:17.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-01-15T04:29:17.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-01-15T04:29:17.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312025-01-15T04:29:17.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26322025-01-15T04:29:17.873Z
26332025-01-15T04:29:17.873Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26342025-01-15T04:29:18.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-01-15T04:29:18.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-01-15T04:29:18.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372025-01-15T04:29:18.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26382025-01-15T04:29:18.540Z
26392025-01-15T04:29:18.540Zinfo: running `cargo check --bins` on wicket-common (77/176)
26402025-01-15T04:29:19.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412025-01-15T04:29:19.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422025-01-15T04:29:19.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432025-01-15T04:29:19.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26442025-01-15T04:29:19.205Z
26452025-01-15T04:29:19.205Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26462025-01-15T04:29:19.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-01-15T04:29:19.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-01-15T04:29:19.892Z Checking csv-core v0.1.11
26492025-01-15T04:29:19.892Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26502025-01-15T04:29:19.898Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26512025-01-15T04:29:19.898Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26522025-01-15T04:29:20.203Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26532025-01-15T04:29:20.217Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26542025-01-15T04:29:20.232Z Checking csv v1.3.0
26552025-01-15T04:29:20.798Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26562025-01-15T04:29:21.163Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26572025-01-15T04:29:22.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
26582025-01-15T04:29:23.088Z
26592025-01-15T04:29:23.089Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26602025-01-15T04:29:23.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-01-15T04:29:23.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-01-15T04:29:23.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-01-15T04:29:23.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26642025-01-15T04:29:23.888Z
26652025-01-15T04:29:23.888Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26662025-01-15T04:29:24.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-01-15T04:29:24.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-01-15T04:29:24.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-01-15T04:29:24.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26702025-01-15T04:29:24.431Z
26712025-01-15T04:29:24.431Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26722025-01-15T04:29:25.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-01-15T04:29:25.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-01-15T04:29:25.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-01-15T04:29:25.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26762025-01-15T04:29:25.096Z
26772025-01-15T04:29:25.096Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26782025-01-15T04:29:25.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-01-15T04:29:25.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-01-15T04:29:25.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-01-15T04:29:25.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26822025-01-15T04:29:25.906Z
26832025-01-15T04:29:25.906Zinfo: running `cargo check --bins` on dns-server (83/176)
26842025-01-15T04:29:26.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-01-15T04:29:26.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-01-15T04:29:26.524Z Compiling thiserror v2.0.11
26872025-01-15T04:29:26.625Z Checking typify-impl v0.3.0
26882025-01-15T04:29:26.627Z Compiling parking_lot_core v0.8.6
26892025-01-15T04:29:26.648Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26902025-01-15T04:29:26.650Z Checking fxhash v0.2.1
26912025-01-15T04:29:26.650Z Checking hickory-client v0.24.1
26922025-01-15T04:29:26.661Z Checking hickory-server v0.24.1
26932025-01-15T04:29:27.350Z Checking parking_lot v0.11.2
26942025-01-15T04:29:27.509Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26952025-01-15T04:29:27.644Z Checking sled v0.34.7
26962025-01-15T04:29:32.352Z Compiling typify-macro v0.3.0
26972025-01-15T04:29:33.980Z Compiling typify v0.3.0
26982025-01-15T04:29:34.053Z Compiling progenitor-impl v0.9.1
26992025-01-15T04:29:36.591Z Compiling progenitor-macro v0.9.1
27002025-01-15T04:29:40.417Z Checking progenitor v0.9.1
27012025-01-15T04:29:40.559Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022025-01-15T04:29:41.047Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27032025-01-15T04:29:42.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.50s
27042025-01-15T04:29:42.532Z
27052025-01-15T04:29:42.532Zinfo: running `cargo check --bins` on dns-server-api (84/176)
27062025-01-15T04:29:43.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-01-15T04:29:43.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-01-15T04:29:43.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092025-01-15T04:29:43.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27102025-01-15T04:29:43.179Z
27112025-01-15T04:29:43.179Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
27122025-01-15T04:29:43.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-01-15T04:29:43.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-01-15T04:29:43.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152025-01-15T04:29:43.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27162025-01-15T04:29:43.875Z
27172025-01-15T04:29:43.875Zinfo: running `cargo check --bins` on gateway-types (86/176)
27182025-01-15T04:29:44.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-01-15T04:29:44.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-01-15T04:29:44.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212025-01-15T04:29:44.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27222025-01-15T04:29:44.515Z
27232025-01-15T04:29:44.515Zinfo: running `cargo check --bins` on ipcc (87/176)
27242025-01-15T04:29:45.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-01-15T04:29:45.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-01-15T04:29:45.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272025-01-15T04:29:45.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27282025-01-15T04:29:45.145Z
27292025-01-15T04:29:45.146Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27302025-01-15T04:29:45.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-01-15T04:29:45.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-01-15T04:29:45.875Z Compiling semver v0.1.20
27332025-01-15T04:29:45.875Z Compiling radium v0.7.0
27342025-01-15T04:29:45.990Z Checking tap v1.0.1
27352025-01-15T04:29:45.997Z Compiling maybe-uninit v2.0.0
27362025-01-15T04:29:46.022Z Checking password-hash v0.5.0
27372025-01-15T04:29:46.051Z Checking blake2 v0.10.6
27382025-01-15T04:29:46.051Z Compiling cancel-safe-futures v0.1.5
27392025-01-15T04:29:46.052Z Compiling packed_struct v0.10.1
27402025-01-15T04:29:46.151Z Checking wyz v0.5.1
27412025-01-15T04:29:46.404Z Compiling rustc_version v0.1.7
27422025-01-15T04:29:46.438Z Checking funty v2.0.0
27432025-01-15T04:29:46.507Z Compiling owo-colors v4.1.0
27442025-01-15T04:29:46.521Z Checking crc-catalog v2.4.0
27452025-01-15T04:29:46.521Z Checking argon2 v0.5.3
27462025-01-15T04:29:46.645Z Compiling packed_struct_codegen v0.10.1
27472025-01-15T04:29:46.694Z Checking half v2.4.1
27482025-01-15T04:29:46.722Z Checking crc v3.2.1
27492025-01-15T04:29:46.804Z Compiling newtype_derive v0.1.6
27502025-01-15T04:29:46.823Z Compiling indexmap v1.9.3
27512025-01-15T04:29:46.869Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27522025-01-15T04:29:47.138Z Checking nodrop v0.1.14
27532025-01-15T04:29:47.141Z Checking ciborium-io v0.2.2
27542025-01-15T04:29:47.221Z Checking bitvec v1.0.1
27552025-01-15T04:29:47.225Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27562025-01-15T04:29:47.262Z Checking smallvec v0.6.14
27572025-01-15T04:29:47.281Z Checking array-init v0.0.4
27582025-01-15T04:29:47.285Z Checking ciborium-ll v0.2.2
27592025-01-15T04:29:47.312Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27602025-01-15T04:29:47.599Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27612025-01-15T04:29:47.617Z Checking libsw v3.3.1
27622025-01-15T04:29:47.870Z Compiling memoffset v0.9.1
27632025-01-15T04:29:48.010Z Checking hashbrown v0.12.3
27642025-01-15T04:29:48.054Z Checking linear-map v1.2.0
27652025-01-15T04:29:48.201Z Checking termcolor v1.4.1
27662025-01-15T04:29:48.218Z Checking indent_write v2.2.0
27672025-01-15T04:29:48.369Z Checking bitfield v0.14.0
27682025-01-15T04:29:48.441Z Checking swrite v0.1.0
27692025-01-15T04:29:48.582Z Checking serde-hex v0.1.0
27702025-01-15T04:29:48.665Z Checking env_logger v0.10.2
27712025-01-15T04:29:48.668Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27722025-01-15T04:29:48.776Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27732025-01-15T04:29:48.793Z Checking ron v0.8.1
27742025-01-15T04:29:49.077Z Checking ciborium v0.2.2
27752025-01-15T04:29:49.321Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27762025-01-15T04:29:49.656Z Checking steno v0.4.1
27772025-01-15T04:29:50.012Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27782025-01-15T04:29:50.196Z Checking hashbrown v0.13.2
27792025-01-15T04:29:50.281Z Checking crc-any v2.5.0
27802025-01-15T04:29:50.299Z Checking humantime v2.1.0
27812025-01-15T04:29:50.622Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27822025-01-15T04:29:50.666Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27832025-01-15T04:29:51.031Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27842025-01-15T04:29:51.113Z Checking object v0.30.4
27852025-01-15T04:29:51.281Z Checking path-slash v0.1.5
27862025-01-15T04:29:51.426Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27872025-01-15T04:29:51.450Z Checking nix v0.27.1
27882025-01-15T04:29:51.706Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27892025-01-15T04:29:51.816Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27902025-01-15T04:29:52.086Z Checking tungstenite v0.23.0
27912025-01-15T04:29:52.460Z Checking kstat-rs v0.2.4
27922025-01-15T04:29:52.500Z Checking signal-hook-tokio v0.3.1
27932025-01-15T04:29:52.770Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27942025-01-15T04:29:52.871Z Checking tokio-tungstenite v0.23.1
27952025-01-15T04:29:53.280Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27962025-01-15T04:29:53.743Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27972025-01-15T04:29:54.001Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27982025-01-15T04:30:00.498Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27992025-01-15T04:30:01.963Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
28002025-01-15T04:30:04.380Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28012025-01-15T04:30:10.097Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28022025-01-15T04:30:10.810Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28032025-01-15T04:30:13.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.58s
28042025-01-15T04:30:13.929Z
28052025-01-15T04:30:13.929Zinfo: running `cargo check --bins` on gateway-api (89/176)
28062025-01-15T04:30:14.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072025-01-15T04:30:14.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082025-01-15T04:30:14.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092025-01-15T04:30:14.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28102025-01-15T04:30:14.590Z
28112025-01-15T04:30:14.590Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
28122025-01-15T04:30:15.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132025-01-15T04:30:15.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142025-01-15T04:30:15.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152025-01-15T04:30:15.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28162025-01-15T04:30:15.225Z
28172025-01-15T04:30:15.225Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
28182025-01-15T04:30:15.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192025-01-15T04:30:15.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202025-01-15T04:30:15.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212025-01-15T04:30:15.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28222025-01-15T04:30:15.882Z
28232025-01-15T04:30:15.882Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28242025-01-15T04:30:16.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252025-01-15T04:30:16.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262025-01-15T04:30:16.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272025-01-15T04:30:16.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28282025-01-15T04:30:16.535Z
28292025-01-15T04:30:16.535Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28302025-01-15T04:30:17.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312025-01-15T04:30:17.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322025-01-15T04:30:17.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332025-01-15T04:30:17.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28342025-01-15T04:30:17.183Z
28352025-01-15T04:30:17.183Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28362025-01-15T04:30:17.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372025-01-15T04:30:17.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382025-01-15T04:30:17.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392025-01-15T04:30:17.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28402025-01-15T04:30:17.833Z
28412025-01-15T04:30:17.833Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28422025-01-15T04:30:18.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432025-01-15T04:30:18.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442025-01-15T04:30:18.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452025-01-15T04:30:18.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28462025-01-15T04:30:18.499Z
28472025-01-15T04:30:18.499Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28482025-01-15T04:30:19.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492025-01-15T04:30:19.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502025-01-15T04:30:19.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512025-01-15T04:30:19.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28522025-01-15T04:30:19.152Z
28532025-01-15T04:30:19.152Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28542025-01-15T04:30:19.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552025-01-15T04:30:19.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562025-01-15T04:30:19.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572025-01-15T04:30:19.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28582025-01-15T04:30:19.847Z
28592025-01-15T04:30:19.847Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28602025-01-15T04:30:20.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612025-01-15T04:30:20.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622025-01-15T04:30:20.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632025-01-15T04:30:20.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28642025-01-15T04:30:20.504Z
28652025-01-15T04:30:20.504Zinfo: running `cargo check --bins` on sp-sim (99/176)
28662025-01-15T04:30:21.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672025-01-15T04:30:21.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682025-01-15T04:30:21.191Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28692025-01-15T04:30:21.665Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28702025-01-15T04:30:23.413Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28712025-01-15T04:30:25.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
28722025-01-15T04:30:25.322Z
28732025-01-15T04:30:25.322Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28742025-01-15T04:30:25.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752025-01-15T04:30:25.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762025-01-15T04:30:25.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772025-01-15T04:30:25.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28782025-01-15T04:30:26.039Z
28792025-01-15T04:30:26.039Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28802025-01-15T04:30:26.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812025-01-15T04:30:26.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822025-01-15T04:30:26.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832025-01-15T04:30:26.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28842025-01-15T04:30:26.758Z
28852025-01-15T04:30:26.758Zinfo: running `cargo check --bins` on db-macros (102/176)
28862025-01-15T04:30:27.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872025-01-15T04:30:27.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882025-01-15T04:30:27.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892025-01-15T04:30:27.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28902025-01-15T04:30:27.393Z
28912025-01-15T04:30:27.393Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28922025-01-15T04:30:27.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932025-01-15T04:30:27.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942025-01-15T04:30:27.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952025-01-15T04:30:27.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28962025-01-15T04:30:28.025Z
28972025-01-15T04:30:28.025Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28982025-01-15T04:30:28.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992025-01-15T04:30:28.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002025-01-15T04:30:28.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012025-01-15T04:30:28.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29022025-01-15T04:30:28.722Z
29032025-01-15T04:30:28.722Zinfo: running `cargo check --bins` on authz-macros (105/176)
29042025-01-15T04:30:29.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052025-01-15T04:30:29.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062025-01-15T04:30:29.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072025-01-15T04:30:29.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29082025-01-15T04:30:29.345Z
29092025-01-15T04:30:29.345Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
29102025-01-15T04:30:29.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112025-01-15T04:30:29.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122025-01-15T04:30:29.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132025-01-15T04:30:29.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29142025-01-15T04:30:30.025Z
29152025-01-15T04:30:30.025Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
29162025-01-15T04:30:30.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172025-01-15T04:30:30.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182025-01-15T04:30:30.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192025-01-15T04:30:30.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29202025-01-15T04:30:30.722Z
29212025-01-15T04:30:30.722Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29222025-01-15T04:30:31.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232025-01-15T04:30:31.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242025-01-15T04:30:31.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252025-01-15T04:30:31.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29262025-01-15T04:30:31.379Z
29272025-01-15T04:30:31.379Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29282025-01-15T04:30:31.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292025-01-15T04:30:31.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302025-01-15T04:30:31.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312025-01-15T04:30:31.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29322025-01-15T04:30:32.066Z
29332025-01-15T04:30:32.066Zinfo: running `cargo check --bins` on typed-rng (110/176)
29342025-01-15T04:30:32.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352025-01-15T04:30:32.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362025-01-15T04:30:32.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372025-01-15T04:30:32.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29382025-01-15T04:30:32.703Z
29392025-01-15T04:30:32.703Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29402025-01-15T04:30:33.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412025-01-15T04:30:33.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422025-01-15T04:30:33.489Z Checking keccak v0.1.5
29432025-01-15T04:30:33.596Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
29442025-01-15T04:30:33.599Z Checking secrecy v0.8.0
29452025-01-15T04:30:33.599Z Compiling unicase v2.7.0
29462025-01-15T04:30:33.621Z Compiling same-file v1.0.6
29472025-01-15T04:30:33.634Z Compiling tempfile v3.13.0
29482025-01-15T04:30:33.669Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
29492025-01-15T04:30:33.671Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29502025-01-15T04:30:33.775Z Compiling thiserror-impl-no-std v2.0.2
29512025-01-15T04:30:33.890Z Checking sha3 v0.10.8
29522025-01-15T04:30:33.926Z Compiling walkdir v2.5.0
29532025-01-15T04:30:33.952Z Checking universal-hash v0.5.1
29542025-01-15T04:30:33.974Z Compiling blake3 v1.5.4
29552025-01-15T04:30:34.101Z Checking opaque-debug v0.3.1
29562025-01-15T04:30:34.137Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29572025-01-15T04:30:34.210Z Checking poly1305 v0.8.0
29582025-01-15T04:30:34.234Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
29592025-01-15T04:30:34.271Z Checking chacha20 v0.9.1
29602025-01-15T04:30:34.441Z Checking aead v0.5.2
29612025-01-15T04:30:34.460Z Compiling memmap2 v0.9.5
29622025-01-15T04:30:34.611Z Compiling arrayvec v0.7.6
29632025-01-15T04:30:34.648Z Compiling arrayref v0.3.9
29642025-01-15T04:30:34.677Z Compiling constant_time_eq v0.3.1
29652025-01-15T04:30:34.726Z Compiling salty v0.3.0
29662025-01-15T04:30:34.763Z Compiling libefi-sys v0.1.0
29672025-01-15T04:30:34.882Z Checking chacha20poly1305 v0.10.1
29682025-01-15T04:30:34.929Z Compiling toolchain_find v0.4.0
29692025-01-15T04:30:35.077Z Compiling camino-tempfile v1.1.1
29702025-01-15T04:30:35.096Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29712025-01-15T04:30:35.181Z Compiling bitfield-struct v0.6.2
29722025-01-15T04:30:35.396Z Compiling topological-sort v0.2.2
29732025-01-15T04:30:35.531Z Compiling mime_guess v2.0.5
29742025-01-15T04:30:35.608Z Compiling rustfmt-wrapper v0.2.1
29752025-01-15T04:30:36.014Z Compiling omicron-zone-package v0.12.0
29762025-01-15T04:30:36.139Z Compiling progenitor v0.9.1
29772025-01-15T04:30:36.183Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29782025-01-15T04:30:36.379Z Checking primeorder v0.13.6
29792025-01-15T04:30:36.397Z Checking env_filter v0.1.2
29802025-01-15T04:30:36.482Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29812025-01-15T04:30:36.591Z Checking thiserror-no-std v2.0.2
29822025-01-15T04:30:36.610Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29832025-01-15T04:30:36.645Z Checking env_logger v0.11.5
29842025-01-15T04:30:36.716Z Checking vsss-rs v3.3.4
29852025-01-15T04:30:36.749Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29862025-01-15T04:30:36.754Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
29872025-01-15T04:30:36.855Z Checking p384 v0.13.0
29882025-01-15T04:30:36.873Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29892025-01-15T04:30:37.141Z Compiling zip v2.1.3
29902025-01-15T04:30:37.157Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29912025-01-15T04:30:37.269Z Checking http-range v0.1.5
29922025-01-15T04:30:37.320Z Checking simd-adler32 v0.3.7
29932025-01-15T04:30:37.459Z Checking bumpalo v3.16.0
29942025-01-15T04:30:37.478Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29952025-01-15T04:30:37.642Z Checking lockfree-object-pool v0.1.6
29962025-01-15T04:30:37.669Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29972025-01-15T04:30:37.865Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29982025-01-15T04:30:37.888Z Checking zopfli v0.8.1
29992025-01-15T04:30:38.047Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30002025-01-15T04:30:38.338Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30012025-01-15T04:30:38.538Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30022025-01-15T04:30:38.680Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30032025-01-15T04:30:38.701Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30042025-01-15T04:30:38.932Z Checking nanorand v0.7.0
30052025-01-15T04:30:39.097Z Checking atty v0.2.14
30062025-01-15T04:30:39.133Z Checking glob v0.3.1
30072025-01-15T04:30:39.230Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30082025-01-15T04:30:39.248Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30092025-01-15T04:30:39.275Z Checking flume v0.11.1
30102025-01-15T04:30:39.452Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30112025-01-15T04:30:39.774Z Checking hyper-staticfile v0.10.1
30122025-01-15T04:30:39.896Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30132025-01-15T04:30:40.543Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30142025-01-15T04:30:40.640Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30152025-01-15T04:30:41.055Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30162025-01-15T04:30:41.199Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30172025-01-15T04:30:41.419Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30182025-01-15T04:30:41.467Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30192025-01-15T04:30:41.972Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30202025-01-15T04:30:41.993Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30212025-01-15T04:30:42.251Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30222025-01-15T04:30:42.368Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232025-01-15T04:30:45.428Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30242025-01-15T04:30:45.428Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30252025-01-15T04:30:54.202Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30262025-01-15T04:31:08.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.47s
30272025-01-15T04:31:08.381Z
30282025-01-15T04:31:08.381Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30292025-01-15T04:31:09.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-01-15T04:31:09.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-01-15T04:31:09.160Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30322025-01-15T04:31:23.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.56s
30332025-01-15T04:31:24.145Z
30342025-01-15T04:31:24.145Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30352025-01-15T04:31:24.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-01-15T04:31:24.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-01-15T04:31:24.929Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30382025-01-15T04:31:39.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.25s
30392025-01-15T04:31:39.601Z
30402025-01-15T04:31:39.601Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30412025-01-15T04:31:40.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-01-15T04:31:40.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-01-15T04:31:40.368Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30442025-01-15T04:31:54.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.07s
30452025-01-15T04:31:54.874Z
30462025-01-15T04:31:54.874Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30472025-01-15T04:31:55.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-01-15T04:31:55.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-01-15T04:31:55.649Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30502025-01-15T04:32:10.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.53s
30512025-01-15T04:32:10.609Z
30522025-01-15T04:32:10.609Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30532025-01-15T04:32:11.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-01-15T04:32:11.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-01-15T04:32:11.393Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30562025-01-15T04:32:25.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.21s
30572025-01-15T04:32:26.021Z
30582025-01-15T04:32:26.021Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30592025-01-15T04:32:26.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-01-15T04:32:26.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-01-15T04:32:26.787Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30622025-01-15T04:32:41.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.15s
30632025-01-15T04:32:41.372Z
30642025-01-15T04:32:41.372Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30652025-01-15T04:32:42.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662025-01-15T04:32:42.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672025-01-15T04:32:42.154Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30682025-01-15T04:32:56.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s
30692025-01-15T04:32:56.600Z
30702025-01-15T04:32:56.600Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30712025-01-15T04:32:57.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722025-01-15T04:32:57.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732025-01-15T04:32:57.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742025-01-15T04:32:57.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30752025-01-15T04:32:57.281Z
30762025-01-15T04:32:57.281Zinfo: running `cargo check --bins` on key-manager (120/176)
30772025-01-15T04:32:57.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782025-01-15T04:32:57.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792025-01-15T04:32:57.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802025-01-15T04:32:57.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30812025-01-15T04:32:57.937Z
30822025-01-15T04:32:57.937Zinfo: running `cargo check --bins` on range-requests (121/176)
30832025-01-15T04:32:58.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842025-01-15T04:32:58.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852025-01-15T04:32:58.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862025-01-15T04:32:58.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30872025-01-15T04:32:58.574Z
30882025-01-15T04:32:58.575Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30892025-01-15T04:32:59.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902025-01-15T04:32:59.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912025-01-15T04:32:59.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922025-01-15T04:32:59.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30932025-01-15T04:32:59.230Z
30942025-01-15T04:32:59.230Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30952025-01-15T04:32:59.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962025-01-15T04:32:59.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972025-01-15T04:32:59.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982025-01-15T04:32:59.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30992025-01-15T04:32:59.912Z
31002025-01-15T04:32:59.912Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
31012025-01-15T04:33:00.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022025-01-15T04:33:00.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032025-01-15T04:33:00.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042025-01-15T04:33:00.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31052025-01-15T04:33:00.548Z
31062025-01-15T04:33:00.548Zinfo: running `cargo check --bins` on sled-hardware (125/176)
31072025-01-15T04:33:01.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082025-01-15T04:33:01.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092025-01-15T04:33:01.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102025-01-15T04:33:01.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31112025-01-15T04:33:01.205Z
31122025-01-15T04:33:01.205Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
31132025-01-15T04:33:01.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142025-01-15T04:33:01.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152025-01-15T04:33:01.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162025-01-15T04:33:01.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31172025-01-15T04:33:01.897Z
31182025-01-15T04:33:01.897Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
31192025-01-15T04:33:02.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202025-01-15T04:33:02.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212025-01-15T04:33:02.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222025-01-15T04:33:02.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31232025-01-15T04:33:02.567Z
31242025-01-15T04:33:02.567Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
31252025-01-15T04:33:03.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262025-01-15T04:33:03.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272025-01-15T04:33:03.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282025-01-15T04:33:03.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31292025-01-15T04:33:03.251Z
31302025-01-15T04:33:03.251Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
31312025-01-15T04:33:03.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322025-01-15T04:33:03.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332025-01-15T04:33:03.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342025-01-15T04:33:03.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31352025-01-15T04:33:03.941Z
31362025-01-15T04:33:03.941Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31372025-01-15T04:33:04.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382025-01-15T04:33:04.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392025-01-15T04:33:04.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402025-01-15T04:33:04.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31412025-01-15T04:33:04.620Z
31422025-01-15T04:33:04.620Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31432025-01-15T04:33:05.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442025-01-15T04:33:05.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452025-01-15T04:33:05.352Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31462025-01-15T04:33:05.354Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31472025-01-15T04:33:06.274Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31482025-01-15T04:33:08.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
31492025-01-15T04:33:08.547Z
31502025-01-15T04:33:08.547Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31512025-01-15T04:33:09.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522025-01-15T04:33:09.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532025-01-15T04:33:09.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542025-01-15T04:33:09.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31552025-01-15T04:33:09.203Z
31562025-01-15T04:33:09.203Zinfo: running `cargo check --bins` on cert-dev (133/176)
31572025-01-15T04:33:09.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582025-01-15T04:33:09.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592025-01-15T04:33:09.844Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31602025-01-15T04:33:10.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
31612025-01-15T04:33:10.306Z
31622025-01-15T04:33:10.306Zinfo: running `cargo check --bins` on clickana (134/176)
31632025-01-15T04:33:10.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642025-01-15T04:33:10.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652025-01-15T04:33:10.997Z Checking castaway v0.2.3
31662025-01-15T04:33:11.013Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31672025-01-15T04:33:11.013Z Checking unicode-truncate v1.1.0
31682025-01-15T04:33:11.013Z Checking lru v0.12.5
31692025-01-15T04:33:11.013Z Compiling instability v0.3.2
31702025-01-15T04:33:11.013Z Checking cassowary v0.3.0
31712025-01-15T04:33:11.246Z Checking compact_str v0.8.0
31722025-01-15T04:33:11.881Z Checking ratatui v0.28.1
31732025-01-15T04:33:12.711Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31742025-01-15T04:33:13.808Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31752025-01-15T04:33:14.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
31762025-01-15T04:33:14.853Z
31772025-01-15T04:33:14.853Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31782025-01-15T04:33:15.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792025-01-15T04:33:15.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802025-01-15T04:33:15.566Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31812025-01-15T04:33:15.566Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31822025-01-15T04:33:16.625Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31832025-01-15T04:33:17.097Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31842025-01-15T04:33:17.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
31852025-01-15T04:33:17.642Z
31862025-01-15T04:33:17.642Zinfo: running `cargo check --bins` on ch-dev (136/176)
31872025-01-15T04:33:18.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882025-01-15T04:33:18.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892025-01-15T04:33:18.344Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31902025-01-15T04:33:19.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
31912025-01-15T04:33:19.272Z
31922025-01-15T04:33:19.272Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31932025-01-15T04:33:19.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942025-01-15T04:33:19.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952025-01-15T04:33:19.958Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31962025-01-15T04:33:20.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31972025-01-15T04:33:20.515Z
31982025-01-15T04:33:20.515Zinfo: running `cargo check --bins` on db-dev (138/176)
31992025-01-15T04:33:21.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-01-15T04:33:21.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-01-15T04:33:21.211Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32022025-01-15T04:33:21.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
32032025-01-15T04:33:22.148Z
32042025-01-15T04:33:22.148Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
32052025-01-15T04:33:22.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-01-15T04:33:22.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-01-15T04:33:22.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082025-01-15T04:33:22.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32092025-01-15T04:33:22.817Z
32102025-01-15T04:33:22.817Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
32112025-01-15T04:33:23.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-01-15T04:33:23.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-01-15T04:33:23.467Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32142025-01-15T04:33:24.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
32152025-01-15T04:33:24.553Z
32162025-01-15T04:33:24.553Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
32172025-01-15T04:33:25.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-01-15T04:33:25.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-01-15T04:33:25.201Z Checking cargo-platform v0.1.8
32202025-01-15T04:33:25.495Z Checking cargo_metadata v0.18.1
32212025-01-15T04:33:26.455Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32222025-01-15T04:33:27.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
32232025-01-15T04:33:27.514Z
32242025-01-15T04:33:27.514Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32252025-01-15T04:33:28.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262025-01-15T04:33:28.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272025-01-15T04:33:28.275Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32282025-01-15T04:33:29.748Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32292025-01-15T04:33:30.360Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32302025-01-15T04:33:30.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
32312025-01-15T04:33:31.109Z
32322025-01-15T04:33:31.109Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32332025-01-15T04:33:31.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342025-01-15T04:33:31.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352025-01-15T04:33:31.939Z Compiling crunchy v0.2.2
32362025-01-15T04:33:31.939Z Compiling tiny-keccak v2.0.2
32372025-01-15T04:33:31.941Z Compiling dsl_auto_type v0.1.2
32382025-01-15T04:33:31.941Z Checking scheduled-thread-pool v0.2.7
32392025-01-15T04:33:31.941Z Compiling diesel_table_macro_syntax v0.2.0
32402025-01-15T04:33:31.941Z Compiling ascii-canvas v3.0.0
32412025-01-15T04:33:31.941Z Compiling ena v0.14.3
32422025-01-15T04:33:32.067Z Compiling diff v0.1.13
32432025-01-15T04:33:32.306Z Checking r2d2 v0.8.10
32442025-01-15T04:33:32.363Z Compiling regex-syntax v0.6.29
32452025-01-15T04:33:32.544Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32462025-01-15T04:33:32.563Z Compiling ref-cast v1.0.23
32472025-01-15T04:33:32.566Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32482025-01-15T04:33:32.637Z Compiling derive_builder_core v0.20.2
32492025-01-15T04:33:32.656Z Compiling libxml v0.3.3
32502025-01-15T04:33:32.773Z Compiling ref-cast-impl v1.0.23
32512025-01-15T04:33:32.853Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32522025-01-15T04:33:33.091Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32532025-01-15T04:33:33.141Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32542025-01-15T04:33:33.383Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32552025-01-15T04:33:33.402Z Compiling strum_macros v0.24.3
32562025-01-15T04:33:33.447Z Compiling samael v0.0.17
32572025-01-15T04:33:33.553Z Compiling diesel_derives v2.2.3
32582025-01-15T04:33:33.739Z Compiling indoc v1.0.9
32592025-01-15T04:33:34.629Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32602025-01-15T04:33:34.871Z Compiling derive_builder_macro v0.20.2
32612025-01-15T04:33:34.939Z Compiling impl-trait-for-tuples v0.2.2
32622025-01-15T04:33:35.617Z Compiling lalrpop v0.19.12
32632025-01-15T04:33:35.726Z Checking derive_builder v0.20.2
32642025-01-15T04:33:35.886Z Compiling oso-derive v0.27.3
32652025-01-15T04:33:36.309Z Checking quick-xml v0.33.0
32662025-01-15T04:33:36.706Z Compiling diesel-dtrace v0.4.2
32672025-01-15T04:33:36.827Z Checking maplit v1.0.2
32682025-01-15T04:33:36.999Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32692025-01-15T04:33:37.096Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32702025-01-15T04:33:37.385Z Checking bb8 v0.8.5
32712025-01-15T04:33:37.437Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32722025-01-15T04:33:37.742Z Checking rand_seeder v0.3.0
32732025-01-15T04:33:37.795Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32742025-01-15T04:33:37.848Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32752025-01-15T04:33:38.053Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32762025-01-15T04:33:38.273Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32772025-01-15T04:33:38.574Z Checking is_ci v1.2.0
32782025-01-15T04:33:38.605Z Checking smawk v0.3.2
32792025-01-15T04:33:38.723Z Checking unicode-linebreak v0.1.5
32802025-01-15T04:33:38.818Z Checking supports-color v3.0.1
32812025-01-15T04:33:39.086Z Checking multimap v0.10.0
32822025-01-15T04:33:39.202Z Checking textwrap v0.16.1
32832025-01-15T04:33:39.644Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32842025-01-15T04:33:41.844Z Checking diesel v2.2.6
32852025-01-15T04:34:07.765Z Compiling polar-core v0.27.3
32862025-01-15T04:34:08.698Z Checking async-bb8-diesel v0.2.1
32872025-01-15T04:34:15.302Z Checking oso v0.27.3
32882025-01-15T04:35:21.171Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32892025-01-15T04:35:27.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
32902025-01-15T04:35:28.178Z
32912025-01-15T04:35:28.178Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32922025-01-15T04:35:28.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932025-01-15T04:35:28.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942025-01-15T04:35:28.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952025-01-15T04:35:28.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32962025-01-15T04:35:28.873Z
32972025-01-15T04:35:28.873Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32982025-01-15T04:35:29.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992025-01-15T04:35:29.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002025-01-15T04:35:29.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012025-01-15T04:35:29.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33022025-01-15T04:35:29.583Z
33032025-01-15T04:35:29.583Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
33042025-01-15T04:35:30.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052025-01-15T04:35:30.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062025-01-15T04:35:30.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072025-01-15T04:35:30.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33082025-01-15T04:35:30.213Z
33092025-01-15T04:35:30.213Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
33102025-01-15T04:35:30.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112025-01-15T04:35:30.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122025-01-15T04:35:31.072Z Compiling libz-sys v1.1.20
33132025-01-15T04:35:31.189Z Compiling libgit2-sys v0.17.0+1.8.1
33142025-01-15T04:35:31.204Z Compiling vergen v8.3.2
33152025-01-15T04:35:31.206Z Compiling cargo-platform v0.1.8
33162025-01-15T04:35:31.207Z Compiling pin-project-internal v1.1.6
33172025-01-15T04:35:31.248Z Compiling snafu-derive v0.8.5
33182025-01-15T04:35:31.251Z Compiling libsqlite3-sys v0.30.1
33192025-01-15T04:35:31.251Z Compiling buf-list v1.0.3
33202025-01-15T04:35:31.528Z Compiling cargo_metadata v0.18.1
33212025-01-15T04:35:31.674Z Compiling rustls v0.21.12
33222025-01-15T04:35:31.792Z Compiling cfg_aliases v0.2.1
33232025-01-15T04:35:31.905Z Compiling nix v0.29.0
33242025-01-15T04:35:32.024Z Checking globset v0.4.15
33252025-01-15T04:35:32.053Z Checking olpc-cjson v0.1.4
33262025-01-15T04:35:32.160Z Checking sct v0.7.1
33272025-01-15T04:35:32.283Z Checking rustls-webpki v0.101.7
33282025-01-15T04:35:32.377Z Checking serde_plain v1.0.2
33292025-01-15T04:35:32.555Z Checking typed-path v0.9.3
33302025-01-15T04:35:33.067Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33312025-01-15T04:35:33.187Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33322025-01-15T04:35:33.369Z Checking hashlink v0.9.1
33332025-01-15T04:35:33.478Z Checking parse-size v1.1.0
33342025-01-15T04:35:33.681Z Checking fallible-iterator v0.3.0
33352025-01-15T04:35:33.889Z Checking fallible-streaming-iterator v0.1.9
33362025-01-15T04:35:33.997Z Checking pin-project v1.1.6
33372025-01-15T04:35:34.191Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33382025-01-15T04:35:34.299Z Checking rusqlite v0.32.1
33392025-01-15T04:35:34.474Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33402025-01-15T04:35:34.629Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33412025-01-15T04:35:34.751Z Checking rustls-pemfile v1.0.4
33422025-01-15T04:35:34.984Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33432025-01-15T04:35:35.244Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33442025-01-15T04:35:35.288Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33452025-01-15T04:35:35.291Z Checking twox-hash v1.6.3
33462025-01-15T04:35:35.347Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33472025-01-15T04:35:35.436Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33482025-01-15T04:35:35.782Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33492025-01-15T04:35:35.947Z Checking tokio-rustls v0.24.1
33502025-01-15T04:35:36.214Z Checking snafu v0.8.5
33512025-01-15T04:35:36.252Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33522025-01-15T04:35:36.272Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
33532025-01-15T04:35:36.636Z Checking fatfs v0.3.6
33542025-01-15T04:35:36.659Z Checking tough v0.19.0
33552025-01-15T04:35:37.131Z Checking assert_matches v1.5.0
33562025-01-15T04:35:40.834Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33572025-01-15T04:35:42.211Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33582025-01-15T04:35:43.219Z Compiling git2 v0.19.0
33592025-01-15T04:35:47.500Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
33602025-01-15T04:36:45.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
33612025-01-15T04:36:46.051Z
33622025-01-15T04:36:46.051Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33632025-01-15T04:36:46.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642025-01-15T04:36:46.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652025-01-15T04:36:46.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662025-01-15T04:36:46.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
33672025-01-15T04:36:46.789Z
33682025-01-15T04:36:46.789Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33692025-01-15T04:36:47.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-01-15T04:36:47.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-01-15T04:36:47.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722025-01-15T04:36:47.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33732025-01-15T04:36:47.424Z
33742025-01-15T04:36:47.424Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33752025-01-15T04:36:48.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762025-01-15T04:36:48.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772025-01-15T04:36:48.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782025-01-15T04:36:48.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33792025-01-15T04:36:48.103Z
33802025-01-15T04:36:48.103Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33812025-01-15T04:36:48.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822025-01-15T04:36:48.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832025-01-15T04:36:48.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842025-01-15T04:36:48.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33852025-01-15T04:36:48.800Z
33862025-01-15T04:36:48.800Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33872025-01-15T04:36:49.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882025-01-15T04:36:49.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892025-01-15T04:36:49.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902025-01-15T04:36:49.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33912025-01-15T04:36:49.497Z
33922025-01-15T04:36:49.497Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33932025-01-15T04:36:50.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942025-01-15T04:36:50.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952025-01-15T04:36:50.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962025-01-15T04:36:50.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33972025-01-15T04:36:50.191Z
33982025-01-15T04:36:50.191Zinfo: running `cargo check --bins` on update-common (154/176)
33992025-01-15T04:36:50.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002025-01-15T04:36:50.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012025-01-15T04:36:50.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022025-01-15T04:36:50.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34032025-01-15T04:36:50.861Z
34042025-01-15T04:36:50.861Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
34052025-01-15T04:36:51.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062025-01-15T04:36:51.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072025-01-15T04:36:51.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082025-01-15T04:36:51.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34092025-01-15T04:36:51.547Z
34102025-01-15T04:36:51.547Zinfo: running `cargo check --bins` on tufaceous (156/176)
34112025-01-15T04:36:52.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122025-01-15T04:36:52.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132025-01-15T04:36:52.239Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34142025-01-15T04:36:53.442Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
34152025-01-15T04:36:54.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
34162025-01-15T04:36:54.472Z
34172025-01-15T04:36:54.473Zinfo: running `cargo check --bins` on omicron-dev (157/176)
34182025-01-15T04:36:55.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192025-01-15T04:36:55.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202025-01-15T04:36:56.375Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34212025-01-15T04:36:56.378Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34222025-01-15T04:36:56.378Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34232025-01-15T04:36:56.378Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34242025-01-15T04:36:56.582Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34252025-01-15T04:37:26.008Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34262025-01-15T04:37:26.008Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34272025-01-15T04:37:26.011Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34282025-01-15T04:37:26.011Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34292025-01-15T04:37:26.011Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34302025-01-15T04:37:26.879Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34312025-01-15T04:37:28.214Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34322025-01-15T04:38:11.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
34332025-01-15T04:38:11.858Z
34342025-01-15T04:38:11.858Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34352025-01-15T04:38:12.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362025-01-15T04:38:12.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372025-01-15T04:38:12.603Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34382025-01-15T04:38:12.603Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34392025-01-15T04:38:12.605Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34402025-01-15T04:38:12.735Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34412025-01-15T04:38:12.738Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34422025-01-15T04:38:12.766Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34432025-01-15T04:38:12.769Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34442025-01-15T04:38:12.778Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34452025-01-15T04:38:12.934Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34462025-01-15T04:38:12.974Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34472025-01-15T04:38:13.039Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34482025-01-15T04:38:13.382Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34492025-01-15T04:38:13.499Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34502025-01-15T04:38:13.914Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512025-01-15T04:38:14.236Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34522025-01-15T04:38:14.487Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34532025-01-15T04:38:15.641Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34542025-01-15T04:38:15.940Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34552025-01-15T04:38:16.556Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34562025-01-15T04:38:16.623Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34572025-01-15T04:38:18.437Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34582025-01-15T04:38:18.437Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34592025-01-15T04:38:19.993Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34602025-01-15T04:38:21.551Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34612025-01-15T04:38:26.843Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34622025-01-15T04:38:26.843Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34632025-01-15T04:38:28.054Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34642025-01-15T04:38:29.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
34652025-01-15T04:38:29.281Z
34662025-01-15T04:38:29.281Zinfo: running `cargo check --bins` on installinator-api (159/176)
34672025-01-15T04:38:29.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682025-01-15T04:38:29.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692025-01-15T04:38:29.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702025-01-15T04:38:29.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34712025-01-15T04:38:29.959Z
34722025-01-15T04:38:29.959Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34732025-01-15T04:38:30.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742025-01-15T04:38:30.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752025-01-15T04:38:30.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762025-01-15T04:38:30.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34772025-01-15T04:38:30.648Z
34782025-01-15T04:38:30.648Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34792025-01-15T04:38:31.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802025-01-15T04:38:31.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812025-01-15T04:38:31.385Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34822025-01-15T04:38:31.388Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34832025-01-15T04:38:31.388Z Compiling petname v2.0.2
34842025-01-15T04:38:31.388Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34852025-01-15T04:38:31.388Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34862025-01-15T04:38:31.388Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34872025-01-15T04:38:31.388Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34882025-01-15T04:38:31.492Z Checking sync-ptr v0.1.1
34892025-01-15T04:38:36.926Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34902025-01-15T04:38:37.563Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34912025-01-15T04:38:38.750Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34922025-01-15T04:38:40.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.69s
34932025-01-15T04:38:40.548Z
34942025-01-15T04:38:40.548Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34952025-01-15T04:38:41.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962025-01-15T04:38:41.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972025-01-15T04:38:41.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982025-01-15T04:38:41.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34992025-01-15T04:38:41.260Z
35002025-01-15T04:38:41.260Zinfo: running `cargo check --bins` on omicron-releng (163/176)
35012025-01-15T04:38:41.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022025-01-15T04:38:41.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032025-01-15T04:38:41.962Z Checking memmap2 v0.9.5
35042025-01-15T04:38:41.962Z Checking constant_time_eq v0.3.1
35052025-01-15T04:38:41.965Z Checking arrayvec v0.7.6
35062025-01-15T04:38:41.965Z Checking arrayref v0.3.9
35072025-01-15T04:38:41.965Z Checking topological-sort v0.2.2
35082025-01-15T04:38:42.068Z Checking shell-words v1.1.0
35092025-01-15T04:38:42.349Z Checking blake3 v1.5.4
35102025-01-15T04:38:42.713Z Checking omicron-zone-package v0.12.0
35112025-01-15T04:38:43.887Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
35122025-01-15T04:38:44.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
35132025-01-15T04:38:45.019Z
35142025-01-15T04:38:45.019Zinfo: running `cargo check --bins` on xtask (164/176)
35152025-01-15T04:38:45.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162025-01-15T04:38:45.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172025-01-15T04:38:45.473Z Checking bitflags v2.6.0
35182025-01-15T04:38:45.475Z Checking serde v1.0.217
35192025-01-15T04:38:45.475Z Checking thiserror v1.0.69
35202025-01-15T04:38:45.570Z Checking scroll v0.12.0
35212025-01-15T04:38:45.572Z Checking log v0.4.22
35222025-01-15T04:38:45.579Z Checking hashbrown v0.15.1
35232025-01-15T04:38:45.581Z Checking zerocopy v0.7.35
35242025-01-15T04:38:45.621Z Checking syn v2.0.96
35252025-01-15T04:38:45.688Z Checking pest v2.7.14
35262025-01-15T04:38:45.796Z Checking rustix v0.38.37
35272025-01-15T04:38:45.831Z Checking once_cell v1.20.2
35282025-01-15T04:38:46.010Z Checking goblin v0.8.2
35292025-01-15T04:38:46.146Z Checking fs-err v2.11.0
35302025-01-15T04:38:46.467Z Checking tabled v0.15.0
35312025-01-15T04:38:46.571Z Checking indexmap v2.7.0
35322025-01-15T04:38:46.782Z Checking anyhow v1.0.95
35332025-01-15T04:38:47.610Z Checking terminal_size v0.4.0
35342025-01-15T04:38:47.610Z Checking tempfile v3.13.0
35352025-01-15T04:38:47.755Z Checking clap_builder v4.5.21
35362025-01-15T04:38:48.328Z Checking dtrace-parser v0.2.0
35372025-01-15T04:38:49.700Z Checking serde_json v1.0.135
35382025-01-15T04:38:49.700Z Checking toml_datetime v0.6.8
35392025-01-15T04:38:49.703Z Checking serde_spanned v0.6.8
35402025-01-15T04:38:49.703Z Checking camino v1.1.9
35412025-01-15T04:38:49.703Z Checking semver v1.0.24
35422025-01-15T04:38:49.746Z Checking cargo-platform v0.1.8
35432025-01-15T04:38:49.883Z Checking macaddr v1.0.1
35442025-01-15T04:38:50.009Z Checking toml_edit v0.22.22
35452025-01-15T04:38:50.026Z Checking clap v4.5.21
35462025-01-15T04:38:50.192Z Checking camino-tempfile v1.1.1
35472025-01-15T04:38:50.881Z Checking dof v0.3.0
35482025-01-15T04:38:50.882Z Checking cargo_metadata v0.18.1
35492025-01-15T04:38:51.337Z Checking usdt-impl v0.5.0
35502025-01-15T04:38:51.721Z Checking usdt v0.5.0
35512025-01-15T04:38:51.856Z Checking toml v0.8.19
35522025-01-15T04:38:52.312Z Checking cargo_toml v0.20.5
35532025-01-15T04:38:53.503Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35542025-01-15T04:38:54.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
35552025-01-15T04:38:54.253Z
35562025-01-15T04:38:54.253Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35572025-01-15T04:38:54.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582025-01-15T04:38:54.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592025-01-15T04:38:55.054Z Checking polyval v0.6.2
35602025-01-15T04:38:55.169Z Checking ctr v0.9.2
35612025-01-15T04:38:55.186Z Checking ssh-encoding v0.2.0
35622025-01-15T04:38:55.191Z Checking blowfish v0.9.1
35632025-01-15T04:38:55.220Z Checking password-hash v0.4.2
35642025-01-15T04:38:55.224Z Checking matches v0.1.10
35652025-01-15T04:38:55.252Z Checking p256 v0.13.2
35662025-01-15T04:38:55.254Z Checking p521 v0.13.3
35672025-01-15T04:38:55.335Z Checking idna v0.2.3
35682025-01-15T04:38:55.422Z Checking ghash v0.5.1
35692025-01-15T04:38:55.444Z Checking bcrypt-pbkdf v0.10.0
35702025-01-15T04:38:55.447Z Compiling enum-as-inner v0.5.1
35712025-01-15T04:38:55.517Z Checking russh-cryptovec v0.7.3
35722025-01-15T04:38:55.580Z Checking aes-gcm v0.10.3
35732025-01-15T04:38:55.610Z Checking pbkdf2 v0.11.0
35742025-01-15T04:38:55.722Z Checking md5 v0.7.0
35752025-01-15T04:38:55.744Z Checking num-bigint v0.4.6
35762025-01-15T04:38:55.744Z Checking des v0.8.1
35772025-01-15T04:38:55.823Z Checking ssh-cipher v0.2.0
35782025-01-15T04:38:55.902Z Checking hex-literal v0.4.1
35792025-01-15T04:38:56.023Z Compiling dhcproto-macros v0.1.0
35802025-01-15T04:38:56.046Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35812025-01-15T04:38:56.046Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35822025-01-15T04:38:56.124Z Checking ssh-key v0.6.6
35832025-01-15T04:38:56.260Z Checking internet-checksum v0.2.1
35842025-01-15T04:38:56.456Z Checking trust-dns-proto v0.22.0
35852025-01-15T04:38:57.396Z Checking russh-keys v0.45.0
35862025-01-15T04:38:58.332Z Checking russh v0.45.0
35872025-01-15T04:38:59.081Z Checking dhcproto v0.12.0
35882025-01-15T04:39:16.157Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35892025-01-15T04:39:17.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.31s
35902025-01-15T04:39:17.781Z
35912025-01-15T04:39:17.781Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35922025-01-15T04:39:18.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932025-01-15T04:39:18.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942025-01-15T04:39:18.449Z Checking termios v0.3.3
35952025-01-15T04:39:18.679Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35962025-01-15T04:39:19.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
35972025-01-15T04:39:19.704Z
35982025-01-15T04:39:19.704Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35992025-01-15T04:39:20.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002025-01-15T04:39:20.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012025-01-15T04:39:20.446Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36022025-01-15T04:39:20.446Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36032025-01-15T04:39:20.449Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36042025-01-15T04:39:20.449Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36052025-01-15T04:39:21.507Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36062025-01-15T04:39:22.812Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36072025-01-15T04:39:24.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
36082025-01-15T04:39:24.864Z
36092025-01-15T04:39:24.864Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
36102025-01-15T04:39:25.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112025-01-15T04:39:25.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122025-01-15T04:39:25.530Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36132025-01-15T04:39:26.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
36142025-01-15T04:39:26.194Z
36152025-01-15T04:39:26.194Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
36162025-01-15T04:39:26.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172025-01-15T04:39:26.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182025-01-15T04:39:26.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192025-01-15T04:39:26.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36202025-01-15T04:39:26.836Z
36212025-01-15T04:39:26.836Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36222025-01-15T04:39:27.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232025-01-15T04:39:27.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242025-01-15T04:39:27.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252025-01-15T04:39:27.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36262025-01-15T04:39:27.475Z
36272025-01-15T04:39:27.475Zinfo: running `cargo check --bins` on omicron-package (171/176)
36282025-01-15T04:39:28.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292025-01-15T04:39:28.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302025-01-15T04:39:28.171Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36312025-01-15T04:39:29.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
36322025-01-15T04:39:29.785Z
36332025-01-15T04:39:29.785Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36342025-01-15T04:39:30.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352025-01-15T04:39:30.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362025-01-15T04:39:30.531Z Checking rtoolbox v0.0.2
36372025-01-15T04:39:30.535Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36382025-01-15T04:39:30.535Z Checking tui-tree-widget v0.22.0
36392025-01-15T04:39:30.772Z Checking rpassword v7.3.1
36402025-01-15T04:39:34.742Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36412025-01-15T04:39:37.688Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36422025-01-15T04:39:38.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
36432025-01-15T04:39:39.091Z
36442025-01-15T04:39:39.091Zinfo: running `cargo check --bins` on wicket (173/176)
36452025-01-15T04:39:39.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462025-01-15T04:39:39.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472025-01-15T04:39:39.822Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36482025-01-15T04:39:40.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
36492025-01-15T04:39:40.441Z
36502025-01-15T04:39:40.441Zinfo: running `cargo check --bins` on wicketd (174/176)
36512025-01-15T04:39:41.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522025-01-15T04:39:41.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532025-01-15T04:39:41.186Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36542025-01-15T04:39:41.189Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36552025-01-15T04:39:42.051Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36562025-01-15T04:39:46.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
36572025-01-15T04:39:46.242Z
36582025-01-15T04:39:46.242Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36592025-01-15T04:39:46.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602025-01-15T04:39:46.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612025-01-15T04:39:46.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622025-01-15T04:39:46.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36632025-01-15T04:39:46.876Z
36642025-01-15T04:39:46.876Zinfo: running `cargo check --bins` on zone-setup (176/176)
36652025-01-15T04:39:47.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662025-01-15T04:39:47.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672025-01-15T04:39:47.653Z Checking uzers v0.12.1
36682025-01-15T04:39:48.007Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36692025-01-15T04:39:49.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
36702025-01-15T04:39:49.342Z
36712025-01-15T04:39:49.342Zreal 13:59.793147381
36722025-01-15T04:39:49.342Zuser 26:46.424785049
36732025-01-15T04:39:49.342Zsys 4:22.077529540
36742025-01-15T04:39:49.342Ztrap 0.595272786
36752025-01-15T04:39:49.342Ztflt 3.136536411
36762025-01-15T04:39:49.342Zdflt 1.925475823
36772025-01-15T04:39:49.342Zkflt 0.002227332
36782025-01-15T04:39:49.342Zlock 47:43.543796707
36792025-01-15T04:39:49.342Zslp 2:13:52.836985850
36802025-01-15T04:39:49.345Zlat 1:08.390580932
36812025-01-15T04:39:49.345Zstop 3:51.052480804
36822025-01-15T04:39:49.345Zprocess exited: duration 1156474 ms, exit code 0
 
36832025-01-15T04:39:49.351Zfound 0 output files