01JFK33FHPHMN25JJDZ6Q60QG6: 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: 01JFK350ZNME8WPWJ06KZA6AMF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T22:33:17.215Zjob assigned to worker 01JFK354DRNSP2EJ0SHRDNXA29 [factory aws, i-0fd12fd1f7d6082e3] (queued for 1 m 46 s)
 
22024-12-20T22:33:33.277Zstarting task 0: "setup"
32024-12-20T22:33:34.752Z++ uname -s
42024-12-20T22:33:34.752Z+ kern=SunOS
52024-12-20T22:33:34.752Z+ case "$kern" in
62024-12-20T22:33:34.752Z+ groupadd -g 12345 build
72024-12-20T22:33:34.752Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T22:33:35.986Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T22:33:35.986Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T22:33:35.986Z+ home_fs=zfs
112024-12-20T22:33:35.987Z+ [[ zfs == autofs ]]
122024-12-20T22:33:35.987Z+ mkdir -p /home/build
132024-12-20T22:33:35.987Z+ chown build:build /home/build /work
142024-12-20T22:33:37.634Z+ chmod 0700 /home/build /work
152024-12-20T22:33:38.826Zprocess exited: duration 4402 ms, exit code 0
 
162024-12-20T22:33:40.847Zstarting task 1: "rust-toolchain"
172024-12-20T22:33:42.331Z+ printf ' * toolchain channel = "%s"
182024-12-20T22:33:42.331Z' 1.81.0
192024-12-20T22:33:42.331Z * toolchain channel = "1.81.0"
202024-12-20T22:33:42.332Z+ printf ' * toolchain profile = "%s"
212024-12-20T22:33:42.332Z' default
222024-12-20T22:33:42.332Z * toolchain profile = "default"
232024-12-20T22:33:42.332Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T22:33:42.332Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T22:33:42.332Zinfo: downloading installer
262024-12-20T22:33:42.905Zinfo: profile set to 'default'
272024-12-20T22:33:42.905Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T22:33:44.171Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T22:33:44.762Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T22:33:44.762Zinfo: downloading component 'cargo'
312024-12-20T22:33:44.762Zinfo: downloading component 'clippy'
322024-12-20T22:33:44.762Zinfo: downloading component 'rust-docs'
332024-12-20T22:33:45.311Zinfo: downloading component 'rust-std'
342024-12-20T22:33:46.401Zinfo: downloading component 'rustc'
352024-12-20T22:33:51.687Zinfo: downloading component 'rustfmt'
362024-12-20T22:33:52.008Zinfo: installing component 'cargo'
372024-12-20T22:33:52.836Zinfo: installing component 'clippy'
382024-12-20T22:33:53.454Zinfo: installing component 'rust-docs'
392024-12-20T22:33:54.592Zinfo: installing component 'rust-std'
402024-12-20T22:33:56.748Zinfo: installing component 'rustc'
412024-12-20T22:34:01.974Zinfo: installing component 'rustfmt'
422024-12-20T22:34:02.362Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T22:34:02.362Z
442024-12-20T22:34:02.887Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T22:34:02.888Z
462024-12-20T22:34:03.113Z
472024-12-20T22:34:03.113ZRust is installed now. Great!
482024-12-20T22:34:03.113Z
492024-12-20T22:34:03.113ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T22:34:03.114Zenvironment variable. This has not been done automatically.
512024-12-20T22:34:03.114Z
522024-12-20T22:34:03.114ZTo configure your current shell, you need to source
532024-12-20T22:34:03.114Zthe corresponding env file under $HOME/.cargo.
542024-12-20T22:34:03.114Z
552024-12-20T22:34:03.114ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T22:34:03.114Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T22:34:03.114Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T22:34:03.114Z+ rustc --version
592024-12-20T22:34:03.114Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T22:34:03.114Zprocess exited: duration 22227 ms, exit code 0
 
612024-12-20T22:34:03.584Zstarting task 2: "authentication"
622024-12-20T22:34:04.006Zprocess exited: duration 411 ms, exit code 0
 
632024-12-20T22:34:04.551Zstarting task 3: "clone repository"
642024-12-20T22:34:04.688Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T22:34:04.688Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T22:34:05.730ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T22:34:12.561Z+ cd /work/oxidecomputer/omicron
682024-12-20T22:34:12.561Z+ git fetch origin 053adca9631d35107145c730e9cf47a251bb05eb
692024-12-20T22:34:12.894ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T22:34:12.894Z * branch 053adca9631d35107145c730e9cf47a251bb05eb -> FETCH_HEAD
712024-12-20T22:34:12.909Z+ [[ -n support-bundle-simulated-implementation ]]
722024-12-20T22:34:12.909Z++ git branch --show-current
732024-12-20T22:34:12.909Z+ current=main
742024-12-20T22:34:12.910Z+ [[ main != support-bundle-simulated-implementation ]]
752024-12-20T22:34:12.910Z+ git branch -f support-bundle-simulated-implementation 053adca9631d35107145c730e9cf47a251bb05eb
762024-12-20T22:34:12.910Z+ git checkout -f support-bundle-simulated-implementation
772024-12-20T22:34:13.026ZSwitched to branch 'support-bundle-simulated-implementation'
782024-12-20T22:34:13.029Z+ git reset --hard 053adca9631d35107145c730e9cf47a251bb05eb
792024-12-20T22:34:13.083ZHEAD is now at 053adca96 Merge branch 'support-bundles-crdb' into support-bundle-simulated-implementation
802024-12-20T22:34:13.087Zprocess exited: duration 8704 ms, exit code 0
 
812024-12-20T22:34:13.101Zstarting task 4: "build"
822024-12-20T22:34:13.106Z+ source .github/buildomat/ci-env.sh
832024-12-20T22:34:13.106Z++ export CARGO_TERM_COLOR=always
842024-12-20T22:34:13.106Z++ CARGO_TERM_COLOR=always
852024-12-20T22:34:13.106Z+ cargo --version
862024-12-20T22:34:13.154Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T22:34:13.164Z+ rustc --version
882024-12-20T22:34:13.216Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T22:34:13.225Z+ source ./env.sh
902024-12-20T22:34:13.226Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T22:34:13.226Z++ set -o xtrace
922024-12-20T22:34:13.226Z++++ dirname ./env.sh
932024-12-20T22:34:13.226Z+++ readlink -f .
942024-12-20T22:34:13.273Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T22:34:13.282Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-20T22:34:13.282Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-20T22:34:13.283Z++ 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
982024-12-20T22:34:13.283Z++ 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
992024-12-20T22:34:13.284Z++ 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
1002024-12-20T22:34:13.284Z++ 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
1012024-12-20T22:34:13.284Z++ 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
1022024-12-20T22:34:13.284Z++ 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
1032024-12-20T22:34:13.284Z++ case $OLD_SHELL_OPTS in
1042024-12-20T22:34:13.285Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T22:34:13.285Z+ 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
1062024-12-20T22:34:13.285Z+ 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
1072024-12-20T22:34:13.285Z+ banner prerequisites
1082024-12-20T22:34:13.372Z
1092024-12-20T22:34:13.372Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T22:34:13.373Z # # # # # # # # # # # # # # #
1112024-12-20T22:34:13.373Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T22:34:13.373Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T22:34:13.373Z # # # # # # # # # # # # # # #
1142024-12-20T22:34:13.373Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T22:34:13.373Z
1162024-12-20T22:34:13.376Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T22:34:31.905Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-20T22:34:36.030Z Startup: Caching catalogs ... Done
1192024-12-20T22:34:46.772ZPlanning: Solver setup ... Done (9.762s)
1202024-12-20T22:34:46.905ZPlanning: Running solver ... Done (0.133s)
1212024-12-20T22:34:47.133ZPlanning: Finding local manifests ... Done (0.126s)
1222024-12-20T22:34:47.172ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-20T22:34:48.232ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-20T22:34:48.513ZPlanning: Package planning ... Done (0.282s)
1252024-12-20T22:34:48.569ZPlanning: Merging actions ... Done (0.055s)
1262024-12-20T22:34:49.741ZPlanning: Checking for conflicting actions ... Done (1.171s)
1272024-12-20T22:34:56.926ZPlanning: Consolidating action changes ... Done (7.184s)
1282024-12-20T22:34:57.292ZPlanning: Evaluating mediators ... Done (0.366s)
1292024-12-20T22:34:57.428ZPlanning: Planning completed in 21.30 seconds
1302024-12-20T22:34:58.072Z Packages to install: 4
1312024-12-20T22:34:58.072Z Packages to update: 1
1322024-12-20T22:34:58.072Z Mediators to change: 2
1332024-12-20T22:34:58.075Z Services to change: 1
1342024-12-20T22:34:58.075Z Estimated space available: 155.63 GB
1352024-12-20T22:34:58.075ZEstimated space to be consumed: 1.62 GB
1362024-12-20T22:34:58.075Z Create boot environment: No
1372024-12-20T22:34:58.075ZCreate backup boot environment: Yes
1382024-12-20T22:34:58.075Z Rebuild boot archive: No
1392024-12-20T22:34:58.075Z
1402024-12-20T22:34:58.075ZChanged mediators:
1412024-12-20T22:34:58.075Z mediator clang:
1422024-12-20T22:34:58.075Z version: None -> 15 (system default)
1432024-12-20T22:34:58.076Z
1442024-12-20T22:34:58.076Z mediator llvm:
1452024-12-20T22:34:58.076Z version: 14 (system default) -> 15 (system default)
1462024-12-20T22:34:58.076Z
1472024-12-20T22:34:58.076ZChanged packages:
1482024-12-20T22:34:58.076Zhelios-dev
1492024-12-20T22:34:58.076Z developer/build-essential
1502024-12-20T22:34:58.076Z None -> 11-2.0
1512024-12-20T22:34:58.076Z library/libxmlsec1
1522024-12-20T22:34:58.076Z None -> 1.2.35-2.0
1532024-12-20T22:34:58.076Z ooce/developer/clang-15
1542024-12-20T22:34:58.076Z None -> 15.0.7-2.0
1552024-12-20T22:34:58.076Z ooce/developer/llvm-15
1562024-12-20T22:34:58.076Z None -> 15.0.7-2.0
1572024-12-20T22:34:58.076Z package/pkg
1582024-12-20T22:34:58.076Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-20T22:34:58.076Z
1602024-12-20T22:34:58.076ZServices:
1612024-12-20T22:34:58.076Z restart_fmri:
1622024-12-20T22:34:58.076Z svc:/system/update-man-index:default
1632024-12-20T22:34:58.076Z
1642024-12-20T22:34:58.076ZEditable files to change:
1652024-12-20T22:34:58.077Z Update:
1662024-12-20T22:34:58.077Z usr/share/lib/pkg/web/config.shtml
1672024-12-20T22:34:58.393Z
1682024-12-20T22:34:58.393ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-20T22:35:05.450ZDownload: 202/4281 items 1.2/220.6MB 0% complete (224k/s)
1702024-12-20T22:35:10.946ZDownload: 211/4281 items 1.3/220.6MB 0% complete (200k/s)
1712024-12-20T22:35:15.962ZDownload: 284/4281 items 15.9/220.6MB 7% complete (1.5M/s)
1722024-12-20T22:35:21.030ZDownload: 464/4281 items 17.1/220.6MB 7% complete (1.7M/s)
1732024-12-20T22:35:26.090ZDownload: 646/4281 items 18.0/220.6MB 8% complete (696k/s)
1742024-12-20T22:35:31.202ZDownload: 732/4281 items 18.3/220.6MB 8% complete (140k/s)
1752024-12-20T22:35:36.217ZDownload: 849/4281 items 18.8/220.6MB 8% complete (94.4k/s)
1762024-12-20T22:35:41.224ZDownload: 941/4281 items 19.0/220.6MB 8% complete (78.1k/s)
1772024-12-20T22:35:46.278ZDownload: 1129/4281 items 67.8/220.6MB 30% complete (4.9M/s)
1782024-12-20T22:35:51.820ZDownload: 1190/4281 items 83.4/220.6MB 37% complete (6.5M/s)
1792024-12-20T22:36:00.531ZDownload: 1192/4281 items 83.4/220.6MB 37% complete (5.9M/s)
1802024-12-20T22:36:11.897ZDownload: 1193/4281 items 83.4/220.6MB 37% complete
1812024-12-20T22:36:16.908ZDownload: 1437/4281 items 115.9/220.6MB 52% complete (7.3M/s)
1822024-12-20T22:36:21.952ZDownload: 1713/4281 items 118.1/220.6MB 53% complete (3.6M/s)
1832024-12-20T22:36:26.972ZDownload: 1938/4281 items 118.6/220.6MB 53% complete (296k/s)
1842024-12-20T22:36:32.033ZDownload: 2082/4281 items 118.8/220.6MB 53% complete (89.3k/s)
1852024-12-20T22:36:37.109ZDownload: 2207/4281 items 119.2/220.6MB 54% complete (52.4k/s)
1862024-12-20T22:36:42.723ZDownload: 2218/4281 items 119.2/220.6MB 54% complete (51.2k/s)
1872024-12-20T22:36:56.266ZDownload: 2218/4281 items 119.2/220.6MB 54% complete
1882024-12-20T22:37:01.269ZDownload: 2957/4281 items 121.2/220.6MB 54% complete (411k/s)
1892024-12-20T22:37:06.308ZDownload: 3278/4281 items 207.9/220.6MB 94% complete (9.0M/s)
1902024-12-20T22:37:11.309ZDownload: 3481/4281 items 215.4/220.6MB 97% complete (9.4M/s)
1912024-12-20T22:37:16.193ZDownload: Completed 220.60 MB in 137.78 seconds (1.6M/s)
1922024-12-20T22:37:18.166Z Actions: 1/5063 actions (Removing old actions)
1932024-12-20T22:37:18.180Z Actions: 194/5063 actions (Installing new actions)
1942024-12-20T22:37:23.195Z Actions: 4200/5063 actions (Installing new actions)
1952024-12-20T22:37:23.197Z Actions: 4226/5063 actions (Updating modified actions)
1962024-12-20T22:37:23.522Z Actions: Completed 5063 actions in 5.36 seconds.
1972024-12-20T22:37:23.945Z Done (0.414s)
1982024-12-20T22:37:23.948Z Done (0.000s)
1992024-12-20T22:37:24.530Z Done (0.583s)
2002024-12-20T22:37:29.957Z Done (5.191s)
2012024-12-20T22:37:30.202Z Done (0.175s)
2022024-12-20T22:37:30.205Z Done (0.000s)
2032024-12-20T22:37:30.357Z Done (0.000s)
2042024-12-20T22:37:31.053ZPlanning: Evaluating mediator changes ... Done
2052024-12-20T22:37:31.211ZPlanning: Checking for conflicting actions ... Done
2062024-12-20T22:37:31.213ZPlanning: Consolidating action changes ... Done
2072024-12-20T22:37:31.478ZPlanning: Evaluating mediators ... Done
2082024-12-20T22:37:31.481ZPlanning: Planning completed in 0.43 seconds
2092024-12-20T22:37:31.515Z Mediators to change: 2
2102024-12-20T22:37:31.515Z Create boot environment: No
2112024-12-20T22:37:31.518ZCreate backup boot environment: No
2122024-12-20T22:37:31.587Z Done
2132024-12-20T22:37:31.587Z Done
2142024-12-20T22:37:31.978Z Done
2152024-12-20T22:37:35.605Z Done
2162024-12-20T22:37:35.695Z Done
2172024-12-20T22:37:35.698Z Done
2182024-12-20T22:37:35.820Z Done
2192024-12-20T22:37:36.435ZPlanning: Evaluating mediator changes ... Done
2202024-12-20T22:37:36.437ZPlanning: Merging actions ... Done
2212024-12-20T22:37:36.632ZPlanning: Checking for conflicting actions ... Done
2222024-12-20T22:37:36.635ZPlanning: Consolidating action changes ... Done
2232024-12-20T22:37:36.903ZPlanning: Evaluating mediators ... Done
2242024-12-20T22:37:36.959ZPlanning: Planning completed in 0.77 seconds
2252024-12-20T22:37:36.999Z Packages to change: 1
2262024-12-20T22:37:36.999Z Mediators to change: 1
2272024-12-20T22:37:37.004Z Services to change: 1
2282024-12-20T22:37:37.004Z Create boot environment: No
2292024-12-20T22:37:37.004ZCreate backup boot environment: Yes
2302024-12-20T22:37:39.145Z Actions: 1/6 actions (Updating modified actions)
2312024-12-20T22:37:39.178Z Actions: Completed 6 actions in 0.03 seconds.
2322024-12-20T22:37:39.182Z Done
2332024-12-20T22:37:39.182Z Done
2342024-12-20T22:37:39.294Z Done
2352024-12-20T22:37:42.959Z Done
2362024-12-20T22:37:43.053Z Done
2372024-12-20T22:37:43.055Z Done
2382024-12-20T22:37:43.198Z Done
2392024-12-20T22:37:43.635ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2402024-12-20T22:37:43.635Zclang system 15 system
2412024-12-20T22:37:43.635Zcsh system system illumos
2422024-12-20T22:37:43.635Zctags system system illumos
2432024-12-20T22:37:43.635Zgcc vendor 12 vendor
2442024-12-20T22:37:43.635Zgcc system 10 system
2452024-12-20T22:37:43.635Zgcc system 7 system
2462024-12-20T22:37:43.635Zgo system 1.20 system
2472024-12-20T22:37:43.635Zgo system 1.19 system
2482024-12-20T22:37:43.635Zllvm system 15 system
2492024-12-20T22:37:43.635Zllvm system 14 system
2502024-12-20T22:37:43.636Zmariadb system 10.6 system
2512024-12-20T22:37:43.636Zmta vendor vendor dma
2522024-12-20T22:37:43.636Zopenjdk system 17 system
2532024-12-20T22:37:43.636Zopenjdk system 11 system
2542024-12-20T22:37:43.636Zopenjdk system 1.8 system
2552024-12-20T22:37:43.636Zopenssl vendor 3 vendor
2562024-12-20T22:37:43.636Zperl system 5.36 system
2572024-12-20T22:37:43.636Zpostgresql system 15 system
2582024-12-20T22:37:43.636Zpostgresql system 13 system
2592024-12-20T22:37:43.636Zpython vendor 3 vendor
2602024-12-20T22:37:43.636Zpython system 2 system
2612024-12-20T22:37:43.636Zpython3 system 3.11 system
2622024-12-20T22:37:43.636Zruby system 3.0 system
2632024-12-20T22:37:43.636Zwords vendor vendor american-english
2642024-12-20T22:37:43.636Zwords system system australian-english
2652024-12-20T22:37:43.636Zwords system system british-english
2662024-12-20T22:37:43.637Zwords system system canadian-english
2672024-12-20T22:37:43.637Zwords system system french
2682024-12-20T22:37:43.637Zwords system system italian
2692024-12-20T22:37:43.637Zwords system system ngerman
2702024-12-20T22:37:43.637Zwords system system ogerman
2712024-12-20T22:37:43.637Zwords system system spanish
2722024-12-20T22:37:43.959ZPUBLISHER TYPE STATUS P LOCATION
2732024-12-20T22:37:43.960Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2742024-12-20T22:37:46.687ZFMRI IFO
2752024-12-20T22:37:46.687Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2762024-12-20T22:37:46.687Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2772024-12-20T22:37:46.687Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2782024-12-20T22:37:46.687Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2792024-12-20T22:37:46.687Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2802024-12-20T22:37:46.687Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2812024-12-20T22:37:46.687Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2822024-12-20T22:37:46.687Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2832024-12-20T22:37:46.687Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2842024-12-20T22:37:46.687Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2852024-12-20T22:37:46.687Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2862024-12-20T22:37:46.687Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2872024-12-20T22:37:46.687Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2882024-12-20T22:37:46.687Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2892024-12-20T22:37:46.687Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2902024-12-20T22:37:47.459Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2912024-12-20T22:37:47.758Z Updating crates.io index
2922024-12-20T22:37:47.761Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932024-12-20T22:37:48.318Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2942024-12-20T22:37:48.567Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2952024-12-20T22:37:48.812Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2962024-12-20T22:37:49.068Z Updating git repository `https://github.com/oxidecomputer/propolis`
2972024-12-20T22:37:49.896Z Updating git repository `https://github.com/oxidecomputer/crucible`
2982024-12-20T22:37:51.324Z Updating git repository `https://github.com/oxidecomputer/opte`
2992024-12-20T22:37:52.293Z Updating git repository `https://github.com/oxidecomputer/falcon`
3002024-12-20T22:37:53.024Z Updating git repository `https://github.com/oxidecomputer/clickward`
3012024-12-20T22:37:53.271Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022024-12-20T22:37:53.523Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3032024-12-20T22:37:54.141Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3042024-12-20T22:37:54.431Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052024-12-20T22:37:54.707Z Updating git repository `https://github.com/oxidecomputer/tofino`
3062024-12-20T22:37:54.971Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072024-12-20T22:37:55.256Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082024-12-20T22:37:55.496Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092024-12-20T22:37:55.760Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3102024-12-20T22:37:56.035Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112024-12-20T22:37:56.417Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122024-12-20T22:37:56.665Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132024-12-20T22:37:57.175Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142024-12-20T22:37:57.468Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152024-12-20T22:37:57.846Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162024-12-20T22:37:58.189Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3172024-12-20T22:37:58.510Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182024-12-20T22:37:58.791Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192024-12-20T22:37:59.047Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202024-12-20T22:38:00.245Z Downloading crates ...
3212024-12-20T22:38:00.338Z Downloaded anstyle-parse v0.2.5
3222024-12-20T22:38:00.353Z Downloaded anstyle v1.0.10
3232024-12-20T22:38:00.356Z Downloaded anyhow v1.0.93
3242024-12-20T22:38:00.358Z Downloaded anstyle-query v1.1.1
3252024-12-20T22:38:00.361Z Downloaded anstream v0.6.15
3262024-12-20T22:38:00.375Z Downloaded bytecount v0.6.8
3272024-12-20T22:38:00.378Z Downloaded cargo-platform v0.1.8
3282024-12-20T22:38:00.378Z Downloaded autocfg v1.4.0
3292024-12-20T22:38:00.381Z Downloaded byteorder v1.5.0
3302024-12-20T22:38:00.381Z Downloaded block-buffer v0.10.4
3312024-12-20T22:38:00.383Z Downloaded colorchoice v1.0.2
3322024-12-20T22:38:00.383Z Downloaded cargo_metadata v0.18.1
3332024-12-20T22:38:00.389Z Downloaded clap_lex v0.7.2
3342024-12-20T22:38:00.393Z Downloaded camino-tempfile v1.1.1
3352024-12-20T22:38:00.393Z Downloaded clap_derive v4.5.18
3362024-12-20T22:38:00.396Z Downloaded bitflags v2.6.0
3372024-12-20T22:38:00.399Z Downloaded clap v4.5.21
3382024-12-20T22:38:00.408Z Downloaded heck v0.4.1
3392024-12-20T22:38:00.411Z Downloaded dtrace-parser v0.2.0
3402024-12-20T22:38:00.411Z Downloaded crypto-common v0.1.6
3412024-12-20T22:38:00.411Z Downloaded clap_builder v4.5.21
3422024-12-20T22:38:00.415Z Downloaded fastrand v2.1.1
3432024-12-20T22:38:00.417Z Downloaded equivalent v1.0.1
3442024-12-20T22:38:00.417Z Downloaded cargo_toml v0.20.5
3452024-12-20T22:38:00.420Z Downloaded fnv v1.0.7
3462024-12-20T22:38:00.420Z Downloaded fs-err v2.11.0
3472024-12-20T22:38:00.425Z Downloaded is_terminal_polyfill v1.70.1
3482024-12-20T22:38:00.425Z Downloaded digest v0.10.7
3492024-12-20T22:38:00.427Z Downloaded heck v0.5.0
3502024-12-20T22:38:00.427Z Downloaded generic-array v0.14.7
3512024-12-20T22:38:00.427Z Downloaded itoa v1.0.11
3522024-12-20T22:38:00.427Z Downloaded dof v0.3.0
3532024-12-20T22:38:00.430Z Downloaded cfg-if v1.0.0
3542024-12-20T22:38:00.430Z Downloaded errno v0.3.9
3552024-12-20T22:38:00.433Z Downloaded cpufeatures v0.2.14
3562024-12-20T22:38:00.433Z Downloaded camino v1.1.9
3572024-12-20T22:38:00.435Z Downloaded scroll_derive v0.12.0
3582024-12-20T22:38:00.436Z Downloaded pretty-hex v0.4.1
3592024-12-20T22:38:00.449Z Downloaded swrite v0.1.0
3602024-12-20T22:38:00.452Z Downloaded usdt-attr-macro v0.5.0
3612024-12-20T22:38:00.456Z Downloaded plain v0.2.3
3622024-12-20T22:38:00.459Z Downloaded pest_generator v2.7.14
3632024-12-20T22:38:00.464Z Downloaded memmap v0.7.0
3642024-12-20T22:38:00.467Z Downloaded macaddr v1.0.1
3652024-12-20T22:38:00.471Z Downloaded usdt-macro v0.5.0
3662024-12-20T22:38:00.475Z Downloaded usdt v0.5.0
3672024-12-20T22:38:00.477Z Downloaded proc-macro-error-attr v1.0.4
3682024-12-20T22:38:00.480Z Downloaded tabled_derive v0.7.0
3692024-12-20T22:38:00.480Z Downloaded strsim v0.11.1
3702024-12-20T22:38:00.483Z Downloaded thiserror-impl v1.0.69
3712024-12-20T22:38:00.486Z Downloaded serde_spanned v0.6.8
3722024-12-20T22:38:00.489Z Downloaded toml_datetime v0.6.8
3732024-12-20T22:38:00.489Z Downloaded thiserror v1.0.69
3742024-12-20T22:38:00.503Z Downloaded serde_tokenstream v0.2.2
3752024-12-20T22:38:00.506Z Downloaded version_check v0.9.5
3762024-12-20T22:38:00.506Z Downloaded utf8parse v0.2.2
3772024-12-20T22:38:00.506Z Downloaded thread-id v4.2.2
3782024-12-20T22:38:00.506Z Downloaded terminal_size v0.4.0
3792024-12-20T22:38:00.506Z Downloaded proc-macro-error v1.0.4
3802024-12-20T22:38:00.506Z Downloaded once_cell v1.20.2
3812024-12-20T22:38:00.509Z Downloaded usdt-impl v0.5.0
3822024-12-20T22:38:00.512Z Downloaded semver v1.0.23
3832024-12-20T22:38:00.515Z Downloaded scroll v0.12.0
3842024-12-20T22:38:00.515Z Downloaded smawk v0.3.2
3852024-12-20T22:38:00.519Z Downloaded quote v1.0.37
3862024-12-20T22:38:00.521Z Downloaded ucd-trie v0.1.7
3872024-12-20T22:38:00.521Z Downloaded sha2 v0.10.8
3882024-12-20T22:38:00.524Z Downloaded pest_meta v2.7.14
3892024-12-20T22:38:00.524Z Downloaded pest_derive v2.7.14
3902024-12-20T22:38:00.527Z Downloaded zerocopy-derive v0.7.35
3912024-12-20T22:38:00.529Z Downloaded unicode-linebreak v0.1.5
3922024-12-20T22:38:00.532Z Downloaded indexmap v2.6.0
3932024-12-20T22:38:00.536Z Downloaded ryu v1.0.18
3942024-12-20T22:38:00.540Z Downloaded tempfile v3.13.0
3952024-12-20T22:38:00.543Z Downloaded typenum v1.17.0
3962024-12-20T22:38:00.546Z Downloaded toml v0.8.19
3972024-12-20T22:38:00.548Z Downloaded unicode-ident v1.0.13
3982024-12-20T22:38:00.552Z Downloaded proc-macro2 v1.0.89
3992024-12-20T22:38:00.555Z Downloaded papergrid v0.11.0
4002024-12-20T22:38:00.558Z Downloaded serde_derive v1.0.215
4012024-12-20T22:38:00.560Z Downloaded textwrap v0.16.1
4022024-12-20T22:38:00.563Z Downloaded log v0.4.22
4032024-12-20T22:38:00.570Z Downloaded serde v1.0.215
4042024-12-20T22:38:00.579Z Downloaded hashbrown v0.15.1
4052024-12-20T22:38:00.583Z Downloaded goblin v0.8.2
4062024-12-20T22:38:00.596Z Downloaded toml_edit v0.22.22
4072024-12-20T22:38:00.615Z Downloaded memchr v2.7.4
4082024-12-20T22:38:00.628Z Downloaded serde_json v1.0.132
4092024-12-20T22:38:00.634Z Downloaded pest v2.7.14
4102024-12-20T22:38:00.640Z Downloaded zerocopy v0.7.35
4112024-12-20T22:38:00.654Z Downloaded winnow v0.6.20
4122024-12-20T22:38:00.669Z Downloaded tabled v0.15.0
4132024-12-20T22:38:00.685Z Downloaded syn v2.0.87
4142024-12-20T22:38:00.695Z Downloaded unicode-width v0.1.14
4152024-12-20T22:38:00.700Z Downloaded syn v1.0.109
4162024-12-20T22:38:00.709Z Downloaded rustix v0.38.37
4172024-12-20T22:38:00.748Z Downloaded libc v0.2.162
4182024-12-20T22:38:01.053Z Compiling proc-macro2 v1.0.89
4192024-12-20T22:38:01.053Z Compiling unicode-ident v1.0.13
4202024-12-20T22:38:01.053Z Compiling serde v1.0.215
4212024-12-20T22:38:01.056Z Compiling version_check v0.9.5
4222024-12-20T22:38:01.056Z Compiling thiserror v1.0.69
4232024-12-20T22:38:01.056Z Compiling memchr v2.7.4
4242024-12-20T22:38:01.056Z Compiling libc v0.2.162
4252024-12-20T22:38:01.056Z Compiling ucd-trie v0.1.7
4262024-12-20T22:38:01.311Z Compiling ryu v1.0.18
4272024-12-20T22:38:01.683Z Compiling itoa v1.0.11
4282024-12-20T22:38:01.853Z Compiling once_cell v1.20.2
4292024-12-20T22:38:01.872Z Compiling byteorder v1.5.0
4302024-12-20T22:38:02.206Z Compiling rustix v0.38.37
4312024-12-20T22:38:02.468Z Compiling serde_json v1.0.132
4322024-12-20T22:38:02.495Z Compiling bitflags v2.6.0
4332024-12-20T22:38:02.646Z Compiling proc-macro-error-attr v1.0.4
4342024-12-20T22:38:02.795Z Compiling usdt-impl v0.5.0
4352024-12-20T22:38:02.925Z Compiling syn v1.0.109
4362024-12-20T22:38:03.018Z Compiling proc-macro-error v1.0.4
4372024-12-20T22:38:03.047Z Compiling plain v0.2.3
4382024-12-20T22:38:03.074Z Compiling hashbrown v0.15.1
4392024-12-20T22:38:03.215Z Compiling utf8parse v0.2.2
4402024-12-20T22:38:03.303Z Compiling equivalent v1.0.1
4412024-12-20T22:38:03.355Z Compiling camino v1.1.9
4422024-12-20T22:38:03.384Z Compiling log v0.4.22
4432024-12-20T22:38:03.593Z Compiling quote v1.0.37
4442024-12-20T22:38:03.701Z Compiling anstyle-parse v0.2.5
4452024-12-20T22:38:03.792Z Compiling errno v0.3.9
4462024-12-20T22:38:03.826Z Compiling thread-id v4.2.2
4472024-12-20T22:38:04.027Z Compiling syn v2.0.87
4482024-12-20T22:38:04.148Z Compiling pretty-hex v0.4.1
4492024-12-20T22:38:04.282Z Compiling indexmap v2.6.0
4502024-12-20T22:38:04.316Z Compiling anstyle-query v1.1.1
4512024-12-20T22:38:04.342Z Compiling is_terminal_polyfill v1.70.1
4522024-12-20T22:38:04.367Z Compiling winnow v0.6.20
4532024-12-20T22:38:04.470Z Compiling semver v1.0.23
4542024-12-20T22:38:04.497Z Compiling unicode-width v0.1.14
4552024-12-20T22:38:04.958Z Compiling anstyle v1.0.10
4562024-12-20T22:38:05.039Z Compiling colorchoice v1.0.2
4572024-12-20T22:38:05.212Z Compiling autocfg v1.4.0
4582024-12-20T22:38:05.442Z Compiling anstream v0.6.15
4592024-12-20T22:38:05.814Z Compiling bytecount v0.6.8
4602024-12-20T22:38:05.841Z Compiling clap_lex v0.7.2
4612024-12-20T22:38:06.051Z Compiling heck v0.5.0
4622024-12-20T22:38:06.178Z Compiling terminal_size v0.4.0
4632024-12-20T22:38:06.370Z Compiling anyhow v1.0.93
4642024-12-20T22:38:06.396Z Compiling fs-err v2.11.0
4652024-12-20T22:38:06.420Z Compiling fnv v1.0.7
4662024-12-20T22:38:06.560Z Compiling fastrand v2.1.1
4672024-12-20T22:38:06.679Z Compiling cfg-if v1.0.0
4682024-12-20T22:38:06.786Z Compiling heck v0.4.1
4692024-12-20T22:38:06.991Z Compiling strsim v0.11.1
4702024-12-20T22:38:07.107Z Compiling tempfile v3.13.0
4712024-12-20T22:38:07.391Z Compiling clap_builder v4.5.21
4722024-12-20T22:38:07.427Z Compiling papergrid v0.11.0
4732024-12-20T22:38:07.574Z Compiling memmap v0.7.0
4742024-12-20T22:38:07.908Z Compiling smawk v0.3.2
4752024-12-20T22:38:07.934Z Compiling unicode-linebreak v0.1.5
4762024-12-20T22:38:08.241Z Compiling swrite v0.1.0
4772024-12-20T22:38:08.377Z Compiling textwrap v0.16.1
4782024-12-20T22:38:09.590Z Compiling tabled_derive v0.7.0
4792024-12-20T22:38:11.097Z Compiling tabled v0.15.0
4802024-12-20T22:38:12.902Z Compiling serde_derive v1.0.215
4812024-12-20T22:38:12.903Z Compiling thiserror-impl v1.0.69
4822024-12-20T22:38:12.912Z Compiling zerocopy-derive v0.7.35
4832024-12-20T22:38:12.912Z Compiling scroll_derive v0.12.0
4842024-12-20T22:38:12.962Z Compiling clap_derive v4.5.18
4852024-12-20T22:38:14.163Z Compiling scroll v0.12.0
4862024-12-20T22:38:14.622Z Compiling goblin v0.8.2
4872024-12-20T22:38:14.695Z Compiling zerocopy v0.7.35
4882024-12-20T22:38:15.748Z Compiling pest v2.7.14
4892024-12-20T22:38:16.678Z Compiling clap v4.5.21
4902024-12-20T22:38:17.854Z Compiling pest_meta v2.7.14
4912024-12-20T22:38:18.714Z Compiling pest_generator v2.7.14
4922024-12-20T22:38:20.521Z Compiling pest_derive v2.7.14
4932024-12-20T22:38:21.141Z Compiling dtrace-parser v0.2.0
4942024-12-20T22:38:23.124Z Compiling toml_datetime v0.6.8
4952024-12-20T22:38:23.124Z Compiling serde_spanned v0.6.8
4962024-12-20T22:38:23.127Z Compiling cargo-platform v0.1.8
4972024-12-20T22:38:23.523Z Compiling serde_tokenstream v0.2.2
4982024-12-20T22:38:23.604Z Compiling toml_edit v0.22.22
4992024-12-20T22:38:23.725Z Compiling macaddr v1.0.1
5002024-12-20T22:38:23.751Z Compiling camino-tempfile v1.1.1
5012024-12-20T22:38:24.650Z Compiling dof v0.3.0
5022024-12-20T22:38:24.650Z Compiling cargo_metadata v0.18.1
5032024-12-20T22:38:26.433Z Compiling toml v0.8.19
5042024-12-20T22:38:26.504Z Compiling usdt-macro v0.5.0
5052024-12-20T22:38:26.506Z Compiling usdt-attr-macro v0.5.0
5062024-12-20T22:38:27.282Z Compiling cargo_toml v0.20.5
5072024-12-20T22:38:27.900Z Compiling usdt v0.5.0
5082024-12-20T22:38:30.821Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5092024-12-20T22:38:35.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.95s
5102024-12-20T22:38:35.454Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5112024-12-20T22:38:35.987Z Downloading crates ...
5122024-12-20T22:38:36.103Z Downloaded atomicwrites v0.4.4
5132024-12-20T22:38:36.107Z Downloaded arrayref v0.3.9
5142024-12-20T22:38:36.107Z Downloaded aead v0.5.2
5152024-12-20T22:38:36.118Z Downloaded atomic-waker v1.1.2
5162024-12-20T22:38:36.118Z Downloaded async-stream v0.3.6
5172024-12-20T22:38:36.122Z Downloaded adler2 v2.0.0
5182024-12-20T22:38:36.122Z Downloaded headers-core v0.3.0
5192024-12-20T22:38:36.125Z Downloaded cstr-argument v0.1.2
5202024-12-20T22:38:36.125Z Downloaded darling v0.20.10
5212024-12-20T22:38:36.127Z Downloaded cfg_aliases v0.2.1
5222024-12-20T22:38:36.130Z Downloaded heapless v0.7.17
5232024-12-20T22:38:36.135Z Downloaded ident_case v1.0.1
5242024-12-20T22:38:36.138Z Downloaded crunchy v0.2.2
5252024-12-20T22:38:36.138Z Downloaded atty v0.2.14
5262024-12-20T22:38:36.141Z Downloaded is_ci v1.2.0
5272024-12-20T22:38:36.144Z Downloaded async-recursion v1.1.1
5282024-12-20T22:38:36.148Z Downloaded instant v0.1.13
5292024-12-20T22:38:36.153Z Downloaded http-range v0.1.5
5302024-12-20T22:38:36.153Z Downloaded http-body v1.0.1
5312024-12-20T22:38:36.153Z Downloaded cfg_aliases v0.1.1
5322024-12-20T22:38:36.160Z Downloaded async-stream-impl v0.3.6
5332024-12-20T22:38:36.160Z Downloaded crucible-workspace-hack v0.1.0
5342024-12-20T22:38:36.160Z Downloaded match_cfg v0.1.0
5352024-12-20T22:38:36.160Z Downloaded assert_matches v1.5.0
5362024-12-20T22:38:36.160Z Downloaded ascii-canvas v3.0.0
5372024-12-20T22:38:36.164Z Downloaded hubpack_derive v0.1.1
5382024-12-20T22:38:36.164Z Downloaded cipher v0.4.4
5392024-12-20T22:38:36.164Z Downloaded block-padding v0.3.3
5402024-12-20T22:38:36.164Z Downloaded md5 v0.7.0
5412024-12-20T22:38:36.164Z Downloaded ciborium-ll v0.2.2
5422024-12-20T22:38:36.164Z Downloaded ahash v0.8.11
5432024-12-20T22:38:36.168Z Downloaded hostname v0.3.1
5442024-12-20T22:38:36.168Z Downloaded heck v0.3.3
5452024-12-20T22:38:36.174Z Downloaded lalrpop-util v0.19.12
5462024-12-20T22:38:36.174Z Downloaded base16ct v0.2.0
5472024-12-20T22:38:36.179Z Downloaded icu_provider_macros v1.5.0
5482024-12-20T22:38:36.179Z Downloaded chrono-tz-build v0.4.0
5492024-12-20T22:38:36.179Z Downloaded castaway v0.2.3
5502024-12-20T22:38:36.179Z Downloaded buf-list v1.0.3
5512024-12-20T22:38:36.179Z Downloaded libefi-sys v0.1.0
5522024-12-20T22:38:36.183Z Downloaded kstat-rs v0.2.4
5532024-12-20T22:38:36.183Z Downloaded colored v2.1.0
5542024-12-20T22:38:36.186Z Downloaded cobs v0.2.3
5552024-12-20T22:38:36.186Z Downloaded inout v0.1.3
5562024-12-20T22:38:36.186Z Downloaded bit-vec v0.6.3
5572024-12-20T22:38:36.189Z Downloaded ipnetwork v0.20.0
5582024-12-20T22:38:36.191Z Downloaded humantime v2.1.0
5592024-12-20T22:38:36.191Z Downloaded crossbeam-deque v0.8.5
5602024-12-20T22:38:36.195Z Downloaded impl-trait-for-tuples v0.2.2
5612024-12-20T22:38:36.198Z Downloaded hubpack v0.1.2
5622024-12-20T22:38:36.199Z Downloaded cbc v0.1.2
5632024-12-20T22:38:36.201Z Downloaded ciborium-io v0.2.2
5642024-12-20T22:38:36.201Z Downloaded linear-map v1.2.0
5652024-12-20T22:38:36.201Z Downloaded cmake v0.1.51
5662024-12-20T22:38:36.203Z Downloaded mime v0.3.17
5672024-12-20T22:38:36.209Z Downloaded matches v0.1.10
5682024-12-20T22:38:36.209Z Downloaded linked-hash-map v0.5.6
5692024-12-20T22:38:36.212Z Downloaded instability v0.3.2
5702024-12-20T22:38:36.212Z Downloaded ctr v0.9.2
5712024-12-20T22:38:36.212Z Downloaded russh-cryptovec v0.7.3
5722024-12-20T22:38:36.212Z Downloaded lru-cache v0.1.2
5732024-12-20T22:38:36.214Z Downloaded lockfree-object-pool v0.1.6
5742024-12-20T22:38:36.217Z Downloaded lazycell v1.3.0
5752024-12-20T22:38:36.217Z Downloaded internet-checksum v0.2.1
5762024-12-20T22:38:36.217Z Downloaded hex-literal v0.4.1
5772024-12-20T22:38:36.222Z Downloaded lru v0.12.5
5782024-12-20T22:38:36.222Z Downloaded blowfish v0.9.1
5792024-12-20T22:38:36.229Z Downloaded bcrypt-pbkdf v0.10.0
5802024-12-20T22:38:36.229Z Downloaded managed v0.8.0
5812024-12-20T22:38:36.229Z Downloaded hex v0.4.3
5822024-12-20T22:38:36.232Z Downloaded ref-cast-impl v1.0.23
5832024-12-20T22:38:36.232Z Downloaded cookie_store v0.21.0
5842024-12-20T22:38:36.232Z Downloaded sqlparser_derive v0.2.2
5852024-12-20T22:38:36.232Z Downloaded ciborium v0.2.2
5862024-12-20T22:38:36.235Z Downloaded http-body-util v0.1.2
5872024-12-20T22:38:36.235Z Downloaded csv-core v0.1.11
5882024-12-20T22:38:36.240Z Downloaded bcs v0.1.6
5892024-12-20T22:38:36.242Z Downloaded async-bb8-diesel v0.2.1
5902024-12-20T22:38:36.242Z Downloaded lock_api v0.4.12
5912024-12-20T22:38:36.247Z Downloaded base64ct v1.6.0
5922024-12-20T22:38:36.254Z Downloaded hyper-rustls v0.27.3
5932024-12-20T22:38:36.254Z Downloaded libloading v0.8.5
5942024-12-20T22:38:36.254Z Downloaded progenitor v0.8.0
5952024-12-20T22:38:36.258Z Downloaded md-5 v0.10.6
5962024-12-20T22:38:36.258Z Downloaded hickory-client v0.24.1
5972024-12-20T22:38:36.258Z Downloaded primeorder v0.13.6
5982024-12-20T22:38:36.261Z Downloaded icu_locid_transform v1.5.0
5992024-12-20T22:38:36.264Z Downloaded rpassword v7.3.1
6002024-12-20T22:38:36.264Z Downloaded maybe-uninit v2.0.0
6012024-12-20T22:38:36.264Z Downloaded maplit v1.0.2
6022024-12-20T22:38:36.269Z Downloaded libsw v3.3.1
6032024-12-20T22:38:36.269Z Downloaded hmac v0.12.1
6042024-12-20T22:38:36.277Z Downloaded downcast v0.11.0
6052024-12-20T22:38:36.277Z Downloaded ipnet v2.10.1
6062024-12-20T22:38:36.279Z Downloaded console v0.15.8
6072024-12-20T22:38:36.279Z Downloaded mime_guess v2.0.5
6082024-12-20T22:38:36.279Z Downloaded derive_builder_macro v0.20.2
6092024-12-20T22:38:36.280Z Downloaded darling_macro v0.20.10
6102024-12-20T22:38:36.284Z Downloaded foreign-types-shared v0.3.1
6112024-12-20T22:38:36.284Z Downloaded foreign-types-shared v0.1.1
6122024-12-20T22:38:36.284Z Downloaded crossbeam-utils v0.8.20
6132024-12-20T22:38:36.289Z Downloaded crc-any v2.5.0
6142024-12-20T22:38:36.295Z Downloaded shell-words v1.1.0
6152024-12-20T22:38:36.295Z Downloaded icu_normalizer_data v1.5.0
6162024-12-20T22:38:36.295Z Downloaded iana-time-zone v0.1.61
6172024-12-20T22:38:36.300Z Downloaded icu_normalizer v1.5.0
6182024-12-20T22:38:36.300Z Downloaded endian-type v0.1.2
6192024-12-20T22:38:36.300Z Downloaded icu_locid_transform_data v1.5.0
6202024-12-20T22:38:36.309Z Downloaded cookie v0.18.1
6212024-12-20T22:38:36.309Z Downloaded futures-sink v0.3.31
6222024-12-20T22:38:36.309Z Downloaded slog-json v2.6.1
6232024-12-20T22:38:36.312Z Downloaded slog-envlogger v2.2.0
6242024-12-20T22:38:36.312Z Downloaded jobserver v0.1.32
6252024-12-20T22:38:36.312Z Downloaded normalize-line-endings v0.3.0
6262024-12-20T22:38:36.312Z Downloaded tap v1.0.1
6272024-12-20T22:38:36.312Z Downloaded strum_macros v0.24.3
6282024-12-20T22:38:36.314Z Downloaded static_assertions v1.1.0
6292024-12-20T22:38:36.314Z Downloaded want v0.3.1
6302024-12-20T22:38:36.317Z Downloaded memmap2 v0.9.5
6312024-12-20T22:38:36.319Z Downloaded strum_macros v0.25.3
6322024-12-20T22:38:36.323Z Downloaded tui-tree-widget v0.22.0
6332024-12-20T22:38:36.323Z Downloaded clang-sys v1.8.1
6342024-12-20T22:38:36.326Z Downloaded arc-swap v1.7.1
6352024-12-20T22:38:36.328Z Downloaded httparse v1.9.5
6362024-12-20T22:38:36.331Z Downloaded xattr v1.3.1
6372024-12-20T22:38:36.334Z Downloaded xz2 v0.1.7
6382024-12-20T22:38:36.337Z Downloaded utf8_iter v1.0.4
6392024-12-20T22:38:36.337Z Downloaded twox-hash v1.6.3
6402024-12-20T22:38:36.343Z Downloaded tls_codec_derive v0.4.1
6412024-12-20T22:38:36.346Z Downloaded enum-as-inner v0.5.1
6422024-12-20T22:38:36.346Z Downloaded data-encoding v2.6.0
6432024-12-20T22:38:36.346Z Downloaded zerovec-derive v0.10.3
6442024-12-20T22:38:36.346Z Downloaded crossbeam-epoch v0.9.18
6452024-12-20T22:38:36.351Z Downloaded addr2line v0.24.2
6462024-12-20T22:38:36.356Z Downloaded cancel-safe-futures v0.1.5
6472024-12-20T22:38:36.356Z Downloaded group v0.13.0
6482024-12-20T22:38:36.360Z Downloaded float-ord v0.3.2
6492024-12-20T22:38:36.360Z Downloaded fallible-streaming-iterator v0.1.9
6502024-12-20T22:38:36.360Z Downloaded snafu-derive v0.8.5
6512024-12-20T22:38:36.360Z Downloaded scheduled-thread-pool v0.2.7
6522024-12-20T22:38:36.362Z Downloaded icu_locid v1.5.0
6532024-12-20T22:38:36.365Z Downloaded nodrop v0.1.14
6542024-12-20T22:38:36.368Z Downloaded waitgroup v0.1.2
6552024-12-20T22:38:36.368Z Downloaded vte_generate_state_changes v0.1.2
6562024-12-20T22:38:36.368Z Downloaded tower-service v0.3.3
6572024-12-20T22:38:36.373Z Downloaded chacha20poly1305 v0.10.1
6582024-12-20T22:38:36.373Z Downloaded hyper-util v0.1.10
6592024-12-20T22:38:36.379Z Downloaded time-core v0.1.2
6602024-12-20T22:38:36.382Z Downloaded packed_struct_codegen v0.10.1
6612024-12-20T22:38:36.382Z Downloaded time-macros v0.2.18
6622024-12-20T22:38:36.382Z Downloaded tokio-rustls v0.25.0
6632024-12-20T22:38:36.385Z Downloaded try-lock v0.2.5
6642024-12-20T22:38:36.385Z Downloaded percent-encoding v2.3.1
6652024-12-20T22:38:36.388Z Downloaded psl-types v2.0.11
6662024-12-20T22:38:36.388Z Downloaded heapless v0.8.0
6672024-12-20T22:38:36.390Z Downloaded russh-keys v0.45.0
6682024-12-20T22:38:36.395Z Downloaded rand_seeder v0.3.0
6692024-12-20T22:38:36.397Z Downloaded polyval v0.6.2
6702024-12-20T22:38:36.398Z Downloaded derive_builder v0.20.2
6712024-12-20T22:38:36.400Z Downloaded displaydoc v0.2.5
6722024-12-20T22:38:36.403Z Downloaded uuid v1.11.0
6732024-12-20T22:38:36.407Z Downloaded slog-async v2.8.0
6742024-12-20T22:38:36.409Z Downloaded openssl-probe v0.1.5
6752024-12-20T22:38:36.412Z Downloaded bytes v1.8.0
6762024-12-20T22:38:36.414Z Downloaded cc v1.1.30
6772024-12-20T22:38:36.418Z Downloaded ssh-encoding v0.2.0
6782024-12-20T22:38:36.423Z Downloaded mirai-annotations v1.12.0
6792024-12-20T22:38:36.423Z Downloaded globset v0.4.15
6802024-12-20T22:38:36.425Z Downloaded tls_codec v0.4.1
6812024-12-20T22:38:36.426Z Downloaded thiserror-impl v2.0.3
6822024-12-20T22:38:36.429Z Downloaded prettyplease v0.2.25
6832024-12-20T22:38:36.433Z Downloaded icu_properties v1.5.1
6842024-12-20T22:38:36.436Z Downloaded walkdir v2.5.0
6852024-12-20T22:38:36.436Z Downloaded parking_lot v0.11.2
6862024-12-20T22:38:36.440Z Downloaded openssl-macros v0.1.1
6872024-12-20T22:38:36.440Z Downloaded nu-ansi-term v0.50.1
6882024-12-20T22:38:36.442Z Downloaded tokio-rustls v0.26.0
6892024-12-20T22:38:36.445Z Downloaded sct v0.7.1
6902024-12-20T22:38:36.449Z Downloaded phf_shared v0.10.0
6912024-12-20T22:38:36.449Z Downloaded rustversion v1.0.17
6922024-12-20T22:38:36.452Z Downloaded sigpipe v0.1.3
6932024-12-20T22:38:36.452Z Downloaded rustfmt-wrapper v0.2.1
6942024-12-20T22:38:36.455Z Downloaded derive_builder_core v0.20.2
6952024-12-20T22:38:36.455Z Downloaded deranged v0.3.11
6962024-12-20T22:38:36.458Z Downloaded which v4.4.2
6972024-12-20T22:38:36.458Z Downloaded fallible-iterator v0.2.0
6982024-12-20T22:38:36.460Z Downloaded embedded-io v0.4.0
6992024-12-20T22:38:36.464Z Downloaded fatfs v0.3.6
7002024-12-20T22:38:36.466Z Downloaded derive-where v1.2.7
7012024-12-20T22:38:36.468Z Downloaded schemars_derive v0.8.21
7022024-12-20T22:38:36.471Z Downloaded termtree v0.4.1
7032024-12-20T22:38:36.474Z Downloaded mockall v0.13.0
7042024-12-20T22:38:36.474Z Downloaded signal-hook-tokio v0.3.1
7052024-12-20T22:38:36.477Z Downloaded http v1.1.0
7062024-12-20T22:38:36.479Z Downloaded num_enum_derive v0.5.11
7072024-12-20T22:38:36.482Z Downloaded dhcproto-macros v0.1.0
7082024-12-20T22:38:36.482Z Downloaded tinyvec_macros v0.1.1
7092024-12-20T22:38:36.487Z Downloaded newtype-uuid v1.1.3
7102024-12-20T22:38:36.487Z Downloaded num-integer v0.1.46
7112024-12-20T22:38:36.487Z Downloaded icu_collections v1.5.0
7122024-12-20T22:38:36.491Z Downloaded pbkdf2 v0.12.2
7132024-12-20T22:38:36.493Z Downloaded num v0.4.3
7142024-12-20T22:38:36.496Z Downloaded futures-io v0.3.31
7152024-12-20T22:38:36.496Z Downloaded rand v0.8.5
7162024-12-20T22:38:36.499Z Downloaded yoke-derive v0.7.4
7172024-12-20T22:38:36.501Z Downloaded parking_lot_core v0.8.6
7182024-12-20T22:38:36.507Z Downloaded phf_codegen v0.11.2
7192024-12-20T22:38:36.507Z Downloaded tokio-tungstenite v0.23.1
7202024-12-20T22:38:36.510Z Downloaded quinn-udp v0.5.5
7212024-12-20T22:38:36.510Z Downloaded parking_lot v0.12.3
7222024-12-20T22:38:36.514Z Downloaded parse-size v1.1.0
7232024-12-20T22:38:36.514Z Downloaded num_threads v0.1.7
7242024-12-20T22:38:36.514Z Downloaded serde_path_to_error v0.1.16
7252024-12-20T22:38:36.527Z Downloaded strip-ansi-escapes v0.2.0
7262024-12-20T22:38:36.530Z Downloaded stringprep v0.1.5
7272024-12-20T22:38:36.533Z Downloaded signature v2.2.0
7282024-12-20T22:38:36.533Z Downloaded secrecy v0.8.0
7292024-12-20T22:38:36.533Z Downloaded rand_chacha v0.3.1
7302024-12-20T22:38:36.536Z Downloaded wyz v0.5.1
7312024-12-20T22:38:36.538Z Downloaded strum v0.26.3
7322024-12-20T22:38:36.538Z Downloaded tokio-macros v2.4.0
7332024-12-20T22:38:36.538Z Downloaded structmeta v0.3.0
7342024-12-20T22:38:36.541Z Downloaded structmeta v0.2.0
7352024-12-20T22:38:36.541Z Downloaded serde_plain v1.0.2
7362024-12-20T22:38:36.543Z Downloaded vte v0.11.1
7372024-12-20T22:38:36.546Z Downloaded tracing-attributes v0.1.27
7382024-12-20T22:38:36.548Z Downloaded writeable v0.5.5
7392024-12-20T22:38:36.550Z Downloaded untrusted v0.7.1
7402024-12-20T22:38:36.553Z Downloaded tokio-native-tls v0.3.1
7412024-12-20T22:38:36.553Z Downloaded tokio-tungstenite v0.21.0
7422024-12-20T22:38:36.555Z Downloaded hickory-resolver v0.24.1
7432024-12-20T22:38:36.560Z Downloaded dyn-clone v1.0.17
7442024-12-20T22:38:36.563Z Downloaded dsl_auto_type v0.1.2
7452024-12-20T22:38:36.563Z Downloaded derive_more v0.99.18
7462024-12-20T22:38:36.567Z Downloaded num_enum v0.5.11
7472024-12-20T22:38:36.573Z Downloaded diesel_table_macro_syntax v0.2.0
7482024-12-20T22:38:36.576Z Downloaded dropshot_endpoint v0.13.0
7492024-12-20T22:38:36.578Z Downloaded minimal-lexical v0.2.1
7502024-12-20T22:38:36.582Z Downloaded newtype_derive v0.1.6
7512024-12-20T22:38:36.584Z Downloaded rand_xorshift v0.3.0
7522024-12-20T22:38:36.587Z Downloaded powerfmt v0.2.0
7532024-12-20T22:38:36.587Z Downloaded phf v0.11.2
7542024-12-20T22:38:36.590Z Downloaded signal-hook-registry v1.4.2
7552024-12-20T22:38:36.590Z Downloaded salsa20 v0.10.2
7562024-12-20T22:38:36.593Z Downloaded rtoolbox v0.0.2
7572024-12-20T22:38:36.593Z Downloaded progenitor-macro v0.8.0
7582024-12-20T22:38:36.595Z Downloaded itertools v0.10.5
7592024-12-20T22:38:36.599Z Downloaded path-slash v0.1.5
7602024-12-20T22:38:36.601Z Downloaded structmeta-derive v0.3.0
7612024-12-20T22:38:36.603Z Downloaded slog-bunyan v2.5.0
7622024-12-20T22:38:36.604Z Downloaded publicsuffix v2.2.3
7632024-12-20T22:38:36.607Z Downloaded slog-scope v4.4.0
7642024-12-20T22:38:36.610Z Downloaded slog-dtrace v0.3.0
7652024-12-20T22:38:36.610Z Downloaded yoke v0.7.4
7662024-12-20T22:38:36.612Z Downloaded ecdsa v0.16.9
7672024-12-20T22:38:36.616Z Downloaded dunce v1.0.5
7682024-12-20T22:38:36.616Z Downloaded defmt-macros v0.3.9
7692024-12-20T22:38:36.620Z Downloaded take_mut v0.2.2
7702024-12-20T22:38:36.620Z Downloaded tinystr v0.7.6
7712024-12-20T22:38:36.623Z Downloaded des v0.8.1
7722024-12-20T22:38:36.623Z Downloaded ed25519 v2.2.3
7732024-12-20T22:38:36.627Z Downloaded tiny-keccak v2.0.2
7742024-12-20T22:38:36.629Z Downloaded display-error-chain v0.2.2
7752024-12-20T22:38:36.629Z Downloaded dirs-sys-next v0.1.2
7762024-12-20T22:38:36.633Z Downloaded dirs-next v2.0.0
7772024-12-20T22:38:36.633Z Downloaded sync_wrapper v1.0.1
7782024-12-20T22:38:36.637Z Downloaded progenitor-impl v0.8.0
7792024-12-20T22:38:36.637Z Downloaded fxhash v0.2.1
7802024-12-20T22:38:36.637Z Downloaded aes v0.8.4
7812024-12-20T22:38:36.640Z Downloaded zone v0.3.0
7822024-12-20T22:38:36.642Z Downloaded zone v0.1.8
7832024-12-20T22:38:36.643Z Downloaded schemars v0.8.21
7842024-12-20T22:38:36.654Z Downloaded num-iter v0.1.45
7852024-12-20T22:38:36.656Z Downloaded itertools v0.12.1
7862024-12-20T22:38:36.663Z Downloaded string_cache v0.8.7
7872024-12-20T22:38:36.666Z Downloaded steno v0.4.1
7882024-12-20T22:38:36.668Z Downloaded peg v0.8.4
7892024-12-20T22:38:36.672Z Downloaded ref-cast v1.0.23
7902024-12-20T22:38:36.674Z Downloaded pem v3.0.4
7912024-12-20T22:38:36.678Z Downloaded signal-hook-mio v0.2.4
7922024-12-20T22:38:36.683Z Downloaded value-bag v1.9.0
7932024-12-20T22:38:36.683Z Downloaded strum_macros v0.26.4
7942024-12-20T22:38:36.689Z Downloaded shlex v1.3.0
7952024-12-20T22:38:36.689Z Downloaded termios v0.3.3
7962024-12-20T22:38:36.702Z Downloaded thiserror-no-std v2.0.2
7972024-12-20T22:38:36.702Z Downloaded thiserror-impl-no-std v2.0.2
7982024-12-20T22:38:36.702Z Downloaded unicode-xid v0.2.6
7992024-12-20T22:38:36.702Z Downloaded miniz_oxide v0.8.0
8002024-12-20T22:38:36.702Z Downloaded termcolor v1.4.1
8012024-12-20T22:38:36.706Z Downloaded snafu v0.8.5
8022024-12-20T22:38:36.707Z Downloaded num-conv v0.1.0
8032024-12-20T22:38:36.707Z Downloaded newline-converter v0.3.0
8042024-12-20T22:38:36.709Z Downloaded pin-utils v0.1.0
8052024-12-20T22:38:36.709Z Downloaded futures-macro v0.3.31
8062024-12-20T22:38:36.709Z Downloaded num-rational v0.4.2
8072024-12-20T22:38:36.711Z Downloaded enum-as-inner v0.6.1
8082024-12-20T22:38:36.711Z Downloaded hash32 v0.3.1
8092024-12-20T22:38:36.716Z Downloaded gethostname v0.5.0
8102024-12-20T22:38:36.716Z Downloaded env_filter v0.1.2
8112024-12-20T22:38:36.716Z Downloaded parking_lot_core v0.9.10
8122024-12-20T22:38:36.719Z Downloaded tabwriter v1.4.0
8132024-12-20T22:38:36.723Z Downloaded synstructure v0.13.1
8142024-12-20T22:38:36.723Z Downloaded rustc-hash v1.1.0
8152024-12-20T22:38:36.725Z Downloaded rustls-pemfile v2.2.0
8162024-12-20T22:38:36.726Z Downloaded quick-error v1.2.3
8172024-12-20T22:38:36.734Z Downloaded peg-macros v0.8.4
8182024-12-20T22:38:36.734Z Downloaded unicode-properties v0.1.3
8192024-12-20T22:38:36.737Z Downloaded zerofrom v0.1.4
8202024-12-20T22:38:36.737Z Downloaded sync-ptr v0.1.1
8212024-12-20T22:38:36.737Z Downloaded tinyvec v1.8.0
8222024-12-20T22:38:36.737Z Downloaded quinn v0.11.5
8232024-12-20T22:38:36.740Z Downloaded foreign-types v0.3.2
8242024-12-20T22:38:36.743Z Downloaded untrusted v0.9.0
8252024-12-20T22:38:36.743Z Downloaded universal-hash v0.5.1
8262024-12-20T22:38:36.746Z Downloaded spin v0.5.2
8272024-12-20T22:38:36.746Z Downloaded progenitor-client v0.8.0
8282024-12-20T22:38:36.759Z Downloaded number_prefix v0.4.0
8292024-12-20T22:38:36.759Z Downloaded flume v0.11.1
8302024-12-20T22:38:36.763Z Downloaded opaque-debug v0.3.1
8312024-12-20T22:38:36.763Z Downloaded thiserror v2.0.3
8322024-12-20T22:38:36.763Z Downloaded pretty-hex v0.2.1
8332024-12-20T22:38:36.763Z Downloaded fragile v2.0.0
8342024-12-20T22:38:36.763Z Downloaded pkg-config v0.3.31
8352024-12-20T22:38:36.766Z Downloaded half v2.4.1
8362024-12-20T22:38:36.766Z Downloaded foreign-types v0.5.0
8372024-12-20T22:38:36.769Z Downloaded paste v1.0.15
8382024-12-20T22:38:36.773Z Downloaded env_logger v0.10.2
8392024-12-20T22:38:36.779Z Downloaded diff v0.1.13
8402024-12-20T22:38:36.781Z Downloaded defmt-parser v0.3.4
8412024-12-20T22:38:36.781Z Downloaded serde-big-array v0.5.1
8422024-12-20T22:38:36.781Z Downloaded semver v0.1.20
8432024-12-20T22:38:36.781Z Downloaded nom v7.1.3
8442024-12-20T22:38:36.786Z Downloaded ff v0.13.0
8452024-12-20T22:38:36.789Z Downloaded serde_urlencoded v0.7.1
8462024-12-20T22:38:36.789Z Downloaded serde_repr v0.1.19
8472024-12-20T22:38:36.793Z Downloaded rusty-fork v0.3.0
8482024-12-20T22:38:36.796Z Downloaded zerofrom-derive v0.1.4
8492024-12-20T22:38:36.796Z Downloaded unicode-bidi v0.3.17
8502024-12-20T22:38:36.803Z Downloaded supports-color v3.0.1
8512024-12-20T22:38:36.804Z Downloaded spin v0.9.8
8522024-12-20T22:38:36.808Z Downloaded zone_cfg_derive v0.3.0
8532024-12-20T22:38:36.808Z Downloaded signal-hook v0.3.17
8542024-12-20T22:38:36.808Z Downloaded zerovec v0.10.4
8552024-12-20T22:38:36.812Z Downloaded new_debug_unreachable v1.0.6
8562024-12-20T22:38:36.812Z Downloaded test-strategy v0.3.1
8572024-12-20T22:38:36.815Z Downloaded write16 v1.0.0
8582024-12-20T22:38:36.819Z Downloaded toolchain_find v0.4.0
8592024-12-20T22:38:36.819Z Downloaded siphasher v0.3.11
8602024-12-20T22:38:36.825Z Downloaded num-derive v0.4.2
8612024-12-20T22:38:36.825Z Downloaded postgres-protocol v0.6.7
8622024-12-20T22:38:36.828Z Downloaded ssh-key v0.6.6
8632024-12-20T22:38:36.831Z Downloaded utf-8 v0.7.6
8642024-12-20T22:38:36.831Z Downloaded multimap v0.10.0
8652024-12-20T22:38:36.834Z Downloaded debug-ignore v1.0.5
8662024-12-20T22:38:36.834Z Downloaded serde-hex v0.1.0
8672024-12-20T22:38:36.840Z Downloaded parse-display v0.10.0
8682024-12-20T22:38:36.840Z Downloaded precomputed-hash v0.1.1
8692024-12-20T22:38:36.840Z Downloaded predicates-tree v1.0.11
8702024-12-20T22:38:36.845Z Downloaded num-complex v0.4.6
8712024-12-20T22:38:36.845Z Downloaded hyper v1.5.0
8722024-12-20T22:38:36.848Z Downloaded nanorand v0.7.0
8732024-12-20T22:38:36.854Z Downloaded uzers v0.12.1
8742024-12-20T22:38:36.854Z Downloaded rustls-pki-types v1.10.0
8752024-12-20T22:38:36.857Z Downloaded smf v0.2.3
8762024-12-20T22:38:36.857Z Downloaded itertools v0.13.0
8772024-12-20T22:38:36.863Z Downloaded fs_extra v1.3.0
8782024-12-20T22:38:36.867Z Downloaded tokio-tungstenite v0.24.0
8792024-12-20T22:38:36.867Z Downloaded zone_cfg_derive v0.1.2
8802024-12-20T22:38:36.871Z Downloaded nibble_vec v0.1.0
8812024-12-20T22:38:36.871Z Downloaded funty v2.0.0
8822024-12-20T22:38:36.875Z Downloaded postcard v1.0.10
8832024-12-20T22:38:36.875Z Downloaded pin-project v1.1.6
8842024-12-20T22:38:36.883Z Downloaded oso-derive v0.27.3
8852024-12-20T22:38:36.886Z Downloaded fd-lock v4.0.2
8862024-12-20T22:38:36.890Z Downloaded foldhash v0.1.3
8872024-12-20T22:38:36.890Z Downloaded flagset v0.4.6
8882024-12-20T22:38:36.890Z Downloaded fixedbitset v0.4.2
8892024-12-20T22:38:36.890Z Downloaded filetime v0.2.25
8902024-12-20T22:38:36.896Z Downloaded ed25519-dalek v2.1.1
8912024-12-20T22:38:36.900Z Downloaded slog-stdlog v4.1.1
8922024-12-20T22:38:36.900Z Downloaded blake3 v1.5.4
8932024-12-20T22:38:36.906Z Downloaded multer v3.1.0
8942024-12-20T22:38:36.909Z Downloaded zeroize v1.8.1
8952024-12-20T22:38:36.909Z Downloaded password-hash v0.4.2
8962024-12-20T22:38:36.912Z Downloaded x509-cert v0.2.5
8972024-12-20T22:38:36.915Z Downloaded resolv-conf v0.7.0
8982024-12-20T22:38:36.917Z Downloaded predicates-core v1.0.8
8992024-12-20T22:38:36.920Z Downloaded ppv-lite86 v0.2.20
9002024-12-20T22:38:36.920Z Downloaded serde_derive_internals v0.29.1
9012024-12-20T22:38:36.924Z Downloaded diesel-dtrace v0.4.2
9022024-12-20T22:38:36.924Z Downloaded futures v0.3.31
9032024-12-20T22:38:36.928Z Downloaded mio v1.0.2
9042024-12-20T22:38:36.933Z Downloaded fallible-iterator v0.3.0
9052024-12-20T22:38:36.935Z Downloaded unicode-truncate v1.1.0
9062024-12-20T22:38:36.938Z Downloaded unarray v0.1.4
9072024-12-20T22:38:36.938Z Downloaded ena v0.14.3
9082024-12-20T22:38:36.940Z Downloaded native-tls v0.2.12
9092024-12-20T22:38:36.943Z Downloaded zip v2.1.3
9102024-12-20T22:38:36.946Z Downloaded slab v0.4.9
9112024-12-20T22:38:36.950Z Downloaded structmeta-derive v0.2.0
9122024-12-20T22:38:36.950Z Downloaded zeroize_derive v1.4.2
9132024-12-20T22:38:36.953Z Downloaded der v0.7.9
9142024-12-20T22:38:36.956Z Downloaded subtle v2.6.1
9152024-12-20T22:38:36.956Z Downloaded stable_deref_trait v1.2.0
9162024-12-20T22:38:36.956Z Downloaded zopfli v0.8.1
9172024-12-20T22:38:36.959Z Downloaded similar v2.6.0
9182024-12-20T22:38:36.963Z Downloaded qorb v0.2.1
9192024-12-20T22:38:36.967Z Downloaded pkcs8 v0.10.2
9202024-12-20T22:38:36.969Z Downloaded predicates v3.1.2
9212024-12-20T22:38:36.972Z Downloaded pkcs1 v0.7.5
9222024-12-20T22:38:36.976Z Downloaded mockall_derive v0.13.0
9232024-12-20T22:38:36.978Z Downloaded unicode-segmentation v1.12.0
9242024-12-20T22:38:36.981Z Downloaded toml v0.7.8
9252024-12-20T22:38:36.984Z Downloaded tokio-postgres v0.7.12
9262024-12-20T22:38:36.989Z Downloaded zerocopy v0.6.6
9272024-12-20T22:38:36.991Z Downloaded russh v0.45.0
9282024-12-20T22:38:36.996Z Downloaded owo-colors v4.1.0
9292024-12-20T22:38:36.999Z Downloaded rsa v0.9.6
9302024-12-20T22:38:37.003Z Downloaded chrono v0.4.38
9312024-12-20T22:38:37.013Z Downloaded ron v0.7.1
9322024-12-20T22:38:37.016Z Downloaded smallvec v1.13.2
9332024-12-20T22:38:37.019Z Downloaded rustyline v14.0.0
9342024-12-20T22:38:37.023Z Downloaded sqlparser v0.45.0
9352024-12-20T22:38:37.031Z Downloaded zip v0.6.6
9362024-12-20T22:38:37.034Z Downloaded darling_core v0.20.10
9372024-12-20T22:38:37.038Z Downloaded rustc-demangle v0.1.24
9382024-12-20T22:38:37.041Z Downloaded rustls-webpki v0.102.8
9392024-12-20T22:38:37.058Z Downloaded der_derive v0.7.3
9402024-12-20T22:38:37.061Z Downloaded bindgen v0.69.5
9412024-12-20T22:38:37.065Z Downloaded slog v2.7.0
9422024-12-20T22:38:37.069Z Downloaded oso v0.27.3
9432024-12-20T22:38:37.072Z Downloaded rcgen v0.12.1
9442024-12-20T22:38:37.075Z Downloaded dhcproto v0.12.0
9452024-12-20T22:38:37.078Z Downloaded time v0.3.36
9462024-12-20T22:38:37.084Z Downloaded hashbrown v0.14.5
9472024-12-20T22:38:37.090Z Downloaded ron v0.8.1
9482024-12-20T22:38:37.095Z Downloaded diesel_derives v2.2.3
9492024-12-20T22:38:37.099Z Downloaded p256 v0.13.2
9502024-12-20T22:38:37.104Z Downloaded idna v0.3.0
9512024-12-20T22:38:37.110Z Downloaded idna v0.4.0
9522024-12-20T22:38:37.117Z Downloaded serde_with v3.11.0
9532024-12-20T22:38:37.125Z Downloaded hashbrown v0.12.3
9542024-12-20T22:38:37.129Z Downloaded h2 v0.4.6
9552024-12-20T22:38:37.138Z Downloaded salty v0.3.0
9562024-12-20T22:38:37.143Z Downloaded num-bigint-dig v0.8.4
9572024-12-20T22:38:37.150Z Downloaded idna v0.5.0
9582024-12-20T22:38:37.155Z Downloaded futures-util v0.3.31
9592024-12-20T22:38:37.166Z Downloaded reqwest v0.12.9
9602024-12-20T22:38:37.175Z Downloaded quick-xml v0.33.0
9612024-12-20T22:38:37.190Z Downloaded flate2 v1.0.34
9622024-12-20T22:38:37.196Z Downloaded quinn-proto v0.11.8
9632024-12-20T22:38:37.197Z Downloaded trust-dns-proto v0.22.0
9642024-12-20T22:38:37.204Z Downloaded webpki-roots v0.26.6
9652024-12-20T22:38:37.209Z Downloaded vcpkg v0.2.15
9662024-12-20T22:38:37.245Z Downloaded rustls-webpki v0.101.7
9672024-12-20T22:38:37.259Z Downloaded tough v0.19.0
9682024-12-20T22:38:37.266Z Downloaded hickory-proto v0.24.1
9692024-12-20T22:38:37.281Z Downloaded p521 v0.13.3
9702024-12-20T22:38:37.285Z Downloaded curve25519-dalek v4.1.3
9712024-12-20T22:38:37.294Z Downloaded gimli v0.31.1
9722024-12-20T22:38:37.304Z Downloaded winnow v0.5.40
9732024-12-20T22:38:37.310Z Downloaded smoltcp v0.9.1
9742024-12-20T22:38:37.321Z Downloaded dropshot v0.13.0
9752024-12-20T22:38:37.344Z Downloaded regex-syntax v0.6.29
9762024-12-20T22:38:37.350Z Downloaded diesel v2.2.6
9772024-12-20T22:38:37.366Z Downloaded nix v0.27.1
9782024-12-20T22:38:37.379Z Downloaded sled v0.34.7
9792024-12-20T22:38:37.388Z Downloaded regress v0.9.1
9802024-12-20T22:38:37.397Z Downloaded rayon v1.10.0
9812024-12-20T22:38:37.406Z Downloaded p384 v0.13.0
9822024-12-20T22:38:37.411Z Downloaded chrono-tz v0.10.0
9832024-12-20T22:38:37.419Z Downloaded rustls v0.21.12
9842024-12-20T22:38:37.428Z Downloaded zerocopy v0.8.10
9852024-12-20T22:38:37.452Z Downloaded petname v2.0.2
9862024-12-20T22:38:37.458Z Downloaded regress v0.10.1
9872024-12-20T22:38:37.467Z Downloaded object v0.30.4
9882024-12-20T22:38:37.475Z Downloaded zerocopy-derive v0.6.6
9892024-12-20T22:38:37.484Z Downloaded unicode-width v0.2.0
9902024-12-20T22:38:37.491Z Downloaded openapiv3 v2.0.0
9912024-12-20T22:38:37.502Z Downloaded bstr v1.10.0
9922024-12-20T22:38:37.514Z Downloaded rustls v0.23.19
9932024-12-20T22:38:37.524Z Downloaded lzma-sys v0.1.20
9942024-12-20T22:38:37.555Z Downloaded nix v0.28.0
9952024-12-20T22:38:37.564Z Downloaded nix v0.29.0
9962024-12-20T22:38:37.575Z Downloaded regex-syntax v0.8.5
9972024-12-20T22:38:37.583Z Downloaded polar-core v0.27.3
9982024-12-20T22:38:37.593Z Downloaded smoltcp v0.11.0
9992024-12-20T22:38:37.603Z Downloaded libz-sys v1.1.20
10002024-12-20T22:38:37.624Z Downloaded regex v1.11.1
10012024-12-20T22:38:37.637Z Downloaded sha3 v0.10.8
10022024-12-20T22:38:37.640Z Downloaded openssl v0.10.66
10032024-12-20T22:38:37.650Z Downloaded dropshot v0.12.0
10042024-12-20T22:38:37.668Z Downloaded tokio-util v0.7.12
10052024-12-20T22:38:37.675Z Downloaded rustls v0.22.4
10062024-12-20T22:38:37.687Z Downloaded object v0.36.5
10072024-12-20T22:38:37.698Z Downloaded typify-impl v0.2.0
10082024-12-20T22:38:37.714Z Downloaded ratatui v0.28.1
10092024-12-20T22:38:37.733Z Downloaded bzip2-sys v0.1.11+1.0.8
10102024-12-20T22:38:37.745Z Downloaded radix_trie v0.2.1
10112024-12-20T22:38:37.750Z Downloaded git2 v0.19.0
10122024-12-20T22:38:37.759Z Downloaded idna v0.2.3
10132024-12-20T22:38:37.763Z Downloaded bitvec v1.0.1
10142024-12-20T22:38:37.777Z Downloaded regex-automata v0.4.8
10152024-12-20T22:38:37.793Z Downloaded petgraph v0.6.5
10162024-12-20T22:38:37.810Z Downloaded proptest v1.5.0
10172024-12-20T22:38:37.819Z Downloaded lalrpop v0.19.12
10182024-12-20T22:38:37.829Z Downloaded portable-atomic v1.9.0
10192024-12-20T22:38:37.837Z Downloaded tokio v1.40.0
10202024-12-20T22:38:37.872Z Downloaded url v2.5.3
10212024-12-20T22:38:37.875Z Downloaded toml_edit v0.19.15
10222024-12-20T22:38:37.891Z Downloaded unicode-normalization v0.1.24
10232024-12-20T22:38:37.894Z Downloaded socket2 v0.5.7
10242024-12-20T22:38:37.897Z Downloaded rayon-core v1.12.1
10252024-12-20T22:38:37.900Z Downloaded zerocopy-derive v0.8.10
10262024-12-20T22:38:37.905Z Downloaded csv v1.3.0
10272024-12-20T22:38:37.925Z Downloaded icu_properties_data v1.5.0
10282024-12-20T22:38:37.936Z Downloaded aws-lc-rs v1.10.0
10292024-12-20T22:38:37.944Z Downloaded unicode_categories v0.1.1
10302024-12-20T22:38:37.947Z Downloaded rusqlite v0.32.1
10312024-12-20T22:38:37.951Z Downloaded pem-rfc7468 v0.7.0
10322024-12-20T22:38:37.954Z Downloaded password-hash v0.5.0
10332024-12-20T22:38:37.958Z Downloaded rfc6979 v0.4.0
10342024-12-20T22:38:37.958Z Downloaded parse-zoneinfo v0.3.1
10352024-12-20T22:38:37.961Z Downloaded num-bigint v0.4.6
10362024-12-20T22:38:37.963Z Downloaded hashbrown v0.13.2
10372024-12-20T22:38:37.966Z Downloaded reedline v0.35.0
10382024-12-20T22:38:37.974Z Downloaded typify-macro v0.2.0
10392024-12-20T22:38:37.977Z Downloaded topological-sort v0.2.2
10402024-12-20T22:38:37.977Z Downloaded unsafe-libyaml v0.2.11
10412024-12-20T22:38:37.980Z Downloaded hkdf v0.12.4
10422024-12-20T22:38:37.983Z Downloaded aho-corasick v1.1.3
10432024-12-20T22:38:37.989Z Downloaded embedded-io v0.6.1
10442024-12-20T22:38:37.991Z Downloaded either v1.13.0
10452024-12-20T22:38:37.992Z Downloaded pin-project-internal v1.1.6
10462024-12-20T22:38:37.992Z Downloaded pkcs5 v0.7.1
10472024-12-20T22:38:37.995Z Downloaded headers v0.4.0
10482024-12-20T22:38:38.000Z Downloaded vsss-rs v3.3.4
10492024-12-20T22:38:38.003Z Downloaded vergen v8.3.2
10502024-12-20T22:38:38.006Z Downloaded expectorate v1.1.0
10512024-12-20T22:38:38.010Z Downloaded same-file v1.0.6
10522024-12-20T22:38:38.010Z Downloaded unicase v2.7.0
10532024-12-20T22:38:38.013Z Downloaded subprocess v0.2.9
10542024-12-20T22:38:38.013Z Downloaded openssl-sys v0.9.103
10552024-12-20T22:38:38.016Z Downloaded typed-path v0.9.3
10562024-12-20T22:38:38.023Z Downloaded crossterm v0.28.1
10572024-12-20T22:38:38.029Z Downloaded num-traits v0.2.19
10582024-12-20T22:38:38.031Z Downloaded hashlink v0.9.1
10592024-12-20T22:38:38.035Z Downloaded libm v0.2.8
10602024-12-20T22:38:38.040Z Downloaded pbkdf2 v0.11.0
10612024-12-20T22:38:38.042Z Downloaded libxml v0.3.3
10622024-12-20T22:38:38.047Z Downloaded rustls-pemfile v1.0.4
10632024-12-20T22:38:38.049Z Downloaded rand_core v0.6.4
10642024-12-20T22:38:38.057Z Downloaded peg-runtime v0.8.3
10652024-12-20T22:38:38.057Z Downloaded encoding_rs v0.8.34
10662024-12-20T22:38:38.071Z Downloaded libgit2-sys v0.17.0+1.8.1
10672024-12-20T22:38:38.164Z Downloaded tracing-core v0.1.32
10682024-12-20T22:38:38.168Z Downloaded tracing v0.1.40
10692024-12-20T22:38:38.174Z Downloaded idna v1.0.3
10702024-12-20T22:38:38.179Z Downloaded aes-gcm v0.10.3
10712024-12-20T22:38:38.183Z Downloaded hash32 v0.2.1
10722024-12-20T22:38:38.186Z Downloaded difflib v0.4.0
10732024-12-20T22:38:38.186Z Downloaded postgres-types v0.2.8
10742024-12-20T22:38:38.189Z Downloaded parse-display-derive v0.10.0
10752024-12-20T22:38:38.192Z Downloaded samael v0.0.17
10762024-12-20T22:38:38.197Z Downloaded serde_yaml v0.9.34+deprecated
10772024-12-20T22:38:38.201Z Downloaded futures-task v0.3.31
10782024-12-20T22:38:38.203Z Downloaded float-cmp v0.9.0
10792024-12-20T22:38:38.208Z Downloaded rustc-hash v2.0.0
10802024-12-20T22:38:38.208Z Downloaded dropshot_endpoint v0.12.0
10812024-12-20T22:38:38.211Z Downloaded thread_local v1.1.8
10822024-12-20T22:38:38.211Z Downloaded radium v0.7.0
10832024-12-20T22:38:38.211Z Downloaded r2d2 v0.8.10
10842024-12-20T22:38:38.214Z Downloaded phf_generator v0.11.2
10852024-12-20T22:38:38.214Z Downloaded futures-channel v0.3.31
10862024-12-20T22:38:38.214Z Downloaded elliptic-curve v0.13.8
10872024-12-20T22:38:38.217Z Downloaded tungstenite v0.24.0
10882024-12-20T22:38:38.220Z Downloaded tungstenite v0.23.0
10892024-12-20T22:38:38.224Z Downloaded const_format v0.2.33
10902024-12-20T22:38:38.227Z Downloaded phf_shared v0.11.2
10912024-12-20T22:38:38.231Z Downloaded whoami v1.5.2
10922024-12-20T22:38:38.234Z Downloaded typify v0.2.0
10932024-12-20T22:38:38.234Z Downloaded env_logger v0.11.5
10942024-12-20T22:38:38.237Z Downloaded defmt v0.3.8
10952024-12-20T22:38:38.240Z Downloaded omicron-zone-package v0.11.1
10962024-12-20T22:38:38.244Z Downloaded tungstenite v0.21.0
10972024-12-20T22:38:38.247Z Downloaded tar v0.4.42
10982024-12-20T22:38:38.247Z Downloaded futures-executor v0.3.31
10992024-12-20T22:38:38.247Z Downloaded futures-core v0.3.31
11002024-12-20T22:38:38.250Z Downloaded form_urlencoded v1.2.1
11012024-12-20T22:38:38.250Z Downloaded sqlformat v0.2.6
11022024-12-20T22:38:38.253Z Downloaded slog-term v2.9.1
11032024-12-20T22:38:38.256Z Downloaded hickory-server v0.24.1
11042024-12-20T22:38:38.260Z Downloaded smallvec v0.6.14
11052024-12-20T22:38:38.262Z Downloaded crossbeam-channel v0.5.13
11062024-12-20T22:38:38.265Z Downloaded base64 v0.22.1
11072024-12-20T22:38:38.269Z Downloaded base64 v0.13.1
11082024-12-20T22:38:38.274Z Downloaded serde_with_macros v3.11.0
11092024-12-20T22:38:38.277Z Downloaded poly1305 v0.8.0
11102024-12-20T22:38:38.281Z Downloaded wait-timeout v0.2.0
11112024-12-20T22:38:38.281Z Downloaded pin-project-lite v0.2.14
11122024-12-20T22:38:38.283Z Downloaded spki v0.7.3
11132024-12-20T22:38:38.286Z Downloaded crypto-bigint v0.5.5
11142024-12-20T22:38:38.291Z Downloaded ssh-cipher v0.2.0
11152024-12-20T22:38:38.295Z Downloaded glob v0.3.1
11162024-12-20T22:38:38.295Z Downloaded ghash v0.5.1
11172024-12-20T22:38:38.295Z Downloaded getrandom v0.2.15
11182024-12-20T22:38:38.298Z Downloaded base64 v0.21.7
11192024-12-20T22:38:38.302Z Downloaded bumpalo v3.16.0
11202024-12-20T22:38:38.306Z Downloaded simd-adler32 v0.3.7
11212024-12-20T22:38:38.306Z Downloaded rustc_version v0.4.1
11222024-12-20T22:38:38.314Z Downloaded rustc_version v0.1.7
11232024-12-20T22:38:38.314Z Downloaded foreign-types-macros v0.2.3
11242024-12-20T22:38:38.314Z Downloaded yasna v0.5.2
11252024-12-20T22:38:38.314Z Downloaded term v0.7.0
11262024-12-20T22:38:38.323Z Downloaded allocator-api2 v0.2.18
11272024-12-20T22:38:38.323Z Downloaded tokio-stream v0.1.16
11282024-12-20T22:38:38.327Z Downloaded tokio-rustls v0.24.1
11292024-12-20T22:38:38.327Z Downloaded indicatif v0.17.9
11302024-12-20T22:38:38.327Z Downloaded packed_struct v0.10.1
11312024-12-20T22:38:38.330Z Downloaded olpc-cjson v0.1.4
11322024-12-20T22:38:38.330Z Downloaded const-oid v0.9.6
11332024-12-20T22:38:38.333Z Downloaded backtrace v0.3.74
11342024-12-20T22:38:38.335Z Downloaded indexmap v1.9.3
11352024-12-20T22:38:38.338Z Downloaded icu_provider v1.5.0
11362024-12-20T22:38:38.341Z Downloaded compact_str v0.8.0
11372024-12-20T22:38:38.344Z Downloaded blake2 v0.10.6
11382024-12-20T22:38:38.346Z Downloaded utf16_iter v1.0.5
11392024-12-20T22:38:38.352Z Downloaded sha1 v0.10.6
11402024-12-20T22:38:38.352Z Downloaded sec1 v0.7.3
11412024-12-20T22:38:38.354Z Downloaded scrypt v0.11.0
11422024-12-20T22:38:38.354Z Downloaded scopeguard v1.2.0
11432024-12-20T22:38:38.354Z Downloaded litemap v0.7.3
11442024-12-20T22:38:38.354Z Downloaded highway v1.2.0
11452024-12-20T22:38:38.357Z Downloaded proc-macro-crate v1.3.1
11462024-12-20T22:38:38.357Z Downloaded hyper-staticfile v0.10.1
11472024-12-20T22:38:38.359Z Downloaded crc32fast v1.4.2
11482024-12-20T22:38:38.362Z Downloaded bzip2 v0.4.4
11492024-12-20T22:38:38.362Z Downloaded memoffset v0.9.1
11502024-12-20T22:38:38.365Z Downloaded indent_write v2.2.0
11512024-12-20T22:38:38.365Z Downloaded const_format_proc_macros v0.2.33
11522024-12-20T22:38:38.368Z Downloaded curve25519-dalek-derive v0.1.1
11532024-12-20T22:38:38.368Z Downloaded crc-catalog v2.4.0
11542024-12-20T22:38:38.368Z Downloaded convert_case v0.4.0
11552024-12-20T22:38:38.371Z Downloaded httpdate v1.0.3
11562024-12-20T22:38:38.371Z Downloaded cassowary v0.3.0
11572024-12-20T22:38:38.371Z Downloaded bb8 v0.8.5
11582024-12-20T22:38:38.373Z Downloaded lazy_static v1.5.0
11592024-12-20T22:38:38.376Z Downloaded idna_adapter v1.2.0
11602024-12-20T22:38:38.376Z Downloaded async-trait v0.1.83
11612024-12-20T22:38:38.379Z Downloaded chacha20 v0.9.1
11622024-12-20T22:38:38.381Z Downloaded crc v3.2.1
11632024-12-20T22:38:38.384Z Downloaded bitfield v0.14.0
11642024-12-20T22:38:38.384Z Downloaded constant_time_eq v0.3.1
11652024-12-20T22:38:38.384Z Downloaded backoff v0.4.0
11662024-12-20T22:38:38.387Z Downloaded argon2 v0.5.3
11672024-12-20T22:38:38.389Z Downloaded indoc v1.0.9
11682024-12-20T22:38:38.392Z Downloaded bitfield-struct v0.6.2
11692024-12-20T22:38:38.392Z Downloaded array-init v0.0.4
11702024-12-20T22:38:38.392Z Downloaded arrayvec v0.7.6
11712024-12-20T22:38:38.395Z Downloaded is-terminal v0.4.13
11722024-12-20T22:38:38.398Z Downloaded hyper-tls v0.6.0
11732024-12-20T22:38:38.398Z Downloaded keccak v0.1.5
11742024-12-20T22:38:38.401Z Downloaded hostname v0.4.0
11752024-12-20T22:38:38.401Z Downloaded home v0.5.9
11762024-12-20T22:38:38.401Z Downloaded cexpr v0.6.0
11772024-12-20T22:38:38.404Z Downloaded bitflags v1.3.2
11782024-12-20T22:38:38.407Z Downloaded bit-set v0.5.3
11792024-12-20T22:38:38.529Z Downloaded ring v0.17.8
11802024-12-20T22:38:38.653Z Downloaded ring v0.16.20
11812024-12-20T22:38:38.733Z Downloaded libsqlite3-sys v0.30.1
11822024-12-20T22:38:38.954Z Downloaded aws-lc-sys v0.22.0
11832024-12-20T22:38:39.262Z Compiling serde v1.0.215
11842024-12-20T22:38:39.265Z Compiling lock_api v0.4.12
11852024-12-20T22:38:39.266Z Compiling scopeguard v1.2.0
11862024-12-20T22:38:39.266Z Compiling value-bag v1.9.0
11872024-12-20T22:38:39.266Z Compiling typenum v1.17.0
11882024-12-20T22:38:39.266Z Compiling generic-array v0.14.7
11892024-12-20T22:38:39.435Z Compiling syn v2.0.87
11902024-12-20T22:38:39.445Z Compiling getrandom v0.2.15
11912024-12-20T22:38:39.556Z Compiling shlex v1.3.0
11922024-12-20T22:38:39.764Z Compiling rand_core v0.6.4
11932024-12-20T22:38:39.936Z Compiling log v0.4.22
11942024-12-20T22:38:39.958Z Compiling subtle v2.6.1
11952024-12-20T22:38:39.984Z Compiling jobserver v0.1.32
11962024-12-20T22:38:40.086Z Compiling const-oid v0.9.6
11972024-12-20T22:38:40.294Z Compiling smallvec v1.13.2
11982024-12-20T22:38:40.316Z Compiling spin v0.9.8
11992024-12-20T22:38:40.316Z Compiling pin-project-lite v0.2.14
12002024-12-20T22:38:40.458Z Compiling cc v1.1.30
12012024-12-20T22:38:40.707Z Compiling rustix v0.38.37
12022024-12-20T22:38:40.728Z Compiling parking_lot_core v0.9.10
12032024-12-20T22:38:40.800Z Compiling futures-core v0.3.31
12042024-12-20T22:38:40.964Z Compiling signal-hook-registry v1.4.2
12052024-12-20T22:38:41.103Z Compiling mio v1.0.2
12062024-12-20T22:38:41.566Z Compiling parking_lot v0.12.3
12072024-12-20T22:38:41.762Z Compiling aho-corasick v1.1.3
12082024-12-20T22:38:41.819Z Compiling cpufeatures v0.2.14
12092024-12-20T22:38:41.925Z Compiling regex-syntax v0.8.5
12102024-12-20T22:38:42.103Z Compiling lazy_static v1.5.0
12112024-12-20T22:38:42.155Z Compiling stable_deref_trait v1.2.0
12122024-12-20T22:38:42.223Z Compiling futures-sink v0.3.31
12132024-12-20T22:38:42.264Z Compiling glob v0.3.1
12142024-12-20T22:38:42.302Z Compiling either v1.13.0
12152024-12-20T22:38:42.381Z Compiling socket2 v0.5.7
12162024-12-20T22:38:42.448Z Compiling slab v0.4.9
12172024-12-20T22:38:42.716Z Compiling prettyplease v0.2.25
12182024-12-20T22:38:42.890Z Compiling minimal-lexical v0.2.1
12192024-12-20T22:38:43.316Z Compiling clang-sys v1.8.1
12202024-12-20T22:38:43.401Z Compiling nom v7.1.3
12212024-12-20T22:38:43.420Z Compiling libloading v0.8.5
12222024-12-20T22:38:43.489Z Compiling bindgen v0.69.5
12232024-12-20T22:38:43.847Z Compiling home v0.5.9
12242024-12-20T22:38:44.037Z Compiling serde_json v1.0.132
12252024-12-20T22:38:44.290Z Compiling itertools v0.10.5
12262024-12-20T22:38:44.379Z Compiling futures-channel v0.3.31
12272024-12-20T22:38:44.798Z Compiling foldhash v0.1.3
12282024-12-20T22:38:44.889Z Compiling lazycell v1.3.0
12292024-12-20T22:38:45.061Z Compiling futures-task v0.3.31
12302024-12-20T22:38:45.123Z Compiling allocator-api2 v0.2.18
12312024-12-20T22:38:45.363Z Compiling rustc-hash v1.1.0
12322024-12-20T22:38:45.517Z Compiling pin-utils v0.1.0
12332024-12-20T22:38:45.606Z Compiling futures-io v0.3.31
12342024-12-20T22:38:45.908Z Compiling regex-automata v0.4.8
12352024-12-20T22:38:45.930Z Compiling hashbrown v0.15.1
12362024-12-20T22:38:47.082Z Compiling synstructure v0.13.1
12372024-12-20T22:38:47.286Z Compiling cexpr v0.6.0
12382024-12-20T22:38:47.332Z Compiling cmake v0.1.51
12392024-12-20T22:38:48.411Z Compiling pkg-config v0.3.31
12402024-12-20T22:38:48.884Z Compiling fs_extra v1.3.0
12412024-12-20T22:38:48.979Z Compiling tinyvec_macros v0.1.1
12422024-12-20T22:38:49.077Z Compiling dunce v1.0.5
12432024-12-20T22:38:49.135Z Compiling libm v0.2.8
12442024-12-20T22:38:49.212Z Compiling tinyvec v1.8.0
12452024-12-20T22:38:49.470Z Compiling num-traits v0.2.19
12462024-12-20T22:38:49.971Z Compiling ring v0.17.8
12472024-12-20T22:38:50.002Z Compiling paste v1.0.15
12482024-12-20T22:38:50.311Z Compiling unicode-bidi v0.3.17
12492024-12-20T22:38:50.483Z Compiling writeable v0.5.5
12502024-12-20T22:38:50.711Z Compiling unicode-normalization v0.1.24
12512024-12-20T22:38:50.824Z Compiling base64ct v1.6.0
12522024-12-20T22:38:51.074Z Compiling litemap v0.7.3
12532024-12-20T22:38:51.410Z Compiling pem-rfc7468 v0.7.0
12542024-12-20T22:38:51.472Z Compiling regex v1.11.1
12552024-12-20T22:38:51.775Z Compiling flagset v0.4.6
12562024-12-20T22:38:51.991Z Compiling aws-lc-rs v1.10.0
12572024-12-20T22:38:52.068Z Compiling httparse v1.9.5
12582024-12-20T22:38:52.415Z Compiling tracing-core v0.1.32
12592024-12-20T22:38:52.862Z Compiling icu_locid_transform_data v1.5.0
12602024-12-20T22:38:52.973Z Compiling percent-encoding v2.3.1
12612024-12-20T22:38:53.336Z Compiling crossbeam-utils v0.8.20
12622024-12-20T22:38:53.581Z Compiling rustls-pki-types v1.10.0
12632024-12-20T22:38:53.724Z Compiling vcpkg v0.2.15
12642024-12-20T22:38:53.758Z Compiling serde_derive v1.0.215
12652024-12-20T22:38:53.913Z Compiling zeroize_derive v1.4.2
12662024-12-20T22:38:54.408Z Compiling zerocopy-derive v0.7.35
12672024-12-20T22:38:54.597Z Compiling tokio-macros v2.4.0
12682024-12-20T22:38:55.437Z Compiling zeroize v1.8.1
12692024-12-20T22:38:55.823Z Compiling zerofrom-derive v0.1.4
12702024-12-20T22:38:56.204Z Compiling thiserror-impl v1.0.69
12712024-12-20T22:38:56.251Z Compiling yoke-derive v0.7.4
12722024-12-20T22:38:56.594Z Compiling zerocopy v0.7.35
12732024-12-20T22:38:57.180Z Compiling crypto-common v0.1.6
12742024-12-20T22:38:57.415Z Compiling block-buffer v0.10.4
12752024-12-20T22:38:57.684Z Compiling digest v0.10.7
12762024-12-20T22:38:58.198Z Compiling hmac v0.12.1
12772024-12-20T22:38:58.263Z Compiling zerovec-derive v0.10.3
12782024-12-20T22:38:58.451Z Compiling futures-macro v0.3.31
12792024-12-20T22:38:58.781Z Compiling block-padding v0.3.3
12802024-12-20T22:38:59.030Z Compiling displaydoc v0.2.5
12812024-12-20T22:38:59.392Z Compiling inout v0.1.3
12822024-12-20T22:38:59.445Z Compiling thiserror v1.0.69
12832024-12-20T22:38:59.578Z Compiling sha2 v0.10.8
12842024-12-20T22:38:59.668Z Compiling cipher v0.4.4
12852024-12-20T22:38:59.807Z Compiling zerofrom v0.1.4
12862024-12-20T22:39:00.048Z Compiling yoke v0.7.4
12872024-12-20T22:39:00.176Z Compiling ppv-lite86 v0.2.20
12882024-12-20T22:39:00.344Z Compiling futures-util v0.3.31
12892024-12-20T22:39:00.386Z Compiling der_derive v0.7.3
12902024-12-20T22:39:00.694Z Compiling icu_provider_macros v1.5.0
12912024-12-20T22:39:00.892Z Compiling zerovec v0.10.4
12922024-12-20T22:39:00.935Z Compiling rand_chacha v0.3.1
12932024-12-20T22:39:01.177Z Compiling tracing-attributes v0.1.27
12942024-12-20T22:39:01.854Z Compiling rand v0.8.5
12952024-12-20T22:39:02.811Z Compiling tinystr v0.7.6
12962024-12-20T22:39:02.994Z Compiling der v0.7.9
12972024-12-20T22:39:03.215Z Compiling icu_locid v1.5.0
12982024-12-20T22:39:03.236Z Compiling icu_collections v1.5.0
12992024-12-20T22:39:03.275Z Compiling salsa20 v0.10.2
13002024-12-20T22:39:03.519Z Compiling pest v2.7.14
13012024-12-20T22:39:04.173Z Compiling pbkdf2 v0.12.2
13022024-12-20T22:39:04.381Z Compiling untrusted v0.9.0
13032024-12-20T22:39:04.558Z Compiling icu_provider v1.5.0
13042024-12-20T22:39:04.769Z Compiling time-core v0.1.2
13052024-12-20T22:39:04.938Z Compiling icu_properties_data v1.5.0
13062024-12-20T22:39:05.107Z Compiling tracing v0.1.40
13072024-12-20T22:39:05.204Z Compiling icu_locid_transform v1.5.0
13082024-12-20T22:39:05.577Z Compiling spki v0.7.3
13092024-12-20T22:39:05.626Z Compiling untrusted v0.7.1
13102024-12-20T22:39:05.666Z Compiling powerfmt v0.2.0
13112024-12-20T22:39:05.805Z Compiling num-conv v0.1.0
13122024-12-20T22:39:05.933Z Compiling mirai-annotations v1.12.0
13132024-12-20T22:39:06.083Z Compiling time-macros v0.2.18
13142024-12-20T22:39:06.101Z Compiling pest_meta v2.7.14
13152024-12-20T22:39:06.126Z Compiling deranged v0.3.11
13162024-12-20T22:39:06.436Z Compiling icu_properties v1.5.1
13172024-12-20T22:39:08.251Z Compiling bitflags v2.6.0
13182024-12-20T22:39:08.251Z Compiling bytes v1.8.0
13192024-12-20T22:39:08.251Z Compiling indexmap v2.6.0
13202024-12-20T22:39:09.324Z Compiling tokio v1.40.0
13212024-12-20T22:39:09.429Z Compiling http v1.1.0
13222024-12-20T22:39:09.644Z Compiling semver v1.0.23
13232024-12-20T22:39:10.400Z Compiling rustc_version v0.4.1
13242024-12-20T22:39:10.420Z Compiling scrypt v0.11.0
13252024-12-20T22:39:10.973Z Compiling cbc v0.1.2
13262024-12-20T22:39:11.132Z Compiling aes v0.8.4
13272024-12-20T22:39:11.204Z Compiling openssl-sys v0.9.103
13282024-12-20T22:39:11.225Z Compiling scroll_derive v0.12.0
13292024-12-20T22:39:11.316Z Compiling atomic-waker v1.1.2
13302024-12-20T22:39:11.440Z Compiling write16 v1.0.0
13312024-12-20T22:39:11.502Z Compiling icu_normalizer_data v1.5.0
13322024-12-20T22:39:11.573Z Compiling utf8_iter v1.0.4
13332024-12-20T22:39:11.610Z Compiling utf16_iter v1.0.5
13342024-12-20T22:39:11.818Z Compiling num_threads v0.1.7
13352024-12-20T22:39:11.837Z Compiling icu_normalizer v1.5.0
13362024-12-20T22:39:11.879Z Compiling http-body v1.0.1
13372024-12-20T22:39:11.949Z Compiling time v0.3.36
13382024-12-20T22:39:12.103Z Compiling pkcs5 v0.7.1
13392024-12-20T22:39:12.271Z Compiling which v4.4.2
13402024-12-20T22:39:12.891Z Compiling scroll v0.12.0
13412024-12-20T22:39:13.489Z Compiling pest_generator v2.7.14
13422024-12-20T22:39:13.626Z Compiling form_urlencoded v1.2.1
13432024-12-20T22:39:13.687Z Compiling try-lock v0.2.5
13442024-12-20T22:39:13.832Z Compiling slog v2.7.0
13452024-12-20T22:39:13.885Z Compiling goblin v0.8.2
13462024-12-20T22:39:13.967Z Compiling want v0.3.1
13472024-12-20T22:39:14.026Z Compiling pkcs8 v0.10.2
13482024-12-20T22:39:14.251Z Compiling idna_adapter v1.2.0
13492024-12-20T22:39:14.423Z Compiling httpdate v1.0.3
13502024-12-20T22:39:14.765Z Compiling idna v1.0.3
13512024-12-20T22:39:14.910Z Compiling serde_spanned v0.6.8
13522024-12-20T22:39:15.147Z Compiling uuid v1.11.0
13532024-12-20T22:39:15.310Z Compiling serde_tokenstream v0.2.2
13542024-12-20T22:39:15.516Z Compiling pest_derive v2.7.14
13552024-12-20T22:39:15.914Z Compiling toml_datetime v0.6.8
13562024-12-20T22:39:16.307Z Compiling dtrace-parser v0.2.0
13572024-12-20T22:39:16.466Z Compiling tower-service v0.3.3
13582024-12-20T22:39:16.564Z Compiling iana-time-zone v0.1.61
13592024-12-20T22:39:16.601Z Compiling foreign-types-shared v0.1.1
13602024-12-20T22:39:16.674Z Compiling match_cfg v0.1.0
13612024-12-20T22:39:16.713Z Compiling base64 v0.22.1
13622024-12-20T22:39:16.776Z Compiling adler2 v2.0.0
13632024-12-20T22:39:16.993Z Compiling rustversion v1.0.17
13642024-12-20T22:39:17.014Z Compiling openssl v0.10.66
13652024-12-20T22:39:17.120Z Compiling miniz_oxide v0.8.0
13662024-12-20T22:39:17.441Z Compiling hostname v0.3.1
13672024-12-20T22:39:17.466Z Compiling chrono v0.4.38
13682024-12-20T22:39:17.672Z Compiling tokio-util v0.7.12
13692024-12-20T22:39:17.762Z Compiling foreign-types v0.3.2
13702024-12-20T22:39:17.865Z Compiling url v2.5.3
13712024-12-20T22:39:18.663Z Compiling openssl-macros v0.1.1
13722024-12-20T22:39:19.181Z Compiling h2 v0.4.6
13732024-12-20T22:39:19.429Z Compiling async-trait v0.1.83
13742024-12-20T22:39:19.922Z Compiling dof v0.3.0
13752024-12-20T22:39:19.943Z Compiling dirs-sys-next v0.1.2
13762024-12-20T22:39:20.610Z Compiling usdt-impl v0.5.0
13772024-12-20T22:39:21.210Z Compiling native-tls v0.2.12
13782024-12-20T22:39:21.531Z Compiling rustls v0.22.4
13792024-12-20T22:39:21.792Z Compiling rustls v0.23.19
13802024-12-20T22:39:22.071Z Compiling syn v1.0.109
13812024-12-20T22:39:22.089Z Compiling data-encoding v2.6.0
13822024-12-20T22:39:22.192Z Compiling siphasher v0.3.11
13832024-12-20T22:39:22.273Z Compiling dirs-next v2.0.0
13842024-12-20T22:39:22.780Z Compiling http-body-util v0.1.2
13852024-12-20T22:39:23.362Z Compiling heapless v0.7.17
13862024-12-20T22:39:23.789Z Compiling crossbeam-epoch v0.9.18
13872024-12-20T22:39:24.051Z Compiling sha1 v0.10.6
13882024-12-20T22:39:24.257Z Compiling signature v2.2.0
13892024-12-20T22:39:24.497Z Compiling bzip2-sys v0.1.11+1.0.8
13902024-12-20T22:39:24.532Z Compiling serde_derive_internals v0.29.1
13912024-12-20T22:39:24.558Z Compiling thread_local v1.1.8
13922024-12-20T22:39:24.577Z Compiling cookie v0.18.1
13932024-12-20T22:39:24.860Z Compiling multer v3.1.0
13942024-12-20T22:39:24.902Z Compiling encoding_rs v0.8.34
13952024-12-20T22:39:24.982Z Compiling openssl-probe v0.1.5
13962024-12-20T22:39:25.054Z Compiling gimli v0.31.1
13972024-12-20T22:39:25.146Z Compiling signal-hook v0.3.17
13982024-12-20T22:39:25.321Z Compiling rayon-core v1.12.1
13992024-12-20T22:39:25.423Z Compiling unicode-properties v0.1.3
14002024-12-20T22:39:25.597Z Compiling ipnet v2.10.1
14012024-12-20T22:39:25.814Z Compiling schemars v0.8.21
14022024-12-20T22:39:26.161Z Compiling hyper v1.5.0
14032024-12-20T22:39:26.904Z Compiling mime v0.3.17
14042024-12-20T22:39:27.325Z Compiling slog-async v2.8.0
14052024-12-20T22:39:27.524Z Compiling schemars_derive v0.8.21
14062024-12-20T22:39:27.960Z Compiling stringprep v0.1.5
14072024-12-20T22:39:29.256Z Compiling hyper-util v0.1.10
14082024-12-20T22:39:29.713Z Compiling addr2line v0.24.2
14092024-12-20T22:39:30.090Z Compiling toml_edit v0.22.22
14102024-12-20T22:39:30.383Z Compiling usdt-attr-macro v0.5.0
14112024-12-20T22:39:30.442Z Compiling usdt-macro v0.5.0
14122024-12-20T22:39:30.897Z Compiling crossbeam-deque v0.8.5
14132024-12-20T22:39:31.296Z Compiling term v0.7.0
14142024-12-20T22:39:31.749Z Compiling slog-json v2.6.1
14152024-12-20T22:39:31.833Z Compiling serde_urlencoded v0.7.1
14162024-12-20T22:39:32.037Z Compiling curve25519-dalek v4.1.3
14172024-12-20T22:39:32.124Z Compiling crossbeam-channel v0.5.13
14182024-12-20T22:39:32.325Z Compiling futures-executor v0.3.31
14192024-12-20T22:39:32.353Z Compiling enum-as-inner v0.6.1
14202024-12-20T22:39:32.671Z Compiling md-5 v0.10.6
14212024-12-20T22:39:32.809Z Compiling rustls-pemfile v2.2.0
14222024-12-20T22:39:32.896Z Compiling async-stream-impl v0.3.6
14232024-12-20T22:39:32.945Z Compiling num-integer v0.1.46
14242024-12-20T22:39:33.182Z Compiling idna v0.3.0
14252024-12-20T22:39:33.257Z Compiling idna v0.4.0
14262024-12-20T22:39:33.460Z Compiling hash32 v0.2.1
14272024-12-20T22:39:33.775Z Compiling ff v0.13.0
14282024-12-20T22:39:33.864Z Compiling is-terminal v0.4.13
14292024-12-20T22:39:33.996Z Compiling object v0.36.5
14302024-12-20T22:39:34.015Z Compiling dropshot v0.12.0
14312024-12-20T22:39:34.307Z Compiling quick-error v1.2.3
14322024-12-20T22:39:34.310Z Compiling utf-8 v0.7.6
14332024-12-20T22:39:34.457Z Compiling smoltcp v0.9.1
14342024-12-20T22:39:34.642Z Compiling anyhow v1.0.93
14352024-12-20T22:39:34.879Z Compiling linked-hash-map v0.5.6
14362024-12-20T22:39:34.900Z Compiling rustc-demangle v0.1.24
14372024-12-20T22:39:35.164Z Compiling portable-atomic v1.9.0
14382024-12-20T22:39:35.232Z Compiling num-bigint-dig v0.8.4
14392024-12-20T22:39:35.253Z Compiling dyn-clone v1.0.17
14402024-12-20T22:39:35.467Z Compiling base16ct v0.2.0
14412024-12-20T22:39:35.522Z Compiling take_mut v0.2.2
14422024-12-20T22:39:35.685Z Compiling psl-types v2.0.11
14432024-12-20T22:39:35.812Z Compiling fallible-iterator v0.2.0
14442024-12-20T22:39:35.870Z Compiling publicsuffix v2.2.3
14452024-12-20T22:39:35.891Z Compiling sec1 v0.7.3
14462024-12-20T22:39:36.527Z Compiling postgres-protocol v0.6.7
14472024-12-20T22:39:36.807Z Compiling lru-cache v0.1.2
14482024-12-20T22:39:37.049Z Compiling tungstenite v0.24.0
14492024-12-20T22:39:37.312Z Compiling resolv-conf v0.7.0
14502024-12-20T22:39:37.932Z Compiling async-stream v0.3.6
14512024-12-20T22:39:38.166Z Compiling hickory-proto v0.24.1
14522024-12-20T22:39:38.267Z Compiling slog-term v2.9.1
14532024-12-20T22:39:38.345Z Compiling group v0.13.0
14542024-12-20T22:39:38.682Z Compiling usdt v0.5.0
14552024-12-20T22:39:39.436Z Compiling num-iter v0.1.45
14562024-12-20T22:39:39.554Z Compiling toml v0.8.19
14572024-12-20T22:39:39.723Z Compiling futures v0.3.31
14582024-12-20T22:39:39.856Z Compiling slog-bunyan v2.5.0
14592024-12-20T22:39:41.341Z Compiling backtrace v0.3.74
14602024-12-20T22:39:41.431Z Compiling camino v1.1.9
14612024-12-20T22:39:41.924Z Compiling tokio-native-tls v0.3.1
14622024-12-20T22:39:42.137Z Compiling phf_shared v0.11.2
14632024-12-20T22:39:42.206Z Compiling dropshot_endpoint v0.12.0
14642024-12-20T22:39:42.363Z Compiling terminal_size v0.4.0
14652024-12-20T22:39:42.429Z Compiling waitgroup v0.1.2
14662024-12-20T22:39:42.518Z Compiling openapiv3 v2.0.0
14672024-12-20T22:39:42.585Z Compiling serde_path_to_error v0.1.16
14682024-12-20T22:39:42.660Z Compiling hkdf v0.12.4
14692024-12-20T22:39:42.920Z Compiling crypto-bigint v0.5.5
14702024-12-20T22:39:43.463Z Compiling webpki-roots v0.26.6
14712024-12-20T22:39:43.688Z Compiling zerocopy-derive v0.6.6
14722024-12-20T22:39:45.022Z Compiling curve25519-dalek-derive v0.1.1
14732024-12-20T22:39:45.536Z Compiling hubpack_derive v0.1.1
14742024-12-20T22:39:45.967Z Compiling idna v0.5.0
14752024-12-20T22:39:46.384Z Compiling hostname v0.4.0
14762024-12-20T22:39:46.566Z Compiling ahash v0.8.11
14772024-12-20T22:39:46.630Z Compiling crc32fast v1.4.2
14782024-12-20T22:39:46.904Z Compiling fs-err v2.11.0
14792024-12-20T22:39:46.938Z Compiling bitflags v1.3.2
14802024-12-20T22:39:46.941Z Compiling winnow v0.5.40
14812024-12-20T22:39:46.980Z Compiling managed v0.8.0
14822024-12-20T22:39:47.051Z Compiling debug-ignore v1.0.5
14832024-12-20T22:39:47.206Z Compiling clap_builder v4.5.21
14842024-12-20T22:39:47.324Z Compiling console v0.15.8
14852024-12-20T22:39:47.567Z Compiling strum_macros v0.25.3
14862024-12-20T22:39:48.908Z Compiling flate2 v1.0.34
14872024-12-20T22:39:49.002Z Compiling cookie_store v0.21.0
14882024-12-20T22:39:49.566Z Compiling hubpack v0.1.2
14892024-12-20T22:39:49.905Z Compiling elliptic-curve v0.13.8
14902024-12-20T22:39:50.042Z Compiling zerocopy v0.6.6
14912024-12-20T22:39:50.588Z Compiling toml_edit v0.19.15
14922024-12-20T22:39:50.738Z Compiling hickory-resolver v0.24.1
14932024-12-20T22:39:50.821Z Compiling phf v0.11.2
14942024-12-20T22:39:50.891Z Compiling hyper-tls v0.6.0
14952024-12-20T22:39:51.330Z Compiling signal-hook-mio v0.2.4
14962024-12-20T22:39:51.497Z Compiling rayon v1.10.0
14972024-12-20T22:39:51.853Z Compiling bzip2 v0.4.4
14982024-12-20T22:39:52.259Z Compiling tokio-tungstenite v0.24.0
14992024-12-20T22:39:52.810Z Compiling postgres-types v0.2.8
15002024-12-20T22:39:55.832Z Compiling ed25519 v2.2.3
15012024-12-20T22:39:56.335Z Compiling phf_shared v0.10.0
15022024-12-20T22:39:56.712Z Compiling tokio-stream v0.1.16
15032024-12-20T22:39:56.745Z Compiling pkcs1 v0.7.5
15042024-12-20T22:39:57.345Z Compiling serde-big-array v0.5.1
15052024-12-20T22:39:57.567Z Compiling clap_derive v4.5.18
15062024-12-20T22:39:57.587Z Compiling rfc6979 v0.4.0
15072024-12-20T22:39:57.696Z Compiling serde_repr v0.1.19
15082024-12-20T22:39:57.773Z Compiling derive-where v1.2.7
15092024-12-20T22:39:57.794Z Compiling float-cmp v0.9.0
15102024-12-20T22:39:57.796Z Compiling bstr v1.10.0
15112024-12-20T22:39:58.011Z Compiling sync_wrapper v1.0.1
15122024-12-20T22:39:58.194Z Compiling static_assertions v1.1.0
15132024-12-20T22:39:58.306Z Compiling fixedbitset v0.4.2
15142024-12-20T22:39:58.706Z Compiling number_prefix v0.4.0
15152024-12-20T22:39:58.801Z Compiling bit-vec v0.6.3
15162024-12-20T22:39:58.881Z Compiling whoami v1.5.2
15172024-12-20T22:39:58.932Z Compiling precomputed-hash v0.1.1
15182024-12-20T22:39:59.057Z Compiling predicates-core v1.0.8
15192024-12-20T22:39:59.251Z Compiling unicode-segmentation v1.12.0
15202024-12-20T22:39:59.402Z Compiling difflib v0.4.0
15212024-12-20T22:39:59.516Z Compiling normalize-line-endings v0.3.0
15222024-12-20T22:39:59.649Z Compiling new_debug_unreachable v1.0.6
15232024-12-20T22:39:59.669Z Compiling unicode-width v0.2.0
15242024-12-20T22:39:59.742Z Compiling string_cache v0.8.7
15252024-12-20T22:40:00.150Z Compiling indicatif v0.17.9
15262024-12-20T22:40:00.200Z Compiling similar v2.6.0
15272024-12-20T22:40:00.217Z Compiling predicates v3.1.2
15282024-12-20T22:40:01.070Z Compiling tokio-postgres v0.7.12
15292024-12-20T22:40:01.464Z Compiling bit-set v0.5.3
15302024-12-20T22:40:01.760Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15312024-12-20T22:40:02.011Z Compiling petgraph v0.6.5
15322024-12-20T22:40:02.389Z Compiling ecdsa v0.16.9
15332024-12-20T22:40:02.606Z Compiling rsa v0.9.6
15342024-12-20T22:40:02.661Z Compiling clap v4.5.21
15352024-12-20T22:40:02.790Z Compiling ed25519-dalek v2.1.1
15362024-12-20T22:40:03.233Z Compiling toml v0.7.8
15372024-12-20T22:40:04.167Z Compiling zip v0.6.6
15382024-12-20T22:40:05.017Z Compiling crossterm v0.28.1
15392024-12-20T22:40:06.266Z Compiling hex v0.4.3
15402024-12-20T22:40:06.580Z Compiling x509-cert v0.2.5
15412024-12-20T22:40:06.881Z Compiling peg-runtime v0.8.3
15422024-12-20T22:40:06.964Z Compiling lalrpop-util v0.19.12
15432024-12-20T22:40:07.113Z Compiling unicode-xid v0.2.6
15442024-12-20T22:40:07.292Z Compiling strum_macros v0.26.4
15452024-12-20T22:40:07.312Z Compiling xattr v1.3.1
15462024-12-20T22:40:07.511Z Compiling filetime v0.2.25
15472024-12-20T22:40:07.828Z Compiling tar v0.4.42
15482024-12-20T22:40:12.319Z Compiling strum v0.26.3
15492024-12-20T22:40:15.300Z Compiling aws-lc-sys v0.22.0
15502024-12-20T22:40:47.261Z Compiling rustls-webpki v0.102.8
15512024-12-20T22:40:50.483Z Compiling tokio-rustls v0.25.0
15522024-12-20T22:40:52.219Z Compiling tokio-rustls v0.26.0
15532024-12-20T22:40:52.603Z Compiling hyper-rustls v0.27.3
15542024-12-20T22:40:52.925Z Compiling reqwest v0.12.9
15552024-12-20T22:40:54.036Z Compiling qorb v0.2.1
15562024-12-20T22:40:59.066Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15572024-12-20T22:40:59.262Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15582024-12-20T22:41:05.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15592024-12-20T22:41:05.159Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15602024-12-20T22:41:05.211ZDec 20 22:41:04.582 INFO Starting download, target: DendriteOpenapi
15612024-12-20T22:41:05.211ZDec 20 22:41:04.582 INFO Starting download, target: DendriteStub
15622024-12-20T22:41:05.211ZDec 20 22:41:04.582 INFO Starting download, target: Clickhouse
15632024-12-20T22:41:05.213ZDec 20 22:41:04.582 INFO Starting download, target: Cockroach
15642024-12-20T22:41:05.216ZDec 20 22:41:04.582 INFO Starting download, target: Console
15652024-12-20T22:41:05.216ZDec 20 22:41:04.582 INFO Starting download, target: MaghemiteMgd
15662024-12-20T22:41:05.216ZDec 20 22:41:04.582 INFO Starting download, target: TransceiverControl
15672024-12-20T22:41:05.216ZDec 20 22:41:04.583 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15682024-12-20T22:41:05.216ZDec 20 22:41:04.583 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15692024-12-20T22:41:05.216ZDec 20 22:41:04.583 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15702024-12-20T22:41:05.216ZDec 20 22:41:04.583 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15712024-12-20T22:41:05.216ZDec 20 22:41:04.583 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15722024-12-20T22:41:05.216ZDec 20 22:41:04.583 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15732024-12-20T22:41:05.216ZDec 20 22:41:04.583 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15742024-12-20T22:41:05.481ZDec 20 22:41:04.816 INFO Download complete, target: DendriteOpenapi
15752024-12-20T22:41:05.620ZDec 20 22:41:04.942 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15762024-12-20T22:41:05.758ZDec 20 22:41:05.097 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15772024-12-20T22:41:06.079ZDec 20 22:41:05.408 INFO Download complete, target: Console
15782024-12-20T22:41:06.280ZDec 20 22:41:05.588 INFO Download complete, target: TransceiverControl
15792024-12-20T22:41:06.399ZDec 20 22:41:05.626 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15802024-12-20T22:41:06.399ZDec 20 22:41:05.644 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15812024-12-20T22:41:07.227ZDec 20 22:41:06.443 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15822024-12-20T22:41:09.227ZDec 20 22:41:08.475 INFO Download complete, target: MaghemiteMgd
15832024-12-20T22:41:09.453ZDec 20 22:41:08.480 INFO Download complete, target: DendriteStub
15842024-12-20T22:41:10.483ZDec 20 22:41:09.704 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15852024-12-20T22:41:10.483ZDec 20 22:41:09.704 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15862024-12-20T22:41:17.666ZDec 20 22:41:17.032 INFO Checking that binary works, target: Cockroach
15872024-12-20T22:41:17.817ZDec 20 22:41:17.186 INFO Download complete, target: Cockroach
15882024-12-20T22:41:19.750ZDec 20 22:41:19.099 INFO Checking that binary works, target: Clickhouse
15892024-12-20T22:41:20.148ZDec 20 22:41:19.512 INFO Download complete, target: Clickhouse
15902024-12-20T22:41:20.209ZAll builder prerequisites installed successfully, and PATH looks valid
15912024-12-20T22:41:20.220Z
15922024-12-20T22:41:20.220Zreal 7:06.775620617
15932024-12-20T22:41:20.220Zuser 16:25.588902552
15942024-12-20T22:41:20.220Zsys 3:13.791368370
15952024-12-20T22:41:20.220Ztrap 0.549720892
15962024-12-20T22:41:20.220Ztflt 5.023504560
15972024-12-20T22:41:20.220Zdflt 4.972534664
15982024-12-20T22:41:20.221Zkflt 0.411510714
15992024-12-20T22:41:20.221Zlock 30:09.228271538
16002024-12-20T22:41:20.221Zslp 1:06:06.575371444
16012024-12-20T22:41:20.221Zlat 56.042081631
16022024-12-20T22:41:20.221Zstop 2:16.302380563
16032024-12-20T22:41:20.222Z+ banner hack-check
16042024-12-20T22:41:20.222Z
16052024-12-20T22:41:20.222Z # # ## #### # # #### # # ###### #### # #
16062024-12-20T22:41:20.222Z # # # # # # # # # # # # # # # # #
16072024-12-20T22:41:20.222Z ###### # # # #### ##### # ###### ##### # ####
16082024-12-20T22:41:20.222Z # # ###### # # # # # # # # # #
16092024-12-20T22:41:20.222Z # # # # # # # # # # # # # # # # #
16102024-12-20T22:41:20.222Z # # # # #### # # #### # # ###### #### # #
16112024-12-20T22:41:20.222Z
16122024-12-20T22:41:20.222Z+ export CARGO_INCREMENTAL=0
16132024-12-20T22:41:20.223Z+ CARGO_INCREMENTAL=0
16142024-12-20T22:41:20.223Z+ ptime -m timeout 2h cargo xtask check-features --ci
16152024-12-20T22:41:20.749Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16162024-12-20T22:41:24.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
16172024-12-20T22:41:24.658Z Running `target/debug/xtask check-features --ci`
16182024-12-20T22:41:24.695Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16192024-12-20T22:41:24.706Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16202024-12-20T22:41:25.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16212024-12-20T22:41:25.210Z Running `target/debug/xtask download cargo-hack`
16222024-12-20T22:41:25.982Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16232024-12-20T22:41:26.306Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16242024-12-20T22:41:31.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
16252024-12-20T22:41:31.571Z Running `target/debug/xtask-downloader cargo-hack`
16262024-12-20T22:41:31.608ZDec 20 22:41:30.975 INFO Starting download, target: CargoHack
16272024-12-20T22:41:31.610ZDec 20 22:41:30.976 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16282024-12-20T22:41:32.081ZDec 20 22:41:31.447 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16292024-12-20T22:41:32.169ZDec 20 22:41:31.536 INFO Download complete, target: CargoHack
16302024-12-20T22:41:32.174Zrunning: "/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"
16312024-12-20T22:41:32.189Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16322024-12-20T22:41:32.361Zinfo: running `cargo check --bins` on api_identity (1/175)
16332024-12-20T22:41:32.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-12-20T22:41:32.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-12-20T22:41:32.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-12-20T22:41:32.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16372024-12-20T22:41:32.975Z
16382024-12-20T22:41:32.975Zinfo: running `cargo check --bins` on bootstore (2/175)
16392024-12-20T22:41:33.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-12-20T22:41:33.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-12-20T22:41:33.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-12-20T22:41:33.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16432024-12-20T22:41:33.645Z
16442024-12-20T22:41:33.645Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/175)
16452024-12-20T22:41:34.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-12-20T22:41:34.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-12-20T22:41:34.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-12-20T22:41:34.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16492024-12-20T22:41:34.271Z
16502024-12-20T22:41:34.271Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175)
16512024-12-20T22:41:34.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-12-20T22:41:34.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-12-20T22:41:34.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-12-20T22:41:34.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16552024-12-20T22:41:34.910Z
16562024-12-20T22:41:34.910Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175)
16572024-12-20T22:41:35.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-12-20T22:41:35.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-12-20T22:41:35.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-12-20T22:41:35.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16612024-12-20T22:41:35.381Z
16622024-12-20T22:41:35.381Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175)
16632024-12-20T22:41:35.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-12-20T22:41:35.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-12-20T22:41:35.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-12-20T22:41:35.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16672024-12-20T22:41:35.767Z
16682024-12-20T22:41:35.767Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175)
16692024-12-20T22:41:36.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-12-20T22:41:36.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-12-20T22:41:36.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-12-20T22:41:36.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16732024-12-20T22:41:36.439Z
16742024-12-20T22:41:36.439Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175)
16752024-12-20T22:41:36.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-12-20T22:41:37.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-12-20T22:41:37.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-12-20T22:41:37.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16792024-12-20T22:41:37.007Z
16802024-12-20T22:41:37.007Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175)
16812024-12-20T22:41:37.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-12-20T22:41:37.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-12-20T22:41:37.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-12-20T22:41:37.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16852024-12-20T22:41:37.552Z
16862024-12-20T22:41:37.552Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175)
16872024-12-20T22:41:37.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-12-20T22:41:37.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-12-20T22:41:37.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-12-20T22:41:37.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16912024-12-20T22:41:37.619Z
16922024-12-20T22:41:37.619Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175)
16932024-12-20T22:41:37.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-12-20T22:41:37.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-12-20T22:41:37.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-12-20T22:41:37.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16972024-12-20T22:41:37.911Z
16982024-12-20T22:41:37.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175)
16992024-12-20T22:41:38.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-12-20T22:41:38.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-12-20T22:41:38.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-12-20T22:41:38.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17032024-12-20T22:41:38.349Z
17042024-12-20T22:41:38.349Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175)
17052024-12-20T22:41:38.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-12-20T22:41:38.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-12-20T22:41:38.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-12-20T22:41:38.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17092024-12-20T22:41:38.812Z
17102024-12-20T22:41:38.812Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175)
17112024-12-20T22:41:39.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-12-20T22:41:39.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-12-20T22:41:39.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-12-20T22:41:39.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17152024-12-20T22:41:39.213Z
17162024-12-20T22:41:39.213Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175)
17172024-12-20T22:41:39.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-12-20T22:41:39.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-12-20T22:41:39.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-12-20T22:41:39.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17212024-12-20T22:41:39.647Z
17222024-12-20T22:41:39.647Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175)
17232024-12-20T22:41:40.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-12-20T22:41:40.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-12-20T22:41:40.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-12-20T22:41:40.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17272024-12-20T22:41:40.121Z
17282024-12-20T22:41:40.121Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175)
17292024-12-20T22:41:40.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-12-20T22:41:40.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-12-20T22:41:40.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-12-20T22:41:40.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17332024-12-20T22:41:40.659Z
17342024-12-20T22:41:40.659Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175)
17352024-12-20T22:41:40.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-12-20T22:41:41.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-12-20T22:41:41.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-12-20T22:41:41.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17392024-12-20T22:41:41.055Z
17402024-12-20T22:41:41.055Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175)
17412024-12-20T22:41:45.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-12-20T22:41:45.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-12-20T22:41:45.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-12-20T22:41:45.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17452024-12-20T22:41:45.578Z
17462024-12-20T22:41:45.578Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175)
17472024-12-20T22:41:45.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-12-20T22:41:45.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-12-20T22:41:45.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-12-20T22:41:45.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17512024-12-20T22:41:45.578Z
17522024-12-20T22:41:45.578Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175)
17532024-12-20T22:41:45.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-12-20T22:41:45.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-12-20T22:41:45.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-12-20T22:41:45.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17572024-12-20T22:41:45.578Z
17582024-12-20T22:41:45.578Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175)
17592024-12-20T22:41:45.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-12-20T22:41:45.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-12-20T22:41:45.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-12-20T22:41:45.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17632024-12-20T22:41:45.578Z
17642024-12-20T22:41:45.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175)
17652024-12-20T22:41:45.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-12-20T22:41:45.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-12-20T22:41:45.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-12-20T22:41:45.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17692024-12-20T22:41:45.627Z
17702024-12-20T22:41:45.627Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175)
17712024-12-20T22:41:45.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-12-20T22:41:45.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-12-20T22:41:45.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-12-20T22:41:45.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17752024-12-20T22:41:45.628Z
17762024-12-20T22:41:45.628Zinfo: running `cargo check --bins` on sled-hardware-types (25/175)
17772024-12-20T22:41:45.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-12-20T22:41:45.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-12-20T22:41:45.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802024-12-20T22:41:45.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17812024-12-20T22:41:45.628Z
17822024-12-20T22:41:45.628Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/175)
17832024-12-20T22:41:45.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842024-12-20T22:41:45.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852024-12-20T22:41:45.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862024-12-20T22:41:45.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17872024-12-20T22:41:45.628Z
17882024-12-20T22:41:45.628Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175)
17892024-12-20T22:41:45.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902024-12-20T22:41:45.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912024-12-20T22:41:45.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922024-12-20T22:41:45.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17932024-12-20T22:41:45.628Z
17942024-12-20T22:41:45.628Zinfo: running `cargo check --bins` on oxlog (28/175)
17952024-12-20T22:41:45.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962024-12-20T22:41:45.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972024-12-20T22:41:46.068Z Checking cfg-if v1.0.0
17982024-12-20T22:41:46.071Z Checking libc v0.2.162
17992024-12-20T22:41:46.171Z Checking serde v1.0.215
18002024-12-20T22:41:46.174Z Checking zeroize v1.8.1
18012024-12-20T22:41:46.187Z Checking memchr v2.7.4
18022024-12-20T22:41:46.190Z Checking typenum v1.17.0
18032024-12-20T22:41:46.212Z Checking scopeguard v1.2.0
18042024-12-20T22:41:46.215Z Checking subtle v2.6.1
18052024-12-20T22:41:46.236Z Checking value-bag v1.9.0
18062024-12-20T22:41:46.342Z Checking lock_api v0.4.12
18072024-12-20T22:41:46.396Z Checking itoa v1.0.11
18082024-12-20T22:41:46.483Z Checking const-oid v0.9.6
18092024-12-20T22:41:46.599Z Checking smallvec v1.13.2
18102024-12-20T22:41:46.650Z Checking log v0.4.22
18112024-12-20T22:41:46.753Z Checking pin-project-lite v0.2.14
18122024-12-20T22:41:46.865Z Checking byteorder v1.5.0
18132024-12-20T22:41:46.951Z Checking futures-core v0.3.31
18142024-12-20T22:41:47.044Z Checking once_cell v1.20.2
18152024-12-20T22:41:47.133Z Checking cpufeatures v0.2.14
18162024-12-20T22:41:47.167Z Checking futures-sink v0.3.31
18172024-12-20T22:41:47.224Z Checking stable_deref_trait v1.2.0
18182024-12-20T22:41:47.274Z Checking spin v0.9.8
18192024-12-20T22:41:47.290Z Checking getrandom v0.2.15
18202024-12-20T22:41:47.304Z Checking parking_lot_core v0.9.10
18212024-12-20T22:41:47.317Z Checking signal-hook-registry v1.4.2
18222024-12-20T22:41:47.346Z Checking mio v1.0.2
18232024-12-20T22:41:47.482Z Checking generic-array v0.14.7
18242024-12-20T22:41:47.499Z Checking rand_core v0.6.4
18252024-12-20T22:41:47.549Z Checking socket2 v0.5.7
18262024-12-20T22:41:47.600Z Checking parking_lot v0.12.3
18272024-12-20T22:41:47.617Z Checking zerocopy v0.7.35
18282024-12-20T22:41:47.804Z Checking slab v0.4.9
18292024-12-20T22:41:47.935Z Checking zerofrom v0.1.4
18302024-12-20T22:41:47.947Z Checking futures-channel v0.3.31
18312024-12-20T22:41:48.003Z Checking allocator-api2 v0.2.18
18322024-12-20T22:41:48.059Z Checking futures-io v0.3.31
18332024-12-20T22:41:48.151Z Checking yoke v0.7.4
18342024-12-20T22:41:48.239Z Checking futures-task v0.3.31
18352024-12-20T22:41:48.316Z Checking foldhash v0.1.3
18362024-12-20T22:41:48.348Z Checking equivalent v1.0.1
18372024-12-20T22:41:48.453Z Checking pin-utils v0.1.0
18382024-12-20T22:41:48.474Z Checking ryu v1.0.18
18392024-12-20T22:41:48.496Z Checking zerovec v0.10.4
18402024-12-20T22:41:48.512Z Checking tinyvec_macros v0.1.1
18412024-12-20T22:41:48.533Z Checking futures-util v0.3.31
18422024-12-20T22:41:48.594Z Checking tinyvec v1.8.0
18432024-12-20T22:41:48.609Z Checking crypto-common v0.1.6
18442024-12-20T22:41:48.640Z Checking block-buffer v0.10.4
18452024-12-20T22:41:48.701Z Checking hashbrown v0.15.1
18462024-12-20T22:41:48.775Z Checking block-padding v0.3.3
18472024-12-20T22:41:48.868Z Checking digest v0.10.7
18482024-12-20T22:41:48.983Z Checking inout v0.1.3
18492024-12-20T22:41:49.029Z Checking fnv v1.0.7
18502024-12-20T22:41:49.151Z Checking libm v0.2.8
18512024-12-20T22:41:49.201Z Checking cipher v0.4.4
18522024-12-20T22:41:49.227Z Checking hmac v0.12.1
18532024-12-20T22:41:49.421Z Checking sha2 v0.10.8
18542024-12-20T22:41:49.619Z Checking base64ct v1.6.0
18552024-12-20T22:41:49.892Z Checking unicode-normalization v0.1.24
18562024-12-20T22:41:49.894Z Checking unicode-bidi v0.3.17
18572024-12-20T22:41:49.987Z Checking writeable v0.5.5
18582024-12-20T22:41:50.031Z Checking litemap v0.7.3
18592024-12-20T22:41:50.053Z Checking pem-rfc7468 v0.7.0
18602024-12-20T22:41:50.111Z Checking tinystr v0.7.6
18612024-12-20T22:41:50.302Z Checking num-traits v0.2.19
18622024-12-20T22:41:50.319Z Checking ppv-lite86 v0.2.20
18632024-12-20T22:41:50.375Z Checking flagset v0.4.6
18642024-12-20T22:41:50.484Z Checking icu_locid v1.5.0
18652024-12-20T22:41:50.497Z Checking tracing-core v0.1.32
18662024-12-20T22:41:50.567Z Checking der v0.7.9
18672024-12-20T22:41:50.814Z Checking thiserror v1.0.69
18682024-12-20T22:41:50.948Z Checking rustls-pki-types v1.10.0
18692024-12-20T22:41:51.066Z Checking rand_chacha v0.3.1
18702024-12-20T22:41:51.172Z Checking percent-encoding v2.3.1
18712024-12-20T22:41:51.216Z Checking bytes v1.8.0
18722024-12-20T22:41:51.379Z Checking indexmap v2.6.0
18732024-12-20T22:41:51.462Z Checking serde_json v1.0.132
18742024-12-20T22:41:51.492Z Checking bitflags v2.6.0
18752024-12-20T22:41:51.495Z Checking icu_provider v1.5.0
18762024-12-20T22:41:51.798Z Checking icu_locid_transform_data v1.5.0
18772024-12-20T22:41:51.894Z Checking rand v0.8.5
18782024-12-20T22:41:52.003Z Checking tracing v0.1.40
18792024-12-20T22:41:52.005Z Checking tokio v1.40.0
18802024-12-20T22:41:52.188Z Checking http v1.1.0
18812024-12-20T22:41:52.349Z Checking icu_locid_transform v1.5.0
18822024-12-20T22:41:52.429Z Checking spki v0.7.3
18832024-12-20T22:41:52.661Z Checking icu_collections v1.5.0
18842024-12-20T22:41:52.715Z Checking salsa20 v0.10.2
18852024-12-20T22:41:52.931Z Checking pbkdf2 v0.12.2
18862024-12-20T22:41:53.102Z Checking aws-lc-sys v0.22.0
18872024-12-20T22:41:53.221Z Checking httparse v1.9.5
18882024-12-20T22:41:53.236Z Checking untrusted v0.7.1
18892024-12-20T22:41:53.307Z Checking untrusted v0.9.0
18902024-12-20T22:41:53.330Z Checking mirai-annotations v1.12.0
18912024-12-20T22:41:53.382Z Checking icu_properties_data v1.5.0
18922024-12-20T22:41:53.459Z Checking powerfmt v0.2.0
18932024-12-20T22:41:53.495Z Checking ring v0.17.8
18942024-12-20T22:41:53.529Z Checking scrypt v0.11.0
18952024-12-20T22:41:53.611Z Checking icu_properties v1.5.1
18962024-12-20T22:41:53.640Z Checking cbc v0.1.2
18972024-12-20T22:41:53.675Z Checking aes v0.8.4
18982024-12-20T22:41:53.709Z Checking deranged v0.3.11
18992024-12-20T22:41:53.726Z Checking crossbeam-utils v0.8.20
19002024-12-20T22:41:53.846Z Checking num_threads v0.1.7
19012024-12-20T22:41:53.955Z Checking utf16_iter v1.0.5
19022024-12-20T22:41:54.114Z Checking atomic-waker v1.1.2
19032024-12-20T22:41:54.244Z Checking num-conv v0.1.0
19042024-12-20T22:41:54.475Z Checking utf8_iter v1.0.4
19052024-12-20T22:41:54.502Z Checking time-core v0.1.2
19062024-12-20T22:41:54.601Z Checking icu_normalizer_data v1.5.0
19072024-12-20T22:41:54.655Z Checking write16 v1.0.0
19082024-12-20T22:41:54.679Z Checking pkcs5 v0.7.1
19092024-12-20T22:41:54.700Z Checking http-body v1.0.1
19102024-12-20T22:41:54.779Z Checking form_urlencoded v1.2.1
19112024-12-20T22:41:54.910Z Checking try-lock v0.2.5
19122024-12-20T22:41:54.964Z Checking httpdate v1.0.3
19132024-12-20T22:41:55.038Z Checking want v0.3.1
19142024-12-20T22:41:55.175Z Checking pkcs8 v0.10.2
19152024-12-20T22:41:55.195Z Checking unicode-ident v1.0.13
19162024-12-20T22:41:55.210Z Checking toml_datetime v0.6.8
19172024-12-20T22:41:55.302Z Checking uuid v1.11.0
19182024-12-20T22:41:55.343Z Checking proc-macro2 v1.0.89
19192024-12-20T22:41:55.475Z Checking serde_spanned v0.6.8
19202024-12-20T22:41:55.478Z Checking slog v2.7.0
19212024-12-20T22:41:55.514Z Checking time v0.3.36
19222024-12-20T22:41:55.627Z Checking aws-lc-rs v1.10.0
19232024-12-20T22:41:55.661Z Checking scroll v0.12.0
19242024-12-20T22:41:55.889Z Checking adler2 v2.0.0
19252024-12-20T22:41:55.974Z Checking match_cfg v0.1.0
19262024-12-20T22:41:56.021Z Checking ucd-trie v0.1.7
19272024-12-20T22:41:56.038Z Checking base64 v0.22.1
19282024-12-20T22:41:56.057Z Checking foreign-types-shared v0.1.1
19292024-12-20T22:41:56.139Z Checking tower-service v0.3.3
19302024-12-20T22:41:56.153Z Checking iana-time-zone v0.1.61
19312024-12-20T22:41:56.212Z Checking plain v0.2.3
19322024-12-20T22:41:56.251Z Checking pest v2.7.14
19332024-12-20T22:41:56.293Z Checking chrono v0.4.38
19342024-12-20T22:41:56.354Z Checking goblin v0.8.2
19352024-12-20T22:41:56.511Z Checking foreign-types v0.3.2
19362024-12-20T22:41:56.603Z Checking hostname v0.3.1
19372024-12-20T22:41:56.731Z Checking miniz_oxide v0.8.0
19382024-12-20T22:41:56.976Z Checking icu_normalizer v1.5.0
19392024-12-20T22:41:57.446Z Checking quote v1.0.37
19402024-12-20T22:41:57.464Z Checking rustls-webpki v0.102.8
19412024-12-20T22:41:57.734Z Checking idna_adapter v1.2.0
19422024-12-20T22:41:57.798Z Checking openssl-sys v0.9.103
19432024-12-20T22:41:57.927Z Checking idna v1.0.3
19442024-12-20T22:41:58.051Z Checking dirs-sys-next v0.1.2
19452024-12-20T22:41:58.242Z Checking errno v0.3.9
19462024-12-20T22:41:58.285Z Checking aho-corasick v1.1.3
19472024-12-20T22:41:58.352Z Checking siphasher v0.3.11
19482024-12-20T22:41:58.432Z Checking data-encoding v2.6.0
19492024-12-20T22:41:58.435Z Checking url v2.5.3
19502024-12-20T22:41:58.641Z Checking regex-syntax v0.8.5
19512024-12-20T22:41:58.760Z Checking pretty-hex v0.4.1
19522024-12-20T22:41:58.932Z Checking dtrace-parser v0.2.0
19532024-12-20T22:41:59.081Z Checking rustix v0.38.37
19542024-12-20T22:41:59.112Z Checking openssl v0.10.66
19552024-12-20T22:41:59.254Z Checking dirs-next v2.0.0
19562024-12-20T22:41:59.331Z Checking tokio-util v0.7.12
19572024-12-20T22:41:59.360Z Checking syn v2.0.87
19582024-12-20T22:41:59.383Z Checking http-body-util v0.1.2
19592024-12-20T22:41:59.827Z Checking crossbeam-epoch v0.9.18
19602024-12-20T22:41:59.898Z Checking signature v2.2.0
19612024-12-20T22:42:00.094Z Checking sha1 v0.10.6
19622024-12-20T22:42:00.198Z Checking h2 v0.4.6
19632024-12-20T22:42:00.258Z Checking lazy_static v1.5.0
19642024-12-20T22:42:00.367Z Checking thread_local v1.1.8
19652024-12-20T22:42:00.384Z Checking thread-id v4.2.2
19662024-12-20T22:42:00.486Z Checking encoding_rs v0.8.34
19672024-12-20T22:42:00.659Z Checking winnow v0.6.20
19682024-12-20T22:42:01.342Z Checking dof v0.3.0
19692024-12-20T22:42:01.898Z Checking regex-automata v0.4.8
19702024-12-20T22:42:01.918Z Checking ipnet v2.10.1
19712024-12-20T22:42:02.402Z Checking utf8parse v0.2.2
19722024-12-20T22:42:02.555Z Checking openssl-probe v0.1.5
19732024-12-20T22:42:02.595Z Checking anstyle v1.0.10
19742024-12-20T22:42:02.695Z Checking unicode-properties v0.1.3
19752024-12-20T22:42:02.739Z Checking mime v0.3.17
19762024-12-20T22:42:02.948Z Checking gimli v0.31.1
19772024-12-20T22:42:03.051Z Checking anstyle-parse v0.2.5
19782024-12-20T22:42:03.071Z Checking stringprep v0.1.5
19792024-12-20T22:42:03.309Z Checking crossbeam-deque v0.8.5
19802024-12-20T22:42:03.337Z Checking term v0.7.0
19812024-12-20T22:42:03.583Z Checking toml_edit v0.22.22
19822024-12-20T22:42:03.610Z Checking rustls v0.23.19
19832024-12-20T22:42:03.789Z Checking rustls v0.22.4
19842024-12-20T22:42:04.579Z Checking native-tls v0.2.12
19852024-12-20T22:42:04.891Z Checking slog-json v2.6.1
19862024-12-20T22:42:05.149Z Checking serde_urlencoded v0.7.1
19872024-12-20T22:42:05.563Z Checking crossbeam-channel v0.5.13
19882024-12-20T22:42:06.104Z Checking usdt-impl v0.5.0
19892024-12-20T22:42:06.190Z Checking futures-executor v0.3.31
19902024-12-20T22:42:06.240Z Checking num-integer v0.1.46
19912024-12-20T22:42:06.361Z Checking hyper v1.5.0
19922024-12-20T22:42:06.385Z Checking rustls-pemfile v2.2.0
19932024-12-20T22:42:06.497Z Checking idna v0.4.0
19942024-12-20T22:42:06.590Z Checking idna v0.3.0
19952024-12-20T22:42:06.630Z Checking md-5 v0.10.6
19962024-12-20T22:42:06.710Z Checking ff v0.13.0
19972024-12-20T22:42:06.835Z Checking is-terminal v0.4.13
19982024-12-20T22:42:06.915Z Checking memmap v0.7.0
19992024-12-20T22:42:06.952Z Checking hash32 v0.2.1
20002024-12-20T22:42:07.061Z Checking addr2line v0.24.2
20012024-12-20T22:42:07.108Z Checking object v0.36.5
20022024-12-20T22:42:07.235Z Checking linked-hash-map v0.5.6
20032024-12-20T22:42:07.339Z Checking psl-types v2.0.11
20042024-12-20T22:42:07.431Z Checking dyn-clone v1.0.17
20052024-12-20T22:42:07.447Z Checking rustc-demangle v0.1.24
20062024-12-20T22:42:07.507Z Checking utf-8 v0.7.6
20072024-12-20T22:42:07.544Z Checking quick-error v1.2.3
20082024-12-20T22:42:07.547Z Checking colorchoice v1.0.2
20092024-12-20T22:42:07.574Z Checking take_mut v0.2.2
20102024-12-20T22:42:07.686Z Checking fallible-iterator v0.2.0
20112024-12-20T22:42:07.699Z Checking anstyle-query v1.1.1
20122024-12-20T22:42:07.703Z Checking is_terminal_polyfill v1.70.1
20132024-12-20T22:42:07.729Z Checking base16ct v0.2.0
20142024-12-20T22:42:07.823Z Checking either v1.13.0
20152024-12-20T22:42:07.839Z Checking anstream v0.6.15
20162024-12-20T22:42:07.855Z Checking slog-async v2.8.0
20172024-12-20T22:42:07.915Z Checking sec1 v0.7.3
20182024-12-20T22:42:08.142Z Checking tungstenite v0.24.0
20192024-12-20T22:42:08.215Z Checking resolv-conf v0.7.0
20202024-12-20T22:42:08.217Z Checking schemars v0.8.21
20212024-12-20T22:42:08.265Z Checking postgres-protocol v0.6.7
20222024-12-20T22:42:08.299Z Checking lru-cache v0.1.2
20232024-12-20T22:42:08.379Z Checking hyper-util v0.1.10
20242024-12-20T22:42:08.484Z Checking publicsuffix v2.2.3
20252024-12-20T22:42:08.530Z Checking tokio-rustls v0.25.0
20262024-12-20T22:42:08.703Z Checking hickory-proto v0.24.1
20272024-12-20T22:42:08.903Z Checking heapless v0.7.17
20282024-12-20T22:42:08.920Z Checking usdt v0.5.0
20292024-12-20T22:42:09.049Z Checking slog-term v2.9.1
20302024-12-20T22:42:09.182Z Checking group v0.13.0
20312024-12-20T22:42:09.198Z Checking tokio-rustls v0.26.0
20322024-12-20T22:42:09.443Z Checking num-iter v0.1.45
20332024-12-20T22:42:09.575Z Checking futures v0.3.31
20342024-12-20T22:42:09.608Z Checking toml v0.8.19
20352024-12-20T22:42:09.623Z Checking slog-bunyan v2.5.0
20362024-12-20T22:42:09.689Z Checking tokio-native-tls v0.3.1
20372024-12-20T22:42:09.776Z Checking rayon-core v1.12.1
20382024-12-20T22:42:09.797Z Checking multer v3.1.0
20392024-12-20T22:42:09.914Z Checking terminal_size v0.4.0
20402024-12-20T22:42:09.930Z Checking phf_shared v0.11.2
20412024-12-20T22:42:10.077Z Checking cookie v0.18.1
20422024-12-20T22:42:10.189Z Checking async-stream v0.3.6
20432024-12-20T22:42:10.204Z Checking bzip2-sys v0.1.11+1.0.8
20442024-12-20T22:42:10.315Z Checking signal-hook v0.3.17
20452024-12-20T22:42:10.332Z Checking camino v1.1.9
20462024-12-20T22:42:10.361Z Checking waitgroup v0.1.2
20472024-12-20T22:42:10.364Z Checking openapiv3 v2.0.0
20482024-12-20T22:42:10.473Z Checking webpki-roots v0.26.6
20492024-12-20T22:42:10.496Z Checking serde_path_to_error v0.1.16
20502024-12-20T22:42:10.531Z Checking idna v0.5.0
20512024-12-20T22:42:10.633Z Checking hkdf v0.12.4
20522024-12-20T22:42:10.689Z Checking crypto-bigint v0.5.5
20532024-12-20T22:42:10.844Z Checking hostname v0.4.0
20542024-12-20T22:42:10.890Z Checking crc32fast v1.4.2
20552024-12-20T22:42:10.971Z Checking strsim v0.11.1
20562024-12-20T22:42:11.101Z Checking clap_lex v0.7.2
20572024-12-20T22:42:11.129Z Checking winnow v0.5.40
20582024-12-20T22:42:11.254Z Checking bitflags v1.3.2
20592024-12-20T22:42:11.341Z Checking debug-ignore v1.0.5
20602024-12-20T22:42:11.356Z Checking unicode-width v0.1.14
20612024-12-20T22:42:11.386Z Checking managed v0.8.0
20622024-12-20T22:42:11.466Z Checking cookie_store v0.21.0
20632024-12-20T22:42:11.742Z Checking smoltcp v0.9.1
20642024-12-20T22:42:11.834Z Checking console v0.15.8
20652024-12-20T22:42:12.196Z Checking clap_builder v4.5.21
20662024-12-20T22:42:12.433Z Checking flate2 v1.0.34
20672024-12-20T22:42:13.107Z Checking hyper-rustls v0.27.3
20682024-12-20T22:42:13.239Z Checking signal-hook-mio v0.2.4
20692024-12-20T22:42:13.386Z Checking rayon v1.10.0
20702024-12-20T22:42:13.443Z Checking hyper-tls v0.6.0
20712024-12-20T22:42:13.480Z Checking backtrace v0.3.74
20722024-12-20T22:42:13.524Z Checking hickory-resolver v0.24.1
20732024-12-20T22:42:13.538Z Checking elliptic-curve v0.13.8
20742024-12-20T22:42:13.707Z Checking dropshot v0.12.0
20752024-12-20T22:42:13.724Z Checking bzip2 v0.4.4
20762024-12-20T22:42:14.015Z Checking phf v0.11.2
20772024-12-20T22:42:14.032Z Checking anyhow v1.0.93
20782024-12-20T22:42:14.154Z Checking num-bigint-dig v0.8.4
20792024-12-20T22:42:14.192Z Checking toml_edit v0.19.15
20802024-12-20T22:42:14.290Z Checking tokio-tungstenite v0.24.0
20812024-12-20T22:42:14.403Z Checking postgres-types v0.2.8
20822024-12-20T22:42:14.767Z Checking bstr v1.10.0
20832024-12-20T22:42:15.108Z Checking regex v1.11.1
20842024-12-20T22:42:15.127Z Checking tokio-stream v0.1.16
20852024-12-20T22:42:15.213Z Checking ed25519 v2.2.3
20862024-12-20T22:42:15.501Z Checking phf_shared v0.10.0
20872024-12-20T22:42:15.670Z Checking zerocopy v0.6.6
20882024-12-20T22:42:15.733Z Checking curve25519-dalek v4.1.3
20892024-12-20T22:42:15.756Z Checking pkcs1 v0.7.5
20902024-12-20T22:42:16.028Z Checking hubpack v0.1.2
20912024-12-20T22:42:16.164Z Checking portable-atomic v1.9.0
20922024-12-20T22:42:16.315Z Checking float-cmp v0.9.0
20932024-12-20T22:42:16.329Z Checking serde-big-array v0.5.1
20942024-12-20T22:42:16.422Z Checking rfc6979 v0.4.0
20952024-12-20T22:42:16.496Z Checking sync_wrapper v1.0.1
20962024-12-20T22:42:16.527Z Checking number_prefix v0.4.0
20972024-12-20T22:42:16.605Z Checking precomputed-hash v0.1.1
20982024-12-20T22:42:16.642Z Checking minimal-lexical v0.2.1
20992024-12-20T22:42:16.658Z Checking normalize-line-endings v0.3.0
21002024-12-20T22:42:16.702Z Checking unicode-width v0.2.0
21012024-12-20T22:42:16.704Z Checking bit-vec v0.6.3
21022024-12-20T22:42:16.775Z Checking difflib v0.4.0
21032024-12-20T22:42:17.014Z Checking predicates-core v1.0.8
21042024-12-20T22:42:17.037Z Checking new_debug_unreachable v1.0.6
21052024-12-20T22:42:17.084Z Checking whoami v1.5.2
21062024-12-20T22:42:17.120Z Checking static_assertions v1.1.0
21072024-12-20T22:42:17.159Z Checking unicode-segmentation v1.12.0
21082024-12-20T22:42:17.177Z Checking fixedbitset v0.4.2
21092024-12-20T22:42:17.189Z Checking predicates v3.1.2
21102024-12-20T22:42:17.208Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21112024-12-20T22:42:17.242Z Checking indicatif v0.17.9
21122024-12-20T22:42:17.359Z Checking tokio-postgres v0.7.12
21132024-12-20T22:42:17.375Z Checking qorb v0.2.1
21142024-12-20T22:42:17.416Z Checking petgraph v0.6.5
21152024-12-20T22:42:17.582Z Checking ed25519-dalek v2.1.1
21162024-12-20T22:42:17.840Z Checking similar v2.6.0
21172024-12-20T22:42:17.854Z Checking string_cache v0.8.7
21182024-12-20T22:42:17.974Z Checking bit-set v0.5.3
21192024-12-20T22:42:18.440Z Checking nom v7.1.3
21202024-12-20T22:42:18.467Z Checking toml v0.7.8
21212024-12-20T22:42:18.467Z Checking reqwest v0.12.9
21222024-12-20T22:42:18.694Z Checking ecdsa v0.16.9
21232024-12-20T22:42:18.877Z Checking rsa v0.9.6
21242024-12-20T22:42:19.427Z Checking clap v4.5.21
21252024-12-20T22:42:19.540Z Checking zip v0.6.6
21262024-12-20T22:42:19.851Z Checking crossterm v0.28.1
21272024-12-20T22:42:19.930Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21282024-12-20T22:42:19.956Z Checking itertools v0.10.5
21292024-12-20T22:42:20.096Z Checking fs-err v2.11.0
21302024-12-20T22:42:20.189Z Checking ahash v0.8.11
21312024-12-20T22:42:20.538Z Checking x509-cert v0.2.5
21322024-12-20T22:42:20.659Z Checking hex v0.4.3
21332024-12-20T22:42:20.679Z Checking semver v1.0.23
21342024-12-20T22:42:20.717Z Checking heck v0.4.1
21352024-12-20T22:42:20.851Z Checking peg-runtime v0.8.3
21362024-12-20T22:42:20.931Z Checking lalrpop-util v0.19.12
21372024-12-20T22:42:21.073Z Checking sigpipe v0.1.3
21382024-12-20T22:42:22.182Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21392024-12-20T22:42:22.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.04s
21402024-12-20T22:42:22.651Z
21412024-12-20T22:42:22.651Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175)
21422024-12-20T22:42:23.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432024-12-20T22:42:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442024-12-20T22:42:23.324Z Compiling hashbrown v0.14.5
21452024-12-20T22:42:23.443Z Checking heck v0.5.0
21462024-12-20T22:42:23.458Z Compiling unsafe-libyaml v0.2.11
21472024-12-20T22:42:23.470Z Compiling ident_case v1.0.1
21482024-12-20T22:42:23.480Z Checking progenitor-client v0.8.0
21492024-12-20T22:42:23.494Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21502024-12-20T22:42:23.508Z Compiling proc-macro-crate v1.3.1
21512024-12-20T22:42:23.603Z Compiling darling_core v0.20.10
21522024-12-20T22:42:23.623Z Checking ipnetwork v0.20.0
21532024-12-20T22:42:23.824Z Compiling structmeta-derive v0.3.0
21542024-12-20T22:42:23.846Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21552024-12-20T22:42:23.960Z Compiling newtype-uuid v1.1.3
21562024-12-20T22:42:24.170Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21572024-12-20T22:42:24.251Z Compiling lzma-sys v0.1.20
21582024-12-20T22:42:24.509Z Compiling foreign-types-macros v0.2.3
21592024-12-20T22:42:24.589Z Compiling num_enum_derive v0.5.11
21602024-12-20T22:42:24.592Z Checking regress v0.10.1
21612024-12-20T22:42:24.999Z Compiling serde_yaml v0.9.34+deprecated
21622024-12-20T22:42:25.368Z Compiling dropshot v0.13.0
21632024-12-20T22:42:25.623Z Checking arc-swap v1.7.1
21642024-12-20T22:42:25.796Z Checking foreign-types-shared v0.3.1
21652024-12-20T22:42:25.908Z Checking foreign-types v0.5.0
21662024-12-20T22:42:26.061Z Checking slog-scope v4.4.0
21672024-12-20T22:42:26.120Z Compiling proc-macro-error v1.0.4
21682024-12-20T22:42:26.803Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21692024-12-20T22:42:26.806Z Checking tungstenite v0.21.0
21702024-12-20T22:42:26.889Z Compiling structmeta v0.3.0
21712024-12-20T22:42:26.908Z Compiling heck v0.3.3
21722024-12-20T22:42:27.208Z Checking num_enum v0.5.11
21732024-12-20T22:42:27.319Z Compiling parse-display-derive v0.10.0
21742024-12-20T22:42:27.324Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752024-12-20T22:42:27.353Z Compiling dropshot_endpoint v0.13.0
21762024-12-20T22:42:27.715Z Checking cstr-argument v0.1.2
21772024-12-20T22:42:27.889Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782024-12-20T22:42:28.041Z Checking typify-impl v0.2.0
21792024-12-20T22:42:28.149Z Checking instant v0.1.13
21802024-12-20T22:42:28.262Z Checking fastrand v2.1.1
21812024-12-20T22:42:28.727Z Checking pretty-hex v0.2.1
21822024-12-20T22:42:28.885Z Checking base64 v0.21.7
21832024-12-20T22:42:29.316Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21842024-12-20T22:42:29.369Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21852024-12-20T22:42:29.619Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21862024-12-20T22:42:29.664Z Checking tempfile v3.13.0
21872024-12-20T22:42:29.753Z Checking backoff v0.4.0
21882024-12-20T22:42:29.822Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21892024-12-20T22:42:29.971Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21902024-12-20T22:42:30.009Z Checking tokio-tungstenite v0.21.0
21912024-12-20T22:42:30.070Z Checking strum v0.26.3
21922024-12-20T22:42:30.217Z Compiling zone_cfg_derive v0.1.2
21932024-12-20T22:42:30.279Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21942024-12-20T22:42:30.498Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21952024-12-20T22:42:30.553Z Checking slog-stdlog v4.1.1
21962024-12-20T22:42:30.652Z Compiling darling_macro v0.20.10
21972024-12-20T22:42:30.741Z Checking regress v0.9.1
21982024-12-20T22:42:30.888Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21992024-12-20T22:42:31.026Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22002024-12-20T22:42:31.045Z Checking colored v2.1.0
22012024-12-20T22:42:31.305Z Checking macaddr v1.0.1
22022024-12-20T22:42:31.319Z Checking base64 v0.13.1
22032024-12-20T22:42:31.597Z Compiling darling v0.20.10
22042024-12-20T22:42:31.700Z Checking zone v0.1.8
22052024-12-20T22:42:31.713Z Compiling serde_with_macros v3.11.0
22062024-12-20T22:42:31.728Z Checking ron v0.7.1
22072024-12-20T22:42:31.975Z Checking parse-display v0.10.0
22082024-12-20T22:42:32.220Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22092024-12-20T22:42:32.310Z Checking xz2 v0.1.7
22102024-12-20T22:42:32.612Z Checking slog-envlogger v2.2.0
22112024-12-20T22:42:32.672Z Checking tabwriter v1.4.0
22122024-12-20T22:42:32.823Z Checking xattr v1.3.1
22132024-12-20T22:42:32.826Z Checking pem v3.0.4
22142024-12-20T22:42:32.891Z Checking yasna v0.5.2
22152024-12-20T22:42:33.055Z Checking headers-core v0.3.0
22162024-12-20T22:42:33.117Z Checking smf v0.2.3
22172024-12-20T22:42:33.199Z Checking filetime v0.2.25
22182024-12-20T22:42:33.410Z Checking same-file v1.0.6
22192024-12-20T22:42:33.568Z Checking tar v0.4.42
22202024-12-20T22:42:33.595Z Checking walkdir v2.5.0
22212024-12-20T22:42:33.683Z Checking headers v0.4.0
22222024-12-20T22:42:33.832Z Checking rcgen v0.12.1
22232024-12-20T22:42:33.865Z Checking camino-tempfile v1.1.1
22242024-12-20T22:42:34.156Z Checking atomicwrites v0.4.4
22252024-12-20T22:42:34.264Z Checking subprocess v0.2.9
22262024-12-20T22:42:34.583Z Checking serde_with v3.11.0
22272024-12-20T22:42:38.582Z Compiling typify-macro v0.2.0
22282024-12-20T22:42:40.443Z Compiling typify v0.2.0
22292024-12-20T22:42:40.510Z Compiling progenitor-impl v0.8.0
22302024-12-20T22:42:43.759Z Compiling progenitor-macro v0.8.0
22312024-12-20T22:42:48.535Z Checking progenitor v0.8.0
22322024-12-20T22:42:48.691Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22332024-12-20T22:42:48.695Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22342024-12-20T22:42:51.387Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22352024-12-20T22:42:51.717Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22362024-12-20T22:42:58.305Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22372024-12-20T22:42:59.904Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22382024-12-20T22:43:01.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.53s
22392024-12-20T22:43:01.365Z
22402024-12-20T22:43:01.365Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175)
22412024-12-20T22:43:01.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-12-20T22:43:01.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-12-20T22:43:02.033Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22442024-12-20T22:43:03.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
22452024-12-20T22:43:03.656Z
22462024-12-20T22:43:03.656Zinfo: running `cargo check --bins` on nexus-config (31/175)
22472024-12-20T22:43:04.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-12-20T22:43:04.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-12-20T22:43:04.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502024-12-20T22:43:04.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22512024-12-20T22:43:04.301Z
22522024-12-20T22:43:04.301Zinfo: running `cargo check --bins` on omicron-rpaths (32/175)
22532024-12-20T22:43:04.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-12-20T22:43:04.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-12-20T22:43:04.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562024-12-20T22:43:04.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22572024-12-20T22:43:04.924Z
22582024-12-20T22:43:04.924Zinfo: running `cargo check --bins` on omicron-certificates (33/175)
22592024-12-20T22:43:05.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602024-12-20T22:43:05.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612024-12-20T22:43:05.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622024-12-20T22:43:05.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22632024-12-20T22:43:05.871Z
22642024-12-20T22:43:05.871Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/175)
22652024-12-20T22:43:06.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662024-12-20T22:43:06.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672024-12-20T22:43:06.243Z Compiling zerocopy v0.8.10
22682024-12-20T22:43:06.243Z Compiling progenitor-client v0.8.0
22692024-12-20T22:43:06.243Z Compiling itertools v0.13.0
22702024-12-20T22:43:06.246Z Compiling zerocopy-derive v0.8.10
22712024-12-20T22:43:06.246Z Compiling heapless v0.8.0
22722024-12-20T22:43:06.246Z Compiling newtype-uuid v1.1.3
22732024-12-20T22:43:06.246Z Compiling ipnetwork v0.20.0
22742024-12-20T22:43:06.246Z Checking hash32 v0.3.1
22752024-12-20T22:43:06.585Z Compiling instant v0.1.13
22762024-12-20T22:43:06.673Z Compiling progenitor v0.8.0
22772024-12-20T22:43:06.725Z Compiling smoltcp v0.11.0
22782024-12-20T22:43:06.793Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22792024-12-20T22:43:06.927Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22802024-12-20T22:43:07.281Z Compiling backoff v0.4.0
22812024-12-20T22:43:07.296Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822024-12-20T22:43:07.435Z Compiling dropshot v0.13.0
22832024-12-20T22:43:07.561Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22842024-12-20T22:43:07.634Z Compiling parse-display v0.10.0
22852024-12-20T22:43:07.658Z Compiling serde_with v3.11.0
22862024-12-20T22:43:07.737Z Checking num-rational v0.4.2
22872024-12-20T22:43:08.141Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22882024-12-20T22:43:08.346Z Compiling regress v0.9.1
22892024-12-20T22:43:08.421Z Compiling phf_generator v0.11.2
22902024-12-20T22:43:08.601Z Checking num-complex v0.4.6
22912024-12-20T22:43:09.380Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22922024-12-20T22:43:10.210Z Compiling macaddr v1.0.1
22932024-12-20T22:43:10.558Z Checking cobs v0.2.3
22942024-12-20T22:43:10.673Z Compiling num v0.4.3
22952024-12-20T22:43:10.741Z Checking postcard v1.0.10
22962024-12-20T22:43:10.891Z Compiling phf_codegen v0.11.2
22972024-12-20T22:43:11.299Z Compiling parse-zoneinfo v0.3.1
22982024-12-20T22:43:11.808Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22992024-12-20T22:43:12.084Z Compiling convert_case v0.4.0
23002024-12-20T22:43:12.433Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012024-12-20T22:43:13.095Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23022024-12-20T22:43:13.251Z Compiling float-ord v0.3.2
23032024-12-20T22:43:13.429Z Compiling derive_more v0.99.18
23042024-12-20T22:43:13.492Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23052024-12-20T22:43:13.535Z Compiling chrono-tz-build v0.4.0
23062024-12-20T22:43:14.233Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23072024-12-20T22:43:15.053Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23082024-12-20T22:43:15.152Z Compiling thiserror v2.0.3
23092024-12-20T22:43:15.306Z Compiling crucible-workspace-hack v0.1.0
23102024-12-20T22:43:15.345Z Compiling chrono-tz v0.10.0
23112024-12-20T22:43:15.595Z Checking newline-converter v0.3.0
23122024-12-20T22:43:15.996Z Checking prettyplease v0.2.25
23132024-12-20T22:43:16.113Z Compiling thiserror-impl v2.0.3
23142024-12-20T22:43:16.618Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23152024-12-20T22:43:17.081Z Compiling slog-dtrace v0.3.0
23162024-12-20T22:43:17.101Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23172024-12-20T22:43:17.120Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23182024-12-20T22:43:17.422Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23192024-12-20T22:43:18.179Z Checking expectorate v1.1.0
23202024-12-20T22:43:18.351Z Compiling zone_cfg_derive v0.3.0
23212024-12-20T22:43:18.533Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23222024-12-20T22:43:18.670Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23232024-12-20T22:43:18.893Z Compiling const_format_proc_macros v0.2.33
23242024-12-20T22:43:19.317Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23252024-12-20T22:43:19.651Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262024-12-20T22:43:19.823Z Compiling num-derive v0.4.2
23272024-12-20T22:43:19.893Z Checking highway v1.2.0
23282024-12-20T22:43:20.020Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23292024-12-20T22:43:20.319Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23302024-12-20T22:43:20.336Z Checking zone v0.3.0
23312024-12-20T22:43:20.464Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23322024-12-20T22:43:20.987Z Checking const_format v0.2.33
23332024-12-20T22:43:21.038Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23342024-12-20T22:43:21.287Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23352024-12-20T22:43:21.442Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23362024-12-20T22:43:21.486Z Checking gethostname v0.5.0
23372024-12-20T22:43:21.610Z Checking bcs v0.1.6
23382024-12-20T22:43:21.794Z Compiling async-recursion v1.1.1
23392024-12-20T22:43:22.079Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23402024-12-20T22:43:22.758Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23412024-12-20T22:43:23.627Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23422024-12-20T22:43:29.119Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23432024-12-20T22:43:32.691Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23442024-12-20T22:43:35.344Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23452024-12-20T22:43:36.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.02s
23462024-12-20T22:43:36.766Z
23472024-12-20T22:43:36.766Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/175)
23482024-12-20T22:43:37.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-12-20T22:43:37.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-12-20T22:43:37.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-12-20T22:43:37.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23522024-12-20T22:43:37.399Z
23532024-12-20T22:43:37.399Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/175)
23542024-12-20T22:43:37.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-12-20T22:43:37.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-12-20T22:43:37.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-12-20T22:43:37.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23582024-12-20T22:43:38.043Z
23592024-12-20T22:43:38.043Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/175)
23602024-12-20T22:43:38.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-12-20T22:43:38.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-12-20T22:43:38.699Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23632024-12-20T22:43:39.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
23642024-12-20T22:43:39.520Z
23652024-12-20T22:43:39.520Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175)
23662024-12-20T22:43:40.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-12-20T22:43:40.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-12-20T22:43:40.203Z Compiling cfg_aliases v0.1.1
23692024-12-20T22:43:40.206Z Compiling vte_generate_state_changes v0.1.2
23702024-12-20T22:43:40.206Z Checking fd-lock v4.0.2
23712024-12-20T22:43:40.206Z Checking nibble_vec v0.1.0
23722024-12-20T22:43:40.206Z Checking bytecount v0.6.8
23732024-12-20T22:43:40.305Z Checking endian-type v0.1.2
23742024-12-20T22:43:40.323Z Compiling tabled_derive v0.7.0
23752024-12-20T22:43:40.345Z Checking itertools v0.12.1
23762024-12-20T22:43:40.386Z Compiling nix v0.28.0
23772024-12-20T22:43:40.443Z Checking papergrid v0.11.0
23782024-12-20T22:43:40.460Z Compiling peg-macros v0.8.4
23792024-12-20T22:43:40.508Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802024-12-20T22:43:40.535Z Checking radix_trie v0.2.1
23812024-12-20T22:43:40.926Z Checking vte v0.11.1
23822024-12-20T22:43:40.941Z Compiling sqlparser_derive v0.2.2
23832024-12-20T22:43:41.675Z Checking home v0.5.9
23842024-12-20T22:43:41.828Z Checking nu-ansi-term v0.50.1
23852024-12-20T22:43:41.905Z Checking unicode_categories v0.1.1
23862024-12-20T22:43:42.090Z Checking sqlparser v0.45.0
23872024-12-20T22:43:42.222Z Checking sqlformat v0.2.6
23882024-12-20T22:43:42.243Z Checking display-error-chain v0.2.2
23892024-12-20T22:43:42.333Z Checking strip-ansi-escapes v0.2.0
23902024-12-20T22:43:42.884Z Checking tabled v0.15.0
23912024-12-20T22:43:42.897Z Checking reedline v0.35.0
23922024-12-20T22:43:43.531Z Checking peg v0.8.4
23932024-12-20T22:43:43.637Z Checking rustyline v14.0.0
23942024-12-20T22:43:52.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.18s
23952024-12-20T22:43:53.009Z
23962024-12-20T22:43:53.009Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175)
23972024-12-20T22:43:53.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-12-20T22:43:53.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-12-20T22:43:53.550Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-12-20T22:43:58.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
24012024-12-20T22:43:58.827Z
24022024-12-20T22:43:58.827Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175)
24032024-12-20T22:43:59.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-12-20T22:43:59.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-12-20T22:43:59.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-12-20T22:44:03.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
24072024-12-20T22:44:03.490Z
24082024-12-20T22:44:03.490Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175)
24092024-12-20T22:44:04.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-12-20T22:44:04.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-12-20T22:44:04.152Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-12-20T22:44:08.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
24132024-12-20T22:44:09.086Z
24142024-12-20T22:44:09.086Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175)
24152024-12-20T22:44:09.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-12-20T22:44:09.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-12-20T22:44:09.756Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182024-12-20T22:44:14.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
24192024-12-20T22:44:14.733Z
24202024-12-20T22:44:14.733Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175)
24212024-12-20T22:44:15.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-12-20T22:44:15.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-12-20T22:44:15.388Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242024-12-20T22:44:19.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
24252024-12-20T22:44:19.492Z
24262024-12-20T22:44:19.492Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175)
24272024-12-20T22:44:20.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-12-20T22:44:20.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-12-20T22:44:20.147Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302024-12-20T22:44:24.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
24312024-12-20T22:44:24.351Z
24322024-12-20T22:44:24.352Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175)
24332024-12-20T22:44:24.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-12-20T22:44:24.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-12-20T22:44:25.013Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24362024-12-20T22:44:30.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
24372024-12-20T22:44:30.202Z
24382024-12-20T22:44:30.203Zinfo: running `cargo check --bins` on oximeter (46/175)
24392024-12-20T22:44:30.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-12-20T22:44:30.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-12-20T22:44:30.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-12-20T22:44:30.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432024-12-20T22:44:30.831Z
24442024-12-20T22:44:30.831Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/175)
24452024-12-20T22:44:31.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-12-20T22:44:31.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-12-20T22:44:31.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-12-20T22:44:31.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24492024-12-20T22:44:31.436Z
24502024-12-20T22:44:31.436Zinfo: running `cargo check --bins` on oximeter-schema (48/175)
24512024-12-20T22:44:31.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-12-20T22:44:31.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-12-20T22:44:32.072Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24542024-12-20T22:44:32.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24552024-12-20T22:44:32.681Z
24562024-12-20T22:44:32.681Zinfo: running `cargo check --bins` on oximeter-types (49/175)
24572024-12-20T22:44:33.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-12-20T22:44:33.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-12-20T22:44:33.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-12-20T22:44:33.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24612024-12-20T22:44:33.313Z
24622024-12-20T22:44:33.313Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/175)
24632024-12-20T22:44:33.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-12-20T22:44:33.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-12-20T22:44:33.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-12-20T22:44:33.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24672024-12-20T22:44:33.939Z
24682024-12-20T22:44:33.940Zinfo: running `cargo check --bins` on oxql-types (51/175)
24692024-12-20T22:44:34.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-12-20T22:44:34.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-12-20T22:44:34.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-12-20T22:44:34.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24732024-12-20T22:44:34.563Z
24742024-12-20T22:44:34.563Zinfo: running `cargo check --bins` on oximeter-test-utils (52/175)
24752024-12-20T22:44:35.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-12-20T22:44:35.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-12-20T22:44:35.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-12-20T22:44:35.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24792024-12-20T22:44:35.210Z
24802024-12-20T22:44:35.211Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/175)
24812024-12-20T22:44:35.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-12-20T22:44:35.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-12-20T22:44:35.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-12-20T22:44:35.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24852024-12-20T22:44:35.855Z
24862024-12-20T22:44:35.855Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/175)
24872024-12-20T22:44:36.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-12-20T22:44:36.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-12-20T22:44:36.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-12-20T22:44:36.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24912024-12-20T22:44:36.505Z
24922024-12-20T22:44:36.505Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175)
24932024-12-20T22:44:37.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-12-20T22:44:37.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-12-20T22:44:37.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-12-20T22:44:37.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24972024-12-20T22:44:37.145Z
24982024-12-20T22:44:37.145Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/175)
24992024-12-20T22:44:37.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-12-20T22:44:37.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-12-20T22:44:37.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-12-20T22:44:37.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25032024-12-20T22:44:37.784Z
25042024-12-20T22:44:37.784Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/175)
25052024-12-20T22:44:38.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-12-20T22:44:38.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-12-20T22:44:38.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-12-20T22:44:38.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25092024-12-20T22:44:38.419Z
25102024-12-20T22:44:38.419Zinfo: running `cargo check --bins` on cockroach-admin-client (58/175)
25112024-12-20T22:44:38.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-12-20T22:44:38.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-12-20T22:44:38.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-12-20T22:44:38.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25152024-12-20T22:44:39.027Z
25162024-12-20T22:44:39.027Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/175)
25172024-12-20T22:44:39.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-12-20T22:44:39.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-12-20T22:44:39.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-12-20T22:44:39.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25212024-12-20T22:44:39.679Z
25222024-12-20T22:44:39.679Zinfo: running `cargo check --bins` on dns-service-client (60/175)
25232024-12-20T22:44:40.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-12-20T22:44:40.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-12-20T22:44:40.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-12-20T22:44:40.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25272024-12-20T22:44:40.785Z
25282024-12-20T22:44:40.785Zinfo: running `cargo check --bins` on internal-dns-types (61/175)
25292024-12-20T22:44:40.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-12-20T22:44:40.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-12-20T22:44:40.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-12-20T22:44:40.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25332024-12-20T22:44:40.951Z
25342024-12-20T22:44:40.951Zinfo: running `cargo check --bins` on dpd-client (62/175)
25352024-12-20T22:44:41.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-12-20T22:44:41.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-12-20T22:44:41.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-12-20T22:44:41.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25392024-12-20T22:44:41.571Z
25402024-12-20T22:44:41.571Zinfo: running `cargo check --bins` on gateway-client (63/175)
25412024-12-20T22:44:42.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-12-20T22:44:42.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-12-20T22:44:42.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-12-20T22:44:42.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25452024-12-20T22:44:42.187Z
25462024-12-20T22:44:42.188Zinfo: running `cargo check --bins` on installinator-client (64/175)
25472024-12-20T22:44:42.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-12-20T22:44:42.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-12-20T22:44:42.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-12-20T22:44:42.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25512024-12-20T22:44:42.835Z
25522024-12-20T22:44:42.835Zinfo: running `cargo check --bins` on installinator-common (65/175)
25532024-12-20T22:44:43.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-12-20T22:44:43.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-12-20T22:44:43.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-12-20T22:44:43.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25572024-12-20T22:44:43.484Z
25582024-12-20T22:44:43.484Zinfo: running `cargo check --bins` on update-engine (66/175)
25592024-12-20T22:44:44.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-12-20T22:44:44.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-12-20T22:44:44.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-12-20T22:44:44.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25632024-12-20T22:44:44.097Z
25642024-12-20T22:44:44.097Zinfo: running `cargo check --bins` on nexus-client (67/175)
25652024-12-20T22:44:44.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-12-20T22:44:44.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-12-20T22:44:44.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-12-20T22:44:44.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25692024-12-20T22:44:44.744Z
25702024-12-20T22:44:44.744Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/175)
25712024-12-20T22:44:45.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-12-20T22:44:45.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-12-20T22:44:45.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-12-20T22:44:45.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25752024-12-20T22:44:45.383Z
25762024-12-20T22:44:45.384Zinfo: running `cargo check --bins` on omicron-passwords (69/175)
25772024-12-20T22:44:45.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-12-20T22:44:45.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-12-20T22:44:45.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-12-20T22:44:45.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25812024-12-20T22:44:45.996Z
25822024-12-20T22:44:45.996Zinfo: running `cargo check --bins` on nexus-types (70/175)
25832024-12-20T22:44:46.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-12-20T22:44:46.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-12-20T22:44:46.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-12-20T22:44:46.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25872024-12-20T22:44:46.652Z
25882024-12-20T22:44:46.652Zinfo: running `cargo check --bins` on oxide-client (71/175)
25892024-12-20T22:44:47.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-12-20T22:44:47.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-12-20T22:44:47.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-12-20T22:44:47.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25932024-12-20T22:44:47.259Z
25942024-12-20T22:44:47.259Zinfo: running `cargo check --bins` on oximeter-client (72/175)
25952024-12-20T22:44:47.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-12-20T22:44:47.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-12-20T22:44:47.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-12-20T22:44:47.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25992024-12-20T22:44:47.877Z
26002024-12-20T22:44:47.877Zinfo: running `cargo check --bins` on repo-depot-client (73/175)
26012024-12-20T22:44:48.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-12-20T22:44:48.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-12-20T22:44:48.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-12-20T22:44:48.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26052024-12-20T22:44:48.487Z
26062024-12-20T22:44:48.487Zinfo: running `cargo check --bins` on sled-agent-client (74/175)
26072024-12-20T22:44:49.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-12-20T22:44:49.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-12-20T22:44:49.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-12-20T22:44:49.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26112024-12-20T22:44:49.125Z
26122024-12-20T22:44:49.125Zinfo: running `cargo check --bins` on wicketd-client (75/175)
26132024-12-20T22:44:49.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-12-20T22:44:49.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-12-20T22:44:49.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-12-20T22:44:49.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26172024-12-20T22:44:49.788Z
26182024-12-20T22:44:49.788Zinfo: running `cargo check --bins` on sled-agent-types (76/175)
26192024-12-20T22:44:50.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-12-20T22:44:50.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-12-20T22:44:50.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-12-20T22:44:50.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26232024-12-20T22:44:50.445Z
26242024-12-20T22:44:50.445Zinfo: running `cargo check --bins` on wicket-common (77/175)
26252024-12-20T22:44:51.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-12-20T22:44:51.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-12-20T22:44:51.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-12-20T22:44:51.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26292024-12-20T22:44:51.089Z
26302024-12-20T22:44:51.089Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/175)
26312024-12-20T22:44:51.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-12-20T22:44:51.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-12-20T22:44:51.747Z Checking csv-core v0.1.11
26342024-12-20T22:44:51.747Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26352024-12-20T22:44:51.750Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26362024-12-20T22:44:52.059Z Checking csv v1.3.0
26372024-12-20T22:44:52.075Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26382024-12-20T22:44:52.639Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26392024-12-20T22:44:52.977Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26402024-12-20T22:44:54.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
26412024-12-20T22:44:54.424Z
26422024-12-20T22:44:54.424Zinfo: running `cargo check --bins` on cockroach-admin-api (79/175)
26432024-12-20T22:44:54.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-12-20T22:44:54.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-12-20T22:44:54.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-12-20T22:44:54.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26472024-12-20T22:44:55.061Z
26482024-12-20T22:44:55.061Zinfo: running `cargo check --bins` on cockroach-admin-types (80/175)
26492024-12-20T22:44:55.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-12-20T22:44:55.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-12-20T22:44:55.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-12-20T22:44:55.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26532024-12-20T22:44:55.699Z
26542024-12-20T22:44:55.700Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175)
26552024-12-20T22:44:56.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-12-20T22:44:56.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-12-20T22:44:56.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582024-12-20T22:44:56.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26592024-12-20T22:44:56.433Z
26602024-12-20T22:44:56.433Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175)
26612024-12-20T22:44:57.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-12-20T22:44:57.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-12-20T22:44:57.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-12-20T22:44:57.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26652024-12-20T22:44:57.166Z
26662024-12-20T22:44:57.167Zinfo: running `cargo check --bins` on dns-server (83/175)
26672024-12-20T22:44:57.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-12-20T22:44:57.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-12-20T22:44:57.822Z Compiling parking_lot_core v0.8.6
26702024-12-20T22:44:57.825Z Checking fxhash v0.2.1
26712024-12-20T22:44:57.825Z Checking hickory-server v0.24.1
26722024-12-20T22:44:57.825Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26732024-12-20T22:44:57.924Z Checking hickory-client v0.24.1
26742024-12-20T22:44:58.523Z Checking parking_lot v0.11.2
26752024-12-20T22:44:58.614Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26762024-12-20T22:44:58.614Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26772024-12-20T22:44:58.759Z Checking sled v0.34.7
26782024-12-20T22:45:00.527Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26792024-12-20T22:45:01.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
26802024-12-20T22:45:01.937Z
26812024-12-20T22:45:01.937Zinfo: running `cargo check --bins` on dns-server-api (84/175)
26822024-12-20T22:45:02.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-12-20T22:45:02.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-12-20T22:45:02.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-12-20T22:45:02.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26862024-12-20T22:45:02.567Z
26872024-12-20T22:45:02.567Zinfo: running `cargo check --bins` on gateway-test-utils (85/175)
26882024-12-20T22:45:03.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-12-20T22:45:03.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-12-20T22:45:03.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912024-12-20T22:45:03.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26922024-12-20T22:45:03.256Z
26932024-12-20T22:45:03.256Zinfo: running `cargo check --bins` on gateway-types (86/175)
26942024-12-20T22:45:03.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-12-20T22:45:03.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-12-20T22:45:03.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972024-12-20T22:45:03.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26982024-12-20T22:45:03.882Z
26992024-12-20T22:45:03.882Zinfo: running `cargo check --bins` on ipcc (87/175)
27002024-12-20T22:45:04.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-12-20T22:45:04.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-12-20T22:45:04.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032024-12-20T22:45:04.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27042024-12-20T22:45:04.510Z
27052024-12-20T22:45:04.510Zinfo: running `cargo check --bins` on omicron-gateway (88/175)
27062024-12-20T22:45:05.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-12-20T22:45:05.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-12-20T22:45:05.211Z Compiling radium v0.7.0
27092024-12-20T22:45:05.211Z Compiling semver v0.1.20
27102024-12-20T22:45:05.317Z Checking tap v1.0.1
27112024-12-20T22:45:05.319Z Compiling maybe-uninit v2.0.0
27122024-12-20T22:45:05.345Z Checking password-hash v0.5.0
27132024-12-20T22:45:05.350Z Checking blake2 v0.10.6
27142024-12-20T22:45:05.350Z Checking crc-catalog v2.4.0
27152024-12-20T22:45:05.350Z Compiling cancel-safe-futures v0.1.5
27162024-12-20T22:45:05.479Z Checking wyz v0.5.1
27172024-12-20T22:45:05.499Z Checking funty v2.0.0
27182024-12-20T22:45:05.707Z Compiling rustc_version v0.1.7
27192024-12-20T22:45:05.788Z Compiling owo-colors v4.1.0
27202024-12-20T22:45:05.832Z Compiling packed_struct v0.10.1
27212024-12-20T22:45:05.870Z Checking argon2 v0.5.3
27222024-12-20T22:45:05.934Z Checking crc v3.2.1
27232024-12-20T22:45:05.951Z Compiling packed_struct_codegen v0.10.1
27242024-12-20T22:45:06.089Z Compiling indexmap v1.9.3
27252024-12-20T22:45:06.199Z Compiling newtype_derive v0.1.6
27262024-12-20T22:45:06.215Z Checking half v2.4.1
27272024-12-20T22:45:06.299Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27282024-12-20T22:45:06.359Z Checking nodrop v0.1.14
27292024-12-20T22:45:06.379Z Checking ciborium-io v0.2.2
27302024-12-20T22:45:06.429Z Checking bitvec v1.0.1
27312024-12-20T22:45:06.475Z Checking array-init v0.0.4
27322024-12-20T22:45:06.532Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27332024-12-20T22:45:06.608Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27342024-12-20T22:45:06.640Z Checking ciborium-ll v0.2.2
27352024-12-20T22:45:06.669Z Checking smallvec v0.6.14
27362024-12-20T22:45:06.943Z Checking libsw v3.3.1
27372024-12-20T22:45:07.078Z Compiling memoffset v0.9.1
27382024-12-20T22:45:07.215Z Checking swrite v0.1.0
27392024-12-20T22:45:07.238Z Checking linear-map v1.2.0
27402024-12-20T22:45:07.331Z Checking termcolor v1.4.1
27412024-12-20T22:45:07.366Z Checking bitfield v0.14.0
27422024-12-20T22:45:07.393Z Checking hashbrown v0.12.3
27432024-12-20T22:45:07.489Z Checking indent_write v2.2.0
27442024-12-20T22:45:07.579Z Checking ron v0.8.1
27452024-12-20T22:45:07.623Z Checking serde-hex v0.1.0
27462024-12-20T22:45:07.783Z Checking env_logger v0.10.2
27472024-12-20T22:45:07.831Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27482024-12-20T22:45:08.230Z Checking ciborium v0.2.2
27492024-12-20T22:45:08.442Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27502024-12-20T22:45:08.780Z Checking steno v0.4.1
27512024-12-20T22:45:09.041Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27522024-12-20T22:45:09.138Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27532024-12-20T22:45:09.268Z Checking hashbrown v0.13.2
27542024-12-20T22:45:09.285Z Checking crc-any v2.5.0
27552024-12-20T22:45:09.484Z Checking humantime v2.1.0
27562024-12-20T22:45:09.651Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27572024-12-20T22:45:09.767Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27582024-12-20T22:45:10.039Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27592024-12-20T22:45:10.314Z Checking object v0.30.4
27602024-12-20T22:45:10.338Z Checking path-slash v0.1.5
27612024-12-20T22:45:10.378Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27622024-12-20T22:45:10.563Z Checking nix v0.27.1
27632024-12-20T22:45:11.055Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27642024-12-20T22:45:11.528Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27652024-12-20T22:45:11.660Z Checking tungstenite v0.23.0
27662024-12-20T22:45:11.803Z Checking kstat-rs v0.2.4
27672024-12-20T22:45:11.839Z Checking signal-hook-tokio v0.3.1
27682024-12-20T22:45:12.157Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27692024-12-20T22:45:12.405Z Checking tokio-tungstenite v0.23.1
27702024-12-20T22:45:12.859Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27712024-12-20T22:45:13.094Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27722024-12-20T22:45:13.343Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27732024-12-20T22:45:19.911Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27742024-12-20T22:45:21.190Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27752024-12-20T22:45:24.259Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27762024-12-20T22:45:29.996Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27772024-12-20T22:45:30.710Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27782024-12-20T22:45:33.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.06s
27792024-12-20T22:45:33.757Z
27802024-12-20T22:45:33.757Zinfo: running `cargo check --bins` on gateway-api (89/175)
27812024-12-20T22:45:34.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-12-20T22:45:34.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-12-20T22:45:34.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-12-20T22:45:34.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27852024-12-20T22:45:34.390Z
27862024-12-20T22:45:34.390Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175)
27872024-12-20T22:45:34.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-12-20T22:45:34.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-12-20T22:45:34.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-12-20T22:45:34.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27912024-12-20T22:45:35.000Z
27922024-12-20T22:45:35.000Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175)
27932024-12-20T22:45:35.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-12-20T22:45:35.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-12-20T22:45:35.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-12-20T22:45:35.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27972024-12-20T22:45:35.630Z
27982024-12-20T22:45:35.630Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175)
27992024-12-20T22:45:36.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-12-20T22:45:36.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-12-20T22:45:36.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-12-20T22:45:36.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28032024-12-20T22:45:36.270Z
28042024-12-20T22:45:36.270Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175)
28052024-12-20T22:45:36.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-12-20T22:45:36.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-12-20T22:45:36.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-12-20T22:45:36.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28092024-12-20T22:45:36.911Z
28102024-12-20T22:45:36.911Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175)
28112024-12-20T22:45:37.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-12-20T22:45:37.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-12-20T22:45:37.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-12-20T22:45:37.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28152024-12-20T22:45:37.547Z
28162024-12-20T22:45:37.547Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175)
28172024-12-20T22:45:38.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-12-20T22:45:38.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-12-20T22:45:38.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-12-20T22:45:38.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28212024-12-20T22:45:38.184Z
28222024-12-20T22:45:38.184Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175)
28232024-12-20T22:45:38.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-12-20T22:45:38.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-12-20T22:45:38.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-12-20T22:45:38.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28272024-12-20T22:45:38.819Z
28282024-12-20T22:45:38.819Zinfo: running `cargo check --bins` on oximeter-producer (97/175)
28292024-12-20T22:45:39.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-12-20T22:45:39.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-12-20T22:45:39.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-12-20T22:45:39.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28332024-12-20T22:45:39.480Z
28342024-12-20T22:45:39.480Zinfo: running `cargo check --bins` on internal-dns-resolver (98/175)
28352024-12-20T22:45:40.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-12-20T22:45:40.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-12-20T22:45:40.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-12-20T22:45:40.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28392024-12-20T22:45:40.113Z
28402024-12-20T22:45:40.113Zinfo: running `cargo check --bins` on sp-sim (99/175)
28412024-12-20T22:45:40.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-12-20T22:45:40.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-12-20T22:45:40.759Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28442024-12-20T22:45:42.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
28452024-12-20T22:45:42.799Z
28462024-12-20T22:45:42.799Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175)
28472024-12-20T22:45:43.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-12-20T22:45:43.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-12-20T22:45:43.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-12-20T22:45:43.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28512024-12-20T22:45:43.476Z
28522024-12-20T22:45:43.476Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175)
28532024-12-20T22:45:44.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-12-20T22:45:44.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-12-20T22:45:44.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-12-20T22:45:44.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28572024-12-20T22:45:44.151Z
28582024-12-20T22:45:44.151Zinfo: running `cargo check --bins` on db-macros (102/175)
28592024-12-20T22:45:44.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-12-20T22:45:44.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-12-20T22:45:44.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-12-20T22:45:44.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28632024-12-20T22:45:44.762Z
28642024-12-20T22:45:44.762Zinfo: running `cargo check --bins` on nexus-macros-common (103/175)
28652024-12-20T22:45:45.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-12-20T22:45:45.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-12-20T22:45:45.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-12-20T22:45:45.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28692024-12-20T22:45:45.366Z
28702024-12-20T22:45:45.366Zinfo: running `cargo check --bins` on nexus-auth (104/175)
28712024-12-20T22:45:45.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-12-20T22:45:45.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-12-20T22:45:45.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-12-20T22:45:45.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28752024-12-20T22:45:46.028Z
28762024-12-20T22:45:46.028Zinfo: running `cargo check --bins` on authz-macros (105/175)
28772024-12-20T22:45:46.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-12-20T22:45:46.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-12-20T22:45:46.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-12-20T22:45:46.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28812024-12-20T22:45:46.634Z
28822024-12-20T22:45:46.634Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/175)
28832024-12-20T22:45:47.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-12-20T22:45:47.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-12-20T22:45:47.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-12-20T22:45:47.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28872024-12-20T22:45:47.289Z
28882024-12-20T22:45:47.289Zinfo: running `cargo check --bins` on nexus-db-model (107/175)
28892024-12-20T22:45:47.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-12-20T22:45:47.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-12-20T22:45:47.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-12-20T22:45:47.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28932024-12-20T22:45:47.945Z
28942024-12-20T22:45:47.945Zinfo: running `cargo check --bins` on nexus-defaults (108/175)
28952024-12-20T22:45:48.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-12-20T22:45:48.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-12-20T22:45:48.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-12-20T22:45:48.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28992024-12-20T22:45:48.569Z
29002024-12-20T22:45:48.569Zinfo: running `cargo check --bins` on nexus-inventory (109/175)
29012024-12-20T22:45:49.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-12-20T22:45:49.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-12-20T22:45:49.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-12-20T22:45:49.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29052024-12-20T22:45:49.218Z
29062024-12-20T22:45:49.218Zinfo: running `cargo check --bins` on typed-rng (110/175)
29072024-12-20T22:45:49.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-12-20T22:45:49.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-12-20T22:45:49.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102024-12-20T22:45:49.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29112024-12-20T22:45:49.822Z
29122024-12-20T22:45:49.822Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175)
29132024-12-20T22:45:50.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-12-20T22:45:50.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-12-20T22:45:50.559Z Checking keccak v0.1.5
29162024-12-20T22:45:50.668Z Checking secrecy v0.8.0
29172024-12-20T22:45:50.670Z Compiling unicase v2.7.0
29182024-12-20T22:45:50.670Z Compiling same-file v1.0.6
29192024-12-20T22:45:50.689Z Compiling tempfile v3.13.0
29202024-12-20T22:45:50.712Z Compiling thiserror-impl-no-std v2.0.2
29212024-12-20T22:45:50.714Z Checking universal-hash v0.5.1
29222024-12-20T22:45:50.714Z Compiling ring v0.16.20
29232024-12-20T22:45:50.843Z Compiling walkdir v2.5.0
29242024-12-20T22:45:50.881Z Compiling blake3 v1.5.4
29252024-12-20T22:45:50.944Z Checking sha3 v0.10.8
29262024-12-20T22:45:50.961Z Checking opaque-debug v0.3.1
29272024-12-20T22:45:51.052Z Checking poly1305 v0.8.0
29282024-12-20T22:45:51.109Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29292024-12-20T22:45:51.339Z Checking chacha20 v0.9.1
29302024-12-20T22:45:51.415Z Checking aead v0.5.2
29312024-12-20T22:45:51.542Z Compiling memmap2 v0.9.5
29322024-12-20T22:45:51.593Z Compiling arrayvec v0.7.6
29332024-12-20T22:45:51.618Z Compiling salty v0.3.0
29342024-12-20T22:45:51.634Z Compiling constant_time_eq v0.3.1
29352024-12-20T22:45:51.680Z Compiling spin v0.5.2
29362024-12-20T22:45:51.807Z Compiling libefi-sys v0.1.0
29372024-12-20T22:45:51.901Z Compiling arrayref v0.3.9
29382024-12-20T22:45:51.963Z Checking chacha20poly1305 v0.10.1
29392024-12-20T22:45:52.010Z Compiling toolchain_find v0.4.0
29402024-12-20T22:45:52.041Z Compiling camino-tempfile v1.1.1
29412024-12-20T22:45:52.109Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29422024-12-20T22:45:52.146Z Compiling bitfield-struct v0.6.2
29432024-12-20T22:45:52.407Z Compiling topological-sort v0.2.2
29442024-12-20T22:45:52.482Z Compiling mime_guess v2.0.5
29452024-12-20T22:45:52.612Z Compiling rustfmt-wrapper v0.2.1
29462024-12-20T22:45:53.035Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29472024-12-20T22:45:53.187Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29482024-12-20T22:45:53.317Z Checking primeorder v0.13.6
29492024-12-20T22:45:53.393Z Checking env_filter v0.1.2
29502024-12-20T22:45:53.495Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29512024-12-20T22:45:53.609Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29522024-12-20T22:45:53.641Z Checking env_logger v0.11.5
29532024-12-20T22:45:53.778Z Checking p384 v0.13.0
29542024-12-20T22:45:53.825Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29552024-12-20T22:45:53.844Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29562024-12-20T22:45:53.905Z Checking thiserror-no-std v2.0.2
29572024-12-20T22:45:54.014Z Checking vsss-rs v3.3.4
29582024-12-20T22:45:54.074Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29592024-12-20T22:45:54.199Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29602024-12-20T22:45:54.233Z Checking bumpalo v3.16.0
29612024-12-20T22:45:54.423Z Checking simd-adler32 v0.3.7
29622024-12-20T22:45:54.495Z Checking http-range v0.1.5
29632024-12-20T22:45:54.552Z Compiling zip v2.1.3
29642024-12-20T22:45:54.665Z Checking lockfree-object-pool v0.1.6
29652024-12-20T22:45:54.681Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29662024-12-20T22:45:54.763Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29672024-12-20T22:45:54.867Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29682024-12-20T22:45:54.923Z Checking zopfli v0.8.1
29692024-12-20T22:45:54.972Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29702024-12-20T22:45:55.177Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29712024-12-20T22:45:55.586Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29722024-12-20T22:45:55.620Z Checking nanorand v0.7.0
29732024-12-20T22:45:55.638Z Checking atty v0.2.14
29742024-12-20T22:45:55.721Z Checking glob v0.3.1
29752024-12-20T22:45:55.766Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29762024-12-20T22:45:55.958Z Checking flume v0.11.1
29772024-12-20T22:45:56.048Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29782024-12-20T22:45:56.278Z Compiling omicron-zone-package v0.11.1
29792024-12-20T22:45:56.482Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29802024-12-20T22:45:56.803Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29812024-12-20T22:45:57.334Z Checking hyper-staticfile v0.10.1
29822024-12-20T22:45:57.952Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29832024-12-20T22:45:58.428Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29842024-12-20T22:45:58.546Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29852024-12-20T22:45:58.602Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29862024-12-20T22:45:58.657Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29872024-12-20T22:45:58.723Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29882024-12-20T22:45:59.275Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29892024-12-20T22:45:59.569Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29902024-12-20T22:45:59.998Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29912024-12-20T22:46:00.976Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29922024-12-20T22:46:02.810Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29932024-12-20T22:46:02.813Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29942024-12-20T22:46:13.100Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-12-20T22:46:26.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.89s
29962024-12-20T22:46:26.908Z
29972024-12-20T22:46:26.908Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175)
29982024-12-20T22:46:27.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-12-20T22:46:27.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-12-20T22:46:27.640Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-12-20T22:46:41.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s
30022024-12-20T22:46:41.272Z
30032024-12-20T22:46:41.273Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175)
30042024-12-20T22:46:41.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-12-20T22:46:41.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-12-20T22:46:42.005Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30072024-12-20T22:46:55.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
30082024-12-20T22:46:55.807Z
30092024-12-20T22:46:55.807Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175)
30102024-12-20T22:46:56.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-12-20T22:46:56.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-12-20T22:46:56.541Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-12-20T22:47:10.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
30142024-12-20T22:47:10.366Z
30152024-12-20T22:47:10.367Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175)
30162024-12-20T22:47:10.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-12-20T22:47:10.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-12-20T22:47:11.099Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30192024-12-20T22:47:24.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
30202024-12-20T22:47:24.930Z
30212024-12-20T22:47:24.930Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175)
30222024-12-20T22:47:25.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-12-20T22:47:25.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-12-20T22:47:25.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30252024-12-20T22:47:39.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
30262024-12-20T22:47:39.438Z
30272024-12-20T22:47:39.438Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175)
30282024-12-20T22:47:40.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-12-20T22:47:40.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-12-20T22:47:40.170Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30312024-12-20T22:47:53.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
30322024-12-20T22:47:53.930Z
30332024-12-20T22:47:53.930Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175)
30342024-12-20T22:47:54.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-12-20T22:47:54.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-12-20T22:47:54.662Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30372024-12-20T22:48:08.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
30382024-12-20T22:48:08.478Z
30392024-12-20T22:48:08.478Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/175)
30402024-12-20T22:48:09.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-12-20T22:48:09.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-12-20T22:48:09.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-12-20T22:48:09.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30442024-12-20T22:48:09.136Z
30452024-12-20T22:48:09.136Zinfo: running `cargo check --bins` on key-manager (120/175)
30462024-12-20T22:48:09.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-12-20T22:48:09.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-12-20T22:48:09.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-12-20T22:48:09.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30502024-12-20T22:48:09.766Z
30512024-12-20T22:48:09.766Zinfo: running `cargo check --bins` on range-requests (121/175)
30522024-12-20T22:48:10.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-12-20T22:48:10.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-12-20T22:48:10.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552024-12-20T22:48:10.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30562024-12-20T22:48:10.379Z
30572024-12-20T22:48:10.379Zinfo: running `cargo check --bins` on repo-depot-api (122/175)
30582024-12-20T22:48:10.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-12-20T22:48:10.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-12-20T22:48:10.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-12-20T22:48:10.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30622024-12-20T22:48:11.025Z
30632024-12-20T22:48:11.025Zinfo: running `cargo check --bins` on sled-agent-api (123/175)
30642024-12-20T22:48:11.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-12-20T22:48:11.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-12-20T22:48:11.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-12-20T22:48:11.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30682024-12-20T22:48:11.693Z
30692024-12-20T22:48:11.694Zinfo: running `cargo check --bins` on sled-diagnostics (124/175)
30702024-12-20T22:48:12.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-12-20T22:48:12.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-12-20T22:48:12.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-12-20T22:48:12.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30742024-12-20T22:48:12.316Z
30752024-12-20T22:48:12.316Zinfo: running `cargo check --bins` on sled-hardware (125/175)
30762024-12-20T22:48:12.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-12-20T22:48:12.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-12-20T22:48:12.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-12-20T22:48:12.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30802024-12-20T22:48:12.957Z
30812024-12-20T22:48:12.957Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/175)
30822024-12-20T22:48:13.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-12-20T22:48:13.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-12-20T22:48:13.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852024-12-20T22:48:13.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30862024-12-20T22:48:13.607Z
30872024-12-20T22:48:13.607Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175)
30882024-12-20T22:48:14.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-12-20T22:48:14.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-12-20T22:48:14.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-12-20T22:48:14.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30922024-12-20T22:48:14.248Z
30932024-12-20T22:48:14.249Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/175)
30942024-12-20T22:48:14.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-12-20T22:48:14.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-12-20T22:48:14.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972024-12-20T22:48:14.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30982024-12-20T22:48:14.897Z
30992024-12-20T22:48:14.897Zinfo: running `cargo check --bins` on nexus-test-interface (129/175)
31002024-12-20T22:48:15.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-12-20T22:48:15.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-12-20T22:48:15.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032024-12-20T22:48:15.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31042024-12-20T22:48:15.548Z
31052024-12-20T22:48:15.548Zinfo: running `cargo check --bins` on oximeter-collector (130/175)
31062024-12-20T22:48:16.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-12-20T22:48:16.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-12-20T22:48:16.237Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31092024-12-20T22:48:16.237Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31102024-12-20T22:48:17.102Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31112024-12-20T22:48:19.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
31122024-12-20T22:48:19.326Z
31132024-12-20T22:48:19.326Zinfo: running `cargo check --bins` on oximeter-api (131/175)
31142024-12-20T22:48:19.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-12-20T22:48:19.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-12-20T22:48:19.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172024-12-20T22:48:19.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31182024-12-20T22:48:19.962Z
31192024-12-20T22:48:19.963Zinfo: running `cargo check --bins` on cert-dev (132/175)
31202024-12-20T22:48:20.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-12-20T22:48:20.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-12-20T22:48:20.578Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31232024-12-20T22:48:20.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31242024-12-20T22:48:21.011Z
31252024-12-20T22:48:21.012Zinfo: running `cargo check --bins` on clickana (133/175)
31262024-12-20T22:48:21.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-12-20T22:48:21.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-12-20T22:48:21.661Z Checking castaway v0.2.3
31292024-12-20T22:48:21.665Z Checking unicode-truncate v1.1.0
31302024-12-20T22:48:21.665Z Checking lru v0.12.5
31312024-12-20T22:48:21.665Z Compiling instability v0.3.2
31322024-12-20T22:48:21.665Z Checking cassowary v0.3.0
31332024-12-20T22:48:21.665Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31342024-12-20T22:48:21.931Z Checking compact_str v0.8.0
31352024-12-20T22:48:22.529Z Checking ratatui v0.28.1
31362024-12-20T22:48:24.452Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31372024-12-20T22:48:25.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
31382024-12-20T22:48:25.455Z
31392024-12-20T22:48:25.455Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (134/175)
31402024-12-20T22:48:26.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-12-20T22:48:26.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-12-20T22:48:26.138Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31432024-12-20T22:48:26.138Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31442024-12-20T22:48:26.724Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31452024-12-20T22:48:27.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
31462024-12-20T22:48:27.265Z
31472024-12-20T22:48:27.265Zinfo: running `cargo check --bins` on ch-dev (135/175)
31482024-12-20T22:48:27.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-12-20T22:48:27.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-12-20T22:48:27.932Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31512024-12-20T22:48:28.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31522024-12-20T22:48:28.829Z
31532024-12-20T22:48:28.829Zinfo: running `cargo check --bins` on crdb-seed (136/175)
31542024-12-20T22:48:29.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-12-20T22:48:29.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-12-20T22:48:29.496Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31572024-12-20T22:48:29.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31582024-12-20T22:48:30.052Z
31592024-12-20T22:48:30.053Zinfo: running `cargo check --bins` on db-dev (137/175)
31602024-12-20T22:48:30.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-12-20T22:48:30.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-12-20T22:48:30.732Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31632024-12-20T22:48:31.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
31642024-12-20T22:48:31.633Z
31652024-12-20T22:48:31.633Zinfo: running `cargo check --bins` on omicron-dev-lib (138/175)
31662024-12-20T22:48:32.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-12-20T22:48:32.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-12-20T22:48:32.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692024-12-20T22:48:32.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31702024-12-20T22:48:32.298Z
31712024-12-20T22:48:32.298Zinfo: running `cargo check --bins` on xtask-downloader (139/175)
31722024-12-20T22:48:32.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732024-12-20T22:48:32.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742024-12-20T22:48:32.924Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31752024-12-20T22:48:33.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
31762024-12-20T22:48:33.984Z
31772024-12-20T22:48:33.984Zinfo: running `cargo check --bins` on omicron-ls-apis (140/175)
31782024-12-20T22:48:34.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-12-20T22:48:34.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-12-20T22:48:34.623Z Checking cargo-platform v0.1.8
31812024-12-20T22:48:34.891Z Checking cargo_metadata v0.18.1
31822024-12-20T22:48:35.859Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832024-12-20T22:48:36.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
31842024-12-20T22:48:36.853Z
31852024-12-20T22:48:36.853Zinfo: running `cargo check --bins` on mgs-dev (141/175)
31862024-12-20T22:48:37.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-12-20T22:48:37.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-12-20T22:48:37.564Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31892024-12-20T22:48:38.298Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31902024-12-20T22:48:38.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
31912024-12-20T22:48:39.052Z
31922024-12-20T22:48:39.052Zinfo: running `cargo check --bins` on omicron-omdb (142/175)
31932024-12-20T22:48:39.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-12-20T22:48:39.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-12-20T22:48:39.850Z Compiling crunchy v0.2.2
31962024-12-20T22:48:39.850Z Compiling tiny-keccak v2.0.2
31972024-12-20T22:48:39.853Z Compiling dsl_auto_type v0.1.2
31982024-12-20T22:48:39.853Z Checking scheduled-thread-pool v0.2.7
31992024-12-20T22:48:39.853Z Compiling diesel_table_macro_syntax v0.2.0
32002024-12-20T22:48:39.853Z Compiling ascii-canvas v3.0.0
32012024-12-20T22:48:39.853Z Compiling ena v0.14.3
32022024-12-20T22:48:39.853Z Compiling diff v0.1.13
32032024-12-20T22:48:40.196Z Checking r2d2 v0.8.10
32042024-12-20T22:48:40.235Z Compiling regex-syntax v0.6.29
32052024-12-20T22:48:40.449Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32062024-12-20T22:48:40.466Z Compiling ref-cast v1.0.23
32072024-12-20T22:48:40.502Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32082024-12-20T22:48:40.502Z Compiling derive_builder_core v0.20.2
32092024-12-20T22:48:40.669Z Compiling libxml v0.3.3
32102024-12-20T22:48:40.688Z Compiling ref-cast-impl v1.0.23
32112024-12-20T22:48:40.762Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32122024-12-20T22:48:41.078Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32132024-12-20T22:48:41.097Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32142024-12-20T22:48:41.199Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32152024-12-20T22:48:41.289Z Compiling strum_macros v0.24.3
32162024-12-20T22:48:41.363Z Compiling samael v0.0.17
32172024-12-20T22:48:41.585Z Compiling indoc v1.0.9
32182024-12-20T22:48:41.663Z Compiling diesel_derives v2.2.3
32192024-12-20T22:48:42.540Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32202024-12-20T22:48:42.832Z Compiling impl-trait-for-tuples v0.2.2
32212024-12-20T22:48:42.919Z Compiling derive_builder_macro v0.20.2
32222024-12-20T22:48:43.836Z Compiling lalrpop v0.19.12
32232024-12-20T22:48:43.946Z Checking derive_builder v0.20.2
32242024-12-20T22:48:44.101Z Compiling oso-derive v0.27.3
32252024-12-20T22:48:44.554Z Checking quick-xml v0.33.0
32262024-12-20T22:48:44.967Z Compiling diesel-dtrace v0.4.2
32272024-12-20T22:48:45.145Z Checking maplit v1.0.2
32282024-12-20T22:48:45.301Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32292024-12-20T22:48:45.327Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32302024-12-20T22:48:45.606Z Checking bb8 v0.8.5
32312024-12-20T22:48:45.654Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32322024-12-20T22:48:45.946Z Checking rand_seeder v0.3.0
32332024-12-20T22:48:46.130Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32342024-12-20T22:48:46.171Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32352024-12-20T22:48:46.173Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32362024-12-20T22:48:46.372Z Checking smawk v0.3.2
32372024-12-20T22:48:46.461Z Checking unicode-linebreak v0.1.5
32382024-12-20T22:48:46.581Z Checking is_ci v1.2.0
32392024-12-20T22:48:46.725Z Checking supports-color v3.0.1
32402024-12-20T22:48:46.878Z Checking textwrap v0.16.1
32412024-12-20T22:48:46.957Z Checking multimap v0.10.0
32422024-12-20T22:48:47.900Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32432024-12-20T22:48:50.348Z Checking diesel v2.2.6
32442024-12-20T22:49:17.022Z Compiling polar-core v0.27.3
32452024-12-20T22:49:20.263Z Checking async-bb8-diesel v0.2.1
32462024-12-20T22:49:24.514Z Checking oso v0.27.3
32472024-12-20T22:50:35.611Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32482024-12-20T22:50:41.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
32492024-12-20T22:50:42.116Z
32502024-12-20T22:50:42.116Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175)
32512024-12-20T22:50:42.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522024-12-20T22:50:42.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532024-12-20T22:50:42.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542024-12-20T22:50:42.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32552024-12-20T22:50:42.815Z
32562024-12-20T22:50:42.815Zinfo: running `cargo check --bins` on nexus-saga-recovery (144/175)
32572024-12-20T22:50:43.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582024-12-20T22:50:43.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592024-12-20T22:50:43.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602024-12-20T22:50:43.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32612024-12-20T22:50:43.500Z
32622024-12-20T22:50:43.500Zinfo: running `cargo check --bins` on nexus-test-utils-macros (145/175)
32632024-12-20T22:50:44.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642024-12-20T22:50:44.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652024-12-20T22:50:44.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662024-12-20T22:50:44.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32672024-12-20T22:50:44.131Z
32682024-12-20T22:50:44.131Zinfo: running `cargo check --bins` on omicron-nexus (146/175)
32692024-12-20T22:50:44.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702024-12-20T22:50:44.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712024-12-20T22:50:44.951Z Compiling libz-sys v1.1.20
32722024-12-20T22:50:45.065Z Compiling libgit2-sys v0.17.0+1.8.1
32732024-12-20T22:50:45.078Z Compiling vergen v8.3.2
32742024-12-20T22:50:45.084Z Compiling cargo-platform v0.1.8
32752024-12-20T22:50:45.084Z Compiling pin-project-internal v1.1.6
32762024-12-20T22:50:45.118Z Compiling snafu-derive v0.8.5
32772024-12-20T22:50:45.118Z Compiling libsqlite3-sys v0.30.1
32782024-12-20T22:50:45.121Z Compiling rustls v0.21.12
32792024-12-20T22:50:45.340Z Compiling cfg_aliases v0.2.1
32802024-12-20T22:50:45.401Z Compiling cargo_metadata v0.18.1
32812024-12-20T22:50:45.451Z Compiling buf-list v1.0.3
32822024-12-20T22:50:45.664Z Compiling nix v0.29.0
32832024-12-20T22:50:45.714Z Checking globset v0.4.15
32842024-12-20T22:50:46.037Z Checking olpc-cjson v0.1.4
32852024-12-20T22:50:46.137Z Checking rustls-webpki v0.101.7
32862024-12-20T22:50:46.232Z Checking sct v0.7.1
32872024-12-20T22:50:46.259Z Checking serde_plain v1.0.2
32882024-12-20T22:50:46.403Z Checking typed-path v0.9.3
32892024-12-20T22:50:46.827Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32902024-12-20T22:50:47.003Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32912024-12-20T22:50:47.096Z Checking hashlink v0.9.1
32922024-12-20T22:50:47.275Z Checking fallible-streaming-iterator v0.1.9
32932024-12-20T22:50:47.516Z Checking parse-size v1.1.0
32942024-12-20T22:50:47.702Z Checking fallible-iterator v0.3.0
32952024-12-20T22:50:48.093Z Checking pin-project v1.1.6
32962024-12-20T22:50:48.246Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32972024-12-20T22:50:48.307Z Checking rustls-pemfile v1.0.4
32982024-12-20T22:50:48.375Z Checking rusqlite v0.32.1
32992024-12-20T22:50:48.404Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33002024-12-20T22:50:48.500Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33012024-12-20T22:50:48.779Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33022024-12-20T22:50:49.089Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33032024-12-20T22:50:49.132Z Checking twox-hash v1.6.3
33042024-12-20T22:50:49.225Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33052024-12-20T22:50:49.633Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33062024-12-20T22:50:49.988Z Checking tokio-rustls v0.24.1
33072024-12-20T22:50:49.991Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33082024-12-20T22:50:50.258Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33092024-12-20T22:50:50.360Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33102024-12-20T22:50:50.590Z Checking fatfs v0.3.6
33112024-12-20T22:50:50.656Z Checking snafu v0.8.5
33122024-12-20T22:50:51.124Z Checking tough v0.19.0
33132024-12-20T22:50:51.195Z Checking assert_matches v1.5.0
33142024-12-20T22:50:55.246Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33152024-12-20T22:50:56.563Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33162024-12-20T22:50:57.601Z Compiling git2 v0.19.0
33172024-12-20T22:51:02.387Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33182024-12-20T22:51:55.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
33192024-12-20T22:51:55.970Z
33202024-12-20T22:51:55.970Zinfo: running `cargo check --bins` on nexus-external-api (147/175)
33212024-12-20T22:51:56.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-12-20T22:51:56.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-12-20T22:51:56.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-12-20T22:51:56.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33252024-12-20T22:51:56.663Z
33262024-12-20T22:51:56.663Zinfo: running `cargo check --bins` on openapi-manager-types (148/175)
33272024-12-20T22:51:57.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-12-20T22:51:57.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-12-20T22:51:57.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302024-12-20T22:51:57.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33312024-12-20T22:51:57.279Z
33322024-12-20T22:51:57.279Zinfo: running `cargo check --bins` on nexus-internal-api (149/175)
33332024-12-20T22:51:57.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-12-20T22:51:57.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-12-20T22:51:57.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362024-12-20T22:51:57.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33372024-12-20T22:51:57.953Z
33382024-12-20T22:51:57.953Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (150/175)
33392024-12-20T22:51:58.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-12-20T22:51:58.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-12-20T22:51:58.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422024-12-20T22:51:58.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33432024-12-20T22:51:58.625Z
33442024-12-20T22:51:58.625Zinfo: running `cargo check --bins` on nexus-networking (151/175)
33452024-12-20T22:51:59.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-12-20T22:51:59.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-12-20T22:51:59.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-12-20T22:51:59.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33492024-12-20T22:51:59.294Z
33502024-12-20T22:51:59.294Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (152/175)
33512024-12-20T22:51:59.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-12-20T22:51:59.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-12-20T22:51:59.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542024-12-20T22:51:59.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33552024-12-20T22:51:59.967Z
33562024-12-20T22:51:59.967Zinfo: running `cargo check --bins` on update-common (153/175)
33572024-12-20T22:52:00.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-12-20T22:52:00.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-12-20T22:52:00.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602024-12-20T22:52:00.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33612024-12-20T22:52:00.618Z
33622024-12-20T22:52:00.618Zinfo: running `cargo check --bins` on tufaceous-lib (154/175)
33632024-12-20T22:52:01.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-12-20T22:52:01.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-12-20T22:52:01.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662024-12-20T22:52:01.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33672024-12-20T22:52:01.282Z
33682024-12-20T22:52:01.282Zinfo: running `cargo check --bins` on tufaceous (155/175)
33692024-12-20T22:52:01.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-12-20T22:52:01.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-12-20T22:52:01.953Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33722024-12-20T22:52:02.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
33732024-12-20T22:52:03.129Z
33742024-12-20T22:52:03.129Zinfo: running `cargo check --bins` on omicron-dev (156/175)
33752024-12-20T22:52:03.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-12-20T22:52:03.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-12-20T22:52:03.977Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33782024-12-20T22:52:04.103Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33792024-12-20T22:52:04.103Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33802024-12-20T22:52:04.106Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33812024-12-20T22:52:30.835Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33822024-12-20T22:52:30.835Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33832024-12-20T22:52:30.842Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33842024-12-20T22:52:30.842Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33852024-12-20T22:52:30.842Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33862024-12-20T22:52:31.629Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33872024-12-20T22:52:32.917Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33882024-12-20T22:53:11.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33892024-12-20T22:53:11.942Z
33902024-12-20T22:53:11.942Zinfo: running `cargo check --bins` on openapi-manager (157/175)
33912024-12-20T22:53:12.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-12-20T22:53:12.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-12-20T22:53:12.644Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33942024-12-20T22:53:12.646Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33952024-12-20T22:53:12.646Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33962024-12-20T22:53:14.294Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33972024-12-20T22:53:15.212Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33982024-12-20T22:53:16.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
33992024-12-20T22:53:16.510Z
34002024-12-20T22:53:16.510Zinfo: running `cargo check --bins` on installinator-api (158/175)
34012024-12-20T22:53:17.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022024-12-20T22:53:17.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032024-12-20T22:53:17.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042024-12-20T22:53:17.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34052024-12-20T22:53:17.160Z
34062024-12-20T22:53:17.160Zinfo: running `cargo check --bins` on wicketd-api (159/175)
34072024-12-20T22:53:17.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082024-12-20T22:53:17.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092024-12-20T22:53:17.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102024-12-20T22:53:17.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34112024-12-20T22:53:17.814Z
34122024-12-20T22:53:17.814Zinfo: running `cargo check --bins` on reconfigurator-cli (160/175)
34132024-12-20T22:53:18.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142024-12-20T22:53:18.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152024-12-20T22:53:18.512Z Compiling petname v2.0.2
34162024-12-20T22:53:18.515Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34172024-12-20T22:53:18.515Z Checking sync-ptr v0.1.1
34182024-12-20T22:53:19.956Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34192024-12-20T22:53:21.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
34202024-12-20T22:53:21.697Z
34212024-12-20T22:53:21.697Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175)
34222024-12-20T22:53:22.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232024-12-20T22:53:22.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242024-12-20T22:53:22.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252024-12-20T22:53:22.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34262024-12-20T22:53:22.354Z
34272024-12-20T22:53:22.354Zinfo: running `cargo check --bins` on omicron-releng (162/175)
34282024-12-20T22:53:23.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292024-12-20T22:53:23.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302024-12-20T22:53:23.439Z Checking memmap2 v0.9.5
34312024-12-20T22:53:23.439Z Checking arrayref v0.3.9
34322024-12-20T22:53:23.439Z Checking spin v0.5.2
34332024-12-20T22:53:23.439Z Checking arrayvec v0.7.6
34342024-12-20T22:53:23.439Z Checking constant_time_eq v0.3.1
34352024-12-20T22:53:23.439Z Checking topological-sort v0.2.2
34362024-12-20T22:53:23.439Z Checking shell-words v1.1.0
34372024-12-20T22:53:23.439Z Checking ring v0.16.20
34382024-12-20T22:53:23.439Z Checking blake3 v1.5.4
34392024-12-20T22:53:24.457Z Checking omicron-zone-package v0.11.1
34402024-12-20T22:53:25.565Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34412024-12-20T22:53:26.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
34422024-12-20T22:53:26.655Z
34432024-12-20T22:53:26.655Zinfo: running `cargo check --bins` on xtask (163/175)
34442024-12-20T22:53:27.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452024-12-20T22:53:27.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462024-12-20T22:53:27.086Z Checking bitflags v2.6.0
34472024-12-20T22:53:27.088Z Checking serde v1.0.215
34482024-12-20T22:53:27.088Z Checking thiserror v1.0.69
34492024-12-20T22:53:27.179Z Checking scroll v0.12.0
34502024-12-20T22:53:27.182Z Checking hashbrown v0.15.1
34512024-12-20T22:53:27.199Z Checking log v0.4.22
34522024-12-20T22:53:27.202Z Checking zerocopy v0.7.35
34532024-12-20T22:53:27.224Z Checking syn v2.0.87
34542024-12-20T22:53:27.268Z Checking pest v2.7.14
34552024-12-20T22:53:27.396Z Checking rustix v0.38.37
34562024-12-20T22:53:27.460Z Checking once_cell v1.20.2
34572024-12-20T22:53:27.635Z Checking goblin v0.8.2
34582024-12-20T22:53:27.755Z Checking fs-err v2.11.0
34592024-12-20T22:53:28.046Z Checking anyhow v1.0.93
34602024-12-20T22:53:28.274Z Checking indexmap v2.6.0
34612024-12-20T22:53:28.452Z Checking tabled v0.15.0
34622024-12-20T22:53:29.398Z Checking dtrace-parser v0.2.0
34632024-12-20T22:53:29.414Z Checking terminal_size v0.4.0
34642024-12-20T22:53:29.416Z Checking tempfile v3.13.0
34652024-12-20T22:53:29.588Z Checking clap_builder v4.5.21
34662024-12-20T22:53:31.332Z Checking serde_json v1.0.132
34672024-12-20T22:53:31.332Z Checking serde_spanned v0.6.8
34682024-12-20T22:53:31.335Z Checking toml_datetime v0.6.8
34692024-12-20T22:53:31.335Z Checking camino v1.1.9
34702024-12-20T22:53:31.335Z Checking semver v1.0.23
34712024-12-20T22:53:31.552Z Checking cargo-platform v0.1.8
34722024-12-20T22:53:31.654Z Checking toml_edit v0.22.22
34732024-12-20T22:53:31.757Z Checking macaddr v1.0.1
34742024-12-20T22:53:31.901Z Checking camino-tempfile v1.1.1
34752024-12-20T22:53:31.934Z Checking clap v4.5.21
34762024-12-20T22:53:32.540Z Checking dof v0.3.0
34772024-12-20T22:53:32.540Z Checking cargo_metadata v0.18.1
34782024-12-20T22:53:32.953Z Checking usdt-impl v0.5.0
34792024-12-20T22:53:33.322Z Checking usdt v0.5.0
34802024-12-20T22:53:33.512Z Checking toml v0.8.19
34812024-12-20T22:53:33.972Z Checking cargo_toml v0.20.5
34822024-12-20T22:53:35.168Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34832024-12-20T22:53:35.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
34842024-12-20T22:53:35.896Z
34852024-12-20T22:53:35.896Zinfo: running `cargo check --bins` on end-to-end-tests (164/175)
34862024-12-20T22:53:36.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872024-12-20T22:53:36.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882024-12-20T22:53:36.664Z Checking polyval v0.6.2
34892024-12-20T22:53:36.779Z Checking ctr v0.9.2
34902024-12-20T22:53:36.790Z Checking ssh-encoding v0.2.0
34912024-12-20T22:53:36.793Z Checking blowfish v0.9.1
34922024-12-20T22:53:36.819Z Checking password-hash v0.4.2
34932024-12-20T22:53:36.822Z Checking matches v0.1.10
34942024-12-20T22:53:36.850Z Checking p521 v0.13.3
34952024-12-20T22:53:36.850Z Checking p256 v0.13.2
34962024-12-20T22:53:36.918Z Checking idna v0.2.3
34972024-12-20T22:53:36.995Z Checking ghash v0.5.1
34982024-12-20T22:53:37.026Z Compiling enum-as-inner v0.5.1
34992024-12-20T22:53:37.076Z Checking bcrypt-pbkdf v0.10.0
35002024-12-20T22:53:37.106Z Checking russh-cryptovec v0.7.3
35012024-12-20T22:53:37.169Z Checking aes-gcm v0.10.3
35022024-12-20T22:53:37.216Z Checking pbkdf2 v0.11.0
35032024-12-20T22:53:37.304Z Checking md5 v0.7.0
35042024-12-20T22:53:37.325Z Checking num-bigint v0.4.6
35052024-12-20T22:53:37.346Z Checking des v0.8.1
35062024-12-20T22:53:37.395Z Checking ssh-cipher v0.2.0
35072024-12-20T22:53:37.491Z Checking hex-literal v0.4.1
35082024-12-20T22:53:37.570Z Compiling dhcproto-macros v0.1.0
35092024-12-20T22:53:37.625Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35102024-12-20T22:53:37.625Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35112024-12-20T22:53:37.692Z Checking ssh-key v0.6.6
35122024-12-20T22:53:37.736Z Checking internet-checksum v0.2.1
35132024-12-20T22:53:38.035Z Checking trust-dns-proto v0.22.0
35142024-12-20T22:53:39.012Z Checking russh-keys v0.45.0
35152024-12-20T22:53:39.923Z Checking russh v0.45.0
35162024-12-20T22:53:40.609Z Checking dhcproto v0.12.0
35172024-12-20T22:53:58.254Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35182024-12-20T22:53:59.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.77s
35192024-12-20T22:53:59.878Z
35202024-12-20T22:53:59.878Zinfo: running `cargo check --bins` on gateway-cli (165/175)
35212024-12-20T22:54:00.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222024-12-20T22:54:00.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232024-12-20T22:54:00.516Z Checking termios v0.3.3
35242024-12-20T22:54:00.738Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35252024-12-20T22:54:01.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
35262024-12-20T22:54:01.714Z
35272024-12-20T22:54:01.714Zinfo: running `cargo check --bins --no-default-features` on installinator (166/175)
35282024-12-20T22:54:02.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-20T22:54:02.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-20T22:54:02.412Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35312024-12-20T22:54:04.479Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35322024-12-20T22:54:06.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
35332024-12-20T22:54:06.576Z
35342024-12-20T22:54:06.576Zinfo: running `cargo check --bins` on internal-dns-cli (167/175)
35352024-12-20T22:54:07.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362024-12-20T22:54:07.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372024-12-20T22:54:07.224Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35382024-12-20T22:54:07.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35392024-12-20T22:54:07.884Z
35402024-12-20T22:54:07.884Zinfo: running `cargo check --bins` on omicron-live-tests (168/175)
35412024-12-20T22:54:08.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422024-12-20T22:54:08.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432024-12-20T22:54:08.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442024-12-20T22:54:08.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35452024-12-20T22:54:08.497Z
35462024-12-20T22:54:08.497Zinfo: running `cargo check --bins` on live-tests-macros (169/175)
35472024-12-20T22:54:09.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482024-12-20T22:54:09.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492024-12-20T22:54:09.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502024-12-20T22:54:09.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35512024-12-20T22:54:09.120Z
35522024-12-20T22:54:09.120Zinfo: running `cargo check --bins` on omicron-package (170/175)
35532024-12-20T22:54:09.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542024-12-20T22:54:09.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552024-12-20T22:54:09.801Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35562024-12-20T22:54:11.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
35572024-12-20T22:54:11.309Z
35582024-12-20T22:54:11.309Zinfo: running `cargo check --bins` on wicket-dbg (171/175)
35592024-12-20T22:54:11.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602024-12-20T22:54:11.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612024-12-20T22:54:12.014Z Checking rtoolbox v0.0.2
35622024-12-20T22:54:12.015Z Checking tui-tree-widget v0.22.0
35632024-12-20T22:54:12.017Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35642024-12-20T22:54:12.239Z Checking rpassword v7.3.1
35652024-12-20T22:54:16.277Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35662024-12-20T22:54:19.287Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35672024-12-20T22:54:20.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
35682024-12-20T22:54:20.731Z
35692024-12-20T22:54:20.731Zinfo: running `cargo check --bins` on wicket (172/175)
35702024-12-20T22:54:21.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712024-12-20T22:54:21.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722024-12-20T22:54:21.427Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35732024-12-20T22:54:21.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35742024-12-20T22:54:22.058Z
35752024-12-20T22:54:22.058Zinfo: running `cargo check --bins` on wicketd (173/175)
35762024-12-20T22:54:22.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772024-12-20T22:54:22.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782024-12-20T22:54:22.773Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35792024-12-20T22:54:26.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
35802024-12-20T22:54:26.975Z
35812024-12-20T22:54:26.975Zinfo: running `cargo check --bins` on omicron-workspace-hack (174/175)
35822024-12-20T22:54:27.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832024-12-20T22:54:27.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842024-12-20T22:54:27.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852024-12-20T22:54:27.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35862024-12-20T22:54:27.582Z
35872024-12-20T22:54:27.582Zinfo: running `cargo check --bins` on zone-setup (175/175)
35882024-12-20T22:54:28.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892024-12-20T22:54:28.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902024-12-20T22:54:28.315Z Checking uzers v0.12.1
35912024-12-20T22:54:28.664Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35922024-12-20T22:54:29.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
35932024-12-20T22:54:30.052Z
35942024-12-20T22:54:30.054Zreal 13:09.730193874
35952024-12-20T22:54:30.054Zuser 24:22.233570483
35962024-12-20T22:54:30.054Zsys 5:30.376292139
35972024-12-20T22:54:30.054Ztrap 0.470124758
35982024-12-20T22:54:30.054Ztflt 2.257901480
35992024-12-20T22:54:30.054Zdflt 3.231485803
36002024-12-20T22:54:30.054Zkflt 0.000804863
36012024-12-20T22:54:30.054Zlock 46:11.721386540
36022024-12-20T22:54:30.054Zslp 2:07:23.147733750
36032024-12-20T22:54:30.054Zlat 1:03.869782586
36042024-12-20T22:54:30.054Zstop 3:17.925638500
36052024-12-20T22:54:30.054Zprocess exited: duration 1216793 ms, exit code 0
 
36062024-12-20T22:54:30.062Zfound 0 output files