01JH49JVNYJ2VCXE7AHJAEM4C1: 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: 01JH49K5T3B5E2XKDEMCGG8MAQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-09T01:07:39.116Zjob assigned to worker 01JH49K87T5RDFCSAWFVTE8MZ9 [factory aws, i-0f5b544d154dfdd0a] (queued for 46 s)
 
22025-01-09T01:07:46.590Zstarting task 0: "setup"
32025-01-09T01:07:46.599Z++ uname -s
42025-01-09T01:07:46.602Z+ kern=SunOS
52025-01-09T01:07:46.602Z+ case "$kern" in
62025-01-09T01:07:46.602Z+ groupadd -g 12345 build
72025-01-09T01:07:46.605Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-09T01:07:48.610Z+ zfs create -o mountpoint=/work rpool/work
92025-01-09T01:07:48.774Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-09T01:07:48.777Z+ home_fs=zfs
112025-01-09T01:07:48.777Z+ [[ zfs == autofs ]]
122025-01-09T01:07:48.777Z+ mkdir -p /home/build
132025-01-09T01:07:48.780Z+ chown build:build /home/build /work
142025-01-09T01:07:50.780Z+ chmod 0700 /home/build /work
152025-01-09T01:07:50.783Zprocess exited: duration 4195 ms, exit code 0
 
162025-01-09T01:07:50.788Zstarting task 1: "rust-toolchain"
172025-01-09T01:07:50.794Z+ printf ' * toolchain channel = "%s"
182025-01-09T01:07:50.794Z' 1.81.0
192025-01-09T01:07:50.794Z+ printf ' * toolchain profile = "%s"
202025-01-09T01:07:50.794Z' default
212025-01-09T01:07:50.794Z * toolchain channel = "1.81.0"
222025-01-09T01:07:50.794Z * toolchain profile = "default"
232025-01-09T01:07:50.796Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-09T01:07:50.796Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-09T01:07:50.913Zinfo: downloading installer
262025-01-09T01:07:52.310Zinfo: profile set to 'default'
272025-01-09T01:07:52.310Zinfo: default host triple is x86_64-unknown-illumos
282025-01-09T01:07:52.312Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-09T01:07:52.463Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-09T01:07:52.463Zinfo: downloading component 'cargo'
312025-01-09T01:07:53.307Zinfo: downloading component 'clippy'
322025-01-09T01:07:53.621Zinfo: downloading component 'rust-docs'
332025-01-09T01:07:54.792Zinfo: downloading component 'rust-std'
342025-01-09T01:07:56.618Zinfo: downloading component 'rustc'
352025-01-09T01:08:03.174Zinfo: downloading component 'rustfmt'
362025-01-09T01:08:03.420Zinfo: installing component 'cargo'
372025-01-09T01:08:04.227Zinfo: installing component 'clippy'
382025-01-09T01:08:04.587Zinfo: installing component 'rust-docs'
392025-01-09T01:08:06.226Zinfo: installing component 'rust-std'
402025-01-09T01:08:07.968Zinfo: installing component 'rustc'
412025-01-09T01:08:13.665Zinfo: installing component 'rustfmt'
422025-01-09T01:08:13.984Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-09T01:08:13.984Z
442025-01-09T01:08:14.351Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-09T01:08:14.351Z
462025-01-09T01:08:14.354Z
472025-01-09T01:08:14.354ZRust is installed now. Great!
482025-01-09T01:08:14.354Z
492025-01-09T01:08:14.354ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-09T01:08:14.354Zenvironment variable. This has not been done automatically.
512025-01-09T01:08:14.354Z
522025-01-09T01:08:14.355ZTo configure your current shell, you need to source
532025-01-09T01:08:14.355Zthe corresponding env file under $HOME/.cargo.
542025-01-09T01:08:14.355Z
552025-01-09T01:08:14.355ZThis is usually done by running one of the following (note the leading DOT):
562025-01-09T01:08:14.355Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-09T01:08:14.355Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-09T01:08:14.429Z+ rustc --version
592025-01-09T01:08:14.496Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-09T01:08:14.499Zprocess exited: duration 23708 ms, exit code 0
 
612025-01-09T01:08:14.504Zstarting task 2: "authentication"
622025-01-09T01:08:14.525Zprocess exited: duration 20 ms, exit code 0
 
632025-01-09T01:08:14.531Zstarting task 3: "clone repository"
642025-01-09T01:08:14.536Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-09T01:08:14.539Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-09T01:08:14.677ZCloning into '/work/oxidecomputer/omicron'...
672025-01-09T01:08:22.205Z+ cd /work/oxidecomputer/omicron
682025-01-09T01:08:22.205Z+ git fetch origin ca9a5006d388cf91c86766f47d1f66b83df08d14
692025-01-09T01:08:22.502ZFrom https://github.com/oxidecomputer/omicron
702025-01-09T01:08:22.502Z * branch ca9a5006d388cf91c86766f47d1f66b83df08d14 -> FETCH_HEAD
712025-01-09T01:08:22.512Z+ [[ -n john/blueprint-id-map ]]
722025-01-09T01:08:22.515Z++ git branch --show-current
732025-01-09T01:08:22.518Z+ current=main
742025-01-09T01:08:22.518Z+ [[ main != john/blueprint-id-map ]]
752025-01-09T01:08:22.518Z+ git branch -f john/blueprint-id-map ca9a5006d388cf91c86766f47d1f66b83df08d14
762025-01-09T01:08:22.520Z+ git checkout -f john/blueprint-id-map
772025-01-09T01:08:22.697ZSwitched to branch 'john/blueprint-id-map'
782025-01-09T01:08:22.700Z+ git reset --hard ca9a5006d388cf91c86766f47d1f66b83df08d14
792025-01-09T01:08:22.720ZHEAD is now at ca9a5006d fixup openapi schema
802025-01-09T01:08:22.723Zprocess exited: duration 8189 ms, exit code 0
 
812025-01-09T01:08:22.728Zstarting task 4: "build"
822025-01-09T01:08:22.733Z+ source .github/buildomat/ci-env.sh
832025-01-09T01:08:22.733Z++ export CARGO_TERM_COLOR=always
842025-01-09T01:08:22.736Z++ CARGO_TERM_COLOR=always
852025-01-09T01:08:22.736Z+ cargo --version
862025-01-09T01:08:22.791Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-09T01:08:22.793Z+ rustc --version
882025-01-09T01:08:22.855Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-09T01:08:22.857Z+ source ./env.sh
902025-01-09T01:08:22.857Z++ OLD_SHELL_OPTS=ehxB
912025-01-09T01:08:22.857Z++ set -o xtrace
922025-01-09T01:08:22.860Z++++ dirname ./env.sh
932025-01-09T01:08:22.862Z+++ readlink -f .
942025-01-09T01:08:22.878Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-09T01:08:22.881Z++ 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-09T01:08:22.881Z++ 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-09T01:08:22.881Z++ 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-09T01:08:22.881Z++ 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-09T01:08:22.881Z++ 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-09T01:08:22.881Z++ 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-09T01:08:22.881Z++ 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-09T01:08:22.881Z++ 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-09T01:08:22.881Z++ case $OLD_SHELL_OPTS in
1042025-01-09T01:08:22.881Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-09T01:08:22.881Z+ 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-09T01:08:22.881Z+ 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-09T01:08:22.881Z+ banner prerequisites
1082025-01-09T01:08:22.884Z
1092025-01-09T01:08:22.884Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-09T01:08:22.884Z # # # # # # # # # # # # # # #
1112025-01-09T01:08:22.884Z # # # # ##### # # ##### # # # # # #### #
1122025-01-09T01:08:22.884Z ##### ##### # ##### # # # # # # # # #
1132025-01-09T01:08:22.884Z # # # # # # # # # # # # # # #
1142025-01-09T01:08:22.884Z # # # ###### # # ###### ### # #### # #### #
1152025-01-09T01:08:22.884Z
1162025-01-09T01:08:22.884Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-09T01:08:24.629Zpkg list: illegal option -- F
1182025-01-09T01:08:24.629ZUsage:
1192025-01-09T01:08:24.632Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-09T01:08:24.632Z [pkg_fmri_pattern ...]
1212025-01-09T01:08:25.484Zpkg list: illegal option -- F
1222025-01-09T01:08:25.484ZUsage:
1232025-01-09T01:08:25.487Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-09T01:08:25.488Z [pkg_fmri_pattern ...]
1252025-01-09T01:08:31.824Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-09T01:08:35.980Z Startup: Caching catalogs ... Done
1272025-01-09T01:08:47.317ZPlanning: Solver setup ... Done (10.297s)
1282025-01-09T01:08:47.458ZPlanning: Running solver ... Done (0.140s)
1292025-01-09T01:08:47.849ZPlanning: Finding local manifests ... Done (0.285s)
1302025-01-09T01:08:47.861ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-09T01:08:48.106ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-09T01:08:48.795ZPlanning: Package planning ... Done (0.689s)
1332025-01-09T01:08:48.853ZPlanning: Merging actions ... Done (0.057s)
1342025-01-09T01:08:49.658ZPlanning: Checking for conflicting actions ... Done (0.805s)
1352025-01-09T01:08:55.429ZPlanning: Consolidating action changes ... Done (5.770s)
1362025-01-09T01:08:55.837ZPlanning: Evaluating mediators ... Done (0.408s)
1372025-01-09T01:08:55.922ZPlanning: Planning completed in 19.84 seconds
1382025-01-09T01:08:55.936Z Packages to install: 4
1392025-01-09T01:08:55.936Z Packages to update: 3
1402025-01-09T01:08:55.939Z Mediators to change: 2
1412025-01-09T01:08:55.939Z Services to change: 1
1422025-01-09T01:08:55.939Z Estimated space available: 155.63 GB
1432025-01-09T01:08:55.939ZEstimated space to be consumed: 1.64 GB
1442025-01-09T01:08:55.939Z Create boot environment: No
1452025-01-09T01:08:55.939ZCreate backup boot environment: Yes
1462025-01-09T01:08:55.939Z Rebuild boot archive: No
1472025-01-09T01:08:55.939Z
1482025-01-09T01:08:55.939ZChanged mediators:
1492025-01-09T01:08:55.939Z mediator clang:
1502025-01-09T01:08:55.939Z version: None -> 15 (system default)
1512025-01-09T01:08:55.939Z
1522025-01-09T01:08:55.939Z mediator llvm:
1532025-01-09T01:08:55.939Z version: 14 (system default) -> 15 (system default)
1542025-01-09T01:08:55.939Z
1552025-01-09T01:08:55.939ZChanged packages:
1562025-01-09T01:08:55.939Zhelios-dev
1572025-01-09T01:08:55.939Z developer/build-essential
1582025-01-09T01:08:55.939Z None -> 11-2.0
1592025-01-09T01:08:55.939Z library/libxmlsec1
1602025-01-09T01:08:55.939Z None -> 1.2.35-2.0
1612025-01-09T01:08:55.939Z ooce/developer/clang-15
1622025-01-09T01:08:55.939Z None -> 15.0.7-2.0
1632025-01-09T01:08:55.939Z ooce/developer/llvm-15
1642025-01-09T01:08:55.939Z None -> 15.0.7-2.0
1652025-01-09T01:08:55.939Z package/pkg
1662025-01-09T01:08:55.939Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-09T01:08:55.939Z system/library/g++-runtime
1682025-01-09T01:08:55.939Z 13-2.0 -> 14-2.0
1692025-01-09T01:08:55.939Z system/library/gcc-runtime
1702025-01-09T01:08:55.939Z 13-2.0 -> 14-2.0
1712025-01-09T01:08:55.940Z
1722025-01-09T01:08:55.940ZServices:
1732025-01-09T01:08:55.940Z restart_fmri:
1742025-01-09T01:08:55.940Z svc:/system/update-man-index:default
1752025-01-09T01:08:55.940Z
1762025-01-09T01:08:55.940ZEditable files to change:
1772025-01-09T01:08:55.940Z Update:
1782025-01-09T01:08:55.940Z usr/share/lib/pkg/web/config.shtml
1792025-01-09T01:08:56.240Z
1802025-01-09T01:08:56.240ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-09T01:09:01.241ZDownload: 857/4301 items 18.8/225.4MB 8% complete (3.9M/s)
1822025-01-09T01:09:06.242ZDownload: 1499/4301 items 117.3/225.4MB 52% complete (11.8M/s)
1832025-01-09T01:09:11.244ZDownload: 2939/4301 items 121.2/225.4MB 53% complete (10.2M/s)
1842025-01-09T01:09:16.247ZDownload: 3566/4301 items 215.8/225.4MB 95% complete (10.0M/s)
1852025-01-09T01:09:21.041ZDownload: Completed 225.42 MB in 24.80 seconds (9.1M/s)
1862025-01-09T01:09:23.169Z Actions: 1/5122 actions (Removing old actions)
1872025-01-09T01:09:23.186Z Actions: 194/5122 actions (Installing new actions)
1882025-01-09T01:09:28.263Z Actions: 4169/5122 actions (Installing new actions)
1892025-01-09T01:09:28.369Z Actions: 4267/5122 actions (Updating modified actions)
1902025-01-09T01:09:28.944Z Actions: Completed 5122 actions in 5.77 seconds.
1912025-01-09T01:09:29.403Z Done (0.449s)
1922025-01-09T01:09:29.406Z Done (0.003s)
1932025-01-09T01:09:29.997Z Done (0.590s)
1942025-01-09T01:09:36.153Z Done (5.918s)
1952025-01-09T01:09:36.541Z Done (0.308s)
1962025-01-09T01:09:36.544Z Done (0.000s)
1972025-01-09T01:09:36.707Z Done (0.000s)
1982025-01-09T01:09:37.431ZPlanning: Evaluating mediator changes ... Done
1992025-01-09T01:09:37.594ZPlanning: Checking for conflicting actions ... Done
2002025-01-09T01:09:37.600ZPlanning: Consolidating action changes ... Done
2012025-01-09T01:09:37.869ZPlanning: Evaluating mediators ... Done
2022025-01-09T01:09:37.875ZPlanning: Planning completed in 0.44 seconds
2032025-01-09T01:09:37.910Z Mediators to change: 2
2042025-01-09T01:09:37.910Z Create boot environment: No
2052025-01-09T01:09:37.914ZCreate backup boot environment: No
2062025-01-09T01:09:37.990Z Done
2072025-01-09T01:09:37.990Z Done
2082025-01-09T01:09:38.354Z Done
2092025-01-09T01:09:42.035Z Done
2102025-01-09T01:09:42.124Z Done
2112025-01-09T01:09:42.127Z Done
2122025-01-09T01:09:42.267Z Done
2132025-01-09T01:09:42.880ZPlanning: Evaluating mediator changes ... Done
2142025-01-09T01:09:42.882ZPlanning: Merging actions ... Done
2152025-01-09T01:09:43.071ZPlanning: Checking for conflicting actions ... Done
2162025-01-09T01:09:43.074ZPlanning: Consolidating action changes ... Done
2172025-01-09T01:09:43.338ZPlanning: Evaluating mediators ... Done
2182025-01-09T01:09:43.393ZPlanning: Planning completed in 0.76 seconds
2192025-01-09T01:09:43.433Z Packages to change: 1
2202025-01-09T01:09:43.434Z Mediators to change: 1
2212025-01-09T01:09:43.436Z Services to change: 1
2222025-01-09T01:09:43.436Z Create boot environment: No
2232025-01-09T01:09:43.436ZCreate backup boot environment: Yes
2242025-01-09T01:09:45.630Z Actions: 1/6 actions (Updating modified actions)
2252025-01-09T01:09:45.632Z Actions: Completed 6 actions in 0.00 seconds.
2262025-01-09T01:09:45.632Z Done
2272025-01-09T01:09:45.632Z Done
2282025-01-09T01:09:45.750Z Done
2292025-01-09T01:09:49.447Z Done
2302025-01-09T01:09:49.540Z Done
2312025-01-09T01:09:49.542Z Done
2322025-01-09T01:09:49.679Z Done
2332025-01-09T01:09:50.119ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342025-01-09T01:09:50.119Zclang system 15 system
2352025-01-09T01:09:50.120Zcsh system system illumos
2362025-01-09T01:09:50.120Zctags system system illumos
2372025-01-09T01:09:50.120Zgcc vendor 12 vendor
2382025-01-09T01:09:50.120Zgcc system 10 system
2392025-01-09T01:09:50.120Zgcc system 7 system
2402025-01-09T01:09:50.120Zgo system 1.20 system
2412025-01-09T01:09:50.120Zgo system 1.19 system
2422025-01-09T01:09:50.120Zllvm system 15 system
2432025-01-09T01:09:50.120Zllvm system 14 system
2442025-01-09T01:09:50.120Zmariadb system 10.6 system
2452025-01-09T01:09:50.120Zmta vendor vendor dma
2462025-01-09T01:09:50.120Zopenjdk system 17 system
2472025-01-09T01:09:50.120Zopenjdk system 11 system
2482025-01-09T01:09:50.120Zopenjdk system 1.8 system
2492025-01-09T01:09:50.120Zopenssl vendor 3 vendor
2502025-01-09T01:09:50.120Zperl system 5.36 system
2512025-01-09T01:09:50.120Zpostgresql system 15 system
2522025-01-09T01:09:50.120Zpostgresql system 13 system
2532025-01-09T01:09:50.120Zpython vendor 3 vendor
2542025-01-09T01:09:50.120Zpython system 2 system
2552025-01-09T01:09:50.120Zpython3 system 3.11 system
2562025-01-09T01:09:50.120Zruby system 3.0 system
2572025-01-09T01:09:50.120Zwords vendor vendor american-english
2582025-01-09T01:09:50.120Zwords system system australian-english
2592025-01-09T01:09:50.120Zwords system system british-english
2602025-01-09T01:09:50.121Zwords system system canadian-english
2612025-01-09T01:09:50.121Zwords system system french
2622025-01-09T01:09:50.121Zwords system system italian
2632025-01-09T01:09:50.121Zwords system system ngerman
2642025-01-09T01:09:50.121Zwords system system ogerman
2652025-01-09T01:09:50.121Zwords system system spanish
2662025-01-09T01:09:50.456ZPUBLISHER TYPE STATUS P LOCATION
2672025-01-09T01:09:50.456Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682025-01-09T01:09:53.271ZFMRI IFO
2692025-01-09T01:09:53.271Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702025-01-09T01:09:53.271Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712025-01-09T01:09:53.271Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722025-01-09T01:09:53.271Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732025-01-09T01:09:53.271Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742025-01-09T01:09:53.271Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-01-09T01:09:53.272Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2762025-01-09T01:09:53.272Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-01-09T01:09:53.272Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-01-09T01:09:53.272Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2792025-01-09T01:09:53.272Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-01-09T01:09:53.272Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-01-09T01:09:53.272Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2822025-01-09T01:09:53.272Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-01-09T01:09:53.272Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-01-09T01:09:54.072Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-01-09T01:09:54.322Z Updating crates.io index
2862025-01-09T01:09:54.394Z Updating git repository `https://github.com/oxidecomputer/diffus`
2872025-01-09T01:09:54.648Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-01-09T01:09:55.097Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2892025-01-09T01:09:55.333Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902025-01-09T01:09:55.574Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912025-01-09T01:09:55.837Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-01-09T01:09:56.778Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932025-01-09T01:09:58.300Z Updating git repository `https://github.com/oxidecomputer/opte`
2942025-01-09T01:09:58.892Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952025-01-09T01:09:59.601Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962025-01-09T01:09:59.848Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972025-01-09T01:10:00.175Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982025-01-09T01:10:00.716Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2992025-01-09T01:10:01.019Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002025-01-09T01:10:01.314Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012025-01-09T01:10:01.540Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022025-01-09T01:10:01.826Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032025-01-09T01:10:02.298Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042025-01-09T01:10:02.584Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-01-09T01:10:02.889Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062025-01-09T01:10:03.281Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3072025-01-09T01:10:03.526Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082025-01-09T01:10:03.999Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3092025-01-09T01:10:04.307Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102025-01-09T01:10:04.711Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112025-01-09T01:10:05.054Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3122025-01-09T01:10:05.375Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3132025-01-09T01:10:05.638Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3142025-01-09T01:10:05.914Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3152025-01-09T01:10:07.162Z Downloading crates ...
3162025-01-09T01:10:07.226Z Downloaded bytecount v0.6.8
3172025-01-09T01:10:07.232Z Downloaded autocfg v1.4.0
3182025-01-09T01:10:07.234Z Downloaded cargo-platform v0.1.8
3192025-01-09T01:10:07.236Z Downloaded cfg-if v1.0.0
3202025-01-09T01:10:07.236Z Downloaded byteorder v1.5.0
3212025-01-09T01:10:07.239Z Downloaded anstyle-parse v0.2.5
3222025-01-09T01:10:07.241Z Downloaded equivalent v1.0.1
3232025-01-09T01:10:07.241Z Downloaded usdt-attr-macro v0.5.0
3242025-01-09T01:10:07.244Z Downloaded usdt-macro v0.5.0
3252025-01-09T01:10:07.254Z Downloaded dtrace-parser v0.2.0
3262025-01-09T01:10:07.258Z Downloaded scroll_derive v0.12.0
3272025-01-09T01:10:07.261Z Downloaded cargo_toml v0.20.5
3282025-01-09T01:10:07.261Z Downloaded anstyle-query v1.1.1
3292025-01-09T01:10:07.262Z Downloaded colorchoice v1.0.2
3302025-01-09T01:10:07.267Z Downloaded strsim v0.11.1
3312025-01-09T01:10:07.269Z Downloaded cargo_metadata v0.18.1
3322025-01-09T01:10:07.269Z Downloaded anstream v0.6.15
3332025-01-09T01:10:07.272Z Downloaded heck v0.5.0
3342025-01-09T01:10:07.272Z Downloaded dof v0.3.0
3352025-01-09T01:10:07.274Z Downloaded unicode-linebreak v0.1.5
3362025-01-09T01:10:07.274Z Downloaded camino-tempfile v1.1.1
3372025-01-09T01:10:07.277Z Downloaded pretty-hex v0.4.1
3382025-01-09T01:10:07.277Z Downloaded plain v0.2.3
3392025-01-09T01:10:07.280Z Downloaded heck v0.4.1
3402025-01-09T01:10:07.280Z Downloaded fnv v1.0.7
3412025-01-09T01:10:07.282Z Downloaded crypto-common v0.1.6
3422025-01-09T01:10:07.286Z Downloaded is_terminal_polyfill v1.70.1
3432025-01-09T01:10:07.289Z Downloaded version_check v0.9.5
3442025-01-09T01:10:07.289Z Downloaded terminal_size v0.4.0
3452025-01-09T01:10:07.291Z Downloaded serde_tokenstream v0.2.2
3462025-01-09T01:10:07.293Z Downloaded thread-id v4.2.2
3472025-01-09T01:10:07.293Z Downloaded itoa v1.0.11
3482025-01-09T01:10:07.295Z Downloaded fastrand v2.1.1
3492025-01-09T01:10:07.295Z Downloaded digest v0.10.7
3502025-01-09T01:10:07.297Z Downloaded block-buffer v0.10.4
3512025-01-09T01:10:07.300Z Downloaded bitflags v2.6.0
3522025-01-09T01:10:07.303Z Downloaded generic-array v0.14.7
3532025-01-09T01:10:07.305Z Downloaded tabled_derive v0.7.0
3542025-01-09T01:10:07.305Z Downloaded errno v0.3.9
3552025-01-09T01:10:07.308Z Downloaded cpufeatures v0.2.14
3562025-01-09T01:10:07.308Z Downloaded camino v1.1.9
3572025-01-09T01:10:07.310Z Downloaded usdt v0.5.0
3582025-01-09T01:10:07.310Z Downloaded scroll v0.12.0
3592025-01-09T01:10:07.313Z Downloaded clap_lex v0.7.2
3602025-01-09T01:10:07.313Z Downloaded memmap v0.7.0
3612025-01-09T01:10:07.315Z Downloaded fs-err v2.11.0
3622025-01-09T01:10:07.315Z Downloaded utf8parse v0.2.2
3632025-01-09T01:10:07.318Z Downloaded pest_generator v2.7.14
3642025-01-09T01:10:07.318Z Downloaded toml_datetime v0.6.8
3652025-01-09T01:10:07.320Z Downloaded thiserror-impl v1.0.69
3662025-01-09T01:10:07.321Z Downloaded anstyle v1.0.10
3672025-01-09T01:10:07.323Z Downloaded tempfile v3.13.0
3682025-01-09T01:10:07.326Z Downloaded sha2 v0.10.8
3692025-01-09T01:10:07.329Z Downloaded zerocopy-derive v0.7.35
3702025-01-09T01:10:07.331Z Downloaded serde_spanned v0.6.8
3712025-01-09T01:10:07.334Z Downloaded proc-macro-error-attr v1.0.4
3722025-01-09T01:10:07.334Z Downloaded quote v1.0.37
3732025-01-09T01:10:07.336Z Downloaded swrite v0.1.0
3742025-01-09T01:10:07.336Z Downloaded thiserror v1.0.69
3752025-01-09T01:10:07.341Z Downloaded macaddr v1.0.1
3762025-01-09T01:10:07.344Z Downloaded ucd-trie v0.1.7
3772025-01-09T01:10:07.346Z Downloaded proc-macro-error v1.0.4
3782025-01-09T01:10:07.349Z Downloaded clap_derive v4.5.18
3792025-01-09T01:10:07.351Z Downloaded textwrap v0.16.1
3802025-01-09T01:10:07.354Z Downloaded unicode-ident v1.0.13
3812025-01-09T01:10:07.356Z Downloaded typenum v1.17.0
3822025-01-09T01:10:07.359Z Downloaded ryu v1.0.18
3832025-01-09T01:10:07.361Z Downloaded toml v0.8.19
3842025-01-09T01:10:07.364Z Downloaded semver v1.0.23
3852025-01-09T01:10:07.366Z Downloaded clap v4.5.21
3862025-01-09T01:10:07.374Z Downloaded papergrid v0.11.0
3872025-01-09T01:10:07.379Z Downloaded usdt-impl v0.5.0
3882025-01-09T01:10:07.382Z Downloaded serde_derive v1.0.215
3892025-01-09T01:10:07.384Z Downloaded proc-macro2 v1.0.89
3902025-01-09T01:10:07.386Z Downloaded serde v1.0.215
3912025-01-09T01:10:07.389Z Downloaded once_cell v1.20.2
3922025-01-09T01:10:07.392Z Downloaded indexmap v2.6.0
3932025-01-09T01:10:07.395Z Downloaded log v0.4.22
3942025-01-09T01:10:07.398Z Downloaded anyhow v1.0.93
3952025-01-09T01:10:07.402Z Downloaded pest_derive v2.7.14
3962025-01-09T01:10:07.405Z Downloaded smawk v0.3.2
3972025-01-09T01:10:07.407Z Downloaded pest_meta v2.7.14
3982025-01-09T01:10:07.411Z Downloaded toml_edit v0.22.22
3992025-01-09T01:10:07.431Z Downloaded memchr v2.7.4
4002025-01-09T01:10:07.443Z Downloaded pest v2.7.14
4012025-01-09T01:10:07.450Z Downloaded hashbrown v0.15.1
4022025-01-09T01:10:07.457Z Downloaded serde_json v1.0.133
4032025-01-09T01:10:07.464Z Downloaded zerocopy v0.7.35
4042025-01-09T01:10:07.478Z Downloaded winnow v0.6.20
4052025-01-09T01:10:07.486Z Downloaded clap_builder v4.5.21
4062025-01-09T01:10:07.492Z Downloaded goblin v0.8.2
4072025-01-09T01:10:07.498Z Downloaded tabled v0.15.0
4082025-01-09T01:10:07.512Z Downloaded unicode-width v0.1.14
4092025-01-09T01:10:07.517Z Downloaded syn v1.0.109
4102025-01-09T01:10:07.527Z Downloaded syn v2.0.87
4112025-01-09T01:10:07.537Z Downloaded rustix v0.38.37
4122025-01-09T01:10:07.565Z Downloaded libc v0.2.162
4132025-01-09T01:10:07.875Z Compiling proc-macro2 v1.0.89
4142025-01-09T01:10:07.875Z Compiling unicode-ident v1.0.13
4152025-01-09T01:10:07.875Z Compiling serde v1.0.215
4162025-01-09T01:10:07.878Z Compiling version_check v0.9.5
4172025-01-09T01:10:07.878Z Compiling memchr v2.7.4
4182025-01-09T01:10:07.878Z Compiling thiserror v1.0.69
4192025-01-09T01:10:07.911Z Compiling libc v0.2.162
4202025-01-09T01:10:07.914Z Compiling itoa v1.0.11
4212025-01-09T01:10:08.170Z Compiling ryu v1.0.18
4222025-01-09T01:10:08.257Z Compiling ucd-trie v0.1.7
4232025-01-09T01:10:08.677Z Compiling once_cell v1.20.2
4242025-01-09T01:10:08.754Z Compiling byteorder v1.5.0
4252025-01-09T01:10:08.930Z Compiling serde_json v1.0.133
4262025-01-09T01:10:09.086Z Compiling rustix v0.38.37
4272025-01-09T01:10:09.122Z Compiling bitflags v2.6.0
4282025-01-09T01:10:09.287Z Compiling usdt-impl v0.5.0
4292025-01-09T01:10:09.574Z Compiling proc-macro-error-attr v1.0.4
4302025-01-09T01:10:09.629Z Compiling syn v1.0.109
4312025-01-09T01:10:09.740Z Compiling proc-macro-error v1.0.4
4322025-01-09T01:10:09.791Z Compiling quote v1.0.37
4332025-01-09T01:10:09.958Z Compiling equivalent v1.0.1
4342025-01-09T01:10:10.036Z Compiling plain v0.2.3
4352025-01-09T01:10:10.064Z Compiling camino v1.1.9
4362025-01-09T01:10:10.091Z Compiling hashbrown v0.15.1
4372025-01-09T01:10:10.211Z Compiling syn v2.0.87
4382025-01-09T01:10:10.291Z Compiling errno v0.3.9
4392025-01-09T01:10:10.579Z Compiling thread-id v4.2.2
4402025-01-09T01:10:10.627Z Compiling utf8parse v0.2.2
4412025-01-09T01:10:10.679Z Compiling log v0.4.22
4422025-01-09T01:10:10.814Z Compiling anstyle-parse v0.2.5
4432025-01-09T01:10:11.083Z Compiling colorchoice v1.0.2
4442025-01-09T01:10:11.192Z Compiling autocfg v1.4.0
4452025-01-09T01:10:11.248Z Compiling anstyle-query v1.1.1
4462025-01-09T01:10:11.340Z Compiling indexmap v2.6.0
4472025-01-09T01:10:11.370Z Compiling pretty-hex v0.4.1
4482025-01-09T01:10:11.422Z Compiling anstyle v1.0.10
4492025-01-09T01:10:11.610Z Compiling unicode-width v0.1.14
4502025-01-09T01:10:11.636Z Compiling semver v1.0.23
4512025-01-09T01:10:11.893Z Compiling winnow v0.6.20
4522025-01-09T01:10:12.176Z Compiling is_terminal_polyfill v1.70.1
4532025-01-09T01:10:12.312Z Compiling anstream v0.6.15
4542025-01-09T01:10:12.381Z Compiling fs-err v2.11.0
4552025-01-09T01:10:12.584Z Compiling clap_lex v0.7.2
4562025-01-09T01:10:12.676Z Compiling terminal_size v0.4.0
4572025-01-09T01:10:12.759Z Compiling heck v0.4.1
4582025-01-09T01:10:12.896Z Compiling fastrand v2.1.1
4592025-01-09T01:10:13.080Z Compiling heck v0.5.0
4602025-01-09T01:10:13.140Z Compiling bytecount v0.6.8
4612025-01-09T01:10:13.295Z Compiling anyhow v1.0.93
4622025-01-09T01:10:13.365Z Compiling cfg-if v1.0.0
4632025-01-09T01:10:13.455Z Compiling fnv v1.0.7
4642025-01-09T01:10:13.484Z Compiling strsim v0.11.1
4652025-01-09T01:10:13.620Z Compiling papergrid v0.11.0
4662025-01-09T01:10:13.916Z Compiling clap_builder v4.5.21
4672025-01-09T01:10:14.260Z Compiling tempfile v3.13.0
4682025-01-09T01:10:14.443Z Compiling memmap v0.7.0
4692025-01-09T01:10:14.468Z Compiling smawk v0.3.2
4702025-01-09T01:10:14.716Z Compiling unicode-linebreak v0.1.5
4712025-01-09T01:10:15.167Z Compiling textwrap v0.16.1
4722025-01-09T01:10:15.506Z Compiling swrite v0.1.0
4732025-01-09T01:10:16.633Z Compiling tabled_derive v0.7.0
4742025-01-09T01:10:18.154Z Compiling tabled v0.15.0
4752025-01-09T01:10:19.263Z Compiling serde_derive v1.0.215
4762025-01-09T01:10:19.263Z Compiling thiserror-impl v1.0.69
4772025-01-09T01:10:19.265Z Compiling zerocopy-derive v0.7.35
4782025-01-09T01:10:19.265Z Compiling scroll_derive v0.12.0
4792025-01-09T01:10:19.834Z Compiling clap_derive v4.5.18
4802025-01-09T01:10:20.725Z Compiling scroll v0.12.0
4812025-01-09T01:10:21.282Z Compiling goblin v0.8.2
4822025-01-09T01:10:21.368Z Compiling zerocopy v0.7.35
4832025-01-09T01:10:22.064Z Compiling pest v2.7.14
4842025-01-09T01:10:23.582Z Compiling clap v4.5.21
4852025-01-09T01:10:24.389Z Compiling pest_meta v2.7.14
4862025-01-09T01:10:25.274Z Compiling pest_generator v2.7.14
4872025-01-09T01:10:27.146Z Compiling pest_derive v2.7.14
4882025-01-09T01:10:27.834Z Compiling dtrace-parser v0.2.0
4892025-01-09T01:10:29.934Z Compiling serde_tokenstream v0.2.2
4902025-01-09T01:10:29.955Z Compiling serde_spanned v0.6.8
4912025-01-09T01:10:29.955Z Compiling toml_datetime v0.6.8
4922025-01-09T01:10:30.334Z Compiling toml_edit v0.22.22
4932025-01-09T01:10:30.362Z Compiling cargo-platform v0.1.8
4942025-01-09T01:10:30.603Z Compiling macaddr v1.0.1
4952025-01-09T01:10:30.636Z Compiling camino-tempfile v1.1.1
4962025-01-09T01:10:31.487Z Compiling dof v0.3.0
4972025-01-09T01:10:31.487Z Compiling cargo_metadata v0.18.1
4982025-01-09T01:10:33.270Z Compiling usdt-attr-macro v0.5.0
4992025-01-09T01:10:33.270Z Compiling usdt-macro v0.5.0
5002025-01-09T01:10:33.297Z Compiling toml v0.8.19
5012025-01-09T01:10:34.156Z Compiling cargo_toml v0.20.5
5022025-01-09T01:10:34.740Z Compiling usdt v0.5.0
5032025-01-09T01:10:37.788Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5042025-01-09T01:10:41.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.14s
5052025-01-09T01:10:42.253Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5062025-01-09T01:10:42.797Z Downloading crates ...
5072025-01-09T01:10:42.949Z Downloaded adler2 v2.0.0
5082025-01-09T01:10:42.958Z Downloaded atty v0.2.14
5092025-01-09T01:10:42.960Z Downloaded atomicwrites v0.4.4
5102025-01-09T01:10:42.961Z Downloaded async-stream-impl v0.3.6
5112025-01-09T01:10:42.964Z Downloaded cfg_aliases v0.1.1
5122025-01-09T01:10:42.973Z Downloaded crunchy v0.2.2
5132025-01-09T01:10:42.994Z Downloaded crucible-workspace-hack v0.1.0
5142025-01-09T01:10:42.996Z Downloaded darling v0.20.10
5152025-01-09T01:10:42.999Z Downloaded cfg_aliases v0.2.1
5162025-01-09T01:10:42.999Z Downloaded hex v0.4.3
5172025-01-09T01:10:43.001Z Downloaded assert_matches v1.5.0
5182025-01-09T01:10:43.004Z Downloaded home v0.5.9
5192025-01-09T01:10:43.004Z Downloaded heck v0.3.3
5202025-01-09T01:10:43.006Z Downloaded bcrypt-pbkdf v0.10.0
5212025-01-09T01:10:43.006Z Downloaded hickory-client v0.24.1
5222025-01-09T01:10:43.009Z Downloaded array-init v0.0.4
5232025-01-09T01:10:43.011Z Downloaded cstr-argument v0.1.2
5242025-01-09T01:10:43.014Z Downloaded async-recursion v1.1.1
5252025-01-09T01:10:43.016Z Downloaded arrayref v0.3.9
5262025-01-09T01:10:43.019Z Downloaded ascii-canvas v3.0.0
5272025-01-09T01:10:43.019Z Downloaded aead v0.5.2
5282025-01-09T01:10:43.021Z Downloaded heapless v0.8.0
5292025-01-09T01:10:43.024Z Downloaded atomic-waker v1.1.2
5302025-01-09T01:10:43.026Z Downloaded headers-core v0.3.0
5312025-01-09T01:10:43.026Z Downloaded bit-vec v0.6.3
5322025-01-09T01:10:43.028Z Downloaded highway v1.2.0
5332025-01-09T01:10:43.031Z Downloaded hex-literal v0.4.1
5342025-01-09T01:10:43.034Z Downloaded cipher v0.4.4
5352025-01-09T01:10:43.034Z Downloaded bb8 v0.8.5
5362025-01-09T01:10:43.037Z Downloaded block-padding v0.3.3
5372025-01-09T01:10:43.037Z Downloaded hickory-resolver v0.24.1
5382025-01-09T01:10:43.041Z Downloaded cmake v0.1.51
5392025-01-09T01:10:43.043Z Downloaded castaway v0.2.3
5402025-01-09T01:10:43.045Z Downloaded bitflags v1.3.2
5412025-01-09T01:10:43.048Z Downloaded ctr v0.9.2
5422025-01-09T01:10:43.050Z Downloaded hickory-server v0.24.1
5432025-01-09T01:10:43.056Z Downloaded hmac v0.12.1
5442025-01-09T01:10:43.058Z Downloaded heapless v0.7.17
5452025-01-09T01:10:43.062Z Downloaded crossbeam-deque v0.8.5
5462025-01-09T01:10:43.065Z Downloaded hkdf v0.12.4
5472025-01-09T01:10:43.067Z Downloaded convert_case v0.4.0
5482025-01-09T01:10:43.070Z Downloaded colored v2.1.0
5492025-01-09T01:10:43.072Z Downloaded bitfield-struct v0.6.2
5502025-01-09T01:10:43.072Z Downloaded ciborium-ll v0.2.2
5512025-01-09T01:10:43.074Z Downloaded cexpr v0.6.0
5522025-01-09T01:10:43.077Z Downloaded crc-catalog v2.4.0
5532025-01-09T01:10:43.079Z Downloaded http-range v0.1.5
5542025-01-09T01:10:43.079Z Downloaded http-body v1.0.1
5552025-01-09T01:10:43.081Z Downloaded cbc v0.1.2
5562025-01-09T01:10:43.081Z Downloaded hubpack_derive v0.1.1
5572025-01-09T01:10:43.084Z Downloaded bcs v0.1.6
5582025-01-09T01:10:43.084Z Downloaded bitfield v0.14.0
5592025-01-09T01:10:43.086Z Downloaded addr2line v0.24.2
5602025-01-09T01:10:43.089Z Downloaded hickory-proto v0.24.1
5612025-01-09T01:10:43.107Z Downloaded instant v0.1.13
5622025-01-09T01:10:43.110Z Downloaded humantime v2.1.0
5632025-01-09T01:10:43.112Z Downloaded httpdate v1.0.3
5642025-01-09T01:10:43.112Z Downloaded http-body-util v0.1.2
5652025-01-09T01:10:43.114Z Downloaded hostname v0.4.0
5662025-01-09T01:10:43.117Z Downloaded hostname v0.3.1
5672025-01-09T01:10:43.117Z Downloaded const_format_proc_macros v0.2.33
5682025-01-09T01:10:43.120Z Downloaded is_ci v1.2.0
5692025-01-09T01:10:43.122Z Downloaded base64ct v1.6.0
5702025-01-09T01:10:43.126Z Downloaded buf-list v1.0.3
5712025-01-09T01:10:43.128Z Downloaded csv-core v0.1.11
5722025-01-09T01:10:43.128Z Downloaded ident_case v1.0.1
5732025-01-09T01:10:43.128Z Downloaded icu_provider_macros v1.5.0
5742025-01-09T01:10:43.131Z Downloaded hyper-tls v0.6.0
5752025-01-09T01:10:43.131Z Downloaded crc32fast v1.4.2
5762025-01-09T01:10:43.133Z Downloaded backoff v0.4.0
5772025-01-09T01:10:43.136Z Downloaded impl-trait-for-tuples v0.2.2
5782025-01-09T01:10:43.138Z Downloaded hubpack v0.1.2
5792025-01-09T01:10:43.141Z Downloaded cookie_store v0.21.0
5802025-01-09T01:10:43.143Z Downloaded idna_adapter v1.2.0
5812025-01-09T01:10:43.145Z Downloaded rand_chacha v0.3.1
5822025-01-09T01:10:43.145Z Downloaded matches v0.1.10
5832025-01-09T01:10:43.148Z Downloaded match_cfg v0.1.0
5842025-01-09T01:10:43.148Z Downloaded cobs v0.2.3
5852025-01-09T01:10:43.148Z Downloaded console v0.15.8
5862025-01-09T01:10:43.152Z Downloaded time-core v0.1.2
5872025-01-09T01:10:43.154Z Downloaded ipnetwork v0.20.0
5882025-01-09T01:10:43.156Z Downloaded inout v0.1.3
5892025-01-09T01:10:43.157Z Downloaded httparse v1.9.5
5902025-01-09T01:10:43.159Z Downloaded take_mut v0.2.2
5912025-01-09T01:10:43.159Z Downloaded cancel-safe-futures v0.1.5
5922025-01-09T01:10:43.163Z Downloaded rustfmt-wrapper v0.2.1
5932025-01-09T01:10:43.165Z Downloaded rfc6979 v0.4.0
5942025-01-09T01:10:43.167Z Downloaded resolv-conf v0.7.0
5952025-01-09T01:10:43.167Z Downloaded ref-cast-impl v1.0.23
5962025-01-09T01:10:43.170Z Downloaded is-terminal v0.4.13
5972025-01-09T01:10:43.172Z Downloaded internet-checksum v0.2.1
5982025-01-09T01:10:43.172Z Downloaded blake2 v0.10.6
5992025-01-09T01:10:43.174Z Downloaded instability v0.3.2
6002025-01-09T01:10:43.176Z Downloaded indoc v1.0.9
6012025-01-09T01:10:43.179Z Downloaded libsw v3.3.1
6022025-01-09T01:10:43.181Z Downloaded cookie v0.18.1
6032025-01-09T01:10:43.183Z Downloaded lazy_static v1.5.0
6042025-01-09T01:10:43.186Z Downloaded kstat-rs v0.2.4
6052025-01-09T01:10:43.188Z Downloaded lru-cache v0.1.2
6062025-01-09T01:10:43.191Z Downloaded dhcproto-macros v0.1.0
6072025-01-09T01:10:43.191Z Downloaded zone_cfg_derive v0.1.2
6082025-01-09T01:10:43.191Z Downloaded linked-hash-map v0.5.6
6092025-01-09T01:10:43.193Z Downloaded const-oid v0.9.6
6102025-01-09T01:10:43.193Z Downloaded lru v0.12.5
6112025-01-09T01:10:43.196Z Downloaded ciborium v0.2.2
6122025-01-09T01:10:43.199Z Downloaded managed v0.8.0
6132025-01-09T01:10:43.202Z Downloaded lockfree-object-pool v0.1.6
6142025-01-09T01:10:43.202Z Downloaded lazycell v1.3.0
6152025-01-09T01:10:43.204Z Downloaded lalrpop-util v0.19.12
6162025-01-09T01:10:43.204Z Downloaded diesel_table_macro_syntax v0.2.0
6172025-01-09T01:10:43.207Z Downloaded icu_normalizer_data v1.5.0
6182025-01-09T01:10:43.209Z Downloaded crossbeam-epoch v0.9.18
6192025-01-09T01:10:43.211Z Downloaded indent_write v2.2.0
6202025-01-09T01:10:43.214Z Downloaded aes v0.8.4
6212025-01-09T01:10:43.216Z Downloaded endian-type v0.1.2
6222025-01-09T01:10:43.219Z Downloaded mime v0.3.17
6232025-01-09T01:10:43.219Z Downloaded memoffset v0.9.1
6242025-01-09T01:10:43.222Z Downloaded md-5 v0.10.6
6252025-01-09T01:10:43.222Z Downloaded icu_normalizer v1.5.0
6262025-01-09T01:10:43.226Z Downloaded futures-sink v0.3.31
6272025-01-09T01:10:43.228Z Downloaded twox-hash v1.6.3
6282025-01-09T01:10:43.230Z Downloaded thread_local v1.1.8
6292025-01-09T01:10:43.231Z Downloaded structmeta-derive v0.2.0
6302025-01-09T01:10:43.233Z Downloaded ssh-encoding v0.2.0
6312025-01-09T01:10:43.235Z Downloaded slog-dtrace v0.3.0
6322025-01-09T01:10:43.238Z Downloaded crc-any v2.5.0
6332025-01-09T01:10:43.238Z Downloaded allocator-api2 v0.2.18
6342025-01-09T01:10:43.241Z Downloaded libloading v0.8.5
6352025-01-09T01:10:43.244Z Downloaded lock_api v0.4.12
6362025-01-09T01:10:43.247Z Downloaded litemap v0.7.3
6372025-01-09T01:10:43.249Z Downloaded peg-runtime v0.8.3
6382025-01-09T01:10:43.252Z Downloaded zone v0.3.0
6392025-01-09T01:10:43.252Z Downloaded bytes v1.8.0
6402025-01-09T01:10:43.256Z Downloaded linear-map v1.2.0
6412025-01-09T01:10:43.258Z Downloaded number_prefix v0.4.0
6422025-01-09T01:10:43.261Z Downloaded iana-time-zone v0.1.61
6432025-01-09T01:10:43.263Z Downloaded num_threads v0.1.7
6442025-01-09T01:10:43.263Z Downloaded wyz v0.5.1
6452025-01-09T01:10:43.266Z Downloaded which v4.4.2
6462025-01-09T01:10:43.268Z Downloaded precomputed-hash v0.1.1
6472025-01-09T01:10:43.268Z Downloaded futures-task v0.3.31
6482025-01-09T01:10:43.270Z Downloaded futures-macro v0.3.31
6492025-01-09T01:10:43.273Z Downloaded diesel-dtrace v0.4.2
6502025-01-09T01:10:43.273Z Downloaded futures-io v0.3.31
6512025-01-09T01:10:43.276Z Downloaded sct v0.7.1
6522025-01-09T01:10:43.278Z Downloaded futures-executor v0.3.31
6532025-01-09T01:10:43.281Z Downloaded slog-term v2.9.1
6542025-01-09T01:10:43.283Z Downloaded serde_with_macros v3.11.0
6552025-01-09T01:10:43.285Z Downloaded sqlparser_derive v0.2.2
6562025-01-09T01:10:43.288Z Downloaded nibble_vec v0.1.0
6572025-01-09T01:10:43.288Z Downloaded rustls-pemfile v2.2.0
6582025-01-09T01:10:43.290Z Downloaded clang-sys v1.8.1
6592025-01-09T01:10:43.293Z Downloaded tracing-attributes v0.1.27
6602025-01-09T01:10:43.296Z Downloaded base64 v0.13.1
6612025-01-09T01:10:43.299Z Downloaded futures-core v0.3.31
6622025-01-09T01:10:43.301Z Downloaded enum-as-inner v0.5.1
6632025-01-09T01:10:43.304Z Downloaded tower-service v0.3.3
6642025-01-09T01:10:43.305Z Downloaded termtree v0.4.1
6652025-01-09T01:10:43.307Z Downloaded icu_locid_transform_data v1.5.0
6662025-01-09T01:10:43.307Z Downloaded tokio-rustls v0.25.0
6672025-01-09T01:10:43.310Z Downloaded icu_properties v1.5.1
6682025-01-09T01:10:43.313Z Downloaded crossbeam-utils v0.8.20
6692025-01-09T01:10:43.327Z Downloaded icu_locid v1.5.0
6702025-01-09T01:10:43.332Z Downloaded num_enum_derive v0.5.11
6712025-01-09T01:10:43.335Z Downloaded hyper-util v0.1.10
6722025-01-09T01:10:43.339Z Downloaded downcast v0.11.0
6732025-01-09T01:10:43.341Z Downloaded write16 v1.0.0
6742025-01-09T01:10:43.343Z Downloaded vte_generate_state_changes v0.1.2
6752025-01-09T01:10:43.343Z Downloaded serde_urlencoded v0.7.1
6762025-01-09T01:10:43.346Z Downloaded rustc_version v0.4.1
6772025-01-09T01:10:43.349Z Downloaded pkg-config v0.3.31
6782025-01-09T01:10:43.349Z Downloaded des v0.8.1
6792025-01-09T01:10:43.351Z Downloaded pbkdf2 v0.12.2
6802025-01-09T01:10:43.351Z Downloaded env_logger v0.10.2
6812025-01-09T01:10:43.354Z Downloaded slog-stdlog v4.1.1
6822025-01-09T01:10:43.357Z Downloaded similar v2.6.0
6832025-01-09T01:10:43.361Z Downloaded progenitor-impl v0.8.0
6842025-01-09T01:10:43.364Z Downloaded opaque-debug v0.3.1
6852025-01-09T01:10:43.367Z Downloaded newline-converter v0.3.0
6862025-01-09T01:10:43.367Z Downloaded new_debug_unreachable v1.0.6
6872025-01-09T01:10:43.374Z Downloaded prettyplease v0.2.25
6882025-01-09T01:10:43.374Z Downloaded bumpalo v3.16.0
6892025-01-09T01:10:43.383Z Downloaded termios v0.3.3
6902025-01-09T01:10:43.383Z Downloaded termcolor v1.4.1
6912025-01-09T01:10:43.383Z Downloaded tap v1.0.1
6922025-01-09T01:10:43.383Z Downloaded tabwriter v1.4.0
6932025-01-09T01:10:43.383Z Downloaded peg-macros v0.8.4
6942025-01-09T01:10:43.387Z Downloaded nu-ansi-term v0.50.1
6952025-01-09T01:10:43.387Z Downloaded multer v3.1.0
6962025-01-09T01:10:43.389Z Downloaded predicates v3.1.2
6972025-01-09T01:10:43.393Z Downloaded crossbeam-channel v0.5.13
6982025-01-09T01:10:43.397Z Downloaded unicode-properties v0.1.3
6992025-01-09T01:10:43.400Z Downloaded xz2 v0.1.7
7002025-01-09T01:10:43.402Z Downloaded utf16_iter v1.0.5
7012025-01-09T01:10:43.405Z Downloaded peg v0.8.4
7022025-01-09T01:10:43.407Z Downloaded http v1.1.0
7032025-01-09T01:10:43.412Z Downloaded display-error-chain v0.2.2
7042025-01-09T01:10:43.415Z Downloaded dirs-sys-next v0.1.2
7052025-01-09T01:10:43.415Z Downloaded dirs-next v2.0.0
7062025-01-09T01:10:43.419Z Downloaded float-ord v0.3.2
7072025-01-09T01:10:43.419Z Downloaded snafu v0.8.5
7082025-01-09T01:10:43.424Z Downloaded serde_yaml v0.9.34+deprecated
7092025-01-09T01:10:43.428Z Downloaded nanorand v0.7.0
7102025-01-09T01:10:43.430Z Downloaded base64 v0.22.1
7112025-01-09T01:10:43.435Z Downloaded derive_builder_macro v0.20.2
7122025-01-09T01:10:43.437Z Downloaded want v0.3.1
7132025-01-09T01:10:43.440Z Downloaded spki v0.7.3
7142025-01-09T01:10:43.440Z Downloaded yoke-derive v0.7.4
7152025-01-09T01:10:43.444Z Downloaded float-cmp v0.9.0
7162025-01-09T01:10:43.444Z Downloaded term v0.7.0
7172025-01-09T01:10:43.447Z Downloaded percent-encoding v2.3.1
7182025-01-09T01:10:43.450Z Downloaded pem v3.0.4
7192025-01-09T01:10:43.450Z Downloaded pbkdf2 v0.11.0
7202025-01-09T01:10:43.453Z Downloaded newtype-uuid v1.1.3
7212025-01-09T01:10:43.453Z Downloaded sqlformat v0.2.6
7222025-01-09T01:10:43.455Z Downloaded mockall_derive v0.13.0
7232025-01-09T01:10:43.457Z Downloaded flagset v0.4.6
7242025-01-09T01:10:43.460Z Downloaded fixedbitset v0.4.2
7252025-01-09T01:10:43.462Z Downloaded dunce v1.0.5
7262025-01-09T01:10:43.462Z Downloaded proc-macro-crate v1.3.1
7272025-01-09T01:10:43.465Z Downloaded fxhash v0.2.1
7282025-01-09T01:10:43.465Z Downloaded phf_shared v0.10.0
7292025-01-09T01:10:43.467Z Downloaded path-slash v0.1.5
7302025-01-09T01:10:43.468Z Downloaded num-traits v0.2.19
7312025-01-09T01:10:43.470Z Downloaded shlex v1.3.0
7322025-01-09T01:10:43.473Z Downloaded backtrace v0.3.74
7332025-01-09T01:10:43.478Z Downloaded pin-utils v0.1.0
7342025-01-09T01:10:43.480Z Downloaded openssl-probe v0.1.5
7352025-01-09T01:10:43.482Z Downloaded dhcproto v0.12.0
7362025-01-09T01:10:43.485Z Downloaded ron v0.7.1
7372025-01-09T01:10:43.489Z Downloaded derive_builder_core v0.20.2
7382025-01-09T01:10:43.491Z Downloaded qorb v0.2.1
7392025-01-09T01:10:43.496Z Downloaded native-tls v0.2.12
7402025-01-09T01:10:43.499Z Downloaded openssl-macros v0.1.1
7412025-01-09T01:10:43.501Z Downloaded tls_codec_derive v0.4.1
7422025-01-09T01:10:43.504Z Downloaded typify-macro v0.2.0
7432025-01-09T01:10:43.504Z Downloaded pem-rfc7468 v0.7.0
7442025-01-09T01:10:43.506Z Downloaded unarray v0.1.4
7452025-01-09T01:10:43.506Z Downloaded synstructure v0.13.1
7462025-01-09T01:10:43.509Z Downloaded structmeta-derive v0.3.0
7472025-01-09T01:10:43.513Z Downloaded structmeta v0.2.0
7482025-01-09T01:10:43.513Z Downloaded rustc-demangle v0.1.24
7492025-01-09T01:10:43.515Z Downloaded parking_lot_core v0.8.6
7502025-01-09T01:10:43.516Z Downloaded dyn-clone v1.0.17
7512025-01-09T01:10:43.518Z Downloaded dsl_auto_type v0.1.2
7522025-01-09T01:10:43.518Z Downloaded ed25519 v2.2.3
7532025-01-09T01:10:43.521Z Downloaded tinyvec_macros v0.1.1
7542025-01-09T01:10:43.523Z Downloaded tracing v0.1.40
7552025-01-09T01:10:43.526Z Downloaded postgres-types v0.2.8
7562025-01-09T01:10:43.529Z Downloaded unicode-bidi v0.3.17
7572025-01-09T01:10:43.532Z Downloaded foreign-types v0.3.2
7582025-01-09T01:10:43.534Z Downloaded minimal-lexical v0.2.1
7592025-01-09T01:10:43.539Z Downloaded nodrop v0.1.14
7602025-01-09T01:10:43.541Z Downloaded stable_deref_trait v1.2.0
7612025-01-09T01:10:43.541Z Downloaded smallvec v0.6.14
7622025-01-09T01:10:43.543Z Downloaded slog-json v2.6.1
7632025-01-09T01:10:43.546Z Downloaded phf v0.11.2
7642025-01-09T01:10:43.546Z Downloaded paste v1.0.15
7652025-01-09T01:10:43.549Z Downloaded phf_shared v0.11.2
7662025-01-09T01:10:43.552Z Downloaded phf_generator v0.11.2
7672025-01-09T01:10:43.552Z Downloaded rustversion v1.0.17
7682025-01-09T01:10:43.554Z Downloaded phf_codegen v0.11.2
7692025-01-09T01:10:43.556Z Downloaded diesel_derives v2.2.3
7702025-01-09T01:10:43.560Z Downloaded publicsuffix v2.2.3
7712025-01-09T01:10:43.563Z Downloaded thiserror v2.0.3
7722025-01-09T01:10:43.569Z Downloaded typify v0.2.0
7732025-01-09T01:10:43.573Z Downloaded tokio-tungstenite v0.24.0
7742025-01-09T01:10:43.578Z Downloaded signal-hook-mio v0.2.4
7752025-01-09T01:10:43.582Z Downloaded serde_repr v0.1.19
7762025-01-09T01:10:43.582Z Downloaded serde_plain v1.0.2
7772025-01-09T01:10:43.582Z Downloaded serde_path_to_error v0.1.16
7782025-01-09T01:10:43.584Z Downloaded psl-types v2.0.11
7792025-01-09T01:10:43.584Z Downloaded sync_wrapper v1.0.1
7802025-01-09T01:10:43.587Z Downloaded sync-ptr v0.1.1
7812025-01-09T01:10:43.587Z Downloaded ecdsa v0.16.9
7822025-01-09T01:10:43.589Z Downloaded strum v0.26.3
7832025-01-09T01:10:43.590Z Downloaded tokio-macros v2.4.0
7842025-01-09T01:10:43.592Z Downloaded strum_macros v0.25.3
7852025-01-09T01:10:43.595Z Downloaded tls_codec v0.4.1
7862025-01-09T01:10:43.598Z Downloaded tracing-core v0.1.32
7872025-01-09T01:10:43.602Z Downloaded yoke v0.7.4
7882025-01-09T01:10:43.606Z Downloaded unicode-xid v0.2.6
7892025-01-09T01:10:43.606Z Downloaded foldhash v0.1.3
7902025-01-09T01:10:43.606Z Downloaded crossterm v0.28.1
7912025-01-09T01:10:43.611Z Downloaded num-integer v0.1.46
7922025-01-09T01:10:43.613Z Downloaded num-derive v0.4.2
7932025-01-09T01:10:43.616Z Downloaded defmt-macros v0.3.9
7942025-01-09T01:10:43.618Z Downloaded pin-project-lite v0.2.14
7952025-01-09T01:10:43.624Z Downloaded pin-project-internal v1.1.6
7962025-01-09T01:10:43.628Z Downloaded hashlink v0.9.1
7972025-01-09T01:10:43.630Z Downloaded futures-channel v0.3.31
7982025-01-09T01:10:43.630Z Downloaded defmt v0.3.8
7992025-01-09T01:10:43.634Z Downloaded rusty-fork v0.3.0
8002025-01-09T01:10:43.636Z Downloaded num v0.4.3
8012025-01-09T01:10:43.639Z Downloaded p256 v0.13.2
8022025-01-09T01:10:43.642Z Downloaded typed-path v0.9.3
8032025-01-09T01:10:43.650Z Downloaded serde-big-array v0.5.1
8042025-01-09T01:10:43.652Z Downloaded aes-gcm v0.10.3
8052025-01-09T01:10:43.655Z Downloaded strum_macros v0.26.4
8062025-01-09T01:10:43.658Z Downloaded zone_cfg_derive v0.3.0
8072025-01-09T01:10:43.660Z Downloaded toolchain_find v0.4.0
8082025-01-09T01:10:43.660Z Downloaded semver v0.1.20
8092025-01-09T01:10:43.663Z Downloaded idna v1.0.3
8102025-01-09T01:10:43.666Z Downloaded try-lock v0.2.5
8112025-01-09T01:10:43.669Z Downloaded thiserror-no-std v2.0.2
8122025-01-09T01:10:43.671Z Downloaded thiserror-impl-no-std v2.0.2
8132025-01-09T01:10:43.674Z Downloaded tinystr v0.7.6
8142025-01-09T01:10:43.676Z Downloaded thiserror-impl v2.0.3
8152025-01-09T01:10:43.678Z Downloaded tiny-keccak v2.0.2
8162025-01-09T01:10:43.681Z Downloaded embedded-io v0.6.1
8172025-01-09T01:10:43.683Z Downloaded signal-hook v0.3.17
8182025-01-09T01:10:43.686Z Downloaded foreign-types-shared v0.3.1
8192025-01-09T01:10:43.686Z Downloaded foreign-types-shared v0.1.1
8202025-01-09T01:10:43.688Z Downloaded form_urlencoded v1.2.1
8212025-01-09T01:10:43.688Z Downloaded either v1.13.0
8222025-01-09T01:10:43.691Z Downloaded rustls-pki-types v1.10.0
8232025-01-09T01:10:43.693Z Downloaded hash32 v0.3.1
8242025-01-09T01:10:43.696Z Downloaded pin-project v1.1.6
8252025-01-09T01:10:43.707Z Downloaded darling_macro v0.20.10
8262025-01-09T01:10:43.710Z Downloaded parse-size v1.1.0
8272025-01-09T01:10:43.710Z Downloaded oso-derive v0.27.3
8282025-01-09T01:10:43.713Z Downloaded ssh-key v0.6.6
8292025-01-09T01:10:43.718Z Downloaded rtoolbox v0.0.2
8302025-01-09T01:10:43.721Z Downloaded rsa v0.9.6
8312025-01-09T01:10:43.726Z Downloaded scheduled-thread-pool v0.2.7
8322025-01-09T01:10:43.728Z Downloaded ref-cast v1.0.23
8332025-01-09T01:10:43.730Z Downloaded topological-sort v0.2.2
8342025-01-09T01:10:43.733Z Downloaded static_assertions v1.1.0
8352025-01-09T01:10:43.733Z Downloaded smallvec v1.13.2
8362025-01-09T01:10:43.736Z Downloaded tokio-native-tls v0.3.1
8372025-01-09T01:10:43.739Z Downloaded time-macros v0.2.18
8382025-01-09T01:10:43.742Z Downloaded x509-cert v0.2.5
8392025-01-09T01:10:43.747Z Downloaded foreign-types-macros v0.2.3
8402025-01-09T01:10:43.750Z Downloaded zeroize v1.8.1
8412025-01-09T01:10:43.750Z Downloaded num-rational v0.4.2
8422025-01-09T01:10:43.752Z Downloaded half v2.4.1
8432025-01-09T01:10:43.755Z Downloaded openssl-sys v0.9.103
8442025-01-09T01:10:43.759Z Downloaded funty v2.0.0
8452025-01-09T01:10:43.762Z Downloaded parse-display v0.10.0
8462025-01-09T01:10:43.764Z Downloaded fragile v2.0.0
8472025-01-09T01:10:43.764Z Downloaded difflib v0.4.0
8482025-01-09T01:10:43.767Z Downloaded rand v0.8.5
8492025-01-09T01:10:43.769Z Downloaded pkcs1 v0.7.5
8502025-01-09T01:10:43.772Z Downloaded newtype_derive v0.1.6
8512025-01-09T01:10:43.774Z Downloaded fatfs v0.3.6
8522025-01-09T01:10:43.777Z Downloaded data-encoding v2.6.0
8532025-01-09T01:10:43.779Z Downloaded subprocess v0.2.9
8542025-01-09T01:10:43.782Z Downloaded defmt-parser v0.3.4
8552025-01-09T01:10:43.784Z Downloaded slog-async v2.8.0
8562025-01-09T01:10:43.784Z Downloaded progenitor-client v0.8.0
8572025-01-09T01:10:43.787Z Downloaded fs_extra v1.3.0
8582025-01-09T01:10:43.790Z Downloaded itertools v0.12.1
8592025-01-09T01:10:43.795Z Downloaded parse-display-derive v0.10.0
8602025-01-09T01:10:43.797Z Downloaded zerocopy-derive v0.8.10
8612025-01-09T01:10:43.803Z Downloaded zone v0.1.8
8622025-01-09T01:10:43.805Z Downloaded scrypt v0.11.0
8632025-01-09T01:10:43.808Z Downloaded ghash v0.5.1
8642025-01-09T01:10:43.808Z Downloaded gethostname v0.5.0
8652025-01-09T01:10:43.810Z Downloaded tinyvec v1.8.0
8662025-01-09T01:10:43.813Z Downloaded russh-cryptovec v0.7.3
8672025-01-09T01:10:43.813Z Downloaded spin v0.9.8
8682025-01-09T01:10:43.816Z Downloaded normalize-line-endings v0.3.0
8692025-01-09T01:10:43.819Z Downloaded unsafe-libyaml v0.2.11
8702025-01-09T01:10:43.821Z Downloaded time v0.3.36
8712025-01-09T01:10:43.827Z Downloaded same-file v1.0.6
8722025-01-09T01:10:43.830Z Downloaded mirai-annotations v1.12.0
8732025-01-09T01:10:43.832Z Downloaded aho-corasick v1.1.3
8742025-01-09T01:10:43.836Z Downloaded utf8_iter v1.0.4
8752025-01-09T01:10:43.838Z Downloaded stringprep v0.1.5
8762025-01-09T01:10:43.841Z Downloaded packed_struct_codegen v0.10.1
8772025-01-09T01:10:43.841Z Downloaded smf v0.2.3
8782025-01-09T01:10:43.846Z Downloaded getrandom v0.2.15
8792025-01-09T01:10:43.846Z Downloaded string_cache v0.8.7
8802025-01-09T01:10:43.849Z Downloaded untrusted v0.9.0
8812025-01-09T01:10:43.849Z Downloaded tokio-tungstenite v0.23.1
8822025-01-09T01:10:43.852Z Downloaded poly1305 v0.8.0
8832025-01-09T01:10:43.854Z Downloaded pkcs8 v0.10.2
8842025-01-09T01:10:43.857Z Downloaded zerofrom v0.1.4
8852025-01-09T01:10:43.859Z Downloaded serde_with v3.11.0
8862025-01-09T01:10:43.867Z Downloaded simd-adler32 v0.3.7
8872025-01-09T01:10:43.870Z Downloaded radium v0.7.0
8882025-01-09T01:10:43.870Z Downloaded waitgroup v0.1.2
8892025-01-09T01:10:43.873Z Downloaded parking_lot v0.11.2
8902025-01-09T01:10:43.875Z Downloaded progenitor v0.8.0
8912025-01-09T01:10:43.878Z Downloaded slog-envlogger v2.2.0
8922025-01-09T01:10:43.878Z Downloaded ena v0.14.3
8932025-01-09T01:10:43.880Z Downloaded slog-bunyan v2.5.0
8942025-01-09T01:10:43.880Z Downloaded embedded-io v0.4.0
8952025-01-09T01:10:43.883Z Downloaded siphasher v0.3.11
8962025-01-09T01:10:43.883Z Downloaded tokio-stream v0.1.16
8972025-01-09T01:10:43.887Z Downloaded owo-colors v4.1.0
8982025-01-09T01:10:43.890Z Downloaded vsss-rs v3.3.4
8992025-01-09T01:10:43.893Z Downloaded rustc-hash v1.1.0
9002025-01-09T01:10:43.896Z Downloaded flume v0.11.1
9012025-01-09T01:10:43.898Z Downloaded elliptic-curve v0.13.8
9022025-01-09T01:10:43.902Z Downloaded rpassword v7.3.1
9032025-01-09T01:10:43.905Z Downloaded mockall v0.13.0
9042025-01-09T01:10:43.907Z Downloaded unicode_categories v0.1.1
9052025-01-09T01:10:43.907Z Downloaded tungstenite v0.21.0
9062025-01-09T01:10:43.911Z Downloaded packed_struct v0.10.1
9072025-01-09T01:10:43.913Z Downloaded fd-lock v4.0.2
9082025-01-09T01:10:43.916Z Downloaded fallible-streaming-iterator v0.1.9
9092025-01-09T01:10:43.916Z Downloaded zerovec-derive v0.10.3
9102025-01-09T01:10:43.918Z Downloaded multimap v0.10.0
9112025-01-09T01:10:43.918Z Downloaded polyval v0.6.2
9122025-01-09T01:10:43.921Z Downloaded filetime v0.2.25
9132025-01-09T01:10:43.924Z Downloaded ff v0.13.0
9142025-01-09T01:10:43.924Z Downloaded fallible-iterator v0.3.0
9152025-01-09T01:10:43.927Z Downloaded headers v0.4.0
9162025-01-09T01:10:43.931Z Downloaded schemars v0.8.21
9172025-01-09T01:10:43.943Z Downloaded signal-hook-tokio v0.3.1
9182025-01-09T01:10:43.945Z Downloaded tokio-postgres v0.7.12
9192025-01-09T01:10:43.950Z Downloaded signal-hook-registry v1.4.2
9202025-01-09T01:10:43.953Z Downloaded hashbrown v0.12.3
9212025-01-09T01:10:43.955Z Downloaded group v0.13.0
9222025-01-09T01:10:43.957Z Downloaded deranged v0.3.11
9232025-01-09T01:10:43.960Z Downloaded serde_derive_internals v0.29.1
9242025-01-09T01:10:43.960Z Downloaded postgres-protocol v0.6.7
9252025-01-09T01:10:43.962Z Downloaded oso v0.27.3
9262025-01-09T01:10:43.966Z Downloaded glob v0.3.1
9272025-01-09T01:10:43.968Z Downloaded foreign-types v0.5.0
9282025-01-09T01:10:43.968Z Downloaded fallible-iterator v0.2.0
9292025-01-09T01:10:43.971Z Downloaded num-complex v0.4.6
9302025-01-09T01:10:43.973Z Downloaded hash32 v0.2.1
9312025-01-09T01:10:43.973Z Downloaded signature v2.2.0
9322025-01-09T01:10:43.977Z Downloaded hashbrown v0.14.5
9332025-01-09T01:10:43.980Z Downloaded uuid v1.11.0
9342025-01-09T01:10:43.984Z Downloaded toml v0.7.8
9352025-01-09T01:10:43.988Z Downloaded rayon v1.10.0
9362025-01-09T01:10:43.996Z Downloaded steno v0.4.1
9372025-01-09T01:10:44.001Z Downloaded itertools v0.13.0
9382025-01-09T01:10:44.008Z Downloaded derive_builder v0.20.2
9392025-01-09T01:10:44.014Z Downloaded russh-keys v0.45.0
9402025-01-09T01:10:44.017Z Downloaded tokio-util v0.7.12
9412025-01-09T01:10:44.023Z Downloaded der_derive v0.7.3
9422025-01-09T01:10:44.025Z Downloaded quinn-udp v0.5.5
9432025-01-09T01:10:44.028Z Downloaded value-bag v1.9.0
9442025-01-09T01:10:44.030Z Downloaded mio v1.0.2
9452025-01-09T01:10:44.036Z Downloaded postcard v1.0.10
9462025-01-09T01:10:44.038Z Downloaded socket2 v0.5.7
9472025-01-09T01:10:44.042Z Downloaded bindgen v0.69.5
9482025-01-09T01:10:44.048Z Downloaded derive_more v0.99.18
9492025-01-09T01:10:44.053Z Downloaded vergen v8.3.2
9502025-01-09T01:10:44.056Z Downloaded icu_properties_data v1.5.0
9512025-01-09T01:10:44.067Z Downloaded miniz_oxide v0.8.0
9522025-01-09T01:10:44.070Z Downloaded sqlparser v0.45.0
9532025-01-09T01:10:44.076Z Downloaded aws-lc-rs v1.10.0
9542025-01-09T01:10:44.085Z Downloaded parse-zoneinfo v0.3.1
9552025-01-09T01:10:44.088Z Downloaded h2 v0.4.6
9562025-01-09T01:10:44.095Z Downloaded derive-where v1.2.7
9572025-01-09T01:10:44.098Z Downloaded rustls-webpki v0.101.7
9582025-01-09T01:10:44.113Z Downloaded rcgen v0.12.1
9592025-01-09T01:10:44.116Z Downloaded url v2.5.3
9602025-01-09T01:10:44.119Z Downloaded num-bigint-dig v0.8.4
9612025-01-09T01:10:44.124Z Downloaded lalrpop v0.19.12
9622025-01-09T01:10:44.135Z Downloaded tough v0.19.0
9632025-01-09T01:10:44.144Z Downloaded num-bigint v0.4.6
9642025-01-09T01:10:44.149Z Downloaded idna v0.2.3
9652025-01-09T01:10:44.156Z Downloaded winnow v0.5.40
9662025-01-09T01:10:44.165Z Downloaded zip v0.6.6
9672025-01-09T01:10:44.170Z Downloaded reedline v0.35.0
9682025-01-09T01:10:44.177Z Downloaded idna v0.4.0
9692025-01-09T01:10:44.184Z Downloaded ed25519-dalek v2.1.1
9702025-01-09T01:10:44.187Z Downloaded futures-util v0.3.31
9712025-01-09T01:10:44.200Z Downloaded zip v2.1.3
9722025-01-09T01:10:44.204Z Downloaded rustls-webpki v0.102.8
9732025-01-09T01:10:44.223Z Downloaded idna v0.3.0
9742025-01-09T01:10:44.230Z Downloaded p521 v0.13.3
9752025-01-09T01:10:44.234Z Downloaded russh v0.45.0
9762025-01-09T01:10:44.239Z Downloaded idna v0.5.0
9772025-01-09T01:10:44.246Z Downloaded rusqlite v0.32.1
9782025-01-09T01:10:44.253Z Downloaded curve25519-dalek v4.1.3
9792025-01-09T01:10:44.262Z Downloaded object v0.30.4
9802025-01-09T01:10:44.272Z Downloaded nom v7.1.3
9812025-01-09T01:10:44.277Z Downloaded salty v0.3.0
9822025-01-09T01:10:44.285Z Downloaded quick-xml v0.33.0
9832025-01-09T01:10:44.291Z Downloaded zerovec v0.10.4
9842025-01-09T01:10:44.298Z Downloaded smoltcp v0.11.0
9852025-01-09T01:10:44.311Z Downloaded gimli v0.31.1
9862025-01-09T01:10:44.320Z Downloaded webpki-roots v0.26.6
9872025-01-09T01:10:44.325Z Downloaded rustls v0.21.12
9882025-01-09T01:10:44.336Z Downloaded portable-atomic v1.9.0
9892025-01-09T01:10:44.344Z Downloaded trust-dns-proto v0.22.0
9902025-01-09T01:10:44.357Z Downloaded reqwest v0.12.9
9912025-01-09T01:10:44.366Z Downloaded p384 v0.13.0
9922025-01-09T01:10:44.373Z Downloaded chrono-tz v0.10.0
9932025-01-09T01:10:44.381Z Downloaded nix v0.28.0
9942025-01-09T01:10:44.393Z Downloaded dropshot v0.12.0
9952025-01-09T01:10:44.415Z Downloaded git2 v0.19.0
9962025-01-09T01:10:44.424Z Downloaded diesel v2.2.6
9972025-01-09T01:10:44.443Z Downloaded openssl v0.10.66
9982025-01-09T01:10:44.454Z Downloaded regex-syntax v0.6.29
9992025-01-09T01:10:44.459Z Downloaded smoltcp v0.9.1
10002025-01-09T01:10:44.472Z Downloaded dropshot v0.13.0
10012025-01-09T01:10:44.493Z Downloaded rustls v0.23.19
10022025-01-09T01:10:44.506Z Downloaded radix_trie v0.2.1
10032025-01-09T01:10:44.512Z Downloaded nix v0.29.0
10042025-01-09T01:10:44.524Z Downloaded regress v0.9.1
10052025-01-09T01:10:44.533Z Downloaded openapiv3 v2.0.0
10062025-01-09T01:10:44.546Z Downloaded regex-syntax v0.8.5
10072025-01-09T01:10:44.555Z Downloaded regress v0.10.1
10082025-01-09T01:10:44.565Z Downloaded ratatui v0.28.1
10092025-01-09T01:10:44.597Z Downloaded zerocopy-derive v0.6.6
10102025-01-09T01:10:44.610Z Downloaded sled v0.34.7
10112025-01-09T01:10:44.624Z Downloaded bzip2-sys v0.1.11+1.0.8
10122025-01-09T01:10:44.641Z Downloaded typify-impl v0.2.0
10132025-01-09T01:10:44.657Z Downloaded rustls v0.22.4
10142025-01-09T01:10:44.669Z Downloaded object v0.36.5
10152025-01-09T01:10:44.681Z Downloaded bstr v1.10.0
10162025-01-09T01:10:44.691Z Downloaded nix v0.27.1
10172025-01-09T01:10:44.704Z Downloaded polar-core v0.27.3
10182025-01-09T01:10:44.710Z Downloaded proptest v1.5.0
10192025-01-09T01:10:44.719Z Downloaded petname v2.0.2
10202025-01-09T01:10:44.724Z Downloaded unicode-width v0.2.0
10212025-01-09T01:10:44.730Z Downloaded petgraph v0.6.5
10222025-01-09T01:10:44.748Z Downloaded lzma-sys v0.1.20
10232025-01-09T01:10:44.776Z Downloaded regex v1.11.1
10242025-01-09T01:10:44.788Z Downloaded ron v0.8.1
10252025-01-09T01:10:44.793Z Downloaded quinn-proto v0.11.8
10262025-01-09T01:10:44.800Z Downloaded tokio v1.40.0
10272025-01-09T01:10:44.837Z Downloaded regex-automata v0.4.8
10282025-01-09T01:10:44.853Z Downloaded zerocopy v0.8.10
10292025-01-09T01:10:44.876Z Downloaded libz-sys v1.1.20
10302025-01-09T01:10:44.896Z Downloaded csv v1.3.0
10312025-01-09T01:10:44.916Z Downloaded sha3 v0.10.8
10322025-01-09T01:10:44.920Z Downloaded vcpkg v0.2.15
10332025-01-09T01:10:44.959Z Downloaded bitvec v1.0.1
10342025-01-09T01:10:44.972Z Downloaded rayon-core v1.12.1
10352025-01-09T01:10:44.976Z Downloaded darling_core v0.20.10
10362025-01-09T01:10:44.981Z Downloaded chrono v0.4.38
10372025-01-09T01:10:44.988Z Downloaded zopfli v0.8.1
10382025-01-09T01:10:44.990Z Downloaded vte v0.11.1
10392025-01-09T01:10:44.998Z Downloaded zerofrom-derive v0.1.4
10402025-01-09T01:10:44.999Z Downloaded tokio-rustls v0.26.0
10412025-01-09T01:10:44.999Z Downloaded slog v2.7.0
10422025-01-09T01:10:44.999Z Downloaded unicode-normalization v0.1.24
10432025-01-09T01:10:45.003Z Downloaded quinn v0.11.5
10442025-01-09T01:10:45.006Z Downloaded globset v0.4.15
10452025-01-09T01:10:45.008Z Downloaded uzers v0.12.1
10462025-01-09T01:10:45.010Z Downloaded diff v0.1.13
10472025-01-09T01:10:45.013Z Downloaded blake3 v1.5.4
10482025-01-09T01:10:45.021Z Downloaded sigpipe v0.1.3
10492025-01-09T01:10:45.023Z Downloaded tokio-tungstenite v0.21.0
10502025-01-09T01:10:45.026Z Downloaded samael v0.0.17
10512025-01-09T01:10:45.030Z Downloaded parking_lot_core v0.9.10
10522025-01-09T01:10:45.032Z Downloaded password-hash v0.5.0
10532025-01-09T01:10:45.035Z Downloaded untrusted v0.7.1
10542025-01-09T01:10:45.038Z Downloaded tui-tree-widget v0.22.0
10552025-01-09T01:10:45.038Z Downloaded strip-ansi-escapes v0.2.0
10562025-01-09T01:10:45.040Z Downloaded pkcs5 v0.7.1
10572025-01-09T01:10:45.043Z Downloaded hashbrown v0.13.2
10582025-01-09T01:10:45.046Z Downloaded flate2 v1.0.34
10592025-01-09T01:10:45.052Z Downloaded zeroize_derive v1.4.2
10602025-01-09T01:10:45.055Z Downloaded num-conv v0.1.0
10612025-01-09T01:10:45.055Z Downloaded rustls-pemfile v1.0.4
10622025-01-09T01:10:45.057Z Downloaded tungstenite v0.23.0
10632025-01-09T01:10:45.060Z Downloaded futures v0.3.31
10642025-01-09T01:10:45.065Z Downloaded progenitor-macro v0.8.0
10652025-01-09T01:10:45.068Z Downloaded tungstenite v0.24.0
10662025-01-09T01:10:45.071Z Downloaded rustyline v14.0.0
10672025-01-09T01:10:45.075Z Downloaded strum_macros v0.24.3
10682025-01-09T01:10:45.078Z Downloaded hyper v1.5.0
10692025-01-09T01:10:45.084Z Downloaded encoding_rs v0.8.34
10702025-01-09T01:10:45.105Z Downloaded subtle v2.6.1
10712025-01-09T01:10:45.109Z Downloaded ssh-cipher v0.2.0
10722025-01-09T01:10:45.109Z Downloaded universal-hash v0.5.1
10732025-01-09T01:10:45.109Z Downloaded libxml v0.3.3
10742025-01-09T01:10:45.114Z Downloaded sec1 v0.7.3
10752025-01-09T01:10:45.117Z Downloaded r2d2 v0.8.10
10762025-01-09T01:10:45.119Z Downloaded quick-error v1.2.3
10772025-01-09T01:10:45.119Z Downloaded olpc-cjson v0.1.4
10782025-01-09T01:10:45.119Z Downloaded num-iter v0.1.45
10792025-01-09T01:10:45.122Z Downloaded dropshot_endpoint v0.13.0
10802025-01-09T01:10:45.125Z Downloaded dropshot_endpoint v0.12.0
10812025-01-09T01:10:45.127Z Downloaded whoami v1.5.2
10822025-01-09T01:10:45.129Z Downloaded der v0.7.9
10832025-01-09T01:10:45.133Z Downloaded unicode-segmentation v1.12.0
10842025-01-09T01:10:45.137Z Downloaded libm v0.2.8
10852025-01-09T01:10:45.144Z Downloaded itertools v0.10.5
10862025-01-09T01:10:45.150Z Downloaded snafu-derive v0.8.5
10872025-01-09T01:10:45.153Z Downloaded toml_edit v0.19.15
10882025-01-09T01:10:45.169Z Downloaded yasna v0.5.2
10892025-01-09T01:10:45.171Z Downloaded debug-ignore v1.0.5
10902025-01-09T01:10:45.174Z Downloaded unicase v2.7.0
10912025-01-09T01:10:45.174Z Downloaded expectorate v1.1.0
10922025-01-09T01:10:45.179Z Downloaded omicron-zone-package v0.12.0
10932025-01-09T01:10:45.181Z Downloaded libgit2-sys v0.17.0+1.8.1
10942025-01-09T01:10:45.235Z Downloaded tar v0.4.42
10952025-01-09T01:10:45.237Z Downloaded walkdir v2.5.0
10962025-01-09T01:10:45.239Z Downloaded parking_lot v0.12.3
10972025-01-09T01:10:45.242Z Downloaded shell-words v1.1.0
10982025-01-09T01:10:45.244Z Downloaded scopeguard v1.2.0
10992025-01-09T01:10:45.244Z Downloaded schemars_derive v0.8.21
11002025-01-09T01:10:45.247Z Downloaded displaydoc v0.2.5
11012025-01-09T01:10:45.250Z Downloaded primeorder v0.13.6
11022025-01-09T01:10:45.250Z Downloaded pretty-hex v0.2.1
11032025-01-09T01:10:45.250Z Downloaded predicates-tree v1.0.11
11042025-01-09T01:10:45.253Z Downloaded predicates-core v1.0.8
11052025-01-09T01:10:45.253Z Downloaded powerfmt v0.2.0
11062025-01-09T01:10:45.256Z Downloaded xattr v1.3.1
11072025-01-09T01:10:45.256Z Downloaded utf-8 v0.7.6
11082025-01-09T01:10:45.259Z Downloaded sha1 v0.10.6
11092025-01-09T01:10:45.259Z Downloaded zerocopy v0.6.6
11102025-01-09T01:10:45.262Z Downloaded writeable v0.5.5
11112025-01-09T01:10:45.264Z Downloaded ppv-lite86 v0.2.20
11122025-01-09T01:10:45.267Z Downloaded test-strategy v0.3.1
11132025-01-09T01:10:45.269Z Downloaded password-hash v0.4.2
11142025-01-09T01:10:45.273Z Downloaded icu_collections v1.5.0
11152025-01-09T01:10:45.277Z Downloaded slab v0.4.9
11162025-01-09T01:10:45.279Z Downloaded secrecy v0.8.0
11172025-01-09T01:10:45.279Z Downloaded rustc_version v0.1.7
11182025-01-09T01:10:45.282Z Downloaded rustc-hash v2.0.0
11192025-01-09T01:10:45.283Z Downloaded rand_xorshift v0.3.0
11202025-01-09T01:10:45.283Z Downloaded rand_seeder v0.3.0
11212025-01-09T01:10:45.285Z Downloaded rand_core v0.6.4
11222025-01-09T01:10:45.285Z Downloaded enum-as-inner v0.6.1
11232025-01-09T01:10:45.288Z Downloaded slog-scope v4.4.0
11242025-01-09T01:10:45.288Z Downloaded num_enum v0.5.11
11252025-01-09T01:10:45.293Z Downloaded env_logger v0.11.5
11262025-01-09T01:10:45.296Z Downloaded indicatif v0.17.9
11272025-01-09T01:10:45.300Z Downloaded indexmap v1.9.3
11282025-01-09T01:10:45.302Z Downloaded icu_provider v1.5.0
11292025-01-09T01:10:45.305Z Downloaded base64 v0.21.7
11302025-01-09T01:10:45.308Z Downloaded crypto-bigint v0.5.5
11312025-01-09T01:10:45.315Z Downloaded const_format v0.2.33
11322025-01-09T01:10:45.320Z Downloaded compact_str v0.8.0
11332025-01-09T01:10:45.323Z Downloaded cc v1.1.30
11342025-01-09T01:10:45.327Z Downloaded tokio-rustls v0.24.1
11352025-01-09T01:10:45.329Z Downloaded env_filter v0.1.2
11362025-01-09T01:10:45.332Z Downloaded mime_guess v2.0.5
11372025-01-09T01:10:45.334Z Downloaded memmap2 v0.9.5
11382025-01-09T01:10:45.335Z Downloaded wait-timeout v0.2.0
11392025-01-09T01:10:45.337Z Downloaded unicode-truncate v1.1.0
11402025-01-09T01:10:45.337Z Downloaded chacha20poly1305 v0.10.1
11412025-01-09T01:10:45.340Z Downloaded arc-swap v1.7.1
11422025-01-09T01:10:45.342Z Downloaded jobserver v0.1.32
11432025-01-09T01:10:45.345Z Downloaded serde-hex v0.1.0
11442025-01-09T01:10:45.345Z Downloaded salsa20 v0.10.2
11452025-01-09T01:10:45.347Z Downloaded supports-color v3.0.1
11462025-01-09T01:10:45.347Z Downloaded structmeta v0.3.0
11472025-01-09T01:10:45.350Z Downloaded async-trait v0.1.83
11482025-01-09T01:10:45.353Z Downloaded maybe-uninit v2.0.0
11492025-01-09T01:10:45.353Z Downloaded libefi-sys v0.1.0
11502025-01-09T01:10:45.355Z Downloaded ipnet v2.10.1
11512025-01-09T01:10:45.358Z Downloaded hyper-rustls v0.27.3
11522025-01-09T01:10:45.360Z Downloaded md5 v0.7.0
11532025-01-09T01:10:45.360Z Downloaded maplit v1.0.2
11542025-01-09T01:10:45.360Z Downloaded keccak v0.1.5
11552025-01-09T01:10:45.363Z Downloaded icu_locid_transform v1.5.0
11562025-01-09T01:10:45.366Z Downloaded hyper-staticfile v0.10.1
11572025-01-09T01:10:45.366Z Downloaded bzip2 v0.4.4
11582025-01-09T01:10:45.368Z Downloaded chacha20 v0.9.1
11592025-01-09T01:10:45.371Z Downloaded cassowary v0.3.0
11602025-01-09T01:10:45.371Z Downloaded ahash v0.8.11
11612025-01-09T01:10:45.374Z Downloaded async-bb8-diesel v0.2.1
11622025-01-09T01:10:45.376Z Downloaded argon2 v0.5.3
11632025-01-09T01:10:45.379Z Downloaded curve25519-dalek-derive v0.1.1
11642025-01-09T01:10:45.379Z Downloaded crc v3.2.1
11652025-01-09T01:10:45.382Z Downloaded chrono-tz-build v0.4.0
11662025-01-09T01:10:45.382Z Downloaded blowfish v0.9.1
11672025-01-09T01:10:45.384Z Downloaded base16ct v0.2.0
11682025-01-09T01:10:45.384Z Downloaded async-stream v0.3.6
11692025-01-09T01:10:45.387Z Downloaded arrayvec v0.7.6
11702025-01-09T01:10:45.390Z Downloaded constant_time_eq v0.3.1
11712025-01-09T01:10:45.393Z Downloaded bit-set v0.5.3
11722025-01-09T01:10:45.393Z Downloaded ciborium-io v0.2.2
11732025-01-09T01:10:45.542Z Downloaded libsqlite3-sys v0.30.1
11742025-01-09T01:10:45.682Z Downloaded ring v0.17.8
11752025-01-09T01:10:46.003Z Downloaded aws-lc-sys v0.22.0
11762025-01-09T01:10:46.330Z Compiling serde v1.0.215
11772025-01-09T01:10:46.339Z Compiling lock_api v0.4.12
11782025-01-09T01:10:46.339Z Compiling scopeguard v1.2.0
11792025-01-09T01:10:46.339Z Compiling value-bag v1.9.0
11802025-01-09T01:10:46.339Z Compiling typenum v1.17.0
11812025-01-09T01:10:46.339Z Compiling generic-array v0.14.7
11822025-01-09T01:10:46.501Z Compiling syn v2.0.87
11832025-01-09T01:10:46.514Z Compiling getrandom v0.2.15
11842025-01-09T01:10:46.650Z Compiling shlex v1.3.0
11852025-01-09T01:10:46.758Z Compiling rand_core v0.6.4
11862025-01-09T01:10:46.960Z Compiling log v0.4.22
11872025-01-09T01:10:47.061Z Compiling subtle v2.6.1
11882025-01-09T01:10:47.083Z Compiling jobserver v0.1.32
11892025-01-09T01:10:47.110Z Compiling smallvec v1.13.2
11902025-01-09T01:10:47.312Z Compiling const-oid v0.9.6
11912025-01-09T01:10:47.366Z Compiling spin v0.9.8
11922025-01-09T01:10:47.418Z Compiling pin-project-lite v0.2.14
11932025-01-09T01:10:47.494Z Compiling cc v1.1.30
11942025-01-09T01:10:47.549Z Compiling rustix v0.38.37
11952025-01-09T01:10:47.782Z Compiling parking_lot_core v0.9.10
11962025-01-09T01:10:47.853Z Compiling futures-core v0.3.31
11972025-01-09T01:10:48.029Z Compiling signal-hook-registry v1.4.2
11982025-01-09T01:10:48.108Z Compiling mio v1.0.2
11992025-01-09T01:10:48.449Z Compiling aho-corasick v1.1.3
12002025-01-09T01:10:48.809Z Compiling parking_lot v0.12.3
12012025-01-09T01:10:48.895Z Compiling regex-syntax v0.8.5
12022025-01-09T01:10:49.291Z Compiling either v1.13.0
12032025-01-09T01:10:49.324Z Compiling cpufeatures v0.2.14
12042025-01-09T01:10:49.327Z Compiling lazy_static v1.5.0
12052025-01-09T01:10:49.431Z Compiling futures-sink v0.3.31
12062025-01-09T01:10:49.477Z Compiling stable_deref_trait v1.2.0
12072025-01-09T01:10:49.595Z Compiling glob v0.3.1
12082025-01-09T01:10:49.690Z Compiling socket2 v0.5.7
12092025-01-09T01:10:49.783Z Compiling slab v0.4.9
12102025-01-09T01:10:49.804Z Compiling prettyplease v0.2.25
12112025-01-09T01:10:50.225Z Compiling minimal-lexical v0.2.1
12122025-01-09T01:10:50.302Z Compiling serde_json v1.0.133
12132025-01-09T01:10:50.659Z Compiling nom v7.1.3
12142025-01-09T01:10:50.702Z Compiling clang-sys v1.8.1
12152025-01-09T01:10:50.781Z Compiling libloading v0.8.5
12162025-01-09T01:10:51.043Z Compiling bindgen v0.69.5
12172025-01-09T01:10:51.227Z Compiling home v0.5.9
12182025-01-09T01:10:51.522Z Compiling itertools v0.12.1
12192025-01-09T01:10:51.927Z Compiling futures-channel v0.3.31
12202025-01-09T01:10:51.985Z Compiling lazycell v1.3.0
12212025-01-09T01:10:52.177Z Compiling allocator-api2 v0.2.18
12222025-01-09T01:10:52.356Z Compiling foldhash v0.1.3
12232025-01-09T01:10:52.648Z Compiling libm v0.2.8
12242025-01-09T01:10:52.978Z Compiling regex-automata v0.4.8
12252025-01-09T01:10:53.007Z Compiling futures-task v0.3.31
12262025-01-09T01:10:53.308Z Compiling rustc-hash v1.1.0
12272025-01-09T01:10:53.455Z Compiling pin-utils v0.1.0
12282025-01-09T01:10:53.551Z Compiling futures-io v0.3.31
12292025-01-09T01:10:53.865Z Compiling hashbrown v0.15.1
12302025-01-09T01:10:54.280Z Compiling synstructure v0.13.1
12312025-01-09T01:10:54.769Z Compiling cexpr v0.6.0
12322025-01-09T01:10:55.302Z Compiling cmake v0.1.51
12332025-01-09T01:10:56.080Z Compiling num-traits v0.2.19
12342025-01-09T01:10:56.098Z Compiling fs_extra v1.3.0
12352025-01-09T01:10:56.351Z Compiling dunce v1.0.5
12362025-01-09T01:10:56.371Z Compiling tinyvec_macros v0.1.1
12372025-01-09T01:10:56.466Z Compiling pkg-config v0.3.31
12382025-01-09T01:10:56.491Z Compiling tinyvec v1.8.0
12392025-01-09T01:10:56.833Z Compiling ring v0.17.8
12402025-01-09T01:10:58.001Z Compiling unicode-normalization v0.1.24
12412025-01-09T01:10:58.021Z Compiling litemap v0.7.3
12422025-01-09T01:10:58.052Z Compiling base64ct v1.6.0
12432025-01-09T01:10:58.055Z Compiling paste v1.0.15
12442025-01-09T01:10:58.426Z Compiling unicode-bidi v0.3.17
12452025-01-09T01:10:58.589Z Compiling regex v1.11.1
12462025-01-09T01:10:58.672Z Compiling writeable v0.5.5
12472025-01-09T01:10:59.195Z Compiling pem-rfc7468 v0.7.0
12482025-01-09T01:10:59.702Z Compiling flagset v0.4.6
12492025-01-09T01:10:59.731Z Compiling aws-lc-rs v1.10.0
12502025-01-09T01:10:59.908Z Compiling httparse v1.9.5
12512025-01-09T01:10:59.966Z Compiling tracing-core v0.1.32
12522025-01-09T01:11:00.183Z Compiling crossbeam-utils v0.8.20
12532025-01-09T01:11:00.736Z Compiling rustls-pki-types v1.10.0
12542025-01-09T01:11:00.767Z Compiling percent-encoding v2.3.1
12552025-01-09T01:11:01.099Z Compiling icu_locid_transform_data v1.5.0
12562025-01-09T01:11:01.207Z Compiling untrusted v0.9.0
12572025-01-09T01:11:01.268Z Compiling untrusted v0.7.1
12582025-01-09T01:11:01.377Z Compiling mirai-annotations v1.12.0
12592025-01-09T01:11:01.399Z Compiling serde_derive v1.0.215
12602025-01-09T01:11:01.433Z Compiling zeroize_derive v1.4.2
12612025-01-09T01:11:01.558Z Compiling zerocopy-derive v0.7.35
12622025-01-09T01:11:01.849Z Compiling tokio-macros v2.4.0
12632025-01-09T01:11:01.869Z Compiling zerofrom-derive v0.1.4
12642025-01-09T01:11:02.988Z Compiling zeroize v1.8.1
12652025-01-09T01:11:03.476Z Compiling thiserror-impl v1.0.69
12662025-01-09T01:11:03.646Z Compiling yoke-derive v0.7.4
12672025-01-09T01:11:03.891Z Compiling zerocopy v0.7.35
12682025-01-09T01:11:04.810Z Compiling crypto-common v0.1.6
12692025-01-09T01:11:05.050Z Compiling block-buffer v0.10.4
12702025-01-09T01:11:05.194Z Compiling zerovec-derive v0.10.3
12712025-01-09T01:11:05.323Z Compiling digest v0.10.7
12722025-01-09T01:11:05.543Z Compiling futures-macro v0.3.31
12732025-01-09T01:11:05.829Z Compiling hmac v0.12.1
12742025-01-09T01:11:06.117Z Compiling block-padding v0.3.3
12752025-01-09T01:11:06.157Z Compiling displaydoc v0.2.5
12762025-01-09T01:11:06.190Z Compiling zerofrom v0.1.4
12772025-01-09T01:11:06.348Z Compiling inout v0.1.3
12782025-01-09T01:11:06.437Z Compiling sha2 v0.10.8
12792025-01-09T01:11:06.637Z Compiling cipher v0.4.4
12802025-01-09T01:11:06.819Z Compiling yoke v0.7.4
12812025-01-09T01:11:07.017Z Compiling thiserror v1.0.69
12822025-01-09T01:11:07.137Z Compiling ppv-lite86 v0.2.20
12832025-01-09T01:11:07.157Z Compiling icu_provider_macros v1.5.0
12842025-01-09T01:11:07.211Z Compiling der_derive v0.7.3
12852025-01-09T01:11:07.535Z Compiling futures-util v0.3.31
12862025-01-09T01:11:07.898Z Compiling tracing-attributes v0.1.27
12872025-01-09T01:11:07.995Z Compiling zerovec v0.10.4
12882025-01-09T01:11:08.036Z Compiling rand_chacha v0.3.1
12892025-01-09T01:11:08.346Z Compiling pest v2.7.14
12902025-01-09T01:11:09.751Z Compiling der v0.7.9
12912025-01-09T01:11:10.020Z Compiling tinystr v0.7.6
12922025-01-09T01:11:10.398Z Compiling icu_locid v1.5.0
12932025-01-09T01:11:10.401Z Compiling icu_collections v1.5.0
12942025-01-09T01:11:10.480Z Compiling rand v0.8.5
12952025-01-09T01:11:11.557Z Compiling salsa20 v0.10.2
12962025-01-09T01:11:11.783Z Compiling icu_provider v1.5.0
12972025-01-09T01:11:11.805Z Compiling tracing v0.1.40
12982025-01-09T01:11:11.901Z Compiling spki v0.7.3
12992025-01-09T01:11:12.300Z Compiling pbkdf2 v0.12.2
13002025-01-09T01:11:12.340Z Compiling vcpkg v0.2.15
13012025-01-09T01:11:12.468Z Compiling icu_properties_data v1.5.0
13022025-01-09T01:11:12.655Z Compiling icu_locid_transform v1.5.0
13032025-01-09T01:11:12.731Z Compiling powerfmt v0.2.0
13042025-01-09T01:11:12.870Z Compiling time-core v0.1.2
13052025-01-09T01:11:12.926Z Compiling num-conv v0.1.0
13062025-01-09T01:11:13.044Z Compiling deranged v0.3.11
13072025-01-09T01:11:13.170Z Compiling scrypt v0.11.0
13082025-01-09T01:11:13.238Z Compiling pest_meta v2.7.14
13092025-01-09T01:11:13.257Z Compiling time-macros v0.2.18
13102025-01-09T01:11:13.754Z Compiling cbc v0.1.2
13112025-01-09T01:11:13.963Z Compiling icu_properties v1.5.1
13122025-01-09T01:11:14.004Z Compiling aes v0.8.4
13132025-01-09T01:11:14.588Z Compiling openssl-sys v0.9.103
13142025-01-09T01:11:15.468Z Compiling scroll_derive v0.12.0
13152025-01-09T01:11:16.438Z Compiling bitflags v2.6.0
13162025-01-09T01:11:16.693Z Compiling bytes v1.8.0
13172025-01-09T01:11:16.998Z Compiling indexmap v2.6.0
13182025-01-09T01:11:17.019Z Compiling semver v1.0.23
13192025-01-09T01:11:17.806Z Compiling tokio v1.40.0
13202025-01-09T01:11:18.020Z Compiling http v1.1.0
13212025-01-09T01:11:18.531Z Compiling rustc_version v0.4.1
13222025-01-09T01:11:18.550Z Compiling num_threads v0.1.7
13232025-01-09T01:11:18.687Z Compiling atomic-waker v1.1.2
13242025-01-09T01:11:18.884Z Compiling utf8_iter v1.0.4
13252025-01-09T01:11:18.928Z Compiling utf16_iter v1.0.5
13262025-01-09T01:11:19.018Z Compiling write16 v1.0.0
13272025-01-09T01:11:19.139Z Compiling icu_normalizer_data v1.5.0
13282025-01-09T01:11:19.139Z Compiling time v0.3.36
13292025-01-09T01:11:19.174Z Compiling scroll v0.12.0
13302025-01-09T01:11:19.237Z Compiling icu_normalizer v1.5.0
13312025-01-09T01:11:19.455Z Compiling pkcs5 v0.7.1
13322025-01-09T01:11:19.764Z Compiling http-body v1.0.1
13332025-01-09T01:11:20.025Z Compiling pest_generator v2.7.14
13342025-01-09T01:11:20.202Z Compiling form_urlencoded v1.2.1
13352025-01-09T01:11:20.555Z Compiling slog v2.7.0
13362025-01-09T01:11:20.577Z Compiling try-lock v0.2.5
13372025-01-09T01:11:20.730Z Compiling want v0.3.1
13382025-01-09T01:11:20.794Z Compiling goblin v0.8.2
13392025-01-09T01:11:21.021Z Compiling which v4.4.2
13402025-01-09T01:11:21.169Z Compiling idna_adapter v1.2.0
13412025-01-09T01:11:21.337Z Compiling pkcs8 v0.10.2
13422025-01-09T01:11:21.657Z Compiling uuid v1.11.0
13432025-01-09T01:11:22.046Z Compiling pest_derive v2.7.14
13442025-01-09T01:11:22.087Z Compiling httpdate v1.0.3
13452025-01-09T01:11:22.418Z Compiling iana-time-zone v0.1.61
13462025-01-09T01:11:22.584Z Compiling idna v1.0.3
13472025-01-09T01:11:22.853Z Compiling dtrace-parser v0.2.0
13482025-01-09T01:11:22.909Z Compiling chrono v0.4.38
13492025-01-09T01:11:23.919Z Compiling serde_spanned v0.6.8
13502025-01-09T01:11:24.171Z Compiling serde_tokenstream v0.2.2
13512025-01-09T01:11:24.498Z Compiling toml_datetime v0.6.8
13522025-01-09T01:11:24.574Z Compiling openssl v0.10.66
13532025-01-09T01:11:24.826Z Compiling match_cfg v0.1.0
13542025-01-09T01:11:24.931Z Compiling tower-service v0.3.3
13552025-01-09T01:11:25.020Z Compiling adler2 v2.0.0
13562025-01-09T01:11:25.057Z Compiling foreign-types-shared v0.1.1
13572025-01-09T01:11:25.060Z Compiling rustversion v1.0.17
13582025-01-09T01:11:25.099Z Compiling base64 v0.22.1
13592025-01-09T01:11:25.177Z Compiling miniz_oxide v0.8.0
13602025-01-09T01:11:25.229Z Compiling foreign-types v0.3.2
13612025-01-09T01:11:25.365Z Compiling hostname v0.3.1
13622025-01-09T01:11:25.645Z Compiling url v2.5.3
13632025-01-09T01:11:25.888Z Compiling async-trait v0.1.83
13642025-01-09T01:11:26.745Z Compiling tokio-util v0.7.12
13652025-01-09T01:11:26.748Z Compiling dof v0.3.0
13662025-01-09T01:11:27.273Z Compiling openssl-macros v0.1.1
13672025-01-09T01:11:27.698Z Compiling usdt-impl v0.5.0
13682025-01-09T01:11:28.064Z Compiling h2 v0.4.6
13692025-01-09T01:11:28.259Z Compiling serde_derive_internals v0.29.1
13702025-01-09T01:11:28.660Z Compiling dirs-sys-next v0.1.2
13712025-01-09T01:11:28.955Z Compiling data-encoding v2.6.0
13722025-01-09T01:11:29.310Z Compiling rustls v0.22.4
13732025-01-09T01:11:29.338Z Compiling rustls v0.23.19
13742025-01-09T01:11:29.579Z Compiling schemars v0.8.21
13752025-01-09T01:11:29.637Z Compiling syn v1.0.109
13762025-01-09T01:11:29.975Z Compiling native-tls v0.2.12
13772025-01-09T01:11:30.301Z Compiling siphasher v0.3.11
13782025-01-09T01:11:30.488Z Compiling dirs-next v2.0.0
13792025-01-09T01:11:31.117Z Compiling schemars_derive v0.8.21
13802025-01-09T01:11:31.412Z Compiling http-body-util v0.1.2
13812025-01-09T01:11:31.439Z Compiling heapless v0.7.17
13822025-01-09T01:11:31.884Z Compiling crossbeam-epoch v0.9.18
13832025-01-09T01:11:31.975Z Compiling signature v2.2.0
13842025-01-09T01:11:32.115Z Compiling sha1 v0.10.6
13852025-01-09T01:11:32.275Z Compiling bzip2-sys v0.1.11+1.0.8
13862025-01-09T01:11:32.580Z Compiling thread_local v1.1.8
13872025-01-09T01:11:32.694Z Compiling multer v3.1.0
13882025-01-09T01:11:32.768Z Compiling cookie v0.18.1
13892025-01-09T01:11:32.986Z Compiling encoding_rs v0.8.34
13902025-01-09T01:11:33.076Z Compiling rayon-core v1.12.1
13912025-01-09T01:11:33.153Z Compiling slog-async v2.8.0
13922025-01-09T01:11:33.354Z Compiling unicode-properties v0.1.3
13932025-01-09T01:11:33.709Z Compiling signal-hook v0.3.17
13942025-01-09T01:11:33.750Z Compiling openssl-probe v0.1.5
13952025-01-09T01:11:33.982Z Compiling mime v0.3.17
13962025-01-09T01:11:34.031Z Compiling gimli v0.31.1
13972025-01-09T01:11:34.111Z Compiling ipnet v2.10.1
13982025-01-09T01:11:34.628Z Compiling dyn-clone v1.0.17
13992025-01-09T01:11:34.647Z Compiling toml_edit v0.22.22
14002025-01-09T01:11:35.441Z Compiling hyper v1.5.0
14012025-01-09T01:11:38.301Z Compiling hyper-util v0.1.10
14022025-01-09T01:11:38.855Z Compiling addr2line v0.24.2
14032025-01-09T01:11:39.279Z Compiling stringprep v0.1.5
14042025-01-09T01:11:39.644Z Compiling crossbeam-deque v0.8.5
14052025-01-09T01:11:39.718Z Compiling usdt-attr-macro v0.5.0
14062025-01-09T01:11:39.741Z Compiling usdt-macro v0.5.0
14072025-01-09T01:11:39.985Z Compiling term v0.7.0
14082025-01-09T01:11:41.049Z Compiling slog-json v2.6.1
14092025-01-09T01:11:41.189Z Compiling serde_urlencoded v0.7.1
14102025-01-09T01:11:41.397Z Compiling curve25519-dalek v4.1.3
14112025-01-09T01:11:41.422Z Compiling crossbeam-channel v0.5.13
14122025-01-09T01:11:41.497Z Compiling futures-executor v0.3.31
14132025-01-09T01:11:41.550Z Compiling enum-as-inner v0.6.1
14142025-01-09T01:11:41.712Z Compiling md-5 v0.10.6
14152025-01-09T01:11:41.998Z Compiling async-stream-impl v0.3.6
14162025-01-09T01:11:42.036Z Compiling rustls-pemfile v2.2.0
14172025-01-09T01:11:42.090Z Compiling num-integer v0.1.46
14182025-01-09T01:11:42.394Z Compiling idna v0.4.0
14192025-01-09T01:11:42.574Z Compiling idna v0.3.0
14202025-01-09T01:11:42.689Z Compiling hash32 v0.2.1
14212025-01-09T01:11:42.822Z Compiling ff v0.13.0
14222025-01-09T01:11:43.043Z Compiling is-terminal v0.4.13
14232025-01-09T01:11:43.062Z Compiling object v0.36.5
14242025-01-09T01:11:43.089Z Compiling dropshot v0.12.0
14252025-01-09T01:11:43.169Z Compiling quick-error v1.2.3
14262025-01-09T01:11:43.315Z Compiling portable-atomic v1.9.0
14272025-01-09T01:11:43.385Z Compiling rustc-demangle v0.1.24
14282025-01-09T01:11:43.406Z Compiling smoltcp v0.9.1
14292025-01-09T01:11:44.074Z Compiling psl-types v2.0.11
14302025-01-09T01:11:44.127Z Compiling linked-hash-map v0.5.6
14312025-01-09T01:11:44.260Z Compiling num-bigint-dig v0.8.4
14322025-01-09T01:11:44.356Z Compiling fallible-iterator v0.2.0
14332025-01-09T01:11:44.378Z Compiling base16ct v0.2.0
14342025-01-09T01:11:44.397Z Compiling utf-8 v0.7.6
14352025-01-09T01:11:44.489Z Compiling take_mut v0.2.2
14362025-01-09T01:11:44.539Z Compiling anyhow v1.0.93
14372025-01-09T01:11:44.739Z Compiling tungstenite v0.24.0
14382025-01-09T01:11:44.759Z Compiling sec1 v0.7.3
14392025-01-09T01:11:45.105Z Compiling postgres-protocol v0.6.7
14402025-01-09T01:11:45.434Z Compiling lru-cache v0.1.2
14412025-01-09T01:11:45.666Z Compiling publicsuffix v2.2.3
14422025-01-09T01:11:45.828Z Compiling async-stream v0.3.6
14432025-01-09T01:11:45.928Z Compiling resolv-conf v0.7.0
14442025-01-09T01:11:45.949Z Compiling hickory-proto v0.24.1
14452025-01-09T01:11:46.151Z Compiling slog-term v2.9.1
14462025-01-09T01:11:46.484Z Compiling usdt v0.5.0
14472025-01-09T01:11:46.743Z Compiling group v0.13.0
14482025-01-09T01:11:47.075Z Compiling num-iter v0.1.45
14492025-01-09T01:11:47.211Z Compiling futures v0.3.31
14502025-01-09T01:11:47.276Z Compiling slog-bunyan v2.5.0
14512025-01-09T01:11:48.683Z Compiling camino v1.1.9
14522025-01-09T01:11:48.705Z Compiling tokio-native-tls v0.3.1
14532025-01-09T01:11:48.991Z Compiling toml v0.8.19
14542025-01-09T01:11:49.267Z Compiling phf_shared v0.11.2
14552025-01-09T01:11:49.366Z Compiling dropshot_endpoint v0.12.0
14562025-01-09T01:11:49.684Z Compiling terminal_size v0.4.0
14572025-01-09T01:11:49.705Z Compiling openapiv3 v2.0.0
14582025-01-09T01:11:49.914Z Compiling waitgroup v0.1.2
14592025-01-09T01:11:50.136Z Compiling serde_path_to_error v0.1.16
14602025-01-09T01:11:50.855Z Compiling backtrace v0.3.74
14612025-01-09T01:11:51.015Z Compiling hkdf v0.12.4
14622025-01-09T01:11:51.266Z Compiling crypto-bigint v0.5.5
14632025-01-09T01:11:51.376Z Compiling zerocopy-derive v0.6.6
14642025-01-09T01:11:53.775Z Compiling curve25519-dalek-derive v0.1.1
14652025-01-09T01:11:54.222Z Compiling webpki-roots v0.26.6
14662025-01-09T01:11:54.242Z Compiling idna v0.5.0
14672025-01-09T01:11:54.460Z Compiling hostname v0.4.0
14682025-01-09T01:11:54.588Z Compiling ahash v0.8.11
14692025-01-09T01:11:54.746Z Compiling crc32fast v1.4.2
14702025-01-09T01:11:54.948Z Compiling fs-err v2.11.0
14712025-01-09T01:11:55.107Z Compiling managed v0.8.0
14722025-01-09T01:11:55.131Z Compiling hubpack_derive v0.1.1
14732025-01-09T01:11:55.244Z Compiling newtype-uuid v1.1.3
14742025-01-09T01:11:55.391Z Compiling bitflags v1.3.2
14752025-01-09T01:11:55.501Z Compiling winnow v0.5.40
14762025-01-09T01:11:55.504Z Compiling debug-ignore v1.0.5
14772025-01-09T01:11:55.566Z Compiling strum_macros v0.25.3
14782025-01-09T01:11:55.967Z Compiling clap_builder v4.5.21
14792025-01-09T01:11:56.037Z Compiling hubpack v0.1.2
14802025-01-09T01:11:56.490Z Compiling console v0.15.8
14812025-01-09T01:11:57.715Z Compiling cookie_store v0.21.0
14822025-01-09T01:11:57.902Z Compiling flate2 v1.0.34
14832025-01-09T01:11:58.160Z Compiling elliptic-curve v0.13.8
14842025-01-09T01:11:58.897Z Compiling zerocopy v0.6.6
14852025-01-09T01:11:59.064Z Compiling toml_edit v0.19.15
14862025-01-09T01:11:59.444Z Compiling hickory-resolver v0.24.1
14872025-01-09T01:11:59.774Z Compiling phf v0.11.2
14882025-01-09T01:11:59.794Z Compiling hyper-tls v0.6.0
14892025-01-09T01:12:00.092Z Compiling signal-hook-mio v0.2.4
14902025-01-09T01:12:00.248Z Compiling rayon v1.10.0
14912025-01-09T01:12:00.266Z Compiling bzip2 v0.4.4
14922025-01-09T01:12:00.685Z Compiling postgres-types v0.2.8
14932025-01-09T01:12:02.269Z Compiling tokio-tungstenite v0.24.0
14942025-01-09T01:12:04.236Z Compiling ed25519 v2.2.3
14952025-01-09T01:12:04.798Z Compiling phf_shared v0.10.0
14962025-01-09T01:12:05.235Z Compiling tokio-stream v0.1.16
14972025-01-09T01:12:05.257Z Compiling pkcs1 v0.7.5
14982025-01-09T01:12:05.636Z Compiling serde-big-array v0.5.1
14992025-01-09T01:12:05.895Z Compiling clap_derive v4.5.18
15002025-01-09T01:12:06.207Z Compiling rfc6979 v0.4.0
15012025-01-09T01:12:06.275Z Compiling serde_repr v0.1.19
15022025-01-09T01:12:06.322Z Compiling derive-where v1.2.7
15032025-01-09T01:12:06.384Z Compiling float-cmp v0.9.0
15042025-01-09T01:12:06.387Z Compiling bstr v1.10.0
15052025-01-09T01:12:06.614Z Compiling sync_wrapper v1.0.1
15062025-01-09T01:12:06.780Z Compiling new_debug_unreachable v1.0.6
15072025-01-09T01:12:06.889Z Compiling predicates-core v1.0.8
15082025-01-09T01:12:07.262Z Compiling whoami v1.5.2
15092025-01-09T01:12:07.345Z Compiling number_prefix v0.4.0
15102025-01-09T01:12:07.517Z Compiling precomputed-hash v0.1.1
15112025-01-09T01:12:07.580Z Compiling normalize-line-endings v0.3.0
15122025-01-09T01:12:07.641Z Compiling static_assertions v1.1.0
15132025-01-09T01:12:07.710Z Compiling unicode-segmentation v1.12.0
15142025-01-09T01:12:07.747Z Compiling bit-vec v0.6.3
15152025-01-09T01:12:07.945Z Compiling difflib v0.4.0
15162025-01-09T01:12:08.211Z Compiling unicode-width v0.2.0
15172025-01-09T01:12:08.267Z Compiling fixedbitset v0.4.2
15182025-01-09T01:12:08.616Z Compiling petgraph v0.6.5
15192025-01-09T01:12:08.745Z Compiling indicatif v0.17.9
15202025-01-09T01:12:08.766Z Compiling similar v2.6.0
15212025-01-09T01:12:09.649Z Compiling predicates v3.1.2
15222025-01-09T01:12:10.126Z Compiling bit-set v0.5.3
15232025-01-09T01:12:10.434Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15242025-01-09T01:12:11.034Z Compiling string_cache v0.8.7
15252025-01-09T01:12:11.178Z Compiling clap v4.5.21
15262025-01-09T01:12:11.269Z Compiling tokio-postgres v0.7.12
15272025-01-09T01:12:11.307Z Compiling ecdsa v0.16.9
15282025-01-09T01:12:11.494Z Compiling rsa v0.9.6
15292025-01-09T01:12:11.515Z Compiling ed25519-dalek v2.1.1
15302025-01-09T01:12:12.203Z Compiling toml v0.7.8
15312025-01-09T01:12:12.872Z Compiling zip v0.6.6
15322025-01-09T01:12:12.891Z Compiling crossterm v0.28.1
15332025-01-09T01:12:14.983Z Compiling hex v0.4.3
15342025-01-09T01:12:15.051Z Compiling x509-cert v0.2.5
15352025-01-09T01:12:15.257Z Compiling itertools v0.10.5
15362025-01-09T01:12:15.631Z Compiling lalrpop-util v0.19.12
15372025-01-09T01:12:16.014Z Compiling unicode-xid v0.2.6
15382025-01-09T01:12:16.195Z Compiling peg-runtime v0.8.3
15392025-01-09T01:12:16.844Z Compiling strum_macros v0.26.4
15402025-01-09T01:12:16.898Z Compiling xattr v1.3.1
15412025-01-09T01:12:17.174Z Compiling filetime v0.2.25
15422025-01-09T01:12:17.517Z Compiling tar v0.4.42
15432025-01-09T01:12:22.245Z Compiling strum v0.26.3
15442025-01-09T01:12:24.302Z Compiling aws-lc-sys v0.22.0
15452025-01-09T01:12:52.775Z Compiling rustls-webpki v0.102.8
15462025-01-09T01:12:56.306Z Compiling tokio-rustls v0.25.0
15472025-01-09T01:12:58.063Z Compiling tokio-rustls v0.26.0
15482025-01-09T01:12:58.465Z Compiling hyper-rustls v0.27.3
15492025-01-09T01:12:58.765Z Compiling reqwest v0.12.9
15502025-01-09T01:12:59.937Z Compiling qorb v0.2.1
15512025-01-09T01:13:04.869Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15522025-01-09T01:13:05.104Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15532025-01-09T01:13:11.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
15542025-01-09T01:13:11.385Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15552025-01-09T01:13:11.435ZJan 09 01:13:10.936 INFO Starting download, target: Cockroach
15562025-01-09T01:13:11.435ZJan 09 01:13:10.936 INFO Starting download, target: Clickhouse
15572025-01-09T01:13:11.437ZJan 09 01:13:10.936 INFO Starting download, target: Console
15582025-01-09T01:13:11.437ZJan 09 01:13:10.936 INFO Starting download, target: DendriteOpenapi
15592025-01-09T01:13:11.437ZJan 09 01:13:10.936 INFO Starting download, target: DendriteStub
15602025-01-09T01:13:11.438ZJan 09 01:13:10.936 INFO Starting download, target: MaghemiteMgd
15612025-01-09T01:13:11.438ZJan 09 01:13:10.936 INFO Starting download, target: TransceiverControl
15622025-01-09T01:13:11.438ZJan 09 01:13:10.936 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15632025-01-09T01:13:11.438ZJan 09 01:13:10.936 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15642025-01-09T01:13:11.438ZJan 09 01:13:10.936 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15652025-01-09T01:13:11.438ZJan 09 01:13:10.937 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15662025-01-09T01:13:11.438ZJan 09 01:13:10.937 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15672025-01-09T01:13:11.438ZJan 09 01:13:10.937 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15682025-01-09T01:13:11.438ZJan 09 01:13:10.937 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15692025-01-09T01:13:11.658ZJan 09 01:13:11.151 INFO Download complete, target: DendriteOpenapi
15702025-01-09T01:13:11.899ZJan 09 01:13:11.367 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15712025-01-09T01:13:12.104ZJan 09 01:13:11.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15722025-01-09T01:13:12.266ZJan 09 01:13:11.740 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15732025-01-09T01:13:12.382ZJan 09 01:13:11.875 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15742025-01-09T01:13:12.427ZJan 09 01:13:11.921 INFO Download complete, target: Console
15752025-01-09T01:13:12.552ZJan 09 01:13:12.053 INFO Download complete, target: TransceiverControl
15762025-01-09T01:13:12.993ZJan 09 01:13:12.494 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15772025-01-09T01:13:12.993ZJan 09 01:13:12.494 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15782025-01-09T01:13:13.384ZJan 09 01:13:12.885 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15792025-01-09T01:13:15.164ZJan 09 01:13:14.665 INFO Download complete, target: MaghemiteMgd
15802025-01-09T01:13:15.287ZJan 09 01:13:14.779 INFO Download complete, target: DendriteStub
15812025-01-09T01:13:20.584ZJan 09 01:13:20.085 INFO Checking that binary works, target: Cockroach
15822025-01-09T01:13:20.750ZJan 09 01:13:20.250 INFO Download complete, target: Cockroach
15832025-01-09T01:13:25.894ZJan 09 01:13:25.394 INFO Checking that binary works, target: Clickhouse
15842025-01-09T01:13:26.411ZJan 09 01:13:25.908 INFO Download complete, target: Clickhouse
15852025-01-09T01:13:26.431ZAll builder prerequisites installed successfully, and PATH looks valid
15862025-01-09T01:13:26.435Z
15872025-01-09T01:13:26.435Zreal 5:03.516240820
15882025-01-09T01:13:26.435Zuser 16:51.314976309
15892025-01-09T01:13:26.435Zsys 3:19.293672623
15902025-01-09T01:13:26.435Ztrap 0.553982392
15912025-01-09T01:13:26.435Ztflt 1.788826567
15922025-01-09T01:13:26.435Zdflt 2.589722341
15932025-01-09T01:13:26.435Zkflt 0.186986145
15942025-01-09T01:13:26.435Zlock 30:01.191642601
15952025-01-09T01:13:26.435Zslp 1:02:56.378475771
15962025-01-09T01:13:26.435Zlat 57.926461829
15972025-01-09T01:13:26.435Zstop 2:26.326342960
15982025-01-09T01:13:26.435Z+ banner hack-check
15992025-01-09T01:13:26.435Z
16002025-01-09T01:13:26.435Z # # ## #### # # #### # # ###### #### # #
16012025-01-09T01:13:26.435Z # # # # # # # # # # # # # # # # #
16022025-01-09T01:13:26.435Z ###### # # # #### ##### # ###### ##### # ####
16032025-01-09T01:13:26.435Z # # ###### # # # # # # # # # #
16042025-01-09T01:13:26.435Z # # # # # # # # # # # # # # # # #
16052025-01-09T01:13:26.435Z # # # # #### # # #### # # ###### #### # #
16062025-01-09T01:13:26.435Z
16072025-01-09T01:13:26.435Z+ export CARGO_INCREMENTAL=0
16082025-01-09T01:13:26.435Z+ CARGO_INCREMENTAL=0
16092025-01-09T01:13:26.435Z+ ptime -m timeout 2h cargo xtask check-features --ci
16102025-01-09T01:13:26.979Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16112025-01-09T01:13:30.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
16122025-01-09T01:13:30.599Z Running `target/debug/xtask check-features --ci`
16132025-01-09T01:13:30.622Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16142025-01-09T01:13:30.622Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16152025-01-09T01:13:31.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16162025-01-09T01:13:31.104Z Running `target/debug/xtask download cargo-hack`
16172025-01-09T01:13:31.953Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16182025-01-09T01:13:32.326Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16192025-01-09T01:13:37.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
16202025-01-09T01:13:37.668Z Running `target/debug/xtask-downloader cargo-hack`
16212025-01-09T01:13:37.706ZJan 09 01:13:37.204 INFO Starting download, target: CargoHack
16222025-01-09T01:13:37.712ZJan 09 01:13:37.205 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16232025-01-09T01:13:38.477ZJan 09 01:13:37.975 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16242025-01-09T01:13:38.569ZJan 09 01:13:38.068 INFO Download complete, target: CargoHack
16252025-01-09T01:13:38.574Zrunning: "/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"
16262025-01-09T01:13:38.590Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16272025-01-09T01:13:38.763Zinfo: running `cargo check --bins` on api_identity (1/176)
16282025-01-09T01:13:39.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292025-01-09T01:13:39.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302025-01-09T01:13:39.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312025-01-09T01:13:39.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16322025-01-09T01:13:39.382Z
16332025-01-09T01:13:39.382Zinfo: running `cargo check --bins` on bootstore (2/176)
16342025-01-09T01:13:39.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352025-01-09T01:13:39.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362025-01-09T01:13:39.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372025-01-09T01:13:39.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16382025-01-09T01:13:40.039Z
16392025-01-09T01:13:40.039Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16402025-01-09T01:13:40.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412025-01-09T01:13:40.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422025-01-09T01:13:40.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432025-01-09T01:13:40.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16442025-01-09T01:13:40.689Z
16452025-01-09T01:13:40.689Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16462025-01-09T01:13:41.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472025-01-09T01:13:41.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482025-01-09T01:13:41.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492025-01-09T01:13:41.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16502025-01-09T01:13:41.312Z
16512025-01-09T01:13:41.312Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16522025-01-09T01:13:41.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532025-01-09T01:13:41.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542025-01-09T01:13:41.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552025-01-09T01:13:41.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16562025-01-09T01:13:41.748Z
16572025-01-09T01:13:41.749Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16582025-01-09T01:13:42.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592025-01-09T01:13:42.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602025-01-09T01:13:42.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612025-01-09T01:13:42.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16622025-01-09T01:13:42.178Z
16632025-01-09T01:13:42.178Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16642025-01-09T01:13:42.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652025-01-09T01:13:42.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662025-01-09T01:13:42.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672025-01-09T01:13:42.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16682025-01-09T01:13:42.616Z
16692025-01-09T01:13:42.616Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16702025-01-09T01:13:43.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712025-01-09T01:13:46.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722025-01-09T01:13:46.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732025-01-09T01:13:46.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16742025-01-09T01:13:46.201Z
16752025-01-09T01:13:46.201Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16762025-01-09T01:13:46.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772025-01-09T01:13:46.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782025-01-09T01:13:46.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792025-01-09T01:13:46.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16802025-01-09T01:13:46.202Z
16812025-01-09T01:13:46.202Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16822025-01-09T01:13:46.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832025-01-09T01:13:46.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842025-01-09T01:13:46.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852025-01-09T01:13:46.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16862025-01-09T01:13:46.204Z
16872025-01-09T01:13:46.204Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16882025-01-09T01:13:46.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892025-01-09T01:13:46.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902025-01-09T01:13:46.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912025-01-09T01:13:46.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16922025-01-09T01:13:46.204Z
16932025-01-09T01:13:46.204Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16942025-01-09T01:13:46.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952025-01-09T01:13:46.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962025-01-09T01:13:46.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972025-01-09T01:13:46.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16982025-01-09T01:13:46.205Z
16992025-01-09T01:13:46.205Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
17002025-01-09T01:13:46.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012025-01-09T01:13:46.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022025-01-09T01:13:46.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032025-01-09T01:13:46.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17042025-01-09T01:13:46.205Z
17052025-01-09T01:13:46.206Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17062025-01-09T01:13:46.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072025-01-09T01:13:46.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082025-01-09T01:13:46.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092025-01-09T01:13:46.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17102025-01-09T01:13:46.206Z
17112025-01-09T01:13:46.206Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17122025-01-09T01:13:46.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132025-01-09T01:13:46.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142025-01-09T01:13:46.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152025-01-09T01:13:46.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17162025-01-09T01:13:46.206Z
17172025-01-09T01:13:46.206Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17182025-01-09T01:13:46.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192025-01-09T01:13:46.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202025-01-09T01:13:46.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212025-01-09T01:13:46.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17222025-01-09T01:13:46.560Z
17232025-01-09T01:13:46.560Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17242025-01-09T01:13:46.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252025-01-09T01:13:46.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262025-01-09T01:13:46.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272025-01-09T01:13:46.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17282025-01-09T01:13:46.998Z
17292025-01-09T01:13:46.998Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17302025-01-09T01:13:47.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312025-01-09T01:13:47.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322025-01-09T01:13:47.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332025-01-09T01:13:47.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17342025-01-09T01:13:47.437Z
17352025-01-09T01:13:47.437Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17362025-01-09T01:13:47.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372025-01-09T01:13:47.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382025-01-09T01:13:47.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392025-01-09T01:13:47.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17402025-01-09T01:13:47.878Z
17412025-01-09T01:13:47.878Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17422025-01-09T01:13:48.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432025-01-09T01:13:48.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442025-01-09T01:13:48.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452025-01-09T01:13:48.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17462025-01-09T01:13:48.324Z
17472025-01-09T01:13:48.324Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17482025-01-09T01:13:48.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492025-01-09T01:13:48.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502025-01-09T01:13:48.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512025-01-09T01:13:48.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17522025-01-09T01:13:48.763Z
17532025-01-09T01:13:48.764Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17542025-01-09T01:13:49.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-01-09T01:13:49.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-01-09T01:13:49.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-01-09T01:13:49.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17582025-01-09T01:13:49.216Z
17592025-01-09T01:13:49.217Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17602025-01-09T01:13:49.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-01-09T01:13:49.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-01-09T01:13:49.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-01-09T01:13:49.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17642025-01-09T01:13:49.667Z
17652025-01-09T01:13:49.667Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17662025-01-09T01:13:50.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-01-09T01:13:50.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-01-09T01:13:50.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-01-09T01:13:50.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17702025-01-09T01:13:50.107Z
17712025-01-09T01:13:50.107Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17722025-01-09T01:13:50.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-01-09T01:13:50.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-01-09T01:13:50.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-01-09T01:13:50.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17762025-01-09T01:13:50.760Z
17772025-01-09T01:13:50.760Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17782025-01-09T01:13:51.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-01-09T01:13:51.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-01-09T01:13:51.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-01-09T01:13:51.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17822025-01-09T01:13:51.408Z
17832025-01-09T01:13:51.408Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17842025-01-09T01:13:51.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-01-09T01:13:51.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-01-09T01:13:51.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-01-09T01:13:51.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17882025-01-09T01:13:52.051Z
17892025-01-09T01:13:52.051Zinfo: running `cargo check --bins` on oxlog (28/176)
17902025-01-09T01:13:52.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-01-09T01:13:52.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-01-09T01:13:52.674Z Checking cfg-if v1.0.0
17932025-01-09T01:13:52.676Z Checking libc v0.2.162
17942025-01-09T01:13:52.784Z Checking serde v1.0.215
17952025-01-09T01:13:52.786Z Checking zeroize v1.8.1
17962025-01-09T01:13:52.801Z Checking memchr v2.7.4
17972025-01-09T01:13:52.803Z Checking typenum v1.17.0
17982025-01-09T01:13:52.811Z Checking scopeguard v1.2.0
17992025-01-09T01:13:52.839Z Checking subtle v2.6.1
18002025-01-09T01:13:52.855Z Checking value-bag v1.9.0
18012025-01-09T01:13:52.938Z Checking lock_api v0.4.12
18022025-01-09T01:13:53.088Z Checking const-oid v0.9.6
18032025-01-09T01:13:53.254Z Checking log v0.4.22
18042025-01-09T01:13:53.329Z Checking itoa v1.0.11
18052025-01-09T01:13:53.544Z Checking smallvec v1.13.2
18062025-01-09T01:13:53.644Z Checking pin-project-lite v0.2.14
18072025-01-09T01:13:53.733Z Checking byteorder v1.5.0
18082025-01-09T01:13:53.774Z Checking getrandom v0.2.15
18092025-01-09T01:13:53.790Z Checking futures-core v0.3.31
18102025-01-09T01:13:53.871Z Checking parking_lot_core v0.9.10
18112025-01-09T01:13:53.964Z Checking signal-hook-registry v1.4.2
18122025-01-09T01:13:53.980Z Checking rand_core v0.6.4
18132025-01-09T01:13:54.004Z Checking once_cell v1.20.2
18142025-01-09T01:13:54.156Z Checking mio v1.0.2
18152025-01-09T01:13:54.172Z Checking cpufeatures v0.2.14
18162025-01-09T01:13:54.185Z Checking parking_lot v0.12.3
18172025-01-09T01:13:54.257Z Checking stable_deref_trait v1.2.0
18182025-01-09T01:13:54.270Z Checking futures-sink v0.3.31
18192025-01-09T01:13:54.284Z Checking socket2 v0.5.7
18202025-01-09T01:13:54.350Z Checking spin v0.9.8
18212025-01-09T01:13:54.397Z Checking zerocopy v0.7.35
18222025-01-09T01:13:54.534Z Checking slab v0.4.9
18232025-01-09T01:13:54.659Z Checking zerofrom v0.1.4
18242025-01-09T01:13:54.713Z Checking futures-channel v0.3.31
18252025-01-09T01:13:54.754Z Checking futures-io v0.3.31
18262025-01-09T01:13:54.781Z Checking foldhash v0.1.3
18272025-01-09T01:13:54.800Z Checking pin-utils v0.1.0
18282025-01-09T01:13:54.835Z Checking yoke v0.7.4
18292025-01-09T01:13:54.881Z Checking futures-task v0.3.31
18302025-01-09T01:13:54.904Z Checking equivalent v1.0.1
18312025-01-09T01:13:54.987Z Checking allocator-api2 v0.2.18
18322025-01-09T01:13:55.003Z Checking ryu v1.0.18
18332025-01-09T01:13:55.043Z Checking tinyvec_macros v0.1.1
18342025-01-09T01:13:55.116Z Checking futures-util v0.3.31
18352025-01-09T01:13:55.134Z Checking tinyvec v1.8.0
18362025-01-09T01:13:55.165Z Checking zerovec v0.10.4
18372025-01-09T01:13:55.232Z Checking fnv v1.0.7
18382025-01-09T01:13:55.360Z Checking libm v0.2.8
18392025-01-09T01:13:55.620Z Checking hashbrown v0.15.1
18402025-01-09T01:13:55.858Z Checking base64ct v1.6.0
18412025-01-09T01:13:56.182Z Checking litemap v0.7.3
18422025-01-09T01:13:56.225Z Checking unicode-normalization v0.1.24
18432025-01-09T01:13:56.319Z Checking writeable v0.5.5
18442025-01-09T01:13:56.539Z Checking unicode-bidi v0.3.17
18452025-01-09T01:13:56.642Z Checking pem-rfc7468 v0.7.0
18462025-01-09T01:13:56.654Z Checking num-traits v0.2.19
18472025-01-09T01:13:56.760Z Checking tinystr v0.7.6
18482025-01-09T01:13:56.881Z Checking ppv-lite86 v0.2.20
18492025-01-09T01:13:57.114Z Checking icu_locid v1.5.0
18502025-01-09T01:13:57.126Z Checking flagset v0.4.6
18512025-01-09T01:13:57.190Z Checking tracing-core v0.1.32
18522025-01-09T01:13:57.291Z Checking thiserror v1.0.69
18532025-01-09T01:13:57.327Z Checking generic-array v0.14.7
18542025-01-09T01:13:57.389Z Checking bytes v1.8.0
18552025-01-09T01:13:57.529Z Checking indexmap v2.6.0
18562025-01-09T01:13:57.671Z Checking serde_json v1.0.133
18572025-01-09T01:13:57.843Z Checking rand_chacha v0.3.1
18582025-01-09T01:13:58.207Z Checking icu_provider v1.5.0
18592025-01-09T01:13:58.232Z Checking tokio v1.40.0
18602025-01-09T01:13:58.262Z Checking http v1.1.0
18612025-01-09T01:13:58.308Z Checking bitflags v2.6.0
18622025-01-09T01:13:58.512Z Checking crypto-common v0.1.6
18632025-01-09T01:13:58.563Z Checking block-buffer v0.10.4
18642025-01-09T01:13:58.707Z Checking block-padding v0.3.3
18652025-01-09T01:13:58.735Z Checking der v0.7.9
18662025-01-09T01:13:58.783Z Checking digest v0.10.7
18672025-01-09T01:13:58.850Z Checking rustls-pki-types v1.10.0
18682025-01-09T01:13:58.906Z Checking inout v0.1.3
18692025-01-09T01:13:59.141Z Checking cipher v0.4.4
18702025-01-09T01:13:59.160Z Checking hmac v0.12.1
18712025-01-09T01:13:59.368Z Checking sha2 v0.10.8
18722025-01-09T01:13:59.435Z Checking percent-encoding v2.3.1
18732025-01-09T01:13:59.492Z Checking icu_locid_transform_data v1.5.0
18742025-01-09T01:13:59.551Z Checking salsa20 v0.10.2
18752025-01-09T01:13:59.586Z Checking icu_locid_transform v1.5.0
18762025-01-09T01:13:59.633Z Checking pbkdf2 v0.12.2
18772025-01-09T01:13:59.654Z Checking rand v0.8.5
18782025-01-09T01:13:59.774Z Checking tracing v0.1.40
18792025-01-09T01:13:59.790Z Checking icu_collections v1.5.0
18802025-01-09T01:13:59.950Z Checking aws-lc-sys v0.22.0
18812025-01-09T01:14:00.061Z Checking httparse v1.9.5
18822025-01-09T01:14:00.108Z Checking powerfmt v0.2.0
18832025-01-09T01:14:00.400Z Checking untrusted v0.9.0
18842025-01-09T01:14:00.504Z Checking icu_properties_data v1.5.0
18852025-01-09T01:14:00.526Z Checking untrusted v0.7.1
18862025-01-09T01:14:00.558Z Checking mirai-annotations v1.12.0
18872025-01-09T01:14:00.602Z Checking spki v0.7.3
18882025-01-09T01:14:00.618Z Checking ring v0.17.8
18892025-01-09T01:14:00.698Z Checking deranged v0.3.11
18902025-01-09T01:14:00.729Z Checking scrypt v0.11.0
18912025-01-09T01:14:00.746Z Checking icu_properties v1.5.1
18922025-01-09T01:14:00.886Z Checking aes v0.8.4
18932025-01-09T01:14:00.927Z Checking cbc v0.1.2
18942025-01-09T01:14:00.950Z Checking crossbeam-utils v0.8.20
18952025-01-09T01:14:01.134Z Checking icu_normalizer_data v1.5.0
18962025-01-09T01:14:01.238Z Checking num-conv v0.1.0
18972025-01-09T01:14:01.493Z Checking utf16_iter v1.0.5
18982025-01-09T01:14:01.635Z Checking num_threads v0.1.7
18992025-01-09T01:14:01.666Z Checking time-core v0.1.2
19002025-01-09T01:14:01.748Z Checking write16 v1.0.0
19012025-01-09T01:14:01.812Z Checking atomic-waker v1.1.2
19022025-01-09T01:14:01.827Z Checking utf8_iter v1.0.4
19032025-01-09T01:14:01.876Z Checking pkcs5 v0.7.1
19042025-01-09T01:14:01.947Z Checking http-body v1.0.1
19052025-01-09T01:14:02.020Z Checking form_urlencoded v1.2.1
19062025-01-09T01:14:02.153Z Checking try-lock v0.2.5
19072025-01-09T01:14:02.230Z Checking uuid v1.11.0
19082025-01-09T01:14:02.290Z Checking want v0.3.1
19092025-01-09T01:14:02.400Z Checking pkcs8 v0.10.2
19102025-01-09T01:14:02.473Z Checking httpdate v1.0.3
19112025-01-09T01:14:02.494Z Checking time v0.3.36
19122025-01-09T01:14:02.525Z Checking unicode-ident v1.0.13
19132025-01-09T01:14:02.620Z Checking aws-lc-rs v1.10.0
19142025-01-09T01:14:02.695Z Checking proc-macro2 v1.0.89
19152025-01-09T01:14:02.713Z Checking serde_spanned v0.6.8
19162025-01-09T01:14:02.729Z Checking toml_datetime v0.6.8
19172025-01-09T01:14:02.812Z Checking slog v2.7.0
19182025-01-09T01:14:02.888Z Checking scroll v0.12.0
19192025-01-09T01:14:03.007Z Checking plain v0.2.3
19202025-01-09T01:14:03.164Z Checking ucd-trie v0.1.7
19212025-01-09T01:14:03.276Z Checking base64 v0.22.1
19222025-01-09T01:14:03.364Z Checking foreign-types-shared v0.1.1
19232025-01-09T01:14:03.381Z Checking adler2 v2.0.0
19242025-01-09T01:14:03.381Z Checking match_cfg v0.1.0
19252025-01-09T01:14:03.476Z Checking tower-service v0.3.3
19262025-01-09T01:14:03.492Z Checking iana-time-zone v0.1.61
19272025-01-09T01:14:03.543Z Checking miniz_oxide v0.8.0
19282025-01-09T01:14:03.602Z Checking hostname v0.3.1
19292025-01-09T01:14:03.636Z Checking chrono v0.4.38
19302025-01-09T01:14:03.739Z Checking foreign-types v0.3.2
19312025-01-09T01:14:03.760Z Checking quote v1.0.37
19322025-01-09T01:14:03.835Z Checking goblin v0.8.2
19332025-01-09T01:14:04.100Z Checking pest v2.7.14
19342025-01-09T01:14:04.159Z Checking icu_normalizer v1.5.0
19352025-01-09T01:14:04.302Z Checking openssl-sys v0.9.103
19362025-01-09T01:14:04.421Z Checking rustls-webpki v0.102.8
19372025-01-09T01:14:04.989Z Checking idna_adapter v1.2.0
19382025-01-09T01:14:05.026Z Checking dirs-sys-next v0.1.2
19392025-01-09T01:14:05.202Z Checking errno v0.3.9
19402025-01-09T01:14:05.223Z Checking idna v1.0.3
19412025-01-09T01:14:05.265Z Checking aho-corasick v1.1.3
19422025-01-09T01:14:05.378Z Checking pretty-hex v0.4.1
19432025-01-09T01:14:05.552Z Compiling newtype-uuid v1.1.3
19442025-01-09T01:14:05.659Z Checking siphasher v0.3.11
19452025-01-09T01:14:05.713Z Checking url v2.5.3
19462025-01-09T01:14:05.732Z Checking tokio-util v0.7.12
19472025-01-09T01:14:05.754Z Checking data-encoding v2.6.0
19482025-01-09T01:14:05.816Z Checking regex-syntax v0.8.5
19492025-01-09T01:14:05.973Z Checking openssl v0.10.66
19502025-01-09T01:14:06.450Z Checking rustix v0.38.37
19512025-01-09T01:14:06.581Z Checking dirs-next v2.0.0
19522025-01-09T01:14:06.603Z Checking dtrace-parser v0.2.0
19532025-01-09T01:14:06.644Z Checking h2 v0.4.6
19542025-01-09T01:14:06.712Z Checking syn v2.0.87
19552025-01-09T01:14:06.983Z Checking http-body-util v0.1.2
19562025-01-09T01:14:07.069Z Checking crossbeam-epoch v0.9.18
19572025-01-09T01:14:07.459Z Checking signature v2.2.0
19582025-01-09T01:14:07.513Z Checking sha1 v0.10.6
19592025-01-09T01:14:07.657Z Checking lazy_static v1.5.0
19602025-01-09T01:14:07.777Z Checking thread_local v1.1.8
19612025-01-09T01:14:07.799Z Checking thread-id v4.2.2
19622025-01-09T01:14:07.908Z Checking encoding_rs v0.8.34
19632025-01-09T01:14:08.042Z Checking openssl-probe v0.1.5
19642025-01-09T01:14:08.203Z Checking anstyle v1.0.10
19652025-01-09T01:14:08.579Z Checking unicode-properties v0.1.3
19662025-01-09T01:14:08.854Z Checking dof v0.3.0
19672025-01-09T01:14:08.961Z Checking mime v0.3.17
19682025-01-09T01:14:09.067Z Checking regex-automata v0.4.8
19692025-01-09T01:14:09.283Z Checking either v1.13.0
19702025-01-09T01:14:09.506Z Checking gimli v0.31.1
19712025-01-09T01:14:09.700Z Checking ipnet v2.10.1
19722025-01-09T01:14:10.022Z Checking utf8parse v0.2.2
19732025-01-09T01:14:10.184Z Checking winnow v0.6.20
19742025-01-09T01:14:10.208Z Checking anstyle-parse v0.2.5
19752025-01-09T01:14:10.370Z Checking stringprep v0.1.5
19762025-01-09T01:14:10.478Z Checking crossbeam-deque v0.8.5
19772025-01-09T01:14:10.659Z Checking term v0.7.0
19782025-01-09T01:14:10.819Z Checking rustls v0.22.4
19792025-01-09T01:14:11.108Z Checking rustls v0.23.19
19802025-01-09T01:14:11.420Z Checking native-tls v0.2.12
19812025-01-09T01:14:11.759Z Checking slog-json v2.6.1
19822025-01-09T01:14:12.021Z Checking serde_urlencoded v0.7.1
19832025-01-09T01:14:12.467Z Checking crossbeam-channel v0.5.13
19842025-01-09T01:14:13.007Z Checking hyper v1.5.0
19852025-01-09T01:14:13.192Z Checking futures-executor v0.3.31
19862025-01-09T01:14:13.207Z Checking toml_edit v0.22.22
19872025-01-09T01:14:13.238Z Checking usdt-impl v0.5.0
19882025-01-09T01:14:13.408Z Checking rustls-pemfile v2.2.0
19892025-01-09T01:14:13.588Z Checking addr2line v0.24.2
19902025-01-09T01:14:13.629Z Checking md-5 v0.10.6
19912025-01-09T01:14:13.757Z Checking num-integer v0.1.46
19922025-01-09T01:14:13.807Z Checking idna v0.4.0
19932025-01-09T01:14:13.852Z Checking idna v0.3.0
19942025-01-09T01:14:14.099Z Checking ff v0.13.0
19952025-01-09T01:14:14.233Z Checking hash32 v0.2.1
19962025-01-09T01:14:14.315Z Checking is-terminal v0.4.13
19972025-01-09T01:14:14.432Z Checking memmap v0.7.0
19982025-01-09T01:14:14.539Z Checking object v0.36.5
19992025-01-09T01:14:14.576Z Checking quick-error v1.2.3
20002025-01-09T01:14:14.643Z Checking utf-8 v0.7.6
20012025-01-09T01:14:14.660Z Checking dyn-clone v1.0.17
20022025-01-09T01:14:14.705Z Checking anstyle-query v1.1.1
20032025-01-09T01:14:14.730Z Checking rustc-demangle v0.1.24
20042025-01-09T01:14:14.804Z Checking psl-types v2.0.11
20052025-01-09T01:14:14.830Z Checking linked-hash-map v0.5.6
20062025-01-09T01:14:14.844Z Checking is_terminal_polyfill v1.70.1
20072025-01-09T01:14:14.963Z Checking fallible-iterator v0.2.0
20082025-01-09T01:14:15.000Z Checking take_mut v0.2.2
20092025-01-09T01:14:15.146Z Checking base16ct v0.2.0
20102025-01-09T01:14:15.148Z Checking hyper-util v0.1.10
20112025-01-09T01:14:15.179Z Checking colorchoice v1.0.2
20122025-01-09T01:14:15.194Z Checking lru-cache v0.1.2
20132025-01-09T01:14:15.305Z Checking anstream v0.6.15
20142025-01-09T01:14:15.339Z Checking sec1 v0.7.3
20152025-01-09T01:14:15.383Z Checking slog-async v2.8.0
20162025-01-09T01:14:15.595Z Checking postgres-protocol v0.6.7
20172025-01-09T01:14:15.676Z Checking publicsuffix v2.2.3
20182025-01-09T01:14:15.679Z Checking tungstenite v0.24.0
20192025-01-09T01:14:15.707Z Checking schemars v0.8.21
20202025-01-09T01:14:15.825Z Checking toml v0.8.19
20212025-01-09T01:14:15.911Z Checking resolv-conf v0.7.0
20222025-01-09T01:14:16.258Z Checking hickory-proto v0.24.1
20232025-01-09T01:14:16.261Z Checking usdt v0.5.0
20242025-01-09T01:14:16.543Z Checking tokio-rustls v0.25.0
20252025-01-09T01:14:16.579Z Checking heapless v0.7.17
20262025-01-09T01:14:16.648Z Checking slog-term v2.9.1
20272025-01-09T01:14:16.767Z Checking tokio-rustls v0.26.0
20282025-01-09T01:14:16.961Z Checking group v0.13.0
20292025-01-09T01:14:17.150Z Checking num-iter v0.1.45
20302025-01-09T01:14:17.189Z Checking futures v0.3.31
20312025-01-09T01:14:17.212Z Checking slog-bunyan v2.5.0
20322025-01-09T01:14:17.249Z Checking tokio-native-tls v0.3.1
20332025-01-09T01:14:17.305Z Checking rayon-core v1.12.1
20342025-01-09T01:14:17.322Z Checking multer v3.1.0
20352025-01-09T01:14:17.343Z Checking terminal_size v0.4.0
20362025-01-09T01:14:17.499Z Checking phf_shared v0.11.2
20372025-01-09T01:14:17.515Z Checking cookie v0.18.1
20382025-01-09T01:14:17.577Z Checking async-stream v0.3.6
20392025-01-09T01:14:17.643Z Checking bzip2-sys v0.1.11+1.0.8
20402025-01-09T01:14:17.729Z Checking camino v1.1.9
20412025-01-09T01:14:17.772Z Checking waitgroup v0.1.2
20422025-01-09T01:14:17.774Z Checking signal-hook v0.3.17
20432025-01-09T01:14:17.799Z Checking openapiv3 v2.0.0
20442025-01-09T01:14:17.911Z Checking webpki-roots v0.26.6
20452025-01-09T01:14:17.967Z Checking hkdf v0.12.4
20462025-01-09T01:14:17.991Z Checking crypto-bigint v0.5.5
20472025-01-09T01:14:18.106Z Checking serde_path_to_error v0.1.16
20482025-01-09T01:14:18.121Z Checking idna v0.5.0
20492025-01-09T01:14:18.176Z Checking hostname v0.4.0
20502025-01-09T01:14:18.287Z Checking crc32fast v1.4.2
20512025-01-09T01:14:18.308Z Checking debug-ignore v1.0.5
20522025-01-09T01:14:18.451Z Checking clap_lex v0.7.2
20532025-01-09T01:14:18.533Z Checking winnow v0.5.40
20542025-01-09T01:14:18.694Z Checking unicode-width v0.1.14
20552025-01-09T01:14:18.710Z Checking strsim v0.11.1
20562025-01-09T01:14:18.970Z Checking managed v0.8.0
20572025-01-09T01:14:19.014Z Checking bitflags v1.3.2
20582025-01-09T01:14:19.116Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20592025-01-09T01:14:19.202Z Checking console v0.15.8
20602025-01-09T01:14:19.325Z Checking smoltcp v0.9.1
20612025-01-09T01:14:19.385Z Checking clap_builder v4.5.21
20622025-01-09T01:14:19.815Z Checking cookie_store v0.21.0
20632025-01-09T01:14:20.540Z Checking flate2 v1.0.34
20642025-01-09T01:14:20.821Z Checking hyper-rustls v0.27.3
20652025-01-09T01:14:20.843Z Checking elliptic-curve v0.13.8
20662025-01-09T01:14:21.049Z Checking backtrace v0.3.74
20672025-01-09T01:14:21.123Z Checking hickory-resolver v0.24.1
20682025-01-09T01:14:21.163Z Checking signal-hook-mio v0.2.4
20692025-01-09T01:14:21.201Z Checking rayon v1.10.0
20702025-01-09T01:14:21.303Z Checking phf v0.11.2
20712025-01-09T01:14:21.306Z Checking dropshot v0.12.0
20722025-01-09T01:14:21.488Z Checking bzip2 v0.4.4
20732025-01-09T01:14:21.566Z Checking hyper-tls v0.6.0
20742025-01-09T01:14:21.618Z Checking anyhow v1.0.93
20752025-01-09T01:14:21.691Z Checking toml_edit v0.19.15
20762025-01-09T01:14:21.780Z Checking num-bigint-dig v0.8.4
20772025-01-09T01:14:21.858Z Checking tokio-tungstenite v0.24.0
20782025-01-09T01:14:21.994Z Checking postgres-types v0.2.8
20792025-01-09T01:14:22.340Z Checking bstr v1.10.0
20802025-01-09T01:14:22.528Z Checking regex v1.11.1
20812025-01-09T01:14:22.710Z Checking ed25519 v2.2.3
20822025-01-09T01:14:22.732Z Checking tokio-stream v0.1.16
20832025-01-09T01:14:23.035Z Checking phf_shared v0.10.0
20842025-01-09T01:14:23.149Z Checking curve25519-dalek v4.1.3
20852025-01-09T01:14:23.297Z Checking zerocopy v0.6.6
20862025-01-09T01:14:23.310Z Checking hubpack v0.1.2
20872025-01-09T01:14:23.627Z Checking portable-atomic v1.9.0
20882025-01-09T01:14:23.652Z Checking pkcs1 v0.7.5
20892025-01-09T01:14:23.980Z Checking rfc6979 v0.4.0
20902025-01-09T01:14:24.054Z Checking float-cmp v0.9.0
20912025-01-09T01:14:24.071Z Checking serde-big-array v0.5.1
20922025-01-09T01:14:24.157Z Checking sync_wrapper v1.0.1
20932025-01-09T01:14:24.172Z Checking precomputed-hash v0.1.1
20942025-01-09T01:14:24.260Z Checking minimal-lexical v0.2.1
20952025-01-09T01:14:24.283Z Checking difflib v0.4.0
20962025-01-09T01:14:24.298Z Checking predicates-core v1.0.8
20972025-01-09T01:14:24.311Z Checking new_debug_unreachable v1.0.6
20982025-01-09T01:14:24.400Z Checking static_assertions v1.1.0
20992025-01-09T01:14:24.470Z Checking normalize-line-endings v0.3.0
21002025-01-09T01:14:24.500Z Checking fixedbitset v0.4.2
21012025-01-09T01:14:24.588Z Checking number_prefix v0.4.0
21022025-01-09T01:14:24.606Z Checking unicode-segmentation v1.12.0
21032025-01-09T01:14:24.652Z Checking whoami v1.5.2
21042025-01-09T01:14:24.673Z Checking unicode-width v0.2.0
21052025-01-09T01:14:24.763Z Checking bit-vec v0.6.3
21062025-01-09T01:14:24.780Z Checking petgraph v0.6.5
21072025-01-09T01:14:24.955Z Checking tokio-postgres v0.7.12
21082025-01-09T01:14:25.062Z Checking ed25519-dalek v2.1.1
21092025-01-09T01:14:25.108Z Checking qorb v0.2.1
21102025-01-09T01:14:25.126Z Checking bit-set v0.5.3
21112025-01-09T01:14:25.151Z Checking nom v7.1.3
21122025-01-09T01:14:25.169Z Checking indicatif v0.17.9
21132025-01-09T01:14:25.288Z Checking similar v2.6.0
21142025-01-09T01:14:25.387Z Checking predicates v3.1.2
21152025-01-09T01:14:25.469Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21162025-01-09T01:14:25.957Z Checking string_cache v0.8.7
21172025-01-09T01:14:26.089Z Checking reqwest v0.12.9
21182025-01-09T01:14:26.201Z Checking toml v0.7.8
21192025-01-09T01:14:26.254Z Checking ecdsa v0.16.9
21202025-01-09T01:14:26.918Z Checking rsa v0.9.6
21212025-01-09T01:14:26.981Z Checking clap v4.5.21
21222025-01-09T01:14:27.110Z Checking zip v0.6.6
21232025-01-09T01:14:27.688Z Checking crossterm v0.28.1
21242025-01-09T01:14:27.815Z Checking itertools v0.10.5
21252025-01-09T01:14:27.995Z Checking itertools v0.12.1
21262025-01-09T01:14:28.017Z Checking fs-err v2.11.0
21272025-01-09T01:14:28.073Z Checking ahash v0.8.11
21282025-01-09T01:14:28.144Z Checking x509-cert v0.2.5
21292025-01-09T01:14:28.343Z Checking semver v1.0.23
21302025-01-09T01:14:28.579Z Checking hex v0.4.3
21312025-01-09T01:14:28.622Z Checking lalrpop-util v0.19.12
21322025-01-09T01:14:28.764Z Checking peg-runtime v0.8.3
21332025-01-09T01:14:28.911Z Checking sigpipe v0.1.3
21342025-01-09T01:14:30.335Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21352025-01-09T01:14:30.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s
21362025-01-09T01:14:30.818Z
21372025-01-09T01:14:30.818Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21382025-01-09T01:14:31.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392025-01-09T01:14:31.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402025-01-09T01:14:31.487Z Compiling hashbrown v0.14.5
21412025-01-09T01:14:31.611Z Checking heck v0.5.0
21422025-01-09T01:14:31.623Z Compiling unsafe-libyaml v0.2.11
21432025-01-09T01:14:31.634Z Checking ipnetwork v0.20.0
21442025-01-09T01:14:31.637Z Compiling ident_case v1.0.1
21452025-01-09T01:14:31.662Z Checking progenitor-client v0.8.0
21462025-01-09T01:14:31.675Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21472025-01-09T01:14:31.768Z Checking newtype-uuid v1.1.3
21482025-01-09T01:14:31.821Z Compiling darling_core v0.20.10
21492025-01-09T01:14:31.976Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21502025-01-09T01:14:32.009Z Compiling proc-macro-crate v1.3.1
21512025-01-09T01:14:32.012Z Compiling structmeta-derive v0.3.0
21522025-01-09T01:14:32.072Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21532025-01-09T01:14:32.335Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21542025-01-09T01:14:32.379Z Compiling lzma-sys v0.1.20
21552025-01-09T01:14:32.775Z Checking regress v0.10.1
21562025-01-09T01:14:33.194Z Compiling serde_yaml v0.9.34+deprecated
21572025-01-09T01:14:33.213Z Compiling num_enum_derive v0.5.11
21582025-01-09T01:14:33.591Z Compiling foreign-types-macros v0.2.3
21592025-01-09T01:14:33.624Z Compiling dropshot v0.13.0
21602025-01-09T01:14:33.920Z Checking arc-swap v1.7.1
21612025-01-09T01:14:34.372Z Checking foreign-types-shared v0.3.1
21622025-01-09T01:14:34.493Z Checking slog-scope v4.4.0
21632025-01-09T01:14:34.768Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21642025-01-09T01:14:34.925Z Checking foreign-types v0.5.0
21652025-01-09T01:14:35.114Z Compiling structmeta v0.3.0
21662025-01-09T01:14:35.245Z Compiling proc-macro-error v1.0.4
21672025-01-09T01:14:35.529Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21682025-01-09T01:14:35.557Z Compiling parse-display-derive v0.10.0
21692025-01-09T01:14:35.646Z Checking tungstenite v0.21.0
21702025-01-09T01:14:35.878Z Checking num_enum v0.5.11
21712025-01-09T01:14:35.969Z Compiling heck v0.3.3
21722025-01-09T01:14:36.039Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21732025-01-09T01:14:36.431Z Compiling dropshot_endpoint v0.13.0
21742025-01-09T01:14:36.450Z Checking typify-impl v0.2.0
21752025-01-09T01:14:36.584Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21762025-01-09T01:14:37.389Z Checking cstr-argument v0.1.2
21772025-01-09T01:14:37.564Z Checking instant v0.1.13
21782025-01-09T01:14:37.567Z Checking base64 v0.21.7
21792025-01-09T01:14:37.683Z Checking pretty-hex v0.2.1
21802025-01-09T01:14:37.855Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21812025-01-09T01:14:38.049Z Checking fastrand v2.1.1
21822025-01-09T01:14:38.169Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21832025-01-09T01:14:38.233Z Checking backoff v0.4.0
21842025-01-09T01:14:38.379Z Checking tempfile v3.13.0
21852025-01-09T01:14:38.453Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21862025-01-09T01:14:38.549Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21872025-01-09T01:14:38.695Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21882025-01-09T01:14:38.764Z Checking tokio-tungstenite v0.21.0
21892025-01-09T01:14:38.782Z Compiling zone_cfg_derive v0.1.2
21902025-01-09T01:14:38.850Z Checking strum v0.26.3
21912025-01-09T01:14:38.986Z Compiling darling_macro v0.20.10
21922025-01-09T01:14:39.004Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21932025-01-09T01:14:39.034Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21942025-01-09T01:14:39.366Z Checking slog-stdlog v4.1.1
21952025-01-09T01:14:39.444Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21962025-01-09T01:14:39.538Z Checking regress v0.9.1
21972025-01-09T01:14:39.597Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21982025-01-09T01:14:39.757Z Checking colored v2.1.0
21992025-01-09T01:14:39.867Z Checking macaddr v1.0.1
22002025-01-09T01:14:39.944Z Compiling darling v0.20.10
22012025-01-09T01:14:40.096Z Checking base64 v0.13.1
22022025-01-09T01:14:40.114Z Compiling serde_with_macros v3.11.0
22032025-01-09T01:14:40.308Z Checking zone v0.1.8
22042025-01-09T01:14:40.325Z Checking parse-display v0.10.0
22052025-01-09T01:14:40.507Z Checking ron v0.7.1
22062025-01-09T01:14:40.570Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22072025-01-09T01:14:41.022Z Checking slog-envlogger v2.2.0
22082025-01-09T01:14:41.069Z Checking xz2 v0.1.7
22092025-01-09T01:14:41.241Z Checking tabwriter v1.4.0
22102025-01-09T01:14:41.377Z Checking xattr v1.3.1
22112025-01-09T01:14:41.471Z Checking pem v3.0.4
22122025-01-09T01:14:41.572Z Checking yasna v0.5.2
22132025-01-09T01:14:41.725Z Checking headers-core v0.3.0
22142025-01-09T01:14:41.728Z Checking smf v0.2.3
22152025-01-09T01:14:41.892Z Checking filetime v0.2.25
22162025-01-09T01:14:42.100Z Checking same-file v1.0.6
22172025-01-09T01:14:42.173Z Checking tar v0.4.42
22182025-01-09T01:14:42.212Z Checking headers v0.4.0
22192025-01-09T01:14:42.284Z Checking walkdir v2.5.0
22202025-01-09T01:14:42.456Z Checking rcgen v0.12.1
22212025-01-09T01:14:42.565Z Checking camino-tempfile v1.1.1
22222025-01-09T01:14:42.871Z Checking atomicwrites v0.4.4
22232025-01-09T01:14:42.996Z Checking serde_with v3.11.0
22242025-01-09T01:14:43.020Z Checking subprocess v0.2.9
22252025-01-09T01:14:47.294Z Compiling typify-macro v0.2.0
22262025-01-09T01:14:49.176Z Compiling typify v0.2.0
22272025-01-09T01:14:49.245Z Compiling progenitor-impl v0.8.0
22282025-01-09T01:14:52.508Z Compiling progenitor-macro v0.8.0
22292025-01-09T01:14:57.353Z Checking progenitor v0.8.0
22302025-01-09T01:14:57.506Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22312025-01-09T01:14:57.509Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22322025-01-09T01:15:00.240Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22332025-01-09T01:15:00.579Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22342025-01-09T01:15:07.184Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22352025-01-09T01:15:08.803Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22362025-01-09T01:15:10.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.26s
22372025-01-09T01:15:10.261Z
22382025-01-09T01:15:10.261Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22392025-01-09T01:15:10.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402025-01-09T01:15:10.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412025-01-09T01:15:10.931Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22422025-01-09T01:15:12.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
22432025-01-09T01:15:12.539Z
22442025-01-09T01:15:12.539Zinfo: running `cargo check --bins` on nexus-config (31/176)
22452025-01-09T01:15:13.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462025-01-09T01:15:13.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472025-01-09T01:15:13.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482025-01-09T01:15:13.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22492025-01-09T01:15:13.177Z
22502025-01-09T01:15:13.177Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22512025-01-09T01:15:13.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522025-01-09T01:15:13.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532025-01-09T01:15:13.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542025-01-09T01:15:13.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22552025-01-09T01:15:13.790Z
22562025-01-09T01:15:13.790Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22572025-01-09T01:15:14.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582025-01-09T01:15:14.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592025-01-09T01:15:14.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602025-01-09T01:15:14.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22612025-01-09T01:15:14.426Z
22622025-01-09T01:15:14.426Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22632025-01-09T01:15:15.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642025-01-09T01:15:15.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652025-01-09T01:15:15.127Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22662025-01-09T01:15:15.373Z Compiling ipnetwork v0.20.0
22672025-01-09T01:15:15.373Z Compiling zerocopy v0.8.10
22682025-01-09T01:15:15.377Z Compiling progenitor-client v0.8.0
22692025-01-09T01:15:15.377Z Compiling itertools v0.13.0
22702025-01-09T01:15:15.377Z Compiling zerocopy-derive v0.8.10
22712025-01-09T01:15:15.377Z Compiling heapless v0.8.0
22722025-01-09T01:15:15.377Z Checking hash32 v0.3.1
22732025-01-09T01:15:15.420Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742025-01-09T01:15:15.537Z Compiling instant v0.1.13
22752025-01-09T01:15:15.690Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22762025-01-09T01:15:15.797Z Compiling progenitor v0.8.0
22772025-01-09T01:15:16.063Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22782025-01-09T01:15:16.111Z Compiling smoltcp v0.11.0
22792025-01-09T01:15:16.165Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22802025-01-09T01:15:16.217Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22812025-01-09T01:15:16.477Z Compiling backoff v0.4.0
22822025-01-09T01:15:16.837Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22832025-01-09T01:15:16.882Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22842025-01-09T01:15:17.058Z Compiling dropshot v0.13.0
22852025-01-09T01:15:17.086Z Compiling serde_with v3.11.0
22862025-01-09T01:15:17.119Z Compiling parse-display v0.10.0
22872025-01-09T01:15:17.318Z Checking num-rational v0.4.2
22882025-01-09T01:15:17.863Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22892025-01-09T01:15:18.040Z Compiling regress v0.9.1
22902025-01-09T01:15:18.473Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22912025-01-09T01:15:19.771Z Compiling phf_generator v0.11.2
22922025-01-09T01:15:19.969Z Checking num-complex v0.4.6
22932025-01-09T01:15:21.177Z Compiling macaddr v1.0.1
22942025-01-09T01:15:21.563Z Checking cobs v0.2.3
22952025-01-09T01:15:21.642Z Checking num v0.4.3
22962025-01-09T01:15:21.752Z Compiling phf_codegen v0.11.2
22972025-01-09T01:15:21.755Z Checking postcard v1.0.10
22982025-01-09T01:15:22.364Z Compiling parse-zoneinfo v0.3.1
22992025-01-09T01:15:23.274Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23002025-01-09T01:15:23.586Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23012025-01-09T01:15:23.747Z Compiling convert_case v0.4.0
23022025-01-09T01:15:24.485Z Checking float-ord v0.3.2
23032025-01-09T01:15:24.694Z Compiling chrono-tz-build v0.4.0
23042025-01-09T01:15:24.749Z Compiling derive_more v0.99.18
23052025-01-09T01:15:24.770Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23062025-01-09T01:15:25.281Z Compiling thiserror v2.0.3
23072025-01-09T01:15:25.750Z Compiling crucible-workspace-hack v0.1.0
23082025-01-09T01:15:25.933Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23092025-01-09T01:15:25.950Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23102025-01-09T01:15:26.232Z Checking newline-converter v0.3.0
23112025-01-09T01:15:26.247Z Compiling chrono-tz v0.10.0
23122025-01-09T01:15:26.414Z Checking prettyplease v0.2.25
23132025-01-09T01:15:26.679Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23142025-01-09T01:15:26.891Z Compiling thiserror-impl v2.0.3
23152025-01-09T01:15:27.088Z Compiling slog-dtrace v0.3.0
23162025-01-09T01:15:27.302Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23172025-01-09T01:15:27.374Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23182025-01-09T01:15:28.730Z Checking expectorate v1.1.0
23192025-01-09T01:15:28.901Z Compiling zone_cfg_derive v0.3.0
23202025-01-09T01:15:28.919Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23212025-01-09T01:15:29.139Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23222025-01-09T01:15:29.672Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23232025-01-09T01:15:30.080Z Compiling const_format_proc_macros v0.2.33
23242025-01-09T01:15:30.353Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23252025-01-09T01:15:30.409Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262025-01-09T01:15:30.486Z Compiling num-derive v0.4.2
23272025-01-09T01:15:30.914Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23282025-01-09T01:15:30.961Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23292025-01-09T01:15:31.252Z Checking highway v1.2.0
23302025-01-09T01:15:31.590Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23312025-01-09T01:15:31.731Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23322025-01-09T01:15:31.842Z Checking zone v0.3.0
23332025-01-09T01:15:32.007Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23342025-01-09T01:15:32.195Z Checking const_format v0.2.33
23352025-01-09T01:15:32.292Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23362025-01-09T01:15:32.630Z Checking gethostname v0.5.0
23372025-01-09T01:15:32.689Z Checking bcs v0.1.6
23382025-01-09T01:15:32.763Z Compiling async-recursion v1.1.1
23392025-01-09T01:15:32.849Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23402025-01-09T01:15:32.939Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23412025-01-09T01:15:33.001Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23422025-01-09T01:15:35.039Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23432025-01-09T01:15:39.607Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23442025-01-09T01:15:43.061Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23452025-01-09T01:15:45.754Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23462025-01-09T01:15:47.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.56s
23472025-01-09T01:15:47.190Z
23482025-01-09T01:15:47.190Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23492025-01-09T01:15:47.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502025-01-09T01:15:47.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512025-01-09T01:15:47.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522025-01-09T01:15:47.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23532025-01-09T01:15:47.838Z
23542025-01-09T01:15:47.838Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23552025-01-09T01:15:48.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562025-01-09T01:15:48.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572025-01-09T01:15:48.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582025-01-09T01:15:48.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23592025-01-09T01:15:48.481Z
23602025-01-09T01:15:48.481Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23612025-01-09T01:15:49.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622025-01-09T01:15:49.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632025-01-09T01:15:49.147Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23642025-01-09T01:15:49.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
23652025-01-09T01:15:49.981Z
23662025-01-09T01:15:49.981Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23672025-01-09T01:15:50.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682025-01-09T01:15:50.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692025-01-09T01:15:50.679Z Compiling cfg_aliases v0.1.1
23702025-01-09T01:15:50.682Z Compiling vte_generate_state_changes v0.1.2
23712025-01-09T01:15:50.682Z Checking fd-lock v4.0.2
23722025-01-09T01:15:50.682Z Checking nibble_vec v0.1.0
23732025-01-09T01:15:50.682Z Checking endian-type v0.1.2
23742025-01-09T01:15:50.682Z Checking bytecount v0.6.8
23752025-01-09T01:15:50.782Z Compiling tabled_derive v0.7.0
23762025-01-09T01:15:50.816Z Compiling peg-macros v0.8.4
23772025-01-09T01:15:50.847Z Compiling nix v0.28.0
23782025-01-09T01:15:50.922Z Checking papergrid v0.11.0
23792025-01-09T01:15:50.938Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802025-01-09T01:15:50.953Z Compiling sqlparser_derive v0.2.2
23812025-01-09T01:15:51.002Z Checking radix_trie v0.2.1
23822025-01-09T01:15:51.348Z Checking vte v0.11.1
23832025-01-09T01:15:51.424Z Checking unicode_categories v0.1.1
23842025-01-09T01:15:51.701Z Checking nu-ansi-term v0.50.1
23852025-01-09T01:15:52.081Z Checking home v0.5.9
23862025-01-09T01:15:52.105Z Checking sqlparser v0.45.0
23872025-01-09T01:15:52.140Z Checking sqlformat v0.2.6
23882025-01-09T01:15:52.228Z Checking display-error-chain v0.2.2
23892025-01-09T01:15:52.705Z Checking strip-ansi-escapes v0.2.0
23902025-01-09T01:15:52.851Z Checking reedline v0.35.0
23912025-01-09T01:15:53.216Z Checking tabled v0.15.0
23922025-01-09T01:15:53.802Z Checking peg v0.8.4
23932025-01-09T01:15:54.138Z Checking rustyline v14.0.0
23942025-01-09T01:16:02.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s
23952025-01-09T01:16:03.080Z
23962025-01-09T01:16:03.080Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23972025-01-09T01:16:03.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982025-01-09T01:16:03.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992025-01-09T01:16:03.764Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002025-01-09T01:16:08.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
24012025-01-09T01:16:09.098Z
24022025-01-09T01:16:09.098Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24032025-01-09T01:16:09.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042025-01-09T01:16:09.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052025-01-09T01:16:09.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062025-01-09T01:16:13.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
24072025-01-09T01:16:13.745Z
24082025-01-09T01:16:13.745Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24092025-01-09T01:16:14.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102025-01-09T01:16:14.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112025-01-09T01:16:14.425Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122025-01-09T01:16:19.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
24132025-01-09T01:16:19.406Z
24142025-01-09T01:16:19.406Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24152025-01-09T01:16:19.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162025-01-09T01:16:19.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172025-01-09T01:16:20.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182025-01-09T01:16:24.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
24192025-01-09T01:16:25.168Z
24202025-01-09T01:16:25.168Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24212025-01-09T01:16:25.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222025-01-09T01:16:25.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232025-01-09T01:16:25.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242025-01-09T01:16:29.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
24252025-01-09T01:16:30.056Z
24262025-01-09T01:16:30.056Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24272025-01-09T01:16:30.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-01-09T01:16:30.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-01-09T01:16:30.725Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302025-01-09T01:16:34.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
24312025-01-09T01:16:35.081Z
24322025-01-09T01:16:35.081Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24332025-01-09T01:16:35.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-01-09T01:16:35.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-01-09T01:16:35.756Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24362025-01-09T01:16:40.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
24372025-01-09T01:16:40.978Z
24382025-01-09T01:16:40.978Zinfo: running `cargo check --bins` on oximeter (46/176)
24392025-01-09T01:16:41.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-01-09T01:16:41.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-01-09T01:16:41.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422025-01-09T01:16:41.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432025-01-09T01:16:41.617Z
24442025-01-09T01:16:41.617Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24452025-01-09T01:16:42.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-01-09T01:16:42.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-01-09T01:16:42.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482025-01-09T01:16:42.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24492025-01-09T01:16:42.240Z
24502025-01-09T01:16:42.240Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24512025-01-09T01:16:42.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522025-01-09T01:16:42.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532025-01-09T01:16:42.878Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24542025-01-09T01:16:45.081Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24552025-01-09T01:16:46.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
24562025-01-09T01:16:46.273Z
24572025-01-09T01:16:46.273Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24582025-01-09T01:16:46.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592025-01-09T01:16:46.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602025-01-09T01:16:46.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612025-01-09T01:16:46.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24622025-01-09T01:16:46.909Z
24632025-01-09T01:16:46.910Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24642025-01-09T01:16:47.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652025-01-09T01:16:47.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662025-01-09T01:16:47.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672025-01-09T01:16:47.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24682025-01-09T01:16:47.540Z
24692025-01-09T01:16:47.540Zinfo: running `cargo check --bins` on oxql-types (51/176)
24702025-01-09T01:16:48.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712025-01-09T01:16:48.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722025-01-09T01:16:48.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732025-01-09T01:16:48.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24742025-01-09T01:16:48.173Z
24752025-01-09T01:16:48.173Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24762025-01-09T01:16:48.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772025-01-09T01:16:48.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782025-01-09T01:16:48.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792025-01-09T01:16:48.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24802025-01-09T01:16:48.837Z
24812025-01-09T01:16:48.837Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24822025-01-09T01:16:49.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832025-01-09T01:16:49.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842025-01-09T01:16:49.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852025-01-09T01:16:49.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24862025-01-09T01:16:49.476Z
24872025-01-09T01:16:49.476Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24882025-01-09T01:16:50.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892025-01-09T01:16:50.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902025-01-09T01:16:50.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912025-01-09T01:16:50.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24922025-01-09T01:16:50.125Z
24932025-01-09T01:16:50.125Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24942025-01-09T01:16:50.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952025-01-09T01:16:50.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962025-01-09T01:16:50.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972025-01-09T01:16:50.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24982025-01-09T01:16:50.758Z
24992025-01-09T01:16:50.758Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
25002025-01-09T01:16:51.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012025-01-09T01:16:51.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022025-01-09T01:16:51.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032025-01-09T01:16:51.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25042025-01-09T01:16:51.391Z
25052025-01-09T01:16:51.391Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25062025-01-09T01:16:51.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072025-01-09T01:16:51.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082025-01-09T01:16:51.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092025-01-09T01:16:51.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25102025-01-09T01:16:52.023Z
25112025-01-09T01:16:52.024Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25122025-01-09T01:16:52.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132025-01-09T01:16:52.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142025-01-09T01:16:52.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152025-01-09T01:16:52.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25162025-01-09T01:16:52.642Z
25172025-01-09T01:16:52.643Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25182025-01-09T01:16:53.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192025-01-09T01:16:53.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202025-01-09T01:16:53.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212025-01-09T01:16:53.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25222025-01-09T01:16:53.282Z
25232025-01-09T01:16:53.282Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25242025-01-09T01:16:53.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252025-01-09T01:16:53.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262025-01-09T01:16:53.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272025-01-09T01:16:53.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25282025-01-09T01:16:53.920Z
25292025-01-09T01:16:53.920Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25302025-01-09T01:16:54.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312025-01-09T01:16:54.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322025-01-09T01:16:54.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332025-01-09T01:16:54.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25342025-01-09T01:16:54.553Z
25352025-01-09T01:16:54.553Zinfo: running `cargo check --bins` on dpd-client (62/176)
25362025-01-09T01:16:55.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372025-01-09T01:16:55.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382025-01-09T01:16:55.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392025-01-09T01:16:55.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25402025-01-09T01:16:55.184Z
25412025-01-09T01:16:55.184Zinfo: running `cargo check --bins` on gateway-client (63/176)
25422025-01-09T01:16:55.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432025-01-09T01:16:55.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442025-01-09T01:16:55.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452025-01-09T01:16:55.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25462025-01-09T01:16:55.805Z
25472025-01-09T01:16:55.805Zinfo: running `cargo check --bins` on installinator-client (64/176)
25482025-01-09T01:16:56.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492025-01-09T01:16:56.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502025-01-09T01:16:56.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512025-01-09T01:16:56.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25522025-01-09T01:16:56.461Z
25532025-01-09T01:16:56.461Zinfo: running `cargo check --bins` on installinator-common (65/176)
25542025-01-09T01:16:57.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552025-01-09T01:16:57.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562025-01-09T01:16:57.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572025-01-09T01:16:57.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25582025-01-09T01:16:57.113Z
25592025-01-09T01:16:57.113Zinfo: running `cargo check --bins` on update-engine (66/176)
25602025-01-09T01:16:57.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612025-01-09T01:16:57.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622025-01-09T01:16:57.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632025-01-09T01:16:57.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25642025-01-09T01:16:57.739Z
25652025-01-09T01:16:57.739Zinfo: running `cargo check --bins` on nexus-client (67/176)
25662025-01-09T01:16:58.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672025-01-09T01:16:58.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682025-01-09T01:16:58.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692025-01-09T01:16:58.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25702025-01-09T01:16:58.399Z
25712025-01-09T01:16:58.399Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25722025-01-09T01:16:58.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732025-01-09T01:16:58.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742025-01-09T01:16:58.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752025-01-09T01:16:58.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25762025-01-09T01:16:59.046Z
25772025-01-09T01:16:59.046Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25782025-01-09T01:16:59.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792025-01-09T01:16:59.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802025-01-09T01:16:59.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812025-01-09T01:16:59.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25822025-01-09T01:16:59.668Z
25832025-01-09T01:16:59.668Zinfo: running `cargo check --bins` on nexus-types (70/176)
25842025-01-09T01:17:00.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-01-09T01:17:00.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-01-09T01:17:00.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872025-01-09T01:17:00.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25882025-01-09T01:17:00.336Z
25892025-01-09T01:17:00.336Zinfo: running `cargo check --bins` on oxide-client (71/176)
25902025-01-09T01:17:00.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-01-09T01:17:00.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-01-09T01:17:00.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932025-01-09T01:17:00.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25942025-01-09T01:17:00.955Z
25952025-01-09T01:17:00.955Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25962025-01-09T01:17:01.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-01-09T01:17:01.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-01-09T01:17:01.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992025-01-09T01:17:01.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26002025-01-09T01:17:01.589Z
26012025-01-09T01:17:01.589Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26022025-01-09T01:17:02.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-01-09T01:17:02.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-01-09T01:17:02.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-01-09T01:17:02.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26062025-01-09T01:17:02.210Z
26072025-01-09T01:17:02.211Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26082025-01-09T01:17:02.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-01-09T01:17:02.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-01-09T01:17:02.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-01-09T01:17:02.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26122025-01-09T01:17:02.862Z
26132025-01-09T01:17:02.862Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26142025-01-09T01:17:03.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-01-09T01:17:03.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-01-09T01:17:03.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-01-09T01:17:03.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26182025-01-09T01:17:03.531Z
26192025-01-09T01:17:03.531Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26202025-01-09T01:17:04.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-01-09T01:17:04.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-01-09T01:17:04.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-01-09T01:17:04.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26242025-01-09T01:17:04.192Z
26252025-01-09T01:17:04.192Zinfo: running `cargo check --bins` on wicket-common (77/176)
26262025-01-09T01:17:04.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-01-09T01:17:04.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-01-09T01:17:04.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292025-01-09T01:17:04.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26302025-01-09T01:17:04.848Z
26312025-01-09T01:17:04.848Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26322025-01-09T01:17:05.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-01-09T01:17:05.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-01-09T01:17:05.524Z Checking csv-core v0.1.11
26352025-01-09T01:17:05.524Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26362025-01-09T01:17:05.527Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26372025-01-09T01:17:05.527Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382025-01-09T01:17:05.799Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26392025-01-09T01:17:05.936Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26402025-01-09T01:17:05.939Z Checking csv v1.3.0
26412025-01-09T01:17:06.474Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26422025-01-09T01:17:06.827Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26432025-01-09T01:17:08.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
26442025-01-09T01:17:08.776Z
26452025-01-09T01:17:08.776Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26462025-01-09T01:17:09.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-01-09T01:17:09.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-01-09T01:17:09.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492025-01-09T01:17:09.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26502025-01-09T01:17:09.413Z
26512025-01-09T01:17:09.413Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26522025-01-09T01:17:09.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-01-09T01:17:09.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-01-09T01:17:09.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-01-09T01:17:09.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26562025-01-09T01:17:10.049Z
26572025-01-09T01:17:10.049Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26582025-01-09T01:17:10.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-01-09T01:17:10.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-01-09T01:17:10.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-01-09T01:17:10.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26622025-01-09T01:17:10.794Z
26632025-01-09T01:17:10.794Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26642025-01-09T01:17:11.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-01-09T01:17:11.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-01-09T01:17:11.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-01-09T01:17:11.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26682025-01-09T01:17:11.529Z
26692025-01-09T01:17:11.529Zinfo: running `cargo check --bins` on dns-server (83/176)
26702025-01-09T01:17:12.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-01-09T01:17:12.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-01-09T01:17:12.174Z Compiling parking_lot_core v0.8.6
26732025-01-09T01:17:12.177Z Checking fxhash v0.2.1
26742025-01-09T01:17:12.177Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26752025-01-09T01:17:12.177Z Checking hickory-server v0.24.1
26762025-01-09T01:17:12.177Z Checking hickory-client v0.24.1
26772025-01-09T01:17:12.864Z Checking parking_lot v0.11.2
26782025-01-09T01:17:12.968Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26792025-01-09T01:17:12.968Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26802025-01-09T01:17:13.104Z Checking sled v0.34.7
26812025-01-09T01:17:14.891Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26822025-01-09T01:17:16.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
26832025-01-09T01:17:16.390Z
26842025-01-09T01:17:16.390Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26852025-01-09T01:17:16.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-01-09T01:17:16.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-01-09T01:17:16.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-01-09T01:17:16.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26892025-01-09T01:17:17.029Z
26902025-01-09T01:17:17.029Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26912025-01-09T01:17:17.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-01-09T01:17:17.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-01-09T01:17:17.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-01-09T01:17:17.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26952025-01-09T01:17:17.720Z
26962025-01-09T01:17:17.720Zinfo: running `cargo check --bins` on gateway-types (86/176)
26972025-01-09T01:17:18.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-01-09T01:17:18.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-01-09T01:17:18.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-01-09T01:17:18.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27012025-01-09T01:17:18.361Z
27022025-01-09T01:17:18.361Zinfo: running `cargo check --bins` on ipcc (87/176)
27032025-01-09T01:17:18.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-01-09T01:17:18.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-01-09T01:17:18.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-01-09T01:17:18.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27072025-01-09T01:17:19.009Z
27082025-01-09T01:17:19.009Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27092025-01-09T01:17:19.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-01-09T01:17:19.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-01-09T01:17:19.725Z Compiling radium v0.7.0
27122025-01-09T01:17:19.725Z Compiling semver v0.1.20
27132025-01-09T01:17:19.728Z Checking tap v1.0.1
27142025-01-09T01:17:19.728Z Compiling maybe-uninit v2.0.0
27152025-01-09T01:17:19.857Z Checking password-hash v0.5.0
27162025-01-09T01:17:19.860Z Checking blake2 v0.10.6
27172025-01-09T01:17:19.860Z Compiling owo-colors v4.1.0
27182025-01-09T01:17:19.860Z Checking funty v2.0.0
27192025-01-09T01:17:19.972Z Checking wyz v0.5.1
27202025-01-09T01:17:20.183Z Compiling rustc_version v0.1.7
27212025-01-09T01:17:20.321Z Compiling packed_struct v0.10.1
27222025-01-09T01:17:20.335Z Compiling cancel-safe-futures v0.1.5
27232025-01-09T01:17:20.339Z Checking crc-catalog v2.4.0
27242025-01-09T01:17:20.467Z Checking argon2 v0.5.3
27252025-01-09T01:17:20.492Z Checking crc v3.2.1
27262025-01-09T01:17:20.568Z Compiling packed_struct_codegen v0.10.1
27272025-01-09T01:17:20.642Z Checking half v2.4.1
27282025-01-09T01:17:20.687Z Compiling newtype_derive v0.1.6
27292025-01-09T01:17:20.706Z Compiling indexmap v1.9.3
27302025-01-09T01:17:20.786Z Checking ciborium-io v0.2.2
27312025-01-09T01:17:20.834Z Checking bitvec v1.0.1
27322025-01-09T01:17:20.908Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27332025-01-09T01:17:20.927Z Checking nodrop v0.1.14
27342025-01-09T01:17:21.053Z Checking array-init v0.0.4
27352025-01-09T01:17:21.102Z Checking ciborium-ll v0.2.2
27362025-01-09T01:17:21.127Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27372025-01-09T01:17:21.144Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27382025-01-09T01:17:21.412Z Checking smallvec v0.6.14
27392025-01-09T01:17:21.429Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27402025-01-09T01:17:21.504Z Checking libsw v3.3.1
27412025-01-09T01:17:21.779Z Compiling memoffset v0.9.1
27422025-01-09T01:17:21.795Z Checking hashbrown v0.12.3
27432025-01-09T01:17:21.963Z Checking bitfield v0.14.0
27442025-01-09T01:17:22.070Z Checking swrite v0.1.0
27452025-01-09T01:17:22.093Z Checking termcolor v1.4.1
27462025-01-09T01:17:22.199Z Checking linear-map v1.2.0
27472025-01-09T01:17:22.246Z Checking indent_write v2.2.0
27482025-01-09T01:17:22.452Z Checking serde-hex v0.1.0
27492025-01-09T01:17:22.544Z Checking ron v0.8.1
27502025-01-09T01:17:22.547Z Checking env_logger v0.10.2
27512025-01-09T01:17:22.576Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27522025-01-09T01:17:22.971Z Checking ciborium v0.2.2
27532025-01-09T01:17:23.133Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27542025-01-09T01:17:23.570Z Checking steno v0.4.1
27552025-01-09T01:17:23.685Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27562025-01-09T01:17:23.824Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27572025-01-09T01:17:23.944Z Checking hashbrown v0.13.2
27582025-01-09T01:17:24.014Z Checking humantime v2.1.0
27592025-01-09T01:17:24.150Z Checking crc-any v2.5.0
27602025-01-09T01:17:24.306Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27612025-01-09T01:17:24.537Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27622025-01-09T01:17:24.927Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27632025-01-09T01:17:24.946Z Checking path-slash v0.1.5
27642025-01-09T01:17:24.971Z Checking object v0.30.4
27652025-01-09T01:17:25.130Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27662025-01-09T01:17:25.308Z Checking nix v0.27.1
27672025-01-09T01:17:26.032Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27682025-01-09T01:17:26.292Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27692025-01-09T01:17:26.508Z Checking tungstenite v0.23.0
27702025-01-09T01:17:26.569Z Checking kstat-rs v0.2.4
27712025-01-09T01:17:26.674Z Checking signal-hook-tokio v0.3.1
27722025-01-09T01:17:26.928Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27732025-01-09T01:17:27.338Z Checking tokio-tungstenite v0.23.1
27742025-01-09T01:17:27.408Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27752025-01-09T01:17:27.948Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27762025-01-09T01:17:28.261Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27772025-01-09T01:17:34.777Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27782025-01-09T01:17:36.082Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27792025-01-09T01:17:39.606Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27802025-01-09T01:17:45.372Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27812025-01-09T01:17:46.079Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27822025-01-09T01:17:48.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.92s
27832025-01-09T01:17:49.125Z
27842025-01-09T01:17:49.125Zinfo: running `cargo check --bins` on gateway-api (89/176)
27852025-01-09T01:17:49.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862025-01-09T01:17:49.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872025-01-09T01:17:49.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882025-01-09T01:17:49.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27892025-01-09T01:17:49.770Z
27902025-01-09T01:17:49.770Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27912025-01-09T01:17:50.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922025-01-09T01:17:50.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932025-01-09T01:17:50.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942025-01-09T01:17:50.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27952025-01-09T01:17:50.394Z
27962025-01-09T01:17:50.394Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27972025-01-09T01:17:50.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982025-01-09T01:17:50.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992025-01-09T01:17:50.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002025-01-09T01:17:50.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28012025-01-09T01:17:51.036Z
28022025-01-09T01:17:51.036Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28032025-01-09T01:17:51.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042025-01-09T01:17:51.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052025-01-09T01:17:51.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062025-01-09T01:17:51.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28072025-01-09T01:17:51.677Z
28082025-01-09T01:17:51.677Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28092025-01-09T01:17:52.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102025-01-09T01:17:52.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112025-01-09T01:17:52.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122025-01-09T01:17:52.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28132025-01-09T01:17:52.322Z
28142025-01-09T01:17:52.322Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28152025-01-09T01:17:52.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-01-09T01:17:52.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-01-09T01:17:52.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-01-09T01:17:52.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28192025-01-09T01:17:53.043Z
28202025-01-09T01:17:53.043Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28212025-01-09T01:17:53.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-01-09T01:17:53.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-01-09T01:17:53.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242025-01-09T01:17:53.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28252025-01-09T01:17:53.614Z
28262025-01-09T01:17:53.614Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28272025-01-09T01:17:54.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-01-09T01:17:54.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-01-09T01:17:54.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-01-09T01:17:54.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28312025-01-09T01:17:54.259Z
28322025-01-09T01:17:54.259Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28332025-01-09T01:17:54.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-01-09T01:17:54.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-01-09T01:17:54.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-01-09T01:17:54.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28372025-01-09T01:17:54.924Z
28382025-01-09T01:17:54.924Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28392025-01-09T01:17:55.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-01-09T01:17:55.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-01-09T01:17:55.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422025-01-09T01:17:55.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28432025-01-09T01:17:55.556Z
28442025-01-09T01:17:55.556Zinfo: running `cargo check --bins` on sp-sim (99/176)
28452025-01-09T01:17:56.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462025-01-09T01:17:56.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472025-01-09T01:17:56.199Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28482025-01-09T01:17:56.692Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28492025-01-09T01:17:58.527Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28502025-01-09T01:18:00.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
28512025-01-09T01:18:00.506Z
28522025-01-09T01:18:00.506Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28532025-01-09T01:18:01.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542025-01-09T01:18:01.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552025-01-09T01:18:01.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562025-01-09T01:18:01.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28572025-01-09T01:18:01.195Z
28582025-01-09T01:18:01.195Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28592025-01-09T01:18:01.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602025-01-09T01:18:01.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612025-01-09T01:18:01.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622025-01-09T01:18:01.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28632025-01-09T01:18:01.892Z
28642025-01-09T01:18:01.892Zinfo: running `cargo check --bins` on db-macros (102/176)
28652025-01-09T01:18:02.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662025-01-09T01:18:02.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672025-01-09T01:18:02.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682025-01-09T01:18:02.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28692025-01-09T01:18:02.510Z
28702025-01-09T01:18:02.511Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28712025-01-09T01:18:03.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722025-01-09T01:18:03.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732025-01-09T01:18:03.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742025-01-09T01:18:03.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28752025-01-09T01:18:03.131Z
28762025-01-09T01:18:03.131Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28772025-01-09T01:18:03.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782025-01-09T01:18:03.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792025-01-09T01:18:03.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802025-01-09T01:18:03.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28812025-01-09T01:18:03.820Z
28822025-01-09T01:18:03.820Zinfo: running `cargo check --bins` on authz-macros (105/176)
28832025-01-09T01:18:04.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842025-01-09T01:18:04.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852025-01-09T01:18:04.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862025-01-09T01:18:04.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28872025-01-09T01:18:04.447Z
28882025-01-09T01:18:04.448Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28892025-01-09T01:18:05.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902025-01-09T01:18:05.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912025-01-09T01:18:05.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922025-01-09T01:18:05.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28932025-01-09T01:18:05.123Z
28942025-01-09T01:18:05.123Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28952025-01-09T01:18:05.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962025-01-09T01:18:05.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972025-01-09T01:18:05.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982025-01-09T01:18:05.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28992025-01-09T01:18:05.800Z
29002025-01-09T01:18:05.800Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29012025-01-09T01:18:06.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022025-01-09T01:18:06.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032025-01-09T01:18:06.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042025-01-09T01:18:06.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29052025-01-09T01:18:06.445Z
29062025-01-09T01:18:06.445Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29072025-01-09T01:18:07.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082025-01-09T01:18:07.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092025-01-09T01:18:07.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102025-01-09T01:18:07.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29112025-01-09T01:18:07.123Z
29122025-01-09T01:18:07.123Zinfo: running `cargo check --bins` on typed-rng (110/176)
29132025-01-09T01:18:07.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142025-01-09T01:18:07.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152025-01-09T01:18:07.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162025-01-09T01:18:07.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29172025-01-09T01:18:07.746Z
29182025-01-09T01:18:07.746Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29192025-01-09T01:18:08.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202025-01-09T01:18:08.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212025-01-09T01:18:08.508Z Checking keccak v0.1.5
29222025-01-09T01:18:08.619Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29232025-01-09T01:18:08.622Z Checking secrecy v0.8.0
29242025-01-09T01:18:08.622Z Compiling unicase v2.7.0
29252025-01-09T01:18:08.622Z Compiling same-file v1.0.6
29262025-01-09T01:18:08.657Z Compiling tempfile v3.13.0
29272025-01-09T01:18:08.660Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29282025-01-09T01:18:08.671Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29292025-01-09T01:18:08.812Z Compiling walkdir v2.5.0
29302025-01-09T01:18:08.908Z Checking sha3 v0.10.8
29312025-01-09T01:18:08.924Z Compiling thiserror-impl-no-std v2.0.2
29322025-01-09T01:18:08.995Z Checking universal-hash v0.5.1
29332025-01-09T01:18:09.014Z Compiling blake3 v1.5.4
29342025-01-09T01:18:09.125Z Checking opaque-debug v0.3.1
29352025-01-09T01:18:09.202Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29362025-01-09T01:18:09.225Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29372025-01-09T01:18:09.242Z Checking poly1305 v0.8.0
29382025-01-09T01:18:09.335Z Checking chacha20 v0.9.1
29392025-01-09T01:18:09.490Z Checking aead v0.5.2
29402025-01-09T01:18:09.528Z Compiling memmap2 v0.9.5
29412025-01-09T01:18:09.587Z Compiling libefi-sys v0.1.0
29422025-01-09T01:18:09.672Z Compiling constant_time_eq v0.3.1
29432025-01-09T01:18:09.716Z Compiling salty v0.3.0
29442025-01-09T01:18:09.761Z Compiling arrayref v0.3.9
29452025-01-09T01:18:09.851Z Compiling arrayvec v0.7.6
29462025-01-09T01:18:09.889Z Checking chacha20poly1305 v0.10.1
29472025-01-09T01:18:09.965Z Compiling toolchain_find v0.4.0
29482025-01-09T01:18:10.099Z Compiling camino-tempfile v1.1.1
29492025-01-09T01:18:10.154Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29502025-01-09T01:18:10.279Z Compiling bitfield-struct v0.6.2
29512025-01-09T01:18:10.323Z Compiling topological-sort v0.2.2
29522025-01-09T01:18:10.549Z Compiling mime_guess v2.0.5
29532025-01-09T01:18:10.564Z Compiling rustfmt-wrapper v0.2.1
29542025-01-09T01:18:11.134Z Compiling omicron-zone-package v0.12.0
29552025-01-09T01:18:11.153Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29562025-01-09T01:18:11.276Z Checking primeorder v0.13.6
29572025-01-09T01:18:11.453Z Checking env_filter v0.1.2
29582025-01-09T01:18:11.577Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29592025-01-09T01:18:11.679Z Checking env_logger v0.11.5
29602025-01-09T01:18:11.757Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29612025-01-09T01:18:11.757Z Checking p384 v0.13.0
29622025-01-09T01:18:11.901Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29632025-01-09T01:18:11.932Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29642025-01-09T01:18:11.955Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29652025-01-09T01:18:12.143Z Checking thiserror-no-std v2.0.2
29662025-01-09T01:18:12.167Z Compiling zip v2.1.3
29672025-01-09T01:18:12.264Z Checking vsss-rs v3.3.4
29682025-01-09T01:18:12.281Z Checking bumpalo v3.16.0
29692025-01-09T01:18:12.315Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29702025-01-09T01:18:12.456Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29712025-01-09T01:18:12.533Z Checking http-range v0.1.5
29722025-01-09T01:18:12.613Z Checking lockfree-object-pool v0.1.6
29732025-01-09T01:18:12.723Z Checking simd-adler32 v0.3.7
29742025-01-09T01:18:12.786Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29752025-01-09T01:18:12.845Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29762025-01-09T01:18:12.848Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29772025-01-09T01:18:13.083Z Checking zopfli v0.8.1
29782025-01-09T01:18:13.142Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29792025-01-09T01:18:13.477Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29802025-01-09T01:18:13.512Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29812025-01-09T01:18:13.818Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29822025-01-09T01:18:13.944Z Checking nanorand v0.7.0
29832025-01-09T01:18:13.972Z Checking atty v0.2.14
29842025-01-09T01:18:14.033Z Checking glob v0.3.1
29852025-01-09T01:18:14.102Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29862025-01-09T01:18:14.229Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29872025-01-09T01:18:14.312Z Checking flume v0.11.1
29882025-01-09T01:18:14.374Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29892025-01-09T01:18:15.055Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29902025-01-09T01:18:15.544Z Checking hyper-staticfile v0.10.1
29912025-01-09T01:18:15.977Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29922025-01-09T01:18:16.022Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29932025-01-09T01:18:16.044Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29942025-01-09T01:18:16.427Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29952025-01-09T01:18:16.531Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29962025-01-09T01:18:16.580Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29972025-01-09T01:18:17.170Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29982025-01-09T01:18:17.324Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29992025-01-09T01:18:18.160Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30002025-01-09T01:18:18.311Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30012025-01-09T01:18:21.642Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30022025-01-09T01:18:21.645Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30032025-01-09T01:18:30.489Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042025-01-09T01:18:44.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s
30052025-01-09T01:18:45.039Z
30062025-01-09T01:18:45.039Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30072025-01-09T01:18:45.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082025-01-09T01:18:45.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092025-01-09T01:18:45.796Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102025-01-09T01:18:59.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s
30112025-01-09T01:19:00.038Z
30122025-01-09T01:19:00.038Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30132025-01-09T01:19:00.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-01-09T01:19:00.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-01-09T01:19:00.780Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30162025-01-09T01:19:14.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.88s
30172025-01-09T01:19:15.119Z
30182025-01-09T01:19:15.119Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30192025-01-09T01:19:15.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-01-09T01:19:15.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-01-09T01:19:15.855Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30222025-01-09T01:19:29.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s
30232025-01-09T01:19:30.180Z
30242025-01-09T01:19:30.180Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30252025-01-09T01:19:30.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262025-01-09T01:19:30.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272025-01-09T01:19:30.929Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30282025-01-09T01:19:45.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.33s
30292025-01-09T01:19:45.719Z
30302025-01-09T01:19:45.719Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30312025-01-09T01:19:46.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322025-01-09T01:19:46.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332025-01-09T01:19:46.465Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30342025-01-09T01:20:00.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s
30352025-01-09T01:20:00.894Z
30362025-01-09T01:20:00.894Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30372025-01-09T01:20:01.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382025-01-09T01:20:01.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392025-01-09T01:20:01.647Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30402025-01-09T01:20:15.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.93s
30412025-01-09T01:20:16.028Z
30422025-01-09T01:20:16.028Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30432025-01-09T01:20:16.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442025-01-09T01:20:16.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452025-01-09T01:20:16.767Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30462025-01-09T01:20:30.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.91s
30472025-01-09T01:20:31.137Z
30482025-01-09T01:20:31.137Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30492025-01-09T01:20:31.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502025-01-09T01:20:31.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512025-01-09T01:20:31.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522025-01-09T01:20:31.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30532025-01-09T01:20:31.807Z
30542025-01-09T01:20:31.807Zinfo: running `cargo check --bins` on key-manager (120/176)
30552025-01-09T01:20:32.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562025-01-09T01:20:32.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572025-01-09T01:20:32.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582025-01-09T01:20:32.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30592025-01-09T01:20:32.457Z
30602025-01-09T01:20:32.457Zinfo: running `cargo check --bins` on range-requests (121/176)
30612025-01-09T01:20:33.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622025-01-09T01:20:33.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632025-01-09T01:20:33.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642025-01-09T01:20:33.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30652025-01-09T01:20:33.109Z
30662025-01-09T01:20:33.109Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30672025-01-09T01:20:33.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682025-01-09T01:20:33.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692025-01-09T01:20:33.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702025-01-09T01:20:33.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30712025-01-09T01:20:33.756Z
30722025-01-09T01:20:33.756Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30732025-01-09T01:20:34.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742025-01-09T01:20:34.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752025-01-09T01:20:34.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762025-01-09T01:20:34.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30772025-01-09T01:20:34.428Z
30782025-01-09T01:20:34.428Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30792025-01-09T01:20:34.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802025-01-09T01:20:34.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812025-01-09T01:20:34.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822025-01-09T01:20:34.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30832025-01-09T01:20:35.057Z
30842025-01-09T01:20:35.057Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30852025-01-09T01:20:35.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862025-01-09T01:20:35.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872025-01-09T01:20:35.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882025-01-09T01:20:35.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30892025-01-09T01:20:35.730Z
30902025-01-09T01:20:35.730Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30912025-01-09T01:20:36.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922025-01-09T01:20:36.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932025-01-09T01:20:36.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942025-01-09T01:20:36.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30952025-01-09T01:20:36.402Z
30962025-01-09T01:20:36.402Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30972025-01-09T01:20:36.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982025-01-09T01:20:36.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992025-01-09T01:20:36.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002025-01-09T01:20:36.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31012025-01-09T01:20:37.062Z
31022025-01-09T01:20:37.062Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
31032025-01-09T01:20:37.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042025-01-09T01:20:37.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052025-01-09T01:20:37.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062025-01-09T01:20:37.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31072025-01-09T01:20:37.728Z
31082025-01-09T01:20:37.729Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
31092025-01-09T01:20:38.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102025-01-09T01:20:38.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112025-01-09T01:20:38.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122025-01-09T01:20:38.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31132025-01-09T01:20:38.394Z
31142025-01-09T01:20:38.394Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31152025-01-09T01:20:38.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162025-01-09T01:20:38.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172025-01-09T01:20:38.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182025-01-09T01:20:38.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31192025-01-09T01:20:39.057Z
31202025-01-09T01:20:39.057Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31212025-01-09T01:20:39.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222025-01-09T01:20:39.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232025-01-09T01:20:39.754Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31242025-01-09T01:20:39.754Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31252025-01-09T01:20:40.654Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31262025-01-09T01:20:42.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
31272025-01-09T01:20:42.923Z
31282025-01-09T01:20:42.923Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31292025-01-09T01:20:43.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302025-01-09T01:20:43.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312025-01-09T01:20:43.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322025-01-09T01:20:43.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31332025-01-09T01:20:43.559Z
31342025-01-09T01:20:43.559Zinfo: running `cargo check --bins` on cert-dev (133/176)
31352025-01-09T01:20:44.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362025-01-09T01:20:44.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372025-01-09T01:20:44.178Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31382025-01-09T01:20:44.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31392025-01-09T01:20:44.615Z
31402025-01-09T01:20:44.615Zinfo: running `cargo check --bins` on clickana (134/176)
31412025-01-09T01:20:45.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422025-01-09T01:20:45.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432025-01-09T01:20:45.273Z Checking castaway v0.2.3
31442025-01-09T01:20:45.276Z Checking unicode-truncate v1.1.0
31452025-01-09T01:20:45.276Z Checking lru v0.12.5
31462025-01-09T01:20:45.276Z Compiling instability v0.3.2
31472025-01-09T01:20:45.276Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31482025-01-09T01:20:45.276Z Checking cassowary v0.3.0
31492025-01-09T01:20:45.487Z Checking compact_str v0.8.0
31502025-01-09T01:20:46.145Z Checking ratatui v0.28.1
31512025-01-09T01:20:47.055Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31522025-01-09T01:20:48.082Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31532025-01-09T01:20:48.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
31542025-01-09T01:20:49.123Z
31552025-01-09T01:20:49.123Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31562025-01-09T01:20:49.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572025-01-09T01:20:49.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582025-01-09T01:20:49.808Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31592025-01-09T01:20:49.808Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31602025-01-09T01:20:50.884Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31612025-01-09T01:20:51.389Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31622025-01-09T01:20:51.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
31632025-01-09T01:20:51.955Z
31642025-01-09T01:20:51.955Zinfo: running `cargo check --bins` on ch-dev (136/176)
31652025-01-09T01:20:52.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662025-01-09T01:20:52.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672025-01-09T01:20:52.618Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31682025-01-09T01:20:53.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31692025-01-09T01:20:53.524Z
31702025-01-09T01:20:53.524Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31712025-01-09T01:20:54.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722025-01-09T01:20:54.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732025-01-09T01:20:54.190Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31742025-01-09T01:20:54.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31752025-01-09T01:20:54.747Z
31762025-01-09T01:20:54.747Zinfo: running `cargo check --bins` on db-dev (138/176)
31772025-01-09T01:20:55.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782025-01-09T01:20:55.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792025-01-09T01:20:55.423Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31802025-01-09T01:20:56.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
31812025-01-09T01:20:56.340Z
31822025-01-09T01:20:56.340Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31832025-01-09T01:20:56.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842025-01-09T01:20:56.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852025-01-09T01:20:56.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862025-01-09T01:20:56.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31872025-01-09T01:20:57.002Z
31882025-01-09T01:20:57.002Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31892025-01-09T01:20:57.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902025-01-09T01:20:57.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912025-01-09T01:20:57.636Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31922025-01-09T01:20:58.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
31932025-01-09T01:20:58.698Z
31942025-01-09T01:20:58.698Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31952025-01-09T01:20:59.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962025-01-09T01:20:59.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972025-01-09T01:20:59.324Z Checking cargo-platform v0.1.8
31982025-01-09T01:20:59.597Z Checking cargo_metadata v0.18.1
31992025-01-09T01:21:00.580Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32002025-01-09T01:21:01.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
32012025-01-09T01:21:01.603Z
32022025-01-09T01:21:01.603Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32032025-01-09T01:21:02.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042025-01-09T01:21:02.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052025-01-09T01:21:02.323Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32062025-01-09T01:21:03.870Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32072025-01-09T01:21:04.507Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32082025-01-09T01:21:05.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
32092025-01-09T01:21:05.289Z
32102025-01-09T01:21:05.289Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32112025-01-09T01:21:05.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-01-09T01:21:05.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-01-09T01:21:06.084Z Compiling crunchy v0.2.2
32142025-01-09T01:21:06.087Z Compiling tiny-keccak v2.0.2
32152025-01-09T01:21:06.087Z Compiling dsl_auto_type v0.1.2
32162025-01-09T01:21:06.087Z Checking scheduled-thread-pool v0.2.7
32172025-01-09T01:21:06.087Z Compiling diesel_table_macro_syntax v0.2.0
32182025-01-09T01:21:06.219Z Compiling ascii-canvas v3.0.0
32192025-01-09T01:21:06.222Z Compiling ena v0.14.3
32202025-01-09T01:21:06.232Z Compiling diff v0.1.13
32212025-01-09T01:21:06.428Z Checking r2d2 v0.8.10
32222025-01-09T01:21:06.477Z Compiling regex-syntax v0.6.29
32232025-01-09T01:21:06.685Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32242025-01-09T01:21:06.688Z Compiling ref-cast v1.0.23
32252025-01-09T01:21:06.757Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32262025-01-09T01:21:06.844Z Compiling derive_builder_core v0.20.2
32272025-01-09T01:21:06.895Z Compiling libxml v0.3.3
32282025-01-09T01:21:06.922Z Compiling ref-cast-impl v1.0.23
32292025-01-09T01:21:07.063Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32302025-01-09T01:21:07.302Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32312025-01-09T01:21:07.341Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32322025-01-09T01:21:07.488Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32332025-01-09T01:21:07.616Z Compiling strum_macros v0.24.3
32342025-01-09T01:21:07.636Z Compiling samael v0.0.17
32352025-01-09T01:21:07.788Z Compiling diesel_derives v2.2.3
32362025-01-09T01:21:07.913Z Compiling indoc v1.0.9
32372025-01-09T01:21:08.878Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32382025-01-09T01:21:09.173Z Compiling impl-trait-for-tuples v0.2.2
32392025-01-09T01:21:09.323Z Compiling derive_builder_macro v0.20.2
32402025-01-09T01:21:10.156Z Compiling lalrpop v0.19.12
32412025-01-09T01:21:10.253Z Checking derive_builder v0.20.2
32422025-01-09T01:21:10.402Z Compiling oso-derive v0.27.3
32432025-01-09T01:21:10.755Z Checking quick-xml v0.33.0
32442025-01-09T01:21:11.383Z Compiling diesel-dtrace v0.4.2
32452025-01-09T01:21:11.469Z Checking maplit v1.0.2
32462025-01-09T01:21:11.620Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32472025-01-09T01:21:11.764Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32482025-01-09T01:21:11.919Z Checking bb8 v0.8.5
32492025-01-09T01:21:12.098Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32502025-01-09T01:21:12.408Z Checking rand_seeder v0.3.0
32512025-01-09T01:21:12.468Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32522025-01-09T01:21:12.539Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32532025-01-09T01:21:12.641Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32542025-01-09T01:21:12.853Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32552025-01-09T01:21:13.172Z Checking smawk v0.3.2
32562025-01-09T01:21:13.280Z Checking unicode-linebreak v0.1.5
32572025-01-09T01:21:13.393Z Checking is_ci v1.2.0
32582025-01-09T01:21:13.543Z Checking supports-color v3.0.1
32592025-01-09T01:21:13.723Z Checking textwrap v0.16.1
32602025-01-09T01:21:13.769Z Checking multimap v0.10.0
32612025-01-09T01:21:14.462Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32622025-01-09T01:21:17.111Z Checking diesel v2.2.6
32632025-01-09T01:21:43.650Z Compiling polar-core v0.27.3
32642025-01-09T01:21:46.998Z Checking async-bb8-diesel v0.2.1
32652025-01-09T01:21:51.192Z Checking oso v0.27.3
32662025-01-09T01:23:00.145Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32672025-01-09T01:23:06.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
32682025-01-09T01:23:06.660Z
32692025-01-09T01:23:06.660Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32702025-01-09T01:23:07.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712025-01-09T01:23:07.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722025-01-09T01:23:07.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732025-01-09T01:23:07.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32742025-01-09T01:23:07.353Z
32752025-01-09T01:23:07.353Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32762025-01-09T01:23:07.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-01-09T01:23:07.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-01-09T01:23:07.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792025-01-09T01:23:07.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32802025-01-09T01:23:08.047Z
32812025-01-09T01:23:08.047Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32822025-01-09T01:23:08.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-01-09T01:23:08.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-01-09T01:23:08.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852025-01-09T01:23:08.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32862025-01-09T01:23:08.680Z
32872025-01-09T01:23:08.683Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32882025-01-09T01:23:09.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892025-01-09T01:23:09.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902025-01-09T01:23:09.497Z Compiling libz-sys v1.1.20
32912025-01-09T01:23:09.612Z Compiling libgit2-sys v0.17.0+1.8.1
32922025-01-09T01:23:09.625Z Compiling vergen v8.3.2
32932025-01-09T01:23:09.627Z Compiling cargo-platform v0.1.8
32942025-01-09T01:23:09.627Z Compiling pin-project-internal v1.1.6
32952025-01-09T01:23:09.666Z Compiling libsqlite3-sys v0.30.1
32962025-01-09T01:23:09.669Z Compiling snafu-derive v0.8.5
32972025-01-09T01:23:09.669Z Compiling rustls v0.21.12
32982025-01-09T01:23:09.914Z Compiling cargo_metadata v0.18.1
32992025-01-09T01:23:09.986Z Compiling cfg_aliases v0.2.1
33002025-01-09T01:23:10.120Z Compiling buf-list v1.0.3
33012025-01-09T01:23:10.194Z Compiling nix v0.29.0
33022025-01-09T01:23:10.292Z Checking globset v0.4.15
33032025-01-09T01:23:10.575Z Checking olpc-cjson v0.1.4
33042025-01-09T01:23:10.798Z Checking rustls-webpki v0.101.7
33052025-01-09T01:23:10.825Z Checking sct v0.7.1
33062025-01-09T01:23:10.837Z Checking serde_plain v1.0.2
33072025-01-09T01:23:11.033Z Checking typed-path v0.9.3
33082025-01-09T01:23:11.364Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33092025-01-09T01:23:11.545Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33102025-01-09T01:23:11.638Z Checking hashlink v0.9.1
33112025-01-09T01:23:11.837Z Checking fallible-streaming-iterator v0.1.9
33122025-01-09T01:23:12.086Z Checking parse-size v1.1.0
33132025-01-09T01:23:12.272Z Checking fallible-iterator v0.3.0
33142025-01-09T01:23:12.670Z Checking pin-project v1.1.6
33152025-01-09T01:23:12.802Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33162025-01-09T01:23:12.870Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33172025-01-09T01:23:12.888Z Checking rusqlite v0.32.1
33182025-01-09T01:23:12.963Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33192025-01-09T01:23:13.686Z Checking rustls-pemfile v1.0.4
33202025-01-09T01:23:13.706Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33212025-01-09T01:23:13.776Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33222025-01-09T01:23:13.882Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33232025-01-09T01:23:13.902Z Checking twox-hash v1.6.3
33242025-01-09T01:23:14.030Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33252025-01-09T01:23:14.376Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33262025-01-09T01:23:14.515Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33272025-01-09T01:23:14.747Z Checking tokio-rustls v0.24.1
33282025-01-09T01:23:14.976Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33292025-01-09T01:23:15.129Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33302025-01-09T01:23:15.149Z Checking fatfs v0.3.6
33312025-01-09T01:23:15.241Z Checking snafu v0.8.5
33322025-01-09T01:23:15.773Z Checking tough v0.19.0
33332025-01-09T01:23:16.009Z Checking assert_matches v1.5.0
33342025-01-09T01:23:19.994Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33352025-01-09T01:23:21.428Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33362025-01-09T01:23:22.133Z Compiling git2 v0.19.0
33372025-01-09T01:23:26.875Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33382025-01-09T01:24:22.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
33392025-01-09T01:24:22.638Z
33402025-01-09T01:24:22.638Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33412025-01-09T01:24:23.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422025-01-09T01:24:23.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432025-01-09T01:24:23.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442025-01-09T01:24:23.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33452025-01-09T01:24:23.328Z
33462025-01-09T01:24:23.328Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33472025-01-09T01:24:23.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482025-01-09T01:24:23.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492025-01-09T01:24:23.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502025-01-09T01:24:23.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33512025-01-09T01:24:23.949Z
33522025-01-09T01:24:23.949Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33532025-01-09T01:24:24.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542025-01-09T01:24:24.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552025-01-09T01:24:24.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562025-01-09T01:24:24.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33572025-01-09T01:24:24.617Z
33582025-01-09T01:24:24.617Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33592025-01-09T01:24:25.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602025-01-09T01:24:25.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612025-01-09T01:24:25.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622025-01-09T01:24:25.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33632025-01-09T01:24:25.312Z
33642025-01-09T01:24:25.312Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33652025-01-09T01:24:25.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662025-01-09T01:24:25.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672025-01-09T01:24:25.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682025-01-09T01:24:25.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33692025-01-09T01:24:25.995Z
33702025-01-09T01:24:25.995Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33712025-01-09T01:24:26.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722025-01-09T01:24:26.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732025-01-09T01:24:26.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742025-01-09T01:24:26.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33752025-01-09T01:24:26.701Z
33762025-01-09T01:24:26.701Zinfo: running `cargo check --bins` on update-common (154/176)
33772025-01-09T01:24:27.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782025-01-09T01:24:27.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792025-01-09T01:24:27.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802025-01-09T01:24:27.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33812025-01-09T01:24:27.375Z
33822025-01-09T01:24:27.375Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33832025-01-09T01:24:27.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842025-01-09T01:24:27.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852025-01-09T01:24:27.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862025-01-09T01:24:27.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33872025-01-09T01:24:28.049Z
33882025-01-09T01:24:28.049Zinfo: running `cargo check --bins` on tufaceous (156/176)
33892025-01-09T01:24:28.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902025-01-09T01:24:28.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912025-01-09T01:24:28.737Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33922025-01-09T01:24:29.995Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33932025-01-09T01:24:30.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
33942025-01-09T01:24:31.097Z
33952025-01-09T01:24:31.097Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33962025-01-09T01:24:31.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972025-01-09T01:24:31.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982025-01-09T01:24:31.979Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33992025-01-09T01:24:31.982Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34002025-01-09T01:24:32.120Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34012025-01-09T01:24:32.123Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34022025-01-09T01:24:33.219Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34032025-01-09T01:25:00.489Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34042025-01-09T01:25:00.489Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34052025-01-09T01:25:00.492Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34062025-01-09T01:25:00.492Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34072025-01-09T01:25:00.492Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34082025-01-09T01:25:01.322Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34092025-01-09T01:25:02.646Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34102025-01-09T01:25:42.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
34112025-01-09T01:25:42.394Z
34122025-01-09T01:25:42.395Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34132025-01-09T01:25:42.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142025-01-09T01:25:42.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152025-01-09T01:25:43.116Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34162025-01-09T01:25:43.116Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34172025-01-09T01:25:43.119Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34182025-01-09T01:25:43.245Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34192025-01-09T01:25:43.248Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34202025-01-09T01:25:43.276Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34212025-01-09T01:25:43.279Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34222025-01-09T01:25:43.291Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34232025-01-09T01:25:43.497Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34242025-01-09T01:25:43.545Z Checking heck v0.4.1
34252025-01-09T01:25:43.637Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34262025-01-09T01:25:43.763Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34272025-01-09T01:25:43.839Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34282025-01-09T01:25:43.984Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34292025-01-09T01:25:44.379Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34302025-01-09T01:25:44.726Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34312025-01-09T01:25:44.729Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34322025-01-09T01:25:46.021Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34332025-01-09T01:25:46.585Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34342025-01-09T01:25:47.073Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34352025-01-09T01:25:47.252Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34362025-01-09T01:25:49.223Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34372025-01-09T01:25:49.223Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382025-01-09T01:25:50.640Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34392025-01-09T01:25:52.228Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34402025-01-09T01:25:58.462Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34412025-01-09T01:25:58.462Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34422025-01-09T01:25:59.720Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34432025-01-09T01:26:00.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.45s
34442025-01-09T01:26:01.040Z
34452025-01-09T01:26:01.040Zinfo: running `cargo check --bins` on installinator-api (159/176)
34462025-01-09T01:26:01.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472025-01-09T01:26:01.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482025-01-09T01:26:01.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492025-01-09T01:26:01.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34502025-01-09T01:26:01.705Z
34512025-01-09T01:26:01.705Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34522025-01-09T01:26:02.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532025-01-09T01:26:02.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542025-01-09T01:26:02.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552025-01-09T01:26:02.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34562025-01-09T01:26:02.370Z
34572025-01-09T01:26:02.370Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34582025-01-09T01:26:02.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592025-01-09T01:26:02.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602025-01-09T01:26:03.071Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34612025-01-09T01:26:03.071Z Compiling petname v2.0.2
34622025-01-09T01:26:03.073Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34632025-01-09T01:26:03.073Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34642025-01-09T01:26:03.073Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34652025-01-09T01:26:03.073Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34662025-01-09T01:26:03.073Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34672025-01-09T01:26:03.198Z Checking sync-ptr v0.1.1
34682025-01-09T01:26:08.833Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34692025-01-09T01:26:09.499Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34702025-01-09T01:26:10.742Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34712025-01-09T01:26:12.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.99s
34722025-01-09T01:26:12.549Z
34732025-01-09T01:26:12.549Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34742025-01-09T01:26:13.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752025-01-09T01:26:13.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762025-01-09T01:26:13.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772025-01-09T01:26:13.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34782025-01-09T01:26:13.219Z
34792025-01-09T01:26:13.219Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34802025-01-09T01:26:13.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812025-01-09T01:26:13.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822025-01-09T01:26:13.893Z Checking memmap2 v0.9.5
34832025-01-09T01:26:13.893Z Checking arrayvec v0.7.6
34842025-01-09T01:26:13.896Z Checking arrayref v0.3.9
34852025-01-09T01:26:13.896Z Checking constant_time_eq v0.3.1
34862025-01-09T01:26:13.896Z Checking topological-sort v0.2.2
34872025-01-09T01:26:13.997Z Checking shell-words v1.1.0
34882025-01-09T01:26:14.267Z Checking blake3 v1.5.4
34892025-01-09T01:26:14.621Z Checking omicron-zone-package v0.12.0
34902025-01-09T01:26:15.862Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34912025-01-09T01:26:16.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
34922025-01-09T01:26:16.997Z
34932025-01-09T01:26:16.997Zinfo: running `cargo check --bins` on xtask (164/176)
34942025-01-09T01:26:17.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952025-01-09T01:26:17.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962025-01-09T01:26:17.432Z Checking bitflags v2.6.0
34972025-01-09T01:26:17.435Z Checking serde v1.0.215
34982025-01-09T01:26:17.435Z Checking thiserror v1.0.69
34992025-01-09T01:26:17.520Z Checking scroll v0.12.0
35002025-01-09T01:26:17.539Z Checking log v0.4.22
35012025-01-09T01:26:17.571Z Checking hashbrown v0.15.1
35022025-01-09T01:26:17.571Z Checking zerocopy v0.7.35
35032025-01-09T01:26:17.574Z Checking syn v2.0.87
35042025-01-09T01:26:17.623Z Checking pest v2.7.14
35052025-01-09T01:26:17.762Z Checking rustix v0.38.37
35062025-01-09T01:26:17.802Z Checking once_cell v1.20.2
35072025-01-09T01:26:17.985Z Checking goblin v0.8.2
35082025-01-09T01:26:18.135Z Checking fs-err v2.11.0
35092025-01-09T01:26:18.466Z Checking anyhow v1.0.93
35102025-01-09T01:26:18.652Z Checking indexmap v2.6.0
35112025-01-09T01:26:18.871Z Checking tabled v0.15.0
35122025-01-09T01:26:19.690Z Checking terminal_size v0.4.0
35132025-01-09T01:26:19.690Z Checking tempfile v3.13.0
35142025-01-09T01:26:19.897Z Checking clap_builder v4.5.21
35152025-01-09T01:26:20.162Z Checking dtrace-parser v0.2.0
35162025-01-09T01:26:21.842Z Checking serde_json v1.0.133
35172025-01-09T01:26:21.842Z Checking toml_datetime v0.6.8
35182025-01-09T01:26:21.844Z Checking serde_spanned v0.6.8
35192025-01-09T01:26:21.844Z Checking camino v1.1.9
35202025-01-09T01:26:21.844Z Checking cargo-platform v0.1.8
35212025-01-09T01:26:21.919Z Checking semver v1.0.23
35222025-01-09T01:26:22.096Z Checking macaddr v1.0.1
35232025-01-09T01:26:22.115Z Checking toml_edit v0.22.22
35242025-01-09T01:26:22.436Z Checking camino-tempfile v1.1.1
35252025-01-09T01:26:22.509Z Checking clap v4.5.21
35262025-01-09T01:26:23.098Z Checking dof v0.3.0
35272025-01-09T01:26:23.098Z Checking cargo_metadata v0.18.1
35282025-01-09T01:26:23.525Z Checking usdt-impl v0.5.0
35292025-01-09T01:26:23.888Z Checking usdt v0.5.0
35302025-01-09T01:26:23.975Z Checking toml v0.8.19
35312025-01-09T01:26:24.460Z Checking cargo_toml v0.20.5
35322025-01-09T01:26:25.702Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35332025-01-09T01:26:26.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
35342025-01-09T01:26:26.431Z
35352025-01-09T01:26:26.431Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35362025-01-09T01:26:27.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372025-01-09T01:26:27.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382025-01-09T01:26:27.203Z Checking polyval v0.6.2
35392025-01-09T01:26:27.317Z Checking ctr v0.9.2
35402025-01-09T01:26:27.330Z Checking ssh-encoding v0.2.0
35412025-01-09T01:26:27.332Z Checking blowfish v0.9.1
35422025-01-09T01:26:27.354Z Checking password-hash v0.4.2
35432025-01-09T01:26:27.356Z Checking matches v0.1.10
35442025-01-09T01:26:27.384Z Checking p256 v0.13.2
35452025-01-09T01:26:27.384Z Checking p521 v0.13.3
35462025-01-09T01:26:27.438Z Checking idna v0.2.3
35472025-01-09T01:26:27.536Z Checking ghash v0.5.1
35482025-01-09T01:26:27.538Z Checking bcrypt-pbkdf v0.10.0
35492025-01-09T01:26:27.621Z Compiling enum-as-inner v0.5.1
35502025-01-09T01:26:27.652Z Checking russh-cryptovec v0.7.3
35512025-01-09T01:26:27.697Z Checking aes-gcm v0.10.3
35522025-01-09T01:26:27.780Z Checking pbkdf2 v0.11.0
35532025-01-09T01:26:27.810Z Checking md5 v0.7.0
35542025-01-09T01:26:27.858Z Checking num-bigint v0.4.6
35552025-01-09T01:26:27.877Z Checking des v0.8.1
35562025-01-09T01:26:27.926Z Checking ssh-cipher v0.2.0
35572025-01-09T01:26:28.061Z Checking hex-literal v0.4.1
35582025-01-09T01:26:28.106Z Compiling dhcproto-macros v0.1.0
35592025-01-09T01:26:28.140Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35602025-01-09T01:26:28.195Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35612025-01-09T01:26:28.230Z Checking ssh-key v0.6.6
35622025-01-09T01:26:28.310Z Checking internet-checksum v0.2.1
35632025-01-09T01:26:28.676Z Checking trust-dns-proto v0.22.0
35642025-01-09T01:26:29.584Z Checking russh-keys v0.45.0
35652025-01-09T01:26:30.551Z Checking russh v0.45.0
35662025-01-09T01:26:31.287Z Checking dhcproto v0.12.0
35672025-01-09T01:26:49.043Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35682025-01-09T01:26:50.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.09s
35692025-01-09T01:26:50.744Z
35702025-01-09T01:26:50.744Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35712025-01-09T01:26:51.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722025-01-09T01:26:51.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732025-01-09T01:26:51.395Z Checking termios v0.3.3
35742025-01-09T01:26:51.615Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35752025-01-09T01:26:52.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
35762025-01-09T01:26:52.606Z
35772025-01-09T01:26:52.606Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35782025-01-09T01:26:53.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792025-01-09T01:26:53.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802025-01-09T01:26:53.308Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35812025-01-09T01:26:53.308Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35822025-01-09T01:26:53.310Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35832025-01-09T01:26:53.311Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35842025-01-09T01:26:54.417Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35852025-01-09T01:26:55.782Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35862025-01-09T01:26:57.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
35872025-01-09T01:26:57.894Z
35882025-01-09T01:26:57.894Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35892025-01-09T01:26:58.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902025-01-09T01:26:58.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912025-01-09T01:26:58.538Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35922025-01-09T01:26:59.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35932025-01-09T01:26:59.212Z
35942025-01-09T01:26:59.212Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35952025-01-09T01:26:59.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962025-01-09T01:26:59.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972025-01-09T01:26:59.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982025-01-09T01:26:59.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35992025-01-09T01:26:59.834Z
36002025-01-09T01:26:59.834Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36012025-01-09T01:27:00.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022025-01-09T01:27:00.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032025-01-09T01:27:00.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042025-01-09T01:27:00.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36052025-01-09T01:27:00.461Z
36062025-01-09T01:27:00.461Zinfo: running `cargo check --bins` on omicron-package (171/176)
36072025-01-09T01:27:01.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082025-01-09T01:27:01.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092025-01-09T01:27:01.140Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36102025-01-09T01:27:02.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
36112025-01-09T01:27:02.770Z
36122025-01-09T01:27:02.770Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36132025-01-09T01:27:03.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142025-01-09T01:27:03.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152025-01-09T01:27:03.481Z Checking rtoolbox v0.0.2
36162025-01-09T01:27:03.484Z Checking tui-tree-widget v0.22.0
36172025-01-09T01:27:03.484Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36182025-01-09T01:27:03.708Z Checking rpassword v7.3.1
36192025-01-09T01:27:07.967Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36202025-01-09T01:27:11.079Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36212025-01-09T01:27:12.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.57s
36222025-01-09T01:27:12.542Z
36232025-01-09T01:27:12.542Zinfo: running `cargo check --bins` on wicket (173/176)
36242025-01-09T01:27:13.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252025-01-09T01:27:13.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262025-01-09T01:27:13.252Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36272025-01-09T01:27:13.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
36282025-01-09T01:27:13.892Z
36292025-01-09T01:27:13.892Zinfo: running `cargo check --bins` on wicketd (174/176)
36302025-01-09T01:27:14.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312025-01-09T01:27:14.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322025-01-09T01:27:14.616Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36332025-01-09T01:27:14.616Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36342025-01-09T01:27:15.504Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36352025-01-09T01:27:19.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
36362025-01-09T01:27:19.637Z
36372025-01-09T01:27:19.637Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36382025-01-09T01:27:20.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392025-01-09T01:27:20.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402025-01-09T01:27:20.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412025-01-09T01:27:20.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36422025-01-09T01:27:20.256Z
36432025-01-09T01:27:20.256Zinfo: running `cargo check --bins` on zone-setup (176/176)
36442025-01-09T01:27:20.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452025-01-09T01:27:20.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462025-01-09T01:27:20.994Z Checking uzers v0.12.1
36472025-01-09T01:27:21.338Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36482025-01-09T01:27:22.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
36492025-01-09T01:27:22.751Z
36502025-01-09T01:27:22.751Zreal 13:56.233702466
36512025-01-09T01:27:22.751Zuser 25:58.633175698
36522025-01-09T01:27:22.751Zsys 5:53.535441589
36532025-01-09T01:27:22.751Ztrap 0.506088370
36542025-01-09T01:27:22.751Ztflt 2.684453857
36552025-01-09T01:27:22.754Zdflt 3.012739820
36562025-01-09T01:27:22.754Zkflt 0.001246450
36572025-01-09T01:27:22.754Zlock 49:45.097584145
36582025-01-09T01:27:22.754Zslp 2:16:23.552991438
36592025-01-09T01:27:22.755Zlat 1:03.955110887
36602025-01-09T01:27:22.755Zstop 3:40.394574235
36612025-01-09T01:27:22.755Zprocess exited: duration 1139913 ms, exit code 0
 
36622025-01-09T01:27:22.761Zfound 0 output files