01JH76ZZN53MZ5Y9E8FJHY2QE5: 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: 01JH770C2AKG5BCDGC8MY7392J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-10T04:20:13.344Zjob assigned to worker 01JH770J0QT6PN2ZE5KW0F5ANS [factory aws, i-0e40a30ad21fa201c] (queued for 50 s)
 
22025-01-10T04:20:21.509Zstarting task 0: "setup"
32025-01-10T04:20:21.520Z++ uname -s
42025-01-10T04:20:21.523Z+ kern=SunOS
52025-01-10T04:20:21.523Z+ case "$kern" in
62025-01-10T04:20:21.523Z+ groupadd -g 12345 build
72025-01-10T04:20:21.525Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-10T04:20:23.535Z+ zfs create -o mountpoint=/work rpool/work
92025-01-10T04:20:23.673Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-10T04:20:23.675Z+ home_fs=zfs
112025-01-10T04:20:23.675Z+ [[ zfs == autofs ]]
122025-01-10T04:20:23.675Z+ mkdir -p /home/build
132025-01-10T04:20:23.678Z+ chown build:build /home/build /work
142025-01-10T04:20:25.679Z+ chmod 0700 /home/build /work
152025-01-10T04:20:25.682Zprocess exited: duration 4173 ms, exit code 0
 
162025-01-10T04:20:25.688Zstarting task 1: "rust-toolchain"
172025-01-10T04:20:25.693Z+ printf ' * toolchain channel = "%s"
182025-01-10T04:20:25.693Z * toolchain channel = "1.81.0"
192025-01-10T04:20:25.694Z * toolchain profile = "default"
202025-01-10T04:20:25.694Z' 1.81.0
212025-01-10T04:20:25.694Z+ printf ' * toolchain profile = "%s"
222025-01-10T04:20:25.694Z' default
232025-01-10T04:20:25.696Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-10T04:20:25.696Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-10T04:20:25.821Zinfo: downloading installer
262025-01-10T04:20:27.009Zinfo: profile set to 'default'
272025-01-10T04:20:27.009Zinfo: default host triple is x86_64-unknown-illumos
282025-01-10T04:20:27.012Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-10T04:20:27.154Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-10T04:20:27.154Zinfo: downloading component 'cargo'
312025-01-10T04:20:27.854Zinfo: downloading component 'clippy'
322025-01-10T04:20:28.113Zinfo: downloading component 'rust-docs'
332025-01-10T04:20:29.082Zinfo: downloading component 'rust-std'
342025-01-10T04:20:30.716Zinfo: downloading component 'rustc'
352025-01-10T04:20:37.587Zinfo: downloading component 'rustfmt'
362025-01-10T04:20:38.013Zinfo: installing component 'cargo'
372025-01-10T04:20:38.812Zinfo: installing component 'clippy'
382025-01-10T04:20:39.175Zinfo: installing component 'rust-docs'
392025-01-10T04:20:40.794Zinfo: installing component 'rust-std'
402025-01-10T04:20:42.537Zinfo: installing component 'rustc'
412025-01-10T04:20:48.179Zinfo: installing component 'rustfmt'
422025-01-10T04:20:48.504Z
432025-01-10T04:20:48.504Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442025-01-10T04:20:48.876Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-10T04:20:48.876Z
462025-01-10T04:20:48.878Z
472025-01-10T04:20:48.878ZRust is installed now. Great!
482025-01-10T04:20:48.878Z
492025-01-10T04:20:48.878ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-10T04:20:48.878Zenvironment variable. This has not been done automatically.
512025-01-10T04:20:48.878Z
522025-01-10T04:20:48.878ZTo configure your current shell, you need to source
532025-01-10T04:20:48.878Zthe corresponding env file under $HOME/.cargo.
542025-01-10T04:20:48.878Z
552025-01-10T04:20:48.878ZThis is usually done by running one of the following (note the leading DOT):
562025-01-10T04:20:48.878Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-10T04:20:48.878Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-10T04:20:48.955Z+ rustc --version
592025-01-10T04:20:49.022Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-10T04:20:49.025Zprocess exited: duration 23336 ms, exit code 0
 
612025-01-10T04:20:49.030Zstarting task 2: "authentication"
622025-01-10T04:20:49.051Zprocess exited: duration 21 ms, exit code 0
 
632025-01-10T04:20:49.056Zstarting task 3: "clone repository"
642025-01-10T04:20:49.061Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-10T04:20:49.064Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-10T04:20:49.113ZCloning into '/work/oxidecomputer/omicron'...
672025-01-10T04:20:55.745Z+ cd /work/oxidecomputer/omicron
682025-01-10T04:20:55.745Z+ git fetch origin 75226cefc40ad306443bc202ef41c7c0e7411e6a
692025-01-10T04:20:56.032ZFrom https://github.com/oxidecomputer/omicron
702025-01-10T04:20:56.032Z * branch 75226cefc40ad306443bc202ef41c7c0e7411e6a -> FETCH_HEAD
712025-01-10T04:20:56.042Z+ [[ -n renovate/uuid-1.x ]]
722025-01-10T04:20:56.045Z++ git branch --show-current
732025-01-10T04:20:56.048Z+ current=main
742025-01-10T04:20:56.048Z+ [[ main != renovate/uuid-1.x ]]
752025-01-10T04:20:56.048Z+ git branch -f renovate/uuid-1.x 75226cefc40ad306443bc202ef41c7c0e7411e6a
762025-01-10T04:20:56.050Z+ git checkout -f renovate/uuid-1.x
772025-01-10T04:20:56.227ZSwitched to branch 'renovate/uuid-1.x'
782025-01-10T04:20:56.229Z+ git reset --hard 75226cefc40ad306443bc202ef41c7c0e7411e6a
792025-01-10T04:20:56.243ZHEAD is now at 75226cefc Update Rust crate uuid to 1.11.1
802025-01-10T04:20:56.245Zprocess exited: duration 7187 ms, exit code 0
 
812025-01-10T04:20:56.252Zstarting task 4: "build"
822025-01-10T04:20:56.256Z+ source .github/buildomat/ci-env.sh
832025-01-10T04:20:56.256Z++ export CARGO_TERM_COLOR=always
842025-01-10T04:20:56.256Z++ CARGO_TERM_COLOR=always
852025-01-10T04:20:56.258Z+ cargo --version
862025-01-10T04:20:56.316Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-10T04:20:56.319Z+ rustc --version
882025-01-10T04:20:56.382Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-10T04:20:56.385Z+ source ./env.sh
902025-01-10T04:20:56.387Z++ OLD_SHELL_OPTS=ehxB
912025-01-10T04:20:56.387Z++ set -o xtrace
922025-01-10T04:20:56.390Z++++ dirname ./env.sh
932025-01-10T04:20:56.390Z+++ readlink -f .
942025-01-10T04:20:56.392Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-10T04:20:56.395Z++ 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-10T04:20:56.395Z++ 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-10T04:20:56.395Z++ 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-10T04:20:56.395Z++ 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-10T04:20:56.395Z++ 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-10T04:20:56.395Z++ 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-10T04:20:56.395Z++ 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-10T04:20:56.395Z++ 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-10T04:20:56.395Z++ case $OLD_SHELL_OPTS in
1042025-01-10T04:20:56.395Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-10T04:20:56.395Z+ 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-10T04:20:56.395Z+ 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-10T04:20:56.395Z+ banner prerequisites
1082025-01-10T04:20:56.398Z
1092025-01-10T04:20:56.398Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-10T04:20:56.398Z # # # # # # # # # # # # # # #
1112025-01-10T04:20:56.398Z # # # # ##### # # ##### # # # # # #### #
1122025-01-10T04:20:56.398Z ##### ##### # ##### # # # # # # # # #
1132025-01-10T04:20:56.398Z # # # # # # # # # # # # # # #
1142025-01-10T04:20:56.398Z # # # ###### # # ###### ### # #### # #### #
1152025-01-10T04:20:56.398Z
1162025-01-10T04:20:56.398Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-10T04:20:58.177Zpkg list: illegal option -- F
1182025-01-10T04:20:58.177ZUsage:
1192025-01-10T04:20:58.180Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-10T04:20:58.180Z [pkg_fmri_pattern ...]
1212025-01-10T04:20:59.028Zpkg list: illegal option -- F
1222025-01-10T04:20:59.028ZUsage:
1232025-01-10T04:20:59.031Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-10T04:20:59.031Z [pkg_fmri_pattern ...]
1252025-01-10T04:21:07.604Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-10T04:21:12.515Z Startup: Caching catalogs ... Done
1272025-01-10T04:21:22.831ZPlanning: Solver setup ... Done (10.271s)
1282025-01-10T04:21:22.972ZPlanning: Running solver ... Done (0.141s)
1292025-01-10T04:21:23.083ZPlanning: Finding local manifests ... Done (0.005s)
1302025-01-10T04:21:23.095ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-10T04:21:23.321ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-10T04:21:23.599ZPlanning: Package planning ... Done (0.276s)
1332025-01-10T04:21:23.658ZPlanning: Merging actions ... Done (0.057s)
1342025-01-10T04:21:23.852ZPlanning: Checking for conflicting actions ... Done (0.197s)
1352025-01-10T04:21:25.686ZPlanning: Consolidating action changes ... Done (1.833s)
1362025-01-10T04:21:26.131ZPlanning: Evaluating mediators ... Done (0.445s)
1372025-01-10T04:21:26.212ZPlanning: Planning completed in 14.54 seconds
1382025-01-10T04:21:26.228Z Packages to install: 4
1392025-01-10T04:21:26.228Z Packages to update: 3
1402025-01-10T04:21:26.231Z Mediators to change: 2
1412025-01-10T04:21:26.231Z Services to change: 1
1422025-01-10T04:21:26.231Z Estimated space available: 155.63 GB
1432025-01-10T04:21:26.231ZEstimated space to be consumed: 1.64 GB
1442025-01-10T04:21:26.231Z Create boot environment: No
1452025-01-10T04:21:26.231ZCreate backup boot environment: Yes
1462025-01-10T04:21:26.231Z Rebuild boot archive: No
1472025-01-10T04:21:26.231Z
1482025-01-10T04:21:26.231ZChanged mediators:
1492025-01-10T04:21:26.231Z mediator clang:
1502025-01-10T04:21:26.231Z version: None -> 15 (system default)
1512025-01-10T04:21:26.231Z
1522025-01-10T04:21:26.231Z mediator llvm:
1532025-01-10T04:21:26.231Z version: 14 (system default) -> 15 (system default)
1542025-01-10T04:21:26.231Z
1552025-01-10T04:21:26.231ZChanged packages:
1562025-01-10T04:21:26.231Zhelios-dev
1572025-01-10T04:21:26.231Z developer/build-essential
1582025-01-10T04:21:26.232Z None -> 11-2.0
1592025-01-10T04:21:26.232Z library/libxmlsec1
1602025-01-10T04:21:26.232Z None -> 1.2.35-2.0
1612025-01-10T04:21:26.232Z ooce/developer/clang-15
1622025-01-10T04:21:26.232Z None -> 15.0.7-2.0
1632025-01-10T04:21:26.232Z ooce/developer/llvm-15
1642025-01-10T04:21:26.232Z None -> 15.0.7-2.0
1652025-01-10T04:21:26.232Z package/pkg
1662025-01-10T04:21:26.232Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-10T04:21:26.232Z system/library/g++-runtime
1682025-01-10T04:21:26.232Z 13-2.0 -> 14-2.0
1692025-01-10T04:21:26.232Z system/library/gcc-runtime
1702025-01-10T04:21:26.232Z 13-2.0 -> 14-2.0
1712025-01-10T04:21:26.232Z
1722025-01-10T04:21:26.232ZServices:
1732025-01-10T04:21:26.233Z restart_fmri:
1742025-01-10T04:21:26.233Z svc:/system/update-man-index:default
1752025-01-10T04:21:26.233Z
1762025-01-10T04:21:26.233ZEditable files to change:
1772025-01-10T04:21:26.233Z Update:
1782025-01-10T04:21:26.233Z usr/share/lib/pkg/web/config.shtml
1792025-01-10T04:21:26.376Z
1802025-01-10T04:21:26.376ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-10T04:21:31.384ZDownload: 524/4301 items 17.0/225.4MB 7% complete (3.5M/s)
1822025-01-10T04:21:40.201ZDownload: 1193/4301 items 83.3/225.4MB 36% complete (8.9M/s)
1832025-01-10T04:21:45.202ZDownload: 1591/4301 items 116.9/225.4MB 51% complete (4.1M/s)
1842025-01-10T04:21:50.212ZDownload: 2187/4301 items 118.3/225.4MB 52% complete (3.5M/s)
1852025-01-10T04:21:57.339ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (1.4M/s)
1862025-01-10T04:22:05.773ZDownload: 2222/4301 items 119.2/225.4MB 52% complete
1872025-01-10T04:22:11.429ZDownload: 3276/4301 items 208.9/225.4MB 92% complete (18.1M/s)
1882025-01-10T04:22:16.431ZDownload: 3341/4301 items 212.9/225.4MB 94% complete (9.3M/s)
1892025-01-10T04:22:20.246ZDownload: Completed 225.42 MB in 53.87 seconds (4.2M/s)
1902025-01-10T04:22:22.757Z Actions: 1/5122 actions (Removing old actions)
1912025-01-10T04:22:22.773Z Actions: 194/5122 actions (Installing new actions)
1922025-01-10T04:22:27.858Z Actions: 4162/5122 actions (Installing new actions)
1932025-01-10T04:22:27.972Z Actions: 4267/5122 actions (Updating modified actions)
1942025-01-10T04:22:28.526Z Actions: Completed 5122 actions in 5.77 seconds.
1952025-01-10T04:22:28.941Z Done (0.407s)
1962025-01-10T04:22:28.943Z Done (0.001s)
1972025-01-10T04:22:29.524Z Done (0.581s)
1982025-01-10T04:22:33.784Z Done (4.032s)
1992025-01-10T04:22:33.872Z Done (0.018s)
2002025-01-10T04:22:33.875Z Done (0.000s)
2012025-01-10T04:22:34.039Z Done (0.000s)
2022025-01-10T04:22:34.740ZPlanning: Evaluating mediator changes ... Done
2032025-01-10T04:22:34.905ZPlanning: Checking for conflicting actions ... Done
2042025-01-10T04:22:34.908ZPlanning: Consolidating action changes ... Done
2052025-01-10T04:22:35.179ZPlanning: Evaluating mediators ... Done
2062025-01-10T04:22:35.182ZPlanning: Planning completed in 0.44 seconds
2072025-01-10T04:22:35.222Z Mediators to change: 2
2082025-01-10T04:22:35.222Z Create boot environment: No
2092025-01-10T04:22:35.224ZCreate backup boot environment: No
2102025-01-10T04:22:35.326Z Done
2112025-01-10T04:22:35.326Z Done
2122025-01-10T04:22:35.727Z Done
2132025-01-10T04:22:39.406Z Done
2142025-01-10T04:22:39.498Z Done
2152025-01-10T04:22:39.500Z Done
2162025-01-10T04:22:39.615Z Done
2172025-01-10T04:22:40.236ZPlanning: Evaluating mediator changes ... Done
2182025-01-10T04:22:40.239ZPlanning: Merging actions ... Done
2192025-01-10T04:22:40.430ZPlanning: Checking for conflicting actions ... Done
2202025-01-10T04:22:40.432ZPlanning: Consolidating action changes ... Done
2212025-01-10T04:22:40.703ZPlanning: Evaluating mediators ... Done
2222025-01-10T04:22:40.761ZPlanning: Planning completed in 0.77 seconds
2232025-01-10T04:22:40.802Z Packages to change: 1
2242025-01-10T04:22:40.802Z Mediators to change: 1
2252025-01-10T04:22:40.804Z Services to change: 1
2262025-01-10T04:22:40.804Z Create boot environment: No
2272025-01-10T04:22:40.804ZCreate backup boot environment: Yes
2282025-01-10T04:22:43.032Z Actions: 1/6 actions (Updating modified actions)
2292025-01-10T04:22:43.035Z Actions: Completed 6 actions in 0.00 seconds.
2302025-01-10T04:22:43.035Z Done
2312025-01-10T04:22:43.035Z Done
2322025-01-10T04:22:43.152Z Done
2332025-01-10T04:22:46.840Z Done
2342025-01-10T04:22:46.938Z Done
2352025-01-10T04:22:46.940Z Done
2362025-01-10T04:22:47.083Z Done
2372025-01-10T04:22:47.523ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2382025-01-10T04:22:47.523Zclang system 15 system
2392025-01-10T04:22:47.523Zcsh system system illumos
2402025-01-10T04:22:47.523Zctags system system illumos
2412025-01-10T04:22:47.523Zgcc vendor 12 vendor
2422025-01-10T04:22:47.523Zgcc system 10 system
2432025-01-10T04:22:47.523Zgcc system 7 system
2442025-01-10T04:22:47.524Zgo system 1.20 system
2452025-01-10T04:22:47.524Zgo system 1.19 system
2462025-01-10T04:22:47.524Zllvm system 15 system
2472025-01-10T04:22:47.524Zllvm system 14 system
2482025-01-10T04:22:47.524Zmariadb system 10.6 system
2492025-01-10T04:22:47.524Zmta vendor vendor dma
2502025-01-10T04:22:47.524Zopenjdk system 17 system
2512025-01-10T04:22:47.524Zopenjdk system 11 system
2522025-01-10T04:22:47.524Zopenjdk system 1.8 system
2532025-01-10T04:22:47.524Zopenssl vendor 3 vendor
2542025-01-10T04:22:47.524Zperl system 5.36 system
2552025-01-10T04:22:47.524Zpostgresql system 15 system
2562025-01-10T04:22:47.524Zpostgresql system 13 system
2572025-01-10T04:22:47.524Zpython vendor 3 vendor
2582025-01-10T04:22:47.524Zpython system 2 system
2592025-01-10T04:22:47.524Zpython3 system 3.11 system
2602025-01-10T04:22:47.524Zruby system 3.0 system
2612025-01-10T04:22:47.524Zwords vendor vendor american-english
2622025-01-10T04:22:47.524Zwords system system australian-english
2632025-01-10T04:22:47.524Zwords system system british-english
2642025-01-10T04:22:47.524Zwords system system canadian-english
2652025-01-10T04:22:47.524Zwords system system french
2662025-01-10T04:22:47.525Zwords system system italian
2672025-01-10T04:22:47.525Zwords system system ngerman
2682025-01-10T04:22:47.525Zwords system system ogerman
2692025-01-10T04:22:47.525Zwords system system spanish
2702025-01-10T04:22:47.858ZPUBLISHER TYPE STATUS P LOCATION
2712025-01-10T04:22:47.858Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2722025-01-10T04:22:50.647ZFMRI IFO
2732025-01-10T04:22:50.647Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2742025-01-10T04:22:50.647Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2752025-01-10T04:22:50.647Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2762025-01-10T04:22:50.647Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2772025-01-10T04:22:50.647Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2782025-01-10T04:22:50.647Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2792025-01-10T04:22:50.648Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2802025-01-10T04:22:50.648Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2812025-01-10T04:22:50.648Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2822025-01-10T04:22:50.648Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2832025-01-10T04:22:50.648Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2842025-01-10T04:22:50.648Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2852025-01-10T04:22:50.648Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2862025-01-10T04:22:50.648Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2872025-01-10T04:22:50.648Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2882025-01-10T04:22:51.432Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2892025-01-10T04:22:51.734Z Updating crates.io index
2902025-01-10T04:22:51.739Z Updating git repository `https://github.com/oxidecomputer/diffus`
2912025-01-10T04:22:52.096Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922025-01-10T04:22:52.628Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2932025-01-10T04:22:52.895Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2942025-01-10T04:22:53.188Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2952025-01-10T04:22:53.473Z Updating git repository `https://github.com/oxidecomputer/propolis`
2962025-01-10T04:22:54.426Z Updating git repository `https://github.com/oxidecomputer/crucible`
2972025-01-10T04:22:55.972Z Updating git repository `https://github.com/oxidecomputer/opte`
2982025-01-10T04:22:56.674Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992025-01-10T04:22:57.433Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002025-01-10T04:22:57.705Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012025-01-10T04:22:58.017Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3022025-01-10T04:22:58.592Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3032025-01-10T04:22:58.889Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042025-01-10T04:22:59.230Z Updating git repository `https://github.com/oxidecomputer/tofino`
3052025-01-10T04:22:59.488Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062025-01-10T04:22:59.754Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072025-01-10T04:22:59.991Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082025-01-10T04:23:00.307Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092025-01-10T04:23:00.574Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-01-10T04:23:00.964Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3112025-01-10T04:23:01.241Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122025-01-10T04:23:01.732Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132025-01-10T04:23:02.040Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142025-01-10T04:23:02.394Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152025-01-10T04:23:02.850Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3162025-01-10T04:23:03.195Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172025-01-10T04:23:03.512Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182025-01-10T04:23:03.758Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192025-01-10T04:23:05.050Z Downloading crates ...
3202025-01-10T04:23:05.129Z Downloaded fnv v1.0.7
3212025-01-10T04:23:05.132Z Downloaded clap_derive v4.5.18
3222025-01-10T04:23:05.134Z Downloaded byteorder v1.5.0
3232025-01-10T04:23:05.134Z Downloaded camino-tempfile v1.1.1
3242025-01-10T04:23:05.137Z Downloaded anstyle v1.0.10
3252025-01-10T04:23:05.141Z Downloaded swrite v0.1.0
3262025-01-10T04:23:05.151Z Downloaded errno v0.3.9
3272025-01-10T04:23:05.154Z Downloaded equivalent v1.0.1
3282025-01-10T04:23:05.154Z Downloaded dtrace-parser v0.2.0
3292025-01-10T04:23:05.156Z Downloaded digest v0.10.7
3302025-01-10T04:23:05.161Z Downloaded pretty-hex v0.4.1
3312025-01-10T04:23:05.169Z Downloaded anstyle-query v1.1.1
3322025-01-10T04:23:05.172Z Downloaded usdt-macro v0.5.0
3332025-01-10T04:23:05.174Z Downloaded scroll_derive v0.12.0
3342025-01-10T04:23:05.178Z Downloaded crypto-common v0.1.6
3352025-01-10T04:23:05.181Z Downloaded bytecount v0.6.8
3362025-01-10T04:23:05.185Z Downloaded cargo-platform v0.1.8
3372025-01-10T04:23:05.188Z Downloaded thiserror v1.0.69
3382025-01-10T04:23:05.191Z Downloaded unicode-linebreak v0.1.5
3392025-01-10T04:23:05.193Z Downloaded fastrand v2.1.1
3402025-01-10T04:23:05.202Z Downloaded dof v0.3.0
3412025-01-10T04:23:05.204Z Downloaded fs-err v2.11.0
3422025-01-10T04:23:05.204Z Downloaded autocfg v1.4.0
3432025-01-10T04:23:05.206Z Downloaded cpufeatures v0.2.14
3442025-01-10T04:23:05.212Z Downloaded tabled_derive v0.7.0
3452025-01-10T04:23:05.214Z Downloaded plain v0.2.3
3462025-01-10T04:23:05.214Z Downloaded is_terminal_polyfill v1.70.1
3472025-01-10T04:23:05.217Z Downloaded heck v0.4.1
3482025-01-10T04:23:05.217Z Downloaded colorchoice v1.0.2
3492025-01-10T04:23:05.221Z Downloaded clap_lex v0.7.2
3502025-01-10T04:23:05.221Z Downloaded cfg-if v1.0.0
3512025-01-10T04:23:05.221Z Downloaded strsim v0.11.1
3522025-01-10T04:23:05.223Z Downloaded macaddr v1.0.1
3532025-01-10T04:23:05.228Z Downloaded usdt v0.5.0
3542025-01-10T04:23:05.230Z Downloaded memmap v0.7.0
3552025-01-10T04:23:05.234Z Downloaded toml_datetime v0.6.8
3562025-01-10T04:23:05.235Z Downloaded cargo_toml v0.20.5
3572025-01-10T04:23:05.235Z Downloaded camino v1.1.9
3582025-01-10T04:23:05.237Z Downloaded pest_generator v2.7.14
3592025-01-10T04:23:05.237Z Downloaded anstyle-parse v0.2.5
3602025-01-10T04:23:05.240Z Downloaded terminal_size v0.4.0
3612025-01-10T04:23:05.240Z Downloaded utf8parse v0.2.2
3622025-01-10T04:23:05.240Z Downloaded generic-array v0.14.7
3632025-01-10T04:23:05.247Z Downloaded usdt-attr-macro v0.5.0
3642025-01-10T04:23:05.250Z Downloaded itoa v1.0.11
3652025-01-10T04:23:05.250Z Downloaded version_check v0.9.5
3662025-01-10T04:23:05.250Z Downloaded thread-id v4.2.2
3672025-01-10T04:23:05.250Z Downloaded smawk v0.3.2
3682025-01-10T04:23:05.253Z Downloaded anstream v0.6.15
3692025-01-10T04:23:05.255Z Downloaded serde_tokenstream v0.2.2
3702025-01-10T04:23:05.259Z Downloaded cargo_metadata v0.18.1
3712025-01-10T04:23:05.259Z Downloaded serde_spanned v0.6.8
3722025-01-10T04:23:05.259Z Downloaded proc-macro-error-attr v1.0.4
3732025-01-10T04:23:05.259Z Downloaded heck v0.5.0
3742025-01-10T04:23:05.263Z Downloaded proc-macro-error v1.0.4
3752025-01-10T04:23:05.266Z Downloaded sha2 v0.10.8
3762025-01-10T04:23:05.269Z Downloaded scroll v0.12.0
3772025-01-10T04:23:05.271Z Downloaded pest_derive v2.7.14
3782025-01-10T04:23:05.274Z Downloaded tempfile v3.13.0
3792025-01-10T04:23:05.284Z Downloaded quote v1.0.37
3802025-01-10T04:23:05.287Z Downloaded anyhow v1.0.93
3812025-01-10T04:23:05.290Z Downloaded zerocopy-derive v0.7.35
3822025-01-10T04:23:05.294Z Downloaded block-buffer v0.10.4
3832025-01-10T04:23:05.297Z Downloaded bitflags v2.6.0
3842025-01-10T04:23:05.299Z Downloaded unicode-ident v1.0.13
3852025-01-10T04:23:05.302Z Downloaded clap v4.5.21
3862025-01-10T04:23:05.309Z Downloaded thiserror-impl v1.0.69
3872025-01-10T04:23:05.311Z Downloaded papergrid v0.11.0
3882025-01-10T04:23:05.314Z Downloaded proc-macro2 v1.0.89
3892025-01-10T04:23:05.318Z Downloaded typenum v1.17.0
3902025-01-10T04:23:05.325Z Downloaded toml v0.8.19
3912025-01-10T04:23:05.325Z Downloaded semver v1.0.23
3922025-01-10T04:23:05.328Z Downloaded ucd-trie v0.1.7
3932025-01-10T04:23:05.328Z Downloaded serde_derive v1.0.215
3942025-01-10T04:23:05.329Z Downloaded ryu v1.0.18
3952025-01-10T04:23:05.332Z Downloaded pest_meta v2.7.14
3962025-01-10T04:23:05.334Z Downloaded textwrap v0.16.1
3972025-01-10T04:23:05.337Z Downloaded usdt-impl v0.5.0
3982025-01-10T04:23:05.337Z Downloaded once_cell v1.20.2
3992025-01-10T04:23:05.341Z Downloaded log v0.4.22
4002025-01-10T04:23:05.349Z Downloaded serde v1.0.215
4012025-01-10T04:23:05.352Z Downloaded indexmap v2.6.0
4022025-01-10T04:23:05.358Z Downloaded memchr v2.7.4
4032025-01-10T04:23:05.368Z Downloaded toml_edit v0.22.22
4042025-01-10T04:23:05.386Z Downloaded clap_builder v4.5.21
4052025-01-10T04:23:05.412Z Downloaded hashbrown v0.15.1
4062025-01-10T04:23:05.417Z Downloaded zerocopy v0.7.35
4072025-01-10T04:23:05.431Z Downloaded serde_json v1.0.133
4082025-01-10T04:23:05.438Z Downloaded winnow v0.6.20
4092025-01-10T04:23:05.445Z Downloaded goblin v0.8.2
4102025-01-10T04:23:05.451Z Downloaded pest v2.7.14
4112025-01-10T04:23:05.456Z Downloaded tabled v0.15.0
4122025-01-10T04:23:05.470Z Downloaded syn v1.0.109
4132025-01-10T04:23:05.479Z Downloaded syn v2.0.87
4142025-01-10T04:23:05.489Z Downloaded unicode-width v0.1.14
4152025-01-10T04:23:05.495Z Downloaded rustix v0.38.37
4162025-01-10T04:23:05.532Z Downloaded libc v0.2.162
4172025-01-10T04:23:05.844Z Compiling proc-macro2 v1.0.89
4182025-01-10T04:23:05.844Z Compiling unicode-ident v1.0.13
4192025-01-10T04:23:05.844Z Compiling serde v1.0.215
4202025-01-10T04:23:05.845Z Compiling version_check v0.9.5
4212025-01-10T04:23:05.849Z Compiling memchr v2.7.4
4222025-01-10T04:23:05.849Z Compiling thiserror v1.0.69
4232025-01-10T04:23:05.849Z Compiling libc v0.2.162
4242025-01-10T04:23:05.880Z Compiling itoa v1.0.11
4252025-01-10T04:23:06.108Z Compiling ryu v1.0.18
4262025-01-10T04:23:06.234Z Compiling ucd-trie v0.1.7
4272025-01-10T04:23:06.463Z Compiling once_cell v1.20.2
4282025-01-10T04:23:06.711Z Compiling byteorder v1.5.0
4292025-01-10T04:23:06.839Z Compiling rustix v0.38.37
4302025-01-10T04:23:06.864Z Compiling serde_json v1.0.133
4312025-01-10T04:23:07.171Z Compiling bitflags v2.6.0
4322025-01-10T04:23:07.292Z Compiling proc-macro-error-attr v1.0.4
4332025-01-10T04:23:07.575Z Compiling usdt-impl v0.5.0
4342025-01-10T04:23:07.630Z Compiling syn v1.0.109
4352025-01-10T04:23:07.736Z Compiling proc-macro-error v1.0.4
4362025-01-10T04:23:07.762Z Compiling quote v1.0.37
4372025-01-10T04:23:07.812Z Compiling equivalent v1.0.1
4382025-01-10T04:23:07.939Z Compiling hashbrown v0.15.1
4392025-01-10T04:23:08.008Z Compiling utf8parse v0.2.2
4402025-01-10T04:23:08.062Z Compiling errno v0.3.9
4412025-01-10T04:23:08.183Z Compiling syn v2.0.87
4422025-01-10T04:23:08.370Z Compiling log v0.4.22
4432025-01-10T04:23:08.395Z Compiling plain v0.2.3
4442025-01-10T04:23:08.472Z Compiling thread-id v4.2.2
4452025-01-10T04:23:08.517Z Compiling camino v1.1.9
4462025-01-10T04:23:08.598Z Compiling anstyle-parse v0.2.5
4472025-01-10T04:23:08.959Z Compiling is_terminal_polyfill v1.70.1
4482025-01-10T04:23:09.091Z Compiling indexmap v2.6.0
4492025-01-10T04:23:09.148Z Compiling autocfg v1.4.0
4502025-01-10T04:23:09.245Z Compiling anstyle-query v1.1.1
4512025-01-10T04:23:09.271Z Compiling semver v1.0.23
4522025-01-10T04:23:09.415Z Compiling winnow v0.6.20
4532025-01-10T04:23:09.526Z Compiling anstyle v1.0.10
4542025-01-10T04:23:09.818Z Compiling colorchoice v1.0.2
4552025-01-10T04:23:09.982Z Compiling pretty-hex v0.4.1
4562025-01-10T04:23:10.008Z Compiling unicode-width v0.1.14
4572025-01-10T04:23:10.205Z Compiling anstream v0.6.15
4582025-01-10T04:23:10.313Z Compiling fs-err v2.11.0
4592025-01-10T04:23:10.483Z Compiling terminal_size v0.4.0
4602025-01-10T04:23:10.694Z Compiling fnv v1.0.7
4612025-01-10T04:23:10.753Z Compiling anyhow v1.0.93
4622025-01-10T04:23:10.780Z Compiling heck v0.4.1
4632025-01-10T04:23:10.845Z Compiling bytecount v0.6.8
4642025-01-10T04:23:10.937Z Compiling fastrand v2.1.1
4652025-01-10T04:23:11.051Z Compiling strsim v0.11.1
4662025-01-10T04:23:11.170Z Compiling heck v0.5.0
4672025-01-10T04:23:11.313Z Compiling cfg-if v1.0.0
4682025-01-10T04:23:11.426Z Compiling clap_lex v0.7.2
4692025-01-10T04:23:11.708Z Compiling clap_builder v4.5.21
4702025-01-10T04:23:11.946Z Compiling tempfile v3.13.0
4712025-01-10T04:23:11.980Z Compiling papergrid v0.11.0
4722025-01-10T04:23:12.295Z Compiling memmap v0.7.0
4732025-01-10T04:23:12.404Z Compiling smawk v0.3.2
4742025-01-10T04:23:12.621Z Compiling unicode-linebreak v0.1.5
4752025-01-10T04:23:13.126Z Compiling textwrap v0.16.1
4762025-01-10T04:23:13.235Z Compiling swrite v0.1.0
4772025-01-10T04:23:14.231Z Compiling tabled_derive v0.7.0
4782025-01-10T04:23:15.866Z Compiling tabled v0.15.0
4792025-01-10T04:23:17.267Z Compiling serde_derive v1.0.215
4802025-01-10T04:23:17.267Z Compiling thiserror-impl v1.0.69
4812025-01-10T04:23:17.270Z Compiling zerocopy-derive v0.7.35
4822025-01-10T04:23:17.270Z Compiling scroll_derive v0.12.0
4832025-01-10T04:23:17.369Z Compiling clap_derive v4.5.18
4842025-01-10T04:23:18.512Z Compiling scroll v0.12.0
4852025-01-10T04:23:18.922Z Compiling zerocopy v0.7.35
4862025-01-10T04:23:18.988Z Compiling goblin v0.8.2
4872025-01-10T04:23:20.081Z Compiling pest v2.7.14
4882025-01-10T04:23:21.206Z Compiling clap v4.5.21
4892025-01-10T04:23:22.319Z Compiling pest_meta v2.7.14
4902025-01-10T04:23:23.145Z Compiling pest_generator v2.7.14
4912025-01-10T04:23:25.148Z Compiling pest_derive v2.7.14
4922025-01-10T04:23:25.809Z Compiling dtrace-parser v0.2.0
4932025-01-10T04:23:27.282Z Compiling toml_datetime v0.6.8
4942025-01-10T04:23:27.282Z Compiling serde_spanned v0.6.8
4952025-01-10T04:23:27.284Z Compiling cargo-platform v0.1.8
4962025-01-10T04:23:27.660Z Compiling serde_tokenstream v0.2.2
4972025-01-10T04:23:27.852Z Compiling toml_edit v0.22.22
4982025-01-10T04:23:27.894Z Compiling macaddr v1.0.1
4992025-01-10T04:23:28.035Z Compiling camino-tempfile v1.1.1
5002025-01-10T04:23:28.775Z Compiling dof v0.3.0
5012025-01-10T04:23:28.775Z Compiling cargo_metadata v0.18.1
5022025-01-10T04:23:30.627Z Compiling toml v0.8.19
5032025-01-10T04:23:30.733Z Compiling usdt-attr-macro v0.5.0
5042025-01-10T04:23:30.733Z Compiling usdt-macro v0.5.0
5052025-01-10T04:23:31.518Z Compiling cargo_toml v0.20.5
5062025-01-10T04:23:32.110Z Compiling usdt v0.5.0
5072025-01-10T04:23:35.134Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5082025-01-10T04:23:39.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.12s
5092025-01-10T04:23:39.586Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5102025-01-10T04:23:40.124Z Downloading crates ...
5112025-01-10T04:23:40.244Z Downloaded allocator-api2 v0.2.18
5122025-01-10T04:23:40.249Z Downloaded async-stream-impl v0.3.6
5132025-01-10T04:23:40.258Z Downloaded aead v0.5.2
5142025-01-10T04:23:40.263Z Downloaded ciborium-io v0.2.2
5152025-01-10T04:23:40.269Z Downloaded cfg_aliases v0.1.1
5162025-01-10T04:23:40.272Z Downloaded atomicwrites v0.4.4
5172025-01-10T04:23:40.274Z Downloaded cstr-argument v0.1.2
5182025-01-10T04:23:40.280Z Downloaded crunchy v0.2.2
5192025-01-10T04:23:40.283Z Downloaded atty v0.2.14
5202025-01-10T04:23:40.286Z Downloaded arrayref v0.3.9
5212025-01-10T04:23:40.286Z Downloaded array-init v0.0.4
5222025-01-10T04:23:40.288Z Downloaded bcrypt-pbkdf v0.10.0
5232025-01-10T04:23:40.289Z Downloaded adler2 v2.0.0
5242025-01-10T04:23:40.291Z Downloaded ahash v0.8.11
5252025-01-10T04:23:40.293Z Downloaded crucible-workspace-hack v0.1.0
5262025-01-10T04:23:40.296Z Downloaded const_format_proc_macros v0.2.33
5272025-01-10T04:23:40.299Z Downloaded cexpr v0.6.0
5282025-01-10T04:23:40.299Z Downloaded castaway v0.2.3
5292025-01-10T04:23:40.301Z Downloaded cfg_aliases v0.2.1
5302025-01-10T04:23:40.301Z Downloaded convert_case v0.4.0
5312025-01-10T04:23:40.303Z Downloaded blowfish v0.9.1
5322025-01-10T04:23:40.304Z Downloaded addr2line v0.24.2
5332025-01-10T04:23:40.306Z Downloaded crc v3.2.1
5342025-01-10T04:23:40.309Z Downloaded cmake v0.1.51
5352025-01-10T04:23:40.311Z Downloaded ascii-canvas v3.0.0
5362025-01-10T04:23:40.315Z Downloaded block-padding v0.3.3
5372025-01-10T04:23:40.318Z Downloaded ciborium-ll v0.2.2
5382025-01-10T04:23:40.318Z Downloaded crc-catalog v2.4.0
5392025-01-10T04:23:40.318Z Downloaded cbc v0.1.2
5402025-01-10T04:23:40.320Z Downloaded atomic-waker v1.1.2
5412025-01-10T04:23:40.320Z Downloaded async-recursion v1.1.1
5422025-01-10T04:23:40.324Z Downloaded buf-list v1.0.3
5432025-01-10T04:23:40.326Z Downloaded bitfield v0.14.0
5442025-01-10T04:23:40.328Z Downloaded cipher v0.4.4
5452025-01-10T04:23:40.331Z Downloaded bzip2 v0.4.4
5462025-01-10T04:23:40.334Z Downloaded argon2 v0.5.3
5472025-01-10T04:23:40.334Z Downloaded chrono-tz-build v0.4.0
5482025-01-10T04:23:40.341Z Downloaded bitfield-struct v0.6.2
5492025-01-10T04:23:40.343Z Downloaded bit-vec v0.6.3
5502025-01-10T04:23:40.346Z Downloaded backoff v0.4.0
5512025-01-10T04:23:40.349Z Downloaded async-trait v0.1.83
5522025-01-10T04:23:40.352Z Downloaded bcs v0.1.6
5532025-01-10T04:23:40.352Z Downloaded console v0.15.8
5542025-01-10T04:23:40.354Z Downloaded chacha20 v0.9.1
5552025-01-10T04:23:40.358Z Downloaded csv-core v0.1.11
5562025-01-10T04:23:40.360Z Downloaded ciborium v0.2.2
5572025-01-10T04:23:40.365Z Downloaded cassowary v0.3.0
5582025-01-10T04:23:40.365Z Downloaded arrayvec v0.7.6
5592025-01-10T04:23:40.368Z Downloaded async-bb8-diesel v0.2.1
5602025-01-10T04:23:40.368Z Downloaded crossbeam-deque v0.8.5
5612025-01-10T04:23:40.371Z Downloaded cancel-safe-futures v0.1.5
5622025-01-10T04:23:40.379Z Downloaded headers-core v0.3.0
5632025-01-10T04:23:40.382Z Downloaded heck v0.3.3
5642025-01-10T04:23:40.384Z Downloaded bit-set v0.5.3
5652025-01-10T04:23:40.386Z Downloaded bb8 v0.8.5
5662025-01-10T04:23:40.386Z Downloaded constant_time_eq v0.3.1
5672025-01-10T04:23:40.389Z Downloaded base16ct v0.2.0
5682025-01-10T04:23:40.391Z Downloaded async-stream v0.3.6
5692025-01-10T04:23:40.394Z Downloaded cobs v0.2.3
5702025-01-10T04:23:40.394Z Downloaded assert_matches v1.5.0
5712025-01-10T04:23:40.396Z Downloaded sigpipe v0.1.3
5722025-01-10T04:23:40.396Z Downloaded heapless v0.8.0
5732025-01-10T04:23:40.399Z Downloaded stable_deref_trait v1.2.0
5742025-01-10T04:23:40.402Z Downloaded rand_chacha v0.3.1
5752025-01-10T04:23:40.405Z Downloaded bitflags v1.3.2
5762025-01-10T04:23:40.407Z Downloaded hmac v0.12.1
5772025-01-10T04:23:40.410Z Downloaded hex v0.4.3
5782025-01-10T04:23:40.410Z Downloaded const-oid v0.9.6
5792025-01-10T04:23:40.412Z Downloaded heapless v0.7.17
5802025-01-10T04:23:40.416Z Downloaded hickory-server v0.24.1
5812025-01-10T04:23:40.421Z Downloaded time-core v0.1.2
5822025-01-10T04:23:40.425Z Downloaded ref-cast-impl v1.0.23
5832025-01-10T04:23:40.425Z Downloaded httparse v1.9.5
5842025-01-10T04:23:40.427Z Downloaded crossbeam-epoch v0.9.18
5852025-01-10T04:23:40.430Z Downloaded try-lock v0.2.5
5862025-01-10T04:23:40.432Z Downloaded http-body v1.0.1
5872025-01-10T04:23:40.432Z Downloaded bytes v1.8.0
5882025-01-10T04:23:40.436Z Downloaded scopeguard v1.2.0
5892025-01-10T04:23:40.439Z Downloaded colored v2.1.0
5902025-01-10T04:23:40.442Z Downloaded hubpack v0.1.2
5912025-01-10T04:23:40.442Z Downloaded cookie_store v0.21.0
5922025-01-10T04:23:40.444Z Downloaded serde_path_to_error v0.1.16
5932025-01-10T04:23:40.447Z Downloaded hubpack_derive v0.1.1
5942025-01-10T04:23:40.447Z Downloaded hostname v0.3.1
5952025-01-10T04:23:40.449Z Downloaded highway v1.2.0
5962025-01-10T04:23:40.452Z Downloaded slog-json v2.6.1
5972025-01-10T04:23:40.452Z Downloaded slog-scope v4.4.0
5982025-01-10T04:23:40.454Z Downloaded strip-ansi-escapes v0.2.0
5992025-01-10T04:23:40.456Z Downloaded hickory-client v0.24.1
6002025-01-10T04:23:40.459Z Downloaded ident_case v1.0.1
6012025-01-10T04:23:40.459Z Downloaded icu_provider_macros v1.5.0
6022025-01-10T04:23:40.462Z Downloaded http-range v0.1.5
6032025-01-10T04:23:40.462Z Downloaded compact_str v0.8.0
6042025-01-10T04:23:40.466Z Downloaded hyper-tls v0.6.0
6052025-01-10T04:23:40.468Z Downloaded httpdate v1.0.3
6062025-01-10T04:23:40.470Z Downloaded hostname v0.4.0
6072025-01-10T04:23:40.470Z Downloaded chacha20poly1305 v0.10.1
6082025-01-10T04:23:40.473Z Downloaded tokio-macros v2.4.0
6092025-01-10T04:23:40.476Z Downloaded humantime v2.1.0
6102025-01-10T04:23:40.476Z Downloaded termcolor v1.4.1
6112025-01-10T04:23:40.479Z Downloaded darling_macro v0.20.10
6122025-01-10T04:23:40.479Z Downloaded synstructure v0.13.1
6132025-01-10T04:23:40.482Z Downloaded is_ci v1.2.0
6142025-01-10T04:23:40.482Z Downloaded signature v2.2.0
6152025-01-10T04:23:40.485Z Downloaded hyper-rustls v0.27.3
6162025-01-10T04:23:40.487Z Downloaded home v0.5.9
6172025-01-10T04:23:40.487Z Downloaded cookie v0.18.1
6182025-01-10T04:23:40.489Z Downloaded serde_derive_internals v0.29.1
6192025-01-10T04:23:40.501Z Downloaded instant v0.1.13
6202025-01-10T04:23:40.501Z Downloaded typify-macro v0.2.0
6212025-01-10T04:23:40.501Z Downloaded serde_plain v1.0.2
6222025-01-10T04:23:40.501Z Downloaded quinn-udp v0.5.5
6232025-01-10T04:23:40.501Z Downloaded unicode-truncate v1.1.0
6242025-01-10T04:23:40.504Z Downloaded match_cfg v0.1.0
6252025-01-10T04:23:40.504Z Downloaded stringprep v0.1.5
6262025-01-10T04:23:40.504Z Downloaded cc v1.1.30
6272025-01-10T04:23:40.508Z Downloaded crossbeam-utils v0.8.20
6282025-01-10T04:23:40.511Z Downloaded const_format v0.2.33
6292025-01-10T04:23:40.515Z Downloaded crypto-bigint v0.5.5
6302025-01-10T04:23:40.520Z Downloaded term v0.7.0
6312025-01-10T04:23:40.523Z Downloaded backtrace v0.3.74
6322025-01-10T04:23:40.531Z Downloaded pretty-hex v0.2.1
6332025-01-10T04:23:40.534Z Downloaded num-conv v0.1.0
6342025-01-10T04:23:40.534Z Downloaded slog-envlogger v2.2.0
6352025-01-10T04:23:40.534Z Downloaded instability v0.3.2
6362025-01-10T04:23:40.536Z Downloaded hyper-staticfile v0.10.1
6372025-01-10T04:23:40.538Z Downloaded dunce v1.0.5
6382025-01-10T04:23:40.539Z Downloaded fallible-streaming-iterator v0.1.9
6392025-01-10T04:23:40.541Z Downloaded dirs-sys-next v0.1.2
6402025-01-10T04:23:40.541Z Downloaded dirs-next v2.0.0
6412025-01-10T04:23:40.543Z Downloaded lazycell v1.3.0
6422025-01-10T04:23:40.543Z Downloaded lru-cache v0.1.2
6432025-01-10T04:23:40.545Z Downloaded md-5 v0.10.6
6442025-01-10T04:23:40.548Z Downloaded float-ord v0.3.2
6452025-01-10T04:23:40.548Z Downloaded uzers v0.12.1
6462025-01-10T04:23:40.550Z Downloaded fallible-iterator v0.3.0
6472025-01-10T04:23:40.552Z Downloaded new_debug_unreachable v1.0.6
6482025-01-10T04:23:40.555Z Downloaded foreign-types v0.3.2
6492025-01-10T04:23:40.555Z Downloaded endian-type v0.1.2
6502025-01-10T04:23:40.555Z Downloaded linear-map v1.2.0
6512025-01-10T04:23:40.557Z Downloaded subprocess v0.2.9
6522025-01-10T04:23:40.559Z Downloaded prettyplease v0.2.25
6532025-01-10T04:23:40.563Z Downloaded memoffset v0.9.1
6542025-01-10T04:23:40.566Z Downloaded maplit v1.0.2
6552025-01-10T04:23:40.566Z Downloaded lazy_static v1.5.0
6562025-01-10T04:23:40.568Z Downloaded lockfree-object-pool v0.1.6
6572025-01-10T04:23:40.571Z Downloaded base64 v0.13.1
6582025-01-10T04:23:40.574Z Downloaded multimap v0.10.0
6592025-01-10T04:23:40.577Z Downloaded nanorand v0.7.0
6602025-01-10T04:23:40.577Z Downloaded managed v0.8.0
6612025-01-10T04:23:40.580Z Downloaded group v0.13.0
6622025-01-10T04:23:40.583Z Downloaded icu_normalizer v1.5.0
6632025-01-10T04:23:40.585Z Downloaded tinyvec_macros v0.1.1
6642025-01-10T04:23:40.585Z Downloaded ppv-lite86 v0.2.20
6652025-01-10T04:23:40.588Z Downloaded indent_write v2.2.0
6662025-01-10T04:23:40.588Z Downloaded maybe-uninit v2.0.0
6672025-01-10T04:23:40.590Z Downloaded packed_struct v0.10.1
6682025-01-10T04:23:40.593Z Downloaded resolv-conf v0.7.0
6692025-01-10T04:23:40.593Z Downloaded radium v0.7.0
6702025-01-10T04:23:40.595Z Downloaded derive_builder_core v0.20.2
6712025-01-10T04:23:40.598Z Downloaded strum v0.26.3
6722025-01-10T04:23:40.598Z Downloaded zeroize_derive v1.4.2
6732025-01-10T04:23:40.600Z Downloaded libefi-sys v0.1.0
6742025-01-10T04:23:40.600Z Downloaded lock_api v0.4.12
6752025-01-10T04:23:40.603Z Downloaded serde-big-array v0.5.1
6762025-01-10T04:23:40.605Z Downloaded value-bag v1.9.0
6772025-01-10T04:23:40.607Z Downloaded opaque-debug v0.3.1
6782025-01-10T04:23:40.610Z Downloaded futures-macro v0.3.31
6792025-01-10T04:23:40.610Z Downloaded foldhash v0.1.3
6802025-01-10T04:23:40.612Z Downloaded write16 v1.0.0
6812025-01-10T04:23:40.612Z Downloaded num-integer v0.1.46
6822025-01-10T04:23:40.615Z Downloaded globset v0.4.15
6832025-01-10T04:23:40.618Z Downloaded pin-utils v0.1.0
6842025-01-10T04:23:40.618Z Downloaded mime v0.3.17
6852025-01-10T04:23:40.621Z Downloaded zerocopy v0.6.6
6862025-01-10T04:23:40.623Z Downloaded same-file v1.0.6
6872025-01-10T04:23:40.623Z Downloaded icu_normalizer_data v1.5.0
6882025-01-10T04:23:40.626Z Downloaded crossbeam-channel v0.5.13
6892025-01-10T04:23:40.629Z Downloaded slab v0.4.9
6902025-01-10T04:23:40.632Z Downloaded foreign-types-shared v0.3.1
6912025-01-10T04:23:40.634Z Downloaded serde_repr v0.1.19
6922025-01-10T04:23:40.636Z Downloaded ssh-encoding v0.2.0
6932025-01-10T04:23:40.636Z Downloaded phf v0.11.2
6942025-01-10T04:23:40.639Z Downloaded tls_codec v0.4.1
6952025-01-10T04:23:40.642Z Downloaded structmeta-derive v0.3.0
6962025-01-10T04:23:40.642Z Downloaded fxhash v0.2.1
6972025-01-10T04:23:40.645Z Downloaded parking_lot v0.11.2
6982025-01-10T04:23:40.645Z Downloaded r2d2 v0.8.10
6992025-01-10T04:23:40.648Z Downloaded derive-where v1.2.7
7002025-01-10T04:23:40.659Z Downloaded path-slash v0.1.5
7012025-01-10T04:23:40.662Z Downloaded tui-tree-widget v0.22.0
7022025-01-10T04:23:40.664Z Downloaded strum_macros v0.24.3
7032025-01-10T04:23:40.664Z Downloaded uuid v1.11.1
7042025-01-10T04:23:40.668Z Downloaded utf16_iter v1.0.5
7052025-01-10T04:23:40.670Z Downloaded progenitor-client v0.8.0
7062025-01-10T04:23:40.670Z Downloaded icu_properties v1.5.1
7072025-01-10T04:23:40.673Z Downloaded writeable v0.5.5
7082025-01-10T04:23:40.675Z Downloaded progenitor-impl v0.8.0
7092025-01-10T04:23:40.678Z Downloaded pkcs1 v0.7.5
7102025-01-10T04:23:40.680Z Downloaded omicron-zone-package v0.12.0
7112025-01-10T04:23:40.684Z Downloaded sync_wrapper v1.0.1
7122025-01-10T04:23:40.687Z Downloaded sync-ptr v0.1.1
7132025-01-10T04:23:40.687Z Downloaded debug-ignore v1.0.5
7142025-01-10T04:23:40.691Z Downloaded num-iter v0.1.45
7152025-01-10T04:23:40.691Z Downloaded either v1.13.0
7162025-01-10T04:23:40.693Z Downloaded ed25519 v2.2.3
7172025-01-10T04:23:40.693Z Downloaded defmt-macros v0.3.9
7182025-01-10T04:23:40.696Z Downloaded newtype_derive v0.1.6
7192025-01-10T04:23:40.699Z Downloaded embedded-io v0.6.1
7202025-01-10T04:23:40.699Z Downloaded embedded-io v0.4.0
7212025-01-10T04:23:40.702Z Downloaded data-encoding v2.6.0
7222025-01-10T04:23:40.706Z Downloaded pkcs5 v0.7.1
7232025-01-10T04:23:40.709Z Downloaded sqlparser_derive v0.2.2
7242025-01-10T04:23:40.709Z Downloaded signal-hook-tokio v0.3.1
7252025-01-10T04:23:40.709Z Downloaded nibble_vec v0.1.0
7262025-01-10T04:23:40.713Z Downloaded vte_generate_state_changes v0.1.2
7272025-01-10T04:23:40.713Z Downloaded futures-task v0.3.31
7282025-01-10T04:23:40.713Z Downloaded futures-sink v0.3.31
7292025-01-10T04:23:40.715Z Downloaded newtype-uuid v1.1.3
7302025-01-10T04:23:40.715Z Downloaded paste v1.0.15
7312025-01-10T04:23:40.719Z Downloaded walkdir v2.5.0
7322025-01-10T04:23:40.721Z Downloaded tokio-tungstenite v0.24.0
7332025-01-10T04:23:40.725Z Downloaded zerofrom v0.1.4
7342025-01-10T04:23:40.725Z Downloaded openssl-macros v0.1.1
7352025-01-10T04:23:40.725Z Downloaded native-tls v0.2.12
7362025-01-10T04:23:40.728Z Downloaded half v2.4.1
7372025-01-10T04:23:40.730Z Downloaded thiserror v2.0.3
7382025-01-10T04:23:40.735Z Downloaded wyz v0.5.1
7392025-01-10T04:23:40.738Z Downloaded parking_lot v0.12.3
7402025-01-10T04:23:40.742Z Downloaded dsl_auto_type v0.1.2
7412025-01-10T04:23:40.745Z Downloaded yoke-derive v0.7.4
7422025-01-10T04:23:40.745Z Downloaded sec1 v0.7.3
7432025-01-10T04:23:40.745Z Downloaded icu_collections v1.5.0
7442025-01-10T04:23:40.751Z Downloaded tabwriter v1.4.0
7452025-01-10T04:23:40.753Z Downloaded owo-colors v4.1.0
7462025-01-10T04:23:40.756Z Downloaded num-rational v0.4.2
7472025-01-10T04:23:40.759Z Downloaded peg-runtime v0.8.3
7482025-01-10T04:23:40.759Z Downloaded rustls-pemfile v1.0.4
7492025-01-10T04:23:40.761Z Downloaded toml_edit v0.19.15
7502025-01-10T04:23:40.777Z Downloaded want v0.3.1
7512025-01-10T04:23:40.780Z Downloaded fixedbitset v0.4.2
7522025-01-10T04:23:40.780Z Downloaded ff v0.13.0
7532025-01-10T04:23:40.783Z Downloaded twox-hash v1.6.3
7542025-01-10T04:23:40.783Z Downloaded ssh-cipher v0.2.0
7552025-01-10T04:23:40.785Z Downloaded filetime v0.2.25
7562025-01-10T04:23:40.789Z Downloaded untrusted v0.7.1
7572025-01-10T04:23:40.789Z Downloaded aes v0.8.4
7582025-01-10T04:23:40.792Z Downloaded signal-hook-registry v1.4.2
7592025-01-10T04:23:40.795Z Downloaded signal-hook-mio v0.2.4
7602025-01-10T04:23:40.795Z Downloaded shlex v1.3.0
7612025-01-10T04:23:40.798Z Downloaded xz2 v0.1.7
7622025-01-10T04:23:40.798Z Downloaded polyval v0.6.2
7632025-01-10T04:23:40.801Z Downloaded dhcproto-macros v0.1.0
7642025-01-10T04:23:40.802Z Downloaded password-hash v0.5.0
7652025-01-10T04:23:40.802Z Downloaded socket2 v0.5.7
7662025-01-10T04:23:40.804Z Downloaded poly1305 v0.8.0
7672025-01-10T04:23:40.807Z Downloaded quick-error v1.2.3
7682025-01-10T04:23:40.811Z Downloaded flume v0.11.1
7692025-01-10T04:23:40.814Z Downloaded serde_urlencoded v0.7.1
7702025-01-10T04:23:40.815Z Downloaded slog-bunyan v2.5.0
7712025-01-10T04:23:40.817Z Downloaded semver v0.1.20
7722025-01-10T04:23:40.817Z Downloaded ref-cast v1.0.23
7732025-01-10T04:23:40.819Z Downloaded pin-project v1.1.6
7742025-01-10T04:23:40.832Z Downloaded normalize-line-endings v0.3.0
7752025-01-10T04:23:40.836Z Downloaded nodrop v0.1.14
7762025-01-10T04:23:40.836Z Downloaded unarray v0.1.4
7772025-01-10T04:23:40.836Z Downloaded subtle v2.6.1
7782025-01-10T04:23:40.839Z Downloaded strum_macros v0.25.3
7792025-01-10T04:23:40.839Z Downloaded russh v0.45.0
7802025-01-10T04:23:40.844Z Downloaded zerofrom-derive v0.1.4
7812025-01-10T04:23:40.847Z Downloaded slog-stdlog v4.1.1
7822025-01-10T04:23:40.849Z Downloaded diesel-dtrace v0.4.2
7832025-01-10T04:23:40.849Z Downloaded tinystr v0.7.6
7842025-01-10T04:23:40.852Z Downloaded slog-term v2.9.1
7852025-01-10T04:23:40.855Z Downloaded tokio-rustls v0.24.1
7862025-01-10T04:23:40.858Z Downloaded psl-types v2.0.11
7872025-01-10T04:23:40.861Z Downloaded yoke v0.7.4
7882025-01-10T04:23:40.861Z Downloaded typify v0.2.0
7892025-01-10T04:23:40.864Z Downloaded tokio-rustls v0.25.0
7902025-01-10T04:23:40.867Z Downloaded universal-hash v0.5.1
7912025-01-10T04:23:40.870Z Downloaded futures-channel v0.3.31
7922025-01-10T04:23:40.870Z Downloaded foreign-types-shared v0.1.1
7932025-01-10T04:23:40.874Z Downloaded topological-sort v0.2.2
7942025-01-10T04:23:40.874Z Downloaded hickory-resolver v0.24.1
7952025-01-10T04:23:40.877Z Downloaded minimal-lexical v0.2.1
7962025-01-10T04:23:40.880Z Downloaded tower-service v0.3.3
7972025-01-10T04:23:40.882Z Downloaded aho-corasick v1.1.3
7982025-01-10T04:23:40.888Z Downloaded newline-converter v0.3.0
7992025-01-10T04:23:40.891Z Downloaded mirai-annotations v1.12.0
8002025-01-10T04:23:40.891Z Downloaded futures-core v0.3.31
8012025-01-10T04:23:40.893Z Downloaded funty v2.0.0
8022025-01-10T04:23:40.893Z Downloaded signal-hook v0.3.17
8032025-01-10T04:23:40.896Z Downloaded serde_with_macros v3.11.0
8042025-01-10T04:23:40.899Z Downloaded strum_macros v0.26.4
8052025-01-10T04:23:40.902Z Downloaded num v0.4.3
8062025-01-10T04:23:40.904Z Downloaded powerfmt v0.2.0
8072025-01-10T04:23:40.904Z Downloaded dropshot_endpoint v0.13.0
8082025-01-10T04:23:40.907Z Downloaded spki v0.7.3
8092025-01-10T04:23:40.909Z Downloaded dropshot_endpoint v0.12.0
8102025-01-10T04:23:40.912Z Downloaded tiny-keccak v2.0.2
8112025-01-10T04:23:40.915Z Downloaded p256 v0.13.2
8122025-01-10T04:23:40.918Z Downloaded waitgroup v0.1.2
8132025-01-10T04:23:40.920Z Downloaded zerovec-derive v0.10.3
8142025-01-10T04:23:40.923Z Downloaded which v4.4.2
8152025-01-10T04:23:40.923Z Downloaded futures v0.3.31
8162025-01-10T04:23:40.928Z Downloaded oso-derive v0.27.3
8172025-01-10T04:23:40.931Z Downloaded derive_builder_macro v0.20.2
8182025-01-10T04:23:40.931Z Downloaded xattr v1.3.1
8192025-01-10T04:23:40.934Z Downloaded pin-project-internal v1.1.6
8202025-01-10T04:23:40.934Z Downloaded zopfli v0.8.1
8212025-01-10T04:23:40.939Z Downloaded tokio-native-tls v0.3.1
8222025-01-10T04:23:40.941Z Downloaded downcast v0.11.0
8232025-01-10T04:23:40.941Z Downloaded glob v0.3.1
8242025-01-10T04:23:40.941Z Downloaded diff v0.1.13
8252025-01-10T04:23:40.944Z Downloaded parking_lot_core v0.8.6
8262025-01-10T04:23:40.947Z Downloaded rand_seeder v0.3.0
8272025-01-10T04:23:40.949Z Downloaded hash32 v0.3.1
8282025-01-10T04:23:40.953Z Downloaded hash32 v0.2.1
8292025-01-10T04:23:40.953Z Downloaded env_filter v0.1.2
8302025-01-10T04:23:40.957Z Downloaded sct v0.7.1
8312025-01-10T04:23:40.959Z Downloaded mockall v0.13.0
8322025-01-10T04:23:40.959Z Downloaded rusqlite v0.32.1
8332025-01-10T04:23:40.966Z Downloaded number_prefix v0.4.0
8342025-01-10T04:23:40.968Z Downloaded nu-ansi-term v0.50.1
8352025-01-10T04:23:40.971Z Downloaded headers v0.4.0
8362025-01-10T04:23:40.975Z Downloaded thiserror-impl v2.0.3
8372025-01-10T04:23:40.978Z Downloaded structmeta v0.3.0
8382025-01-10T04:23:40.980Z Downloaded scrypt v0.11.0
8392025-01-10T04:23:40.980Z Downloaded whoami v1.5.2
8402025-01-10T04:23:40.982Z Downloaded zone_cfg_derive v0.1.2
8412025-01-10T04:23:40.986Z Downloaded precomputed-hash v0.1.1
8422025-01-10T04:23:40.986Z Downloaded wait-timeout v0.2.0
8432025-01-10T04:23:40.986Z Downloaded dhcproto v0.12.0
8442025-01-10T04:23:40.989Z Downloaded parse-display v0.10.0
8452025-01-10T04:23:40.991Z Downloaded deranged v0.3.11
8462025-01-10T04:23:40.993Z Downloaded ed25519-dalek v2.1.1
8472025-01-10T04:23:40.995Z Downloaded ron v0.7.1
8482025-01-10T04:23:41.000Z Downloaded tokio-postgres v0.7.12
8492025-01-10T04:23:41.005Z Downloaded displaydoc v0.2.5
8502025-01-10T04:23:41.009Z Downloaded toolchain_find v0.4.0
8512025-01-10T04:23:41.011Z Downloaded sha1 v0.10.6
8522025-01-10T04:23:41.013Z Downloaded predicates-tree v1.0.11
8532025-01-10T04:23:41.013Z Downloaded predicates v3.1.2
8542025-01-10T04:23:41.016Z Downloaded unicase v2.7.0
8552025-01-10T04:23:41.019Z Downloaded predicates-core v1.0.8
8562025-01-10T04:23:41.021Z Downloaded difflib v0.4.0
8572025-01-10T04:23:41.021Z Downloaded multer v3.1.0
8582025-01-10T04:23:41.023Z Downloaded progenitor v0.8.0
8592025-01-10T04:23:41.026Z Downloaded thiserror-impl-no-std v2.0.2
8602025-01-10T04:23:41.026Z Downloaded proc-macro-crate v1.3.1
8612025-01-10T04:23:41.028Z Downloaded primeorder v0.13.6
8622025-01-10T04:23:41.031Z Downloaded rand_xorshift v0.3.0
8632025-01-10T04:23:41.031Z Downloaded typed-path v0.9.3
8642025-01-10T04:23:41.036Z Downloaded unicode-xid v0.2.6
8652025-01-10T04:23:41.038Z Downloaded zone_cfg_derive v0.3.0
8662025-01-10T04:23:41.038Z Downloaded parking_lot_core v0.9.10
8672025-01-10T04:23:41.041Z Downloaded zone v0.3.0
8682025-01-10T04:23:41.043Z Downloaded tracing-core v0.1.32
8692025-01-10T04:23:41.046Z Downloaded tinyvec v1.8.0
8702025-01-10T04:23:41.050Z Downloaded p521 v0.13.3
8712025-01-10T04:23:41.053Z Downloaded slog v2.7.0
8722025-01-10T04:23:41.055Z Downloaded fragile v2.0.0
8732025-01-10T04:23:41.057Z Downloaded form_urlencoded v1.2.1
8742025-01-10T04:23:41.060Z Downloaded tokio-util v0.7.12
8752025-01-10T04:23:41.065Z Downloaded rustfmt-wrapper v0.2.1
8762025-01-10T04:23:41.067Z Downloaded snafu-derive v0.8.5
8772025-01-10T04:23:41.070Z Downloaded num_enum_derive v0.5.11
8782025-01-10T04:23:41.070Z Downloaded num_enum v0.5.11
8792025-01-10T04:23:41.074Z Downloaded pbkdf2 v0.12.2
8802025-01-10T04:23:41.076Z Downloaded time v0.3.36
8812025-01-10T04:23:41.083Z Downloaded fallible-iterator v0.2.0
8822025-01-10T04:23:41.089Z Downloaded foreign-types v0.5.0
8832025-01-10T04:23:41.089Z Downloaded des v0.8.1
8842025-01-10T04:23:41.089Z Downloaded simd-adler32 v0.3.7
8852025-01-10T04:23:41.092Z Downloaded bitvec v1.0.1
8862025-01-10T04:23:41.104Z Downloaded take_mut v0.2.2
8872025-01-10T04:23:41.108Z Downloaded ghash v0.5.1
8882025-01-10T04:23:41.108Z Downloaded phf_shared v0.10.0
8892025-01-10T04:23:41.108Z Downloaded time-macros v0.2.18
8902025-01-10T04:23:41.111Z Downloaded unsafe-libyaml v0.2.11
8912025-01-10T04:23:41.114Z Downloaded rsa v0.9.6
8922025-01-10T04:23:41.118Z Downloaded flagset v0.4.6
8932025-01-10T04:23:41.121Z Downloaded openssl-probe v0.1.5
8942025-01-10T04:23:41.121Z Downloaded smallvec v0.6.14
8952025-01-10T04:23:41.123Z Downloaded parse-zoneinfo v0.3.1
8962025-01-10T04:23:41.126Z Downloaded parse-size v1.1.0
8972025-01-10T04:23:41.130Z Downloaded sqlparser v0.45.0
8982025-01-10T04:23:41.134Z Downloaded tls_codec_derive v0.4.1
8992025-01-10T04:23:41.137Z Downloaded chrono v0.4.38
9002025-01-10T04:23:41.141Z Downloaded rustc_version v0.4.1
9012025-01-10T04:23:41.148Z Downloaded postgres-protocol v0.6.7
9022025-01-10T04:23:41.152Z Downloaded rand_core v0.6.4
9032025-01-10T04:23:41.152Z Downloaded h2 v0.4.6
9042025-01-10T04:23:41.154Z Downloaded num_threads v0.1.7
9052025-01-10T04:23:41.154Z Downloaded env_logger v0.11.5
9062025-01-10T04:23:41.157Z Downloaded pkg-config v0.3.31
9072025-01-10T04:23:41.160Z Downloaded foreign-types-macros v0.2.3
9082025-01-10T04:23:41.160Z Downloaded untrusted v0.9.0
9092025-01-10T04:23:41.163Z Downloaded termios v0.3.3
9102025-01-10T04:23:41.163Z Downloaded float-cmp v0.9.0
9112025-01-10T04:23:41.166Z Downloaded ena v0.14.3
9122025-01-10T04:23:41.166Z Downloaded olpc-cjson v0.1.4
9132025-01-10T04:23:41.168Z Downloaded phf_shared v0.11.2
9142025-01-10T04:23:41.168Z Downloaded secrecy v0.8.0
9152025-01-10T04:23:41.171Z Downloaded password-hash v0.4.2
9162025-01-10T04:23:41.171Z Downloaded scheduled-thread-pool v0.2.7
9172025-01-10T04:23:41.173Z Downloaded peg v0.8.4
9182025-01-10T04:23:41.176Z Downloaded tap v1.0.1
9192025-01-10T04:23:41.178Z Downloaded zerocopy-derive v0.8.10
9202025-01-10T04:23:41.183Z Downloaded thiserror-no-std v2.0.2
9212025-01-10T04:23:41.186Z Downloaded utf8_iter v1.0.4
9222025-01-10T04:23:41.189Z Downloaded snafu v0.8.5
9232025-01-10T04:23:41.193Z Downloaded parse-display-derive v0.10.0
9242025-01-10T04:23:41.196Z Downloaded pin-project-lite v0.2.14
9252025-01-10T04:23:41.199Z Downloaded pkcs8 v0.10.2
9262025-01-10T04:23:41.202Z Downloaded smallvec v1.13.2
9272025-01-10T04:23:41.204Z Downloaded phf_generator v0.11.2
9282025-01-10T04:23:41.207Z Downloaded ecdsa v0.16.9
9292025-01-10T04:23:41.211Z Downloaded serde_yaml v0.9.34+deprecated
9302025-01-10T04:23:41.214Z Downloaded rustls-pki-types v1.10.0
9312025-01-10T04:23:41.216Z Downloaded zip v2.1.3
9322025-01-10T04:23:41.219Z Downloaded env_logger v0.10.2
9332025-01-10T04:23:41.222Z Downloaded fatfs v0.3.6
9342025-01-10T04:23:41.224Z Downloaded tracing v0.1.40
9352025-01-10T04:23:41.229Z Downloaded tungstenite v0.23.0
9362025-01-10T04:23:41.233Z Downloaded fd-lock v4.0.2
9372025-01-10T04:23:41.236Z Downloaded unicode-bidi v0.3.17
9382025-01-10T04:23:41.238Z Downloaded publicsuffix v2.2.3
9392025-01-10T04:23:41.241Z Downloaded russh-keys v0.45.0
9402025-01-10T04:23:41.243Z Downloaded structmeta-derive v0.2.0
9412025-01-10T04:23:41.243Z Downloaded zerovec v0.10.4
9422025-01-10T04:23:41.249Z Downloaded tokio-tungstenite v0.21.0
9432025-01-10T04:23:41.251Z Downloaded vsss-rs v3.3.4
9442025-01-10T04:23:41.254Z Downloaded tokio-stream v0.1.16
9452025-01-10T04:23:41.258Z Downloaded thread_local v1.1.8
9462025-01-10T04:23:41.261Z Downloaded steno v0.4.1
9472025-01-10T04:23:41.268Z Downloaded fs_extra v1.3.0
9482025-01-10T04:23:41.271Z Downloaded tungstenite v0.21.0
9492025-01-10T04:23:41.271Z Downloaded rayon-core v1.12.1
9502025-01-10T04:23:41.274Z Downloaded der v0.7.9
9512025-01-10T04:23:41.279Z Downloaded vergen v8.3.2
9522025-01-10T04:23:41.281Z Downloaded winnow v0.5.40
9532025-01-10T04:23:41.290Z Downloaded tar v0.4.42
9542025-01-10T04:23:41.294Z Downloaded expectorate v1.1.0
9552025-01-10T04:23:41.298Z Downloaded quinn v0.11.5
9562025-01-10T04:23:41.300Z Downloaded postcard v1.0.10
9572025-01-10T04:23:41.303Z Downloaded icu_properties_data v1.5.0
9582025-01-10T04:23:41.312Z Downloaded openssl-sys v0.9.103
9592025-01-10T04:23:41.317Z Downloaded schemars v0.8.21
9602025-01-10T04:23:41.329Z Downloaded tokio-tungstenite v0.23.1
9612025-01-10T04:23:41.331Z Downloaded rand v0.8.5
9622025-01-10T04:23:41.335Z Downloaded ssh-key v0.6.6
9632025-01-10T04:23:41.342Z Downloaded unicode_categories v0.1.1
9642025-01-10T04:23:41.344Z Downloaded curve25519-dalek v4.1.3
9652025-01-10T04:23:41.354Z Downloaded url v2.5.3
9662025-01-10T04:23:41.359Z Downloaded rayon v1.10.0
9672025-01-10T04:23:41.366Z Downloaded rustls-webpki v0.101.7
9682025-01-10T04:23:41.380Z Downloaded flate2 v1.0.34
9692025-01-10T04:23:41.385Z Downloaded quick-xml v0.33.0
9702025-01-10T04:23:41.391Z Downloaded p384 v0.13.0
9712025-01-10T04:23:41.397Z Downloaded rustyline v14.0.0
9722025-01-10T04:23:41.402Z Downloaded lalrpop v0.19.12
9732025-01-10T04:23:41.413Z Downloaded portable-atomic v1.9.0
9742025-01-10T04:23:41.420Z Downloaded idna v0.4.0
9752025-01-10T04:23:41.427Z Downloaded regex v1.11.1
9762025-01-10T04:23:41.440Z Downloaded idna v0.2.3
9772025-01-10T04:23:41.446Z Downloaded num-bigint-dig v0.8.4
9782025-01-10T04:23:41.451Z Downloaded reedline v0.35.0
9792025-01-10T04:23:41.459Z Downloaded proptest v1.5.0
9802025-01-10T04:23:41.468Z Downloaded salty v0.3.0
9812025-01-10T04:23:41.475Z Downloaded rustls v0.23.19
9822025-01-10T04:23:41.487Z Downloaded git2 v0.19.0
9832025-01-10T04:23:41.496Z Downloaded regress v0.10.1
9842025-01-10T04:23:41.504Z Downloaded bstr v1.10.0
9852025-01-10T04:23:41.515Z Downloaded regex-syntax v0.6.29
9862025-01-10T04:23:41.523Z Downloaded regress v0.9.1
9872025-01-10T04:23:41.531Z Downloaded reqwest v0.12.9
9882025-01-10T04:23:41.539Z Downloaded object v0.30.4
9892025-01-10T04:23:41.548Z Downloaded idna v0.5.0
9902025-01-10T04:23:41.555Z Downloaded serde_with v3.11.0
9912025-01-10T04:23:41.565Z Downloaded gimli v0.31.1
9922025-01-10T04:23:41.572Z Downloaded dropshot v0.13.0
9932025-01-10T04:23:41.594Z Downloaded webpki-roots v0.26.6
9942025-01-10T04:23:41.597Z Downloaded nix v0.27.1
9952025-01-10T04:23:41.607Z Downloaded nix v0.29.0
9962025-01-10T04:23:41.621Z Downloaded smoltcp v0.9.1
9972025-01-10T04:23:41.630Z Downloaded nix v0.28.0
9982025-01-10T04:23:41.641Z Downloaded polar-core v0.27.3
9992025-01-10T04:23:41.649Z Downloaded object v0.36.5
10002025-01-10T04:23:41.661Z Downloaded openssl v0.10.66
10012025-01-10T04:23:41.671Z Downloaded smoltcp v0.11.0
10022025-01-10T04:23:41.683Z Downloaded openapiv3 v2.0.0
10032025-01-10T04:23:41.697Z Downloaded ratatui v0.28.1
10042025-01-10T04:23:41.716Z Downloaded typify-impl v0.2.0
10052025-01-10T04:23:41.730Z Downloaded sled v0.34.7
10062025-01-10T04:23:41.740Z Downloaded bzip2-sys v0.1.11+1.0.8
10072025-01-10T04:23:41.753Z Downloaded dropshot v0.12.0
10082025-01-10T04:23:41.772Z Downloaded zerocopy-derive v0.6.6
10092025-01-10T04:23:41.781Z Downloaded diesel v2.2.6
10102025-01-10T04:23:41.799Z Downloaded regex-syntax v0.8.5
10112025-01-10T04:23:41.808Z Downloaded regex-automata v0.4.8
10122025-01-10T04:23:41.824Z Downloaded rustls v0.22.4
10132025-01-10T04:23:41.836Z Downloaded rustls v0.21.12
10142025-01-10T04:23:41.847Z Downloaded idna v0.3.0
10152025-01-10T04:23:41.854Z Downloaded zerocopy v0.8.10
10162025-01-10T04:23:41.877Z Downloaded tokio v1.40.0
10172025-01-10T04:23:41.913Z Downloaded radix_trie v0.2.1
10182025-01-10T04:23:41.918Z Downloaded unicode-width v0.2.0
10192025-01-10T04:23:41.924Z Downloaded rustls-webpki v0.102.8
10202025-01-10T04:23:41.942Z Downloaded chrono-tz v0.10.0
10212025-01-10T04:23:41.949Z Downloaded petgraph v0.6.5
10222025-01-10T04:23:41.966Z Downloaded csv v1.3.0
10232025-01-10T04:23:42.006Z Downloaded trust-dns-proto v0.22.0
10242025-01-10T04:23:42.019Z Downloaded lzma-sys v0.1.20
10252025-01-10T04:23:42.048Z Downloaded nom v7.1.3
10262025-01-10T04:23:42.054Z Downloaded petname v2.0.2
10272025-01-10T04:23:42.059Z Downloaded vcpkg v0.2.15
10282025-01-10T04:23:42.099Z Downloaded libz-sys v1.1.20
10292025-01-10T04:23:42.120Z Downloaded tough v0.19.0
10302025-01-10T04:23:42.126Z Downloaded futures-util v0.3.31
10312025-01-10T04:23:42.138Z Downloaded rcgen v0.12.1
10322025-01-10T04:23:42.141Z Downloaded sha3 v0.10.8
10332025-01-10T04:23:42.145Z Downloaded hashbrown v0.12.3
10342025-01-10T04:23:42.148Z Downloaded quinn-proto v0.11.8
10352025-01-10T04:23:42.155Z Downloaded tungstenite v0.24.0
10362025-01-10T04:23:42.160Z Downloaded hashbrown v0.14.5
10372025-01-10T04:23:42.164Z Downloaded num-bigint v0.4.6
10382025-01-10T04:23:42.168Z Downloaded itertools v0.13.0
10392025-01-10T04:23:42.175Z Downloaded display-error-chain v0.2.2
10402025-01-10T04:23:42.178Z Downloaded hashbrown v0.13.2
10412025-01-10T04:23:42.181Z Downloaded unicode-normalization v0.1.24
10422025-01-10T04:23:42.184Z Downloaded mio v1.0.2
10432025-01-10T04:23:42.188Z Downloaded bindgen v0.69.5
10442025-01-10T04:23:42.195Z Downloaded russh-cryptovec v0.7.3
10452025-01-10T04:23:42.198Z Downloaded hickory-proto v0.24.1
10462025-01-10T04:23:42.212Z Downloaded smf v0.2.3
10472025-01-10T04:23:42.215Z Downloaded pbkdf2 v0.11.0
10482025-01-10T04:23:42.217Z Downloaded der_derive v0.7.3
10492025-01-10T04:23:42.217Z Downloaded defmt-parser v0.3.4
10502025-01-10T04:23:42.220Z Downloaded string_cache v0.8.7
10512025-01-10T04:23:42.220Z Downloaded spin v0.9.8
10522025-01-10T04:23:42.222Z Downloaded oso v0.27.3
10532025-01-10T04:23:42.224Z Downloaded derive_more v0.99.18
10542025-01-10T04:23:42.229Z Downloaded rustc-demangle v0.1.24
10552025-01-10T04:23:42.233Z Downloaded mockall_derive v0.13.0
10562025-01-10T04:23:42.237Z Downloaded diesel_derives v2.2.3
10572025-01-10T04:23:42.240Z Downloaded idna v1.0.3
10582025-01-10T04:23:42.242Z Downloaded encoding_rs v0.8.34
10592025-01-10T04:23:42.262Z Downloaded itertools v0.12.1
10602025-01-10T04:23:42.273Z Downloaded hyper v1.5.0
10612025-01-10T04:23:42.275Z Downloaded getrandom v0.2.15
10622025-01-10T04:23:42.278Z Downloaded tracing-attributes v0.1.27
10632025-01-10T04:23:42.280Z Downloaded libxml v0.3.3
10642025-01-10T04:23:42.284Z Downloaded itertools v0.10.5
10652025-01-10T04:23:42.292Z Downloaded postgres-types v0.2.8
10662025-01-10T04:23:42.295Z Downloaded libm v0.2.8
10672025-01-10T04:23:42.299Z Downloaded aws-lc-rs v1.10.0
10682025-01-10T04:23:42.307Z Downloaded structmeta v0.2.0
10692025-01-10T04:23:42.309Z Downloaded shell-words v1.1.0
10702025-01-10T04:23:42.310Z Downloaded enum-as-inner v0.6.1
10712025-01-10T04:23:42.312Z Downloaded enum-as-inner v0.5.1
10722025-01-10T04:23:42.312Z Downloaded miniz_oxide v0.8.0
10732025-01-10T04:23:42.316Z Downloaded ron v0.8.1
10742025-01-10T04:23:42.318Z Downloaded static_assertions v1.1.0
10752025-01-10T04:23:42.321Z Downloaded slog-async v2.8.0
10762025-01-10T04:23:42.323Z Downloaded salsa20 v0.10.2
10772025-01-10T04:23:42.324Z Downloaded yasna v0.5.2
10782025-01-10T04:23:42.328Z Downloaded termtree v0.4.1
10792025-01-10T04:23:42.328Z Downloaded blake3 v1.5.4
10802025-01-10T04:23:42.332Z Downloaded pem-rfc7468 v0.7.0
10812025-01-10T04:23:42.336Z Downloaded pem v3.0.4
10822025-01-10T04:23:42.340Z Downloaded peg-macros v0.8.4
10832025-01-10T04:23:42.340Z Downloaded vte v0.11.1
10842025-01-10T04:23:42.340Z Downloaded elliptic-curve v0.13.8
10852025-01-10T04:23:42.343Z Downloaded zip v0.6.6
10862025-01-10T04:23:42.347Z Downloaded zeroize v1.8.1
10872025-01-10T04:23:42.349Z Downloaded slog-dtrace v0.3.0
10882025-01-10T04:23:42.349Z Downloaded hashlink v0.9.1
10892025-01-10T04:23:42.352Z Downloaded tokio-rustls v0.26.0
10902025-01-10T04:23:42.354Z Downloaded x509-cert v0.2.5
10912025-01-10T04:23:42.359Z Downloaded diesel_table_macro_syntax v0.2.0
10922025-01-10T04:23:42.362Z Downloaded phf_codegen v0.11.2
10932025-01-10T04:23:42.362Z Downloaded percent-encoding v2.3.1
10942025-01-10T04:23:42.362Z Downloaded rustls-pemfile v2.2.0
10952025-01-10T04:23:42.365Z Downloaded samael v0.0.17
10962025-01-10T04:23:42.367Z Downloaded unicode-segmentation v1.12.0
10972025-01-10T04:23:42.370Z Downloaded crossterm v0.28.1
10982025-01-10T04:23:42.376Z Downloaded num-traits v0.2.19
10992025-01-10T04:23:42.379Z Downloaded sqlformat v0.2.6
11002025-01-10T04:23:42.381Z Downloaded futures-io v0.3.31
11012025-01-10T04:23:42.381Z Downloaded num-complex v0.4.6
11022025-01-10T04:23:42.383Z Downloaded test-strategy v0.3.1
11032025-01-10T04:23:42.386Z Downloaded similar v2.6.0
11042025-01-10T04:23:42.390Z Downloaded libgit2-sys v0.17.0+1.8.1
11052025-01-10T04:23:42.446Z Downloaded supports-color v3.0.1
11062025-01-10T04:23:42.448Z Downloaded rpassword v7.3.1
11072025-01-10T04:23:42.449Z Downloaded defmt v0.3.8
11082025-01-10T04:23:42.451Z Downloaded indicatif v0.17.9
11092025-01-10T04:23:42.455Z Downloaded indexmap v1.9.3
11102025-01-10T04:23:42.458Z Downloaded futures-executor v0.3.31
11112025-01-10T04:23:42.460Z Downloaded darling_core v0.20.10
11122025-01-10T04:23:42.464Z Downloaded base64 v0.21.7
11132025-01-10T04:23:42.468Z Downloaded hyper-util v0.1.10
11142025-01-10T04:23:42.471Z Downloaded hkdf v0.12.4
11152025-01-10T04:23:42.473Z Downloaded utf-8 v0.7.6
11162025-01-10T04:23:42.476Z Downloaded siphasher v0.3.11
11172025-01-10T04:23:42.476Z Downloaded num-derive v0.4.2
11182025-01-10T04:23:42.479Z Downloaded serde-hex v0.1.0
11192025-01-10T04:23:42.479Z Downloaded rustc_version v0.1.7
11202025-01-10T04:23:42.482Z Downloaded rustc-hash v2.0.0
11212025-01-10T04:23:42.482Z Downloaded rustc-hash v1.1.0
11222025-01-10T04:23:42.482Z Downloaded progenitor-macro v0.8.0
11232025-01-10T04:23:42.484Z Downloaded hex-literal v0.4.1
11242025-01-10T04:23:42.484Z Downloaded packed_struct_codegen v0.10.1
11252025-01-10T04:23:42.487Z Downloaded mime_guess v2.0.5
11262025-01-10T04:23:42.487Z Downloaded memmap2 v0.9.5
11272025-01-10T04:23:42.489Z Downloaded bumpalo v3.16.0
11282025-01-10T04:23:42.492Z Downloaded aes-gcm v0.10.3
11292025-01-10T04:23:42.494Z Downloaded unicode-properties v0.1.3
11302025-01-10T04:23:42.496Z Downloaded gethostname v0.5.0
11312025-01-10T04:23:42.499Z Downloaded dyn-clone v1.0.17
11322025-01-10T04:23:42.499Z Downloaded zone v0.1.8
11332025-01-10T04:23:42.503Z Downloaded litemap v0.7.3
11342025-01-10T04:23:42.506Z Downloaded libloading v0.8.5
11352025-01-10T04:23:42.506Z Downloaded ipnetwork v0.20.0
11362025-01-10T04:23:42.506Z Downloaded qorb v0.2.1
11372025-01-10T04:23:42.509Z Downloaded rfc6979 v0.4.0
11382025-01-10T04:23:42.512Z Downloaded toml v0.7.8
11392025-01-10T04:23:42.515Z Downloaded derive_builder v0.20.2
11402025-01-10T04:23:42.518Z Downloaded ipnet v2.10.1
11412025-01-10T04:23:42.521Z Downloaded icu_provider v1.5.0
11422025-01-10T04:23:42.523Z Downloaded jobserver v0.1.32
11432025-01-10T04:23:42.526Z Downloaded inout v0.1.3
11442025-01-10T04:23:42.529Z Downloaded indoc v1.0.9
11452025-01-10T04:23:42.529Z Downloaded impl-trait-for-tuples v0.2.2
11462025-01-10T04:23:42.531Z Downloaded icu_locid_transform_data v1.5.0
11472025-01-10T04:23:42.534Z Downloaded iana-time-zone v0.1.61
11482025-01-10T04:23:42.536Z Downloaded icu_locid v1.5.0
11492025-01-10T04:23:42.540Z Downloaded linked-hash-map v0.5.6
11502025-01-10T04:23:42.542Z Downloaded lru v0.12.5
11512025-01-10T04:23:42.542Z Downloaded libsw v3.3.1
11522025-01-10T04:23:42.545Z Downloaded lalrpop-util v0.19.12
11532025-01-10T04:23:42.547Z Downloaded kstat-rs v0.2.4
11542025-01-10T04:23:42.547Z Downloaded internet-checksum v0.2.1
11552025-01-10T04:23:42.547Z Downloaded keccak v0.1.5
11562025-01-10T04:23:42.549Z Downloaded is-terminal v0.4.13
11572025-01-10T04:23:42.549Z Downloaded icu_locid_transform v1.5.0
11582025-01-10T04:23:42.552Z Downloaded md5 v0.7.0
11592025-01-10T04:23:42.555Z Downloaded matches v0.1.10
11602025-01-10T04:23:42.555Z Downloaded idna_adapter v1.2.0
11612025-01-10T04:23:42.555Z Downloaded base64 v0.22.1
11622025-01-10T04:23:42.558Z Downloaded crc-any v2.5.0
11632025-01-10T04:23:42.560Z Downloaded base64ct v1.6.0
11642025-01-10T04:23:42.565Z Downloaded schemars_derive v0.8.21
11652025-01-10T04:23:42.565Z Downloaded rusty-fork v0.3.0
11662025-01-10T04:23:42.567Z Downloaded rustversion v1.0.17
11672025-01-10T04:23:42.569Z Downloaded rtoolbox v0.0.2
11682025-01-10T04:23:42.569Z Downloaded http v1.1.0
11692025-01-10T04:23:42.573Z Downloaded arc-swap v1.7.1
11702025-01-10T04:23:42.577Z Downloaded http-body-util v0.1.2
11712025-01-10T04:23:42.580Z Downloaded crc32fast v1.4.2
11722025-01-10T04:23:42.583Z Downloaded clang-sys v1.8.1
11732025-01-10T04:23:42.585Z Downloaded blake2 v0.10.6
11742025-01-10T04:23:42.588Z Downloaded curve25519-dalek-derive v0.1.1
11752025-01-10T04:23:42.588Z Downloaded ctr v0.9.2
11762025-01-10T04:23:42.590Z Downloaded darling v0.20.10
11772025-01-10T04:23:42.795Z Downloaded ring v0.17.8
11782025-01-10T04:23:42.911Z Downloaded libsqlite3-sys v0.30.1
11792025-01-10T04:23:42.984Z Downloaded aws-lc-sys v0.22.0
11802025-01-10T04:23:43.303Z Compiling serde v1.0.215
11812025-01-10T04:23:43.305Z Compiling lock_api v0.4.12
11822025-01-10T04:23:43.305Z Compiling scopeguard v1.2.0
11832025-01-10T04:23:43.305Z Compiling value-bag v1.9.0
11842025-01-10T04:23:43.305Z Compiling typenum v1.17.0
11852025-01-10T04:23:43.459Z Compiling generic-array v0.14.7
11862025-01-10T04:23:43.537Z Compiling syn v2.0.87
11872025-01-10T04:23:43.539Z Compiling getrandom v0.2.15
11882025-01-10T04:23:43.665Z Compiling shlex v1.3.0
11892025-01-10T04:23:43.818Z Compiling rand_core v0.6.4
11902025-01-10T04:23:43.980Z Compiling log v0.4.22
11912025-01-10T04:23:44.033Z Compiling subtle v2.6.1
11922025-01-10T04:23:44.061Z Compiling jobserver v0.1.32
11932025-01-10T04:23:44.113Z Compiling const-oid v0.9.6
11942025-01-10T04:23:44.372Z Compiling smallvec v1.13.2
11952025-01-10T04:23:44.398Z Compiling cc v1.1.30
11962025-01-10T04:23:44.417Z Compiling spin v0.9.8
11972025-01-10T04:23:44.779Z Compiling pin-project-lite v0.2.14
11982025-01-10T04:23:44.826Z Compiling rustix v0.38.37
11992025-01-10T04:23:44.878Z Compiling parking_lot_core v0.9.10
12002025-01-10T04:23:44.899Z Compiling futures-core v0.3.31
12012025-01-10T04:23:44.986Z Compiling signal-hook-registry v1.4.2
12022025-01-10T04:23:45.133Z Compiling mio v1.0.2
12032025-01-10T04:23:45.727Z Compiling parking_lot v0.12.3
12042025-01-10T04:23:45.801Z Compiling aho-corasick v1.1.3
12052025-01-10T04:23:45.938Z Compiling cpufeatures v0.2.14
12062025-01-10T04:23:46.038Z Compiling either v1.13.0
12072025-01-10T04:23:46.088Z Compiling regex-syntax v0.8.5
12082025-01-10T04:23:46.127Z Compiling lazy_static v1.5.0
12092025-01-10T04:23:46.252Z Compiling stable_deref_trait v1.2.0
12102025-01-10T04:23:46.307Z Compiling futures-sink v0.3.31
12112025-01-10T04:23:46.351Z Compiling glob v0.3.1
12122025-01-10T04:23:46.460Z Compiling socket2 v0.5.7
12132025-01-10T04:23:46.463Z Compiling slab v0.4.9
12142025-01-10T04:23:46.660Z Compiling prettyplease v0.2.25
12152025-01-10T04:23:46.899Z Compiling minimal-lexical v0.2.1
12162025-01-10T04:23:47.077Z Compiling serde_json v1.0.133
12172025-01-10T04:23:47.432Z Compiling nom v7.1.3
12182025-01-10T04:23:47.479Z Compiling clang-sys v1.8.1
12192025-01-10T04:23:47.498Z Compiling libloading v0.8.5
12202025-01-10T04:23:47.758Z Compiling home v0.5.9
12212025-01-10T04:23:47.924Z Compiling bindgen v0.69.5
12222025-01-10T04:23:48.025Z Compiling futures-channel v0.3.31
12232025-01-10T04:23:48.474Z Compiling itertools v0.12.1
12242025-01-10T04:23:48.727Z Compiling futures-io v0.3.31
12252025-01-10T04:23:48.840Z Compiling allocator-api2 v0.2.18
12262025-01-10T04:23:49.074Z Compiling libm v0.2.8
12272025-01-10T04:23:49.427Z Compiling rustc-hash v1.1.0
12282025-01-10T04:23:49.580Z Compiling foldhash v0.1.3
12292025-01-10T04:23:49.667Z Compiling futures-task v0.3.31
12302025-01-10T04:23:49.892Z Compiling regex-automata v0.4.8
12312025-01-10T04:23:49.980Z Compiling pin-utils v0.1.0
12322025-01-10T04:23:50.075Z Compiling lazycell v1.3.0
12332025-01-10T04:23:50.250Z Compiling hashbrown v0.15.1
12342025-01-10T04:23:51.162Z Compiling synstructure v0.13.1
12352025-01-10T04:23:51.591Z Compiling cexpr v0.6.0
12362025-01-10T04:23:51.647Z Compiling cmake v0.1.51
12372025-01-10T04:23:52.723Z Compiling num-traits v0.2.19
12382025-01-10T04:23:52.911Z Compiling pkg-config v0.3.31
12392025-01-10T04:23:52.993Z Compiling tinyvec_macros v0.1.1
12402025-01-10T04:23:53.013Z Compiling dunce v1.0.5
12412025-01-10T04:23:53.085Z Compiling fs_extra v1.3.0
12422025-01-10T04:23:53.145Z Compiling tinyvec v1.8.0
12432025-01-10T04:23:53.680Z Compiling ring v0.17.8
12442025-01-10T04:23:54.467Z Compiling unicode-bidi v0.3.17
12452025-01-10T04:23:54.671Z Compiling unicode-normalization v0.1.24
12462025-01-10T04:23:54.828Z Compiling litemap v0.7.3
12472025-01-10T04:23:54.996Z Compiling writeable v0.5.5
12482025-01-10T04:23:55.229Z Compiling base64ct v1.6.0
12492025-01-10T04:23:55.585Z Compiling regex v1.11.1
12502025-01-10T04:23:55.778Z Compiling paste v1.0.15
12512025-01-10T04:23:55.828Z Compiling pem-rfc7468 v0.7.0
12522025-01-10T04:23:56.359Z Compiling httparse v1.9.5
12532025-01-10T04:23:56.550Z Compiling flagset v0.4.6
12542025-01-10T04:23:56.667Z Compiling aws-lc-rs v1.10.0
12552025-01-10T04:23:56.738Z Compiling tracing-core v0.1.32
12562025-01-10T04:23:57.123Z Compiling icu_locid_transform_data v1.5.0
12572025-01-10T04:23:57.170Z Compiling crossbeam-utils v0.8.20
12582025-01-10T04:23:57.223Z Compiling rustls-pki-types v1.10.0
12592025-01-10T04:23:57.778Z Compiling percent-encoding v2.3.1
12602025-01-10T04:23:58.113Z Compiling untrusted v0.9.0
12612025-01-10T04:23:58.132Z Compiling mirai-annotations v1.12.0
12622025-01-10T04:23:58.152Z Compiling serde_derive v1.0.215
12632025-01-10T04:23:58.248Z Compiling zeroize_derive v1.4.2
12642025-01-10T04:23:58.288Z Compiling zerocopy-derive v0.7.35
12652025-01-10T04:23:58.308Z Compiling tokio-macros v2.4.0
12662025-01-10T04:23:58.639Z Compiling zerofrom-derive v0.1.4
12672025-01-10T04:23:59.761Z Compiling zeroize v1.8.1
12682025-01-10T04:23:59.912Z Compiling yoke-derive v0.7.4
12692025-01-10T04:24:00.261Z Compiling thiserror-impl v1.0.69
12702025-01-10T04:24:00.510Z Compiling zerocopy v0.7.35
12712025-01-10T04:24:01.538Z Compiling crypto-common v0.1.6
12722025-01-10T04:24:01.709Z Compiling block-buffer v0.10.4
12732025-01-10T04:24:01.777Z Compiling zerovec-derive v0.10.3
12742025-01-10T04:24:02.001Z Compiling digest v0.10.7
12752025-01-10T04:24:02.118Z Compiling futures-macro v0.3.31
12762025-01-10T04:24:02.524Z Compiling hmac v0.12.1
12772025-01-10T04:24:02.762Z Compiling block-padding v0.3.3
12782025-01-10T04:24:02.786Z Compiling zerofrom v0.1.4
12792025-01-10T04:24:02.849Z Compiling displaydoc v0.2.5
12802025-01-10T04:24:03.004Z Compiling inout v0.1.3
12812025-01-10T04:24:03.025Z Compiling yoke v0.7.4
12822025-01-10T04:24:03.043Z Compiling sha2 v0.10.8
12832025-01-10T04:24:03.294Z Compiling cipher v0.4.4
12842025-01-10T04:24:03.408Z Compiling ppv-lite86 v0.2.20
12852025-01-10T04:24:03.741Z Compiling thiserror v1.0.69
12862025-01-10T04:24:03.825Z Compiling icu_provider_macros v1.5.0
12872025-01-10T04:24:03.882Z Compiling der_derive v0.7.3
12882025-01-10T04:24:04.073Z Compiling futures-util v0.3.31
12892025-01-10T04:24:04.305Z Compiling rand_chacha v0.3.1
12902025-01-10T04:24:04.574Z Compiling tracing-attributes v0.1.27
12912025-01-10T04:24:04.576Z Compiling zerovec v0.10.4
12922025-01-10T04:24:05.001Z Compiling rand v0.8.5
12932025-01-10T04:24:06.445Z Compiling tinystr v0.7.6
12942025-01-10T04:24:06.512Z Compiling der v0.7.9
12952025-01-10T04:24:06.627Z Compiling icu_collections v1.5.0
12962025-01-10T04:24:06.838Z Compiling icu_locid v1.5.0
12972025-01-10T04:24:06.881Z Compiling pest v2.7.14
12982025-01-10T04:24:07.268Z Compiling salsa20 v0.10.2
12992025-01-10T04:24:07.521Z Compiling pbkdf2 v0.12.2
13002025-01-10T04:24:07.704Z Compiling icu_properties_data v1.5.0
13012025-01-10T04:24:07.966Z Compiling num-conv v0.1.0
13022025-01-10T04:24:08.204Z Compiling icu_provider v1.5.0
13032025-01-10T04:24:08.259Z Compiling time-core v0.1.2
13042025-01-10T04:24:08.442Z Compiling vcpkg v0.2.15
13052025-01-10T04:24:08.486Z Compiling tracing v0.1.40
13062025-01-10T04:24:09.016Z Compiling icu_locid_transform v1.5.0
13072025-01-10T04:24:09.235Z Compiling spki v0.7.3
13082025-01-10T04:24:09.293Z Compiling untrusted v0.7.1
13092025-01-10T04:24:09.475Z Compiling powerfmt v0.2.0
13102025-01-10T04:24:09.613Z Compiling pest_meta v2.7.14
13112025-01-10T04:24:09.877Z Compiling deranged v0.3.11
13122025-01-10T04:24:09.898Z Compiling time-macros v0.2.18
13132025-01-10T04:24:10.003Z Compiling scrypt v0.11.0
13142025-01-10T04:24:10.385Z Compiling icu_properties v1.5.1
13152025-01-10T04:24:10.596Z Compiling cbc v0.1.2
13162025-01-10T04:24:10.622Z Compiling openssl-sys v0.9.103
13172025-01-10T04:24:10.845Z Compiling aes v0.8.4
13182025-01-10T04:24:11.740Z Compiling scroll_derive v0.12.0
13192025-01-10T04:24:12.742Z Compiling bitflags v2.6.0
13202025-01-10T04:24:13.117Z Compiling bytes v1.8.0
13212025-01-10T04:24:13.269Z Compiling indexmap v2.6.0
13222025-01-10T04:24:13.682Z Compiling semver v1.0.23
13232025-01-10T04:24:14.390Z Compiling tokio v1.40.0
13242025-01-10T04:24:14.443Z Compiling http v1.1.0
13252025-01-10T04:24:14.784Z Compiling rustc_version v0.4.1
13262025-01-10T04:24:14.801Z Compiling utf8_iter v1.0.4
13272025-01-10T04:24:15.062Z Compiling utf16_iter v1.0.5
13282025-01-10T04:24:15.274Z Compiling atomic-waker v1.1.2
13292025-01-10T04:24:15.318Z Compiling write16 v1.0.0
13302025-01-10T04:24:15.453Z Compiling num_threads v0.1.7
13312025-01-10T04:24:15.474Z Compiling icu_normalizer_data v1.5.0
13322025-01-10T04:24:15.495Z Compiling scroll v0.12.0
13332025-01-10T04:24:15.498Z Compiling pkcs5 v0.7.1
13342025-01-10T04:24:15.571Z Compiling icu_normalizer v1.5.0
13352025-01-10T04:24:15.591Z Compiling time v0.3.36
13362025-01-10T04:24:16.060Z Compiling http-body v1.0.1
13372025-01-10T04:24:16.411Z Compiling pest_generator v2.7.14
13382025-01-10T04:24:16.524Z Compiling form_urlencoded v1.2.1
13392025-01-10T04:24:16.716Z Compiling slog v2.7.0
13402025-01-10T04:24:16.841Z Compiling try-lock v0.2.5
13412025-01-10T04:24:16.911Z Compiling goblin v0.8.2
13422025-01-10T04:24:17.033Z Compiling want v0.3.1
13432025-01-10T04:24:17.234Z Compiling which v4.4.2
13442025-01-10T04:24:17.411Z Compiling idna_adapter v1.2.0
13452025-01-10T04:24:17.648Z Compiling pkcs8 v0.10.2
13462025-01-10T04:24:17.834Z Compiling uuid v1.11.1
13472025-01-10T04:24:18.367Z Compiling httpdate v1.0.3
13482025-01-10T04:24:18.525Z Compiling pest_derive v2.7.14
13492025-01-10T04:24:18.544Z Compiling iana-time-zone v0.1.61
13502025-01-10T04:24:18.857Z Compiling chrono v0.4.38
13512025-01-10T04:24:18.977Z Compiling idna v1.0.3
13522025-01-10T04:24:19.314Z Compiling dtrace-parser v0.2.0
13532025-01-10T04:24:20.122Z Compiling toml_datetime v0.6.8
13542025-01-10T04:24:20.652Z Compiling serde_tokenstream v0.2.2
13552025-01-10T04:24:20.856Z Compiling serde_spanned v0.6.8
13562025-01-10T04:24:20.910Z Compiling foreign-types-shared v0.1.1
13572025-01-10T04:24:21.018Z Compiling rustversion v1.0.17
13582025-01-10T04:24:21.085Z Compiling adler2 v2.0.0
13592025-01-10T04:24:21.243Z Compiling match_cfg v0.1.0
13602025-01-10T04:24:21.289Z Compiling openssl v0.10.66
13612025-01-10T04:24:21.343Z Compiling base64 v0.22.1
13622025-01-10T04:24:21.544Z Compiling tower-service v0.3.3
13632025-01-10T04:24:21.669Z Compiling hostname v0.3.1
13642025-01-10T04:24:21.729Z Compiling miniz_oxide v0.8.0
13652025-01-10T04:24:21.815Z Compiling foreign-types v0.3.2
13662025-01-10T04:24:21.914Z Compiling url v2.5.3
13672025-01-10T04:24:22.120Z Compiling openssl-macros v0.1.1
13682025-01-10T04:24:22.718Z Compiling dof v0.3.0
13692025-01-10T04:24:22.874Z Compiling tokio-util v0.7.12
13702025-01-10T04:24:23.304Z Compiling async-trait v0.1.83
13712025-01-10T04:24:23.362Z Compiling serde_derive_internals v0.29.1
13722025-01-10T04:24:23.957Z Compiling h2 v0.4.6
13732025-01-10T04:24:24.304Z Compiling usdt-impl v0.5.0
13742025-01-10T04:24:24.902Z Compiling dirs-sys-next v0.1.2
13752025-01-10T04:24:25.556Z Compiling schemars v0.8.21
13762025-01-10T04:24:25.860Z Compiling data-encoding v2.6.0
13772025-01-10T04:24:25.893Z Compiling rustls v0.23.19
13782025-01-10T04:24:26.059Z Compiling rustls v0.22.4
13792025-01-10T04:24:26.097Z Compiling syn v1.0.109
13802025-01-10T04:24:26.163Z Compiling siphasher v0.3.11
13812025-01-10T04:24:26.322Z Compiling native-tls v0.2.12
13822025-01-10T04:24:26.582Z Compiling schemars_derive v0.8.21
13832025-01-10T04:24:26.709Z Compiling dirs-next v2.0.0
13842025-01-10T04:24:27.183Z Compiling http-body-util v0.1.2
13852025-01-10T04:24:27.738Z Compiling heapless v0.7.17
13862025-01-10T04:24:28.160Z Compiling crossbeam-epoch v0.9.18
13872025-01-10T04:24:28.332Z Compiling signature v2.2.0
13882025-01-10T04:24:28.385Z Compiling sha1 v0.10.6
13892025-01-10T04:24:28.626Z Compiling bzip2-sys v0.1.11+1.0.8
13902025-01-10T04:24:28.818Z Compiling thread_local v1.1.8
13912025-01-10T04:24:28.875Z Compiling cookie v0.18.1
13922025-01-10T04:24:29.115Z Compiling encoding_rs v0.8.34
13932025-01-10T04:24:29.142Z Compiling multer v3.1.0
13942025-01-10T04:24:29.369Z Compiling ipnet v2.10.1
13952025-01-10T04:24:29.419Z Compiling dyn-clone v1.0.17
13962025-01-10T04:24:29.654Z Compiling mime v0.3.17
13972025-01-10T04:24:30.001Z Compiling unicode-properties v0.1.3
13982025-01-10T04:24:30.105Z Compiling rayon-core v1.12.1
13992025-01-10T04:24:30.252Z Compiling slog-async v2.8.0
14002025-01-10T04:24:30.369Z Compiling signal-hook v0.3.17
14012025-01-10T04:24:30.391Z Compiling gimli v0.31.1
14022025-01-10T04:24:30.624Z Compiling openssl-probe v0.1.5
14032025-01-10T04:24:30.720Z Compiling hyper v1.5.0
14042025-01-10T04:24:30.855Z Compiling stringprep v0.1.5
14052025-01-10T04:24:32.176Z Compiling toml_edit v0.22.22
14062025-01-10T04:24:33.588Z Compiling hyper-util v0.1.10
14072025-01-10T04:24:35.035Z Compiling addr2line v0.24.2
14082025-01-10T04:24:35.072Z Compiling crossbeam-deque v0.8.5
14092025-01-10T04:24:35.483Z Compiling usdt-macro v0.5.0
14102025-01-10T04:24:35.515Z Compiling usdt-attr-macro v0.5.0
14112025-01-10T04:24:35.710Z Compiling term v0.7.0
14122025-01-10T04:24:36.415Z Compiling slog-json v2.6.1
14132025-01-10T04:24:36.687Z Compiling serde_urlencoded v0.7.1
14142025-01-10T04:24:36.769Z Compiling curve25519-dalek v4.1.3
14152025-01-10T04:24:36.906Z Compiling crossbeam-channel v0.5.13
14162025-01-10T04:24:37.155Z Compiling futures-executor v0.3.31
14172025-01-10T04:24:37.199Z Compiling md-5 v0.10.6
14182025-01-10T04:24:37.224Z Compiling async-stream-impl v0.3.6
14192025-01-10T04:24:37.433Z Compiling enum-as-inner v0.6.1
14202025-01-10T04:24:37.473Z Compiling rustls-pemfile v2.2.0
14212025-01-10T04:24:37.726Z Compiling num-integer v0.1.46
14222025-01-10T04:24:37.820Z Compiling idna v0.3.0
14232025-01-10T04:24:38.003Z Compiling idna v0.4.0
14242025-01-10T04:24:38.480Z Compiling hash32 v0.2.1
14252025-01-10T04:24:38.517Z Compiling ff v0.13.0
14262025-01-10T04:24:38.620Z Compiling is-terminal v0.4.13
14272025-01-10T04:24:38.743Z Compiling dropshot v0.12.0
14282025-01-10T04:24:38.762Z Compiling object v0.36.5
14292025-01-10T04:24:38.844Z Compiling psl-types v2.0.11
14302025-01-10T04:24:39.020Z Compiling utf-8 v0.7.6
14312025-01-10T04:24:39.051Z Compiling take_mut v0.2.2
14322025-01-10T04:24:39.211Z Compiling num-bigint-dig v0.8.4
14332025-01-10T04:24:39.345Z Compiling portable-atomic v1.9.0
14342025-01-10T04:24:39.500Z Compiling rustc-demangle v0.1.24
14352025-01-10T04:24:39.526Z Compiling fallible-iterator v0.2.0
14362025-01-10T04:24:39.677Z Compiling anyhow v1.0.93
14372025-01-10T04:24:40.243Z Compiling quick-error v1.2.3
14382025-01-10T04:24:40.324Z Compiling linked-hash-map v0.5.6
14392025-01-10T04:24:40.378Z Compiling base16ct v0.2.0
14402025-01-10T04:24:40.398Z Compiling smoltcp v0.9.1
14412025-01-10T04:24:40.484Z Compiling resolv-conf v0.7.0
14422025-01-10T04:24:40.696Z Compiling lru-cache v0.1.2
14432025-01-10T04:24:40.696Z Compiling sec1 v0.7.3
14442025-01-10T04:24:40.867Z Compiling postgres-protocol v0.6.7
14452025-01-10T04:24:40.947Z Compiling tungstenite v0.24.0
14462025-01-10T04:24:41.295Z Compiling publicsuffix v2.2.3
14472025-01-10T04:24:41.388Z Compiling hickory-proto v0.24.1
14482025-01-10T04:24:42.263Z Compiling usdt v0.5.0
14492025-01-10T04:24:42.349Z Compiling group v0.13.0
14502025-01-10T04:24:42.687Z Compiling slog-term v2.9.1
14512025-01-10T04:24:42.791Z Compiling async-stream v0.3.6
14522025-01-10T04:24:42.832Z Compiling num-iter v0.1.45
14532025-01-10T04:24:43.109Z Compiling futures v0.3.31
14542025-01-10T04:24:43.134Z Compiling slog-bunyan v2.5.0
14552025-01-10T04:24:43.351Z Compiling toml v0.8.19
14562025-01-10T04:24:44.517Z Compiling camino v1.1.9
14572025-01-10T04:24:45.036Z Compiling tokio-native-tls v0.3.1
14582025-01-10T04:24:45.183Z Compiling phf_shared v0.11.2
14592025-01-10T04:24:45.314Z Compiling dropshot_endpoint v0.12.0
14602025-01-10T04:24:45.520Z Compiling terminal_size v0.4.0
14612025-01-10T04:24:45.602Z Compiling waitgroup v0.1.2
14622025-01-10T04:24:45.732Z Compiling openapiv3 v2.0.0
14632025-01-10T04:24:45.833Z Compiling serde_path_to_error v0.1.16
14642025-01-10T04:24:46.107Z Compiling backtrace v0.3.74
14652025-01-10T04:24:46.712Z Compiling hkdf v0.12.4
14662025-01-10T04:24:46.741Z Compiling crypto-bigint v0.5.5
14672025-01-10T04:24:46.999Z Compiling zerocopy-derive v0.6.6
14682025-01-10T04:24:49.343Z Compiling curve25519-dalek-derive v0.1.1
14692025-01-10T04:24:49.832Z Compiling webpki-roots v0.26.6
14702025-01-10T04:24:50.018Z Compiling idna v0.5.0
14712025-01-10T04:24:50.053Z Compiling hostname v0.4.0
14722025-01-10T04:24:50.087Z Compiling hubpack_derive v0.1.1
14732025-01-10T04:24:50.214Z Compiling ahash v0.8.11
14742025-01-10T04:24:50.317Z Compiling fs-err v2.11.0
14752025-01-10T04:24:50.544Z Compiling crc32fast v1.4.2
14762025-01-10T04:24:50.588Z Compiling bitflags v1.3.2
14772025-01-10T04:24:50.701Z Compiling winnow v0.5.40
14782025-01-10T04:24:50.846Z Compiling debug-ignore v1.0.5
14792025-01-10T04:24:50.868Z Compiling newtype-uuid v1.1.3
14802025-01-10T04:24:50.987Z Compiling managed v0.8.0
14812025-01-10T04:24:51.008Z Compiling hubpack v0.1.2
14822025-01-10T04:24:51.163Z Compiling clap_builder v4.5.21
14832025-01-10T04:24:51.466Z Compiling strum_macros v0.25.3
14842025-01-10T04:24:51.671Z Compiling cookie_store v0.21.0
14852025-01-10T04:24:52.895Z Compiling flate2 v1.0.34
14862025-01-10T04:24:53.326Z Compiling console v0.15.8
14872025-01-10T04:24:53.797Z Compiling elliptic-curve v0.13.8
14882025-01-10T04:24:53.880Z Compiling zerocopy v0.6.6
14892025-01-10T04:24:54.557Z Compiling toml_edit v0.19.15
14902025-01-10T04:24:54.639Z Compiling hickory-resolver v0.24.1
14912025-01-10T04:24:54.911Z Compiling signal-hook-mio v0.2.4
14922025-01-10T04:24:55.078Z Compiling phf v0.11.2
14932025-01-10T04:24:55.401Z Compiling hyper-tls v0.6.0
14942025-01-10T04:24:55.627Z Compiling rayon v1.10.0
14952025-01-10T04:24:55.750Z Compiling bzip2 v0.4.4
14962025-01-10T04:24:56.156Z Compiling tokio-tungstenite v0.24.0
14972025-01-10T04:24:56.698Z Compiling postgres-types v0.2.8
14982025-01-10T04:24:59.610Z Compiling ed25519 v2.2.3
14992025-01-10T04:24:59.859Z Compiling phf_shared v0.10.0
15002025-01-10T04:25:00.277Z Compiling tokio-stream v0.1.16
15012025-01-10T04:25:00.456Z Compiling pkcs1 v0.7.5
15022025-01-10T04:25:00.647Z Compiling serde-big-array v0.5.1
15032025-01-10T04:25:00.899Z Compiling rfc6979 v0.4.0
15042025-01-10T04:25:01.099Z Compiling derive-where v1.2.7
15052025-01-10T04:25:01.394Z Compiling clap_derive v4.5.18
15062025-01-10T04:25:01.452Z Compiling serde_repr v0.1.19
15072025-01-10T04:25:01.490Z Compiling float-cmp v0.9.0
15082025-01-10T04:25:01.520Z Compiling bstr v1.10.0
15092025-01-10T04:25:01.715Z Compiling sync_wrapper v1.0.1
15102025-01-10T04:25:01.879Z Compiling whoami v1.5.2
15112025-01-10T04:25:02.582Z Compiling difflib v0.4.0
15122025-01-10T04:25:02.703Z Compiling precomputed-hash v0.1.1
15132025-01-10T04:25:02.797Z Compiling bit-vec v0.6.3
15142025-01-10T04:25:02.826Z Compiling static_assertions v1.1.0
15152025-01-10T04:25:02.935Z Compiling predicates-core v1.0.8
15162025-01-10T04:25:03.284Z Compiling fixedbitset v0.4.2
15172025-01-10T04:25:03.322Z Compiling unicode-segmentation v1.12.0
15182025-01-10T04:25:03.415Z Compiling number_prefix v0.4.0
15192025-01-10T04:25:03.652Z Compiling normalize-line-endings v0.3.0
15202025-01-10T04:25:03.741Z Compiling unicode-width v0.2.0
15212025-01-10T04:25:03.789Z Compiling new_debug_unreachable v1.0.6
15222025-01-10T04:25:03.894Z Compiling string_cache v0.8.7
15232025-01-10T04:25:04.197Z Compiling similar v2.6.0
15242025-01-10T04:25:04.283Z Compiling indicatif v0.17.9
15252025-01-10T04:25:04.305Z Compiling predicates v3.1.2
15262025-01-10T04:25:04.370Z Compiling petgraph v0.6.5
15272025-01-10T04:25:04.752Z Compiling bit-set v0.5.3
15282025-01-10T04:25:05.036Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15292025-01-10T04:25:06.085Z Compiling tokio-postgres v0.7.12
15302025-01-10T04:25:06.562Z Compiling ecdsa v0.16.9
15312025-01-10T04:25:06.615Z Compiling rsa v0.9.6
15322025-01-10T04:25:06.676Z Compiling clap v4.5.21
15332025-01-10T04:25:06.806Z Compiling ed25519-dalek v2.1.1
15342025-01-10T04:25:07.443Z Compiling toml v0.7.8
15352025-01-10T04:25:08.173Z Compiling zip v0.6.6
15362025-01-10T04:25:08.601Z Compiling crossterm v0.28.1
15372025-01-10T04:25:10.177Z Compiling hex v0.4.3
15382025-01-10T04:25:10.373Z Compiling x509-cert v0.2.5
15392025-01-10T04:25:10.510Z Compiling itertools v0.10.5
15402025-01-10T04:25:10.796Z Compiling lalrpop-util v0.19.12
15412025-01-10T04:25:11.153Z Compiling unicode-xid v0.2.6
15422025-01-10T04:25:11.337Z Compiling peg-runtime v0.8.3
15432025-01-10T04:25:11.989Z Compiling strum_macros v0.26.4
15442025-01-10T04:25:12.059Z Compiling xattr v1.3.1
15452025-01-10T04:25:12.190Z Compiling filetime v0.2.25
15462025-01-10T04:25:12.497Z Compiling tar v0.4.42
15472025-01-10T04:25:17.158Z Compiling strum v0.26.3
15482025-01-10T04:25:19.119Z Compiling aws-lc-sys v0.22.0
15492025-01-10T04:25:47.301Z Compiling rustls-webpki v0.102.8
15502025-01-10T04:25:50.631Z Compiling tokio-rustls v0.25.0
15512025-01-10T04:25:52.400Z Compiling tokio-rustls v0.26.0
15522025-01-10T04:25:52.770Z Compiling hyper-rustls v0.27.3
15532025-01-10T04:25:53.097Z Compiling reqwest v0.12.9
15542025-01-10T04:25:54.262Z Compiling qorb v0.2.1
15552025-01-10T04:25:59.072Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15562025-01-10T04:25:59.270Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15572025-01-10T04:26:05.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15582025-01-10T04:26:05.215Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15592025-01-10T04:26:05.266ZJan 10 04:26:04.217 INFO Starting download, target: Cockroach
15602025-01-10T04:26:05.266ZJan 10 04:26:04.218 INFO Starting download, target: DendriteStub
15612025-01-10T04:26:05.266ZJan 10 04:26:04.218 INFO Starting download, target: Clickhouse
15622025-01-10T04:26:05.268ZJan 10 04:26:04.218 INFO Starting download, target: Console
15632025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Starting download, target: DendriteOpenapi
15642025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Starting download, target: MaghemiteMgd
15652025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Starting download, target: TransceiverControl
15662025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15672025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15682025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15692025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15702025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15712025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15722025-01-10T04:26:05.269ZJan 10 04:26:04.218 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15732025-01-10T04:26:05.519ZJan 10 04:26:04.449 INFO Download complete, target: DendriteOpenapi
15742025-01-10T04:26:05.574ZJan 10 04:26:04.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15752025-01-10T04:26:05.702ZJan 10 04:26:04.652 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15762025-01-10T04:26:06.030ZJan 10 04:26:04.977 INFO Download complete, target: Console
15772025-01-10T04:26:06.055ZJan 10 04:26:05.004 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15782025-01-10T04:26:06.266ZJan 10 04:26:05.216 INFO Download complete, target: TransceiverControl
15792025-01-10T04:26:06.495ZJan 10 04:26:05.446 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15802025-01-10T04:26:06.875ZJan 10 04:26:05.827 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15812025-01-10T04:26:06.875ZJan 10 04:26:05.827 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15822025-01-10T04:26:07.234ZJan 10 04:26:06.184 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15832025-01-10T04:26:09.044ZJan 10 04:26:07.995 INFO Download complete, target: DendriteStub
15842025-01-10T04:26:09.527ZJan 10 04:26:08.478 INFO Download complete, target: MaghemiteMgd
15852025-01-10T04:26:14.545ZJan 10 04:26:13.379 INFO Checking that binary works, target: Cockroach
15862025-01-10T04:26:14.580ZJan 10 04:26:13.531 INFO Download complete, target: Cockroach
15872025-01-10T04:26:19.874ZJan 10 04:26:18.823 INFO Checking that binary works, target: Clickhouse
15882025-01-10T04:26:20.271ZJan 10 04:26:19.222 INFO Download complete, target: Clickhouse
15892025-01-10T04:26:20.293ZAll builder prerequisites installed successfully, and PATH looks valid
15902025-01-10T04:26:20.296Z
15912025-01-10T04:26:20.296Zreal 5:23.879663887
15922025-01-10T04:26:20.297Zuser 16:33.600170127
15932025-01-10T04:26:20.297Zsys 3:15.714009120
15942025-01-10T04:26:20.297Ztrap 0.540282035
15952025-01-10T04:26:20.297Ztflt 1.649879451
15962025-01-10T04:26:20.297Zdflt 2.328180145
15972025-01-10T04:26:20.297Zkflt 0.111652953
15982025-01-10T04:26:20.297Zlock 29:37.740330559
15992025-01-10T04:26:20.297Zslp 1:02:19.762814735
16002025-01-10T04:26:20.297Zlat 59.516586170
16012025-01-10T04:26:20.297Zstop 2:23.758543577
16022025-01-10T04:26:20.297Z+ banner hack-check
16032025-01-10T04:26:20.301Z
16042025-01-10T04:26:20.301Z # # ## #### # # #### # # ###### #### # #
16052025-01-10T04:26:20.301Z # # # # # # # # # # # # # # # # #
16062025-01-10T04:26:20.301Z ###### # # # #### ##### # ###### ##### # ####
16072025-01-10T04:26:20.301Z # # ###### # # # # # # # # # #
16082025-01-10T04:26:20.301Z # # # # # # # # # # # # # # # # #
16092025-01-10T04:26:20.301Z # # # # #### # # #### # # ###### #### # #
16102025-01-10T04:26:20.301Z
16112025-01-10T04:26:20.301Z+ export CARGO_INCREMENTAL=0
16122025-01-10T04:26:20.301Z+ CARGO_INCREMENTAL=0
16132025-01-10T04:26:20.301Z+ ptime -m timeout 2h cargo xtask check-features --ci
16142025-01-10T04:26:20.820Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16152025-01-10T04:26:24.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
16162025-01-10T04:26:24.655Z Running `target/debug/xtask check-features --ci`
16172025-01-10T04:26:24.676Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16182025-01-10T04:26:24.679Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16192025-01-10T04:26:25.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16202025-01-10T04:26:25.144Z Running `target/debug/xtask download cargo-hack`
16212025-01-10T04:26:25.963Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16222025-01-10T04:26:26.326Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16232025-01-10T04:26:31.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
16242025-01-10T04:26:31.477Z Running `target/debug/xtask-downloader cargo-hack`
16252025-01-10T04:26:31.511ZJan 10 04:26:30.462 INFO Starting download, target: CargoHack
16262025-01-10T04:26:31.517ZJan 10 04:26:30.463 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16272025-01-10T04:26:32.176ZJan 10 04:26:31.127 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16282025-01-10T04:26:32.265ZJan 10 04:26:31.216 INFO Download complete, target: CargoHack
16292025-01-10T04:26:32.269Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16302025-01-10T04:26:32.284Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16312025-01-10T04:26:32.452Zinfo: running `cargo check --bins` on api_identity (1/176)
16322025-01-10T04:26:32.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332025-01-10T04:26:32.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342025-01-10T04:26:32.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352025-01-10T04:26:32.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16362025-01-10T04:26:33.059Z
16372025-01-10T04:26:33.059Zinfo: running `cargo check --bins` on bootstore (2/176)
16382025-01-10T04:26:33.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392025-01-10T04:26:33.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402025-01-10T04:26:33.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412025-01-10T04:26:33.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16422025-01-10T04:26:33.697Z
16432025-01-10T04:26:33.697Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16442025-01-10T04:26:34.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452025-01-10T04:26:34.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462025-01-10T04:26:34.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472025-01-10T04:26:34.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16482025-01-10T04:26:34.314Z
16492025-01-10T04:26:34.314Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16502025-01-10T04:26:34.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512025-01-10T04:26:34.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522025-01-10T04:26:34.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532025-01-10T04:26:34.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16542025-01-10T04:26:34.932Z
16552025-01-10T04:26:34.932Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16562025-01-10T04:26:35.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572025-01-10T04:26:35.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582025-01-10T04:26:35.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592025-01-10T04:26:35.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16602025-01-10T04:26:35.356Z
16612025-01-10T04:26:35.356Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16622025-01-10T04:26:35.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632025-01-10T04:26:35.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642025-01-10T04:26:35.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652025-01-10T04:26:35.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16662025-01-10T04:26:35.779Z
16672025-01-10T04:26:35.779Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16682025-01-10T04:26:36.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692025-01-10T04:26:36.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702025-01-10T04:26:36.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712025-01-10T04:26:36.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16722025-01-10T04:26:36.204Z
16732025-01-10T04:26:36.204Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16742025-01-10T04:26:36.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752025-01-10T04:26:36.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762025-01-10T04:26:36.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772025-01-10T04:26:36.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16782025-01-10T04:26:36.635Z
16792025-01-10T04:26:36.635Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16802025-01-10T04:26:37.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-01-10T04:26:37.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-01-10T04:26:37.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-01-10T04:26:37.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16842025-01-10T04:26:37.067Z
16852025-01-10T04:26:37.067Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16862025-01-10T04:26:37.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-01-10T04:26:37.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-01-10T04:26:37.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-01-10T04:26:37.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16902025-01-10T04:26:37.497Z
16912025-01-10T04:26:37.497Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16922025-01-10T04:26:37.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-01-10T04:26:37.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-01-10T04:26:37.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-01-10T04:26:37.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16962025-01-10T04:26:37.923Z
16972025-01-10T04:26:37.923Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16982025-01-10T04:26:38.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-01-10T04:26:38.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-01-10T04:26:38.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-01-10T04:26:38.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17022025-01-10T04:26:38.350Z
17032025-01-10T04:26:38.350Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
17042025-01-10T04:26:38.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-01-10T04:26:38.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-01-10T04:26:38.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-01-10T04:26:38.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17082025-01-10T04:26:38.774Z
17092025-01-10T04:26:38.774Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17102025-01-10T04:26:39.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-01-10T04:26:39.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-01-10T04:26:39.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-01-10T04:26:39.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17142025-01-10T04:26:39.203Z
17152025-01-10T04:26:39.203Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17162025-01-10T04:26:39.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-01-10T04:26:39.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-01-10T04:26:39.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-01-10T04:26:39.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17202025-01-10T04:26:39.631Z
17212025-01-10T04:26:39.631Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17222025-01-10T04:26:40.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-01-10T04:26:40.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-01-10T04:26:40.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-01-10T04:26:40.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17262025-01-10T04:26:40.054Z
17272025-01-10T04:26:40.054Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17282025-01-10T04:26:40.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-01-10T04:26:40.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-01-10T04:26:40.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-01-10T04:26:40.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17322025-01-10T04:26:40.487Z
17332025-01-10T04:26:40.487Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17342025-01-10T04:26:40.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-01-10T04:26:40.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-01-10T04:26:40.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-01-10T04:26:40.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17382025-01-10T04:26:40.920Z
17392025-01-10T04:26:40.921Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17402025-01-10T04:26:41.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-01-10T04:26:41.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-01-10T04:26:41.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-01-10T04:26:41.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17442025-01-10T04:26:41.365Z
17452025-01-10T04:26:41.365Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17462025-01-10T04:26:41.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-01-10T04:26:41.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-01-10T04:26:41.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-01-10T04:26:41.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17502025-01-10T04:26:41.801Z
17512025-01-10T04:26:41.801Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17522025-01-10T04:26:42.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-01-10T04:26:42.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-01-10T04:26:42.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-01-10T04:26:42.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17562025-01-10T04:26:42.234Z
17572025-01-10T04:26:42.234Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17582025-01-10T04:26:42.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-01-10T04:26:42.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-01-10T04:26:42.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-01-10T04:26:42.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17622025-01-10T04:26:42.662Z
17632025-01-10T04:26:42.662Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17642025-01-10T04:26:43.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-01-10T04:26:43.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-01-10T04:26:43.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-01-10T04:26:43.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17682025-01-10T04:26:43.089Z
17692025-01-10T04:26:43.089Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17702025-01-10T04:26:43.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-01-10T04:26:43.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-01-10T04:26:43.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-01-10T04:26:43.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17742025-01-10T04:26:43.515Z
17752025-01-10T04:26:43.516Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17762025-01-10T04:26:44.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-01-10T04:26:44.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-01-10T04:26:44.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-01-10T04:26:44.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17802025-01-10T04:26:44.146Z
17812025-01-10T04:26:44.146Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17822025-01-10T04:26:44.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-01-10T04:26:44.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-01-10T04:26:44.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-01-10T04:26:44.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17862025-01-10T04:26:44.779Z
17872025-01-10T04:26:44.779Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17882025-01-10T04:26:45.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-01-10T04:26:45.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-01-10T04:26:45.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-01-10T04:26:45.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17922025-01-10T04:26:45.416Z
17932025-01-10T04:26:45.416Zinfo: running `cargo check --bins` on oxlog (28/176)
17942025-01-10T04:26:45.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-01-10T04:26:45.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-01-10T04:26:46.037Z Checking cfg-if v1.0.0
17972025-01-10T04:26:46.040Z Checking libc v0.2.162
17982025-01-10T04:26:46.145Z Checking serde v1.0.215
17992025-01-10T04:26:46.148Z Checking zeroize v1.8.1
18002025-01-10T04:26:46.159Z Checking memchr v2.7.4
18012025-01-10T04:26:46.162Z Checking typenum v1.17.0
18022025-01-10T04:26:46.178Z Checking scopeguard v1.2.0
18032025-01-10T04:26:46.181Z Checking subtle v2.6.1
18042025-01-10T04:26:46.204Z Checking value-bag v1.9.0
18052025-01-10T04:26:46.308Z Checking lock_api v0.4.12
18062025-01-10T04:26:46.390Z Checking const-oid v0.9.6
18072025-01-10T04:26:46.445Z Checking smallvec v1.13.2
18082025-01-10T04:26:46.591Z Checking log v0.4.22
18092025-01-10T04:26:46.710Z Checking itoa v1.0.11
18102025-01-10T04:26:46.795Z Checking pin-project-lite v0.2.14
18112025-01-10T04:26:46.915Z Checking byteorder v1.5.0
18122025-01-10T04:26:46.943Z Checking futures-core v0.3.31
18132025-01-10T04:26:47.065Z Checking once_cell v1.20.2
18142025-01-10T04:26:47.114Z Checking cpufeatures v0.2.14
18152025-01-10T04:26:47.128Z Checking futures-sink v0.3.31
18162025-01-10T04:26:47.201Z Checking stable_deref_trait v1.2.0
18172025-01-10T04:26:47.254Z Checking spin v0.9.8
18182025-01-10T04:26:47.299Z Checking slab v0.4.9
18192025-01-10T04:26:47.314Z Checking zerocopy v0.7.35
18202025-01-10T04:26:47.332Z Checking getrandom v0.2.15
18212025-01-10T04:26:47.364Z Checking parking_lot_core v0.9.10
18222025-01-10T04:26:47.417Z Checking generic-array v0.14.7
18232025-01-10T04:26:47.562Z Checking signal-hook-registry v1.4.2
18242025-01-10T04:26:47.564Z Checking rand_core v0.6.4
18252025-01-10T04:26:47.589Z Checking mio v1.0.2
18262025-01-10T04:26:47.683Z Checking parking_lot v0.12.3
18272025-01-10T04:26:47.795Z Checking socket2 v0.5.7
18282025-01-10T04:26:47.882Z Checking zerofrom v0.1.4
18292025-01-10T04:26:48.019Z Checking futures-channel v0.3.31
18302025-01-10T04:26:48.100Z Checking yoke v0.7.4
18312025-01-10T04:26:48.184Z Checking foldhash v0.1.3
18322025-01-10T04:26:48.233Z Checking futures-task v0.3.31
18332025-01-10T04:26:48.269Z Checking equivalent v1.0.1
18342025-01-10T04:26:48.369Z Checking allocator-api2 v0.2.18
18352025-01-10T04:26:48.384Z Checking pin-utils v0.1.0
18362025-01-10T04:26:48.388Z Checking futures-io v0.3.31
18372025-01-10T04:26:48.421Z Checking zerovec v0.10.4
18382025-01-10T04:26:48.447Z Checking tinyvec_macros v0.1.1
18392025-01-10T04:26:48.466Z Checking ryu v1.0.18
18402025-01-10T04:26:48.529Z Checking tinyvec v1.8.0
18412025-01-10T04:26:48.557Z Checking crypto-common v0.1.6
18422025-01-10T04:26:48.572Z Checking block-buffer v0.10.4
18432025-01-10T04:26:48.683Z Checking futures-util v0.3.31
18442025-01-10T04:26:48.686Z Checking block-padding v0.3.3
18452025-01-10T04:26:48.727Z Checking fnv v1.0.7
18462025-01-10T04:26:48.762Z Checking digest v0.10.7
18472025-01-10T04:26:48.849Z Checking libm v0.2.8
18482025-01-10T04:26:48.879Z Checking inout v0.1.3
18492025-01-10T04:26:49.012Z Checking hashbrown v0.15.1
18502025-01-10T04:26:49.098Z Checking cipher v0.4.4
18512025-01-10T04:26:49.137Z Checking hmac v0.12.1
18522025-01-10T04:26:49.333Z Checking sha2 v0.10.8
18532025-01-10T04:26:49.512Z Checking litemap v0.7.3
18542025-01-10T04:26:49.755Z Checking unicode-bidi v0.3.17
18552025-01-10T04:26:49.831Z Checking unicode-normalization v0.1.24
18562025-01-10T04:26:49.867Z Checking base64ct v1.6.0
18572025-01-10T04:26:49.895Z Checking writeable v0.5.5
18582025-01-10T04:26:50.062Z Checking tinystr v0.7.6
18592025-01-10T04:26:50.103Z Checking num-traits v0.2.19
18602025-01-10T04:26:50.218Z Checking ppv-lite86 v0.2.20
18612025-01-10T04:26:50.298Z Checking pem-rfc7468 v0.7.0
18622025-01-10T04:26:50.380Z Checking flagset v0.4.6
18632025-01-10T04:26:50.439Z Checking icu_locid v1.5.0
18642025-01-10T04:26:50.553Z Checking tracing-core v0.1.32
18652025-01-10T04:26:50.568Z Checking der v0.7.9
18662025-01-10T04:26:50.739Z Checking thiserror v1.0.69
18672025-01-10T04:26:50.868Z Checking icu_locid_transform_data v1.5.0
18682025-01-10T04:26:50.957Z Checking rand_chacha v0.3.1
18692025-01-10T04:26:50.974Z Checking percent-encoding v2.3.1
18702025-01-10T04:26:51.103Z Checking bytes v1.8.0
18712025-01-10T04:26:51.175Z Checking indexmap v2.6.0
18722025-01-10T04:26:51.190Z Checking serde_json v1.0.133
18732025-01-10T04:26:51.370Z Checking bitflags v2.6.0
18742025-01-10T04:26:51.445Z Checking icu_provider v1.5.0
18752025-01-10T04:26:51.660Z Checking rustls-pki-types v1.10.0
18762025-01-10T04:26:51.741Z Checking rand v0.8.5
18772025-01-10T04:26:51.942Z Checking tokio v1.40.0
18782025-01-10T04:26:52.113Z Checking http v1.1.0
18792025-01-10T04:26:52.255Z Checking icu_locid_transform v1.5.0
18802025-01-10T04:26:52.445Z Checking tracing v0.1.40
18812025-01-10T04:26:52.447Z Checking spki v0.7.3
18822025-01-10T04:26:52.742Z Checking icu_collections v1.5.0
18832025-01-10T04:26:52.818Z Checking salsa20 v0.10.2
18842025-01-10T04:26:52.966Z Checking pbkdf2 v0.12.2
18852025-01-10T04:26:53.019Z Checking aws-lc-sys v0.22.0
18862025-01-10T04:26:53.035Z Checking httparse v1.9.5
18872025-01-10T04:26:53.124Z Checking mirai-annotations v1.12.0
18882025-01-10T04:26:53.196Z Checking icu_properties_data v1.5.0
18892025-01-10T04:26:53.292Z Checking untrusted v0.7.1
18902025-01-10T04:26:53.387Z Checking untrusted v0.9.0
18912025-01-10T04:26:53.437Z Checking powerfmt v0.2.0
18922025-01-10T04:26:53.440Z Checking icu_properties v1.5.1
18932025-01-10T04:26:53.467Z Checking scrypt v0.11.0
18942025-01-10T04:26:53.470Z Checking cbc v0.1.2
18952025-01-10T04:26:53.527Z Checking ring v0.17.8
18962025-01-10T04:26:53.672Z Checking aes v0.8.4
18972025-01-10T04:26:53.675Z Checking crossbeam-utils v0.8.20
18982025-01-10T04:26:53.705Z Checking deranged v0.3.11
18992025-01-10T04:26:53.849Z Checking time-core v0.1.2
19002025-01-10T04:26:54.014Z Checking utf16_iter v1.0.5
19012025-01-10T04:26:54.181Z Checking write16 v1.0.0
19022025-01-10T04:26:54.305Z Checking utf8_iter v1.0.4
19032025-01-10T04:26:54.374Z Checking icu_normalizer_data v1.5.0
19042025-01-10T04:26:54.474Z Checking num-conv v0.1.0
19052025-01-10T04:26:54.506Z Checking num_threads v0.1.7
19062025-01-10T04:26:54.623Z Checking atomic-waker v1.1.2
19072025-01-10T04:26:54.625Z Checking pkcs5 v0.7.1
19082025-01-10T04:26:54.712Z Checking http-body v1.0.1
19092025-01-10T04:26:54.755Z Checking form_urlencoded v1.2.1
19102025-01-10T04:26:54.909Z Checking try-lock v0.2.5
19112025-01-10T04:26:54.943Z Checking uuid v1.11.1
19122025-01-10T04:26:55.043Z Checking want v0.3.1
19132025-01-10T04:26:55.133Z Checking pkcs8 v0.10.2
19142025-01-10T04:26:55.216Z Checking unicode-ident v1.0.13
19152025-01-10T04:26:55.339Z Checking httpdate v1.0.3
19162025-01-10T04:26:55.375Z Checking proc-macro2 v1.0.89
19172025-01-10T04:26:55.448Z Checking serde_spanned v0.6.8
19182025-01-10T04:26:55.465Z Checking time v0.3.36
19192025-01-10T04:26:55.533Z Checking toml_datetime v0.6.8
19202025-01-10T04:26:55.549Z Checking aws-lc-rs v1.10.0
19212025-01-10T04:26:55.565Z Checking slog v2.7.0
19222025-01-10T04:26:55.635Z Checking scroll v0.12.0
19232025-01-10T04:26:55.817Z Checking adler2 v2.0.0
19242025-01-10T04:26:55.961Z Checking iana-time-zone v0.1.61
19252025-01-10T04:26:56.060Z Checking base64 v0.22.1
19262025-01-10T04:26:56.060Z Checking plain v0.2.3
19272025-01-10T04:26:56.092Z Checking ucd-trie v0.1.7
19282025-01-10T04:26:56.108Z Checking tower-service v0.3.3
19292025-01-10T04:26:56.211Z Checking match_cfg v0.1.0
19302025-01-10T04:26:56.228Z Checking foreign-types-shared v0.1.1
19312025-01-10T04:26:56.297Z Checking hostname v0.3.1
19322025-01-10T04:26:56.299Z Checking pest v2.7.14
19332025-01-10T04:26:56.340Z Checking foreign-types v0.3.2
19342025-01-10T04:26:56.412Z Checking goblin v0.8.2
19352025-01-10T04:26:56.427Z Checking chrono v0.4.38
19362025-01-10T04:26:56.508Z Checking quote v1.0.37
19372025-01-10T04:26:56.774Z Checking icu_normalizer v1.5.0
19382025-01-10T04:26:56.885Z Checking miniz_oxide v0.8.0
19392025-01-10T04:26:57.307Z Checking rustls-webpki v0.102.8
19402025-01-10T04:26:57.590Z Checking idna_adapter v1.2.0
19412025-01-10T04:26:57.624Z Checking openssl-sys v0.9.103
19422025-01-10T04:26:57.804Z Checking idna v1.0.3
19432025-01-10T04:26:57.939Z Checking errno v0.3.9
19442025-01-10T04:26:58.083Z Checking dirs-sys-next v0.1.2
19452025-01-10T04:26:58.103Z Checking aho-corasick v1.1.3
19462025-01-10T04:26:58.261Z Compiling newtype-uuid v1.1.3
19472025-01-10T04:26:58.293Z Checking url v2.5.3
19482025-01-10T04:26:58.408Z Checking data-encoding v2.6.0
19492025-01-10T04:26:58.540Z Checking regex-syntax v0.8.5
19502025-01-10T04:26:58.851Z Checking pretty-hex v0.4.1
19512025-01-10T04:26:58.877Z Checking siphasher v0.3.11
19522025-01-10T04:26:59.023Z Checking openssl v0.10.66
19532025-01-10T04:26:59.038Z Checking dtrace-parser v0.2.0
19542025-01-10T04:26:59.100Z Checking dirs-next v2.0.0
19552025-01-10T04:26:59.147Z Checking tokio-util v0.7.12
19562025-01-10T04:26:59.182Z Checking rustix v0.38.37
19572025-01-10T04:26:59.221Z Checking syn v2.0.87
19582025-01-10T04:26:59.508Z Checking http-body-util v0.1.2
19592025-01-10T04:26:59.704Z Checking crossbeam-epoch v0.9.18
19602025-01-10T04:26:59.951Z Checking signature v2.2.0
19612025-01-10T04:27:00.061Z Checking h2 v0.4.6
19622025-01-10T04:27:00.127Z Checking sha1 v0.10.6
19632025-01-10T04:27:00.142Z Checking lazy_static v1.5.0
19642025-01-10T04:27:00.248Z Checking thread_local v1.1.8
19652025-01-10T04:27:00.382Z Checking thread-id v4.2.2
19662025-01-10T04:27:00.483Z Checking encoding_rs v0.8.34
19672025-01-10T04:27:00.509Z Checking utf8parse v0.2.2
19682025-01-10T04:27:00.649Z Checking openssl-probe v0.1.5
19692025-01-10T04:27:00.789Z Checking gimli v0.31.1
19702025-01-10T04:27:01.527Z Checking dof v0.3.0
19712025-01-10T04:27:01.880Z Checking regex-automata v0.4.8
19722025-01-10T04:27:02.198Z Checking anstyle v1.0.10
19732025-01-10T04:27:02.559Z Checking mime v0.3.17
19742025-01-10T04:27:02.603Z Checking unicode-properties v0.1.3
19752025-01-10T04:27:02.849Z Checking winnow v0.6.20
19762025-01-10T04:27:02.895Z Checking either v1.13.0
19772025-01-10T04:27:02.982Z Checking ipnet v2.10.1
19782025-01-10T04:27:03.263Z Checking stringprep v0.1.5
19792025-01-10T04:27:03.455Z Checking anstyle-parse v0.2.5
19802025-01-10T04:27:03.541Z Checking crossbeam-deque v0.8.5
19812025-01-10T04:27:03.717Z Checking term v0.7.0
19822025-01-10T04:27:03.863Z Checking rustls v0.22.4
19832025-01-10T04:27:04.155Z Checking rustls v0.23.19
19842025-01-10T04:27:04.495Z Checking native-tls v0.2.12
19852025-01-10T04:27:04.792Z Checking slog-json v2.6.1
19862025-01-10T04:27:04.807Z Checking addr2line v0.24.2
19872025-01-10T04:27:05.043Z Checking serde_urlencoded v0.7.1
19882025-01-10T04:27:05.319Z Checking crossbeam-channel v0.5.13
19892025-01-10T04:27:05.481Z Checking futures-executor v0.3.31
19902025-01-10T04:27:05.582Z Checking usdt-impl v0.5.0
19912025-01-10T04:27:05.702Z Checking rustls-pemfile v2.2.0
19922025-01-10T04:27:05.784Z Checking toml_edit v0.22.22
19932025-01-10T04:27:05.910Z Checking num-integer v0.1.46
19942025-01-10T04:27:06.038Z Checking idna v0.3.0
19952025-01-10T04:27:06.094Z Checking idna v0.4.0
19962025-01-10T04:27:06.171Z Checking hyper v1.5.0
19972025-01-10T04:27:06.387Z Checking md-5 v0.10.6
19982025-01-10T04:27:06.584Z Checking ff v0.13.0
19992025-01-10T04:27:06.618Z Checking memmap v0.7.0
20002025-01-10T04:27:06.797Z Checking is-terminal v0.4.13
20012025-01-10T04:27:06.835Z Checking hash32 v0.2.1
20022025-01-10T04:27:06.916Z Checking object v0.36.5
20032025-01-10T04:27:06.933Z Checking psl-types v2.0.11
20042025-01-10T04:27:06.966Z Checking take_mut v0.2.2
20052025-01-10T04:27:07.115Z Checking linked-hash-map v0.5.6
20062025-01-10T04:27:07.131Z Checking fallible-iterator v0.2.0
20072025-01-10T04:27:07.133Z Checking colorchoice v1.0.2
20082025-01-10T04:27:07.281Z Checking anstyle-query v1.1.1
20092025-01-10T04:27:07.407Z Checking rustc-demangle v0.1.24
20102025-01-10T04:27:07.450Z Checking dyn-clone v1.0.17
20112025-01-10T04:27:07.561Z Checking utf-8 v0.7.6
20122025-01-10T04:27:07.594Z Checking quick-error v1.2.3
20132025-01-10T04:27:07.726Z Checking is_terminal_polyfill v1.70.1
20142025-01-10T04:27:07.729Z Checking base16ct v0.2.0
20152025-01-10T04:27:07.765Z Checking tungstenite v0.24.0
20162025-01-10T04:27:07.840Z Checking resolv-conf v0.7.0
20172025-01-10T04:27:07.856Z Checking anstream v0.6.15
20182025-01-10T04:27:07.924Z Checking sec1 v0.7.3
20192025-01-10T04:27:08.176Z Checking postgres-protocol v0.6.7
20202025-01-10T04:27:08.225Z Checking schemars v0.8.21
20212025-01-10T04:27:08.262Z Checking hyper-util v0.1.10
20222025-01-10T04:27:08.315Z Checking tokio-rustls v0.25.0
20232025-01-10T04:27:08.364Z Checking toml v0.8.19
20242025-01-10T04:27:08.705Z Checking lru-cache v0.1.2
20252025-01-10T04:27:08.730Z Checking heapless v0.7.17
20262025-01-10T04:27:08.846Z Checking publicsuffix v2.2.3
20272025-01-10T04:27:08.898Z Checking slog-async v2.8.0
20282025-01-10T04:27:09.082Z Checking hickory-proto v0.24.1
20292025-01-10T04:27:09.097Z Checking slog-term v2.9.1
20302025-01-10T04:27:09.173Z Checking usdt v0.5.0
20312025-01-10T04:27:09.452Z Checking group v0.13.0
20322025-01-10T04:27:09.601Z Checking num-iter v0.1.45
20332025-01-10T04:27:09.692Z Checking futures v0.3.31
20342025-01-10T04:27:09.771Z Checking tokio-rustls v0.26.0
20352025-01-10T04:27:09.787Z Checking slog-bunyan v2.5.0
20362025-01-10T04:27:09.789Z Checking tokio-native-tls v0.3.1
20372025-01-10T04:27:09.816Z Checking rayon-core v1.12.1
20382025-01-10T04:27:09.903Z Checking multer v3.1.0
20392025-01-10T04:27:09.958Z Checking terminal_size v0.4.0
20402025-01-10T04:27:10.037Z Checking phf_shared v0.11.2
20412025-01-10T04:27:10.149Z Checking cookie v0.18.1
20422025-01-10T04:27:10.309Z Checking async-stream v0.3.6
20432025-01-10T04:27:10.312Z Checking waitgroup v0.1.2
20442025-01-10T04:27:10.337Z Checking bzip2-sys v0.1.11+1.0.8
20452025-01-10T04:27:10.391Z Checking signal-hook v0.3.17
20462025-01-10T04:27:10.452Z Checking camino v1.1.9
20472025-01-10T04:27:10.466Z Checking openapiv3 v2.0.0
20482025-01-10T04:27:10.487Z Checking webpki-roots v0.26.6
20492025-01-10T04:27:10.504Z Checking serde_path_to_error v0.1.16
20502025-01-10T04:27:10.612Z Checking idna v0.5.0
20512025-01-10T04:27:10.691Z Checking hkdf v0.12.4
20522025-01-10T04:27:10.723Z Checking crypto-bigint v0.5.5
20532025-01-10T04:27:10.917Z Checking hostname v0.4.0
20542025-01-10T04:27:11.024Z Checking crc32fast v1.4.2
20552025-01-10T04:27:11.057Z Checking strsim v0.11.1
20562025-01-10T04:27:11.115Z Checking debug-ignore v1.0.5
20572025-01-10T04:27:11.257Z Checking unicode-width v0.1.14
20582025-01-10T04:27:11.273Z Checking winnow v0.5.40
20592025-01-10T04:27:11.335Z Checking bitflags v1.3.2
20602025-01-10T04:27:11.445Z Checking managed v0.8.0
20612025-01-10T04:27:11.508Z Checking clap_lex v0.7.2
20622025-01-10T04:27:11.736Z Checking console v0.15.8
20632025-01-10T04:27:11.772Z Checking clap_builder v4.5.21
20642025-01-10T04:27:11.871Z Checking smoltcp v0.9.1
20652025-01-10T04:27:12.353Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20662025-01-10T04:27:12.612Z Checking cookie_store v0.21.0
20672025-01-10T04:27:13.271Z Checking flate2 v1.0.34
20682025-01-10T04:27:13.319Z Checking signal-hook-mio v0.2.4
20692025-01-10T04:27:13.423Z Checking backtrace v0.3.74
20702025-01-10T04:27:13.462Z Checking hyper-rustls v0.27.3
20712025-01-10T04:27:13.664Z Checking elliptic-curve v0.13.8
20722025-01-10T04:27:13.799Z Checking rayon v1.10.0
20732025-01-10T04:27:13.907Z Checking hickory-resolver v0.24.1
20742025-01-10T04:27:13.920Z Checking bzip2 v0.4.4
20752025-01-10T04:27:13.942Z Checking dropshot v0.12.0
20762025-01-10T04:27:13.963Z Checking anyhow v1.0.93
20772025-01-10T04:27:14.207Z Checking phf v0.11.2
20782025-01-10T04:27:14.296Z Checking hyper-tls v0.6.0
20792025-01-10T04:27:14.326Z Checking toml_edit v0.19.15
20802025-01-10T04:27:14.342Z Checking num-bigint-dig v0.8.4
20812025-01-10T04:27:14.467Z Checking postgres-types v0.2.8
20822025-01-10T04:27:14.575Z Checking tokio-tungstenite v0.24.0
20832025-01-10T04:27:14.834Z Checking bstr v1.10.0
20842025-01-10T04:27:15.064Z Checking regex v1.11.1
20852025-01-10T04:27:15.182Z Checking ed25519 v2.2.3
20862025-01-10T04:27:15.469Z Checking tokio-stream v0.1.16
20872025-01-10T04:27:15.483Z Checking phf_shared v0.10.0
20882025-01-10T04:27:15.692Z Checking curve25519-dalek v4.1.3
20892025-01-10T04:27:15.762Z Checking zerocopy v0.6.6
20902025-01-10T04:27:15.806Z Checking hubpack v0.1.2
20912025-01-10T04:27:16.133Z Checking portable-atomic v1.9.0
20922025-01-10T04:27:16.320Z Checking pkcs1 v0.7.5
20932025-01-10T04:27:16.478Z Checking float-cmp v0.9.0
20942025-01-10T04:27:16.566Z Checking serde-big-array v0.5.1
20952025-01-10T04:27:16.669Z Checking rfc6979 v0.4.0
20962025-01-10T04:27:16.720Z Checking sync_wrapper v1.0.1
20972025-01-10T04:27:16.784Z Checking minimal-lexical v0.2.1
20982025-01-10T04:27:16.801Z Checking new_debug_unreachable v1.0.6
20992025-01-10T04:27:16.855Z Checking bit-vec v0.6.3
21002025-01-10T04:27:16.871Z Checking normalize-line-endings v0.3.0
21012025-01-10T04:27:16.889Z Checking number_prefix v0.4.0
21022025-01-10T04:27:16.989Z Checking unicode-width v0.2.0
21032025-01-10T04:27:17.069Z Checking predicates-core v1.0.8
21042025-01-10T04:27:17.147Z Checking precomputed-hash v0.1.1
21052025-01-10T04:27:17.165Z Checking difflib v0.4.0
21062025-01-10T04:27:17.181Z Checking fixedbitset v0.4.2
21072025-01-10T04:27:17.239Z Checking unicode-segmentation v1.12.0
21082025-01-10T04:27:17.254Z Checking static_assertions v1.1.0
21092025-01-10T04:27:17.345Z Checking whoami v1.5.2
21102025-01-10T04:27:17.429Z Checking petgraph v0.6.5
21112025-01-10T04:27:17.464Z Checking predicates v3.1.2
21122025-01-10T04:27:17.466Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21132025-01-10T04:27:17.540Z Checking qorb v0.2.1
21142025-01-10T04:27:17.586Z Checking ed25519-dalek v2.1.1
21152025-01-10T04:27:17.639Z Checking tokio-postgres v0.7.12
21162025-01-10T04:27:17.679Z Checking indicatif v0.17.9
21172025-01-10T04:27:17.921Z Checking similar v2.6.0
21182025-01-10T04:27:17.999Z Checking string_cache v0.8.7
21192025-01-10T04:27:18.108Z Checking nom v7.1.3
21202025-01-10T04:27:18.292Z Checking bit-set v0.5.3
21212025-01-10T04:27:18.463Z Checking reqwest v0.12.9
21222025-01-10T04:27:18.533Z Checking ecdsa v0.16.9
21232025-01-10T04:27:18.794Z Checking toml v0.7.8
21242025-01-10T04:27:19.253Z Checking rsa v0.9.6
21252025-01-10T04:27:19.533Z Checking clap v4.5.21
21262025-01-10T04:27:19.656Z Checking zip v0.6.6
21272025-01-10T04:27:20.054Z Checking crossterm v0.28.1
21282025-01-10T04:27:20.259Z Checking itertools v0.10.5
21292025-01-10T04:27:20.335Z Checking itertools v0.12.1
21302025-01-10T04:27:20.350Z Checking fs-err v2.11.0
21312025-01-10T04:27:20.646Z Checking ahash v0.8.11
21322025-01-10T04:27:20.900Z Checking x509-cert v0.2.5
21332025-01-10T04:27:20.917Z Checking hex v0.4.3
21342025-01-10T04:27:20.929Z Checking semver v1.0.23
21352025-01-10T04:27:21.202Z Checking lalrpop-util v0.19.12
21362025-01-10T04:27:21.338Z Checking peg-runtime v0.8.3
21372025-01-10T04:27:21.437Z Checking sigpipe v0.1.3
21382025-01-10T04:27:22.584Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21392025-01-10T04:27:22.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.47s
21402025-01-10T04:27:23.096Z
21412025-01-10T04:27:23.096Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21422025-01-10T04:27:23.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432025-01-10T04:27:23.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442025-01-10T04:27:23.726Z Compiling hashbrown v0.14.5
21452025-01-10T04:27:23.843Z Checking heck v0.5.0
21462025-01-10T04:27:23.855Z Compiling unsafe-libyaml v0.2.11
21472025-01-10T04:27:23.869Z Checking ipnetwork v0.20.0
21482025-01-10T04:27:23.881Z Compiling ident_case v1.0.1
21492025-01-10T04:27:23.895Z Checking progenitor-client v0.8.0
21502025-01-10T04:27:23.911Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21512025-01-10T04:27:24.003Z Compiling darling_core v0.20.10
21522025-01-10T04:27:24.053Z Checking newtype-uuid v1.1.3
21532025-01-10T04:27:24.194Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21542025-01-10T04:27:24.255Z Compiling proc-macro-crate v1.3.1
21552025-01-10T04:27:24.275Z Compiling structmeta-derive v0.3.0
21562025-01-10T04:27:24.280Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21572025-01-10T04:27:24.500Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21582025-01-10T04:27:24.598Z Compiling lzma-sys v0.1.20
21592025-01-10T04:27:24.975Z Checking regress v0.10.1
21602025-01-10T04:27:25.346Z Compiling serde_yaml v0.9.34+deprecated
21612025-01-10T04:27:25.378Z Compiling num_enum_derive v0.5.11
21622025-01-10T04:27:25.713Z Compiling foreign-types-macros v0.2.3
21632025-01-10T04:27:25.740Z Compiling dropshot v0.13.0
21642025-01-10T04:27:26.021Z Checking foreign-types-shared v0.3.1
21652025-01-10T04:27:26.135Z Checking arc-swap v1.7.1
21662025-01-10T04:27:26.557Z Checking slog-scope v4.4.0
21672025-01-10T04:27:26.846Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21682025-01-10T04:27:27.043Z Checking foreign-types v0.5.0
21692025-01-10T04:27:27.260Z Compiling structmeta v0.3.0
21702025-01-10T04:27:27.335Z Compiling proc-macro-error v1.0.4
21712025-01-10T04:27:27.591Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21722025-01-10T04:27:27.697Z Compiling parse-display-derive v0.10.0
21732025-01-10T04:27:27.710Z Checking tungstenite v0.21.0
21742025-01-10T04:27:27.957Z Checking num_enum v0.5.11
21752025-01-10T04:27:27.974Z Compiling heck v0.3.3
21762025-01-10T04:27:28.111Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21772025-01-10T04:27:28.390Z Compiling dropshot_endpoint v0.13.0
21782025-01-10T04:27:28.548Z Checking typify-impl v0.2.0
21792025-01-10T04:27:28.646Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21802025-01-10T04:27:29.423Z Checking cstr-argument v0.1.2
21812025-01-10T04:27:29.593Z Checking instant v0.1.13
21822025-01-10T04:27:29.612Z Checking base64 v0.21.7
21832025-01-10T04:27:29.710Z Checking pretty-hex v0.2.1
21842025-01-10T04:27:29.869Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21852025-01-10T04:27:30.088Z Checking fastrand v2.1.1
21862025-01-10T04:27:30.258Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21872025-01-10T04:27:30.274Z Checking backoff v0.4.0
21882025-01-10T04:27:30.421Z Checking tempfile v3.13.0
21892025-01-10T04:27:30.525Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21902025-01-10T04:27:30.578Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21912025-01-10T04:27:30.720Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21922025-01-10T04:27:30.798Z Checking tokio-tungstenite v0.21.0
21932025-01-10T04:27:30.834Z Compiling zone_cfg_derive v0.1.2
21942025-01-10T04:27:30.870Z Checking strum v0.26.3
21952025-01-10T04:27:31.026Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21962025-01-10T04:27:31.028Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21972025-01-10T04:27:31.194Z Compiling darling_macro v0.20.10
21982025-01-10T04:27:31.349Z Checking slog-stdlog v4.1.1
21992025-01-10T04:27:31.463Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22002025-01-10T04:27:31.508Z Checking regress v0.9.1
22012025-01-10T04:27:31.611Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22022025-01-10T04:27:31.826Z Checking colored v2.1.0
22032025-01-10T04:27:31.925Z Checking macaddr v1.0.1
22042025-01-10T04:27:32.139Z Checking base64 v0.13.1
22052025-01-10T04:27:32.193Z Compiling darling v0.20.10
22062025-01-10T04:27:32.315Z Compiling serde_with_macros v3.11.0
22072025-01-10T04:27:32.356Z Checking zone v0.1.8
22082025-01-10T04:27:32.414Z Checking parse-display v0.10.0
22092025-01-10T04:27:32.567Z Checking ron v0.7.1
22102025-01-10T04:27:32.646Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22112025-01-10T04:27:33.040Z Checking slog-envlogger v2.2.0
22122025-01-10T04:27:33.121Z Checking xz2 v0.1.7
22132025-01-10T04:27:33.258Z Checking tabwriter v1.4.0
22142025-01-10T04:27:33.416Z Checking xattr v1.3.1
22152025-01-10T04:27:33.506Z Checking pem v3.0.4
22162025-01-10T04:27:33.604Z Checking yasna v0.5.2
22172025-01-10T04:27:33.694Z Checking headers-core v0.3.0
22182025-01-10T04:27:33.764Z Checking smf v0.2.3
22192025-01-10T04:27:33.837Z Checking filetime v0.2.25
22202025-01-10T04:27:34.039Z Checking same-file v1.0.6
22212025-01-10T04:27:34.125Z Checking tar v0.4.42
22222025-01-10T04:27:34.217Z Checking walkdir v2.5.0
22232025-01-10T04:27:34.240Z Checking headers v0.4.0
22242025-01-10T04:27:34.465Z Checking rcgen v0.12.1
22252025-01-10T04:27:34.489Z Checking atomicwrites v0.4.4
22262025-01-10T04:27:34.696Z Checking camino-tempfile v1.1.1
22272025-01-10T04:27:34.947Z Checking subprocess v0.2.9
22282025-01-10T04:27:35.223Z Checking serde_with v3.11.0
22292025-01-10T04:27:39.189Z Compiling typify-macro v0.2.0
22302025-01-10T04:27:41.082Z Compiling typify v0.2.0
22312025-01-10T04:27:41.151Z Compiling progenitor-impl v0.8.0
22322025-01-10T04:27:44.349Z Compiling progenitor-macro v0.8.0
22332025-01-10T04:27:49.127Z Checking progenitor v0.8.0
22342025-01-10T04:27:49.279Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22352025-01-10T04:27:49.282Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22362025-01-10T04:27:52.012Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22372025-01-10T04:27:52.328Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22382025-01-10T04:27:58.898Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22392025-01-10T04:28:00.477Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22402025-01-10T04:28:01.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.70s
22412025-01-10T04:28:01.940Z
22422025-01-10T04:28:01.940Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22432025-01-10T04:28:02.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442025-01-10T04:28:02.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452025-01-10T04:28:02.603Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22462025-01-10T04:28:04.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
22472025-01-10T04:28:04.214Z
22482025-01-10T04:28:04.214Zinfo: running `cargo check --bins` on nexus-config (31/176)
22492025-01-10T04:28:04.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502025-01-10T04:28:04.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512025-01-10T04:28:04.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522025-01-10T04:28:04.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22532025-01-10T04:28:04.859Z
22542025-01-10T04:28:04.859Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22552025-01-10T04:28:05.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562025-01-10T04:28:05.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572025-01-10T04:28:05.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582025-01-10T04:28:05.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22592025-01-10T04:28:05.469Z
22602025-01-10T04:28:05.469Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22612025-01-10T04:28:06.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622025-01-10T04:28:06.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632025-01-10T04:28:06.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642025-01-10T04:28:06.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22652025-01-10T04:28:06.094Z
22662025-01-10T04:28:06.094Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22672025-01-10T04:28:06.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682025-01-10T04:28:06.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692025-01-10T04:28:06.773Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22702025-01-10T04:28:06.882Z Compiling ipnetwork v0.20.0
22712025-01-10T04:28:06.885Z Compiling zerocopy v0.8.10
22722025-01-10T04:28:06.885Z Compiling progenitor-client v0.8.0
22732025-01-10T04:28:06.885Z Compiling itertools v0.13.0
22742025-01-10T04:28:06.885Z Compiling zerocopy-derive v0.8.10
22752025-01-10T04:28:06.885Z Compiling heapless v0.8.0
22762025-01-10T04:28:06.885Z Checking hash32 v0.3.1
22772025-01-10T04:28:07.036Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22782025-01-10T04:28:07.371Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22792025-01-10T04:28:07.460Z Compiling progenitor v0.8.0
22802025-01-10T04:28:07.663Z Compiling instant v0.1.13
22812025-01-10T04:28:07.686Z Compiling smoltcp v0.11.0
22822025-01-10T04:28:07.760Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22832025-01-10T04:28:07.804Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22842025-01-10T04:28:07.820Z Compiling backoff v0.4.0
22852025-01-10T04:28:08.144Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22862025-01-10T04:28:08.165Z Compiling dropshot v0.13.0
22872025-01-10T04:28:08.391Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22882025-01-10T04:28:08.567Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22892025-01-10T04:28:08.800Z Compiling serde_with v3.11.0
22902025-01-10T04:28:08.818Z Compiling parse-display v0.10.0
22912025-01-10T04:28:09.021Z Checking num-rational v0.4.2
22922025-01-10T04:28:09.520Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22932025-01-10T04:28:09.693Z Compiling regress v0.9.1
22942025-01-10T04:28:10.953Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22952025-01-10T04:28:11.507Z Compiling phf_generator v0.11.2
22962025-01-10T04:28:11.690Z Checking num-complex v0.4.6
22972025-01-10T04:28:12.767Z Compiling macaddr v1.0.1
22982025-01-10T04:28:13.139Z Checking cobs v0.2.3
22992025-01-10T04:28:13.187Z Checking num v0.4.3
23002025-01-10T04:28:13.292Z Compiling phf_codegen v0.11.2
23012025-01-10T04:28:13.314Z Checking postcard v1.0.10
23022025-01-10T04:28:13.911Z Compiling parse-zoneinfo v0.3.1
23032025-01-10T04:28:14.864Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23042025-01-10T04:28:15.159Z Compiling convert_case v0.4.0
23052025-01-10T04:28:15.997Z Compiling float-ord v0.3.2
23062025-01-10T04:28:16.155Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23072025-01-10T04:28:16.306Z Compiling derive_more v0.99.18
23082025-01-10T04:28:16.336Z Compiling chrono-tz-build v0.4.0
23092025-01-10T04:28:16.387Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23102025-01-10T04:28:16.593Z Compiling crucible-workspace-hack v0.1.0
23112025-01-10T04:28:16.885Z Compiling thiserror v2.0.3
23122025-01-10T04:28:17.304Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23132025-01-10T04:28:17.338Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23142025-01-10T04:28:17.618Z Checking newline-converter v0.3.0
23152025-01-10T04:28:17.792Z Compiling chrono-tz v0.10.0
23162025-01-10T04:28:17.794Z Checking prettyplease v0.2.25
23172025-01-10T04:28:17.878Z Compiling thiserror-impl v2.0.3
23182025-01-10T04:28:18.122Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23192025-01-10T04:28:18.429Z Compiling slog-dtrace v0.3.0
23202025-01-10T04:28:18.711Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23212025-01-10T04:28:19.022Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23222025-01-10T04:28:20.110Z Checking expectorate v1.1.0
23232025-01-10T04:28:20.275Z Compiling zone_cfg_derive v0.3.0
23242025-01-10T04:28:20.397Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23252025-01-10T04:28:20.511Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23262025-01-10T04:28:20.864Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23272025-01-10T04:28:21.235Z Compiling const_format_proc_macros v0.2.33
23282025-01-10T04:28:21.655Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23292025-01-10T04:28:21.678Z Compiling num-derive v0.4.2
23302025-01-10T04:28:21.889Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312025-01-10T04:28:21.908Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23322025-01-10T04:28:22.170Z Checking highway v1.2.0
23332025-01-10T04:28:22.638Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23342025-01-10T04:28:22.654Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23352025-01-10T04:28:22.915Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23362025-01-10T04:28:23.163Z Checking zone v0.3.0
23372025-01-10T04:28:23.390Z Checking const_format v0.2.33
23382025-01-10T04:28:23.716Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23392025-01-10T04:28:23.718Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23402025-01-10T04:28:23.962Z Checking gethostname v0.5.0
23412025-01-10T04:28:24.016Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23422025-01-10T04:28:24.042Z Checking bcs v0.1.6
23432025-01-10T04:28:24.080Z Compiling async-recursion v1.1.1
23442025-01-10T04:28:24.099Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23452025-01-10T04:28:24.099Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23462025-01-10T04:28:26.296Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23472025-01-10T04:28:30.901Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23482025-01-10T04:28:34.290Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23492025-01-10T04:28:36.896Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23502025-01-10T04:28:38.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.02s
23512025-01-10T04:28:38.301Z
23522025-01-10T04:28:38.301Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23532025-01-10T04:28:38.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542025-01-10T04:28:38.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552025-01-10T04:28:38.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562025-01-10T04:28:38.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23572025-01-10T04:28:38.928Z
23582025-01-10T04:28:38.928Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23592025-01-10T04:28:39.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602025-01-10T04:28:39.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612025-01-10T04:28:39.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622025-01-10T04:28:39.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23632025-01-10T04:28:39.565Z
23642025-01-10T04:28:39.565Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23652025-01-10T04:28:40.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662025-01-10T04:28:40.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672025-01-10T04:28:40.217Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23682025-01-10T04:28:40.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
23692025-01-10T04:28:41.039Z
23702025-01-10T04:28:41.039Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23712025-01-10T04:28:41.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722025-01-10T04:28:41.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732025-01-10T04:28:41.704Z Compiling cfg_aliases v0.1.1
23742025-01-10T04:28:41.710Z Compiling vte_generate_state_changes v0.1.2
23752025-01-10T04:28:41.710Z Checking fd-lock v4.0.2
23762025-01-10T04:28:41.710Z Checking nibble_vec v0.1.0
23772025-01-10T04:28:41.819Z Checking endian-type v0.1.2
23782025-01-10T04:28:41.822Z Checking bytecount v0.6.8
23792025-01-10T04:28:41.848Z Compiling tabled_derive v0.7.0
23802025-01-10T04:28:41.861Z Compiling peg-macros v0.8.4
23812025-01-10T04:28:41.889Z Compiling nix v0.28.0
23822025-01-10T04:28:41.975Z Checking papergrid v0.11.0
23832025-01-10T04:28:41.979Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23842025-01-10T04:28:42.002Z Compiling sqlparser_derive v0.2.2
23852025-01-10T04:28:42.019Z Checking radix_trie v0.2.1
23862025-01-10T04:28:42.412Z Checking vte v0.11.1
23872025-01-10T04:28:42.428Z Checking nu-ansi-term v0.50.1
23882025-01-10T04:28:42.816Z Checking home v0.5.9
23892025-01-10T04:28:42.955Z Checking unicode_categories v0.1.1
23902025-01-10T04:28:43.105Z Checking sqlparser v0.45.0
23912025-01-10T04:28:43.152Z Checking display-error-chain v0.2.2
23922025-01-10T04:28:43.254Z Checking sqlformat v0.2.6
23932025-01-10T04:28:43.715Z Checking strip-ansi-escapes v0.2.0
23942025-01-10T04:28:43.852Z Checking reedline v0.35.0
23952025-01-10T04:28:44.079Z Checking tabled v0.15.0
23962025-01-10T04:28:44.798Z Checking peg v0.8.4
23972025-01-10T04:28:45.195Z Checking rustyline v14.0.0
23982025-01-10T04:28:53.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.68s
23992025-01-10T04:28:53.893Z
24002025-01-10T04:28:53.893Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
24012025-01-10T04:28:54.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022025-01-10T04:28:54.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032025-01-10T04:28:54.553Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042025-01-10T04:28:59.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
24052025-01-10T04:28:59.711Z
24062025-01-10T04:28:59.711Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24072025-01-10T04:29:00.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082025-01-10T04:29:00.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092025-01-10T04:29:00.375Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102025-01-10T04:29:04.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
24112025-01-10T04:29:04.305Z
24122025-01-10T04:29:04.305Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24132025-01-10T04:29:04.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142025-01-10T04:29:04.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152025-01-10T04:29:04.960Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162025-01-10T04:29:09.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
24172025-01-10T04:29:09.926Z
24182025-01-10T04:29:09.926Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24192025-01-10T04:29:10.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202025-01-10T04:29:10.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212025-01-10T04:29:10.592Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24222025-01-10T04:29:15.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
24232025-01-10T04:29:15.627Z
24242025-01-10T04:29:15.627Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24252025-01-10T04:29:16.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262025-01-10T04:29:16.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272025-01-10T04:29:16.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24282025-01-10T04:29:20.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
24292025-01-10T04:29:20.625Z
24302025-01-10T04:29:20.625Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24312025-01-10T04:29:21.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322025-01-10T04:29:21.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332025-01-10T04:29:21.297Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24342025-01-10T04:29:25.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
24352025-01-10T04:29:25.480Z
24362025-01-10T04:29:25.480Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24372025-01-10T04:29:26.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382025-01-10T04:29:26.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392025-01-10T04:29:26.136Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24402025-01-10T04:29:31.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
24412025-01-10T04:29:31.315Z
24422025-01-10T04:29:31.315Zinfo: running `cargo check --bins` on oximeter (46/176)
24432025-01-10T04:29:31.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442025-01-10T04:29:31.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452025-01-10T04:29:31.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462025-01-10T04:29:31.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24472025-01-10T04:29:31.944Z
24482025-01-10T04:29:31.944Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24492025-01-10T04:29:32.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502025-01-10T04:29:32.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512025-01-10T04:29:32.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522025-01-10T04:29:32.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24532025-01-10T04:29:32.551Z
24542025-01-10T04:29:32.551Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24552025-01-10T04:29:33.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562025-01-10T04:29:33.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572025-01-10T04:29:33.184Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24582025-01-10T04:29:35.367Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592025-01-10T04:29:36.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
24602025-01-10T04:29:36.505Z
24612025-01-10T04:29:36.505Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24622025-01-10T04:29:37.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632025-01-10T04:29:37.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642025-01-10T04:29:37.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652025-01-10T04:29:37.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24662025-01-10T04:29:37.132Z
24672025-01-10T04:29:37.132Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24682025-01-10T04:29:37.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692025-01-10T04:29:37.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702025-01-10T04:29:37.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712025-01-10T04:29:37.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24722025-01-10T04:29:37.751Z
24732025-01-10T04:29:37.751Zinfo: running `cargo check --bins` on oxql-types (51/176)
24742025-01-10T04:29:38.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752025-01-10T04:29:38.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762025-01-10T04:29:38.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772025-01-10T04:29:38.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24782025-01-10T04:29:38.385Z
24792025-01-10T04:29:38.385Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24802025-01-10T04:29:38.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812025-01-10T04:29:38.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822025-01-10T04:29:38.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832025-01-10T04:29:38.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24842025-01-10T04:29:39.027Z
24852025-01-10T04:29:39.027Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24862025-01-10T04:29:39.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872025-01-10T04:29:39.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882025-01-10T04:29:39.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892025-01-10T04:29:39.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24902025-01-10T04:29:39.655Z
24912025-01-10T04:29:39.655Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24922025-01-10T04:29:40.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932025-01-10T04:29:40.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942025-01-10T04:29:40.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952025-01-10T04:29:40.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24962025-01-10T04:29:40.292Z
24972025-01-10T04:29:40.292Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24982025-01-10T04:29:40.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992025-01-10T04:29:40.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002025-01-10T04:29:40.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012025-01-10T04:29:40.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25022025-01-10T04:29:40.925Z
25032025-01-10T04:29:40.925Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
25042025-01-10T04:29:41.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052025-01-10T04:29:41.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062025-01-10T04:29:41.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072025-01-10T04:29:41.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25082025-01-10T04:29:41.556Z
25092025-01-10T04:29:41.556Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25102025-01-10T04:29:42.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112025-01-10T04:29:42.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122025-01-10T04:29:42.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132025-01-10T04:29:42.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25142025-01-10T04:29:42.182Z
25152025-01-10T04:29:42.183Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25162025-01-10T04:29:42.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172025-01-10T04:29:42.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182025-01-10T04:29:42.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192025-01-10T04:29:42.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25202025-01-10T04:29:42.795Z
25212025-01-10T04:29:42.795Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25222025-01-10T04:29:43.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232025-01-10T04:29:43.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242025-01-10T04:29:43.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252025-01-10T04:29:43.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25262025-01-10T04:29:43.430Z
25272025-01-10T04:29:43.430Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25282025-01-10T04:29:43.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292025-01-10T04:29:43.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302025-01-10T04:29:43.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312025-01-10T04:29:43.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25322025-01-10T04:29:44.049Z
25332025-01-10T04:29:44.049Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25342025-01-10T04:29:44.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352025-01-10T04:29:44.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362025-01-10T04:29:44.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372025-01-10T04:29:44.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25382025-01-10T04:29:44.678Z
25392025-01-10T04:29:44.678Zinfo: running `cargo check --bins` on dpd-client (62/176)
25402025-01-10T04:29:45.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412025-01-10T04:29:45.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422025-01-10T04:29:45.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432025-01-10T04:29:45.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25442025-01-10T04:29:45.292Z
25452025-01-10T04:29:45.292Zinfo: running `cargo check --bins` on gateway-client (63/176)
25462025-01-10T04:29:45.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472025-01-10T04:29:45.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482025-01-10T04:29:45.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492025-01-10T04:29:45.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25502025-01-10T04:29:45.914Z
25512025-01-10T04:29:45.914Zinfo: running `cargo check --bins` on installinator-client (64/176)
25522025-01-10T04:29:46.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532025-01-10T04:29:46.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542025-01-10T04:29:46.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552025-01-10T04:29:46.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25562025-01-10T04:29:46.557Z
25572025-01-10T04:29:46.557Zinfo: running `cargo check --bins` on installinator-common (65/176)
25582025-01-10T04:29:47.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592025-01-10T04:29:47.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602025-01-10T04:29:47.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612025-01-10T04:29:47.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25622025-01-10T04:29:47.197Z
25632025-01-10T04:29:47.197Zinfo: running `cargo check --bins` on update-engine (66/176)
25642025-01-10T04:29:47.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652025-01-10T04:29:47.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662025-01-10T04:29:47.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672025-01-10T04:29:47.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25682025-01-10T04:29:47.802Z
25692025-01-10T04:29:47.802Zinfo: running `cargo check --bins` on nexus-client (67/176)
25702025-01-10T04:29:48.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712025-01-10T04:29:48.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722025-01-10T04:29:48.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732025-01-10T04:29:48.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25742025-01-10T04:29:48.454Z
25752025-01-10T04:29:48.454Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25762025-01-10T04:29:49.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772025-01-10T04:29:49.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782025-01-10T04:29:49.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792025-01-10T04:29:49.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25802025-01-10T04:29:49.092Z
25812025-01-10T04:29:49.092Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25822025-01-10T04:29:49.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832025-01-10T04:29:49.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842025-01-10T04:29:49.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852025-01-10T04:29:49.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25862025-01-10T04:29:49.715Z
25872025-01-10T04:29:49.715Zinfo: running `cargo check --bins` on nexus-types (70/176)
25882025-01-10T04:29:50.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892025-01-10T04:29:50.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902025-01-10T04:29:50.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912025-01-10T04:29:50.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25922025-01-10T04:29:50.368Z
25932025-01-10T04:29:50.368Zinfo: running `cargo check --bins` on oxide-client (71/176)
25942025-01-10T04:29:50.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952025-01-10T04:29:50.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962025-01-10T04:29:50.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972025-01-10T04:29:50.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25982025-01-10T04:29:50.978Z
25992025-01-10T04:29:50.979Zinfo: running `cargo check --bins` on oximeter-client (72/176)
26002025-01-10T04:29:51.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012025-01-10T04:29:51.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022025-01-10T04:29:51.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032025-01-10T04:29:51.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26042025-01-10T04:29:51.616Z
26052025-01-10T04:29:51.616Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26062025-01-10T04:29:52.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072025-01-10T04:29:52.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082025-01-10T04:29:52.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092025-01-10T04:29:52.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26102025-01-10T04:29:52.229Z
26112025-01-10T04:29:52.229Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26122025-01-10T04:29:52.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132025-01-10T04:29:52.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142025-01-10T04:29:52.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152025-01-10T04:29:52.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26162025-01-10T04:29:52.873Z
26172025-01-10T04:29:52.873Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26182025-01-10T04:29:53.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192025-01-10T04:29:53.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202025-01-10T04:29:53.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212025-01-10T04:29:53.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26222025-01-10T04:29:53.535Z
26232025-01-10T04:29:53.535Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26242025-01-10T04:29:54.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252025-01-10T04:29:54.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262025-01-10T04:29:54.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272025-01-10T04:29:54.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26282025-01-10T04:29:54.194Z
26292025-01-10T04:29:54.194Zinfo: running `cargo check --bins` on wicket-common (77/176)
26302025-01-10T04:29:54.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312025-01-10T04:29:54.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322025-01-10T04:29:54.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332025-01-10T04:29:54.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26342025-01-10T04:29:54.859Z
26352025-01-10T04:29:54.859Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26362025-01-10T04:29:55.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372025-01-10T04:29:55.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382025-01-10T04:29:55.536Z Checking csv-core v0.1.11
26392025-01-10T04:29:55.536Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26402025-01-10T04:29:55.538Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26412025-01-10T04:29:55.647Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26422025-01-10T04:29:55.826Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26432025-01-10T04:29:55.850Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26442025-01-10T04:29:55.861Z Checking csv v1.3.0
26452025-01-10T04:29:56.446Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26462025-01-10T04:29:56.805Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26472025-01-10T04:29:58.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
26482025-01-10T04:29:58.768Z
26492025-01-10T04:29:58.768Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26502025-01-10T04:29:59.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-01-10T04:29:59.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-01-10T04:29:59.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532025-01-10T04:29:59.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26542025-01-10T04:29:59.402Z
26552025-01-10T04:29:59.402Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26562025-01-10T04:29:59.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-01-10T04:29:59.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-01-10T04:29:59.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592025-01-10T04:29:59.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26602025-01-10T04:30:00.040Z
26612025-01-10T04:30:00.040Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26622025-01-10T04:30:00.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-01-10T04:30:00.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-01-10T04:30:00.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652025-01-10T04:30:00.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26662025-01-10T04:30:00.772Z
26672025-01-10T04:30:00.772Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26682025-01-10T04:30:01.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-01-10T04:30:01.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-01-10T04:30:01.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-01-10T04:30:01.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26722025-01-10T04:30:01.511Z
26732025-01-10T04:30:01.511Zinfo: running `cargo check --bins` on dns-server (83/176)
26742025-01-10T04:30:02.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-01-10T04:30:02.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-01-10T04:30:02.171Z Compiling parking_lot_core v0.8.6
26772025-01-10T04:30:02.173Z Checking fxhash v0.2.1
26782025-01-10T04:30:02.174Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26792025-01-10T04:30:02.174Z Checking hickory-server v0.24.1
26802025-01-10T04:30:02.272Z Checking hickory-client v0.24.1
26812025-01-10T04:30:02.850Z Checking parking_lot v0.11.2
26822025-01-10T04:30:02.972Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26832025-01-10T04:30:02.972Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26842025-01-10T04:30:03.085Z Checking sled v0.34.7
26852025-01-10T04:30:04.858Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26862025-01-10T04:30:06.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
26872025-01-10T04:30:06.313Z
26882025-01-10T04:30:06.313Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26892025-01-10T04:30:06.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902025-01-10T04:30:06.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912025-01-10T04:30:06.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922025-01-10T04:30:06.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26932025-01-10T04:30:06.943Z
26942025-01-10T04:30:06.943Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26952025-01-10T04:30:07.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962025-01-10T04:30:07.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972025-01-10T04:30:07.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982025-01-10T04:30:07.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26992025-01-10T04:30:07.625Z
27002025-01-10T04:30:07.625Zinfo: running `cargo check --bins` on gateway-types (86/176)
27012025-01-10T04:30:08.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022025-01-10T04:30:08.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032025-01-10T04:30:08.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042025-01-10T04:30:08.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27052025-01-10T04:30:08.253Z
27062025-01-10T04:30:08.253Zinfo: running `cargo check --bins` on ipcc (87/176)
27072025-01-10T04:30:08.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082025-01-10T04:30:08.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092025-01-10T04:30:08.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102025-01-10T04:30:08.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27112025-01-10T04:30:08.886Z
27122025-01-10T04:30:08.886Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27132025-01-10T04:30:09.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142025-01-10T04:30:09.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152025-01-10T04:30:09.581Z Compiling semver v0.1.20
27162025-01-10T04:30:09.581Z Compiling radium v0.7.0
27172025-01-10T04:30:09.584Z Checking tap v1.0.1
27182025-01-10T04:30:09.689Z Compiling maybe-uninit v2.0.0
27192025-01-10T04:30:09.712Z Checking password-hash v0.5.0
27202025-01-10T04:30:09.715Z Checking blake2 v0.10.6
27212025-01-10T04:30:09.715Z Checking funty v2.0.0
27222025-01-10T04:30:09.715Z Compiling packed_struct v0.10.1
27232025-01-10T04:30:09.835Z Checking wyz v0.5.1
27242025-01-10T04:30:10.137Z Compiling rustc_version v0.1.7
27252025-01-10T04:30:10.157Z Compiling cancel-safe-futures v0.1.5
27262025-01-10T04:30:10.192Z Checking crc-catalog v2.4.0
27272025-01-10T04:30:10.251Z Compiling owo-colors v4.1.0
27282025-01-10T04:30:10.318Z Checking argon2 v0.5.3
27292025-01-10T04:30:10.362Z Checking crc v3.2.1
27302025-01-10T04:30:10.388Z Compiling packed_struct_codegen v0.10.1
27312025-01-10T04:30:10.511Z Compiling indexmap v1.9.3
27322025-01-10T04:30:10.529Z Checking half v2.4.1
27332025-01-10T04:30:10.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27342025-01-10T04:30:10.612Z Compiling newtype_derive v0.1.6
27352025-01-10T04:30:10.629Z Checking bitvec v1.0.1
27362025-01-10T04:30:10.781Z Checking ciborium-io v0.2.2
27372025-01-10T04:30:10.796Z Checking nodrop v0.1.14
27382025-01-10T04:30:10.909Z Checking array-init v0.0.4
27392025-01-10T04:30:10.983Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27402025-01-10T04:30:10.983Z Checking ciborium-ll v0.2.2
27412025-01-10T04:30:11.067Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27422025-01-10T04:30:11.289Z Checking smallvec v0.6.14
27432025-01-10T04:30:11.307Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27442025-01-10T04:30:11.356Z Checking libsw v3.3.1
27452025-01-10T04:30:11.613Z Compiling memoffset v0.9.1
27462025-01-10T04:30:11.689Z Checking indent_write v2.2.0
27472025-01-10T04:30:11.873Z Checking linear-map v1.2.0
27482025-01-10T04:30:11.896Z Checking termcolor v1.4.1
27492025-01-10T04:30:11.910Z Checking hashbrown v0.12.3
27502025-01-10T04:30:11.928Z Checking swrite v0.1.0
27512025-01-10T04:30:12.050Z Checking bitfield v0.14.0
27522025-01-10T04:30:12.211Z Checking ron v0.8.1
27532025-01-10T04:30:12.349Z Checking env_logger v0.10.2
27542025-01-10T04:30:12.353Z Checking serde-hex v0.1.0
27552025-01-10T04:30:12.463Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27562025-01-10T04:30:12.759Z Checking ciborium v0.2.2
27572025-01-10T04:30:12.776Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27582025-01-10T04:30:13.166Z Checking steno v0.4.1
27592025-01-10T04:30:13.605Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27602025-01-10T04:30:13.642Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27612025-01-10T04:30:13.733Z Checking hashbrown v0.13.2
27622025-01-10T04:30:13.871Z Checking humantime v2.1.0
27632025-01-10T04:30:14.047Z Checking crc-any v2.5.0
27642025-01-10T04:30:14.149Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27652025-01-10T04:30:14.415Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27662025-01-10T04:30:14.543Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27672025-01-10T04:30:14.764Z Checking object v0.30.4
27682025-01-10T04:30:14.820Z Checking path-slash v0.1.5
27692025-01-10T04:30:15.037Z Checking nix v0.27.1
27702025-01-10T04:30:15.071Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27712025-01-10T04:30:15.420Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27722025-01-10T04:30:15.762Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27732025-01-10T04:30:16.033Z Checking tungstenite v0.23.0
27742025-01-10T04:30:16.161Z Checking kstat-rs v0.2.4
27752025-01-10T04:30:16.300Z Checking signal-hook-tokio v0.3.1
27762025-01-10T04:30:16.511Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27772025-01-10T04:30:16.880Z Checking tokio-tungstenite v0.23.1
27782025-01-10T04:30:17.122Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27792025-01-10T04:30:17.649Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27802025-01-10T04:30:17.906Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27812025-01-10T04:30:24.053Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27822025-01-10T04:30:25.360Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27832025-01-10T04:30:29.029Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27842025-01-10T04:30:34.743Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27852025-01-10T04:30:35.444Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27862025-01-10T04:30:38.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.39s
27872025-01-10T04:30:38.466Z
27882025-01-10T04:30:38.466Zinfo: running `cargo check --bins` on gateway-api (89/176)
27892025-01-10T04:30:39.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-01-10T04:30:39.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-01-10T04:30:39.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-01-10T04:30:39.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27932025-01-10T04:30:39.097Z
27942025-01-10T04:30:39.097Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27952025-01-10T04:30:39.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-01-10T04:30:39.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-01-10T04:30:39.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-01-10T04:30:39.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27992025-01-10T04:30:39.711Z
28002025-01-10T04:30:39.711Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
28012025-01-10T04:30:40.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-01-10T04:30:40.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-01-10T04:30:40.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-01-10T04:30:40.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28052025-01-10T04:30:40.345Z
28062025-01-10T04:30:40.345Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28072025-01-10T04:30:40.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-01-10T04:30:40.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-01-10T04:30:40.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-01-10T04:30:40.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28112025-01-10T04:30:40.983Z
28122025-01-10T04:30:40.983Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28132025-01-10T04:30:41.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-01-10T04:30:41.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-01-10T04:30:41.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-01-10T04:30:41.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28172025-01-10T04:30:41.612Z
28182025-01-10T04:30:41.612Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28192025-01-10T04:30:42.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-01-10T04:30:42.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-01-10T04:30:42.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-01-10T04:30:42.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28232025-01-10T04:30:42.239Z
28242025-01-10T04:30:42.239Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28252025-01-10T04:30:42.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-01-10T04:30:42.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-01-10T04:30:42.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-01-10T04:30:42.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28292025-01-10T04:30:42.868Z
28302025-01-10T04:30:42.868Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28312025-01-10T04:30:43.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-01-10T04:30:43.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-01-10T04:30:43.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-01-10T04:30:43.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28352025-01-10T04:30:43.501Z
28362025-01-10T04:30:43.501Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28372025-01-10T04:30:44.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-01-10T04:30:44.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-01-10T04:30:44.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-01-10T04:30:44.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28412025-01-10T04:30:44.157Z
28422025-01-10T04:30:44.157Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28432025-01-10T04:30:44.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-01-10T04:30:44.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-01-10T04:30:44.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-01-10T04:30:44.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28472025-01-10T04:30:44.784Z
28482025-01-10T04:30:44.784Zinfo: running `cargo check --bins` on sp-sim (99/176)
28492025-01-10T04:30:45.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-01-10T04:30:45.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-01-10T04:30:45.418Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522025-01-10T04:30:45.896Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28532025-01-10T04:30:47.725Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28542025-01-10T04:30:49.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
28552025-01-10T04:30:49.648Z
28562025-01-10T04:30:49.648Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28572025-01-10T04:30:50.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582025-01-10T04:30:50.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592025-01-10T04:30:50.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602025-01-10T04:30:50.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28612025-01-10T04:30:50.315Z
28622025-01-10T04:30:50.315Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28632025-01-10T04:30:50.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642025-01-10T04:30:50.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652025-01-10T04:30:50.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662025-01-10T04:30:50.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28672025-01-10T04:30:50.997Z
28682025-01-10T04:30:50.997Zinfo: running `cargo check --bins` on db-macros (102/176)
28692025-01-10T04:30:51.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702025-01-10T04:30:51.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712025-01-10T04:30:51.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722025-01-10T04:30:51.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28732025-01-10T04:30:51.616Z
28742025-01-10T04:30:51.616Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28752025-01-10T04:30:52.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762025-01-10T04:30:52.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772025-01-10T04:30:52.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782025-01-10T04:30:52.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28792025-01-10T04:30:52.226Z
28802025-01-10T04:30:52.226Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28812025-01-10T04:30:52.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822025-01-10T04:30:52.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832025-01-10T04:30:52.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842025-01-10T04:30:52.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28852025-01-10T04:30:52.907Z
28862025-01-10T04:30:52.907Zinfo: running `cargo check --bins` on authz-macros (105/176)
28872025-01-10T04:30:53.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882025-01-10T04:30:53.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892025-01-10T04:30:53.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902025-01-10T04:30:53.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28912025-01-10T04:30:53.524Z
28922025-01-10T04:30:53.524Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28932025-01-10T04:30:54.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942025-01-10T04:30:54.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952025-01-10T04:30:54.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962025-01-10T04:30:54.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28972025-01-10T04:30:54.189Z
28982025-01-10T04:30:54.189Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28992025-01-10T04:30:54.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002025-01-10T04:30:54.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012025-01-10T04:30:54.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022025-01-10T04:30:54.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29032025-01-10T04:30:54.868Z
29042025-01-10T04:30:54.868Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29052025-01-10T04:30:55.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062025-01-10T04:30:55.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072025-01-10T04:30:55.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082025-01-10T04:30:55.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29092025-01-10T04:30:55.508Z
29102025-01-10T04:30:55.508Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29112025-01-10T04:30:56.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122025-01-10T04:30:56.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132025-01-10T04:30:56.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142025-01-10T04:30:56.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29152025-01-10T04:30:56.178Z
29162025-01-10T04:30:56.178Zinfo: running `cargo check --bins` on typed-rng (110/176)
29172025-01-10T04:30:56.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182025-01-10T04:30:56.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192025-01-10T04:30:56.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202025-01-10T04:30:56.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29212025-01-10T04:30:56.806Z
29222025-01-10T04:30:56.806Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29232025-01-10T04:30:57.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242025-01-10T04:30:57.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252025-01-10T04:30:57.541Z Checking keccak v0.1.5
29262025-01-10T04:30:57.650Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29272025-01-10T04:30:57.653Z Checking secrecy v0.8.0
29282025-01-10T04:30:57.653Z Compiling unicase v2.7.0
29292025-01-10T04:30:57.653Z Compiling same-file v1.0.6
29302025-01-10T04:30:57.681Z Compiling tempfile v3.13.0
29312025-01-10T04:30:57.709Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29322025-01-10T04:30:57.712Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29332025-01-10T04:30:57.824Z Compiling walkdir v2.5.0
29342025-01-10T04:30:57.917Z Checking sha3 v0.10.8
29352025-01-10T04:30:57.942Z Compiling thiserror-impl-no-std v2.0.2
29362025-01-10T04:30:58.008Z Checking universal-hash v0.5.1
29372025-01-10T04:30:58.113Z Compiling blake3 v1.5.4
29382025-01-10T04:30:58.187Z Checking opaque-debug v0.3.1
29392025-01-10T04:30:58.265Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29402025-01-10T04:30:58.282Z Checking poly1305 v0.8.0
29412025-01-10T04:30:58.285Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29422025-01-10T04:30:58.295Z Checking chacha20 v0.9.1
29432025-01-10T04:30:58.548Z Checking aead v0.5.2
29442025-01-10T04:30:58.568Z Compiling memmap2 v0.9.5
29452025-01-10T04:30:58.591Z Compiling salty v0.3.0
29462025-01-10T04:30:58.643Z Compiling libefi-sys v0.1.0
29472025-01-10T04:30:58.762Z Compiling constant_time_eq v0.3.1
29482025-01-10T04:30:58.766Z Compiling arrayvec v0.7.6
29492025-01-10T04:30:58.916Z Compiling arrayref v0.3.9
29502025-01-10T04:30:58.957Z Checking chacha20poly1305 v0.10.1
29512025-01-10T04:30:59.031Z Compiling toolchain_find v0.4.0
29522025-01-10T04:30:59.048Z Compiling camino-tempfile v1.1.1
29532025-01-10T04:30:59.133Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29542025-01-10T04:30:59.151Z Compiling bitfield-struct v0.6.2
29552025-01-10T04:30:59.384Z Compiling topological-sort v0.2.2
29562025-01-10T04:30:59.453Z Compiling mime_guess v2.0.5
29572025-01-10T04:30:59.591Z Compiling rustfmt-wrapper v0.2.1
29582025-01-10T04:31:00.153Z Compiling omicron-zone-package v0.12.0
29592025-01-10T04:31:00.168Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29602025-01-10T04:31:00.186Z Checking primeorder v0.13.6
29612025-01-10T04:31:00.471Z Checking env_filter v0.1.2
29622025-01-10T04:31:00.578Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29632025-01-10T04:31:00.598Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29642025-01-10T04:31:00.655Z Checking p384 v0.13.0
29652025-01-10T04:31:00.706Z Checking env_logger v0.11.5
29662025-01-10T04:31:00.790Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29672025-01-10T04:31:00.913Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29682025-01-10T04:31:01.008Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29692025-01-10T04:31:01.118Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29702025-01-10T04:31:01.136Z Checking thiserror-no-std v2.0.2
29712025-01-10T04:31:01.158Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29722025-01-10T04:31:01.251Z Checking vsss-rs v3.3.4
29732025-01-10T04:31:01.290Z Checking lockfree-object-pool v0.1.6
29742025-01-10T04:31:01.384Z Checking simd-adler32 v0.3.7
29752025-01-10T04:31:01.441Z Checking http-range v0.1.5
29762025-01-10T04:31:01.545Z Compiling zip v2.1.3
29772025-01-10T04:31:01.570Z Checking bumpalo v3.16.0
29782025-01-10T04:31:01.624Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29792025-01-10T04:31:01.757Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29802025-01-10T04:31:01.873Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29812025-01-10T04:31:01.913Z Checking zopfli v0.8.1
29822025-01-10T04:31:02.083Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29832025-01-10T04:31:02.503Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29842025-01-10T04:31:02.524Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29852025-01-10T04:31:02.568Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29862025-01-10T04:31:02.855Z Checking nanorand v0.7.0
29872025-01-10T04:31:02.933Z Checking atty v0.2.14
29882025-01-10T04:31:03.050Z Checking glob v0.3.1
29892025-01-10T04:31:03.079Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29902025-01-10T04:31:03.103Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29912025-01-10T04:31:03.219Z Checking flume v0.11.1
29922025-01-10T04:31:03.351Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29932025-01-10T04:31:03.681Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29942025-01-10T04:31:04.385Z Checking hyper-staticfile v0.10.1
29952025-01-10T04:31:04.847Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29962025-01-10T04:31:04.909Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29972025-01-10T04:31:05.033Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29982025-01-10T04:31:05.159Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29992025-01-10T04:31:05.258Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30002025-01-10T04:31:05.473Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30012025-01-10T04:31:06.244Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30022025-01-10T04:31:06.372Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30032025-01-10T04:31:07.137Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30042025-01-10T04:31:07.233Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30052025-01-10T04:31:10.113Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30062025-01-10T04:31:10.113Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30072025-01-10T04:31:19.412Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30082025-01-10T04:31:33.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.77s
30092025-01-10T04:31:33.770Z
30102025-01-10T04:31:33.770Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30112025-01-10T04:31:34.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-01-10T04:31:34.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-01-10T04:31:34.517Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30142025-01-10T04:31:48.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.73s
30152025-01-10T04:31:48.700Z
30162025-01-10T04:31:48.700Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30172025-01-10T04:31:49.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-01-10T04:31:49.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-01-10T04:31:49.440Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202025-01-10T04:32:03.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s
30212025-01-10T04:32:03.733Z
30222025-01-10T04:32:03.733Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30232025-01-10T04:32:04.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-01-10T04:32:04.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-01-10T04:32:04.476Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30262025-01-10T04:32:18.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s
30272025-01-10T04:32:18.621Z
30282025-01-10T04:32:18.621Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30292025-01-10T04:32:19.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-01-10T04:32:19.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-01-10T04:32:19.363Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30322025-01-10T04:32:33.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s
30332025-01-10T04:32:33.650Z
30342025-01-10T04:32:33.650Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30352025-01-10T04:32:34.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-01-10T04:32:34.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-01-10T04:32:34.389Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30382025-01-10T04:32:48.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s
30392025-01-10T04:32:48.419Z
30402025-01-10T04:32:48.419Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30412025-01-10T04:32:49.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-01-10T04:32:49.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-01-10T04:32:49.159Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30442025-01-10T04:33:03.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s
30452025-01-10T04:33:03.413Z
30462025-01-10T04:33:03.414Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30472025-01-10T04:33:04.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-01-10T04:33:04.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-01-10T04:33:04.151Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30502025-01-10T04:33:18.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s
30512025-01-10T04:33:18.329Z
30522025-01-10T04:33:18.329Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30532025-01-10T04:33:18.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-01-10T04:33:18.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-01-10T04:33:18.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-01-10T04:33:18.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30572025-01-10T04:33:18.979Z
30582025-01-10T04:33:18.979Zinfo: running `cargo check --bins` on key-manager (120/176)
30592025-01-10T04:33:19.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-01-10T04:33:19.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-01-10T04:33:19.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622025-01-10T04:33:19.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30632025-01-10T04:33:19.615Z
30642025-01-10T04:33:19.615Zinfo: running `cargo check --bins` on range-requests (121/176)
30652025-01-10T04:33:20.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662025-01-10T04:33:20.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672025-01-10T04:33:20.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682025-01-10T04:33:20.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30692025-01-10T04:33:20.233Z
30702025-01-10T04:33:20.233Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30712025-01-10T04:33:20.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722025-01-10T04:33:20.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732025-01-10T04:33:20.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742025-01-10T04:33:20.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30752025-01-10T04:33:20.861Z
30762025-01-10T04:33:20.861Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30772025-01-10T04:33:21.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782025-01-10T04:33:21.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792025-01-10T04:33:21.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802025-01-10T04:33:21.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30812025-01-10T04:33:21.531Z
30822025-01-10T04:33:21.531Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30832025-01-10T04:33:22.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842025-01-10T04:33:22.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852025-01-10T04:33:22.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862025-01-10T04:33:22.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30872025-01-10T04:33:22.148Z
30882025-01-10T04:33:22.148Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30892025-01-10T04:33:22.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902025-01-10T04:33:22.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912025-01-10T04:33:22.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922025-01-10T04:33:22.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30932025-01-10T04:33:22.801Z
30942025-01-10T04:33:22.801Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30952025-01-10T04:33:23.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962025-01-10T04:33:23.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972025-01-10T04:33:23.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982025-01-10T04:33:23.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30992025-01-10T04:33:23.454Z
31002025-01-10T04:33:23.454Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
31012025-01-10T04:33:24.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022025-01-10T04:33:24.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032025-01-10T04:33:24.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042025-01-10T04:33:24.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31052025-01-10T04:33:24.105Z
31062025-01-10T04:33:24.105Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
31072025-01-10T04:33:24.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082025-01-10T04:33:24.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092025-01-10T04:33:24.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102025-01-10T04:33:24.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31112025-01-10T04:33:24.766Z
31122025-01-10T04:33:24.766Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
31132025-01-10T04:33:25.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142025-01-10T04:33:25.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152025-01-10T04:33:25.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162025-01-10T04:33:25.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31172025-01-10T04:33:25.466Z
31182025-01-10T04:33:25.466Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31192025-01-10T04:33:26.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202025-01-10T04:33:26.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212025-01-10T04:33:26.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222025-01-10T04:33:26.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31232025-01-10T04:33:26.162Z
31242025-01-10T04:33:26.162Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31252025-01-10T04:33:26.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262025-01-10T04:33:26.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272025-01-10T04:33:26.898Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31282025-01-10T04:33:26.898Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31292025-01-10T04:33:27.791Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31302025-01-10T04:33:29.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s
31312025-01-10T04:33:30.121Z
31322025-01-10T04:33:30.121Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31332025-01-10T04:33:30.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342025-01-10T04:33:30.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352025-01-10T04:33:30.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362025-01-10T04:33:30.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31372025-01-10T04:33:30.795Z
31382025-01-10T04:33:30.795Zinfo: running `cargo check --bins` on cert-dev (133/176)
31392025-01-10T04:33:31.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402025-01-10T04:33:31.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412025-01-10T04:33:31.427Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31422025-01-10T04:33:31.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
31432025-01-10T04:33:31.862Z
31442025-01-10T04:33:31.862Zinfo: running `cargo check --bins` on clickana (134/176)
31452025-01-10T04:33:32.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462025-01-10T04:33:32.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472025-01-10T04:33:32.507Z Checking castaway v0.2.3
31482025-01-10T04:33:32.510Z Checking unicode-truncate v1.1.0
31492025-01-10T04:33:32.510Z Checking lru v0.12.5
31502025-01-10T04:33:32.510Z Compiling instability v0.3.2
31512025-01-10T04:33:32.510Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31522025-01-10T04:33:32.510Z Checking cassowary v0.3.0
31532025-01-10T04:33:32.715Z Checking compact_str v0.8.0
31542025-01-10T04:33:33.341Z Checking ratatui v0.28.1
31552025-01-10T04:33:34.262Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31562025-01-10T04:33:35.300Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31572025-01-10T04:33:36.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
31582025-01-10T04:33:36.328Z
31592025-01-10T04:33:36.328Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31602025-01-10T04:33:36.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612025-01-10T04:33:36.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622025-01-10T04:33:37.012Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31632025-01-10T04:33:37.012Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31642025-01-10T04:33:38.044Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31652025-01-10T04:33:38.530Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31662025-01-10T04:33:38.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
31672025-01-10T04:33:39.101Z
31682025-01-10T04:33:39.101Zinfo: running `cargo check --bins` on ch-dev (136/176)
31692025-01-10T04:33:39.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702025-01-10T04:33:39.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712025-01-10T04:33:39.768Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31722025-01-10T04:33:40.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31732025-01-10T04:33:40.680Z
31742025-01-10T04:33:40.680Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31752025-01-10T04:33:41.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762025-01-10T04:33:41.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772025-01-10T04:33:41.349Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31782025-01-10T04:33:41.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31792025-01-10T04:33:41.899Z
31802025-01-10T04:33:41.899Zinfo: running `cargo check --bins` on db-dev (138/176)
31812025-01-10T04:33:42.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822025-01-10T04:33:42.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832025-01-10T04:33:42.549Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31842025-01-10T04:33:43.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31852025-01-10T04:33:43.456Z
31862025-01-10T04:33:43.456Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31872025-01-10T04:33:44.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882025-01-10T04:33:44.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892025-01-10T04:33:44.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902025-01-10T04:33:44.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31912025-01-10T04:33:44.098Z
31922025-01-10T04:33:44.098Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31932025-01-10T04:33:44.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942025-01-10T04:33:44.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952025-01-10T04:33:44.703Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31962025-01-10T04:33:45.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31972025-01-10T04:33:45.751Z
31982025-01-10T04:33:45.752Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31992025-01-10T04:33:46.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-01-10T04:33:46.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-01-10T04:33:46.387Z Checking cargo-platform v0.1.8
32022025-01-10T04:33:46.655Z Checking cargo_metadata v0.18.1
32032025-01-10T04:33:47.621Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32042025-01-10T04:33:48.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
32052025-01-10T04:33:48.603Z
32062025-01-10T04:33:48.603Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32072025-01-10T04:33:49.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-01-10T04:33:49.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-01-10T04:33:49.312Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32102025-01-10T04:33:50.810Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112025-01-10T04:33:51.438Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32122025-01-10T04:33:52.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
32132025-01-10T04:33:52.213Z
32142025-01-10T04:33:52.213Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32152025-01-10T04:33:52.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162025-01-10T04:33:52.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172025-01-10T04:33:52.994Z Compiling crunchy v0.2.2
32182025-01-10T04:33:52.997Z Compiling tiny-keccak v2.0.2
32192025-01-10T04:33:52.997Z Compiling dsl_auto_type v0.1.2
32202025-01-10T04:33:52.997Z Checking scheduled-thread-pool v0.2.7
32212025-01-10T04:33:52.997Z Compiling diesel_table_macro_syntax v0.2.0
32222025-01-10T04:33:53.107Z Compiling ascii-canvas v3.0.0
32232025-01-10T04:33:53.120Z Compiling ena v0.14.3
32242025-01-10T04:33:53.131Z Compiling regex-syntax v0.6.29
32252025-01-10T04:33:53.351Z Checking r2d2 v0.8.10
32262025-01-10T04:33:53.411Z Compiling diff v0.1.13
32272025-01-10T04:33:53.534Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32282025-01-10T04:33:53.616Z Compiling ref-cast v1.0.23
32292025-01-10T04:33:53.657Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302025-01-10T04:33:53.679Z Compiling derive_builder_core v0.20.2
32312025-01-10T04:33:53.752Z Compiling libxml v0.3.3
32322025-01-10T04:33:53.930Z Compiling ref-cast-impl v1.0.23
32332025-01-10T04:33:54.013Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32342025-01-10T04:33:54.179Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32352025-01-10T04:33:54.198Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32362025-01-10T04:33:54.326Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32372025-01-10T04:33:54.472Z Compiling strum_macros v0.24.3
32382025-01-10T04:33:54.552Z Compiling samael v0.0.17
32392025-01-10T04:33:54.685Z Compiling diesel_derives v2.2.3
32402025-01-10T04:33:54.741Z Compiling indoc v1.0.9
32412025-01-10T04:33:55.736Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32422025-01-10T04:33:56.013Z Compiling impl-trait-for-tuples v0.2.2
32432025-01-10T04:33:56.138Z Compiling derive_builder_macro v0.20.2
32442025-01-10T04:33:57.056Z Compiling lalrpop v0.19.12
32452025-01-10T04:33:57.123Z Checking derive_builder v0.20.2
32462025-01-10T04:33:57.287Z Compiling oso-derive v0.27.3
32472025-01-10T04:33:57.576Z Checking quick-xml v0.33.0
32482025-01-10T04:33:58.194Z Compiling diesel-dtrace v0.4.2
32492025-01-10T04:33:58.319Z Checking maplit v1.0.2
32502025-01-10T04:33:58.467Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32512025-01-10T04:33:58.558Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32522025-01-10T04:33:58.766Z Checking bb8 v0.8.5
32532025-01-10T04:33:58.859Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32542025-01-10T04:33:59.089Z Checking rand_seeder v0.3.0
32552025-01-10T04:33:59.168Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32562025-01-10T04:33:59.265Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32572025-01-10T04:33:59.358Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32582025-01-10T04:33:59.558Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32592025-01-10T04:33:59.822Z Checking is_ci v1.2.0
32602025-01-10T04:33:59.969Z Checking unicode-linebreak v0.1.5
32612025-01-10T04:34:00.124Z Checking smawk v0.3.2
32622025-01-10T04:34:00.338Z Checking supports-color v3.0.1
32632025-01-10T04:34:00.387Z Checking textwrap v0.16.1
32642025-01-10T04:34:00.561Z Checking multimap v0.10.0
32652025-01-10T04:34:01.108Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32662025-01-10T04:34:03.792Z Checking diesel v2.2.6
32672025-01-10T04:34:29.977Z Compiling polar-core v0.27.3
32682025-01-10T04:34:33.115Z Checking async-bb8-diesel v0.2.1
32692025-01-10T04:34:37.485Z Checking oso v0.27.3
32702025-01-10T04:35:45.143Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32712025-01-10T04:35:51.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
32722025-01-10T04:35:51.541Z
32732025-01-10T04:35:51.541Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32742025-01-10T04:35:52.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-01-10T04:35:52.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-01-10T04:35:52.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772025-01-10T04:35:52.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32782025-01-10T04:35:52.222Z
32792025-01-10T04:35:52.222Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32802025-01-10T04:35:52.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812025-01-10T04:35:52.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822025-01-10T04:35:52.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832025-01-10T04:35:52.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32842025-01-10T04:35:52.893Z
32852025-01-10T04:35:52.893Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32862025-01-10T04:35:53.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872025-01-10T04:35:53.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882025-01-10T04:35:53.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892025-01-10T04:35:53.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32902025-01-10T04:35:53.503Z
32912025-01-10T04:35:53.503Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32922025-01-10T04:35:54.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932025-01-10T04:35:54.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942025-01-10T04:35:54.297Z Compiling libz-sys v1.1.20
32952025-01-10T04:35:54.412Z Compiling libgit2-sys v0.17.0+1.8.1
32962025-01-10T04:35:54.423Z Compiling vergen v8.3.2
32972025-01-10T04:35:54.425Z Compiling cargo-platform v0.1.8
32982025-01-10T04:35:54.425Z Compiling pin-project-internal v1.1.6
32992025-01-10T04:35:54.460Z Compiling libsqlite3-sys v0.30.1
33002025-01-10T04:35:54.462Z Compiling snafu-derive v0.8.5
33012025-01-10T04:35:54.462Z Compiling rustls v0.21.12
33022025-01-10T04:35:54.722Z Compiling cfg_aliases v0.2.1
33032025-01-10T04:35:54.739Z Compiling cargo_metadata v0.18.1
33042025-01-10T04:35:54.836Z Compiling buf-list v1.0.3
33052025-01-10T04:35:54.996Z Compiling nix v0.29.0
33062025-01-10T04:35:55.049Z Checking globset v0.4.15
33072025-01-10T04:35:55.367Z Checking sct v0.7.1
33082025-01-10T04:35:55.521Z Checking olpc-cjson v0.1.4
33092025-01-10T04:35:55.540Z Checking rustls-webpki v0.101.7
33102025-01-10T04:35:55.577Z Checking serde_plain v1.0.2
33112025-01-10T04:35:55.748Z Checking typed-path v0.9.3
33122025-01-10T04:35:56.115Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33132025-01-10T04:35:56.291Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33142025-01-10T04:35:56.398Z Checking hashlink v0.9.1
33152025-01-10T04:35:56.570Z Checking fallible-iterator v0.3.0
33162025-01-10T04:35:57.042Z Checking parse-size v1.1.0
33172025-01-10T04:35:57.226Z Checking fallible-streaming-iterator v0.1.9
33182025-01-10T04:35:57.459Z Checking rusqlite v0.32.1
33192025-01-10T04:35:57.499Z Checking pin-project v1.1.6
33202025-01-10T04:35:57.632Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33212025-01-10T04:35:57.683Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33222025-01-10T04:35:57.753Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33232025-01-10T04:35:58.356Z Checking rustls-pemfile v1.0.4
33242025-01-10T04:35:58.429Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33252025-01-10T04:35:58.566Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33262025-01-10T04:35:58.582Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33272025-01-10T04:35:58.686Z Checking twox-hash v1.6.3
33282025-01-10T04:35:58.709Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33292025-01-10T04:35:58.802Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33302025-01-10T04:35:59.140Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33312025-01-10T04:35:59.456Z Checking tokio-rustls v0.24.1
33322025-01-10T04:35:59.709Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33332025-01-10T04:35:59.834Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33342025-01-10T04:35:59.892Z Checking snafu v0.8.5
33352025-01-10T04:35:59.929Z Checking fatfs v0.3.6
33362025-01-10T04:36:00.357Z Checking tough v0.19.0
33372025-01-10T04:36:00.565Z Checking assert_matches v1.5.0
33382025-01-10T04:36:04.595Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33392025-01-10T04:36:05.956Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33402025-01-10T04:36:06.878Z Compiling git2 v0.19.0
33412025-01-10T04:36:11.698Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33422025-01-10T04:37:05.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
33432025-01-10T04:37:05.405Z
33442025-01-10T04:37:05.405Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33452025-01-10T04:37:06.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462025-01-10T04:37:06.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472025-01-10T04:37:06.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482025-01-10T04:37:06.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33492025-01-10T04:37:06.107Z
33502025-01-10T04:37:06.107Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33512025-01-10T04:37:06.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522025-01-10T04:37:06.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532025-01-10T04:37:06.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542025-01-10T04:37:06.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33552025-01-10T04:37:06.728Z
33562025-01-10T04:37:06.728Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33572025-01-10T04:37:07.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582025-01-10T04:37:07.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592025-01-10T04:37:07.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602025-01-10T04:37:07.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33612025-01-10T04:37:07.403Z
33622025-01-10T04:37:07.403Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33632025-01-10T04:37:07.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642025-01-10T04:37:08.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652025-01-10T04:37:08.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662025-01-10T04:37:08.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33672025-01-10T04:37:08.079Z
33682025-01-10T04:37:08.079Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33692025-01-10T04:37:08.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-01-10T04:37:08.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-01-10T04:37:08.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722025-01-10T04:37:08.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33732025-01-10T04:37:08.764Z
33742025-01-10T04:37:08.764Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33752025-01-10T04:37:09.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762025-01-10T04:37:09.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772025-01-10T04:37:09.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782025-01-10T04:37:09.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33792025-01-10T04:37:09.440Z
33802025-01-10T04:37:09.440Zinfo: running `cargo check --bins` on update-common (154/176)
33812025-01-10T04:37:10.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822025-01-10T04:37:10.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832025-01-10T04:37:10.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842025-01-10T04:37:10.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33852025-01-10T04:37:10.102Z
33862025-01-10T04:37:10.102Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33872025-01-10T04:37:10.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882025-01-10T04:37:10.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892025-01-10T04:37:10.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902025-01-10T04:37:10.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33912025-01-10T04:37:10.773Z
33922025-01-10T04:37:10.773Zinfo: running `cargo check --bins` on tufaceous (156/176)
33932025-01-10T04:37:11.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942025-01-10T04:37:11.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952025-01-10T04:37:11.465Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33962025-01-10T04:37:12.705Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33972025-01-10T04:37:13.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
33982025-01-10T04:37:13.797Z
33992025-01-10T04:37:13.797Zinfo: running `cargo check --bins` on omicron-dev (157/176)
34002025-01-10T04:37:14.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012025-01-10T04:37:14.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022025-01-10T04:37:14.662Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34032025-01-10T04:37:14.664Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34042025-01-10T04:37:14.799Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34052025-01-10T04:37:14.802Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34062025-01-10T04:37:15.870Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34072025-01-10T04:37:42.645Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34082025-01-10T04:37:42.645Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34092025-01-10T04:37:42.647Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34102025-01-10T04:37:42.647Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34112025-01-10T04:37:42.647Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34122025-01-10T04:37:43.599Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34132025-01-10T04:37:44.861Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34142025-01-10T04:38:23.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
34152025-01-10T04:38:23.767Z
34162025-01-10T04:38:23.767Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34172025-01-10T04:38:24.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182025-01-10T04:38:24.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192025-01-10T04:38:24.484Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34202025-01-10T04:38:24.486Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34212025-01-10T04:38:24.486Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34222025-01-10T04:38:24.610Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34232025-01-10T04:38:24.613Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34242025-01-10T04:38:24.638Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34252025-01-10T04:38:24.640Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34262025-01-10T04:38:24.654Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34272025-01-10T04:38:24.846Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34282025-01-10T04:38:24.891Z Checking heck v0.4.1
34292025-01-10T04:38:24.971Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34302025-01-10T04:38:25.104Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34312025-01-10T04:38:25.186Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34322025-01-10T04:38:25.295Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34332025-01-10T04:38:25.714Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34342025-01-10T04:38:25.999Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34352025-01-10T04:38:26.061Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34362025-01-10T04:38:27.546Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34372025-01-10T04:38:27.746Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382025-01-10T04:38:28.398Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34392025-01-10T04:38:28.434Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34402025-01-10T04:38:30.476Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34412025-01-10T04:38:30.476Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34422025-01-10T04:38:31.740Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34432025-01-10T04:38:33.311Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34442025-01-10T04:38:39.449Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34452025-01-10T04:38:39.449Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34462025-01-10T04:38:40.703Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34472025-01-10T04:38:41.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.05s
34482025-01-10T04:38:42.006Z
34492025-01-10T04:38:42.006Zinfo: running `cargo check --bins` on installinator-api (159/176)
34502025-01-10T04:38:42.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512025-01-10T04:38:42.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522025-01-10T04:38:42.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532025-01-10T04:38:42.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34542025-01-10T04:38:42.655Z
34552025-01-10T04:38:42.655Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34562025-01-10T04:38:43.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572025-01-10T04:38:43.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582025-01-10T04:38:43.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592025-01-10T04:38:43.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34602025-01-10T04:38:43.316Z
34612025-01-10T04:38:43.316Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34622025-01-10T04:38:43.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632025-01-10T04:38:43.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642025-01-10T04:38:44.006Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34652025-01-10T04:38:44.006Z Compiling petname v2.0.2
34662025-01-10T04:38:44.009Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34672025-01-10T04:38:44.009Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34682025-01-10T04:38:44.009Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34692025-01-10T04:38:44.009Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34702025-01-10T04:38:44.124Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34712025-01-10T04:38:44.133Z Checking sync-ptr v0.1.1
34722025-01-10T04:38:49.707Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34732025-01-10T04:38:50.358Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34742025-01-10T04:38:51.570Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34752025-01-10T04:38:53.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.83s
34762025-01-10T04:38:53.337Z
34772025-01-10T04:38:53.337Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34782025-01-10T04:38:53.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792025-01-10T04:38:53.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802025-01-10T04:38:53.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812025-01-10T04:38:53.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34822025-01-10T04:38:54.000Z
34832025-01-10T04:38:54.000Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34842025-01-10T04:38:54.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852025-01-10T04:38:54.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862025-01-10T04:38:54.675Z Checking memmap2 v0.9.5
34872025-01-10T04:38:54.676Z Checking constant_time_eq v0.3.1
34882025-01-10T04:38:54.678Z Checking arrayref v0.3.9
34892025-01-10T04:38:54.678Z Checking arrayvec v0.7.6
34902025-01-10T04:38:54.678Z Checking topological-sort v0.2.2
34912025-01-10T04:38:54.678Z Checking shell-words v1.1.0
34922025-01-10T04:38:55.039Z Checking blake3 v1.5.4
34932025-01-10T04:38:55.390Z Checking omicron-zone-package v0.12.0
34942025-01-10T04:38:56.623Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34952025-01-10T04:38:57.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
34962025-01-10T04:38:57.719Z
34972025-01-10T04:38:57.719Zinfo: running `cargo check --bins` on xtask (164/176)
34982025-01-10T04:38:58.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992025-01-10T04:38:58.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002025-01-10T04:38:58.160Z Checking bitflags v2.6.0
35012025-01-10T04:38:58.163Z Checking serde v1.0.215
35022025-01-10T04:38:58.163Z Checking thiserror v1.0.69
35032025-01-10T04:38:58.241Z Checking scroll v0.12.0
35042025-01-10T04:38:58.258Z Checking hashbrown v0.15.1
35052025-01-10T04:38:58.267Z Checking log v0.4.22
35062025-01-10T04:38:58.285Z Checking zerocopy v0.7.35
35072025-01-10T04:38:58.298Z Checking syn v2.0.87
35082025-01-10T04:38:58.474Z Checking rustix v0.38.37
35092025-01-10T04:38:58.526Z Checking once_cell v1.20.2
35102025-01-10T04:38:58.713Z Checking goblin v0.8.2
35112025-01-10T04:38:58.832Z Checking fs-err v2.11.0
35122025-01-10T04:38:59.119Z Checking anyhow v1.0.93
35132025-01-10T04:38:59.277Z Checking indexmap v2.6.0
35142025-01-10T04:38:59.457Z Checking tabled v0.15.0
35152025-01-10T04:39:00.253Z Checking terminal_size v0.4.0
35162025-01-10T04:39:00.256Z Checking tempfile v3.13.0
35172025-01-10T04:39:00.407Z Checking clap_builder v4.5.21
35182025-01-10T04:39:02.378Z Checking pest v2.7.14
35192025-01-10T04:39:02.424Z Checking serde_json v1.0.133
35202025-01-10T04:39:02.424Z Checking serde_spanned v0.6.8
35212025-01-10T04:39:02.426Z Checking toml_datetime v0.6.8
35222025-01-10T04:39:02.426Z Checking camino v1.1.9
35232025-01-10T04:39:02.426Z Checking cargo-platform v0.1.8
35242025-01-10T04:39:02.426Z Checking semver v1.0.23
35252025-01-10T04:39:02.598Z Checking macaddr v1.0.1
35262025-01-10T04:39:02.718Z Checking toml_edit v0.22.22
35272025-01-10T04:39:02.958Z Checking camino-tempfile v1.1.1
35282025-01-10T04:39:03.153Z Checking clap v4.5.21
35292025-01-10T04:39:03.671Z Checking dof v0.3.0
35302025-01-10T04:39:03.671Z Checking cargo_metadata v0.18.1
35312025-01-10T04:39:04.207Z Checking dtrace-parser v0.2.0
35322025-01-10T04:39:04.530Z Checking usdt-impl v0.5.0
35332025-01-10T04:39:04.563Z Checking toml v0.8.19
35342025-01-10T04:39:04.877Z Checking usdt v0.5.0
35352025-01-10T04:39:05.046Z Checking cargo_toml v0.20.5
35362025-01-10T04:39:06.245Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35372025-01-10T04:39:06.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
35382025-01-10T04:39:06.953Z
35392025-01-10T04:39:06.953Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35402025-01-10T04:39:07.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412025-01-10T04:39:07.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422025-01-10T04:39:07.734Z Checking polyval v0.6.2
35432025-01-10T04:39:07.847Z Checking ctr v0.9.2
35442025-01-10T04:39:07.858Z Checking ssh-encoding v0.2.0
35452025-01-10T04:39:07.858Z Checking blowfish v0.9.1
35462025-01-10T04:39:07.882Z Checking password-hash v0.4.2
35472025-01-10T04:39:07.896Z Checking matches v0.1.10
35482025-01-10T04:39:07.915Z Checking p256 v0.13.2
35492025-01-10T04:39:07.915Z Checking p521 v0.13.3
35502025-01-10T04:39:07.988Z Checking idna v0.2.3
35512025-01-10T04:39:08.073Z Checking ghash v0.5.1
35522025-01-10T04:39:08.092Z Checking bcrypt-pbkdf v0.10.0
35532025-01-10T04:39:08.111Z Compiling enum-as-inner v0.5.1
35542025-01-10T04:39:08.186Z Checking russh-cryptovec v0.7.3
35552025-01-10T04:39:08.234Z Checking aes-gcm v0.10.3
35562025-01-10T04:39:08.295Z Checking pbkdf2 v0.11.0
35572025-01-10T04:39:08.329Z Checking md5 v0.7.0
35582025-01-10T04:39:08.394Z Checking num-bigint v0.4.6
35592025-01-10T04:39:08.422Z Checking des v0.8.1
35602025-01-10T04:39:08.469Z Checking ssh-cipher v0.2.0
35612025-01-10T04:39:08.572Z Checking hex-literal v0.4.1
35622025-01-10T04:39:08.607Z Compiling dhcproto-macros v0.1.0
35632025-01-10T04:39:08.673Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35642025-01-10T04:39:08.704Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35652025-01-10T04:39:08.758Z Checking ssh-key v0.6.6
35662025-01-10T04:39:08.801Z Checking internet-checksum v0.2.1
35672025-01-10T04:39:09.144Z Checking trust-dns-proto v0.22.0
35682025-01-10T04:39:10.030Z Checking russh-keys v0.45.0
35692025-01-10T04:39:11.053Z Checking russh v0.45.0
35702025-01-10T04:39:11.669Z Checking dhcproto v0.12.0
35712025-01-10T04:39:28.814Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35722025-01-10T04:39:30.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.29s
35732025-01-10T04:39:30.461Z
35742025-01-10T04:39:30.461Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35752025-01-10T04:39:31.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762025-01-10T04:39:31.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772025-01-10T04:39:31.106Z Checking termios v0.3.3
35782025-01-10T04:39:31.323Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35792025-01-10T04:39:32.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
35802025-01-10T04:39:32.291Z
35812025-01-10T04:39:32.291Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35822025-01-10T04:39:32.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832025-01-10T04:39:32.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842025-01-10T04:39:32.990Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35852025-01-10T04:39:32.990Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35862025-01-10T04:39:32.993Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35872025-01-10T04:39:32.993Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35882025-01-10T04:39:34.041Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35892025-01-10T04:39:35.351Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35902025-01-10T04:39:37.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
35912025-01-10T04:39:37.447Z
35922025-01-10T04:39:37.447Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35932025-01-10T04:39:38.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942025-01-10T04:39:38.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952025-01-10T04:39:38.091Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35962025-01-10T04:39:38.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35972025-01-10T04:39:38.750Z
35982025-01-10T04:39:38.751Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35992025-01-10T04:39:39.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002025-01-10T04:39:39.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012025-01-10T04:39:39.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022025-01-10T04:39:39.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36032025-01-10T04:39:39.365Z
36042025-01-10T04:39:39.365Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36052025-01-10T04:39:39.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062025-01-10T04:39:39.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072025-01-10T04:39:39.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082025-01-10T04:39:39.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36092025-01-10T04:39:39.981Z
36102025-01-10T04:39:39.982Zinfo: running `cargo check --bins` on omicron-package (171/176)
36112025-01-10T04:39:40.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122025-01-10T04:39:40.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132025-01-10T04:39:40.662Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36142025-01-10T04:39:42.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
36152025-01-10T04:39:42.254Z
36162025-01-10T04:39:42.254Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36172025-01-10T04:39:42.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182025-01-10T04:39:42.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192025-01-10T04:39:42.972Z Checking rtoolbox v0.0.2
36202025-01-10T04:39:42.974Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36212025-01-10T04:39:42.974Z Checking tui-tree-widget v0.22.0
36222025-01-10T04:39:43.203Z Checking rpassword v7.3.1
36232025-01-10T04:39:47.485Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36242025-01-10T04:39:50.606Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36252025-01-10T04:39:51.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.58s
36262025-01-10T04:39:52.020Z
36272025-01-10T04:39:52.020Zinfo: running `cargo check --bins` on wicket (173/176)
36282025-01-10T04:39:52.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292025-01-10T04:39:52.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302025-01-10T04:39:52.723Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36312025-01-10T04:39:53.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
36322025-01-10T04:39:53.362Z
36332025-01-10T04:39:53.362Zinfo: running `cargo check --bins` on wicketd (174/176)
36342025-01-10T04:39:53.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352025-01-10T04:39:53.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362025-01-10T04:39:54.077Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36372025-01-10T04:39:54.077Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36382025-01-10T04:39:54.954Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36392025-01-10T04:39:58.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
36402025-01-10T04:39:59.024Z
36412025-01-10T04:39:59.024Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36422025-01-10T04:39:59.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432025-01-10T04:39:59.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442025-01-10T04:39:59.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452025-01-10T04:39:59.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36462025-01-10T04:39:59.636Z
36472025-01-10T04:39:59.636Zinfo: running `cargo check --bins` on zone-setup (176/176)
36482025-01-10T04:40:00.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492025-01-10T04:40:00.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502025-01-10T04:40:00.381Z Checking uzers v0.12.1
36512025-01-10T04:40:00.720Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36522025-01-10T04:40:01.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
36532025-01-10T04:40:02.115Z
36542025-01-10T04:40:02.115Zreal 13:41.774291803
36552025-01-10T04:40:02.115Zuser 25:30.229216199
36562025-01-10T04:40:02.115Zsys 5:45.790881279
36572025-01-10T04:40:02.115Ztrap 0.483245913
36582025-01-10T04:40:02.115Ztflt 2.504067494
36592025-01-10T04:40:02.115Zdflt 3.173051950
36602025-01-10T04:40:02.115Zkflt 0.000746492
36612025-01-10T04:40:02.115Zlock 48:53.728794513
36622025-01-10T04:40:02.115Zslp 2:13:57.054091803
36632025-01-10T04:40:02.115Zlat 1:03.277553035
36642025-01-10T04:40:02.118Zstop 3:23.524628884
36652025-01-10T04:40:02.118Zprocess exited: duration 1145808 ms, exit code 0
 
36662025-01-10T04:40:02.125Zfound 0 output files