01JFKPZBMAMQXY79X99S7S8446: 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: 01JFKPZZWZ68EPBRHRJ16760DA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:19:07.947Zjob assigned to worker 01JFKQ00VDCT06ARQGDY30446R [factory aws, i-0d6763f7e7fb4d489] (queued for 50 s)
 
22024-12-21T04:19:16.839Zstarting task 0: "setup"
32024-12-21T04:19:16.847Z++ uname -s
42024-12-21T04:19:16.849Z+ kern=SunOS
52024-12-21T04:19:16.849Z+ case "$kern" in
62024-12-21T04:19:16.849Z+ groupadd -g 12345 build
72024-12-21T04:19:16.852Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:19:18.859Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:19:18.967Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:19:18.970Z+ home_fs=zfs
112024-12-21T04:19:18.970Z+ [[ zfs == autofs ]]
122024-12-21T04:19:18.970Z+ mkdir -p /home/build
132024-12-21T04:19:18.973Z+ chown build:build /home/build /work
142024-12-21T04:19:20.975Z+ chmod 0700 /home/build /work
152024-12-21T04:19:20.978Zprocess exited: duration 4138 ms, exit code 0
 
162024-12-21T04:19:20.983Zstarting task 1: "rust-toolchain"
172024-12-21T04:19:20.989Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:19:20.989Z' 1.81.0
192024-12-21T04:19:20.989Z * toolchain channel = "1.81.0"
202024-12-21T04:19:20.989Z * toolchain profile = "default"
212024-12-21T04:19:20.991Z+ printf ' * toolchain profile = "%s"
222024-12-21T04:19:20.991Z' default
232024-12-21T04:19:20.991Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:19:20.991Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:19:21.109Zinfo: downloading installer
262024-12-21T04:19:22.404Zinfo: profile set to 'default'
272024-12-21T04:19:22.404Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:19:22.408Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:19:22.562Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:19:22.563Zinfo: downloading component 'cargo'
312024-12-21T04:19:23.402Zinfo: downloading component 'clippy'
322024-12-21T04:19:23.716Zinfo: downloading component 'rust-docs'
332024-12-21T04:19:24.878Zinfo: downloading component 'rust-std'
342024-12-21T04:19:26.788Zinfo: downloading component 'rustc'
352024-12-21T04:19:33.311Zinfo: downloading component 'rustfmt'
362024-12-21T04:19:33.555Zinfo: installing component 'cargo'
372024-12-21T04:19:34.370Zinfo: installing component 'clippy'
382024-12-21T04:19:34.742Zinfo: installing component 'rust-docs'
392024-12-21T04:19:36.400Zinfo: installing component 'rust-std'
402024-12-21T04:19:38.119Zinfo: installing component 'rustc'
412024-12-21T04:19:43.978Zinfo: installing component 'rustfmt'
422024-12-21T04:19:44.309Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:19:44.309Z
442024-12-21T04:19:44.668Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:19:44.668Z
462024-12-21T04:19:44.670Z
472024-12-21T04:19:44.670ZRust is installed now. Great!
482024-12-21T04:19:44.670Z
492024-12-21T04:19:44.670ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:19:44.670Zenvironment variable. This has not been done automatically.
512024-12-21T04:19:44.670Z
522024-12-21T04:19:44.670ZTo configure your current shell, you need to source
532024-12-21T04:19:44.670Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:19:44.670Z
552024-12-21T04:19:44.671ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:19:44.671Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:19:44.671Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:19:44.738Z+ rustc --version
592024-12-21T04:19:44.808Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:19:44.812Zprocess exited: duration 23817 ms, exit code 0
 
612024-12-21T04:19:44.817Zstarting task 2: "authentication"
622024-12-21T04:19:44.838Zprocess exited: duration 20 ms, exit code 0
 
632024-12-21T04:19:44.843Zstarting task 3: "clone repository"
642024-12-21T04:19:44.848Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T04:19:44.851Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T04:19:45.201ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T04:19:51.837Z+ cd /work/oxidecomputer/omicron
682024-12-21T04:19:51.837Z+ git fetch origin 3c83ce0d399ef2b772bdc55c585c74fe917acf16
692024-12-21T04:19:52.194ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T04:19:52.194Z * branch 3c83ce0d399ef2b772bdc55c585c74fe917acf16 -> FETCH_HEAD
712024-12-21T04:19:52.205Z+ [[ -n renovate/csv-1.x ]]
722024-12-21T04:19:52.208Z++ git branch --show-current
732024-12-21T04:19:52.211Z+ current=main
742024-12-21T04:19:52.211Z+ [[ main != renovate/csv-1.x ]]
752024-12-21T04:19:52.211Z+ git branch -f renovate/csv-1.x 3c83ce0d399ef2b772bdc55c585c74fe917acf16
762024-12-21T04:19:52.214Z+ git checkout -f renovate/csv-1.x
772024-12-21T04:19:52.389ZSwitched to branch 'renovate/csv-1.x'
782024-12-21T04:19:52.392Z+ git reset --hard 3c83ce0d399ef2b772bdc55c585c74fe917acf16
792024-12-21T04:19:52.406ZHEAD is now at 3c83ce0d3 Update Rust crate csv to 1.3.1
802024-12-21T04:19:52.409Zprocess exited: duration 7561 ms, exit code 0
 
812024-12-21T04:19:52.415Zstarting task 4: "build"
822024-12-21T04:19:52.420Z+ source .github/buildomat/ci-env.sh
832024-12-21T04:19:52.420Z++ export CARGO_TERM_COLOR=always
842024-12-21T04:19:52.423Z++ CARGO_TERM_COLOR=always
852024-12-21T04:19:52.423Z+ cargo --version
862024-12-21T04:19:52.480Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T04:19:52.483Z+ rustc --version
882024-12-21T04:19:52.548Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T04:19:52.556Z+ source ./env.sh
902024-12-21T04:19:52.556Z++ OLD_SHELL_OPTS=ehxB
912024-12-21T04:19:52.556Z++ set -o xtrace
922024-12-21T04:19:52.556Z++++ dirname ./env.sh
932024-12-21T04:19:52.556Z+++ readlink -f .
942024-12-21T04:19:52.650Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-21T04:19:52.652Z++ 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-21T04:19:52.652Z++ 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-21T04:19:52.652Z++ 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-21T04:19:52.652Z++ 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-21T04:19:52.652Z++ 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-21T04:19:52.652Z++ 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-21T04:19:52.652Z++ 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-21T04:19:52.654Z++ 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-21T04:19:52.654Z++ case $OLD_SHELL_OPTS in
1042024-12-21T04:19:52.654Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-21T04:19:52.654Z+ 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-21T04:19:52.654Z+ 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-21T04:19:52.654Z+ banner prerequisites
1082024-12-21T04:19:52.751Z
1092024-12-21T04:19:52.751Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-21T04:19:52.751Z # # # # # # # # # # # # # # #
1112024-12-21T04:19:52.751Z # # # # ##### # # ##### # # # # # #### #
1122024-12-21T04:19:52.751Z ##### ##### # ##### # # # # # # # # #
1132024-12-21T04:19:52.751Z # # # # # # # # # # # # # # #
1142024-12-21T04:19:52.751Z # # # ###### # # ###### ### # #### # #### #
1152024-12-21T04:19:52.751Z
1162024-12-21T04:19:52.754Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-21T04:20:09.306Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-21T04:20:13.454Z Startup: Caching catalogs ... Done
1192024-12-21T04:20:24.426ZPlanning: Solver setup ... Done (9.985s)
1202024-12-21T04:20:24.559ZPlanning: Running solver ... Done (0.134s)
1212024-12-21T04:20:24.757ZPlanning: Finding local manifests ... Done (0.099s)
1222024-12-21T04:20:26.010ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-21T04:20:26.757ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-21T04:20:27.060ZPlanning: Package planning ... Done (0.280s)
1252024-12-21T04:20:27.273ZPlanning: Merging actions ... Done (0.240s)
1262024-12-21T04:20:28.186ZPlanning: Checking for conflicting actions ... Done (0.877s)
1272024-12-21T04:20:34.050ZPlanning: Consolidating action changes ... Done (5.903s)
1282024-12-21T04:20:34.459ZPlanning: Evaluating mediators ... Done (0.409s)
1292024-12-21T04:20:34.588ZPlanning: Planning completed in 21.05 seconds
1302024-12-21T04:20:34.720Z Packages to install: 4
1312024-12-21T04:20:34.720Z Packages to update: 1
1322024-12-21T04:20:34.720Z Mediators to change: 2
1332024-12-21T04:20:34.724Z Services to change: 1
1342024-12-21T04:20:34.724Z Estimated space available: 155.63 GB
1352024-12-21T04:20:34.724ZEstimated space to be consumed: 1.62 GB
1362024-12-21T04:20:34.724Z Create boot environment: No
1372024-12-21T04:20:34.724ZCreate backup boot environment: Yes
1382024-12-21T04:20:34.724Z Rebuild boot archive: No
1392024-12-21T04:20:34.724Z
1402024-12-21T04:20:34.724ZChanged mediators:
1412024-12-21T04:20:34.724Z mediator clang:
1422024-12-21T04:20:34.724Z version: None -> 15 (system default)
1432024-12-21T04:20:34.724Z
1442024-12-21T04:20:34.724Z mediator llvm:
1452024-12-21T04:20:34.724Z version: 14 (system default) -> 15 (system default)
1462024-12-21T04:20:34.724Z
1472024-12-21T04:20:34.726ZChanged packages:
1482024-12-21T04:20:34.726Zhelios-dev
1492024-12-21T04:20:34.726Z developer/build-essential
1502024-12-21T04:20:34.726Z None -> 11-2.0
1512024-12-21T04:20:34.726Z library/libxmlsec1
1522024-12-21T04:20:34.726Z None -> 1.2.35-2.0
1532024-12-21T04:20:34.726Z ooce/developer/clang-15
1542024-12-21T04:20:34.726Z None -> 15.0.7-2.0
1552024-12-21T04:20:34.726Z ooce/developer/llvm-15
1562024-12-21T04:20:34.726Z None -> 15.0.7-2.0
1572024-12-21T04:20:34.726Z package/pkg
1582024-12-21T04:20:34.726Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-21T04:20:34.726Z
1602024-12-21T04:20:34.726ZServices:
1612024-12-21T04:20:34.726Z restart_fmri:
1622024-12-21T04:20:34.726Z svc:/system/update-man-index:default
1632024-12-21T04:20:34.726Z
1642024-12-21T04:20:34.726ZEditable files to change:
1652024-12-21T04:20:34.726Z Update:
1662024-12-21T04:20:34.726Z usr/share/lib/pkg/web/config.shtml
1672024-12-21T04:20:34.975Z
1682024-12-21T04:20:34.975ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-21T04:20:40.025ZDownload: 562/4281 items 17.5/220.6MB 7% complete (3.6M/s)
1702024-12-21T04:20:45.008ZDownload: 846/4281 items 18.8/220.6MB 8% complete (2.0M/s)
1712024-12-21T04:20:50.170ZDownload: 1169/4281 items 68.3/220.6MB 30% complete (5.0M/s)
1722024-12-21T04:20:55.142ZDownload: 1299/4281 items 113.0/220.6MB 51% complete (9.4M/s)
1732024-12-21T04:21:00.053ZDownload: 1822/4281 items 118.4/220.6MB 53% complete (6.5M/s)
1742024-12-21T04:21:05.125ZDownload: 2211/4281 items 119.2/220.6MB 54% complete (963k/s)
1752024-12-21T04:21:10.218ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (692k/s)
1762024-12-21T04:21:15.211ZDownload: 2738/4281 items 120.6/220.6MB 54% complete (136k/s)
1772024-12-21T04:21:20.913ZDownload: 3238/4281 items 201.6/220.6MB 91% complete (8.3M/s)
1782024-12-21T04:21:38.132ZDownload: 3246/4281 items 203.1/220.6MB 92% complete
1792024-12-21T04:21:43.104ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (3.1k/s)
1802024-12-21T04:21:48.186ZDownload: 4205/4281 items 220.6/220.6MB 99% complete (1.9M/s)
1812024-12-21T04:22:15.385ZDownload: 4207/4281 items 220.6/220.6MB 99% complete
1822024-12-21T04:22:15.918ZDownload: Completed 220.60 MB in 100.90 seconds (2.2M/s)
1832024-12-21T04:22:17.889Z Actions: 1/5063 actions (Removing old actions)
1842024-12-21T04:22:17.911Z Actions: 194/5063 actions (Installing new actions)
1852024-12-21T04:22:22.916Z Actions: 4102/5063 actions (Installing new actions)
1862024-12-21T04:22:23.717Z Actions: 4226/5063 actions (Updating modified actions)
1872024-12-21T04:22:24.138Z Actions: Completed 5063 actions in 6.25 seconds.
1882024-12-21T04:22:24.581Z Done (0.435s)
1892024-12-21T04:22:24.584Z Done (0.000s)
1902024-12-21T04:22:25.159Z Done (0.576s)
1912024-12-21T04:22:32.237Z Done (6.839s)
1922024-12-21T04:22:32.598Z Done (0.280s)
1932024-12-21T04:22:32.623Z Done (0.000s)
1942024-12-21T04:22:32.789Z Done (0.000s)
1952024-12-21T04:22:33.512ZPlanning: Evaluating mediator changes ... Done
1962024-12-21T04:22:33.688ZPlanning: Checking for conflicting actions ... Done
1972024-12-21T04:22:33.691ZPlanning: Consolidating action changes ... Done
1982024-12-21T04:22:33.964ZPlanning: Evaluating mediators ... Done
1992024-12-21T04:22:33.967ZPlanning: Planning completed in 0.45 seconds
2002024-12-21T04:22:34.003Z Mediators to change: 2
2012024-12-21T04:22:34.003Z Create boot environment: No
2022024-12-21T04:22:34.003ZCreate backup boot environment: No
2032024-12-21T04:22:34.086Z Done
2042024-12-21T04:22:34.086Z Done
2052024-12-21T04:22:34.468Z Done
2062024-12-21T04:22:38.477Z Done
2072024-12-21T04:22:38.576Z Done
2082024-12-21T04:22:38.578Z Done
2092024-12-21T04:22:38.729Z Done
2102024-12-21T04:22:39.381ZPlanning: Evaluating mediator changes ... Done
2112024-12-21T04:22:39.384ZPlanning: Merging actions ... Done
2122024-12-21T04:22:39.580ZPlanning: Checking for conflicting actions ... Done
2132024-12-21T04:22:39.583ZPlanning: Consolidating action changes ... Done
2142024-12-21T04:22:39.864ZPlanning: Evaluating mediators ... Done
2152024-12-21T04:22:39.923ZPlanning: Planning completed in 0.80 seconds
2162024-12-21T04:22:39.966Z Packages to change: 1
2172024-12-21T04:22:39.967Z Mediators to change: 1
2182024-12-21T04:22:39.967Z Services to change: 1
2192024-12-21T04:22:39.967Z Create boot environment: No
2202024-12-21T04:22:39.967ZCreate backup boot environment: Yes
2212024-12-21T04:22:42.065Z Actions: 1/6 actions (Updating modified actions)
2222024-12-21T04:22:42.156Z Actions: Completed 6 actions in 0.09 seconds.
2232024-12-21T04:22:42.158Z Done
2242024-12-21T04:22:42.158Z Done
2252024-12-21T04:22:42.275Z Done
2262024-12-21T04:22:46.372Z Done
2272024-12-21T04:22:46.472Z Done
2282024-12-21T04:22:46.474Z Done
2292024-12-21T04:22:46.629Z Done
2302024-12-21T04:22:47.093ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312024-12-21T04:22:47.093Zclang system 15 system
2322024-12-21T04:22:47.093Zcsh system system illumos
2332024-12-21T04:22:47.093Zctags system system illumos
2342024-12-21T04:22:47.093Zgcc vendor 12 vendor
2352024-12-21T04:22:47.093Zgcc system 10 system
2362024-12-21T04:22:47.093Zgcc system 7 system
2372024-12-21T04:22:47.093Zgo system 1.20 system
2382024-12-21T04:22:47.093Zgo system 1.19 system
2392024-12-21T04:22:47.093Zllvm system 15 system
2402024-12-21T04:22:47.093Zllvm system 14 system
2412024-12-21T04:22:47.093Zmariadb system 10.6 system
2422024-12-21T04:22:47.093Zmta vendor vendor dma
2432024-12-21T04:22:47.093Zopenjdk system 17 system
2442024-12-21T04:22:47.093Zopenjdk system 11 system
2452024-12-21T04:22:47.093Zopenjdk system 1.8 system
2462024-12-21T04:22:47.093Zopenssl vendor 3 vendor
2472024-12-21T04:22:47.093Zperl system 5.36 system
2482024-12-21T04:22:47.093Zpostgresql system 15 system
2492024-12-21T04:22:47.093Zpostgresql system 13 system
2502024-12-21T04:22:47.093Zpython vendor 3 vendor
2512024-12-21T04:22:47.093Zpython system 2 system
2522024-12-21T04:22:47.094Zpython3 system 3.11 system
2532024-12-21T04:22:47.094Zruby system 3.0 system
2542024-12-21T04:22:47.094Zwords vendor vendor american-english
2552024-12-21T04:22:47.094Zwords system system australian-english
2562024-12-21T04:22:47.094Zwords system system british-english
2572024-12-21T04:22:47.094Zwords system system canadian-english
2582024-12-21T04:22:47.094Zwords system system french
2592024-12-21T04:22:47.094Zwords system system italian
2602024-12-21T04:22:47.094Zwords system system ngerman
2612024-12-21T04:22:47.094Zwords system system ogerman
2622024-12-21T04:22:47.094Zwords system system spanish
2632024-12-21T04:22:47.437ZPUBLISHER TYPE STATUS P LOCATION
2642024-12-21T04:22:47.437Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652024-12-21T04:22:50.255ZFMRI IFO
2662024-12-21T04:22:50.255Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672024-12-21T04:22:50.255Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682024-12-21T04:22:50.255Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692024-12-21T04:22:50.255Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702024-12-21T04:22:50.255Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712024-12-21T04:22:50.255Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722024-12-21T04:22:50.255Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2732024-12-21T04:22:50.255Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742024-12-21T04:22:50.255Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752024-12-21T04:22:50.255Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2762024-12-21T04:22:50.255Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2772024-12-21T04:22:50.255Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782024-12-21T04:22:50.255Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2792024-12-21T04:22:50.255Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2802024-12-21T04:22:50.255Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812024-12-21T04:22:51.044Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822024-12-21T04:22:51.333Z Updating crates.io index
2832024-12-21T04:22:51.338Z Updating git repository `https://github.com/oxidecomputer/diffus`
2842024-12-21T04:22:51.761Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2852024-12-21T04:22:52.257Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2862024-12-21T04:22:52.487Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872024-12-21T04:22:52.765Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882024-12-21T04:22:52.994Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892024-12-21T04:22:53.944Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902024-12-21T04:22:55.406Z Updating git repository `https://github.com/oxidecomputer/opte`
2912024-12-21T04:22:55.990Z Updating git repository `https://github.com/oxidecomputer/falcon`
2922024-12-21T04:22:56.702Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932024-12-21T04:22:56.983Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942024-12-21T04:22:57.275Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952024-12-21T04:22:57.969Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2962024-12-21T04:22:58.282Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2972024-12-21T04:22:58.622Z Updating git repository `https://github.com/oxidecomputer/tofino`
2982024-12-21T04:22:58.913Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992024-12-21T04:22:59.153Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002024-12-21T04:22:59.402Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012024-12-21T04:22:59.699Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022024-12-21T04:23:00.002Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-12-21T04:23:00.405Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3042024-12-21T04:23:00.734Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-12-21T04:23:01.201Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3062024-12-21T04:23:01.565Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072024-12-21T04:23:01.928Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3082024-12-21T04:23:02.297Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3092024-12-21T04:23:02.636Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3102024-12-21T04:23:02.942Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3112024-12-21T04:23:03.174Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3122024-12-21T04:23:04.596Z Downloading crates ...
3132024-12-21T04:23:04.660Z Downloaded crypto-common v0.1.6
3142024-12-21T04:23:04.663Z Downloaded anstyle-parse v0.2.5
3152024-12-21T04:23:04.668Z Downloaded anyhow v1.0.93
3162024-12-21T04:23:04.682Z Downloaded usdt-attr-macro v0.5.0
3172024-12-21T04:23:04.686Z Downloaded equivalent v1.0.1
3182024-12-21T04:23:04.693Z Downloaded heck v0.5.0
3192024-12-21T04:23:04.696Z Downloaded dtrace-parser v0.2.0
3202024-12-21T04:23:04.701Z Downloaded scroll_derive v0.12.0
3212024-12-21T04:23:04.704Z Downloaded pretty-hex v0.4.1
3222024-12-21T04:23:04.706Z Downloaded usdt-macro v0.5.0
3232024-12-21T04:23:04.709Z Downloaded swrite v0.1.0
3242024-12-21T04:23:04.712Z Downloaded toml_datetime v0.6.8
3252024-12-21T04:23:04.715Z Downloaded bytecount v0.6.8
3262024-12-21T04:23:04.717Z Downloaded autocfg v1.4.0
3272024-12-21T04:23:04.719Z Downloaded plain v0.2.3
3282024-12-21T04:23:04.719Z Downloaded is_terminal_polyfill v1.70.1
3292024-12-21T04:23:04.721Z Downloaded macaddr v1.0.1
3302024-12-21T04:23:04.721Z Downloaded anstyle v1.0.10
3312024-12-21T04:23:04.724Z Downloaded clap_lex v0.7.2
3322024-12-21T04:23:04.724Z Downloaded heck v0.4.1
3332024-12-21T04:23:04.727Z Downloaded anstyle-query v1.1.1
3342024-12-21T04:23:04.727Z Downloaded strsim v0.11.1
3352024-12-21T04:23:04.732Z Downloaded generic-array v0.14.7
3362024-12-21T04:23:04.732Z Downloaded digest v0.10.7
3372024-12-21T04:23:04.735Z Downloaded itoa v1.0.11
3382024-12-21T04:23:04.735Z Downloaded smawk v0.3.2
3392024-12-21T04:23:04.735Z Downloaded proc-macro-error-attr v1.0.4
3402024-12-21T04:23:04.738Z Downloaded cfg-if v1.0.0
3412024-12-21T04:23:04.738Z Downloaded block-buffer v0.10.4
3422024-12-21T04:23:04.738Z Downloaded fs-err v2.11.0
3432024-12-21T04:23:04.740Z Downloaded thiserror-impl v1.0.69
3442024-12-21T04:23:04.745Z Downloaded tabled_derive v0.7.0
3452024-12-21T04:23:04.745Z Downloaded usdt v0.5.0
3462024-12-21T04:23:04.749Z Downloaded serde_tokenstream v0.2.2
3472024-12-21T04:23:04.749Z Downloaded fnv v1.0.7
3482024-12-21T04:23:04.749Z Downloaded scroll v0.12.0
3492024-12-21T04:23:04.749Z Downloaded memmap v0.7.0
3502024-12-21T04:23:04.752Z Downloaded colorchoice v1.0.2
3512024-12-21T04:23:04.752Z Downloaded fastrand v2.1.1
3522024-12-21T04:23:04.752Z Downloaded dof v0.3.0
3532024-12-21T04:23:04.754Z Downloaded cpufeatures v0.2.14
3542024-12-21T04:23:04.757Z Downloaded pest_generator v2.7.14
3552024-12-21T04:23:04.761Z Downloaded serde_spanned v0.6.8
3562024-12-21T04:23:04.765Z Downloaded terminal_size v0.4.0
3572024-12-21T04:23:04.765Z Downloaded errno v0.3.9
3582024-12-21T04:23:04.767Z Downloaded cargo_toml v0.20.5
3592024-12-21T04:23:04.770Z Downloaded cargo_metadata v0.18.1
3602024-12-21T04:23:04.773Z Downloaded zerocopy-derive v0.7.35
3612024-12-21T04:23:04.776Z Downloaded sha2 v0.10.8
3622024-12-21T04:23:04.779Z Downloaded thiserror v1.0.69
3632024-12-21T04:23:04.785Z Downloaded pest_derive v2.7.14
3642024-12-21T04:23:04.787Z Downloaded camino-tempfile v1.1.1
3652024-12-21T04:23:04.790Z Downloaded byteorder v1.5.0
3662024-12-21T04:23:04.792Z Downloaded bitflags v2.6.0
3672024-12-21T04:23:04.794Z Downloaded tempfile v3.13.0
3682024-12-21T04:23:04.796Z Downloaded version_check v0.9.5
3692024-12-21T04:23:04.799Z Downloaded utf8parse v0.2.2
3702024-12-21T04:23:04.799Z Downloaded semver v1.0.23
3712024-12-21T04:23:04.801Z Downloaded once_cell v1.20.2
3722024-12-21T04:23:04.804Z Downloaded thread-id v4.2.2
3732024-12-21T04:23:04.807Z Downloaded anstream v0.6.15
3742024-12-21T04:23:04.809Z Downloaded unicode-linebreak v0.1.5
3752024-12-21T04:23:04.809Z Downloaded toml v0.8.19
3762024-12-21T04:23:04.812Z Downloaded unicode-ident v1.0.13
3772024-12-21T04:23:04.814Z Downloaded typenum v1.17.0
3782024-12-21T04:23:04.816Z Downloaded ucd-trie v0.1.7
3792024-12-21T04:23:04.819Z Downloaded proc-macro2 v1.0.89
3802024-12-21T04:23:04.821Z Downloaded textwrap v0.16.1
3812024-12-21T04:23:04.823Z Downloaded quote v1.0.37
3822024-12-21T04:23:04.826Z Downloaded usdt-impl v0.5.0
3832024-12-21T04:23:04.828Z Downloaded log v0.4.22
3842024-12-21T04:23:04.831Z Downloaded ryu v1.0.18
3852024-12-21T04:23:04.833Z Downloaded proc-macro-error v1.0.4
3862024-12-21T04:23:04.836Z Downloaded serde_derive v1.0.215
3872024-12-21T04:23:04.839Z Downloaded pest_meta v2.7.14
3882024-12-21T04:23:04.841Z Downloaded papergrid v0.11.0
3892024-12-21T04:23:04.848Z Downloaded indexmap v2.6.0
3902024-12-21T04:23:04.851Z Downloaded clap v4.5.21
3912024-12-21T04:23:04.860Z Downloaded serde v1.0.215
3922024-12-21T04:23:04.864Z Downloaded memchr v2.7.4
3932024-12-21T04:23:04.869Z Downloaded camino v1.1.9
3942024-12-21T04:23:04.874Z Downloaded cargo-platform v0.1.8
3952024-12-21T04:23:04.880Z Downloaded clap_derive v4.5.18
3962024-12-21T04:23:04.880Z Downloaded toml_edit v0.22.22
3972024-12-21T04:23:04.898Z Downloaded hashbrown v0.15.1
3982024-12-21T04:23:04.905Z Downloaded pest v2.7.14
3992024-12-21T04:23:04.913Z Downloaded serde_json v1.0.133
4002024-12-21T04:23:04.921Z Downloaded zerocopy v0.7.35
4012024-12-21T04:23:04.936Z Downloaded winnow v0.6.20
4022024-12-21T04:23:04.945Z Downloaded clap_builder v4.5.21
4032024-12-21T04:23:04.951Z Downloaded goblin v0.8.2
4042024-12-21T04:23:04.957Z Downloaded tabled v0.15.0
4052024-12-21T04:23:04.973Z Downloaded syn v1.0.109
4062024-12-21T04:23:04.983Z Downloaded syn v2.0.87
4072024-12-21T04:23:04.994Z Downloaded unicode-width v0.1.14
4082024-12-21T04:23:05.002Z Downloaded rustix v0.38.37
4092024-12-21T04:23:05.030Z Downloaded libc v0.2.162
4102024-12-21T04:23:05.344Z Compiling proc-macro2 v1.0.89
4112024-12-21T04:23:05.344Z Compiling unicode-ident v1.0.13
4122024-12-21T04:23:05.344Z Compiling version_check v0.9.5
4132024-12-21T04:23:05.347Z Compiling serde v1.0.215
4142024-12-21T04:23:05.347Z Compiling thiserror v1.0.69
4152024-12-21T04:23:05.347Z Compiling memchr v2.7.4
4162024-12-21T04:23:05.347Z Compiling libc v0.2.162
4172024-12-21T04:23:05.382Z Compiling itoa v1.0.11
4182024-12-21T04:23:05.604Z Compiling ucd-trie v0.1.7
4192024-12-21T04:23:05.733Z Compiling ryu v1.0.18
4202024-12-21T04:23:06.054Z Compiling once_cell v1.20.2
4212024-12-21T04:23:06.220Z Compiling byteorder v1.5.0
4222024-12-21T04:23:06.390Z Compiling serde_json v1.0.133
4232024-12-21T04:23:06.630Z Compiling rustix v0.38.37
4242024-12-21T04:23:07.319Z Compiling bitflags v2.6.0
4252024-12-21T04:23:07.385Z Compiling usdt-impl v0.5.0
4262024-12-21T04:23:07.481Z Compiling proc-macro-error-attr v1.0.4
4272024-12-21T04:23:07.574Z Compiling syn v1.0.109
4282024-12-21T04:23:07.682Z Compiling proc-macro-error v1.0.4
4292024-12-21T04:23:07.734Z Compiling log v0.4.22
4302024-12-21T04:23:07.828Z Compiling utf8parse v0.2.2
4312024-12-21T04:23:07.866Z Compiling camino v1.1.9
4322024-12-21T04:23:07.963Z Compiling plain v0.2.3
4332024-12-21T04:23:08.016Z Compiling hashbrown v0.15.1
4342024-12-21T04:23:08.129Z Compiling equivalent v1.0.1
4352024-12-21T04:23:08.157Z Compiling anstyle-parse v0.2.5
4362024-12-21T04:23:08.363Z Compiling quote v1.0.37
4372024-12-21T04:23:08.408Z Compiling thread-id v4.2.2
4382024-12-21T04:23:08.511Z Compiling unicode-width v0.1.14
4392024-12-21T04:23:08.541Z Compiling autocfg v1.4.0
4402024-12-21T04:23:08.645Z Compiling errno v0.3.9
4412024-12-21T04:23:08.825Z Compiling syn v2.0.87
4422024-12-21T04:23:09.088Z Compiling semver v1.0.23
4432024-12-21T04:23:09.091Z Compiling is_terminal_polyfill v1.70.1
4442024-12-21T04:23:09.258Z Compiling indexmap v2.6.0
4452024-12-21T04:23:09.334Z Compiling colorchoice v1.0.2
4462024-12-21T04:23:09.515Z Compiling winnow v0.6.20
4472024-12-21T04:23:09.635Z Compiling pretty-hex v0.4.1
4482024-12-21T04:23:09.724Z Compiling anstyle v1.0.10
4492024-12-21T04:23:09.868Z Compiling anstyle-query v1.1.1
4502024-12-21T04:23:10.044Z Compiling fs-err v2.11.0
4512024-12-21T04:23:10.216Z Compiling anstream v0.6.15
4522024-12-21T04:23:10.572Z Compiling bytecount v0.6.8
4532024-12-21T04:23:10.600Z Compiling fastrand v2.1.1
4542024-12-21T04:23:10.748Z Compiling strsim v0.11.1
4552024-12-21T04:23:10.791Z Compiling cfg-if v1.0.0
4562024-12-21T04:23:10.895Z Compiling heck v0.5.0
4572024-12-21T04:23:11.000Z Compiling fnv v1.0.7
4582024-12-21T04:23:11.148Z Compiling terminal_size v0.4.0
4592024-12-21T04:23:11.172Z Compiling clap_lex v0.7.2
4602024-12-21T04:23:11.441Z Compiling anyhow v1.0.93
4612024-12-21T04:23:11.672Z Compiling heck v0.4.1
4622024-12-21T04:23:11.778Z Compiling tempfile v3.13.0
4632024-12-21T04:23:11.847Z Compiling clap_builder v4.5.21
4642024-12-21T04:23:12.227Z Compiling papergrid v0.11.0
4652024-12-21T04:23:12.643Z Compiling memmap v0.7.0
4662024-12-21T04:23:12.668Z Compiling unicode-linebreak v0.1.5
4672024-12-21T04:23:12.693Z Compiling smawk v0.3.2
4682024-12-21T04:23:13.187Z Compiling textwrap v0.16.1
4692024-12-21T04:23:13.460Z Compiling swrite v0.1.0
4702024-12-21T04:23:14.658Z Compiling tabled_derive v0.7.0
4712024-12-21T04:23:16.300Z Compiling tabled v0.15.0
4722024-12-21T04:23:17.973Z Compiling serde_derive v1.0.215
4732024-12-21T04:23:17.973Z Compiling thiserror-impl v1.0.69
4742024-12-21T04:23:17.975Z Compiling zerocopy-derive v0.7.35
4752024-12-21T04:23:17.975Z Compiling scroll_derive v0.12.0
4762024-12-21T04:23:17.975Z Compiling clap_derive v4.5.18
4772024-12-21T04:23:19.143Z Compiling scroll v0.12.0
4782024-12-21T04:23:19.657Z Compiling goblin v0.8.2
4792024-12-21T04:23:19.855Z Compiling zerocopy v0.7.35
4802024-12-21T04:23:20.809Z Compiling pest v2.7.14
4812024-12-21T04:23:21.821Z Compiling clap v4.5.21
4822024-12-21T04:23:22.979Z Compiling pest_meta v2.7.14
4832024-12-21T04:23:23.831Z Compiling pest_generator v2.7.14
4842024-12-21T04:23:25.792Z Compiling pest_derive v2.7.14
4852024-12-21T04:23:26.526Z Compiling dtrace-parser v0.2.0
4862024-12-21T04:23:28.425Z Compiling serde_tokenstream v0.2.2
4872024-12-21T04:23:28.575Z Compiling toml_datetime v0.6.8
4882024-12-21T04:23:28.575Z Compiling serde_spanned v0.6.8
4892024-12-21T04:23:28.689Z Compiling cargo-platform v0.1.8
4902024-12-21T04:23:28.984Z Compiling toml_edit v0.22.22
4912024-12-21T04:23:29.012Z Compiling macaddr v1.0.1
4922024-12-21T04:23:29.287Z Compiling camino-tempfile v1.1.1
4932024-12-21T04:23:29.855Z Compiling dof v0.3.0
4942024-12-21T04:23:30.176Z Compiling cargo_metadata v0.18.1
4952024-12-21T04:23:31.587Z Compiling usdt-macro v0.5.0
4962024-12-21T04:23:31.590Z Compiling usdt-attr-macro v0.5.0
4972024-12-21T04:23:31.939Z Compiling toml v0.8.19
4982024-12-21T04:23:32.822Z Compiling cargo_toml v0.20.5
4992024-12-21T04:23:32.927Z Compiling usdt v0.5.0
5002024-12-21T04:23:36.487Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5012024-12-21T04:23:40.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s
5022024-12-21T04:23:41.287Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5032024-12-21T04:23:41.900Z Downloading crates ...
5042024-12-21T04:23:42.034Z Downloaded aead v0.5.2
5052024-12-21T04:23:42.041Z Downloaded atty v0.2.14
5062024-12-21T04:23:42.052Z Downloaded hex-literal v0.4.1
5072024-12-21T04:23:42.055Z Downloaded atomicwrites v0.4.4
5082024-12-21T04:23:42.057Z Downloaded async-stream-impl v0.3.6
5092024-12-21T04:23:42.060Z Downloaded hickory-client v0.24.1
5102024-12-21T04:23:42.063Z Downloaded hyper-rustls v0.27.3
5112024-12-21T04:23:42.066Z Downloaded cfg_aliases v0.2.1
5122024-12-21T04:23:42.069Z Downloaded icu_provider_macros v1.5.0
5132024-12-21T04:23:42.072Z Downloaded http-body v1.0.1
5142024-12-21T04:23:42.072Z Downloaded adler2 v2.0.0
5152024-12-21T04:23:42.075Z Downloaded hubpack_derive v0.1.1
5162024-12-21T04:23:42.075Z Downloaded headers-core v0.3.0
5172024-12-21T04:23:42.077Z Downloaded ident_case v1.0.1
5182024-12-21T04:23:42.086Z Downloaded http-range v0.1.5
5192024-12-21T04:23:42.098Z Downloaded md5 v0.7.0
5202024-12-21T04:23:42.102Z Downloaded ciborium-io v0.2.2
5212024-12-21T04:23:42.102Z Downloaded crucible-workspace-hack v0.1.0
5222024-12-21T04:23:42.102Z Downloaded matches v0.1.10
5232024-12-21T04:23:42.104Z Downloaded crunchy v0.2.2
5242024-12-21T04:23:42.104Z Downloaded cfg_aliases v0.1.1
5252024-12-21T04:23:42.107Z Downloaded instant v0.1.13
5262024-12-21T04:23:42.109Z Downloaded cstr-argument v0.1.2
5272024-12-21T04:23:42.109Z Downloaded match_cfg v0.1.0
5282024-12-21T04:23:42.111Z Downloaded iana-time-zone v0.1.61
5292024-12-21T04:23:42.115Z Downloaded is_ci v1.2.0
5302024-12-21T04:23:42.118Z Downloaded cexpr v0.6.0
5312024-12-21T04:23:42.118Z Downloaded cmake v0.1.51
5322024-12-21T04:23:42.120Z Downloaded lru v0.12.5
5332024-12-21T04:23:42.120Z Downloaded bitflags v1.3.2
5342024-12-21T04:23:42.127Z Downloaded cipher v0.4.4
5352024-12-21T04:23:42.130Z Downloaded bitfield-struct v0.6.2
5362024-12-21T04:23:42.130Z Downloaded async-recursion v1.1.1
5372024-12-21T04:23:42.132Z Downloaded hostname v0.3.1
5382024-12-21T04:23:42.134Z Downloaded bb8 v0.8.5
5392024-12-21T04:23:42.135Z Downloaded addr2line v0.24.2
5402024-12-21T04:23:42.137Z Downloaded http-body-util v0.1.2
5412024-12-21T04:23:42.140Z Downloaded internet-checksum v0.2.1
5422024-12-21T04:23:42.142Z Downloaded instability v0.3.2
5432024-12-21T04:23:42.142Z Downloaded home v0.5.9
5442024-12-21T04:23:42.144Z Downloaded hostname v0.4.0
5452024-12-21T04:23:42.147Z Downloaded humantime v2.1.0
5462024-12-21T04:23:42.149Z Downloaded cbc v0.1.2
5472024-12-21T04:23:42.151Z Downloaded crc v3.2.1
5482024-12-21T04:23:42.153Z Downloaded async-stream v0.3.6
5492024-12-21T04:23:42.155Z Downloaded lazycell v1.3.0
5502024-12-21T04:23:42.157Z Downloaded md-5 v0.10.6
5512024-12-21T04:23:42.160Z Downloaded crc-catalog v2.4.0
5522024-12-21T04:23:42.164Z Downloaded convert_case v0.4.0
5532024-12-21T04:23:42.164Z Downloaded mime v0.3.17
5542024-12-21T04:23:42.167Z Downloaded memoffset v0.9.1
5552024-12-21T04:23:42.167Z Downloaded lru-cache v0.1.2
5562024-12-21T04:23:42.170Z Downloaded hubpack v0.1.2
5572024-12-21T04:23:42.170Z Downloaded kstat-rs v0.2.4
5582024-12-21T04:23:42.174Z Downloaded cobs v0.2.3
5592024-12-21T04:23:42.174Z Downloaded linear-map v1.2.0
5602024-12-21T04:23:42.176Z Downloaded ciborium-ll v0.2.2
5612024-12-21T04:23:42.176Z Downloaded keccak v0.1.5
5622024-12-21T04:23:42.179Z Downloaded indoc v1.0.9
5632024-12-21T04:23:42.181Z Downloaded rpassword v7.3.1
5642024-12-21T04:23:42.183Z Downloaded arrayvec v0.7.6
5652024-12-21T04:23:42.185Z Downloaded libefi-sys v0.1.0
5662024-12-21T04:23:42.186Z Downloaded lalrpop-util v0.19.12
5672024-12-21T04:23:42.188Z Downloaded lockfree-object-pool v0.1.6
5682024-12-21T04:23:42.190Z Downloaded maybe-uninit v2.0.0
5692024-12-21T04:23:42.193Z Downloaded icu_locid_transform v1.5.0
5702024-12-21T04:23:42.196Z Downloaded bcrypt-pbkdf v0.10.0
5712024-12-21T04:23:42.196Z Downloaded maplit v1.0.2
5722024-12-21T04:23:42.198Z Downloaded httparse v1.9.5
5732024-12-21T04:23:42.200Z Downloaded hex v0.4.3
5742024-12-21T04:23:42.202Z Downloaded darling v0.20.10
5752024-12-21T04:23:42.207Z Downloaded mime_guess v2.0.5
5762024-12-21T04:23:42.210Z Downloaded ipnetwork v0.20.0
5772024-12-21T04:23:42.212Z Downloaded hyper-staticfile v0.10.1
5782024-12-21T04:23:42.214Z Downloaded curve25519-dalek-derive v0.1.1
5792024-12-21T04:23:42.218Z Downloaded bitfield v0.14.0
5802024-12-21T04:23:42.218Z Downloaded chrono-tz-build v0.4.0
5812024-12-21T04:23:42.220Z Downloaded lock_api v0.4.12
5822024-12-21T04:23:42.220Z Downloaded libloading v0.8.5
5832024-12-21T04:23:42.223Z Downloaded ipnet v2.10.1
5842024-12-21T04:23:42.225Z Downloaded jobserver v0.1.32
5852024-12-21T04:23:42.228Z Downloaded sqlparser_derive v0.2.2
5862024-12-21T04:23:42.230Z Downloaded ahash v0.8.11
5872024-12-21T04:23:42.232Z Downloaded crc32fast v1.4.2
5882024-12-21T04:23:42.234Z Downloaded strum v0.26.3
5892024-12-21T04:23:42.236Z Downloaded managed v0.8.0
5902024-12-21T04:23:42.240Z Downloaded zone_cfg_derive v0.1.2
5912024-12-21T04:23:42.240Z Downloaded ctr v0.9.2
5922024-12-21T04:23:42.242Z Downloaded csv-core v0.1.11
5932024-12-21T04:23:42.245Z Downloaded litemap v0.7.3
5942024-12-21T04:23:42.247Z Downloaded scopeguard v1.2.0
5952024-12-21T04:23:42.247Z Downloaded console v0.15.8
5962024-12-21T04:23:42.250Z Downloaded memmap2 v0.9.5
5972024-12-21T04:23:42.254Z Downloaded icu_locid_transform_data v1.5.0
5982024-12-21T04:23:42.256Z Downloaded tokio-macros v2.4.0
5992024-12-21T04:23:42.256Z Downloaded base64ct v1.6.0
6002024-12-21T04:23:42.259Z Downloaded hmac v0.12.1
6012024-12-21T04:23:42.261Z Downloaded bit-set v0.5.3
6022024-12-21T04:23:42.264Z Downloaded icu_normalizer_data v1.5.0
6032024-12-21T04:23:42.267Z Downloaded rand_chacha v0.3.1
6042024-12-21T04:23:42.270Z Downloaded cookie_store v0.21.0
6052024-12-21T04:23:42.270Z Downloaded ciborium v0.2.2
6062024-12-21T04:23:42.273Z Downloaded icu_locid v1.5.0
6072024-12-21T04:23:42.278Z Downloaded icu_normalizer v1.5.0
6082024-12-21T04:23:42.282Z Downloaded blake2 v0.10.6
6092024-12-21T04:23:42.285Z Downloaded backoff v0.4.0
6102024-12-21T04:23:42.288Z Downloaded rustversion v1.0.17
6112024-12-21T04:23:42.290Z Downloaded ref-cast v1.0.23
6122024-12-21T04:23:42.294Z Downloaded num_threads v0.1.7
6132024-12-21T04:23:42.296Z Downloaded mirai-annotations v1.12.0
6142024-12-21T04:23:42.299Z Downloaded crossbeam-epoch v0.9.18
6152024-12-21T04:23:42.301Z Downloaded path-slash v0.1.5
6162024-12-21T04:23:42.301Z Downloaded num_enum_derive v0.5.11
6172024-12-21T04:23:42.303Z Downloaded precomputed-hash v0.1.1
6182024-12-21T04:23:42.303Z Downloaded strum_macros v0.24.3
6192024-12-21T04:23:42.306Z Downloaded derive_builder_macro v0.20.2
6202024-12-21T04:23:42.308Z Downloaded rustc_version v0.4.1
6212024-12-21T04:23:42.308Z Downloaded thiserror-impl-no-std v2.0.2
6222024-12-21T04:23:42.311Z Downloaded rustc_version v0.1.7
6232024-12-21T04:23:42.311Z Downloaded rfc6979 v0.4.0
6242024-12-21T04:23:42.313Z Downloaded twox-hash v1.6.3
6252024-12-21T04:23:42.316Z Downloaded slog-scope v4.4.0
6262024-12-21T04:23:42.318Z Downloaded slog-json v2.6.1
6272024-12-21T04:23:42.320Z Downloaded sqlformat v0.2.6
6282024-12-21T04:23:42.323Z Downloaded slog-envlogger v2.2.0
6292024-12-21T04:23:42.323Z Downloaded slog-dtrace v0.3.0
6302024-12-21T04:23:42.325Z Downloaded icu_properties v1.5.1
6312024-12-21T04:23:42.328Z Downloaded radium v0.7.0
6322024-12-21T04:23:42.330Z Downloaded icu_provider v1.5.0
6332024-12-21T04:23:42.333Z Downloaded const-oid v0.9.6
6342024-12-21T04:23:42.336Z Downloaded topological-sort v0.2.2
6352024-12-21T04:23:42.340Z Downloaded tiny-keccak v2.0.2
6362024-12-21T04:23:42.342Z Downloaded which v4.4.2
6372024-12-21T04:23:42.345Z Downloaded utf8_iter v1.0.4
6382024-12-21T04:23:42.345Z Downloaded impl-trait-for-tuples v0.2.2
6392024-12-21T04:23:42.347Z Downloaded termios v0.3.3
6402024-12-21T04:23:42.349Z Downloaded structmeta-derive v0.3.0
6412024-12-21T04:23:42.353Z Downloaded structmeta-derive v0.2.0
6422024-12-21T04:23:42.353Z Downloaded zone v0.3.0
6432024-12-21T04:23:42.357Z Downloaded crossbeam-utils v0.8.20
6442024-12-21T04:23:42.359Z Downloaded fallible-iterator v0.3.0
6452024-12-21T04:23:42.359Z Downloaded fallible-iterator v0.2.0
6462024-12-21T04:23:42.362Z Downloaded arc-swap v1.7.1
6472024-12-21T04:23:42.375Z Downloaded sync_wrapper v1.0.1
6482024-12-21T04:23:42.378Z Downloaded sync-ptr v0.1.1
6492024-12-21T04:23:42.378Z Downloaded foreign-types-shared v0.3.1
6502024-12-21T04:23:42.378Z Downloaded phf_codegen v0.11.2
6512024-12-21T04:23:42.380Z Downloaded paste v1.0.15
6522024-12-21T04:23:42.383Z Downloaded tinyvec_macros v0.1.1
6532024-12-21T04:23:42.385Z Downloaded predicates-core v1.0.8
6542024-12-21T04:23:42.385Z Downloaded packed_struct v0.10.1
6552024-12-21T04:23:42.387Z Downloaded uzers v0.12.1
6562024-12-21T04:23:42.390Z Downloaded heapless v0.8.0
6572024-12-21T04:23:42.393Z Downloaded num v0.4.3
6582024-12-21T04:23:42.396Z Downloaded group v0.13.0
6592024-12-21T04:23:42.398Z Downloaded num_enum v0.5.11
6602024-12-21T04:23:42.402Z Downloaded icu_collections v1.5.0
6612024-12-21T04:23:42.408Z Downloaded r2d2 v0.8.10
6622024-12-21T04:23:42.411Z Downloaded phf v0.11.2
6632024-12-21T04:23:42.413Z Downloaded tokio-native-tls v0.3.1
6642024-12-21T04:23:42.416Z Downloaded rtoolbox v0.0.2
6652024-12-21T04:23:42.416Z Downloaded heapless v0.7.17
6662024-12-21T04:23:42.419Z Downloaded hyper-util v0.1.10
6672024-12-21T04:23:42.424Z Downloaded whoami v1.5.2
6682024-12-21T04:23:42.427Z Downloaded progenitor-impl v0.8.0
6692024-12-21T04:23:42.430Z Downloaded same-file v1.0.6
6702024-12-21T04:23:42.432Z Downloaded hickory-server v0.24.1
6712024-12-21T04:23:42.437Z Downloaded base64 v0.13.1
6722024-12-21T04:23:42.441Z Downloaded foreign-types-shared v0.1.1
6732024-12-21T04:23:42.443Z Downloaded postcard v1.0.10
6742024-12-21T04:23:42.445Z Downloaded const_format v0.2.33
6752024-12-21T04:23:42.450Z Downloaded synstructure v0.13.1
6762024-12-21T04:23:42.454Z Downloaded new_debug_unreachable v1.0.6
6772024-12-21T04:23:42.454Z Downloaded fxhash v0.2.1
6782024-12-21T04:23:42.457Z Downloaded supports-color v3.0.1
6792024-12-21T04:23:42.457Z Downloaded unicode-xid v0.2.6
6802024-12-21T04:23:42.460Z Downloaded predicates v3.1.2
6812024-12-21T04:23:42.462Z Downloaded pkcs8 v0.10.2
6822024-12-21T04:23:42.465Z Downloaded newline-converter v0.3.0
6832024-12-21T04:23:42.465Z Downloaded derive_builder v0.20.2
6842024-12-21T04:23:42.470Z Downloaded http v1.1.0
6852024-12-21T04:23:42.475Z Downloaded hickory-resolver v0.24.1
6862024-12-21T04:23:42.479Z Downloaded chacha20poly1305 v0.10.1
6872024-12-21T04:23:42.483Z Downloaded serde_yaml v0.9.34+deprecated
6882024-12-21T04:23:42.485Z Downloaded serde-big-array v0.5.1
6892024-12-21T04:23:42.488Z Downloaded samael v0.0.17
6902024-12-21T04:23:42.493Z Downloaded dyn-clone v1.0.17
6912024-12-21T04:23:42.495Z Downloaded deranged v0.3.11
6922024-12-21T04:23:42.499Z Downloaded data-encoding v2.6.0
6932024-12-21T04:23:42.499Z Downloaded sct v0.7.1
6942024-12-21T04:23:42.502Z Downloaded dropshot_endpoint v0.13.0
6952024-12-21T04:23:42.505Z Downloaded dropshot_endpoint v0.12.0
6962024-12-21T04:23:42.509Z Downloaded dirs-sys-next v0.1.2
6972024-12-21T04:23:42.511Z Downloaded parking_lot_core v0.8.6
6982024-12-21T04:23:42.514Z Downloaded endian-type v0.1.2
6992024-12-21T04:23:42.514Z Downloaded serde_derive_internals v0.29.1
7002024-12-21T04:23:42.516Z Downloaded uuid v1.11.0
7012024-12-21T04:23:42.519Z Downloaded quinn-udp v0.5.5
7022024-12-21T04:23:42.524Z Downloaded flagset v0.4.6
7032024-12-21T04:23:42.524Z Downloaded tokio-tungstenite v0.24.0
7042024-12-21T04:23:42.527Z Downloaded tungstenite v0.24.0
7052024-12-21T04:23:42.529Z Downloaded rsa v0.9.6
7062024-12-21T04:23:42.534Z Downloaded minimal-lexical v0.2.1
7072024-12-21T04:23:42.539Z Downloaded waitgroup v0.1.2
7082024-12-21T04:23:42.541Z Downloaded darling_macro v0.20.10
7092024-12-21T04:23:42.541Z Downloaded vte_generate_state_changes v0.1.2
7102024-12-21T04:23:42.544Z Downloaded tower-service v0.3.3
7112024-12-21T04:23:42.544Z Downloaded thread_local v1.1.8
7122024-12-21T04:23:42.546Z Downloaded foreign-types-macros v0.2.3
7132024-12-21T04:23:42.547Z Downloaded semver v0.1.20
7142024-12-21T04:23:42.549Z Downloaded sec1 v0.7.3
7152024-12-21T04:23:42.551Z Downloaded newtype_derive v0.1.6
7162024-12-21T04:23:42.551Z Downloaded newtype-uuid v1.1.3
7172024-12-21T04:23:42.554Z Downloaded scrypt v0.11.0
7182024-12-21T04:23:42.554Z Downloaded env_logger v0.11.5
7192024-12-21T04:23:42.556Z Downloaded signal-hook v0.3.17
7202024-12-21T04:23:42.560Z Downloaded peg v0.8.4
7212024-12-21T04:23:42.564Z Downloaded pbkdf2 v0.12.2
7222024-12-21T04:23:42.566Z Downloaded pbkdf2 v0.11.0
7232024-12-21T04:23:42.568Z Downloaded polyval v0.6.2
7242024-12-21T04:23:42.571Z Downloaded pretty-hex v0.2.1
7252024-12-21T04:23:42.573Z Downloaded peg-runtime v0.8.3
7262024-12-21T04:23:42.573Z Downloaded universal-hash v0.5.1
7272024-12-21T04:23:42.576Z Downloaded tls_codec v0.4.1
7282024-12-21T04:23:42.576Z Downloaded structmeta v0.3.0
7292024-12-21T04:23:42.578Z Downloaded strip-ansi-escapes v0.2.0
7302024-12-21T04:23:42.578Z Downloaded stringprep v0.1.5
7312024-12-21T04:23:42.581Z Downloaded string_cache v0.8.7
7322024-12-21T04:23:42.583Z Downloaded unsafe-libyaml v0.2.11
7332024-12-21T04:23:42.586Z Downloaded tokio-postgres v0.7.12
7342024-12-21T04:23:42.591Z Downloaded oso-derive v0.27.3
7352024-12-21T04:23:42.594Z Downloaded spin v0.5.2
7362024-12-21T04:23:42.594Z Downloaded scheduled-thread-pool v0.2.7
7372024-12-21T04:23:42.597Z Downloaded resolv-conf v0.7.0
7382024-12-21T04:23:42.599Z Downloaded libxml v0.3.3
7392024-12-21T04:23:42.604Z Downloaded schemars_derive v0.8.21
7402024-12-21T04:23:42.607Z Downloaded ron v0.7.1
7412024-12-21T04:23:42.610Z Downloaded fallible-streaming-iterator v0.1.9
7422024-12-21T04:23:42.613Z Downloaded rcgen v0.12.1
7432024-12-21T04:23:42.615Z Downloaded env_filter v0.1.2
7442024-12-21T04:23:42.617Z Downloaded tungstenite v0.23.0
7452024-12-21T04:23:42.621Z Downloaded nanorand v0.7.0
7462024-12-21T04:23:42.624Z Downloaded percent-encoding v2.3.1
7472024-12-21T04:23:42.626Z Downloaded time-core v0.1.2
7482024-12-21T04:23:42.629Z Downloaded unicase v2.7.0
7492024-12-21T04:23:42.629Z Downloaded predicates-tree v1.0.11
7502024-12-21T04:23:42.631Z Downloaded pem v3.0.4
7512024-12-21T04:23:42.631Z Downloaded walkdir v2.5.0
7522024-12-21T04:23:42.634Z Downloaded tokio-stream v0.1.16
7532024-12-21T04:23:42.639Z Downloaded toolchain_find v0.4.0
7542024-12-21T04:23:42.642Z Downloaded zerofrom v0.1.4
7552024-12-21T04:23:42.642Z Downloaded zerovec-derive v0.10.3
7562024-12-21T04:23:42.645Z Downloaded dhcproto-macros v0.1.0
7572024-12-21T04:23:42.645Z Downloaded peg-macros v0.8.4
7582024-12-21T04:23:42.647Z Downloaded diesel-dtrace v0.4.2
7592024-12-21T04:23:42.647Z Downloaded poly1305 v0.8.0
7602024-12-21T04:23:42.650Z Downloaded miniz_oxide v0.8.0
7612024-12-21T04:23:42.653Z Downloaded headers v0.4.0
7622024-12-21T04:23:42.659Z Downloaded normalize-line-endings v0.3.0
7632024-12-21T04:23:42.662Z Downloaded nodrop v0.1.14
7642024-12-21T04:23:42.662Z Downloaded hash32 v0.3.1
7652024-12-21T04:23:42.665Z Downloaded hash32 v0.2.1
7662024-12-21T04:23:42.665Z Downloaded enum-as-inner v0.6.1
7672024-12-21T04:23:42.667Z Downloaded serde-hex v0.1.0
7682024-12-21T04:23:42.670Z Downloaded russh-cryptovec v0.7.3
7692024-12-21T04:23:42.670Z Downloaded siphasher v0.3.11
7702024-12-21T04:23:42.672Z Downloaded spin v0.9.8
7712024-12-21T04:23:42.675Z Downloaded env_logger v0.10.2
7722024-12-21T04:23:42.678Z Downloaded ppv-lite86 v0.2.20
7732024-12-21T04:23:42.681Z Downloaded powerfmt v0.2.0
7742024-12-21T04:23:42.684Z Downloaded native-tls v0.2.12
7752024-12-21T04:23:42.684Z Downloaded ron v0.8.1
7762024-12-21T04:23:42.690Z Downloaded take_mut v0.2.2
7772024-12-21T04:23:42.692Z Downloaded crossbeam-channel v0.5.13
7782024-12-21T04:23:42.696Z Downloaded zerofrom-derive v0.1.4
7792024-12-21T04:23:42.698Z Downloaded aes v0.8.4
7802024-12-21T04:23:42.701Z Downloaded zeroize v1.8.1
7812024-12-21T04:23:42.704Z Downloaded getrandom v0.2.15
7822024-12-21T04:23:42.707Z Downloaded idna v1.0.3
7832024-12-21T04:23:42.711Z Downloaded snafu v0.8.5
7842024-12-21T04:23:42.718Z Downloaded unarray v0.1.4
7852024-12-21T04:23:42.721Z Downloaded static_assertions v1.1.0
7862024-12-21T04:23:42.725Z Downloaded smallvec v0.6.14
7872024-12-21T04:23:42.725Z Downloaded derive-where v1.2.7
7882024-12-21T04:23:42.728Z Downloaded tungstenite v0.21.0
7892024-12-21T04:23:42.731Z Downloaded parse-size v1.1.0
7902024-12-21T04:23:42.733Z Downloaded num-traits v0.2.19
7912024-12-21T04:23:42.736Z Downloaded either v1.13.0
7922024-12-21T04:23:42.739Z Downloaded fatfs v0.3.6
7932024-12-21T04:23:42.741Z Downloaded progenitor v0.8.0
7942024-12-21T04:23:42.744Z Downloaded proc-macro-crate v1.3.1
7952024-12-21T04:23:42.747Z Downloaded primeorder v0.13.6
7962024-12-21T04:23:42.747Z Downloaded multimap v0.10.0
7972024-12-21T04:23:42.749Z Downloaded embedded-io v0.4.0
7982024-12-21T04:23:42.750Z Downloaded pem-rfc7468 v0.7.0
7992024-12-21T04:23:42.752Z Downloaded dunce v1.0.5
8002024-12-21T04:23:42.754Z Downloaded thiserror-no-std v2.0.2
8012024-12-21T04:23:42.757Z Downloaded write16 v1.0.0
8022024-12-21T04:23:42.759Z Downloaded rusty-fork v0.3.0
8032024-12-21T04:23:42.762Z Downloaded time-macros v0.2.18
8042024-12-21T04:23:42.764Z Downloaded tinystr v0.7.6
8052024-12-21T04:23:42.766Z Downloaded strum_macros v0.26.4
8062024-12-21T04:23:42.769Z Downloaded itertools v0.13.0
8072024-12-21T04:23:42.775Z Downloaded quinn v0.11.5
8082024-12-21T04:23:42.780Z Downloaded sigpipe v0.1.3
8092024-12-21T04:23:42.782Z Downloaded try-lock v0.2.5
8102024-12-21T04:23:42.785Z Downloaded float-cmp v0.9.0
8112024-12-21T04:23:42.785Z Downloaded slog-term v2.9.1
8122024-12-21T04:23:42.787Z Downloaded xattr v1.3.1
8132024-12-21T04:23:42.789Z Downloaded smf v0.2.3
8142024-12-21T04:23:42.792Z Downloaded nu-ansi-term v0.50.1
8152024-12-21T04:23:42.795Z Downloaded olpc-cjson v0.1.4
8162024-12-21T04:23:42.795Z Downloaded futures-io v0.3.31
8172024-12-21T04:23:42.799Z Downloaded funty v2.0.0
8182024-12-21T04:23:42.799Z Downloaded tabwriter v1.4.0
8192024-12-21T04:23:42.801Z Downloaded float-ord v0.3.2
8202024-12-21T04:23:42.801Z Downloaded dirs-next v2.0.0
8212024-12-21T04:23:42.801Z Downloaded pin-utils v0.1.0
8222024-12-21T04:23:42.804Z Downloaded postgres-types v0.2.8
8232024-12-21T04:23:42.806Z Downloaded debug-ignore v1.0.5
8242024-12-21T04:23:42.809Z Downloaded mio v1.0.2
8252024-12-21T04:23:42.813Z Downloaded defmt-macros v0.3.9
8262024-12-21T04:23:42.816Z Downloaded foreign-types v0.3.2
8272024-12-21T04:23:42.819Z Downloaded yoke-derive v0.7.4
8282024-12-21T04:23:42.822Z Downloaded tokio-rustls v0.24.1
8292024-12-21T04:23:42.822Z Downloaded tls_codec_derive v0.4.1
8302024-12-21T04:23:42.824Z Downloaded signal-hook-tokio v0.3.1
8312024-12-21T04:23:42.827Z Downloaded slab v0.4.9
8322024-12-21T04:23:42.827Z Downloaded form_urlencoded v1.2.1
8332024-12-21T04:23:42.830Z Downloaded serde_path_to_error v0.1.16
8342024-12-21T04:23:42.833Z Downloaded multer v3.1.0
8352024-12-21T04:23:42.833Z Downloaded embedded-io v0.6.1
8362024-12-21T04:23:42.835Z Downloaded schemars v0.8.21
8372024-12-21T04:23:42.855Z Downloaded termtree v0.4.1
8382024-12-21T04:23:42.859Z Downloaded packed_struct_codegen v0.10.1
8392024-12-21T04:23:42.859Z Downloaded foldhash v0.1.3
8402024-12-21T04:23:42.859Z Downloaded dhcproto v0.12.0
8412024-12-21T04:23:42.859Z Downloaded hyper v1.5.0
8422024-12-21T04:23:42.862Z Downloaded phf_shared v0.10.0
8432024-12-21T04:23:42.864Z Downloaded openssl-probe v0.1.5
8442024-12-21T04:23:42.865Z Downloaded rand_core v0.6.4
8452024-12-21T04:23:42.867Z Downloaded openssl-macros v0.1.1
8462024-12-21T04:23:42.867Z Downloaded diesel_table_macro_syntax v0.2.0
8472024-12-21T04:23:42.869Z Downloaded quick-error v1.2.3
8482024-12-21T04:23:42.873Z Downloaded thiserror-impl v2.0.3
8492024-12-21T04:23:42.873Z Downloaded simd-adler32 v0.3.7
8502024-12-21T04:23:42.875Z Downloaded pin-project-lite v0.2.14
8512024-12-21T04:23:42.878Z Downloaded pin-project-internal v1.1.6
8522024-12-21T04:23:42.881Z Downloaded aes-gcm v0.10.3
8532024-12-21T04:23:42.884Z Downloaded slog-async v2.8.0
8542024-12-21T04:23:42.887Z Downloaded unicode-properties v0.1.3
8552024-12-21T04:23:42.890Z Downloaded difflib v0.4.0
8562024-12-21T04:23:42.892Z Downloaded rustls-pemfile v2.2.0
8572024-12-21T04:23:42.895Z Downloaded fixedbitset v0.4.2
8582024-12-21T04:23:42.895Z Downloaded filetime v0.2.25
8592024-12-21T04:23:42.897Z Downloaded opaque-debug v0.3.1
8602024-12-21T04:23:42.900Z Downloaded diesel_derives v2.2.3
8612024-12-21T04:23:42.903Z Downloaded expectorate v1.1.0
8622024-12-21T04:23:42.906Z Downloaded num-conv v0.1.0
8632024-12-21T04:23:42.906Z Downloaded signature v2.2.0
8642024-12-21T04:23:42.911Z Downloaded num-bigint v0.4.6
8652024-12-21T04:23:42.914Z Downloaded hkdf v0.12.4
8662024-12-21T04:23:42.917Z Downloaded serde_urlencoded v0.7.1
8672024-12-21T04:23:42.917Z Downloaded displaydoc v0.2.5
8682024-12-21T04:23:42.920Z Downloaded parking_lot_core v0.9.10
8692024-12-21T04:23:42.923Z Downloaded parking_lot v0.11.2
8702024-12-21T04:23:42.926Z Downloaded untrusted v0.7.1
8712024-12-21T04:23:42.929Z Downloaded foreign-types v0.5.0
8722024-12-21T04:23:42.929Z Downloaded mockall_derive v0.13.0
8732024-12-21T04:23:42.932Z Downloaded russh-keys v0.45.0
8742024-12-21T04:23:42.935Z Downloaded signal-hook-registry v1.4.2
8752024-12-21T04:23:42.935Z Downloaded shlex v1.3.0
8762024-12-21T04:23:42.937Z Downloaded display-error-chain v0.2.2
8772024-12-21T04:23:42.937Z Downloaded fragile v2.0.0
8782024-12-21T04:23:42.940Z Downloaded wyz v0.5.1
8792024-12-21T04:23:42.941Z Downloaded psl-types v2.0.11
8802024-12-21T04:23:42.944Z Downloaded zeroize_derive v1.4.2
8812024-12-21T04:23:42.944Z Downloaded num-rational v0.4.2
8822024-12-21T04:23:42.946Z Downloaded rayon-core v1.12.1
8832024-12-21T04:23:42.949Z Downloaded fs_extra v1.3.0
8842024-12-21T04:23:42.951Z Downloaded serde_repr v0.1.19
8852024-12-21T04:23:42.954Z Downloaded tap v1.0.1
8862024-12-21T04:23:42.954Z Downloaded untrusted v0.9.0
8872024-12-21T04:23:42.956Z Downloaded fd-lock v4.0.2
8882024-12-21T04:23:42.959Z Downloaded phf_shared v0.11.2
8892024-12-21T04:23:42.959Z Downloaded xz2 v0.1.7
8902024-12-21T04:23:42.962Z Downloaded stable_deref_trait v1.2.0
8912024-12-21T04:23:42.964Z Downloaded smallvec v1.13.2
8922024-12-21T04:23:42.967Z Downloaded slog v2.7.0
8932024-12-21T04:23:42.969Z Downloaded ghash v0.5.1
8942024-12-21T04:23:42.969Z Downloaded typify-macro v0.2.0
8952024-12-21T04:23:42.971Z Downloaded want v0.3.1
8962024-12-21T04:23:42.971Z Downloaded termcolor v1.4.1
8972024-12-21T04:23:42.974Z Downloaded similar v2.6.0
8982024-12-21T04:23:42.978Z Downloaded downcast v0.11.0
8992024-12-21T04:23:42.980Z Downloaded defmt v0.3.8
9002024-12-21T04:23:42.983Z Downloaded tui-tree-widget v0.22.0
9012024-12-21T04:23:42.985Z Downloaded parking_lot v0.12.3
9022024-12-21T04:23:42.988Z Downloaded hashlink v0.9.1
9032024-12-21T04:23:42.990Z Downloaded tracing-attributes v0.1.27
9042024-12-21T04:23:42.993Z Downloaded zone_cfg_derive v0.3.0
9052024-12-21T04:23:42.995Z Downloaded p256 v0.13.2
9062024-12-21T04:23:42.997Z Downloaded postgres-protocol v0.6.7
9072024-12-21T04:23:43.000Z Downloaded tracing v0.1.40
9082024-12-21T04:23:43.004Z Downloaded futures-macro v0.3.31
9092024-12-21T04:23:43.006Z Downloaded utf-8 v0.7.6
9102024-12-21T04:23:43.015Z Downloaded oso v0.27.3
9112024-12-21T04:23:43.019Z Downloaded progenitor-macro v0.8.0
9122024-12-21T04:23:43.019Z Downloaded der v0.7.9
9132024-12-21T04:23:43.019Z Downloaded ena v0.14.3
9142024-12-21T04:23:43.022Z Downloaded rustfmt-wrapper v0.2.1
9152024-12-21T04:23:43.022Z Downloaded utf16_iter v1.0.5
9162024-12-21T04:23:43.022Z Downloaded aho-corasick v1.1.3
9172024-12-21T04:23:43.027Z Downloaded num-iter v0.1.45
9182024-12-21T04:23:43.030Z Downloaded num-complex v0.4.6
9192024-12-21T04:23:43.032Z Downloaded rustls-pki-types v1.10.0
9202024-12-21T04:23:43.035Z Downloaded crossterm v0.28.1
9212024-12-21T04:23:43.041Z Downloaded progenitor-client v0.8.0
9222024-12-21T04:23:43.044Z Downloaded icu_properties_data v1.5.0
9232024-12-21T04:23:43.053Z Downloaded futures-sink v0.3.31
9242024-12-21T04:23:43.056Z Downloaded num-derive v0.4.2
9252024-12-21T04:23:43.059Z Downloaded des v0.8.1
9262024-12-21T04:23:43.059Z Downloaded tokio-rustls v0.26.0
9272024-12-21T04:23:43.061Z Downloaded rand v0.8.5
9282024-12-21T04:23:43.064Z Downloaded parse-display v0.10.0
9292024-12-21T04:23:43.067Z Downloaded pkcs1 v0.7.5
9302024-12-21T04:23:43.070Z Downloaded reedline v0.35.0
9312024-12-21T04:23:43.076Z Downloaded ref-cast-impl v1.0.23
9322024-12-21T04:23:43.079Z Downloaded spki v0.7.3
9332024-12-21T04:23:43.081Z Downloaded pkg-config v0.3.31
9342024-12-21T04:23:43.081Z Downloaded phf_generator v0.11.2
9352024-12-21T04:23:43.084Z Downloaded vte v0.11.1
9362024-12-21T04:23:43.086Z Downloaded value-bag v1.9.0
9372024-12-21T04:23:43.088Z Downloaded elliptic-curve v0.13.8
9382024-12-21T04:23:43.091Z Downloaded term v0.7.0
9392024-12-21T04:23:43.095Z Downloaded writeable v0.5.5
9402024-12-21T04:23:43.097Z Downloaded ed25519-dalek v2.1.1
9412024-12-21T04:23:43.100Z Downloaded rusqlite v0.32.1
9422024-12-21T04:23:43.107Z Downloaded parse-display-derive v0.10.0
9432024-12-21T04:23:43.111Z Downloaded defmt-parser v0.3.4
9442024-12-21T04:23:43.133Z Downloaded rand_seeder v0.3.0
9452024-12-21T04:23:43.133Z Downloaded x509-cert v0.2.5
9462024-12-21T04:23:43.138Z Downloaded glob v0.3.1
9472024-12-21T04:23:43.138Z Downloaded zerovec v0.10.4
9482024-12-21T04:23:43.138Z Downloaded diff v0.1.13
9492024-12-21T04:23:43.138Z Downloaded aws-lc-rs v1.10.0
9502024-12-21T04:23:43.142Z Downloaded ff v0.13.0
9512024-12-21T04:23:43.142Z Downloaded zip v0.6.6
9522024-12-21T04:23:43.145Z Downloaded ssh-cipher v0.2.0
9532024-12-21T04:23:43.148Z Downloaded ssh-encoding v0.2.0
9542024-12-21T04:23:43.150Z Downloaded num-integer v0.1.46
9552024-12-21T04:23:43.150Z Downloaded rustc-demangle v0.1.24
9562024-12-21T04:23:43.152Z Downloaded darling_core v0.20.10
9572024-12-21T04:23:43.156Z Downloaded typify v0.2.0
9582024-12-21T04:23:43.160Z Downloaded subprocess v0.2.9
9592024-12-21T04:23:43.163Z Downloaded tokio-rustls v0.25.0
9602024-12-21T04:23:43.165Z Downloaded zerocopy v0.6.6
9612024-12-21T04:23:43.168Z Downloaded p521 v0.13.3
9622024-12-21T04:23:43.171Z Downloaded publicsuffix v2.2.3
9632024-12-21T04:23:43.174Z Downloaded toml v0.7.8
9642024-12-21T04:23:43.177Z Downloaded globset v0.4.15
9652024-12-21T04:23:43.181Z Downloaded thiserror v2.0.3
9662024-12-21T04:23:43.186Z Downloaded parse-zoneinfo v0.3.1
9672024-12-21T04:23:43.188Z Downloaded time v0.3.36
9682024-12-21T04:23:43.196Z Downloaded zopfli v0.8.1
9692024-12-21T04:23:43.198Z Downloaded openssl-sys v0.9.103
9702024-12-21T04:23:43.204Z Downloaded pin-project v1.1.6
9712024-12-21T04:23:43.216Z Downloaded socket2 v0.5.7
9722024-12-21T04:23:43.220Z Downloaded nom v7.1.3
9732024-12-21T04:23:43.225Z Downloaded lalrpop v0.19.12
9742024-12-21T04:23:43.236Z Downloaded half v2.4.1
9752024-12-21T04:23:43.239Z Downloaded quick-xml v0.33.0
9762024-12-21T04:23:43.245Z Downloaded idna v0.4.0
9772024-12-21T04:23:43.253Z Downloaded salty v0.3.0
9782024-12-21T04:23:43.260Z Downloaded bitvec v1.0.1
9792024-12-21T04:23:43.275Z Downloaded idna v0.2.3
9802024-12-21T04:23:43.282Z Downloaded h2 v0.4.6
9812024-12-21T04:23:43.290Z Downloaded test-strategy v0.3.1
9822024-12-21T04:23:43.293Z Downloaded hashbrown v0.13.2
9832024-12-21T04:23:43.298Z Downloaded quinn-proto v0.11.8
9842024-12-21T04:23:43.304Z Downloaded tokio-util v0.7.12
9852024-12-21T04:23:43.312Z Downloaded url v2.5.3
9862024-12-21T04:23:43.315Z Downloaded futures-util v0.3.31
9872024-12-21T04:23:43.327Z Downloaded serde_with v3.11.0
9882024-12-21T04:23:43.336Z Downloaded flate2 v1.0.34
9892024-12-21T04:23:43.342Z Downloaded rustyline v14.0.0
9902024-12-21T04:23:43.347Z Downloaded chrono v0.4.38
9912024-12-21T04:23:43.355Z Downloaded dropshot v0.12.0
9922024-12-21T04:23:43.378Z Downloaded num-bigint-dig v0.8.4
9932024-12-21T04:23:43.382Z Downloaded toml_edit v0.19.15
9942024-12-21T04:23:43.398Z Downloaded hashbrown v0.12.3
9952024-12-21T04:23:43.402Z Downloaded tough v0.19.0
9962024-12-21T04:23:43.410Z Downloaded bindgen v0.69.5
9972024-12-21T04:23:43.419Z Downloaded idna v0.5.0
9982024-12-21T04:23:43.427Z Downloaded winnow v0.5.40
9992024-12-21T04:23:43.436Z Downloaded idna v0.3.0
10002024-12-21T04:23:43.443Z Downloaded russh v0.45.0
10012024-12-21T04:23:43.449Z Downloaded rustls-webpki v0.101.7
10022024-12-21T04:23:43.464Z Downloaded rayon v1.10.0
10032024-12-21T04:23:43.474Z Downloaded p384 v0.13.0
10042024-12-21T04:23:43.481Z Downloaded ssh-key v0.6.6
10052024-12-21T04:23:43.489Z Downloaded hickory-proto v0.24.1
10062024-12-21T04:23:43.506Z Downloaded reqwest v0.12.9
10072024-12-21T04:23:43.515Z Downloaded object v0.36.5
10082024-12-21T04:23:43.529Z Downloaded regex v1.11.1
10092024-12-21T04:23:43.546Z Downloaded webpki-roots v0.26.6
10102024-12-21T04:23:43.548Z Downloaded nix v0.29.0
10112024-12-21T04:23:43.561Z Downloaded regress v0.10.1
10122024-12-21T04:23:43.571Z Downloaded dropshot v0.13.0
10132024-12-21T04:23:43.594Z Downloaded petname v2.0.2
10142024-12-21T04:23:43.600Z Downloaded object v0.30.4
10152024-12-21T04:23:43.613Z Downloaded rustls v0.21.12
10162024-12-21T04:23:43.625Z Downloaded regex-syntax v0.6.29
10172024-12-21T04:23:43.635Z Downloaded diesel v2.2.6
10182024-12-21T04:23:43.653Z Downloaded rustls v0.23.19
10192024-12-21T04:23:43.666Z Downloaded ratatui v0.28.1
10202024-12-21T04:23:43.687Z Downloaded git2 v0.19.0
10212024-12-21T04:23:43.696Z Downloaded regex-syntax v0.8.5
10222024-12-21T04:23:43.706Z Downloaded zerocopy v0.8.10
10232024-12-21T04:23:43.732Z Downloaded chrono-tz v0.10.0
10242024-12-21T04:23:43.740Z Downloaded bstr v1.10.0
10252024-12-21T04:23:43.751Z Downloaded openssl v0.10.66
10262024-12-21T04:23:43.762Z Downloaded typify-impl v0.2.0
10272024-12-21T04:23:43.779Z Downloaded regress v0.9.1
10282024-12-21T04:23:43.789Z Downloaded trust-dns-proto v0.22.0
10292024-12-21T04:23:43.802Z Downloaded unicode-width v0.2.0
10302024-12-21T04:23:43.809Z Downloaded polar-core v0.27.3
10312024-12-21T04:23:43.819Z Downloaded lzma-sys v0.1.20
10322024-12-21T04:23:43.850Z Downloaded smoltcp v0.11.0
10332024-12-21T04:23:43.863Z Downloaded regex-automata v0.4.8
10342024-12-21T04:23:43.880Z Downloaded libz-sys v1.1.20
10352024-12-21T04:23:43.901Z Downloaded openapiv3 v2.0.0
10362024-12-21T04:23:43.914Z Downloaded rustls v0.22.4
10372024-12-21T04:23:43.929Z Downloaded smoltcp v0.9.1
10382024-12-21T04:23:43.943Z Downloaded zerocopy-derive v0.6.6
10392024-12-21T04:23:43.951Z Downloaded sled v0.34.7
10402024-12-21T04:23:43.961Z Downloaded tokio v1.40.0
10412024-12-21T04:23:44.000Z Downloaded gimli v0.31.1
10422024-12-21T04:23:44.008Z Downloaded nix v0.28.0
10432024-12-21T04:23:44.020Z Downloaded bzip2-sys v0.1.11+1.0.8
10442024-12-21T04:23:44.033Z Downloaded rustls-webpki v0.102.8
10452024-12-21T04:23:44.050Z Downloaded curve25519-dalek v4.1.3
10462024-12-21T04:23:44.059Z Downloaded proptest v1.5.0
10472024-12-21T04:23:44.069Z Downloaded hashbrown v0.14.5
10482024-12-21T04:23:44.074Z Downloaded nix v0.27.1
10492024-12-21T04:23:44.085Z Downloaded vcpkg v0.2.15
10502024-12-21T04:23:44.124Z Downloaded radix_trie v0.2.1
10512024-12-21T04:23:44.129Z Downloaded steno v0.4.1
10522024-12-21T04:23:44.133Z Downloaded tar v0.4.42
10532024-12-21T04:23:44.136Z Downloaded unicode-segmentation v1.12.0
10542024-12-21T04:23:44.139Z Downloaded unicode-normalization v0.1.24
10552024-12-21T04:23:44.146Z Downloaded petgraph v0.6.5
10562024-12-21T04:23:44.161Z Downloaded portable-atomic v1.9.0
10572024-12-21T04:23:44.168Z Downloaded blake3 v1.5.4
10582024-12-21T04:23:44.176Z Downloaded sha3 v0.10.8
10592024-12-21T04:23:44.181Z Downloaded serde_with_macros v3.11.0
10602024-12-21T04:23:44.183Z Downloaded sqlparser v0.45.0
10612024-12-21T04:23:44.188Z Downloaded rand_xorshift v0.3.0
10622024-12-21T04:23:44.191Z Downloaded slog-stdlog v4.1.1
10632024-12-21T04:23:44.191Z Downloaded pkcs5 v0.7.1
10642024-12-21T04:23:44.195Z Downloaded csv v1.3.1
10652024-12-21T04:23:44.216Z Downloaded omicron-zone-package v0.11.1
10662024-12-21T04:23:44.219Z Downloaded enum-as-inner v0.5.1
10672024-12-21T04:23:44.223Z Downloaded itertools v0.12.1
10682024-12-21T04:23:44.227Z Downloaded wait-timeout v0.2.0
10692024-12-21T04:23:44.231Z Downloaded tinyvec v1.8.0
10702024-12-21T04:23:44.233Z Downloaded unicode_categories v0.1.1
10712024-12-21T04:23:44.233Z Downloaded typed-path v0.9.3
10722024-12-21T04:23:44.240Z Downloaded unicode-truncate v1.1.0
10732024-12-21T04:23:44.242Z Downloaded strum_macros v0.25.3
10742024-12-21T04:23:44.244Z Downloaded yasna v0.5.2
10752024-12-21T04:23:44.246Z Downloaded vergen v8.3.2
10762024-12-21T04:23:44.249Z Downloaded salsa20 v0.10.2
10772024-12-21T04:23:44.249Z Downloaded rustls-pemfile v1.0.4
10782024-12-21T04:23:44.251Z Downloaded ed25519 v2.2.3
10792024-12-21T04:23:44.254Z Downloaded crypto-bigint v0.5.5
10802024-12-21T04:23:44.261Z Downloaded password-hash v0.4.2
10812024-12-21T04:23:44.264Z Downloaded tokio-tungstenite v0.21.0
10822024-12-21T04:23:44.264Z Downloaded owo-colors v4.1.0
10832024-12-21T04:23:44.266Z Downloaded unicode-bidi v0.3.17
10842024-12-21T04:23:44.268Z Downloaded zip v2.1.3
10852024-12-21T04:23:44.273Z Downloaded zerocopy-derive v0.8.10
10862024-12-21T04:23:44.280Z Downloaded nibble_vec v0.1.0
10872024-12-21T04:23:44.283Z Downloaded libm v0.2.8
10882024-12-21T04:23:44.289Z Downloaded itertools v0.10.5
10892024-12-21T04:23:44.295Z Downloaded vsss-rs v3.3.4
10902024-12-21T04:23:44.298Z Downloaded flume v0.11.1
10912024-12-21T04:23:44.303Z Downloaded bumpalo v3.16.0
10922024-12-21T04:23:44.309Z Downloaded ecdsa v0.16.9
10932024-12-21T04:23:44.311Z Downloaded der_derive v0.7.3
10942024-12-21T04:23:44.313Z Downloaded yoke v0.7.4
10952024-12-21T04:23:44.315Z Downloaded derive_more v0.99.18
10962024-12-21T04:23:44.319Z Downloaded libgit2-sys v0.17.0+1.8.1
10972024-12-21T04:23:44.376Z Downloaded rustc-hash v2.0.0
10982024-12-21T04:23:44.379Z Downloaded rustc-hash v1.1.0
10992024-12-21T04:23:44.379Z Downloaded gethostname v0.5.0
11002024-12-21T04:23:44.383Z Downloaded futures-task v0.3.31
11012024-12-21T04:23:44.383Z Downloaded snafu-derive v0.8.5
11022024-12-21T04:23:44.386Z Downloaded sha1 v0.10.6
11032024-12-21T04:23:44.386Z Downloaded tracing-core v0.1.32
11042024-12-21T04:23:44.390Z Downloaded backtrace v0.3.74
11052024-12-21T04:23:44.400Z Downloaded tokio-tungstenite v0.23.1
11062024-12-21T04:23:44.404Z Downloaded cc v1.1.30
11072024-12-21T04:23:44.404Z Downloaded prettyplease v0.2.25
11082024-12-21T04:23:44.404Z Downloaded futures v0.3.31
11092024-12-21T04:23:44.408Z Downloaded qorb v0.2.1
11102024-12-21T04:23:44.410Z Downloaded password-hash v0.5.0
11112024-12-21T04:23:44.410Z Downloaded subtle v2.6.1
11122024-12-21T04:23:44.412Z Downloaded structmeta v0.2.0
11132024-12-21T04:23:44.414Z Downloaded slog-bunyan v2.5.0
11142024-12-21T04:23:44.414Z Downloaded shell-words v1.1.0
11152024-12-21T04:23:44.414Z Downloaded compact_str v0.8.0
11162024-12-21T04:23:44.417Z Downloaded mockall v0.13.0
11172024-12-21T04:23:44.420Z Downloaded futures-channel v0.3.31
11182024-12-21T04:23:44.423Z Downloaded base64 v0.22.1
11192024-12-21T04:23:44.425Z Downloaded base64 v0.21.7
11202024-12-21T04:23:44.428Z Downloaded allocator-api2 v0.2.18
11212024-12-21T04:23:44.431Z Downloaded derive_builder_core v0.20.2
11222024-12-21T04:23:44.434Z Downloaded number_prefix v0.4.0
11232024-12-21T04:23:44.436Z Downloaded futures-executor v0.3.31
11242024-12-21T04:23:44.437Z Downloaded futures-core v0.3.31
11252024-12-21T04:23:44.439Z Downloaded dsl_auto_type v0.1.2
11262024-12-21T04:23:44.439Z Downloaded bytes v1.8.0
11272024-12-21T04:23:44.442Z Downloaded zone v0.1.8
11282024-12-21T04:23:44.444Z Downloaded indicatif v0.17.9
11292024-12-21T04:23:44.447Z Downloaded indexmap v1.9.3
11302024-12-21T04:23:44.450Z Downloaded clang-sys v1.8.1
11312024-12-21T04:23:44.452Z Downloaded crc-any v2.5.0
11322024-12-21T04:23:44.454Z Downloaded signal-hook-mio v0.2.4
11332024-12-21T04:23:44.459Z Downloaded serde_plain v1.0.2
11342024-12-21T04:23:44.461Z Downloaded secrecy v0.8.0
11352024-12-21T04:23:44.461Z Downloaded cookie v0.18.1
11362024-12-21T04:23:44.461Z Downloaded cancel-safe-futures v0.1.5
11372024-12-21T04:23:44.463Z Downloaded bzip2 v0.4.4
11382024-12-21T04:23:44.466Z Downloaded encoding_rs v0.8.34
11392024-12-21T04:23:44.487Z Downloaded buf-list v1.0.3
11402024-12-21T04:23:44.490Z Downloaded const_format_proc_macros v0.2.33
11412024-12-21T04:23:44.494Z Downloaded async-trait v0.1.83
11422024-12-21T04:23:44.497Z Downloaded async-bb8-diesel v0.2.1
11432024-12-21T04:23:44.499Z Downloaded argon2 v0.5.3
11442024-12-21T04:23:44.499Z Downloaded bcs v0.1.6
11452024-12-21T04:23:44.502Z Downloaded idna_adapter v1.2.0
11462024-12-21T04:23:44.502Z Downloaded colored v2.1.0
11472024-12-21T04:23:44.504Z Downloaded highway v1.2.0
11482024-12-21T04:23:44.504Z Downloaded crossbeam-deque v0.8.5
11492024-12-21T04:23:44.507Z Downloaded bit-vec v0.6.3
11502024-12-21T04:23:44.509Z Downloaded atomic-waker v1.1.2
11512024-12-21T04:23:44.509Z Downloaded inout v0.1.3
11522024-12-21T04:23:44.512Z Downloaded httpdate v1.0.3
11532024-12-21T04:23:44.512Z Downloaded heck v0.3.3
11542024-12-21T04:23:44.512Z Downloaded blowfish v0.9.1
11552024-12-21T04:23:44.516Z Downloaded linked-hash-map v0.5.6
11562024-12-21T04:23:44.516Z Downloaded lazy_static v1.5.0
11572024-12-21T04:23:44.519Z Downloaded hyper-tls v0.6.0
11582024-12-21T04:23:44.519Z Downloaded chacha20 v0.9.1
11592024-12-21T04:23:44.521Z Downloaded castaway v0.2.3
11602024-12-21T04:23:44.521Z Downloaded libsw v3.3.1
11612024-12-21T04:23:44.524Z Downloaded is-terminal v0.4.13
11622024-12-21T04:23:44.524Z Downloaded indent_write v2.2.0
11632024-12-21T04:23:44.526Z Downloaded cassowary v0.3.0
11642024-12-21T04:23:44.526Z Downloaded ascii-canvas v3.0.0
11652024-12-21T04:23:44.529Z Downloaded block-padding v0.3.3
11662024-12-21T04:23:44.529Z Downloaded arrayref v0.3.9
11672024-12-21T04:23:44.529Z Downloaded array-init v0.0.4
11682024-12-21T04:23:44.531Z Downloaded constant_time_eq v0.3.1
11692024-12-21T04:23:44.531Z Downloaded base16ct v0.2.0
11702024-12-21T04:23:44.534Z Downloaded assert_matches v1.5.0
11712024-12-21T04:23:44.685Z Downloaded libsqlite3-sys v0.30.1
11722024-12-21T04:23:45.236Z Downloaded ring v0.17.8
11732024-12-21T04:23:45.425Z Downloaded ring v0.16.20
11742024-12-21T04:23:45.728Z Downloaded aws-lc-sys v0.22.0
11752024-12-21T04:23:46.047Z Compiling serde v1.0.215
11762024-12-21T04:23:46.049Z Compiling lock_api v0.4.12
11772024-12-21T04:23:46.050Z Compiling scopeguard v1.2.0
11782024-12-21T04:23:46.050Z Compiling value-bag v1.9.0
11792024-12-21T04:23:46.050Z Compiling typenum v1.17.0
11802024-12-21T04:23:46.050Z Compiling generic-array v0.14.7
11812024-12-21T04:23:46.219Z Compiling syn v2.0.87
11822024-12-21T04:23:46.233Z Compiling getrandom v0.2.15
11832024-12-21T04:23:46.337Z Compiling subtle v2.6.1
11842024-12-21T04:23:46.515Z Compiling rand_core v0.6.4
11852024-12-21T04:23:46.796Z Compiling log v0.4.22
11862024-12-21T04:23:46.882Z Compiling shlex v1.3.0
11872024-12-21T04:23:46.904Z Compiling jobserver v0.1.32
11882024-12-21T04:23:46.924Z Compiling smallvec v1.13.2
11892024-12-21T04:23:47.241Z Compiling const-oid v0.9.6
11902024-12-21T04:23:47.315Z Compiling cc v1.1.30
11912024-12-21T04:23:47.337Z Compiling spin v0.9.8
11922024-12-21T04:23:47.360Z Compiling pin-project-lite v0.2.14
11932024-12-21T04:23:47.508Z Compiling rustix v0.38.37
11942024-12-21T04:23:47.721Z Compiling parking_lot_core v0.9.10
11952024-12-21T04:23:47.787Z Compiling futures-core v0.3.31
11962024-12-21T04:23:47.909Z Compiling signal-hook-registry v1.4.2
11972024-12-21T04:23:48.080Z Compiling mio v1.0.2
11982024-12-21T04:23:48.437Z Compiling aho-corasick v1.1.3
11992024-12-21T04:23:48.779Z Compiling parking_lot v0.12.3
12002024-12-21T04:23:48.990Z Compiling cpufeatures v0.2.14
12012024-12-21T04:23:49.099Z Compiling either v1.13.0
12022024-12-21T04:23:49.243Z Compiling regex-syntax v0.8.5
12032024-12-21T04:23:49.300Z Compiling lazy_static v1.5.0
12042024-12-21T04:23:49.422Z Compiling glob v0.3.1
12052024-12-21T04:23:49.442Z Compiling stable_deref_trait v1.2.0
12062024-12-21T04:23:49.550Z Compiling futures-sink v0.3.31
12072024-12-21T04:23:49.571Z Compiling socket2 v0.5.7
12082024-12-21T04:23:49.728Z Compiling slab v0.4.9
12092024-12-21T04:23:49.769Z Compiling prettyplease v0.2.25
12102024-12-21T04:23:50.131Z Compiling minimal-lexical v0.2.1
12112024-12-21T04:23:50.210Z Compiling serde_json v1.0.133
12122024-12-21T04:23:50.497Z Compiling clang-sys v1.8.1
12132024-12-21T04:23:50.582Z Compiling nom v7.1.3
12142024-12-21T04:23:50.687Z Compiling libloading v0.8.5
12152024-12-21T04:23:50.962Z Compiling bindgen v0.69.5
12162024-12-21T04:23:51.112Z Compiling home v0.5.9
12172024-12-21T04:23:51.384Z Compiling futures-channel v0.3.31
12182024-12-21T04:23:51.836Z Compiling itertools v0.12.1
12192024-12-21T04:23:51.857Z Compiling futures-task v0.3.31
12202024-12-21T04:23:51.959Z Compiling futures-io v0.3.31
12212024-12-21T04:23:52.176Z Compiling allocator-api2 v0.2.18
12222024-12-21T04:23:52.311Z Compiling pin-utils v0.1.0
12232024-12-21T04:23:52.420Z Compiling rustc-hash v1.1.0
12242024-12-21T04:23:52.594Z Compiling foldhash v0.1.3
12252024-12-21T04:23:52.885Z Compiling libm v0.2.8
12262024-12-21T04:23:53.015Z Compiling regex-automata v0.4.8
12272024-12-21T04:23:53.240Z Compiling lazycell v1.3.0
12282024-12-21T04:23:53.458Z Compiling hashbrown v0.15.1
12292024-12-21T04:23:54.315Z Compiling synstructure v0.13.1
12302024-12-21T04:23:54.856Z Compiling cexpr v0.6.0
12312024-12-21T04:23:55.076Z Compiling cmake v0.1.51
12322024-12-21T04:23:56.093Z Compiling num-traits v0.2.19
12332024-12-21T04:23:56.163Z Compiling fs_extra v1.3.0
12342024-12-21T04:23:56.386Z Compiling pkg-config v0.3.31
12352024-12-21T04:23:56.407Z Compiling tinyvec_macros v0.1.1
12362024-12-21T04:23:56.508Z Compiling dunce v1.0.5
12372024-12-21T04:23:56.691Z Compiling tinyvec v1.8.0
12382024-12-21T04:23:56.988Z Compiling ring v0.17.8
12392024-12-21T04:23:57.744Z Compiling base64ct v1.6.0
12402024-12-21T04:23:58.184Z Compiling writeable v0.5.5
12412024-12-21T04:23:58.283Z Compiling unicode-normalization v0.1.24
12422024-12-21T04:23:58.305Z Compiling litemap v0.7.3
12432024-12-21T04:23:58.327Z Compiling paste v1.0.15
12442024-12-21T04:23:58.714Z Compiling unicode-bidi v0.3.17
12452024-12-21T04:23:58.919Z Compiling regex v1.11.1
12462024-12-21T04:23:59.419Z Compiling pem-rfc7468 v0.7.0
12472024-12-21T04:23:59.926Z Compiling httparse v1.9.5
12482024-12-21T04:24:00.055Z Compiling flagset v0.4.6
12492024-12-21T04:24:00.105Z Compiling aws-lc-rs v1.10.0
12502024-12-21T04:24:00.259Z Compiling tracing-core v0.1.32
12512024-12-21T04:24:00.561Z Compiling percent-encoding v2.3.1
12522024-12-21T04:24:00.760Z Compiling icu_locid_transform_data v1.5.0
12532024-12-21T04:24:00.860Z Compiling crossbeam-utils v0.8.20
12542024-12-21T04:24:00.930Z Compiling rustls-pki-types v1.10.0
12552024-12-21T04:24:01.467Z Compiling untrusted v0.7.1
12562024-12-21T04:24:01.670Z Compiling icu_properties_data v1.5.0
12572024-12-21T04:24:01.691Z Compiling time-core v0.1.2
12582024-12-21T04:24:01.737Z Compiling serde_derive v1.0.215
12592024-12-21T04:24:01.879Z Compiling zeroize_derive v1.4.2
12602024-12-21T04:24:01.929Z Compiling zerocopy-derive v0.7.35
12612024-12-21T04:24:02.015Z Compiling tokio-macros v2.4.0
12622024-12-21T04:24:02.078Z Compiling zerofrom-derive v0.1.4
12632024-12-21T04:24:03.510Z Compiling thiserror-impl v1.0.69
12642024-12-21T04:24:03.534Z Compiling zeroize v1.8.1
12652024-12-21T04:24:03.703Z Compiling yoke-derive v0.7.4
12662024-12-21T04:24:04.317Z Compiling zerocopy v0.7.35
12672024-12-21T04:24:05.397Z Compiling crypto-common v0.1.6
12682024-12-21T04:24:05.639Z Compiling block-buffer v0.10.4
12692024-12-21T04:24:05.869Z Compiling digest v0.10.7
12702024-12-21T04:24:05.903Z Compiling futures-macro v0.3.31
12712024-12-21T04:24:06.363Z Compiling hmac v0.12.1
12722024-12-21T04:24:06.383Z Compiling zerofrom v0.1.4
12732024-12-21T04:24:06.449Z Compiling zerovec-derive v0.10.3
12742024-12-21T04:24:06.633Z Compiling block-padding v0.3.3
12752024-12-21T04:24:06.652Z Compiling displaydoc v0.2.5
12762024-12-21T04:24:06.886Z Compiling inout v0.1.3
12772024-12-21T04:24:06.939Z Compiling yoke v0.7.4
12782024-12-21T04:24:07.078Z Compiling thiserror v1.0.69
12792024-12-21T04:24:07.167Z Compiling cipher v0.4.4
12802024-12-21T04:24:07.225Z Compiling sha2 v0.10.8
12812024-12-21T04:24:07.333Z Compiling ppv-lite86 v0.2.20
12822024-12-21T04:24:07.734Z Compiling icu_provider_macros v1.5.0
12832024-12-21T04:24:07.925Z Compiling futures-util v0.3.31
12842024-12-21T04:24:08.227Z Compiling der_derive v0.7.3
12852024-12-21T04:24:08.374Z Compiling rand_chacha v0.3.1
12862024-12-21T04:24:08.865Z Compiling tracing-attributes v0.1.27
12872024-12-21T04:24:08.945Z Compiling rand v0.8.5
12882024-12-21T04:24:09.213Z Compiling zerovec v0.10.4
12892024-12-21T04:24:10.796Z Compiling salsa20 v0.10.2
12902024-12-21T04:24:10.834Z Compiling pest v2.7.14
12912024-12-21T04:24:10.924Z Compiling der v0.7.9
12922024-12-21T04:24:11.038Z Compiling pbkdf2 v0.12.2
12932024-12-21T04:24:11.190Z Compiling tinystr v0.7.6
12942024-12-21T04:24:11.230Z Compiling icu_collections v1.5.0
12952024-12-21T04:24:11.615Z Compiling icu_locid v1.5.0
12962024-12-21T04:24:11.680Z Compiling mirai-annotations v1.12.0
12972024-12-21T04:24:11.904Z Compiling vcpkg v0.2.15
12982024-12-21T04:24:12.819Z Compiling untrusted v0.9.0
12992024-12-21T04:24:12.991Z Compiling icu_provider v1.5.0
13002024-12-21T04:24:13.011Z Compiling tracing v0.1.40
13012024-12-21T04:24:13.540Z Compiling spki v0.7.3
13022024-12-21T04:24:13.940Z Compiling icu_locid_transform v1.5.0
13032024-12-21T04:24:14.064Z Compiling num-conv v0.1.0
13042024-12-21T04:24:14.103Z Compiling powerfmt v0.2.0
13052024-12-21T04:24:14.148Z Compiling pest_meta v2.7.14
13062024-12-21T04:24:14.230Z Compiling openssl-sys v0.9.103
13072024-12-21T04:24:14.352Z Compiling time-macros v0.2.18
13082024-12-21T04:24:14.444Z Compiling deranged v0.3.11
13092024-12-21T04:24:14.524Z Compiling scrypt v0.11.0
13102024-12-21T04:24:15.175Z Compiling cbc v0.1.2
13112024-12-21T04:24:15.389Z Compiling icu_properties v1.5.1
13122024-12-21T04:24:15.448Z Compiling aes v0.8.4
13132024-12-21T04:24:16.337Z Compiling bitflags v2.6.0
13142024-12-21T04:24:16.444Z Compiling bytes v1.8.0
13152024-12-21T04:24:17.811Z Compiling tokio v1.40.0
13162024-12-21T04:24:17.880Z Compiling indexmap v2.6.0
13172024-12-21T04:24:18.430Z Compiling http v1.1.0
13182024-12-21T04:24:18.514Z Compiling semver v1.0.23
13192024-12-21T04:24:19.285Z Compiling rustc_version v0.4.1
13202024-12-21T04:24:19.399Z Compiling scroll_derive v0.12.0
13212024-12-21T04:24:20.094Z Compiling utf8_iter v1.0.4
13222024-12-21T04:24:20.202Z Compiling utf16_iter v1.0.5
13232024-12-21T04:24:20.358Z Compiling write16 v1.0.0
13242024-12-21T04:24:20.425Z Compiling num_threads v0.1.7
13252024-12-21T04:24:20.492Z Compiling atomic-waker v1.1.2
13262024-12-21T04:24:20.516Z Compiling icu_normalizer_data v1.5.0
13272024-12-21T04:24:20.558Z Compiling time v0.3.36
13282024-12-21T04:24:20.627Z Compiling icu_normalizer v1.5.0
13292024-12-21T04:24:20.683Z Compiling http-body v1.0.1
13302024-12-21T04:24:20.911Z Compiling which v4.4.2
13312024-12-21T04:24:20.942Z Compiling scroll v0.12.0
13322024-12-21T04:24:20.946Z Compiling pkcs5 v0.7.1
13332024-12-21T04:24:20.982Z Compiling pest_generator v2.7.14
13342024-12-21T04:24:21.824Z Compiling form_urlencoded v1.2.1
13352024-12-21T04:24:22.185Z Compiling try-lock v0.2.5
13362024-12-21T04:24:22.257Z Compiling slog v2.7.0
13372024-12-21T04:24:22.332Z Compiling goblin v0.8.2
13382024-12-21T04:24:22.388Z Compiling want v0.3.1
13392024-12-21T04:24:22.689Z Compiling pkcs8 v0.10.2
13402024-12-21T04:24:22.718Z Compiling idna_adapter v1.2.0
13412024-12-21T04:24:22.868Z Compiling uuid v1.11.0
13422024-12-21T04:24:22.934Z Compiling iana-time-zone v0.1.61
13432024-12-21T04:24:23.116Z Compiling pest_derive v2.7.14
13442024-12-21T04:24:23.428Z Compiling httpdate v1.0.3
13452024-12-21T04:24:23.448Z Compiling chrono v0.4.38
13462024-12-21T04:24:23.930Z Compiling idna v1.0.3
13472024-12-21T04:24:23.955Z Compiling dtrace-parser v0.2.0
13482024-12-21T04:24:25.281Z Compiling toml_datetime v0.6.8
13492024-12-21T04:24:25.819Z Compiling serde_spanned v0.6.8
13502024-12-21T04:24:25.866Z Compiling serde_tokenstream v0.2.2
13512024-12-21T04:24:26.072Z Compiling adler2 v2.0.0
13522024-12-21T04:24:26.095Z Compiling foreign-types-shared v0.1.1
13532024-12-21T04:24:26.159Z Compiling tower-service v0.3.3
13542024-12-21T04:24:26.210Z Compiling match_cfg v0.1.0
13552024-12-21T04:24:26.297Z Compiling rustversion v1.0.17
13562024-12-21T04:24:26.319Z Compiling base64 v0.22.1
13572024-12-21T04:24:26.319Z Compiling openssl v0.10.66
13582024-12-21T04:24:26.504Z Compiling tokio-util v0.7.12
13592024-12-21T04:24:26.847Z Compiling hostname v0.3.1
13602024-12-21T04:24:27.131Z Compiling miniz_oxide v0.8.0
13612024-12-21T04:24:27.170Z Compiling foreign-types v0.3.2
13622024-12-21T04:24:27.190Z Compiling url v2.5.3
13632024-12-21T04:24:27.366Z Compiling openssl-macros v0.1.1
13642024-12-21T04:24:28.011Z Compiling h2 v0.4.6
13652024-12-21T04:24:28.157Z Compiling async-trait v0.1.83
13662024-12-21T04:24:28.684Z Compiling dof v0.3.0
13672024-12-21T04:24:28.708Z Compiling serde_derive_internals v0.29.1
13682024-12-21T04:24:29.297Z Compiling dirs-sys-next v0.1.2
13692024-12-21T04:24:30.010Z Compiling usdt-impl v0.5.0
13702024-12-21T04:24:30.923Z Compiling syn v1.0.109
13712024-12-21T04:24:30.982Z Compiling rustls v0.23.19
13722024-12-21T04:24:31.261Z Compiling rustls v0.22.4
13732024-12-21T04:24:31.493Z Compiling data-encoding v2.6.0
13742024-12-21T04:24:31.519Z Compiling schemars v0.8.21
13752024-12-21T04:24:31.558Z Compiling siphasher v0.3.11
13762024-12-21T04:24:31.674Z Compiling native-tls v0.2.12
13772024-12-21T04:24:31.988Z Compiling schemars_derive v0.8.21
13782024-12-21T04:24:32.044Z Compiling dirs-next v2.0.0
13792024-12-21T04:24:33.109Z Compiling http-body-util v0.1.2
13802024-12-21T04:24:33.670Z Compiling crossbeam-epoch v0.9.18
13812024-12-21T04:24:33.722Z Compiling heapless v0.7.17
13822024-12-21T04:24:33.937Z Compiling sha1 v0.10.6
13832024-12-21T04:24:34.034Z Compiling signature v2.2.0
13842024-12-21T04:24:34.171Z Compiling bzip2-sys v0.1.11+1.0.8
13852024-12-21T04:24:34.336Z Compiling thread_local v1.1.8
13862024-12-21T04:24:34.371Z Compiling multer v3.1.0
13872024-12-21T04:24:34.433Z Compiling cookie v0.18.1
13882024-12-21T04:24:34.670Z Compiling encoding_rs v0.8.34
13892024-12-21T04:24:34.690Z Compiling slog-async v2.8.0
13902024-12-21T04:24:34.728Z Compiling ipnet v2.10.1
13912024-12-21T04:24:34.878Z Compiling openssl-probe v0.1.5
13922024-12-21T04:24:35.202Z Compiling hyper v1.5.0
13932024-12-21T04:24:35.222Z Compiling signal-hook v0.3.17
13942024-12-21T04:24:35.415Z Compiling gimli v0.31.1
13952024-12-21T04:24:35.473Z Compiling mime v0.3.17
13962024-12-21T04:24:35.937Z Compiling rayon-core v1.12.1
13972024-12-21T04:24:36.088Z Compiling unicode-properties v0.1.3
13982024-12-21T04:24:36.210Z Compiling dyn-clone v1.0.17
13992024-12-21T04:24:36.454Z Compiling stringprep v0.1.5
14002024-12-21T04:24:37.817Z Compiling hyper-util v0.1.10
14012024-12-21T04:24:39.379Z Compiling toml_edit v0.22.22
14022024-12-21T04:24:39.979Z Compiling crossbeam-deque v0.8.5
14032024-12-21T04:24:40.338Z Compiling addr2line v0.24.2
14042024-12-21T04:24:40.551Z Compiling usdt-attr-macro v0.5.0
14052024-12-21T04:24:40.786Z Compiling usdt-macro v0.5.0
14062024-12-21T04:24:40.974Z Compiling term v0.7.0
14072024-12-21T04:24:41.223Z Compiling slog-json v2.6.1
14082024-12-21T04:24:41.367Z Compiling serde_urlencoded v0.7.1
14092024-12-21T04:24:41.625Z Compiling crossbeam-channel v0.5.13
14102024-12-21T04:24:41.942Z Compiling curve25519-dalek v4.1.3
14112024-12-21T04:24:42.245Z Compiling futures-executor v0.3.31
14122024-12-21T04:24:42.294Z Compiling enum-as-inner v0.6.1
14132024-12-21T04:24:42.543Z Compiling md-5 v0.10.6
14142024-12-21T04:24:42.617Z Compiling async-stream-impl v0.3.6
14152024-12-21T04:24:42.787Z Compiling rustls-pemfile v2.2.0
14162024-12-21T04:24:42.842Z Compiling num-integer v0.1.46
14172024-12-21T04:24:42.865Z Compiling idna v0.3.0
14182024-12-21T04:24:43.174Z Compiling idna v0.4.0
14192024-12-21T04:24:43.457Z Compiling hash32 v0.2.1
14202024-12-21T04:24:43.693Z Compiling ff v0.13.0
14212024-12-21T04:24:43.879Z Compiling is-terminal v0.4.13
14222024-12-21T04:24:43.943Z Compiling dropshot v0.12.0
14232024-12-21T04:24:44.013Z Compiling object v0.36.5
14242024-12-21T04:24:44.082Z Compiling quick-error v1.2.3
14252024-12-21T04:24:44.237Z Compiling psl-types v2.0.11
14262024-12-21T04:24:44.259Z Compiling portable-atomic v1.9.0
14272024-12-21T04:24:44.456Z Compiling utf-8 v0.7.6
14282024-12-21T04:24:44.677Z Compiling smoltcp v0.9.1
14292024-12-21T04:24:44.794Z Compiling rustc-demangle v0.1.24
14302024-12-21T04:24:44.994Z Compiling linked-hash-map v0.5.6
14312024-12-21T04:24:45.380Z Compiling base16ct v0.2.0
14322024-12-21T04:24:45.398Z Compiling num-bigint-dig v0.8.4
14332024-12-21T04:24:45.420Z Compiling anyhow v1.0.93
14342024-12-21T04:24:45.710Z Compiling fallible-iterator v0.2.0
14352024-12-21T04:24:45.732Z Compiling take_mut v0.2.2
14362024-12-21T04:24:45.853Z Compiling sec1 v0.7.3
14372024-12-21T04:24:46.631Z Compiling postgres-protocol v0.6.7
14382024-12-21T04:24:46.656Z Compiling lru-cache v0.1.2
14392024-12-21T04:24:46.656Z Compiling tungstenite v0.24.0
14402024-12-21T04:24:46.779Z Compiling publicsuffix v2.2.3
14412024-12-21T04:24:47.147Z Compiling resolv-conf v0.7.0
14422024-12-21T04:24:47.273Z Compiling hickory-proto v0.24.1
14432024-12-21T04:24:47.887Z Compiling async-stream v0.3.6
14442024-12-21T04:24:47.996Z Compiling slog-term v2.9.1
14452024-12-21T04:24:48.158Z Compiling usdt v0.5.0
14462024-12-21T04:24:48.208Z Compiling group v0.13.0
14472024-12-21T04:24:48.700Z Compiling num-iter v0.1.45
14482024-12-21T04:24:48.908Z Compiling toml v0.8.19
14492024-12-21T04:24:49.201Z Compiling futures v0.3.31
14502024-12-21T04:24:49.325Z Compiling slog-bunyan v2.5.0
14512024-12-21T04:24:50.798Z Compiling tokio-native-tls v0.3.1
14522024-12-21T04:24:51.015Z Compiling camino v1.1.9
14532024-12-21T04:24:51.129Z Compiling phf_shared v0.11.2
14542024-12-21T04:24:51.443Z Compiling dropshot_endpoint v0.12.0
14552024-12-21T04:24:51.545Z Compiling backtrace v0.3.74
14562024-12-21T04:24:51.823Z Compiling terminal_size v0.4.0
14572024-12-21T04:24:52.050Z Compiling waitgroup v0.1.2
14582024-12-21T04:24:52.066Z Compiling openapiv3 v2.0.0
14592024-12-21T04:24:52.291Z Compiling serde_path_to_error v0.1.16
14602024-12-21T04:24:52.393Z Compiling hkdf v0.12.4
14612024-12-21T04:24:52.686Z Compiling crypto-bigint v0.5.5
14622024-12-21T04:24:53.180Z Compiling curve25519-dalek-derive v0.1.1
14632024-12-21T04:24:54.845Z Compiling zerocopy-derive v0.6.6
14642024-12-21T04:24:55.504Z Compiling webpki-roots v0.26.6
14652024-12-21T04:24:55.742Z Compiling idna v0.5.0
14662024-12-21T04:24:55.902Z Compiling hubpack_derive v0.1.1
14672024-12-21T04:24:56.346Z Compiling hostname v0.4.0
14682024-12-21T04:24:56.626Z Compiling crc32fast v1.4.2
14692024-12-21T04:24:56.669Z Compiling fs-err v2.11.0
14702024-12-21T04:24:56.857Z Compiling ahash v0.8.11
14712024-12-21T04:24:56.945Z Compiling newtype-uuid v1.1.3
14722024-12-21T04:24:56.976Z Compiling bitflags v1.3.2
14732024-12-21T04:24:57.095Z Compiling winnow v0.5.40
14742024-12-21T04:24:57.152Z Compiling debug-ignore v1.0.5
14752024-12-21T04:24:57.197Z Compiling managed v0.8.0
14762024-12-21T04:24:57.232Z Compiling clap_builder v4.5.21
14772024-12-21T04:24:57.419Z Compiling strum_macros v0.25.3
14782024-12-21T04:24:57.475Z Compiling console v0.15.8
14792024-12-21T04:24:58.411Z Compiling zerocopy v0.6.6
14802024-12-21T04:24:59.189Z Compiling flate2 v1.0.34
14812024-12-21T04:24:59.293Z Compiling hubpack v0.1.2
14822024-12-21T04:24:59.322Z Compiling cookie_store v0.21.0
14832024-12-21T04:24:59.773Z Compiling elliptic-curve v0.13.8
14842024-12-21T04:25:00.239Z Compiling hickory-resolver v0.24.1
14852024-12-21T04:25:00.675Z Compiling toml_edit v0.19.15
14862024-12-21T04:25:01.079Z Compiling phf v0.11.2
14872024-12-21T04:25:01.408Z Compiling signal-hook-mio v0.2.4
14882024-12-21T04:25:01.635Z Compiling hyper-tls v0.6.0
14892024-12-21T04:25:01.917Z Compiling rayon v1.10.0
14902024-12-21T04:25:02.006Z Compiling bzip2 v0.4.4
14912024-12-21T04:25:02.439Z Compiling tokio-tungstenite v0.24.0
14922024-12-21T04:25:03.033Z Compiling postgres-types v0.2.8
14932024-12-21T04:25:06.182Z Compiling ed25519 v2.2.3
14942024-12-21T04:25:07.266Z Compiling phf_shared v0.10.0
14952024-12-21T04:25:07.290Z Compiling tokio-stream v0.1.16
14962024-12-21T04:25:07.698Z Compiling pkcs1 v0.7.5
14972024-12-21T04:25:07.782Z Compiling serde-big-array v0.5.1
14982024-12-21T04:25:08.035Z Compiling clap_derive v4.5.18
14992024-12-21T04:25:08.311Z Compiling rfc6979 v0.4.0
15002024-12-21T04:25:08.475Z Compiling serde_repr v0.1.19
15012024-12-21T04:25:08.533Z Compiling derive-where v1.2.7
15022024-12-21T04:25:08.642Z Compiling float-cmp v0.9.0
15032024-12-21T04:25:08.805Z Compiling bstr v1.10.0
15042024-12-21T04:25:08.894Z Compiling sync_wrapper v1.0.1
15052024-12-21T04:25:09.070Z Compiling predicates-core v1.0.8
15062024-12-21T04:25:09.463Z Compiling static_assertions v1.1.0
15072024-12-21T04:25:09.537Z Compiling unicode-segmentation v1.12.0
15082024-12-21T04:25:09.581Z Compiling new_debug_unreachable v1.0.6
15092024-12-21T04:25:09.691Z Compiling number_prefix v0.4.0
15102024-12-21T04:25:09.724Z Compiling normalize-line-endings v0.3.0
15112024-12-21T04:25:09.867Z Compiling precomputed-hash v0.1.1
15122024-12-21T04:25:09.934Z Compiling fixedbitset v0.4.2
15132024-12-21T04:25:10.000Z Compiling difflib v0.4.0
15142024-12-21T04:25:10.407Z Compiling whoami v1.5.2
15152024-12-21T04:25:10.492Z Compiling bit-vec v0.6.3
15162024-12-21T04:25:10.644Z Compiling unicode-width v0.2.0
15172024-12-21T04:25:10.958Z Compiling bit-set v0.5.3
15182024-12-21T04:25:11.095Z Compiling tokio-postgres v0.7.12
15192024-12-21T04:25:11.191Z Compiling indicatif v0.17.9
15202024-12-21T04:25:11.244Z Compiling predicates v3.1.2
15212024-12-21T04:25:11.731Z Compiling similar v2.6.0
15222024-12-21T04:25:12.322Z Compiling petgraph v0.6.5
15232024-12-21T04:25:13.138Z Compiling string_cache v0.8.7
15242024-12-21T04:25:13.419Z Compiling clap v4.5.21
15252024-12-21T04:25:13.556Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15262024-12-21T04:25:13.595Z Compiling ecdsa v0.16.9
15272024-12-21T04:25:13.669Z Compiling rsa v0.9.6
15282024-12-21T04:25:14.332Z Compiling ed25519-dalek v2.1.1
15292024-12-21T04:25:14.537Z Compiling toml v0.7.8
15302024-12-21T04:25:15.798Z Compiling zip v0.6.6
15312024-12-21T04:25:16.368Z Compiling crossterm v0.28.1
15322024-12-21T04:25:17.670Z Compiling hex v0.4.3
15332024-12-21T04:25:17.675Z Compiling x509-cert v0.2.5
15342024-12-21T04:25:17.736Z Compiling itertools v0.10.5
15352024-12-21T04:25:18.022Z Compiling peg-runtime v0.8.3
15362024-12-21T04:25:18.305Z Compiling unicode-xid v0.2.6
15372024-12-21T04:25:18.495Z Compiling lalrpop-util v0.19.12
15382024-12-21T04:25:18.704Z Compiling strum_macros v0.26.4
15392024-12-21T04:25:18.872Z Compiling xattr v1.3.1
15402024-12-21T04:25:19.149Z Compiling filetime v0.2.25
15412024-12-21T04:25:19.491Z Compiling tar v0.4.42
15422024-12-21T04:25:24.263Z Compiling strum v0.26.3
15432024-12-21T04:25:27.147Z Compiling aws-lc-sys v0.22.0
15442024-12-21T04:26:00.328Z Compiling rustls-webpki v0.102.8
15452024-12-21T04:26:04.167Z Compiling tokio-rustls v0.25.0
15462024-12-21T04:26:05.893Z Compiling tokio-rustls v0.26.0
15472024-12-21T04:26:06.369Z Compiling hyper-rustls v0.27.3
15482024-12-21T04:26:06.741Z Compiling reqwest v0.12.9
15492024-12-21T04:26:07.899Z Compiling qorb v0.2.1
15502024-12-21T04:26:12.892Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15512024-12-21T04:26:13.138Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15522024-12-21T04:26:19.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
15532024-12-21T04:26:19.447Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15542024-12-21T04:26:19.492ZDec 21 04:26:19.055 INFO Starting download, target: Cockroach
15552024-12-21T04:26:19.492ZDec 21 04:26:19.055 INFO Starting download, target: Clickhouse
15562024-12-21T04:26:19.492ZDec 21 04:26:19.055 INFO Starting download, target: Console
15572024-12-21T04:26:19.492ZDec 21 04:26:19.055 INFO Starting download, target: DendriteOpenapi
15582024-12-21T04:26:19.492ZDec 21 04:26:19.055 INFO Starting download, target: DendriteStub
15592024-12-21T04:26:19.493ZDec 21 04:26:19.055 INFO Starting download, target: MaghemiteMgd
15602024-12-21T04:26:19.493ZDec 21 04:26:19.055 INFO Starting download, target: TransceiverControl
15612024-12-21T04:26:19.576ZDec 21 04:26:19.056 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15622024-12-21T04:26:19.576ZDec 21 04:26:19.056 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15632024-12-21T04:26:19.576ZDec 21 04:26:19.056 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15642024-12-21T04:26:19.577ZDec 21 04:26:19.056 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15652024-12-21T04:26:19.577ZDec 21 04:26:19.056 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15662024-12-21T04:26:19.577ZDec 21 04:26:19.056 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15672024-12-21T04:26:19.577ZDec 21 04:26:19.056 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15682024-12-21T04:26:19.849ZDec 21 04:26:19.421 INFO Download complete, target: DendriteOpenapi
15692024-12-21T04:26:20.042ZDec 21 04:26:19.537 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15702024-12-21T04:26:20.165ZDec 21 04:26:19.673 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15712024-12-21T04:26:20.302ZDec 21 04:26:19.847 INFO Download complete, target: Console
15722024-12-21T04:26:20.758ZDec 21 04:26:20.309 INFO Download complete, target: TransceiverControl
15732024-12-21T04:26:21.019ZDec 21 04:26:20.502 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15742024-12-21T04:26:21.392ZDec 21 04:26:20.941 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15752024-12-21T04:26:21.756ZDec 21 04:26:21.318 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15762024-12-21T04:26:22.158ZDec 21 04:26:21.734 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15772024-12-21T04:26:22.158ZDec 21 04:26:21.734 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15782024-12-21T04:26:23.733ZDec 21 04:26:23.307 INFO Download complete, target: DendriteStub
15792024-12-21T04:26:24.218ZDec 21 04:26:23.793 INFO Download complete, target: MaghemiteMgd
15802024-12-21T04:26:29.525ZDec 21 04:26:29.098 INFO Checking that binary works, target: Cockroach
15812024-12-21T04:26:29.684ZDec 21 04:26:29.257 INFO Download complete, target: Cockroach
15822024-12-21T04:26:34.151ZDec 21 04:26:33.719 INFO Checking that binary works, target: Clickhouse
15832024-12-21T04:26:34.589ZDec 21 04:26:34.159 INFO Download complete, target: Clickhouse
15842024-12-21T04:26:34.684ZAll builder prerequisites installed successfully, and PATH looks valid
15852024-12-21T04:26:34.687Z
15862024-12-21T04:26:34.687Zreal 6:41.752869816
15872024-12-21T04:26:34.687Zuser 17:12.955644215
15882024-12-21T04:26:34.687Zsys 3:20.352597915
15892024-12-21T04:26:34.687Ztrap 0.603787600
15902024-12-21T04:26:34.687Ztflt 5.059539275
15912024-12-21T04:26:34.687Zdflt 5.390011294
15922024-12-21T04:26:34.687Zkflt 0.276863168
15932024-12-21T04:26:34.687Zlock 30:54.940372012
15942024-12-21T04:26:34.687Zslp 1:08:00.048067180
15952024-12-21T04:26:34.687Zlat 57.193132518
15962024-12-21T04:26:34.687Zstop 2:24.929942075
15972024-12-21T04:26:34.687Z+ banner hack-check
15982024-12-21T04:26:34.690Z
15992024-12-21T04:26:34.690Z # # ## #### # # #### # # ###### #### # #
16002024-12-21T04:26:34.690Z # # # # # # # # # # # # # # # # #
16012024-12-21T04:26:34.690Z ###### # # # #### ##### # ###### ##### # ####
16022024-12-21T04:26:34.690Z # # ###### # # # # # # # # # #
16032024-12-21T04:26:34.690Z # # # # # # # # # # # # # # # # #
16042024-12-21T04:26:34.690Z # # # # #### # # #### # # ###### #### # #
16052024-12-21T04:26:34.690Z
16062024-12-21T04:26:34.690Z+ export CARGO_INCREMENTAL=0
16072024-12-21T04:26:34.690Z+ CARGO_INCREMENTAL=0
16082024-12-21T04:26:34.690Z+ ptime -m timeout 2h cargo xtask check-features --ci
16092024-12-21T04:26:35.270Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16102024-12-21T04:26:38.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
16112024-12-21T04:26:38.999Z Running `target/debug/xtask check-features --ci`
16122024-12-21T04:26:39.022Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16132024-12-21T04:26:39.022Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16142024-12-21T04:26:39.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16152024-12-21T04:26:39.527Z Running `target/debug/xtask download cargo-hack`
16162024-12-21T04:26:40.376Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16172024-12-21T04:26:40.711Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16182024-12-21T04:26:45.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s
16192024-12-21T04:26:46.134Z Running `target/debug/xtask-downloader cargo-hack`
16202024-12-21T04:26:46.176ZDec 21 04:26:45.741 INFO Starting download, target: CargoHack
16212024-12-21T04:26:46.179ZDec 21 04:26:45.742 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16222024-12-21T04:26:46.665ZDec 21 04:26:46.230 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16232024-12-21T04:26:46.755ZDec 21 04:26:46.320 INFO Download complete, target: CargoHack
16242024-12-21T04:26:46.759Zrunning: "/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"
16252024-12-21T04:26:46.775Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16262024-12-21T04:26:46.950Zinfo: running `cargo check --bins` on api_identity (1/176)
16272024-12-21T04:26:47.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-12-21T04:26:47.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-12-21T04:26:47.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-12-21T04:26:47.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16312024-12-21T04:26:47.588Z
16322024-12-21T04:26:47.588Zinfo: running `cargo check --bins` on bootstore (2/176)
16332024-12-21T04:26:48.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-12-21T04:26:48.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-12-21T04:26:48.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-12-21T04:26:48.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16372024-12-21T04:26:48.251Z
16382024-12-21T04:26:48.251Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16392024-12-21T04:26:48.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-12-21T04:26:48.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-12-21T04:26:48.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-12-21T04:26:48.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16432024-12-21T04:26:48.921Z
16442024-12-21T04:26:48.921Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16452024-12-21T04:26:49.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-12-21T04:26:49.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-12-21T04:26:49.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-12-21T04:26:49.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16492024-12-21T04:26:49.573Z
16502024-12-21T04:26:49.573Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16512024-12-21T04:26:49.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-12-21T04:26:49.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-12-21T04:26:49.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-12-21T04:26:49.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16552024-12-21T04:26:49.995Z
16562024-12-21T04:26:49.995Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16572024-12-21T04:26:50.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-12-21T04:26:50.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-12-21T04:26:50.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-12-21T04:26:50.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16612024-12-21T04:26:50.436Z
16622024-12-21T04:26:50.437Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16632024-12-21T04:26:50.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-12-21T04:26:50.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-12-21T04:26:50.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-12-21T04:26:50.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16672024-12-21T04:26:50.898Z
16682024-12-21T04:26:50.899Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16692024-12-21T04:26:51.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-12-21T04:26:51.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-12-21T04:26:51.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-12-21T04:26:51.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16732024-12-21T04:26:51.362Z
16742024-12-21T04:26:51.362Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16752024-12-21T04:26:51.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-12-21T04:26:51.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-12-21T04:26:51.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-12-21T04:26:51.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16792024-12-21T04:26:51.804Z
16802024-12-21T04:26:51.804Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16812024-12-21T04:26:52.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-12-21T04:26:52.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-12-21T04:26:52.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-12-21T04:26:52.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16852024-12-21T04:26:52.260Z
16862024-12-21T04:26:52.260Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16872024-12-21T04:26:52.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-12-21T04:26:52.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-12-21T04:26:52.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-12-21T04:26:52.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16912024-12-21T04:26:52.734Z
16922024-12-21T04:26:52.734Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16932024-12-21T04:26:53.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-12-21T04:26:53.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-12-21T04:26:53.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-12-21T04:26:53.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16972024-12-21T04:26:53.184Z
16982024-12-21T04:26:53.184Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16992024-12-21T04:26:53.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-12-21T04:26:53.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-12-21T04:26:53.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-12-21T04:26:53.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17032024-12-21T04:26:53.617Z
17042024-12-21T04:26:53.617Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17052024-12-21T04:26:54.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-12-21T04:26:54.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-12-21T04:26:54.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-12-21T04:26:54.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17092024-12-21T04:26:54.047Z
17102024-12-21T04:26:54.047Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17112024-12-21T04:26:54.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-12-21T04:26:54.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-12-21T04:26:54.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-12-21T04:26:54.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17152024-12-21T04:26:54.480Z
17162024-12-21T04:26:54.480Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17172024-12-21T04:26:54.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-12-21T04:26:54.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-12-21T04:26:54.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-12-21T04:26:54.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17212024-12-21T04:26:54.910Z
17222024-12-21T04:26:54.910Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17232024-12-21T04:26:55.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-12-21T04:26:55.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-12-21T04:26:55.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-12-21T04:26:55.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17272024-12-21T04:26:55.344Z
17282024-12-21T04:26:55.344Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17292024-12-21T04:26:55.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-12-21T04:26:55.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-12-21T04:26:55.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-12-21T04:26:55.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17332024-12-21T04:26:55.822Z
17342024-12-21T04:26:55.823Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17352024-12-21T04:26:56.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-12-21T04:26:56.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-12-21T04:26:56.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-12-21T04:26:56.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17392024-12-21T04:26:56.292Z
17402024-12-21T04:26:56.292Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17412024-12-21T04:26:56.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-12-21T04:26:56.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-12-21T04:26:56.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-12-21T04:26:56.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17452024-12-21T04:26:56.731Z
17462024-12-21T04:26:56.731Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17472024-12-21T04:26:57.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-12-21T04:26:57.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-12-21T04:26:57.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-12-21T04:26:57.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17512024-12-21T04:26:57.181Z
17522024-12-21T04:26:57.181Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17532024-12-21T04:26:57.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-12-21T04:26:57.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-12-21T04:26:57.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-12-21T04:26:57.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17572024-12-21T04:26:57.635Z
17582024-12-21T04:26:57.635Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17592024-12-21T04:26:58.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-12-21T04:26:58.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-12-21T04:26:58.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-12-21T04:26:58.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17632024-12-21T04:26:58.107Z
17642024-12-21T04:26:58.107Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17652024-12-21T04:26:58.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-12-21T04:26:58.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-12-21T04:26:58.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-12-21T04:26:58.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17692024-12-21T04:26:58.568Z
17702024-12-21T04:26:58.568Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17712024-12-21T04:26:59.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-12-21T04:26:59.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-12-21T04:26:59.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-12-21T04:26:59.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17752024-12-21T04:26:59.264Z
17762024-12-21T04:26:59.264Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17772024-12-21T04:26:59.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-12-21T04:26:59.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-12-21T04:26:59.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802024-12-21T04:26:59.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17812024-12-21T04:26:59.914Z
17822024-12-21T04:26:59.914Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17832024-12-21T04:27:00.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842024-12-21T04:27:00.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852024-12-21T04:27:00.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862024-12-21T04:27:00.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17872024-12-21T04:27:00.616Z
17882024-12-21T04:27:00.616Zinfo: running `cargo check --bins` on oxlog (28/176)
17892024-12-21T04:27:01.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902024-12-21T04:27:01.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912024-12-21T04:27:01.319Z Checking cfg-if v1.0.0
17922024-12-21T04:27:01.321Z Checking libc v0.2.162
17932024-12-21T04:27:01.431Z Checking serde v1.0.215
17942024-12-21T04:27:01.434Z Checking zeroize v1.8.1
17952024-12-21T04:27:01.456Z Checking memchr v2.7.4
17962024-12-21T04:27:01.458Z Checking typenum v1.17.0
17972024-12-21T04:27:01.469Z Checking scopeguard v1.2.0
17982024-12-21T04:27:01.480Z Checking subtle v2.6.1
17992024-12-21T04:27:01.509Z Checking value-bag v1.9.0
18002024-12-21T04:27:01.620Z Checking lock_api v0.4.12
18012024-12-21T04:27:01.698Z Checking smallvec v1.13.2
18022024-12-21T04:27:01.745Z Checking const-oid v0.9.6
18032024-12-21T04:27:01.940Z Checking log v0.4.22
18042024-12-21T04:27:02.023Z Checking itoa v1.0.11
18052024-12-21T04:27:02.065Z Checking pin-project-lite v0.2.14
18062024-12-21T04:27:02.188Z Checking byteorder v1.5.0
18072024-12-21T04:27:02.245Z Checking futures-core v0.3.31
18082024-12-21T04:27:02.403Z Checking once_cell v1.20.2
18092024-12-21T04:27:02.426Z Checking cpufeatures v0.2.14
18102024-12-21T04:27:02.459Z Checking futures-sink v0.3.31
18112024-12-21T04:27:02.514Z Checking stable_deref_trait v1.2.0
18122024-12-21T04:27:02.594Z Checking getrandom v0.2.15
18132024-12-21T04:27:02.594Z Checking signal-hook-registry v1.4.2
18142024-12-21T04:27:02.622Z Checking parking_lot_core v0.9.10
18152024-12-21T04:27:02.633Z Checking mio v1.0.2
18162024-12-21T04:27:02.698Z Checking socket2 v0.5.7
18172024-12-21T04:27:02.785Z Checking generic-array v0.14.7
18182024-12-21T04:27:02.828Z Checking rand_core v0.6.4
18192024-12-21T04:27:02.861Z Checking spin v0.9.8
18202024-12-21T04:27:02.936Z Checking parking_lot v0.12.3
18212024-12-21T04:27:03.163Z Checking zerocopy v0.7.35
18222024-12-21T04:27:03.195Z Checking slab v0.4.9
18232024-12-21T04:27:03.219Z Checking zerofrom v0.1.4
18242024-12-21T04:27:03.249Z Checking futures-channel v0.3.31
18252024-12-21T04:27:03.318Z Checking futures-io v0.3.31
18262024-12-21T04:27:03.450Z Checking yoke v0.7.4
18272024-12-21T04:27:03.464Z Checking equivalent v1.0.1
18282024-12-21T04:27:03.498Z Checking pin-utils v0.1.0
18292024-12-21T04:27:03.571Z Checking foldhash v0.1.3
18302024-12-21T04:27:03.588Z Checking allocator-api2 v0.2.18
18312024-12-21T04:27:03.603Z Checking futures-task v0.3.31
18322024-12-21T04:27:03.619Z Checking tinyvec_macros v0.1.1
18332024-12-21T04:27:03.709Z Checking ryu v1.0.18
18342024-12-21T04:27:03.767Z Checking zerovec v0.10.4
18352024-12-21T04:27:03.783Z Checking tinyvec v1.8.0
18362024-12-21T04:27:03.839Z Checking futures-util v0.3.31
18372024-12-21T04:27:03.959Z Checking fnv v1.0.7
18382024-12-21T04:27:03.993Z Checking crypto-common v0.1.6
18392024-12-21T04:27:04.099Z Checking block-buffer v0.10.4
18402024-12-21T04:27:04.185Z Checking block-padding v0.3.3
18412024-12-21T04:27:04.267Z Checking hashbrown v0.15.1
18422024-12-21T04:27:04.321Z Checking digest v0.10.7
18432024-12-21T04:27:04.409Z Checking inout v0.1.3
18442024-12-21T04:27:04.632Z Checking libm v0.2.8
18452024-12-21T04:27:04.653Z Checking cipher v0.4.4
18462024-12-21T04:27:04.701Z Checking hmac v0.12.1
18472024-12-21T04:27:04.934Z Checking sha2 v0.10.8
18482024-12-21T04:27:05.068Z Checking litemap v0.7.3
18492024-12-21T04:27:05.145Z Checking unicode-normalization v0.1.24
18502024-12-21T04:27:05.421Z Checking writeable v0.5.5
18512024-12-21T04:27:05.481Z Checking tinystr v0.7.6
18522024-12-21T04:27:05.481Z Checking unicode-bidi v0.3.17
18532024-12-21T04:27:05.520Z Checking base64ct v1.6.0
18542024-12-21T04:27:05.603Z Checking num-traits v0.2.19
18552024-12-21T04:27:05.736Z Checking ppv-lite86 v0.2.20
18562024-12-21T04:27:05.891Z Checking icu_locid v1.5.0
18572024-12-21T04:27:05.962Z Checking pem-rfc7468 v0.7.0
18582024-12-21T04:27:06.089Z Checking flagset v0.4.6
18592024-12-21T04:27:06.132Z Checking tracing-core v0.1.32
18602024-12-21T04:27:06.240Z Checking thiserror v1.0.69
18612024-12-21T04:27:06.302Z Checking der v0.7.9
18622024-12-21T04:27:06.377Z Checking percent-encoding v2.3.1
18632024-12-21T04:27:06.503Z Checking rand_chacha v0.3.1
18642024-12-21T04:27:06.529Z Checking bytes v1.8.0
18652024-12-21T04:27:06.591Z Checking indexmap v2.6.0
18662024-12-21T04:27:06.832Z Checking serde_json v1.0.133
18672024-12-21T04:27:06.912Z Checking bitflags v2.6.0
18682024-12-21T04:27:07.001Z Checking icu_provider v1.5.0
18692024-12-21T04:27:07.212Z Checking rustls-pki-types v1.10.0
18702024-12-21T04:27:07.317Z Checking icu_locid_transform_data v1.5.0
18712024-12-21T04:27:07.415Z Checking tokio v1.40.0
18722024-12-21T04:27:07.431Z Checking http v1.1.0
18732024-12-21T04:27:07.700Z Checking icu_locid_transform v1.5.0
18742024-12-21T04:27:07.791Z Checking rand v0.8.5
18752024-12-21T04:27:07.978Z Checking tracing v0.1.40
18762024-12-21T04:27:08.245Z Checking spki v0.7.3
18772024-12-21T04:27:08.587Z Checking icu_collections v1.5.0
18782024-12-21T04:27:08.602Z Checking salsa20 v0.10.2
18792024-12-21T04:27:08.617Z Checking pbkdf2 v0.12.2
18802024-12-21T04:27:08.720Z Checking aws-lc-sys v0.22.0
18812024-12-21T04:27:08.751Z Checking httparse v1.9.5
18822024-12-21T04:27:08.792Z Checking untrusted v0.9.0
18832024-12-21T04:27:08.810Z Checking powerfmt v0.2.0
18842024-12-21T04:27:08.944Z Checking icu_properties_data v1.5.0
18852024-12-21T04:27:09.045Z Checking mirai-annotations v1.12.0
18862024-12-21T04:27:09.084Z Checking untrusted v0.7.1
18872024-12-21T04:27:09.104Z Checking deranged v0.3.11
18882024-12-21T04:27:09.132Z Checking ring v0.17.8
18892024-12-21T04:27:09.185Z Checking scrypt v0.11.0
18902024-12-21T04:27:09.199Z Checking icu_properties v1.5.1
18912024-12-21T04:27:09.216Z Checking cbc v0.1.2
18922024-12-21T04:27:09.236Z Checking aes v0.8.4
18932024-12-21T04:27:09.398Z Checking crossbeam-utils v0.8.20
18942024-12-21T04:27:09.422Z Checking time-core v0.1.2
18952024-12-21T04:27:09.577Z Checking icu_normalizer_data v1.5.0
18962024-12-21T04:27:09.672Z Checking write16 v1.0.0
18972024-12-21T04:27:09.800Z Checking utf16_iter v1.0.5
18982024-12-21T04:27:09.974Z Checking atomic-waker v1.1.2
18992024-12-21T04:27:10.112Z Checking num-conv v0.1.0
19002024-12-21T04:27:10.143Z Checking num_threads v0.1.7
19012024-12-21T04:27:10.159Z Checking utf8_iter v1.0.4
19022024-12-21T04:27:10.262Z Checking pkcs5 v0.7.1
19032024-12-21T04:27:10.358Z Checking http-body v1.0.1
19042024-12-21T04:27:10.375Z Checking form_urlencoded v1.2.1
19052024-12-21T04:27:10.556Z Checking try-lock v0.2.5
19062024-12-21T04:27:10.575Z Checking uuid v1.11.0
19072024-12-21T04:27:10.684Z Checking want v0.3.1
19082024-12-21T04:27:10.759Z Checking pkcs8 v0.10.2
19092024-12-21T04:27:10.853Z Checking unicode-ident v1.0.13
19102024-12-21T04:27:10.870Z Checking time v0.3.36
19112024-12-21T04:27:11.005Z Checking httpdate v1.0.3
19122024-12-21T04:27:11.021Z Checking proc-macro2 v1.0.89
19132024-12-21T04:27:11.077Z Checking toml_datetime v0.6.8
19142024-12-21T04:27:11.175Z Checking serde_spanned v0.6.8
19152024-12-21T04:27:11.263Z Checking slog v2.7.0
19162024-12-21T04:27:11.280Z Checking aws-lc-rs v1.10.0
19172024-12-21T04:27:11.349Z Checking scroll v0.12.0
19182024-12-21T04:27:11.372Z Checking iana-time-zone v0.1.61
19192024-12-21T04:27:11.524Z Checking tower-service v0.3.3
19202024-12-21T04:27:11.645Z Checking plain v0.2.3
19212024-12-21T04:27:11.741Z Checking adler2 v2.0.0
19222024-12-21T04:27:11.771Z Checking base64 v0.22.1
19232024-12-21T04:27:11.800Z Checking match_cfg v0.1.0
19242024-12-21T04:27:11.861Z Checking ucd-trie v0.1.7
19252024-12-21T04:27:11.897Z Checking foreign-types-shared v0.1.1
19262024-12-21T04:27:11.914Z Checking miniz_oxide v0.8.0
19272024-12-21T04:27:12.008Z Checking foreign-types v0.3.2
19282024-12-21T04:27:12.081Z Checking pest v2.7.14
19292024-12-21T04:27:12.111Z Checking hostname v0.3.1
19302024-12-21T04:27:12.244Z Checking goblin v0.8.2
19312024-12-21T04:27:12.263Z Checking quote v1.0.37
19322024-12-21T04:27:12.634Z Checking chrono v0.4.38
19332024-12-21T04:27:12.652Z Checking icu_normalizer v1.5.0
19342024-12-21T04:27:12.704Z Checking openssl-sys v0.9.103
19352024-12-21T04:27:13.120Z Checking rustls-webpki v0.102.8
19362024-12-21T04:27:13.504Z Checking dirs-sys-next v0.1.2
19372024-12-21T04:27:13.537Z Checking idna_adapter v1.2.0
19382024-12-21T04:27:13.715Z Checking errno v0.3.9
19392024-12-21T04:27:13.731Z Checking idna v1.0.3
19402024-12-21T04:27:13.897Z Checking aho-corasick v1.1.3
19412024-12-21T04:27:14.021Z Checking siphasher v0.3.11
19422024-12-21T04:27:14.056Z Checking pretty-hex v0.4.1
19432024-12-21T04:27:14.237Z Compiling newtype-uuid v1.1.3
19442024-12-21T04:27:14.266Z Checking url v2.5.3
19452024-12-21T04:27:14.333Z Checking regex-syntax v0.8.5
19462024-12-21T04:27:14.524Z Checking data-encoding v2.6.0
19472024-12-21T04:27:14.722Z Checking dtrace-parser v0.2.0
19482024-12-21T04:27:14.815Z Checking openssl v0.10.66
19492024-12-21T04:27:15.010Z Checking tokio-util v0.7.12
19502024-12-21T04:27:15.132Z Checking rustix v0.38.37
19512024-12-21T04:27:15.167Z Checking dirs-next v2.0.0
19522024-12-21T04:27:15.238Z Checking syn v2.0.87
19532024-12-21T04:27:15.296Z Checking http-body-util v0.1.2
19542024-12-21T04:27:15.617Z Checking crossbeam-epoch v0.9.18
19552024-12-21T04:27:15.735Z Checking signature v2.2.0
19562024-12-21T04:27:15.930Z Checking sha1 v0.10.6
19572024-12-21T04:27:15.949Z Checking h2 v0.4.6
19582024-12-21T04:27:16.062Z Checking lazy_static v1.5.0
19592024-12-21T04:27:16.184Z Checking thread_local v1.1.8
19602024-12-21T04:27:16.225Z Checking thread-id v4.2.2
19612024-12-21T04:27:16.334Z Checking encoding_rs v0.8.34
19622024-12-21T04:27:16.460Z Checking gimli v0.31.1
19632024-12-21T04:27:17.543Z Checking dof v0.3.0
19642024-12-21T04:27:17.696Z Checking regex-automata v0.4.8
19652024-12-21T04:27:18.193Z Checking utf8parse v0.2.2
19662024-12-21T04:27:18.340Z Checking anstyle v1.0.10
19672024-12-21T04:27:18.689Z Checking openssl-probe v0.1.5
19682024-12-21T04:27:18.712Z Checking winnow v0.6.20
19692024-12-21T04:27:18.795Z Checking unicode-properties v0.1.3
19702024-12-21T04:27:18.847Z Checking ipnet v2.10.1
19712024-12-21T04:27:19.203Z Checking either v1.13.0
19722024-12-21T04:27:19.337Z Checking mime v0.3.17
19732024-12-21T04:27:19.621Z Checking stringprep v0.1.5
19742024-12-21T04:27:19.683Z Checking anstyle-parse v0.2.5
19752024-12-21T04:27:19.915Z Checking crossbeam-deque v0.8.5
19762024-12-21T04:27:19.962Z Checking term v0.7.0
19772024-12-21T04:27:20.227Z Checking rustls v0.22.4
19782024-12-21T04:27:20.382Z Checking native-tls v0.2.12
19792024-12-21T04:27:20.399Z Checking rustls v0.23.19
19802024-12-21T04:27:20.483Z Checking addr2line v0.24.2
19812024-12-21T04:27:20.694Z Checking slog-json v2.6.1
19822024-12-21T04:27:20.952Z Checking serde_urlencoded v0.7.1
19832024-12-21T04:27:21.005Z Checking crossbeam-channel v0.5.13
19842024-12-21T04:27:21.418Z Checking futures-executor v0.3.31
19852024-12-21T04:27:21.665Z Checking rustls-pemfile v2.2.0
19862024-12-21T04:27:21.726Z Checking usdt-impl v0.5.0
19872024-12-21T04:27:21.749Z Checking toml_edit v0.22.22
19882024-12-21T04:27:21.784Z Checking num-integer v0.1.46
19892024-12-21T04:27:21.879Z Checking idna v0.3.0
19902024-12-21T04:27:22.263Z Checking idna v0.4.0
19912024-12-21T04:27:22.313Z Checking md-5 v0.10.6
19922024-12-21T04:27:22.536Z Checking ff v0.13.0
19932024-12-21T04:27:22.539Z Checking hyper v1.5.0
19942024-12-21T04:27:22.568Z Checking hash32 v0.2.1
19952024-12-21T04:27:22.761Z Checking memmap v0.7.0
19962024-12-21T04:27:22.778Z Checking is-terminal v0.4.13
19972024-12-21T04:27:22.882Z Checking object v0.36.5
19982024-12-21T04:27:22.902Z Checking anstyle-query v1.1.1
19992024-12-21T04:27:22.985Z Checking dyn-clone v1.0.17
20002024-12-21T04:27:23.031Z Checking fallible-iterator v0.2.0
20012024-12-21T04:27:23.142Z Checking quick-error v1.2.3
20022024-12-21T04:27:23.225Z Checking rustc-demangle v0.1.24
20032024-12-21T04:27:23.309Z Checking linked-hash-map v0.5.6
20042024-12-21T04:27:23.615Z Checking utf-8 v0.7.6
20052024-12-21T04:27:23.675Z Checking is_terminal_polyfill v1.70.1
20062024-12-21T04:27:23.704Z Checking take_mut v0.2.2
20072024-12-21T04:27:23.769Z Checking psl-types v2.0.11
20082024-12-21T04:27:23.802Z Checking base16ct v0.2.0
20092024-12-21T04:27:23.817Z Checking colorchoice v1.0.2
20102024-12-21T04:27:23.955Z Checking anstream v0.6.15
20112024-12-21T04:27:23.960Z Checking publicsuffix v2.2.3
20122024-12-21T04:27:23.970Z Checking sec1 v0.7.3
20132024-12-21T04:27:24.037Z Checking tokio-rustls v0.25.0
20142024-12-21T04:27:24.194Z Checking slog-async v2.8.0
20152024-12-21T04:27:24.315Z Checking tungstenite v0.24.0
20162024-12-21T04:27:24.358Z Checking postgres-protocol v0.6.7
20172024-12-21T04:27:24.431Z Checking toml v0.8.19
20182024-12-21T04:27:24.461Z Checking lru-cache v0.1.2
20192024-12-21T04:27:24.480Z Checking resolv-conf v0.7.0
20202024-12-21T04:27:24.660Z Checking hickory-proto v0.24.1
20212024-12-21T04:27:24.719Z Checking hyper-util v0.1.10
20222024-12-21T04:27:24.842Z Checking schemars v0.8.21
20232024-12-21T04:27:25.050Z Checking usdt v0.5.0
20242024-12-21T04:27:25.176Z Checking slog-term v2.9.1
20252024-12-21T04:27:25.210Z Checking heapless v0.7.17
20262024-12-21T04:27:25.312Z Checking group v0.13.0
20272024-12-21T04:27:25.576Z Checking num-iter v0.1.45
20282024-12-21T04:27:25.654Z Checking futures v0.3.31
20292024-12-21T04:27:25.737Z Checking slog-bunyan v2.5.0
20302024-12-21T04:27:25.772Z Checking tokio-native-tls v0.3.1
20312024-12-21T04:27:25.910Z Checking rayon-core v1.12.1
20322024-12-21T04:27:26.045Z Checking multer v3.1.0
20332024-12-21T04:27:26.198Z Checking tokio-rustls v0.26.0
20342024-12-21T04:27:26.285Z Checking terminal_size v0.4.0
20352024-12-21T04:27:26.483Z Checking phf_shared v0.11.2
20362024-12-21T04:27:26.502Z Checking cookie v0.18.1
20372024-12-21T04:27:26.591Z Checking async-stream v0.3.6
20382024-12-21T04:27:26.638Z Checking bzip2-sys v0.1.11+1.0.8
20392024-12-21T04:27:26.740Z Checking signal-hook v0.3.17
20402024-12-21T04:27:26.757Z Checking camino v1.1.9
20412024-12-21T04:27:26.759Z Checking waitgroup v0.1.2
20422024-12-21T04:27:26.789Z Checking openapiv3 v2.0.0
20432024-12-21T04:27:26.815Z Checking webpki-roots v0.26.6
20442024-12-21T04:27:26.910Z Checking serde_path_to_error v0.1.16
20452024-12-21T04:27:26.959Z Checking idna v0.5.0
20462024-12-21T04:27:27.017Z Checking hkdf v0.12.4
20472024-12-21T04:27:27.065Z Checking crypto-bigint v0.5.5
20482024-12-21T04:27:27.241Z Checking hostname v0.4.0
20492024-12-21T04:27:27.325Z Checking crc32fast v1.4.2
20502024-12-21T04:27:27.383Z Checking managed v0.8.0
20512024-12-21T04:27:27.514Z Checking winnow v0.5.40
20522024-12-21T04:27:27.558Z Checking unicode-width v0.1.14
20532024-12-21T04:27:27.791Z Checking strsim v0.11.1
20542024-12-21T04:27:27.818Z Checking debug-ignore v1.0.5
20552024-12-21T04:27:27.951Z Checking bitflags v1.3.2
20562024-12-21T04:27:28.038Z Checking clap_lex v0.7.2
20572024-12-21T04:27:28.052Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20582024-12-21T04:27:28.091Z Checking smoltcp v0.9.1
20592024-12-21T04:27:28.291Z Checking clap_builder v4.5.21
20602024-12-21T04:27:28.331Z Checking console v0.15.8
20612024-12-21T04:27:28.942Z Checking cookie_store v0.21.0
20622024-12-21T04:27:29.448Z Checking backtrace v0.3.74
20632024-12-21T04:27:29.592Z Checking flate2 v1.0.34
20642024-12-21T04:27:29.609Z Checking hickory-resolver v0.24.1
20652024-12-21T04:27:29.648Z Checking signal-hook-mio v0.2.4
20662024-12-21T04:27:29.793Z Checking hyper-rustls v0.27.3
20672024-12-21T04:27:30.023Z Checking anyhow v1.0.93
20682024-12-21T04:27:30.039Z Checking elliptic-curve v0.13.8
20692024-12-21T04:27:30.161Z Checking hyper-tls v0.6.0
20702024-12-21T04:27:30.251Z Checking bzip2 v0.4.4
20712024-12-21T04:27:30.361Z Checking dropshot v0.12.0
20722024-12-21T04:27:30.418Z Checking phf v0.11.2
20732024-12-21T04:27:30.468Z Checking rayon v1.10.0
20742024-12-21T04:27:30.536Z Checking num-bigint-dig v0.8.4
20752024-12-21T04:27:30.641Z Checking toml_edit v0.19.15
20762024-12-21T04:27:30.688Z Checking tokio-tungstenite v0.24.0
20772024-12-21T04:27:30.742Z Checking postgres-types v0.2.8
20782024-12-21T04:27:31.187Z Checking regex v1.11.1
20792024-12-21T04:27:31.306Z Checking bstr v1.10.0
20802024-12-21T04:27:31.522Z Checking tokio-stream v0.1.16
20812024-12-21T04:27:31.539Z Checking ed25519 v2.2.3
20822024-12-21T04:27:31.840Z Checking phf_shared v0.10.0
20832024-12-21T04:27:31.857Z Checking curve25519-dalek v4.1.3
20842024-12-21T04:27:32.146Z Checking zerocopy v0.6.6
20852024-12-21T04:27:32.287Z Checking hubpack v0.1.2
20862024-12-21T04:27:32.416Z Checking pkcs1 v0.7.5
20872024-12-21T04:27:32.627Z Checking portable-atomic v1.9.0
20882024-12-21T04:27:32.776Z Checking float-cmp v0.9.0
20892024-12-21T04:27:32.849Z Checking serde-big-array v0.5.1
20902024-12-21T04:27:32.921Z Checking rfc6979 v0.4.0
20912024-12-21T04:27:32.977Z Checking sync_wrapper v1.0.1
20922024-12-21T04:27:33.078Z Checking fixedbitset v0.4.2
20932024-12-21T04:27:33.101Z Checking whoami v1.5.2
20942024-12-21T04:27:33.125Z Checking bit-vec v0.6.3
20952024-12-21T04:27:33.203Z Checking unicode-width v0.2.0
20962024-12-21T04:27:33.364Z Checking difflib v0.4.0
20972024-12-21T04:27:33.415Z Checking predicates-core v1.0.8
20982024-12-21T04:27:33.468Z Checking number_prefix v0.4.0
20992024-12-21T04:27:33.610Z Checking static_assertions v1.1.0
21002024-12-21T04:27:33.676Z Checking unicode-segmentation v1.12.0
21012024-12-21T04:27:33.693Z Checking new_debug_unreachable v1.0.6
21022024-12-21T04:27:33.708Z Checking precomputed-hash v0.1.1
21032024-12-21T04:27:33.710Z Checking normalize-line-endings v0.3.0
21042024-12-21T04:27:33.710Z Checking minimal-lexical v0.2.1
21052024-12-21T04:27:33.780Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21062024-12-21T04:27:33.804Z Checking ed25519-dalek v2.1.1
21072024-12-21T04:27:33.821Z Checking string_cache v0.8.7
21082024-12-21T04:27:33.856Z Checking predicates v3.1.2
21092024-12-21T04:27:34.105Z Checking qorb v0.2.1
21102024-12-21T04:27:34.119Z Checking bit-set v0.5.3
21112024-12-21T04:27:34.122Z Checking nom v7.1.3
21122024-12-21T04:27:34.220Z Checking tokio-postgres v0.7.12
21132024-12-21T04:27:34.334Z Checking similar v2.6.0
21142024-12-21T04:27:34.368Z Checking petgraph v0.6.5
21152024-12-21T04:27:34.457Z Checking indicatif v0.17.9
21162024-12-21T04:27:34.533Z Checking toml v0.7.8
21172024-12-21T04:27:35.232Z Checking reqwest v0.12.9
21182024-12-21T04:27:35.249Z Checking ecdsa v0.16.9
21192024-12-21T04:27:35.288Z Checking rsa v0.9.6
21202024-12-21T04:27:36.018Z Checking clap v4.5.21
21212024-12-21T04:27:36.151Z Checking zip v0.6.6
21222024-12-21T04:27:36.444Z Checking crossterm v0.28.1
21232024-12-21T04:27:36.932Z Checking itertools v0.10.5
21242024-12-21T04:27:36.955Z Checking itertools v0.12.1
21252024-12-21T04:27:37.118Z Checking fs-err v2.11.0
21262024-12-21T04:27:37.216Z Checking ahash v0.8.11
21272024-12-21T04:27:37.675Z Checking x509-cert v0.2.5
21282024-12-21T04:27:37.774Z Checking semver v1.0.23
21292024-12-21T04:27:37.790Z Checking hex v0.4.3
21302024-12-21T04:27:37.805Z Checking lalrpop-util v0.19.12
21312024-12-21T04:27:38.109Z Checking peg-runtime v0.8.3
21322024-12-21T04:27:38.179Z Checking sigpipe v0.1.3
21332024-12-21T04:27:39.248Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21342024-12-21T04:27:39.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.93s
21352024-12-21T04:27:39.763Z
21362024-12-21T04:27:39.764Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21372024-12-21T04:27:40.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382024-12-21T04:27:40.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392024-12-21T04:27:40.468Z Compiling hashbrown v0.14.5
21402024-12-21T04:27:40.596Z Checking heck v0.5.0
21412024-12-21T04:27:40.643Z Compiling unsafe-libyaml v0.2.11
21422024-12-21T04:27:40.643Z Checking ipnetwork v0.20.0
21432024-12-21T04:27:40.643Z Compiling ident_case v1.0.1
21442024-12-21T04:27:40.660Z Checking progenitor-client v0.8.0
21452024-12-21T04:27:40.661Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21462024-12-21T04:27:40.735Z Checking newtype-uuid v1.1.3
21472024-12-21T04:27:40.790Z Compiling darling_core v0.20.10
21482024-12-21T04:27:40.952Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21492024-12-21T04:27:40.980Z Compiling proc-macro-crate v1.3.1
21502024-12-21T04:27:40.994Z Compiling structmeta-derive v0.3.0
21512024-12-21T04:27:41.066Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21522024-12-21T04:27:41.288Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21532024-12-21T04:27:41.378Z Compiling lzma-sys v0.1.20
21542024-12-21T04:27:41.760Z Checking regress v0.10.1
21552024-12-21T04:27:42.163Z Compiling serde_yaml v0.9.34+deprecated
21562024-12-21T04:27:42.179Z Compiling num_enum_derive v0.5.11
21572024-12-21T04:27:42.530Z Compiling foreign-types-macros v0.2.3
21582024-12-21T04:27:42.581Z Compiling dropshot v0.13.0
21592024-12-21T04:27:42.884Z Checking arc-swap v1.7.1
21602024-12-21T04:27:43.350Z Checking foreign-types-shared v0.3.1
21612024-12-21T04:27:43.470Z Checking slog-scope v4.4.0
21622024-12-21T04:27:43.752Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21632024-12-21T04:27:43.914Z Checking foreign-types v0.5.0
21642024-12-21T04:27:44.110Z Compiling structmeta v0.3.0
21652024-12-21T04:27:44.220Z Compiling proc-macro-error v1.0.4
21662024-12-21T04:27:44.517Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21672024-12-21T04:27:44.571Z Compiling parse-display-derive v0.10.0
21682024-12-21T04:27:44.630Z Checking tungstenite v0.21.0
21692024-12-21T04:27:44.820Z Checking num_enum v0.5.11
21702024-12-21T04:27:44.938Z Compiling heck v0.3.3
21712024-12-21T04:27:44.978Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21722024-12-21T04:27:45.392Z Compiling dropshot_endpoint v0.13.0
21732024-12-21T04:27:45.409Z Checking typify-impl v0.2.0
21742024-12-21T04:27:45.628Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752024-12-21T04:27:46.436Z Checking cstr-argument v0.1.2
21762024-12-21T04:27:46.607Z Checking instant v0.1.13
21772024-12-21T04:27:46.624Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21782024-12-21T04:27:46.726Z Checking base64 v0.21.7
21792024-12-21T04:27:46.908Z Checking pretty-hex v0.2.1
21802024-12-21T04:27:47.080Z Checking fastrand v2.1.1
21812024-12-21T04:27:47.227Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21822024-12-21T04:27:47.340Z Checking backoff v0.4.0
21832024-12-21T04:27:47.409Z Checking tempfile v3.13.0
21842024-12-21T04:27:47.507Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21852024-12-21T04:27:47.660Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21862024-12-21T04:27:47.816Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21872024-12-21T04:27:47.848Z Checking tokio-tungstenite v0.21.0
21882024-12-21T04:27:47.885Z Compiling zone_cfg_derive v0.1.2
21892024-12-21T04:27:47.959Z Checking strum v0.26.3
21902024-12-21T04:27:48.083Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21912024-12-21T04:27:48.140Z Compiling darling_macro v0.20.10
21922024-12-21T04:27:48.169Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21932024-12-21T04:27:48.433Z Checking slog-stdlog v4.1.1
21942024-12-21T04:27:48.472Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21952024-12-21T04:27:48.593Z Checking regress v0.9.1
21962024-12-21T04:27:48.618Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21972024-12-21T04:27:48.816Z Checking colored v2.1.0
21982024-12-21T04:27:48.918Z Checking macaddr v1.0.1
21992024-12-21T04:27:49.029Z Compiling darling v0.20.10
22002024-12-21T04:27:49.096Z Checking base64 v0.13.1
22012024-12-21T04:27:49.147Z Compiling serde_with_macros v3.11.0
22022024-12-21T04:27:49.317Z Checking parse-display v0.10.0
22032024-12-21T04:27:49.332Z Checking zone v0.1.8
22042024-12-21T04:27:49.494Z Checking ron v0.7.1
22052024-12-21T04:27:49.548Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22062024-12-21T04:27:50.015Z Checking slog-envlogger v2.2.0
22072024-12-21T04:27:50.057Z Checking xz2 v0.1.7
22082024-12-21T04:27:50.248Z Checking tabwriter v1.4.0
22092024-12-21T04:27:50.367Z Checking xattr v1.3.1
22102024-12-21T04:27:50.498Z Checking pem v3.0.4
22112024-12-21T04:27:50.566Z Checking yasna v0.5.2
22122024-12-21T04:27:50.742Z Checking headers-core v0.3.0
22132024-12-21T04:27:50.773Z Checking smf v0.2.3
22142024-12-21T04:27:50.897Z Checking filetime v0.2.25
22152024-12-21T04:27:51.153Z Checking same-file v1.0.6
22162024-12-21T04:27:51.309Z Checking tar v0.4.42
22172024-12-21T04:27:51.341Z Checking headers v0.4.0
22182024-12-21T04:27:51.357Z Checking walkdir v2.5.0
22192024-12-21T04:27:51.492Z Checking rcgen v0.12.1
22202024-12-21T04:27:51.655Z Checking atomicwrites v0.4.4
22212024-12-21T04:27:51.868Z Checking camino-tempfile v1.1.1
22222024-12-21T04:27:52.130Z Checking subprocess v0.2.9
22232024-12-21T04:27:52.147Z Checking serde_with v3.11.0
22242024-12-21T04:27:56.486Z Compiling typify-macro v0.2.0
22252024-12-21T04:27:58.440Z Compiling typify v0.2.0
22262024-12-21T04:27:58.511Z Compiling progenitor-impl v0.8.0
22272024-12-21T04:28:01.983Z Compiling progenitor-macro v0.8.0
22282024-12-21T04:28:06.995Z Checking progenitor v0.8.0
22292024-12-21T04:28:07.150Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22302024-12-21T04:28:07.154Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22312024-12-21T04:28:09.962Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22322024-12-21T04:28:10.402Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22332024-12-21T04:28:17.471Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22342024-12-21T04:28:19.106Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22352024-12-21T04:28:20.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.64s
22362024-12-21T04:28:20.596Z
22372024-12-21T04:28:20.596Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22382024-12-21T04:28:21.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-12-21T04:28:21.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-12-21T04:28:21.302Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22412024-12-21T04:28:22.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
22422024-12-21T04:28:23.025Z
22432024-12-21T04:28:23.025Zinfo: running `cargo check --bins` on nexus-config (31/176)
22442024-12-21T04:28:23.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-12-21T04:28:23.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-12-21T04:28:23.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-12-21T04:28:23.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22482024-12-21T04:28:23.625Z
22492024-12-21T04:28:23.625Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22502024-12-21T04:28:24.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-12-21T04:28:24.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-12-21T04:28:24.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532024-12-21T04:28:24.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22542024-12-21T04:28:24.270Z
22552024-12-21T04:28:24.270Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22562024-12-21T04:28:24.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-12-21T04:28:24.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-12-21T04:28:24.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-12-21T04:28:24.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22602024-12-21T04:28:24.934Z
22612024-12-21T04:28:24.934Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22622024-12-21T04:28:25.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-12-21T04:28:25.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-12-21T04:28:25.675Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22652024-12-21T04:28:25.786Z Compiling ipnetwork v0.20.0
22662024-12-21T04:28:25.786Z Compiling zerocopy v0.8.10
22672024-12-21T04:28:25.790Z Compiling progenitor-client v0.8.0
22682024-12-21T04:28:25.790Z Compiling itertools v0.13.0
22692024-12-21T04:28:25.791Z Compiling zerocopy-derive v0.8.10
22702024-12-21T04:28:25.791Z Compiling heapless v0.8.0
22712024-12-21T04:28:25.791Z Checking hash32 v0.3.1
22722024-12-21T04:28:25.987Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22732024-12-21T04:28:26.125Z Compiling progenitor v0.8.0
22742024-12-21T04:28:26.247Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22752024-12-21T04:28:26.386Z Compiling instant v0.1.13
22762024-12-21T04:28:26.530Z Compiling smoltcp v0.11.0
22772024-12-21T04:28:26.727Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22782024-12-21T04:28:26.745Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22792024-12-21T04:28:26.844Z Compiling backoff v0.4.0
22802024-12-21T04:28:27.029Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22812024-12-21T04:28:27.224Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22822024-12-21T04:28:27.295Z Compiling dropshot v0.13.0
22832024-12-21T04:28:27.418Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22842024-12-21T04:28:27.741Z Compiling serde_with v3.11.0
22852024-12-21T04:28:27.785Z Compiling parse-display v0.10.0
22862024-12-21T04:28:27.897Z Checking num-rational v0.4.2
22872024-12-21T04:28:28.528Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22882024-12-21T04:28:28.697Z Compiling regress v0.9.1
22892024-12-21T04:28:29.177Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22902024-12-21T04:28:30.431Z Compiling phf_generator v0.11.2
22912024-12-21T04:28:30.626Z Checking num-complex v0.4.6
22922024-12-21T04:28:31.862Z Compiling macaddr v1.0.1
22932024-12-21T04:28:32.213Z Checking cobs v0.2.3
22942024-12-21T04:28:32.342Z Checking num v0.4.3
22952024-12-21T04:28:32.393Z Checking postcard v1.0.10
22962024-12-21T04:28:32.452Z Compiling phf_codegen v0.11.2
22972024-12-21T04:28:32.813Z Compiling parse-zoneinfo v0.3.1
22982024-12-21T04:28:34.003Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22992024-12-21T04:28:34.307Z Compiling convert_case v0.4.0
23002024-12-21T04:28:34.945Z Compiling float-ord v0.3.2
23012024-12-21T04:28:35.145Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23022024-12-21T04:28:35.398Z Compiling derive_more v0.99.18
23032024-12-21T04:28:35.580Z Compiling chrono-tz-build v0.4.0
23042024-12-21T04:28:35.747Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052024-12-21T04:28:35.870Z Compiling thiserror v2.0.3
23062024-12-21T04:28:36.541Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23072024-12-21T04:28:36.694Z Compiling crucible-workspace-hack v0.1.0
23082024-12-21T04:28:36.913Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23092024-12-21T04:28:36.987Z Checking newline-converter v0.3.0
23102024-12-21T04:28:37.062Z Compiling chrono-tz v0.10.0
23112024-12-21T04:28:37.201Z Checking prettyplease v0.2.25
23122024-12-21T04:28:37.307Z Compiling thiserror-impl v2.0.3
23132024-12-21T04:28:37.682Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23142024-12-21T04:28:37.710Z Compiling slog-dtrace v0.3.0
23152024-12-21T04:28:38.026Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23162024-12-21T04:28:38.221Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23172024-12-21T04:28:39.497Z Checking expectorate v1.1.0
23182024-12-21T04:28:39.684Z Compiling zone_cfg_derive v0.3.0
23192024-12-21T04:28:39.991Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23202024-12-21T04:28:40.099Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23212024-12-21T04:28:40.521Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23222024-12-21T04:28:40.916Z Compiling const_format_proc_macros v0.2.33
23232024-12-21T04:28:41.217Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23242024-12-21T04:28:41.337Z Compiling num-derive v0.4.2
23252024-12-21T04:28:41.357Z Checking highway v1.2.0
23262024-12-21T04:28:41.659Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23272024-12-21T04:28:41.816Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23282024-12-21T04:28:41.934Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23292024-12-21T04:28:42.129Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23302024-12-21T04:28:42.427Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23312024-12-21T04:28:42.678Z Checking zone v0.3.0
23322024-12-21T04:28:43.208Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23332024-12-21T04:28:43.231Z Checking const_format v0.2.33
23342024-12-21T04:28:43.555Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23352024-12-21T04:28:43.636Z Checking gethostname v0.5.0
23362024-12-21T04:28:43.655Z Checking bcs v0.1.6
23372024-12-21T04:28:43.671Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23382024-12-21T04:28:43.756Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23392024-12-21T04:28:43.822Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23402024-12-21T04:28:43.873Z Compiling async-recursion v1.1.1
23412024-12-21T04:28:46.168Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23422024-12-21T04:28:51.173Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23432024-12-21T04:28:54.687Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23442024-12-21T04:28:57.482Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23452024-12-21T04:28:58.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.89s
23462024-12-21T04:28:59.062Z
23472024-12-21T04:28:59.062Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23482024-12-21T04:28:59.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-12-21T04:28:59.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-12-21T04:28:59.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-12-21T04:28:59.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23522024-12-21T04:28:59.737Z
23532024-12-21T04:28:59.737Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23542024-12-21T04:29:00.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-12-21T04:29:00.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-12-21T04:29:00.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-12-21T04:29:00.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23582024-12-21T04:29:00.410Z
23592024-12-21T04:29:00.410Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23602024-12-21T04:29:01.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-12-21T04:29:01.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-12-21T04:29:01.147Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23632024-12-21T04:29:01.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
23642024-12-21T04:29:02.007Z
23652024-12-21T04:29:02.007Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23662024-12-21T04:29:02.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-12-21T04:29:02.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-12-21T04:29:02.722Z Compiling cfg_aliases v0.1.1
23692024-12-21T04:29:02.725Z Compiling vte_generate_state_changes v0.1.2
23702024-12-21T04:29:02.725Z Checking fd-lock v4.0.2
23712024-12-21T04:29:02.725Z Checking nibble_vec v0.1.0
23722024-12-21T04:29:02.826Z Checking endian-type v0.1.2
23732024-12-21T04:29:02.837Z Checking bytecount v0.6.8
23742024-12-21T04:29:02.864Z Compiling tabled_derive v0.7.0
23752024-12-21T04:29:02.892Z Compiling peg-macros v0.8.4
23762024-12-21T04:29:02.921Z Compiling nix v0.28.0
23772024-12-21T04:29:02.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23782024-12-21T04:29:03.009Z Checking papergrid v0.11.0
23792024-12-21T04:29:03.026Z Compiling sqlparser_derive v0.2.2
23802024-12-21T04:29:03.080Z Checking radix_trie v0.2.1
23812024-12-21T04:29:03.471Z Checking vte v0.11.1
23822024-12-21T04:29:03.504Z Checking unicode_categories v0.1.1
23832024-12-21T04:29:03.813Z Checking nu-ansi-term v0.50.1
23842024-12-21T04:29:04.165Z Checking home v0.5.9
23852024-12-21T04:29:04.206Z Checking sqlparser v0.45.0
23862024-12-21T04:29:04.228Z Checking sqlformat v0.2.6
23872024-12-21T04:29:04.315Z Checking display-error-chain v0.2.2
23882024-12-21T04:29:04.915Z Checking strip-ansi-escapes v0.2.0
23892024-12-21T04:29:05.072Z Checking reedline v0.35.0
23902024-12-21T04:29:05.378Z Checking tabled v0.15.0
23912024-12-21T04:29:05.865Z Checking peg v0.8.4
23922024-12-21T04:29:06.230Z Checking rustyline v14.0.0
23932024-12-21T04:29:15.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
23942024-12-21T04:29:15.942Z
23952024-12-21T04:29:15.942Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23962024-12-21T04:29:16.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-12-21T04:29:16.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-12-21T04:29:16.650Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-12-21T04:29:22.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
24002024-12-21T04:29:22.406Z
24012024-12-21T04:29:22.406Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24022024-12-21T04:29:22.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-12-21T04:29:22.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-12-21T04:29:23.094Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-12-21T04:29:27.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
24062024-12-21T04:29:27.336Z
24072024-12-21T04:29:27.336Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24082024-12-21T04:29:27.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-12-21T04:29:27.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-12-21T04:29:28.065Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-12-21T04:29:33.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s
24122024-12-21T04:29:33.427Z
24132024-12-21T04:29:33.427Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24142024-12-21T04:29:34.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-12-21T04:29:34.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-12-21T04:29:34.156Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-12-21T04:29:39.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
24182024-12-21T04:29:39.751Z
24192024-12-21T04:29:39.751Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24202024-12-21T04:29:40.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-12-21T04:29:40.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-12-21T04:29:40.480Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24232024-12-21T04:29:44.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
24242024-12-21T04:29:45.016Z
24252024-12-21T04:29:45.016Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24262024-12-21T04:29:45.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-12-21T04:29:45.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-12-21T04:29:45.731Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24292024-12-21T04:29:50.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
24302024-12-21T04:29:50.274Z
24312024-12-21T04:29:50.274Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24322024-12-21T04:29:50.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-12-21T04:29:50.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-12-21T04:29:50.966Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24352024-12-21T04:29:56.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
24362024-12-21T04:29:56.659Z
24372024-12-21T04:29:56.659Zinfo: running `cargo check --bins` on oximeter (46/176)
24382024-12-21T04:29:57.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-12-21T04:29:57.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-12-21T04:29:57.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-12-21T04:29:57.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24422024-12-21T04:29:57.316Z
24432024-12-21T04:29:57.316Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24442024-12-21T04:29:57.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-12-21T04:29:57.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-12-21T04:29:57.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-12-21T04:29:57.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24482024-12-21T04:29:57.932Z
24492024-12-21T04:29:57.932Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24502024-12-21T04:29:58.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-12-21T04:29:58.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-12-21T04:29:58.605Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24532024-12-21T04:30:00.928Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24542024-12-21T04:30:02.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
24552024-12-21T04:30:02.368Z
24562024-12-21T04:30:02.368Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24572024-12-21T04:30:03.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-12-21T04:30:03.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-12-21T04:30:03.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-12-21T04:30:03.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24612024-12-21T04:30:03.095Z
24622024-12-21T04:30:03.095Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24632024-12-21T04:30:03.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-12-21T04:30:03.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-12-21T04:30:03.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-12-21T04:30:03.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24672024-12-21T04:30:03.830Z
24682024-12-21T04:30:03.830Zinfo: running `cargo check --bins` on oxql-types (51/176)
24692024-12-21T04:30:04.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-12-21T04:30:04.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-12-21T04:30:04.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-12-21T04:30:04.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24732024-12-21T04:30:04.555Z
24742024-12-21T04:30:04.555Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24752024-12-21T04:30:05.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-12-21T04:30:05.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-12-21T04:30:05.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-12-21T04:30:05.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
24792024-12-21T04:30:05.313Z
24802024-12-21T04:30:05.313Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24812024-12-21T04:30:05.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-12-21T04:30:05.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-12-21T04:30:05.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-12-21T04:30:05.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24852024-12-21T04:30:06.033Z
24862024-12-21T04:30:06.033Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24872024-12-21T04:30:06.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-12-21T04:30:06.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-12-21T04:30:06.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-12-21T04:30:06.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24912024-12-21T04:30:06.762Z
24922024-12-21T04:30:06.762Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24932024-12-21T04:30:07.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-12-21T04:30:07.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-12-21T04:30:07.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-12-21T04:30:07.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24972024-12-21T04:30:07.455Z
24982024-12-21T04:30:07.455Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24992024-12-21T04:30:08.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-12-21T04:30:08.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-12-21T04:30:08.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-12-21T04:30:08.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25032024-12-21T04:30:08.161Z
25042024-12-21T04:30:08.161Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25052024-12-21T04:30:08.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-12-21T04:30:08.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-12-21T04:30:08.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-12-21T04:30:08.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25092024-12-21T04:30:08.892Z
25102024-12-21T04:30:08.892Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25112024-12-21T04:30:09.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-12-21T04:30:09.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-12-21T04:30:09.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-12-21T04:30:09.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25152024-12-21T04:30:09.588Z
25162024-12-21T04:30:09.588Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25172024-12-21T04:30:10.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-12-21T04:30:10.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-12-21T04:30:10.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-12-21T04:30:10.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25212024-12-21T04:30:10.298Z
25222024-12-21T04:30:10.298Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25232024-12-21T04:30:10.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-12-21T04:30:10.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-12-21T04:30:10.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-12-21T04:30:10.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25272024-12-21T04:30:10.973Z
25282024-12-21T04:30:10.973Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25292024-12-21T04:30:11.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-12-21T04:30:11.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-12-21T04:30:11.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-12-21T04:30:11.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25332024-12-21T04:30:11.628Z
25342024-12-21T04:30:11.628Zinfo: running `cargo check --bins` on dpd-client (62/176)
25352024-12-21T04:30:12.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-12-21T04:30:12.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-12-21T04:30:12.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-12-21T04:30:12.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25392024-12-21T04:30:12.302Z
25402024-12-21T04:30:12.302Zinfo: running `cargo check --bins` on gateway-client (63/176)
25412024-12-21T04:30:12.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-12-21T04:30:12.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-12-21T04:30:12.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-12-21T04:30:12.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25452024-12-21T04:30:12.952Z
25462024-12-21T04:30:12.952Zinfo: running `cargo check --bins` on installinator-client (64/176)
25472024-12-21T04:30:13.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-12-21T04:30:13.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-12-21T04:30:13.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-12-21T04:30:13.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25512024-12-21T04:30:13.661Z
25522024-12-21T04:30:13.661Zinfo: running `cargo check --bins` on installinator-common (65/176)
25532024-12-21T04:30:14.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-12-21T04:30:14.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-12-21T04:30:14.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-12-21T04:30:14.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25572024-12-21T04:30:14.372Z
25582024-12-21T04:30:14.373Zinfo: running `cargo check --bins` on update-engine (66/176)
25592024-12-21T04:30:14.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-12-21T04:30:14.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-12-21T04:30:14.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-12-21T04:30:14.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25632024-12-21T04:30:15.015Z
25642024-12-21T04:30:15.015Zinfo: running `cargo check --bins` on nexus-client (67/176)
25652024-12-21T04:30:15.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-12-21T04:30:15.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-12-21T04:30:15.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-12-21T04:30:15.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25692024-12-21T04:30:15.727Z
25702024-12-21T04:30:15.727Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25712024-12-21T04:30:16.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-12-21T04:30:16.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-12-21T04:30:16.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-12-21T04:30:16.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25752024-12-21T04:30:16.444Z
25762024-12-21T04:30:16.444Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25772024-12-21T04:30:17.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-12-21T04:30:17.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-12-21T04:30:17.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-12-21T04:30:17.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25812024-12-21T04:30:17.156Z
25822024-12-21T04:30:17.156Zinfo: running `cargo check --bins` on nexus-types (70/176)
25832024-12-21T04:30:17.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-12-21T04:30:17.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-12-21T04:30:17.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-12-21T04:30:17.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25872024-12-21T04:30:17.926Z
25882024-12-21T04:30:17.926Zinfo: running `cargo check --bins` on oxide-client (71/176)
25892024-12-21T04:30:18.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-12-21T04:30:18.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-12-21T04:30:18.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-12-21T04:30:18.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25932024-12-21T04:30:18.496Z
25942024-12-21T04:30:18.496Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25952024-12-21T04:30:19.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-12-21T04:30:19.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-12-21T04:30:19.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-12-21T04:30:19.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25992024-12-21T04:30:19.135Z
26002024-12-21T04:30:19.135Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26012024-12-21T04:30:19.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-12-21T04:30:19.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-12-21T04:30:19.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-12-21T04:30:19.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26052024-12-21T04:30:19.767Z
26062024-12-21T04:30:19.767Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26072024-12-21T04:30:20.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-12-21T04:30:20.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-12-21T04:30:20.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-12-21T04:30:20.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26112024-12-21T04:30:20.481Z
26122024-12-21T04:30:20.481Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26132024-12-21T04:30:21.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-12-21T04:30:21.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-12-21T04:30:21.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-12-21T04:30:21.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26172024-12-21T04:30:21.211Z
26182024-12-21T04:30:21.211Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26192024-12-21T04:30:21.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-12-21T04:30:21.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-12-21T04:30:21.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-12-21T04:30:21.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26232024-12-21T04:30:21.922Z
26242024-12-21T04:30:21.922Zinfo: running `cargo check --bins` on wicket-common (77/176)
26252024-12-21T04:30:22.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-12-21T04:30:22.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-12-21T04:30:22.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-12-21T04:30:22.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26292024-12-21T04:30:22.642Z
26302024-12-21T04:30:22.642Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26312024-12-21T04:30:23.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-12-21T04:30:23.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-12-21T04:30:23.376Z Checking csv-core v0.1.11
26342024-12-21T04:30:23.376Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26352024-12-21T04:30:23.378Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26362024-12-21T04:30:23.378Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26372024-12-21T04:30:23.680Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26382024-12-21T04:30:23.721Z Checking csv v1.3.1
26392024-12-21T04:30:23.740Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26402024-12-21T04:30:24.342Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26412024-12-21T04:30:24.725Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26422024-12-21T04:30:26.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
26432024-12-21T04:30:26.909Z
26442024-12-21T04:30:26.909Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26452024-12-21T04:30:27.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-12-21T04:30:27.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-12-21T04:30:27.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482024-12-21T04:30:27.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26492024-12-21T04:30:27.582Z
26502024-12-21T04:30:27.583Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26512024-12-21T04:30:28.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-12-21T04:30:28.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-12-21T04:30:28.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-12-21T04:30:28.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26552024-12-21T04:30:28.270Z
26562024-12-21T04:30:28.270Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26572024-12-21T04:30:28.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-12-21T04:30:28.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-12-21T04:30:28.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602024-12-21T04:30:28.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26612024-12-21T04:30:29.043Z
26622024-12-21T04:30:29.043Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26632024-12-21T04:30:29.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-12-21T04:30:29.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-12-21T04:30:29.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-12-21T04:30:29.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
26672024-12-21T04:30:29.806Z
26682024-12-21T04:30:29.806Zinfo: running `cargo check --bins` on dns-server (83/176)
26692024-12-21T04:30:30.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-12-21T04:30:30.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-12-21T04:30:30.528Z Compiling parking_lot_core v0.8.6
26722024-12-21T04:30:30.537Z Checking fxhash v0.2.1
26732024-12-21T04:30:30.537Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26742024-12-21T04:30:30.537Z Checking hickory-server v0.24.1
26752024-12-21T04:30:30.631Z Checking hickory-client v0.24.1
26762024-12-21T04:30:31.214Z Checking parking_lot v0.11.2
26772024-12-21T04:30:31.417Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26782024-12-21T04:30:31.417Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26792024-12-21T04:30:31.458Z Checking sled v0.34.7
26802024-12-21T04:30:33.298Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26812024-12-21T04:30:34.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
26822024-12-21T04:30:34.905Z
26832024-12-21T04:30:34.905Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26842024-12-21T04:30:35.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-12-21T04:30:35.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-12-21T04:30:35.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872024-12-21T04:30:35.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26882024-12-21T04:30:35.545Z
26892024-12-21T04:30:35.545Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26902024-12-21T04:30:36.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-12-21T04:30:36.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-12-21T04:30:36.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932024-12-21T04:30:36.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26942024-12-21T04:30:36.265Z
26952024-12-21T04:30:36.265Zinfo: running `cargo check --bins` on gateway-types (86/176)
26962024-12-21T04:30:36.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-12-21T04:30:36.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-12-21T04:30:36.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992024-12-21T04:30:36.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27002024-12-21T04:30:36.948Z
27012024-12-21T04:30:36.948Zinfo: running `cargo check --bins` on ipcc (87/176)
27022024-12-21T04:30:37.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-12-21T04:30:37.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-12-21T04:30:37.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052024-12-21T04:30:37.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27062024-12-21T04:30:37.621Z
27072024-12-21T04:30:37.621Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27082024-12-21T04:30:38.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-12-21T04:30:38.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-12-21T04:30:38.373Z Compiling semver v0.1.20
27112024-12-21T04:30:38.376Z Compiling radium v0.7.0
27122024-12-21T04:30:38.491Z Checking tap v1.0.1
27132024-12-21T04:30:38.491Z Compiling maybe-uninit v2.0.0
27142024-12-21T04:30:38.517Z Checking password-hash v0.5.0
27152024-12-21T04:30:38.519Z Checking blake2 v0.10.6
27162024-12-21T04:30:38.519Z Compiling cancel-safe-futures v0.1.5
27172024-12-21T04:30:38.519Z Checking funty v2.0.0
27182024-12-21T04:30:38.631Z Checking wyz v0.5.1
27192024-12-21T04:30:38.892Z Compiling rustc_version v0.1.7
27202024-12-21T04:30:38.976Z Compiling owo-colors v4.1.0
27212024-12-21T04:30:38.990Z Checking crc-catalog v2.4.0
27222024-12-21T04:30:39.041Z Compiling packed_struct v0.10.1
27232024-12-21T04:30:39.091Z Checking argon2 v0.5.3
27242024-12-21T04:30:39.122Z Checking crc v3.2.1
27252024-12-21T04:30:39.201Z Compiling packed_struct_codegen v0.10.1
27262024-12-21T04:30:39.281Z Compiling indexmap v1.9.3
27272024-12-21T04:30:39.331Z Checking half v2.4.1
27282024-12-21T04:30:39.399Z Compiling newtype_derive v0.1.6
27292024-12-21T04:30:39.531Z Checking bitvec v1.0.1
27302024-12-21T04:30:39.531Z Checking nodrop v0.1.14
27312024-12-21T04:30:39.587Z Checking ciborium-io v0.2.2
27322024-12-21T04:30:39.605Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27332024-12-21T04:30:39.786Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27342024-12-21T04:30:39.803Z Checking ciborium-ll v0.2.2
27352024-12-21T04:30:39.862Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27362024-12-21T04:30:40.082Z Checking smallvec v0.6.14
27372024-12-21T04:30:40.104Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27382024-12-21T04:30:40.347Z Checking libsw v3.3.1
27392024-12-21T04:30:40.436Z Compiling memoffset v0.9.1
27402024-12-21T04:30:40.602Z Checking termcolor v1.4.1
27412024-12-21T04:30:40.617Z Checking swrite v0.1.0
27422024-12-21T04:30:40.727Z Checking linear-map v1.2.0
27432024-12-21T04:30:40.746Z Checking indent_write v2.2.0
27442024-12-21T04:30:40.966Z Checking bitfield v0.14.0
27452024-12-21T04:30:41.028Z Checking hashbrown v0.12.3
27462024-12-21T04:30:41.055Z Checking ron v0.8.1
27472024-12-21T04:30:41.114Z Checking env_logger v0.10.2
27482024-12-21T04:30:41.415Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27492024-12-21T04:30:41.511Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27502024-12-21T04:30:41.550Z Checking ciborium v0.2.2
27512024-12-21T04:30:42.381Z Checking steno v0.4.1
27522024-12-21T04:30:42.400Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27532024-12-21T04:30:42.529Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27542024-12-21T04:30:42.686Z Checking hashbrown v0.13.2
27552024-12-21T04:30:42.747Z Checking array-init v0.0.4
27562024-12-21T04:30:42.767Z Checking crc-any v2.5.0
27572024-12-21T04:30:42.967Z Checking humantime v2.1.0
27582024-12-21T04:30:43.156Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27592024-12-21T04:30:43.290Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27602024-12-21T04:30:43.570Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27612024-12-21T04:30:43.781Z Checking serde-hex v0.1.0
27622024-12-21T04:30:43.803Z Checking object v0.30.4
27632024-12-21T04:30:43.870Z Checking path-slash v0.1.5
27642024-12-21T04:30:43.965Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27652024-12-21T04:30:44.085Z Checking nix v0.27.1
27662024-12-21T04:30:44.428Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27672024-12-21T04:30:44.741Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27682024-12-21T04:30:45.006Z Checking tungstenite v0.23.0
27692024-12-21T04:30:45.226Z Checking kstat-rs v0.2.4
27702024-12-21T04:30:45.351Z Checking signal-hook-tokio v0.3.1
27712024-12-21T04:30:45.603Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27722024-12-21T04:30:45.941Z Checking tokio-tungstenite v0.23.1
27732024-12-21T04:30:46.036Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27742024-12-21T04:30:47.170Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27752024-12-21T04:30:47.245Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27762024-12-21T04:30:53.700Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27772024-12-21T04:30:55.084Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27782024-12-21T04:30:59.211Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27792024-12-21T04:31:05.573Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27802024-12-21T04:31:06.346Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27812024-12-21T04:31:09.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.77s
27822024-12-21T04:31:09.601Z
27832024-12-21T04:31:09.601Zinfo: running `cargo check --bins` on gateway-api (89/176)
27842024-12-21T04:31:10.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-12-21T04:31:10.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-12-21T04:31:10.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-12-21T04:31:10.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27882024-12-21T04:31:10.284Z
27892024-12-21T04:31:10.284Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27902024-12-21T04:31:10.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-12-21T04:31:10.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-12-21T04:31:10.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-12-21T04:31:10.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27942024-12-21T04:31:10.969Z
27952024-12-21T04:31:10.969Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27962024-12-21T04:31:11.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-12-21T04:31:11.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-12-21T04:31:11.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-12-21T04:31:11.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28002024-12-21T04:31:11.664Z
28012024-12-21T04:31:11.664Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28022024-12-21T04:31:12.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-12-21T04:31:12.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-12-21T04:31:12.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-12-21T04:31:12.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28062024-12-21T04:31:12.357Z
28072024-12-21T04:31:12.357Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28082024-12-21T04:31:12.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-12-21T04:31:12.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-12-21T04:31:12.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-12-21T04:31:12.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28122024-12-21T04:31:13.045Z
28132024-12-21T04:31:13.045Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28142024-12-21T04:31:13.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-12-21T04:31:13.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-12-21T04:31:13.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-12-21T04:31:13.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28182024-12-21T04:31:13.710Z
28192024-12-21T04:31:13.710Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28202024-12-21T04:31:14.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-12-21T04:31:14.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-12-21T04:31:14.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232024-12-21T04:31:14.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28242024-12-21T04:31:14.384Z
28252024-12-21T04:31:14.384Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28262024-12-21T04:31:14.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-12-21T04:31:14.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-12-21T04:31:14.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292024-12-21T04:31:14.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28302024-12-21T04:31:15.069Z
28312024-12-21T04:31:15.069Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28322024-12-21T04:31:15.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-12-21T04:31:15.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-12-21T04:31:15.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-12-21T04:31:15.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28362024-12-21T04:31:15.737Z
28372024-12-21T04:31:15.737Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28382024-12-21T04:31:16.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-21T04:31:16.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-21T04:31:16.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-21T04:31:16.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28422024-12-21T04:31:16.390Z
28432024-12-21T04:31:16.390Zinfo: running `cargo check --bins` on sp-sim (99/176)
28442024-12-21T04:31:16.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-21T04:31:16.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-21T04:31:17.090Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28472024-12-21T04:31:17.584Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28482024-12-21T04:31:19.594Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28492024-12-21T04:31:21.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
28502024-12-21T04:31:21.700Z
28512024-12-21T04:31:21.700Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28522024-12-21T04:31:22.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-12-21T04:31:22.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-12-21T04:31:22.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-12-21T04:31:22.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28562024-12-21T04:31:22.437Z
28572024-12-21T04:31:22.437Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28582024-12-21T04:31:23.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-12-21T04:31:23.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-12-21T04:31:23.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-12-21T04:31:23.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28622024-12-21T04:31:23.167Z
28632024-12-21T04:31:23.167Zinfo: running `cargo check --bins` on db-macros (102/176)
28642024-12-21T04:31:23.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-12-21T04:31:23.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-12-21T04:31:23.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-12-21T04:31:23.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28682024-12-21T04:31:23.796Z
28692024-12-21T04:31:23.796Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28702024-12-21T04:31:24.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-12-21T04:31:24.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-12-21T04:31:24.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-12-21T04:31:24.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28742024-12-21T04:31:24.456Z
28752024-12-21T04:31:24.456Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28762024-12-21T04:31:25.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-12-21T04:31:25.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-12-21T04:31:25.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-12-21T04:31:25.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28802024-12-21T04:31:25.157Z
28812024-12-21T04:31:25.157Zinfo: running `cargo check --bins` on authz-macros (105/176)
28822024-12-21T04:31:25.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-12-21T04:31:25.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-12-21T04:31:25.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-12-21T04:31:25.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28862024-12-21T04:31:25.838Z
28872024-12-21T04:31:25.838Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28882024-12-21T04:31:26.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-12-21T04:31:26.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-12-21T04:31:26.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-12-21T04:31:26.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28922024-12-21T04:31:26.555Z
28932024-12-21T04:31:26.555Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28942024-12-21T04:31:27.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-12-21T04:31:27.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-12-21T04:31:27.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-12-21T04:31:27.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28982024-12-21T04:31:27.273Z
28992024-12-21T04:31:27.274Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29002024-12-21T04:31:27.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-12-21T04:31:27.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-12-21T04:31:27.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032024-12-21T04:31:27.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29042024-12-21T04:31:27.980Z
29052024-12-21T04:31:27.980Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29062024-12-21T04:31:28.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-12-21T04:31:28.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-12-21T04:31:28.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092024-12-21T04:31:28.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29102024-12-21T04:31:28.685Z
29112024-12-21T04:31:28.685Zinfo: running `cargo check --bins` on typed-rng (110/176)
29122024-12-21T04:31:29.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-12-21T04:31:29.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-12-21T04:31:29.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152024-12-21T04:31:29.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29162024-12-21T04:31:29.342Z
29172024-12-21T04:31:29.342Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29182024-12-21T04:31:29.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192024-12-21T04:31:29.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202024-12-21T04:31:30.127Z Checking keccak v0.1.5
29212024-12-21T04:31:30.236Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29222024-12-21T04:31:30.239Z Checking secrecy v0.8.0
29232024-12-21T04:31:30.239Z Compiling unicase v2.7.0
29242024-12-21T04:31:30.259Z Compiling same-file v1.0.6
29252024-12-21T04:31:30.272Z Compiling tempfile v3.13.0
29262024-12-21T04:31:30.299Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29272024-12-21T04:31:30.299Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29282024-12-21T04:31:30.481Z Checking sha3 v0.10.8
29292024-12-21T04:31:30.552Z Compiling walkdir v2.5.0
29302024-12-21T04:31:30.586Z Compiling thiserror-impl-no-std v2.0.2
29312024-12-21T04:31:30.607Z Checking universal-hash v0.5.1
29322024-12-21T04:31:30.626Z Compiling blake3 v1.5.4
29332024-12-21T04:31:30.737Z Compiling ring v0.16.20
29342024-12-21T04:31:30.809Z Checking opaque-debug v0.3.1
29352024-12-21T04:31:30.888Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29362024-12-21T04:31:30.906Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29372024-12-21T04:31:30.923Z Checking poly1305 v0.8.0
29382024-12-21T04:31:31.179Z Checking chacha20 v0.9.1
29392024-12-21T04:31:31.211Z Checking aead v0.5.2
29402024-12-21T04:31:31.355Z Compiling memmap2 v0.9.5
29412024-12-21T04:31:31.456Z Compiling spin v0.5.2
29422024-12-21T04:31:31.474Z Compiling constant_time_eq v0.3.1
29432024-12-21T04:31:31.560Z Compiling libefi-sys v0.1.0
29442024-12-21T04:31:31.656Z Compiling salty v0.3.0
29452024-12-21T04:31:31.698Z Compiling arrayref v0.3.9
29462024-12-21T04:31:31.806Z Compiling arrayvec v0.7.6
29472024-12-21T04:31:31.827Z Checking chacha20poly1305 v0.10.1
29482024-12-21T04:31:31.898Z Compiling toolchain_find v0.4.0
29492024-12-21T04:31:32.035Z Compiling camino-tempfile v1.1.1
29502024-12-21T04:31:32.119Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29512024-12-21T04:31:32.385Z Compiling bitfield-struct v0.6.2
29522024-12-21T04:31:32.528Z Compiling topological-sort v0.2.2
29532024-12-21T04:31:32.637Z Compiling mime_guess v2.0.5
29542024-12-21T04:31:32.682Z Compiling rustfmt-wrapper v0.2.1
29552024-12-21T04:31:33.364Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29562024-12-21T04:31:33.574Z Checking primeorder v0.13.6
29572024-12-21T04:31:33.690Z Checking env_filter v0.1.2
29582024-12-21T04:31:33.693Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29592024-12-21T04:31:33.799Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29602024-12-21T04:31:33.889Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29612024-12-21T04:31:33.936Z Checking env_logger v0.11.5
29622024-12-21T04:31:33.952Z Checking thiserror-no-std v2.0.2
29632024-12-21T04:31:34.041Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29642024-12-21T04:31:34.061Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29652024-12-21T04:31:34.079Z Checking vsss-rs v3.3.4
29662024-12-21T04:31:34.094Z Checking p384 v0.13.0
29672024-12-21T04:31:34.284Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29682024-12-21T04:31:34.443Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29692024-12-21T04:31:34.539Z Checking bumpalo v3.16.0
29702024-12-21T04:31:34.564Z Checking http-range v0.1.5
29712024-12-21T04:31:34.681Z Checking simd-adler32 v0.3.7
29722024-12-21T04:31:34.740Z Checking lockfree-object-pool v0.1.6
29732024-12-21T04:31:34.875Z Compiling zip v2.1.3
29742024-12-21T04:31:34.914Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29752024-12-21T04:31:35.028Z Checking zopfli v0.8.1
29762024-12-21T04:31:35.214Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29772024-12-21T04:31:35.254Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29782024-12-21T04:31:35.581Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29792024-12-21T04:31:35.702Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29802024-12-21T04:31:35.728Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29812024-12-21T04:31:35.898Z Checking nanorand v0.7.0
29822024-12-21T04:31:36.163Z Checking atty v0.2.14
29832024-12-21T04:31:36.279Z Checking glob v0.3.1
29842024-12-21T04:31:36.311Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29852024-12-21T04:31:36.427Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29862024-12-21T04:31:36.476Z Checking flume v0.11.1
29872024-12-21T04:31:36.631Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29882024-12-21T04:31:36.998Z Compiling omicron-zone-package v0.11.1
29892024-12-21T04:31:37.020Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29902024-12-21T04:31:37.846Z Checking hyper-staticfile v0.10.1
29912024-12-21T04:31:37.943Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29922024-12-21T04:31:38.416Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29932024-12-21T04:31:38.830Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29942024-12-21T04:31:38.874Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29952024-12-21T04:31:39.001Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29962024-12-21T04:31:39.102Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29972024-12-21T04:31:40.153Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29982024-12-21T04:31:40.182Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29992024-12-21T04:31:40.239Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002024-12-21T04:31:40.480Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30012024-12-21T04:31:42.039Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30022024-12-21T04:31:43.776Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30032024-12-21T04:31:43.780Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30042024-12-21T04:31:54.835Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30052024-12-21T04:32:11.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.93s
30062024-12-21T04:32:11.503Z
30072024-12-21T04:32:11.503Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30082024-12-21T04:32:12.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-12-21T04:32:12.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-12-21T04:32:12.342Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30112024-12-21T04:32:28.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
30122024-12-21T04:32:28.846Z
30132024-12-21T04:32:28.846Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30142024-12-21T04:32:29.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-12-21T04:32:29.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-12-21T04:32:29.652Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30172024-12-21T04:32:45.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s
30182024-12-21T04:32:45.366Z
30192024-12-21T04:32:45.366Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30202024-12-21T04:32:46.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-12-21T04:32:46.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-12-21T04:32:46.146Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30232024-12-21T04:33:01.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s
30242024-12-21T04:33:02.031Z
30252024-12-21T04:33:02.031Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30262024-12-21T04:33:03.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-12-21T04:33:03.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-12-21T04:33:03.695Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30292024-12-21T04:33:18.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.42s
30302024-12-21T04:33:18.665Z
30312024-12-21T04:33:18.665Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30322024-12-21T04:33:19.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-12-21T04:33:19.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-12-21T04:33:19.482Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30352024-12-21T04:33:34.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.67s
30362024-12-21T04:33:34.553Z
30372024-12-21T04:33:34.553Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30382024-12-21T04:33:35.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-12-21T04:33:35.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-12-21T04:33:35.346Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30412024-12-21T04:33:50.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s
30422024-12-21T04:33:50.778Z
30432024-12-21T04:33:50.778Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30442024-12-21T04:33:51.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-12-21T04:33:51.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-12-21T04:33:51.619Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30472024-12-21T04:34:08.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.13s
30482024-12-21T04:34:09.135Z
30492024-12-21T04:34:09.135Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30502024-12-21T04:34:09.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-12-21T04:34:09.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-12-21T04:34:09.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-12-21T04:34:09.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30542024-12-21T04:34:09.901Z
30552024-12-21T04:34:09.901Zinfo: running `cargo check --bins` on key-manager (120/176)
30562024-12-21T04:34:10.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-12-21T04:34:10.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-12-21T04:34:10.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-12-21T04:34:10.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30602024-12-21T04:34:10.669Z
30612024-12-21T04:34:10.669Zinfo: running `cargo check --bins` on range-requests (121/176)
30622024-12-21T04:34:11.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-12-21T04:34:11.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-12-21T04:34:11.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-12-21T04:34:11.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30662024-12-21T04:34:11.373Z
30672024-12-21T04:34:11.374Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30682024-12-21T04:34:12.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-12-21T04:34:12.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-12-21T04:34:12.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-12-21T04:34:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30722024-12-21T04:34:12.099Z
30732024-12-21T04:34:12.099Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30742024-12-21T04:34:12.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-12-21T04:34:12.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-12-21T04:34:12.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772024-12-21T04:34:12.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30782024-12-21T04:34:12.844Z
30792024-12-21T04:34:12.844Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30802024-12-21T04:34:13.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-12-21T04:34:13.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-12-21T04:34:13.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832024-12-21T04:34:13.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30842024-12-21T04:34:13.530Z
30852024-12-21T04:34:13.530Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30862024-12-21T04:34:14.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-12-21T04:34:14.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-12-21T04:34:14.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892024-12-21T04:34:14.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30902024-12-21T04:34:14.257Z
30912024-12-21T04:34:14.257Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30922024-12-21T04:34:14.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-12-21T04:34:14.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-12-21T04:34:14.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952024-12-21T04:34:14.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30962024-12-21T04:34:14.993Z
30972024-12-21T04:34:14.993Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30982024-12-21T04:34:15.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-12-21T04:34:15.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-12-21T04:34:15.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012024-12-21T04:34:15.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31022024-12-21T04:34:15.668Z
31032024-12-21T04:34:15.668Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/176)
31042024-12-21T04:34:16.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-12-21T04:34:16.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-12-21T04:34:16.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072024-12-21T04:34:16.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31082024-12-21T04:34:16.370Z
31092024-12-21T04:34:16.370Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176)
31102024-12-21T04:34:17.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112024-12-21T04:34:17.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122024-12-21T04:34:17.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132024-12-21T04:34:17.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31142024-12-21T04:34:17.102Z
31152024-12-21T04:34:17.102Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31162024-12-21T04:34:17.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-12-21T04:34:17.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-12-21T04:34:17.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192024-12-21T04:34:17.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31202024-12-21T04:34:17.836Z
31212024-12-21T04:34:17.836Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31222024-12-21T04:34:18.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-12-21T04:34:18.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-12-21T04:34:18.623Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31252024-12-21T04:34:18.623Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31262024-12-21T04:34:19.601Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31272024-12-21T04:34:21.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
31282024-12-21T04:34:22.000Z
31292024-12-21T04:34:22.000Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31302024-12-21T04:34:22.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312024-12-21T04:34:22.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322024-12-21T04:34:22.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332024-12-21T04:34:22.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31342024-12-21T04:34:22.675Z
31352024-12-21T04:34:22.675Zinfo: running `cargo check --bins` on cert-dev (133/176)
31362024-12-21T04:34:23.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372024-12-21T04:34:23.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382024-12-21T04:34:23.321Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31392024-12-21T04:34:23.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
31402024-12-21T04:34:23.788Z
31412024-12-21T04:34:23.788Zinfo: running `cargo check --bins` on clickana (134/176)
31422024-12-21T04:34:24.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-12-21T04:34:24.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-12-21T04:34:24.496Z Checking castaway v0.2.3
31452024-12-21T04:34:24.501Z Checking unicode-truncate v1.1.0
31462024-12-21T04:34:24.501Z Checking lru v0.12.5
31472024-12-21T04:34:24.501Z Compiling instability v0.3.2
31482024-12-21T04:34:24.501Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31492024-12-21T04:34:24.501Z Checking cassowary v0.3.0
31502024-12-21T04:34:24.709Z Checking compact_str v0.8.0
31512024-12-21T04:34:25.366Z Checking ratatui v0.28.1
31522024-12-21T04:34:26.502Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31532024-12-21T04:34:27.608Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31542024-12-21T04:34:28.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
31552024-12-21T04:34:28.755Z
31562024-12-21T04:34:28.755Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31572024-12-21T04:34:29.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-12-21T04:34:29.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-12-21T04:34:29.507Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31602024-12-21T04:34:29.507Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31612024-12-21T04:34:30.692Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31622024-12-21T04:34:31.236Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31632024-12-21T04:34:31.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
31642024-12-21T04:34:31.830Z
31652024-12-21T04:34:31.830Zinfo: running `cargo check --bins` on ch-dev (136/176)
31662024-12-21T04:34:32.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-12-21T04:34:32.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-12-21T04:34:32.565Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31692024-12-21T04:34:33.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
31702024-12-21T04:34:33.524Z
31712024-12-21T04:34:33.524Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31722024-12-21T04:34:34.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732024-12-21T04:34:34.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742024-12-21T04:34:34.205Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31752024-12-21T04:34:34.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31762024-12-21T04:34:34.811Z
31772024-12-21T04:34:34.811Zinfo: running `cargo check --bins` on db-dev (138/176)
31782024-12-21T04:34:35.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-12-21T04:34:35.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-12-21T04:34:35.554Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31812024-12-21T04:34:36.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
31822024-12-21T04:34:36.541Z
31832024-12-21T04:34:36.541Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31842024-12-21T04:34:37.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-12-21T04:34:37.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-12-21T04:34:37.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872024-12-21T04:34:37.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31882024-12-21T04:34:37.236Z
31892024-12-21T04:34:37.236Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31902024-12-21T04:34:37.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-12-21T04:34:37.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-12-21T04:34:37.906Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31932024-12-21T04:34:38.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
31942024-12-21T04:34:39.090Z
31952024-12-21T04:34:39.090Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31962024-12-21T04:34:39.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972024-12-21T04:34:39.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982024-12-21T04:34:39.731Z Checking cargo-platform v0.1.8
31992024-12-21T04:34:40.022Z Checking cargo_metadata v0.18.1
32002024-12-21T04:34:41.127Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32012024-12-21T04:34:42.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
32022024-12-21T04:34:42.178Z
32032024-12-21T04:34:42.178Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32042024-12-21T04:34:42.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-12-21T04:34:42.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-12-21T04:34:42.991Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32072024-12-21T04:34:44.685Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082024-12-21T04:34:45.402Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32092024-12-21T04:34:46.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
32102024-12-21T04:34:46.295Z
32112024-12-21T04:34:46.295Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32122024-12-21T04:34:47.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-12-21T04:34:47.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-12-21T04:34:47.194Z Compiling crunchy v0.2.2
32152024-12-21T04:34:47.197Z Compiling tiny-keccak v2.0.2
32162024-12-21T04:34:47.197Z Compiling dsl_auto_type v0.1.2
32172024-12-21T04:34:47.197Z Checking scheduled-thread-pool v0.2.7
32182024-12-21T04:34:47.197Z Compiling diesel_table_macro_syntax v0.2.0
32192024-12-21T04:34:47.350Z Compiling ascii-canvas v3.0.0
32202024-12-21T04:34:47.363Z Compiling ena v0.14.3
32212024-12-21T04:34:47.376Z Compiling regex-syntax v0.6.29
32222024-12-21T04:34:47.532Z Checking r2d2 v0.8.10
32232024-12-21T04:34:47.627Z Compiling diff v0.1.13
32242024-12-21T04:34:47.797Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32252024-12-21T04:34:47.832Z Compiling ref-cast v1.0.23
32262024-12-21T04:34:47.875Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32272024-12-21T04:34:47.905Z Compiling derive_builder_core v0.20.2
32282024-12-21T04:34:48.050Z Compiling libxml v0.3.3
32292024-12-21T04:34:48.167Z Compiling ref-cast-impl v1.0.23
32302024-12-21T04:34:48.307Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32312024-12-21T04:34:48.471Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32322024-12-21T04:34:48.491Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32332024-12-21T04:34:48.667Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32342024-12-21T04:34:48.771Z Compiling strum_macros v0.24.3
32352024-12-21T04:34:48.903Z Compiling samael v0.0.17
32362024-12-21T04:34:49.049Z Compiling diesel_derives v2.2.3
32372024-12-21T04:34:49.153Z Compiling indoc v1.0.9
32382024-12-21T04:34:50.190Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32392024-12-21T04:34:50.490Z Compiling impl-trait-for-tuples v0.2.2
32402024-12-21T04:34:50.514Z Compiling derive_builder_macro v0.20.2
32412024-12-21T04:34:50.805Z Compiling lalrpop v0.19.12
32422024-12-21T04:34:51.491Z Checking derive_builder v0.20.2
32432024-12-21T04:34:51.674Z Compiling oso-derive v0.27.3
32442024-12-21T04:34:52.236Z Checking quick-xml v0.33.0
32452024-12-21T04:34:52.674Z Compiling diesel-dtrace v0.4.2
32462024-12-21T04:34:52.823Z Checking maplit v1.0.2
32472024-12-21T04:34:53.007Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32482024-12-21T04:34:53.051Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32492024-12-21T04:34:53.355Z Checking bb8 v0.8.5
32502024-12-21T04:34:53.645Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32512024-12-21T04:34:53.787Z Checking rand_seeder v0.3.0
32522024-12-21T04:34:53.896Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32532024-12-21T04:34:53.983Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32542024-12-21T04:34:54.056Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32552024-12-21T04:34:54.286Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32562024-12-21T04:34:54.573Z Checking is_ci v1.2.0
32572024-12-21T04:34:54.721Z Checking unicode-linebreak v0.1.5
32582024-12-21T04:34:54.754Z Checking smawk v0.3.2
32592024-12-21T04:34:54.965Z Checking supports-color v3.0.1
32602024-12-21T04:34:55.130Z Checking textwrap v0.16.1
32612024-12-21T04:34:55.192Z Checking multimap v0.10.0
32622024-12-21T04:34:56.054Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32632024-12-21T04:34:58.774Z Checking diesel v2.2.6
32642024-12-21T04:35:26.295Z Compiling polar-core v0.27.3
32652024-12-21T04:35:30.253Z Checking async-bb8-diesel v0.2.1
32662024-12-21T04:35:34.233Z Checking oso v0.27.3
32672024-12-21T04:36:49.750Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32682024-12-21T04:36:56.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
32692024-12-21T04:36:57.171Z
32702024-12-21T04:36:57.171Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32712024-12-21T04:36:57.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722024-12-21T04:36:57.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732024-12-21T04:36:57.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742024-12-21T04:36:57.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32752024-12-21T04:36:57.916Z
32762024-12-21T04:36:57.916Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32772024-12-21T04:36:58.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782024-12-21T04:36:58.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792024-12-21T04:36:58.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802024-12-21T04:36:58.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
32812024-12-21T04:36:58.671Z
32822024-12-21T04:36:58.671Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32832024-12-21T04:36:59.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842024-12-21T04:36:59.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852024-12-21T04:36:59.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862024-12-21T04:36:59.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32872024-12-21T04:36:59.341Z
32882024-12-21T04:36:59.342Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32892024-12-21T04:37:00.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-12-21T04:37:00.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-12-21T04:37:00.224Z Compiling libz-sys v1.1.20
32922024-12-21T04:37:00.340Z Compiling libgit2-sys v0.17.0+1.8.1
32932024-12-21T04:37:00.354Z Compiling vergen v8.3.2
32942024-12-21T04:37:00.357Z Compiling cargo-platform v0.1.8
32952024-12-21T04:37:00.357Z Compiling pin-project-internal v1.1.6
32962024-12-21T04:37:00.398Z Compiling libsqlite3-sys v0.30.1
32972024-12-21T04:37:00.407Z Compiling snafu-derive v0.8.5
32982024-12-21T04:37:00.407Z Compiling cfg_aliases v0.2.1
32992024-12-21T04:37:00.563Z Compiling buf-list v1.0.3
33002024-12-21T04:37:00.650Z Compiling rustls v0.21.12
33012024-12-21T04:37:00.929Z Compiling cargo_metadata v0.18.1
33022024-12-21T04:37:00.984Z Compiling nix v0.29.0
33032024-12-21T04:37:01.059Z Checking globset v0.4.15
33042024-12-21T04:37:01.319Z Checking olpc-cjson v0.1.4
33052024-12-21T04:37:01.362Z Checking rustls-webpki v0.101.7
33062024-12-21T04:37:01.572Z Checking sct v0.7.1
33072024-12-21T04:37:01.591Z Checking serde_plain v1.0.2
33082024-12-21T04:37:01.788Z Checking typed-path v0.9.3
33092024-12-21T04:37:02.164Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33102024-12-21T04:37:02.388Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33112024-12-21T04:37:02.458Z Checking hashlink v0.9.1
33122024-12-21T04:37:02.691Z Checking fallible-streaming-iterator v0.1.9
33132024-12-21T04:37:02.943Z Checking fallible-iterator v0.3.0
33142024-12-21T04:37:03.104Z Checking parse-size v1.1.0
33152024-12-21T04:37:03.622Z Checking rusqlite v0.32.1
33162024-12-21T04:37:03.640Z Checking pin-project v1.1.6
33172024-12-21T04:37:03.782Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33182024-12-21T04:37:03.882Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33192024-12-21T04:37:03.912Z Checking rustls-pemfile v1.0.4
33202024-12-21T04:37:04.123Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33212024-12-21T04:37:04.717Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33222024-12-21T04:37:04.890Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33232024-12-21T04:37:04.925Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33242024-12-21T04:37:04.992Z Checking twox-hash v1.6.3
33252024-12-21T04:37:05.036Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33262024-12-21T04:37:05.052Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33272024-12-21T04:37:05.467Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33282024-12-21T04:37:05.667Z Checking tokio-rustls v0.24.1
33292024-12-21T04:37:06.036Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33302024-12-21T04:37:06.057Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33312024-12-21T04:37:06.263Z Checking fatfs v0.3.6
33322024-12-21T04:37:06.322Z Checking snafu v0.8.5
33332024-12-21T04:37:06.839Z Checking tough v0.19.0
33342024-12-21T04:37:07.041Z Checking assert_matches v1.5.0
33352024-12-21T04:37:11.276Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33362024-12-21T04:37:12.782Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33372024-12-21T04:37:13.393Z Compiling git2 v0.19.0
33382024-12-21T04:37:18.476Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33392024-12-21T04:38:19.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
33402024-12-21T04:38:19.349Z
33412024-12-21T04:38:19.349Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33422024-12-21T04:38:19.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-12-21T04:38:19.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-12-21T04:38:19.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452024-12-21T04:38:19.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
33462024-12-21T04:38:20.071Z
33472024-12-21T04:38:20.071Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33482024-12-21T04:38:20.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-12-21T04:38:20.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-12-21T04:38:20.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512024-12-21T04:38:20.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33522024-12-21T04:38:20.711Z
33532024-12-21T04:38:20.711Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33542024-12-21T04:38:21.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552024-12-21T04:38:21.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562024-12-21T04:38:21.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572024-12-21T04:38:21.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33582024-12-21T04:38:21.415Z
33592024-12-21T04:38:21.415Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33602024-12-21T04:38:22.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-12-21T04:38:22.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-12-21T04:38:22.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632024-12-21T04:38:22.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33642024-12-21T04:38:22.133Z
33652024-12-21T04:38:22.133Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33662024-12-21T04:38:22.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672024-12-21T04:38:22.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682024-12-21T04:38:22.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692024-12-21T04:38:22.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33702024-12-21T04:38:22.848Z
33712024-12-21T04:38:22.848Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33722024-12-21T04:38:23.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-12-21T04:38:23.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-12-21T04:38:23.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752024-12-21T04:38:23.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33762024-12-21T04:38:23.557Z
33772024-12-21T04:38:23.557Zinfo: running `cargo check --bins` on update-common (154/176)
33782024-12-21T04:38:24.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-12-21T04:38:24.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-12-21T04:38:24.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812024-12-21T04:38:24.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33822024-12-21T04:38:24.270Z
33832024-12-21T04:38:24.270Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33842024-12-21T04:38:24.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-12-21T04:38:24.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-12-21T04:38:24.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872024-12-21T04:38:24.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33882024-12-21T04:38:24.932Z
33892024-12-21T04:38:24.933Zinfo: running `cargo check --bins` on tufaceous (156/176)
33902024-12-21T04:38:25.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-12-21T04:38:25.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-12-21T04:38:25.615Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33932024-12-21T04:38:26.972Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33942024-12-21T04:38:27.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
33952024-12-21T04:38:28.103Z
33962024-12-21T04:38:28.103Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33972024-12-21T04:38:28.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982024-12-21T04:38:28.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992024-12-21T04:38:29.001Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34002024-12-21T04:38:29.004Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34012024-12-21T04:38:29.142Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34022024-12-21T04:38:29.146Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34032024-12-21T04:38:30.238Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34042024-12-21T04:38:58.945Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34052024-12-21T04:38:58.947Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34062024-12-21T04:38:58.947Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34072024-12-21T04:38:58.947Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34082024-12-21T04:38:58.947Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34092024-12-21T04:38:59.803Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34102024-12-21T04:39:01.281Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34112024-12-21T04:39:47.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
34122024-12-21T04:39:47.374Z
34132024-12-21T04:39:47.374Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34142024-12-21T04:39:48.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152024-12-21T04:39:48.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162024-12-21T04:39:48.173Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34172024-12-21T04:39:48.176Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34182024-12-21T04:39:48.176Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34192024-12-21T04:39:48.310Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34202024-12-21T04:39:48.312Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34212024-12-21T04:39:48.339Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34222024-12-21T04:39:48.342Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34232024-12-21T04:39:48.342Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34242024-12-21T04:39:48.503Z Checking heck v0.4.1
34252024-12-21T04:39:48.618Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34262024-12-21T04:39:48.688Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34272024-12-21T04:39:49.010Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34282024-12-21T04:39:49.030Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34292024-12-21T04:39:49.082Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34302024-12-21T04:39:49.716Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34312024-12-21T04:39:49.897Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34322024-12-21T04:39:51.185Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34332024-12-21T04:39:52.250Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34342024-12-21T04:39:52.358Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34352024-12-21T04:39:52.388Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34362024-12-21T04:39:55.086Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34372024-12-21T04:39:55.089Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34382024-12-21T04:39:56.091Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34392024-12-21T04:39:57.745Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34402024-12-21T04:40:04.152Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34412024-12-21T04:40:04.152Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34422024-12-21T04:40:05.558Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34432024-12-21T04:40:06.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.38s
34442024-12-21T04:40:06.974Z
34452024-12-21T04:40:06.974Zinfo: running `cargo check --bins` on installinator-api (159/176)
34462024-12-21T04:40:07.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472024-12-21T04:40:07.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482024-12-21T04:40:07.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492024-12-21T04:40:07.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
34502024-12-21T04:40:07.710Z
34512024-12-21T04:40:07.710Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34522024-12-21T04:40:08.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532024-12-21T04:40:08.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542024-12-21T04:40:08.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552024-12-21T04:40:08.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34562024-12-21T04:40:08.489Z
34572024-12-21T04:40:08.489Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34582024-12-21T04:40:09.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592024-12-21T04:40:09.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602024-12-21T04:40:09.221Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34612024-12-21T04:40:09.221Z Compiling petname v2.0.2
34622024-12-21T04:40:09.278Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34632024-12-21T04:40:09.278Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34642024-12-21T04:40:09.278Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34652024-12-21T04:40:09.278Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34662024-12-21T04:40:09.357Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34672024-12-21T04:40:09.384Z Checking sync-ptr v0.1.1
34682024-12-21T04:40:15.266Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34692024-12-21T04:40:15.991Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34702024-12-21T04:40:17.340Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34712024-12-21T04:40:19.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
34722024-12-21T04:40:19.232Z
34732024-12-21T04:40:19.232Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34742024-12-21T04:40:19.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752024-12-21T04:40:19.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762024-12-21T04:40:19.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772024-12-21T04:40:19.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
34782024-12-21T04:40:19.953Z
34792024-12-21T04:40:19.953Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34802024-12-21T04:40:20.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812024-12-21T04:40:20.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822024-12-21T04:40:20.677Z Checking memmap2 v0.9.5
34832024-12-21T04:40:20.677Z Checking spin v0.5.2
34842024-12-21T04:40:20.680Z Checking constant_time_eq v0.3.1
34852024-12-21T04:40:20.680Z Checking arrayref v0.3.9
34862024-12-21T04:40:20.680Z Checking arrayvec v0.7.6
34872024-12-21T04:40:20.680Z Checking topological-sort v0.2.2
34882024-12-21T04:40:20.777Z Checking shell-words v1.1.0
34892024-12-21T04:40:20.999Z Checking ring v0.16.20
34902024-12-21T04:40:21.105Z Checking blake3 v1.5.4
34912024-12-21T04:40:22.232Z Checking omicron-zone-package v0.11.1
34922024-12-21T04:40:23.468Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34932024-12-21T04:40:24.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
34942024-12-21T04:40:24.648Z
34952024-12-21T04:40:24.649Zinfo: running `cargo check --bins` on xtask (164/176)
34962024-12-21T04:40:25.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972024-12-21T04:40:25.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982024-12-21T04:40:25.123Z Checking bitflags v2.6.0
34992024-12-21T04:40:25.123Z Checking serde v1.0.215
35002024-12-21T04:40:25.123Z Checking thiserror v1.0.69
35012024-12-21T04:40:25.217Z Checking scroll v0.12.0
35022024-12-21T04:40:25.223Z Checking hashbrown v0.15.1
35032024-12-21T04:40:25.237Z Checking log v0.4.22
35042024-12-21T04:40:25.249Z Checking zerocopy v0.7.35
35052024-12-21T04:40:25.265Z Checking syn v2.0.87
35062024-12-21T04:40:25.314Z Checking pest v2.7.14
35072024-12-21T04:40:25.631Z Checking rustix v0.38.37
35082024-12-21T04:40:25.652Z Checking once_cell v1.20.2
35092024-12-21T04:40:25.709Z Checking goblin v0.8.2
35102024-12-21T04:40:25.830Z Checking fs-err v2.11.0
35112024-12-21T04:40:26.153Z Checking tabled v0.15.0
35122024-12-21T04:40:26.364Z Checking indexmap v2.6.0
35132024-12-21T04:40:26.661Z Checking anyhow v1.0.93
35142024-12-21T04:40:27.613Z Checking terminal_size v0.4.0
35152024-12-21T04:40:30.851Z Checking tempfile v3.13.0
35162024-12-21T04:40:30.862Z Checking clap_builder v4.5.21
35172024-12-21T04:40:30.863Z Checking dtrace-parser v0.2.0
35182024-12-21T04:40:30.863Z Checking serde_json v1.0.133
35192024-12-21T04:40:30.863Z Checking serde_spanned v0.6.8
35202024-12-21T04:40:30.863Z Checking toml_datetime v0.6.8
35212024-12-21T04:40:30.863Z Checking camino v1.1.9
35222024-12-21T04:40:30.863Z Checking cargo-platform v0.1.8
35232024-12-21T04:40:30.863Z Checking semver v1.0.23
35242024-12-21T04:40:30.863Z Checking macaddr v1.0.1
35252024-12-21T04:40:30.863Z Checking toml_edit v0.22.22
35262024-12-21T04:40:30.863Z Checking camino-tempfile v1.1.1
35272024-12-21T04:40:30.863Z Checking clap v4.5.21
35282024-12-21T04:40:31.016Z Checking dof v0.3.0
35292024-12-21T04:40:31.016Z Checking cargo_metadata v0.18.1
35302024-12-21T04:40:31.621Z Checking usdt-impl v0.5.0
35312024-12-21T04:40:31.875Z Checking usdt v0.5.0
35322024-12-21T04:40:32.094Z Checking toml v0.8.19
35332024-12-21T04:40:32.604Z Checking cargo_toml v0.20.5
35342024-12-21T04:40:33.870Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35352024-12-21T04:40:34.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.83s
35362024-12-21T04:40:34.645Z
35372024-12-21T04:40:34.645Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35382024-12-21T04:40:35.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392024-12-21T04:40:35.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402024-12-21T04:40:35.416Z Checking polyval v0.6.2
35412024-12-21T04:40:35.530Z Checking ctr v0.9.2
35422024-12-21T04:40:35.543Z Checking ssh-encoding v0.2.0
35432024-12-21T04:40:35.546Z Checking blowfish v0.9.1
35442024-12-21T04:40:35.568Z Checking password-hash v0.4.2
35452024-12-21T04:40:35.571Z Checking matches v0.1.10
35462024-12-21T04:40:35.603Z Checking p256 v0.13.2
35472024-12-21T04:40:35.605Z Checking p521 v0.13.3
35482024-12-21T04:40:35.680Z Checking idna v0.2.3
35492024-12-21T04:40:35.767Z Checking ghash v0.5.1
35502024-12-21T04:40:35.784Z Checking bcrypt-pbkdf v0.10.0
35512024-12-21T04:40:35.800Z Compiling enum-as-inner v0.5.1
35522024-12-21T04:40:35.863Z Checking russh-cryptovec v0.7.3
35532024-12-21T04:40:35.925Z Checking aes-gcm v0.10.3
35542024-12-21T04:40:35.975Z Checking pbkdf2 v0.11.0
35552024-12-21T04:40:36.031Z Checking md5 v0.7.0
35562024-12-21T04:40:36.069Z Checking num-bigint v0.4.6
35572024-12-21T04:40:36.109Z Checking des v0.8.1
35582024-12-21T04:40:36.160Z Checking ssh-cipher v0.2.0
35592024-12-21T04:40:36.290Z Checking hex-literal v0.4.1
35602024-12-21T04:40:36.325Z Compiling dhcproto-macros v0.1.0
35612024-12-21T04:40:36.386Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35622024-12-21T04:40:36.427Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35632024-12-21T04:40:36.447Z Checking ssh-key v0.6.6
35642024-12-21T04:40:36.563Z Checking internet-checksum v0.2.1
35652024-12-21T04:40:36.836Z Checking trust-dns-proto v0.22.0
35662024-12-21T04:40:37.858Z Checking russh-keys v0.45.0
35672024-12-21T04:40:38.884Z Checking russh v0.45.0
35682024-12-21T04:40:39.517Z Checking dhcproto v0.12.0
35692024-12-21T04:40:57.936Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35702024-12-21T04:40:59.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.91s
35712024-12-21T04:40:59.742Z
35722024-12-21T04:40:59.742Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35732024-12-21T04:41:00.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742024-12-21T04:41:00.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752024-12-21T04:41:00.439Z Checking termios v0.3.3
35762024-12-21T04:41:00.671Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35772024-12-21T04:41:01.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
35782024-12-21T04:41:01.670Z
35792024-12-21T04:41:01.670Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35802024-12-21T04:41:02.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812024-12-21T04:41:02.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822024-12-21T04:41:02.427Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35832024-12-21T04:41:02.427Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35842024-12-21T04:41:02.427Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35852024-12-21T04:41:02.427Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35862024-12-21T04:41:03.577Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35872024-12-21T04:41:04.959Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35882024-12-21T04:41:07.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
35892024-12-21T04:41:07.289Z
35902024-12-21T04:41:07.289Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35912024-12-21T04:41:07.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922024-12-21T04:41:07.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932024-12-21T04:41:07.946Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35942024-12-21T04:41:08.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
35952024-12-21T04:41:08.624Z
35962024-12-21T04:41:08.624Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35972024-12-21T04:41:09.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982024-12-21T04:41:09.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992024-12-21T04:41:09.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002024-12-21T04:41:09.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36012024-12-21T04:41:09.282Z
36022024-12-21T04:41:09.282Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36032024-12-21T04:41:09.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042024-12-21T04:41:09.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052024-12-21T04:41:09.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062024-12-21T04:41:09.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36072024-12-21T04:41:09.926Z
36082024-12-21T04:41:09.926Zinfo: running `cargo check --bins` on omicron-package (171/176)
36092024-12-21T04:41:10.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102024-12-21T04:41:10.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112024-12-21T04:41:10.612Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36122024-12-21T04:41:12.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
36132024-12-21T04:41:12.280Z
36142024-12-21T04:41:12.280Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36152024-12-21T04:41:12.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162024-12-21T04:41:12.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172024-12-21T04:41:13.004Z Checking rtoolbox v0.0.2
36182024-12-21T04:41:13.006Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36192024-12-21T04:41:13.006Z Checking tui-tree-widget v0.22.0
36202024-12-21T04:41:13.233Z Checking rpassword v7.3.1
36212024-12-21T04:41:17.546Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36222024-12-21T04:41:20.723Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36232024-12-21T04:41:22.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.82s
36242024-12-21T04:41:22.313Z
36252024-12-21T04:41:22.313Zinfo: running `cargo check --bins` on wicket (173/176)
36262024-12-21T04:41:22.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272024-12-21T04:41:22.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282024-12-21T04:41:23.054Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36292024-12-21T04:41:23.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
36302024-12-21T04:41:23.723Z
36312024-12-21T04:41:23.723Zinfo: running `cargo check --bins` on wicketd (174/176)
36322024-12-21T04:41:24.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332024-12-21T04:41:24.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342024-12-21T04:41:24.467Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36352024-12-21T04:41:24.467Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36362024-12-21T04:41:25.405Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36372024-12-21T04:41:29.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s
36382024-12-21T04:41:29.858Z
36392024-12-21T04:41:29.858Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36402024-12-21T04:41:30.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412024-12-21T04:41:30.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422024-12-21T04:41:30.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432024-12-21T04:41:30.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36442024-12-21T04:41:30.520Z
36452024-12-21T04:41:30.520Zinfo: running `cargo check --bins` on zone-setup (176/176)
36462024-12-21T04:41:31.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472024-12-21T04:41:31.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482024-12-21T04:41:31.285Z Checking uzers v0.12.1
36492024-12-21T04:41:31.649Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36502024-12-21T04:41:32.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
36512024-12-21T04:41:33.119Z
36522024-12-21T04:41:33.119Zreal 14:58.024898466
36532024-12-21T04:41:33.119Zuser 27:32.208555883
36542024-12-21T04:41:33.119Zsys 6:05.174941638
36552024-12-21T04:41:33.119Ztrap 0.593074068
36562024-12-21T04:41:33.119Ztflt 2.678397476
36572024-12-21T04:41:33.119Zdflt 3.059060721
36582024-12-21T04:41:33.119Zkflt 0.000833714
36592024-12-21T04:41:33.119Zlock 52:57.789669749
36602024-12-21T04:41:33.120Zslp 2:25:44.876485876
36612024-12-21T04:41:33.120Zlat 1:06.518981253
36622024-12-21T04:41:33.120Zstop 3:38.889302752
36632024-12-21T04:41:33.123Zprocess exited: duration 1300121 ms, exit code 0
 
36642024-12-21T04:41:33.130Zfound 0 output files