01JFJYHC8PYP3NF3ZVMV29TZY7: 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: 01JFJYHXQ8BNACFP5EH1YGGW5W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T21:11:57.509Zjob assigned to worker 01JFJYJ1E0HQBYBB0QRM70C3DY [factory aws, i-0691ca2f0030c877e] (queued for 47 s)
 
22024-12-20T21:12:05.359Zstarting task 0: "setup"
32024-12-20T21:12:05.369Z++ uname -s
42024-12-20T21:12:05.372Z+ kern=SunOS
52024-12-20T21:12:05.373Z+ case "$kern" in
62024-12-20T21:12:05.373Z+ groupadd -g 12345 build
72024-12-20T21:12:05.375Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T21:12:07.382Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T21:12:07.500Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T21:12:07.503Z+ home_fs=zfs
112024-12-20T21:12:07.503Z+ [[ zfs == autofs ]]
122024-12-20T21:12:07.503Z+ mkdir -p /home/build
132024-12-20T21:12:07.506Z+ chown build:build /home/build /work
142024-12-20T21:12:09.507Z+ chmod 0700 /home/build /work
152024-12-20T21:12:09.510Zprocess exited: duration 4149 ms, exit code 0
 
162024-12-20T21:12:09.518Zstarting task 1: "rust-toolchain"
172024-12-20T21:12:09.523Z+ printf ' * toolchain channel = "%s"
182024-12-20T21:12:09.523Z' 1.81.0
192024-12-20T21:12:09.523Z+ printf ' * toolchain profile = "%s"
202024-12-20T21:12:09.523Z' default
212024-12-20T21:12:09.523Z * toolchain channel = "1.81.0"
222024-12-20T21:12:09.523Z * toolchain profile = "default"
232024-12-20T21:12:09.526Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T21:12:09.526Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T21:12:09.631Zinfo: downloading installer
262024-12-20T21:12:10.828Zinfo: profile set to 'default'
272024-12-20T21:12:10.828Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T21:12:10.833Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T21:12:10.971Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T21:12:10.971Zinfo: downloading component 'cargo'
312024-12-20T21:12:11.676Zinfo: downloading component 'clippy'
322024-12-20T21:12:11.941Zinfo: downloading component 'rust-docs'
332024-12-20T21:12:12.930Zinfo: downloading component 'rust-std'
342024-12-20T21:12:14.457Zinfo: downloading component 'rustc'
352024-12-20T21:12:19.935Zinfo: downloading component 'rustfmt'
362024-12-20T21:12:20.145Zinfo: installing component 'cargo'
372024-12-20T21:12:20.936Zinfo: installing component 'clippy'
382024-12-20T21:12:21.292Zinfo: installing component 'rust-docs'
392024-12-20T21:12:22.906Zinfo: installing component 'rust-std'
402024-12-20T21:12:24.580Zinfo: installing component 'rustc'
412024-12-20T21:12:30.342Zinfo: installing component 'rustfmt'
422024-12-20T21:12:30.662Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T21:12:30.662Z
442024-12-20T21:12:31.023Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T21:12:31.023Z
462024-12-20T21:12:31.026Z
472024-12-20T21:12:31.026ZRust is installed now. Great!
482024-12-20T21:12:31.027Z
492024-12-20T21:12:31.027ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T21:12:31.027Zenvironment variable. This has not been done automatically.
512024-12-20T21:12:31.027Z
522024-12-20T21:12:31.027ZTo configure your current shell, you need to source
532024-12-20T21:12:31.027Zthe corresponding env file under $HOME/.cargo.
542024-12-20T21:12:31.027Z
552024-12-20T21:12:31.027ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T21:12:31.027Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T21:12:31.027Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T21:12:31.102Z+ rustc --version
592024-12-20T21:12:31.168Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T21:12:31.171Zprocess exited: duration 21645 ms, exit code 0
 
612024-12-20T21:12:31.179Zstarting task 2: "authentication"
622024-12-20T21:12:31.204Zprocess exited: duration 23 ms, exit code 0
 
632024-12-20T21:12:31.212Zstarting task 3: "clone repository"
642024-12-20T21:12:31.217Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T21:12:31.217Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T21:12:31.422ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T21:12:38.684Z+ cd /work/oxidecomputer/omicron
682024-12-20T21:12:38.686Z+ git fetch origin f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47
692024-12-20T21:12:39.009ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T21:12:39.009Z * branch f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 -> FETCH_HEAD
712024-12-20T21:12:39.020Z+ [[ -n gjcolombo/ingest-propolis-ensure-api ]]
722024-12-20T21:12:39.022Z++ git branch --show-current
732024-12-20T21:12:39.025Z+ current=main
742024-12-20T21:12:39.025Z+ [[ main != gjcolombo/ingest-propolis-ensure-api ]]
752024-12-20T21:12:39.025Z+ git branch -f gjcolombo/ingest-propolis-ensure-api f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47
762024-12-20T21:12:39.027Z+ git checkout -f gjcolombo/ingest-propolis-ensure-api
772024-12-20T21:12:39.199ZSwitched to branch 'gjcolombo/ingest-propolis-ensure-api'
782024-12-20T21:12:39.202Z+ git reset --hard f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47
792024-12-20T21:12:39.375ZHEAD is now at f0c692d7a PR feedback: SocketAddrV6, misc cleanup
802024-12-20T21:12:39.378Zprocess exited: duration 8165 ms, exit code 0
 
812024-12-20T21:12:39.384Zstarting task 4: "build"
822024-12-20T21:12:39.389Z+ source .github/buildomat/ci-env.sh
832024-12-20T21:12:39.390Z++ export CARGO_TERM_COLOR=always
842024-12-20T21:12:39.390Z++ CARGO_TERM_COLOR=always
852024-12-20T21:12:39.390Z+ cargo --version
862024-12-20T21:12:39.448Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T21:12:39.451Z+ rustc --version
882024-12-20T21:12:39.513Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T21:12:39.515Z+ source ./env.sh
902024-12-20T21:12:39.515Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T21:12:39.515Z++ set -o xtrace
922024-12-20T21:12:39.518Z++++ dirname ./env.sh
932024-12-20T21:12:39.520Z+++ readlink -f .
942024-12-20T21:12:39.534Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T21:12:39.536Z++ 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-20T21:12:39.536Z++ 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-20T21:12:39.536Z++ 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-20T21:12:39.536Z++ 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-20T21:12:39.537Z++ 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-20T21:12:39.537Z++ 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-20T21:12:39.537Z++ 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-20T21:12:39.537Z++ 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-20T21:12:39.537Z++ case $OLD_SHELL_OPTS in
1042024-12-20T21:12:39.537Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T21:12:39.537Z+ 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-20T21:12:39.537Z+ 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-20T21:12:39.537Z+ banner prerequisites
1082024-12-20T21:12:39.549Z
1092024-12-20T21:12:39.550Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T21:12:39.550Z # # # # # # # # # # # # # # #
1112024-12-20T21:12:39.550Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T21:12:39.550Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T21:12:39.550Z # # # # # # # # # # # # # # #
1142024-12-20T21:12:39.550Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T21:12:39.550Z
1162024-12-20T21:12:39.552Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T21:12:48.782Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-20T21:12:52.794Z Startup: Caching catalogs ... Done
1192024-12-20T21:13:03.723ZPlanning: Solver setup ... Done (9.936s)
1202024-12-20T21:13:03.857ZPlanning: Running solver ... Done (0.134s)
1212024-12-20T21:13:04.047ZPlanning: Finding local manifests ... Done (0.088s)
1222024-12-20T21:13:04.087ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-20T21:13:04.940ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-20T21:13:05.123ZPlanning: Package planning ... Done (0.182s)
1252024-12-20T21:13:05.188ZPlanning: Merging actions ... Done (0.056s)
1262024-12-20T21:13:06.032ZPlanning: Checking for conflicting actions ... Done (0.854s)
1272024-12-20T21:13:11.538ZPlanning: Consolidating action changes ... Done (5.503s)
1282024-12-20T21:13:11.956ZPlanning: Evaluating mediators ... Done (0.418s)
1292024-12-20T21:13:12.081ZPlanning: Planning completed in 19.19 seconds
1302024-12-20T21:13:12.097Z Packages to install: 4
1312024-12-20T21:13:12.097Z Packages to update: 1
1322024-12-20T21:13:12.100Z Mediators to change: 2
1332024-12-20T21:13:12.100Z Services to change: 1
1342024-12-20T21:13:12.100Z Estimated space available: 155.63 GB
1352024-12-20T21:13:12.100ZEstimated space to be consumed: 1.62 GB
1362024-12-20T21:13:12.100Z Create boot environment: No
1372024-12-20T21:13:12.100ZCreate backup boot environment: Yes
1382024-12-20T21:13:12.100Z Rebuild boot archive: No
1392024-12-20T21:13:12.100Z
1402024-12-20T21:13:12.100ZChanged mediators:
1412024-12-20T21:13:12.100Z mediator clang:
1422024-12-20T21:13:12.100Z version: None -> 15 (system default)
1432024-12-20T21:13:12.100Z
1442024-12-20T21:13:12.100Z mediator llvm:
1452024-12-20T21:13:12.100Z version: 14 (system default) -> 15 (system default)
1462024-12-20T21:13:12.100Z
1472024-12-20T21:13:12.100ZChanged packages:
1482024-12-20T21:13:12.100Zhelios-dev
1492024-12-20T21:13:12.100Z developer/build-essential
1502024-12-20T21:13:12.100Z None -> 11-2.0
1512024-12-20T21:13:12.100Z library/libxmlsec1
1522024-12-20T21:13:12.100Z None -> 1.2.35-2.0
1532024-12-20T21:13:12.100Z ooce/developer/clang-15
1542024-12-20T21:13:12.100Z None -> 15.0.7-2.0
1552024-12-20T21:13:12.100Z ooce/developer/llvm-15
1562024-12-20T21:13:12.100Z None -> 15.0.7-2.0
1572024-12-20T21:13:12.100Z package/pkg
1582024-12-20T21:13:12.100Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-20T21:13:12.100Z
1602024-12-20T21:13:12.100ZServices:
1612024-12-20T21:13:12.100Z restart_fmri:
1622024-12-20T21:13:12.100Z svc:/system/update-man-index:default
1632024-12-20T21:13:12.101Z
1642024-12-20T21:13:12.101ZEditable files to change:
1652024-12-20T21:13:12.101Z Update:
1662024-12-20T21:13:12.101Z usr/share/lib/pkg/web/config.shtml
1672024-12-20T21:13:12.317Z
1682024-12-20T21:13:12.317ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-20T21:13:17.377ZDownload: 503/4281 items 16.9/220.6MB 7% complete (3.7M/s)
1702024-12-20T21:13:26.662ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (8.5M/s)
1712024-12-20T21:13:31.669ZDownload: 1494/4281 items 115.8/220.6MB 52% complete (4.6M/s)
1722024-12-20T21:13:36.674ZDownload: 1891/4281 items 117.1/220.6MB 53% complete (3.7M/s)
1732024-12-20T21:13:41.685ZDownload: 2008/4281 items 117.3/220.6MB 53% complete (1.2M/s)
1742024-12-20T21:13:46.804ZDownload: 2105/4281 items 117.4/220.6MB 53% complete (57.9k/s)
1752024-12-20T21:13:52.252ZDownload: 2216/4281 items 117.8/220.6MB 53% complete (46.5k/s)
1762024-12-20T21:13:58.021ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (129k/s)
1772024-12-20T21:14:03.150ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1782024-12-20T21:14:08.164ZDownload: 2994/4281 items 121.3/220.6MB 54% complete (243k/s)
1792024-12-20T21:14:13.314ZDownload: 3245/4281 items 200.2/220.6MB 90% complete (9.2M/s)
1802024-12-20T21:14:18.927ZDownload: 3288/4281 items 212.6/220.6MB 96% complete (9.1M/s)
1812024-12-20T21:14:23.932ZDownload: 3821/4281 items 217.1/220.6MB 98% complete (1.9M/s)
1822024-12-20T21:14:30.938ZDownload: 4206/4281 items 220.5/220.6MB 99% complete (1.5M/s)
1832024-12-20T21:14:37.766ZDownload: 4207/4281 items 220.5/220.6MB 99% complete
1842024-12-20T21:14:50.544ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1852024-12-20T21:14:50.648ZDownload: Completed 220.60 MB in 98.30 seconds (2.2M/s)
1862024-12-20T21:14:52.723Z Actions: 1/5063 actions (Removing old actions)
1872024-12-20T21:14:52.741Z Actions: 194/5063 actions (Installing new actions)
1882024-12-20T21:14:57.694Z Actions: 4226/5063 actions (Updating modified actions)
1892024-12-20T21:14:58.036Z Actions: Completed 5063 actions in 5.31 seconds.
1902024-12-20T21:14:58.453Z Done (0.409s)
1912024-12-20T21:14:58.456Z Done (0.000s)
1922024-12-20T21:14:59.033Z Done (0.577s)
1932024-12-20T21:15:03.957Z Done (4.695s)
1942024-12-20T21:15:04.179Z Done (0.155s)
1952024-12-20T21:15:04.181Z Done (0.000s)
1962024-12-20T21:15:04.346Z Done (0.000s)
1972024-12-20T21:15:05.037ZPlanning: Evaluating mediator changes ... Done
1982024-12-20T21:15:05.200ZPlanning: Checking for conflicting actions ... Done
1992024-12-20T21:15:05.202ZPlanning: Consolidating action changes ... Done
2002024-12-20T21:15:05.472ZPlanning: Evaluating mediators ... Done
2012024-12-20T21:15:05.475ZPlanning: Planning completed in 0.43 seconds
2022024-12-20T21:15:05.519Z Mediators to change: 2
2032024-12-20T21:15:05.519Z Create boot environment: No
2042024-12-20T21:15:05.526ZCreate backup boot environment: No
2052024-12-20T21:15:05.667Z Done
2062024-12-20T21:15:05.667Z Done
2072024-12-20T21:15:06.028Z Done
2082024-12-20T21:15:09.652Z Done
2092024-12-20T21:15:09.749Z Done
2102024-12-20T21:15:09.751Z Done
2112024-12-20T21:15:09.869Z Done
2122024-12-20T21:15:10.497ZPlanning: Evaluating mediator changes ... Done
2132024-12-20T21:15:10.500ZPlanning: Merging actions ... Done
2142024-12-20T21:15:10.687ZPlanning: Checking for conflicting actions ... Done
2152024-12-20T21:15:10.692ZPlanning: Consolidating action changes ... Done
2162024-12-20T21:15:10.950ZPlanning: Evaluating mediators ... Done
2172024-12-20T21:15:11.005ZPlanning: Planning completed in 0.75 seconds
2182024-12-20T21:15:11.044Z Packages to change: 1
2192024-12-20T21:15:11.045Z Mediators to change: 1
2202024-12-20T21:15:11.048Z Services to change: 1
2212024-12-20T21:15:11.048Z Create boot environment: No
2222024-12-20T21:15:11.048ZCreate backup boot environment: Yes
2232024-12-20T21:15:13.283Z Actions: 1/6 actions (Updating modified actions)
2242024-12-20T21:15:13.287Z Actions: Completed 6 actions in 0.00 seconds.
2252024-12-20T21:15:13.288Z Done
2262024-12-20T21:15:13.288Z Done
2272024-12-20T21:15:13.401Z Done
2282024-12-20T21:15:17.035Z Done
2292024-12-20T21:15:17.104Z Done
2302024-12-20T21:15:17.126Z Done
2312024-12-20T21:15:17.237Z Done
2322024-12-20T21:15:17.672ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332024-12-20T21:15:17.672Zclang system 15 system
2342024-12-20T21:15:17.673Zcsh system system illumos
2352024-12-20T21:15:17.673Zctags system system illumos
2362024-12-20T21:15:17.673Zgcc vendor 12 vendor
2372024-12-20T21:15:17.673Zgcc system 10 system
2382024-12-20T21:15:17.673Zgcc system 7 system
2392024-12-20T21:15:17.673Zgo system 1.20 system
2402024-12-20T21:15:17.673Zgo system 1.19 system
2412024-12-20T21:15:17.673Zllvm system 15 system
2422024-12-20T21:15:17.673Zllvm system 14 system
2432024-12-20T21:15:17.673Zmariadb system 10.6 system
2442024-12-20T21:15:17.673Zmta vendor vendor dma
2452024-12-20T21:15:17.673Zopenjdk system 17 system
2462024-12-20T21:15:17.673Zopenjdk system 11 system
2472024-12-20T21:15:17.673Zopenjdk system 1.8 system
2482024-12-20T21:15:17.673Zopenssl vendor 3 vendor
2492024-12-20T21:15:17.673Zperl system 5.36 system
2502024-12-20T21:15:17.673Zpostgresql system 15 system
2512024-12-20T21:15:17.673Zpostgresql system 13 system
2522024-12-20T21:15:17.673Zpython vendor 3 vendor
2532024-12-20T21:15:17.673Zpython system 2 system
2542024-12-20T21:15:17.673Zpython3 system 3.11 system
2552024-12-20T21:15:17.673Zruby system 3.0 system
2562024-12-20T21:15:17.673Zwords vendor vendor american-english
2572024-12-20T21:15:17.673Zwords system system australian-english
2582024-12-20T21:15:17.673Zwords system system british-english
2592024-12-20T21:15:17.673Zwords system system canadian-english
2602024-12-20T21:15:17.673Zwords system system french
2612024-12-20T21:15:17.673Zwords system system italian
2622024-12-20T21:15:17.673Zwords system system ngerman
2632024-12-20T21:15:17.673Zwords system system ogerman
2642024-12-20T21:15:17.673Zwords system system spanish
2652024-12-20T21:15:18.004ZPUBLISHER TYPE STATUS P LOCATION
2662024-12-20T21:15:18.004Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672024-12-20T21:15:20.757ZFMRI IFO
2682024-12-20T21:15:20.757Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692024-12-20T21:15:20.757Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702024-12-20T21:15:20.757Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712024-12-20T21:15:20.757Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722024-12-20T21:15:20.757Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732024-12-20T21:15:20.757Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742024-12-20T21:15:20.757Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752024-12-20T21:15:20.757Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762024-12-20T21:15:20.757Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772024-12-20T21:15:20.757Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2782024-12-20T21:15:20.757Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2792024-12-20T21:15:20.757Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802024-12-20T21:15:20.757Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2812024-12-20T21:15:20.757Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2822024-12-20T21:15:20.757Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832024-12-20T21:15:21.530Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842024-12-20T21:15:21.788Z Updating crates.io index
2852024-12-20T21:15:21.840Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862024-12-20T21:15:22.335Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2872024-12-20T21:15:22.628Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882024-12-20T21:15:22.893Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892024-12-20T21:15:23.156Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902024-12-20T21:15:24.128Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912024-12-20T21:15:25.701Z Updating git repository `https://github.com/oxidecomputer/opte`
2922024-12-20T21:15:26.330Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932024-12-20T21:15:27.026Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942024-12-20T21:15:27.304Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952024-12-20T21:15:27.598Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962024-12-20T21:15:28.145Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2972024-12-20T21:15:28.467Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2982024-12-20T21:15:28.749Z Updating git repository `https://github.com/oxidecomputer/tofino`
2992024-12-20T21:15:29.016Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002024-12-20T21:15:29.312Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012024-12-20T21:15:29.581Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022024-12-20T21:15:29.894Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032024-12-20T21:15:30.197Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042024-12-20T21:15:30.520Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3052024-12-20T21:15:30.873Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-12-20T21:15:31.378Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3072024-12-20T21:15:31.620Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082024-12-20T21:15:32.208Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3092024-12-20T21:15:32.616Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3102024-12-20T21:15:33.019Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3112024-12-20T21:15:33.294Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3122024-12-20T21:15:33.600Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3132024-12-20T21:15:34.982Z Downloading crates ...
3142024-12-20T21:15:35.042Z Downloaded anstream v0.6.15
3152024-12-20T21:15:35.045Z Downloaded anstyle v1.0.10
3162024-12-20T21:15:35.048Z Downloaded macaddr v1.0.1
3172024-12-20T21:15:35.053Z Downloaded fastrand v2.1.1
3182024-12-20T21:15:35.053Z Downloaded digest v0.10.7
3192024-12-20T21:15:35.073Z Downloaded dtrace-parser v0.2.0
3202024-12-20T21:15:35.077Z Downloaded equivalent v1.0.1
3212024-12-20T21:15:35.080Z Downloaded usdt-attr-macro v0.5.0
3222024-12-20T21:15:35.090Z Downloaded usdt-macro v0.5.0
3232024-12-20T21:15:35.094Z Downloaded swrite v0.1.0
3242024-12-20T21:15:35.096Z Downloaded scroll_derive v0.12.0
3252024-12-20T21:15:35.102Z Downloaded pretty-hex v0.4.1
3262024-12-20T21:15:35.104Z Downloaded memmap v0.7.0
3272024-12-20T21:15:35.108Z Downloaded plain v0.2.3
3282024-12-20T21:15:35.112Z Downloaded pest_generator v2.7.14
3292024-12-20T21:15:35.112Z Downloaded anstyle-query v1.1.1
3302024-12-20T21:15:35.112Z Downloaded itoa v1.0.11
3312024-12-20T21:15:35.116Z Downloaded is_terminal_polyfill v1.70.1
3322024-12-20T21:15:35.117Z Downloaded fnv v1.0.7
3332024-12-20T21:15:35.117Z Downloaded errno v0.3.9
3342024-12-20T21:15:35.120Z Downloaded unicode-linebreak v0.1.5
3352024-12-20T21:15:35.120Z Downloaded heck v0.4.1
3362024-12-20T21:15:35.120Z Downloaded clap_lex v0.7.2
3372024-12-20T21:15:35.123Z Downloaded byteorder v1.5.0
3382024-12-20T21:15:35.123Z Downloaded crypto-common v0.1.6
3392024-12-20T21:15:35.123Z Downloaded colorchoice v1.0.2
3402024-12-20T21:15:35.126Z Downloaded cfg-if v1.0.0
3412024-12-20T21:15:35.127Z Downloaded proc-macro-error-attr v1.0.4
3422024-12-20T21:15:35.127Z Downloaded serde_spanned v0.6.8
3432024-12-20T21:15:35.127Z Downloaded heck v0.5.0
3442024-12-20T21:15:35.130Z Downloaded generic-array v0.14.7
3452024-12-20T21:15:35.130Z Downloaded dof v0.3.0
3462024-12-20T21:15:35.130Z Downloaded tabled_derive v0.7.0
3472024-12-20T21:15:35.133Z Downloaded cpufeatures v0.2.14
3482024-12-20T21:15:35.133Z Downloaded version_check v0.9.5
3492024-12-20T21:15:35.136Z Downloaded autocfg v1.4.0
3502024-12-20T21:15:35.136Z Downloaded thiserror v1.0.69
3512024-12-20T21:15:35.139Z Downloaded thiserror-impl v1.0.69
3522024-12-20T21:15:35.142Z Downloaded usdt v0.5.0
3532024-12-20T21:15:35.142Z Downloaded terminal_size v0.4.0
3542024-12-20T21:15:35.145Z Downloaded cargo-platform v0.1.8
3552024-12-20T21:15:35.145Z Downloaded block-buffer v0.10.4
3562024-12-20T21:15:35.149Z Downloaded anstyle-parse v0.2.5
3572024-12-20T21:15:35.149Z Downloaded utf8parse v0.2.2
3582024-12-20T21:15:35.149Z Downloaded thread-id v4.2.2
3592024-12-20T21:15:35.149Z Downloaded strsim v0.11.1
3602024-12-20T21:15:35.161Z Downloaded smawk v0.3.2
3612024-12-20T21:15:35.164Z Downloaded scroll v0.12.0
3622024-12-20T21:15:35.164Z Downloaded bytecount v0.6.8
3632024-12-20T21:15:35.167Z Downloaded clap_derive v4.5.18
3642024-12-20T21:15:35.170Z Downloaded cargo_metadata v0.18.1
3652024-12-20T21:15:35.170Z Downloaded tempfile v3.13.0
3662024-12-20T21:15:35.173Z Downloaded once_cell v1.20.2
3672024-12-20T21:15:35.176Z Downloaded fs-err v2.11.0
3682024-12-20T21:15:35.176Z Downloaded camino-tempfile v1.1.1
3692024-12-20T21:15:35.179Z Downloaded zerocopy-derive v0.7.35
3702024-12-20T21:15:35.183Z Downloaded serde_tokenstream v0.2.2
3712024-12-20T21:15:35.183Z Downloaded camino v1.1.9
3722024-12-20T21:15:35.186Z Downloaded usdt-impl v0.5.0
3732024-12-20T21:15:35.186Z Downloaded sha2 v0.10.8
3742024-12-20T21:15:35.189Z Downloaded semver v1.0.23
3752024-12-20T21:15:35.189Z Downloaded proc-macro2 v1.0.89
3762024-12-20T21:15:35.192Z Downloaded quote v1.0.37
3772024-12-20T21:15:35.196Z Downloaded proc-macro-error v1.0.4
3782024-12-20T21:15:35.199Z Downloaded clap v4.5.21
3792024-12-20T21:15:35.206Z Downloaded unicode-ident v1.0.13
3802024-12-20T21:15:35.209Z Downloaded anyhow v1.0.93
3812024-12-20T21:15:35.213Z Downloaded typenum v1.17.0
3822024-12-20T21:15:35.217Z Downloaded toml v0.8.19
3832024-12-20T21:15:35.219Z Downloaded log v0.4.22
3842024-12-20T21:15:35.219Z Downloaded pest_meta v2.7.14
3852024-12-20T21:15:35.223Z Downloaded papergrid v0.11.0
3862024-12-20T21:15:35.226Z Downloaded indexmap v2.6.0
3872024-12-20T21:15:35.228Z Downloaded ucd-trie v0.1.7
3882024-12-20T21:15:35.232Z Downloaded pest_derive v2.7.14
3892024-12-20T21:15:35.232Z Downloaded toml_datetime v0.6.8
3902024-12-20T21:15:35.235Z Downloaded serde_derive v1.0.215
3912024-12-20T21:15:35.238Z Downloaded textwrap v0.16.1
3922024-12-20T21:15:35.239Z Downloaded ryu v1.0.18
3932024-12-20T21:15:35.242Z Downloaded cargo_toml v0.20.5
3942024-12-20T21:15:35.243Z Downloaded bitflags v2.6.0
3952024-12-20T21:15:35.249Z Downloaded serde v1.0.215
3962024-12-20T21:15:35.263Z Downloaded toml_edit v0.22.22
3972024-12-20T21:15:35.283Z Downloaded pest v2.7.14
3982024-12-20T21:15:35.286Z Downloaded memchr v2.7.4
3992024-12-20T21:15:35.301Z Downloaded hashbrown v0.15.1
4002024-12-20T21:15:35.305Z Downloaded serde_json v1.0.132
4012024-12-20T21:15:35.315Z Downloaded zerocopy v0.7.35
4022024-12-20T21:15:35.329Z Downloaded winnow v0.6.20
4032024-12-20T21:15:35.337Z Downloaded goblin v0.8.2
4042024-12-20T21:15:35.342Z Downloaded tabled v0.15.0
4052024-12-20T21:15:35.357Z Downloaded clap_builder v4.5.21
4062024-12-20T21:15:35.363Z Downloaded unicode-width v0.1.14
4072024-12-20T21:15:35.367Z Downloaded syn v2.0.87
4082024-12-20T21:15:35.377Z Downloaded syn v1.0.109
4092024-12-20T21:15:35.386Z Downloaded rustix v0.38.37
4102024-12-20T21:15:35.421Z Downloaded libc v0.2.162
4112024-12-20T21:15:35.764Z Compiling proc-macro2 v1.0.89
4122024-12-20T21:15:35.764Z Compiling unicode-ident v1.0.13
4132024-12-20T21:15:35.764Z Compiling serde v1.0.215
4142024-12-20T21:15:35.794Z Compiling version_check v0.9.5
4152024-12-20T21:15:35.794Z Compiling thiserror v1.0.69
4162024-12-20T21:15:35.794Z Compiling memchr v2.7.4
4172024-12-20T21:15:35.794Z Compiling libc v0.2.162
4182024-12-20T21:15:35.794Z Compiling ucd-trie v0.1.7
4192024-12-20T21:15:36.046Z Compiling ryu v1.0.18
4202024-12-20T21:15:36.433Z Compiling itoa v1.0.11
4212024-12-20T21:15:36.620Z Compiling once_cell v1.20.2
4222024-12-20T21:15:36.656Z Compiling byteorder v1.5.0
4232024-12-20T21:15:36.656Z Compiling serde_json v1.0.132
4242024-12-20T21:15:36.876Z Compiling rustix v0.38.37
4252024-12-20T21:15:37.086Z Compiling bitflags v2.6.0
4262024-12-20T21:15:37.137Z Compiling usdt-impl v0.5.0
4272024-12-20T21:15:37.533Z Compiling proc-macro-error-attr v1.0.4
4282024-12-20T21:15:37.565Z Compiling syn v1.0.109
4292024-12-20T21:15:37.620Z Compiling proc-macro-error v1.0.4
4302024-12-20T21:15:37.692Z Compiling hashbrown v0.15.1
4312024-12-20T21:15:37.769Z Compiling quote v1.0.37
4322024-12-20T21:15:37.802Z Compiling camino v1.1.9
4332024-12-20T21:15:37.845Z Compiling utf8parse v0.2.2
4342024-12-20T21:15:38.015Z Compiling plain v0.2.3
4352024-12-20T21:15:38.173Z Compiling errno v0.3.9
4362024-12-20T21:15:38.205Z Compiling syn v2.0.87
4372024-12-20T21:15:38.480Z Compiling equivalent v1.0.1
4382024-12-20T21:15:38.503Z Compiling log v0.4.22
4392024-12-20T21:15:38.620Z Compiling anstyle-parse v0.2.5
4402024-12-20T21:15:38.727Z Compiling thread-id v4.2.2
4412024-12-20T21:15:38.883Z Compiling indexmap v2.6.0
4422024-12-20T21:15:38.968Z Compiling semver v1.0.23
4432024-12-20T21:15:39.006Z Compiling anstyle-query v1.1.1
4442024-12-20T21:15:39.177Z Compiling anstyle v1.0.10
4452024-12-20T21:15:39.297Z Compiling is_terminal_polyfill v1.70.1
4462024-12-20T21:15:39.413Z Compiling winnow v0.6.20
4472024-12-20T21:15:39.485Z Compiling colorchoice v1.0.2
4482024-12-20T21:15:39.586Z Compiling unicode-width v0.1.14
4492024-12-20T21:15:39.613Z Compiling pretty-hex v0.4.1
4502024-12-20T21:15:39.647Z Compiling autocfg v1.4.0
4512024-12-20T21:15:39.851Z Compiling anstream v0.6.15
4522024-12-20T21:15:40.356Z Compiling heck v0.5.0
4532024-12-20T21:15:40.379Z Compiling terminal_size v0.4.0
4542024-12-20T21:15:40.601Z Compiling heck v0.4.1
4552024-12-20T21:15:40.625Z Compiling fastrand v2.1.1
4562024-12-20T21:15:40.780Z Compiling fs-err v2.11.0
4572024-12-20T21:15:40.866Z Compiling anyhow v1.0.93
4582024-12-20T21:15:41.117Z Compiling strsim v0.11.1
4592024-12-20T21:15:41.170Z Compiling fnv v1.0.7
4602024-12-20T21:15:41.200Z Compiling cfg-if v1.0.0
4612024-12-20T21:15:41.300Z Compiling clap_lex v0.7.2
4622024-12-20T21:15:41.327Z Compiling bytecount v0.6.8
4632024-12-20T21:15:41.552Z Compiling papergrid v0.11.0
4642024-12-20T21:15:41.846Z Compiling clap_builder v4.5.21
4652024-12-20T21:15:41.894Z Compiling tempfile v3.13.0
4662024-12-20T21:15:42.165Z Compiling memmap v0.7.0
4672024-12-20T21:15:42.225Z Compiling smawk v0.3.2
4682024-12-20T21:15:42.469Z Compiling unicode-linebreak v0.1.5
4692024-12-20T21:15:42.985Z Compiling textwrap v0.16.1
4702024-12-20T21:15:43.190Z Compiling swrite v0.1.0
4712024-12-20T21:15:44.482Z Compiling tabled_derive v0.7.0
4722024-12-20T21:15:45.936Z Compiling tabled v0.15.0
4732024-12-20T21:15:47.270Z Compiling serde_derive v1.0.215
4742024-12-20T21:15:47.276Z Compiling thiserror-impl v1.0.69
4752024-12-20T21:15:47.276Z Compiling zerocopy-derive v0.7.35
4762024-12-20T21:15:47.276Z Compiling scroll_derive v0.12.0
4772024-12-20T21:15:47.437Z Compiling clap_derive v4.5.18
4782024-12-20T21:15:48.593Z Compiling scroll v0.12.0
4792024-12-20T21:15:49.038Z Compiling goblin v0.8.2
4802024-12-20T21:15:49.057Z Compiling zerocopy v0.7.35
4812024-12-20T21:15:50.200Z Compiling pest v2.7.14
4822024-12-20T21:15:51.413Z Compiling clap v4.5.21
4832024-12-20T21:15:52.414Z Compiling pest_meta v2.7.14
4842024-12-20T21:15:53.268Z Compiling pest_generator v2.7.14
4852024-12-20T21:15:55.338Z Compiling pest_derive v2.7.14
4862024-12-20T21:15:56.033Z Compiling dtrace-parser v0.2.0
4872024-12-20T21:15:57.399Z Compiling serde_tokenstream v0.2.2
4882024-12-20T21:15:57.509Z Compiling toml_datetime v0.6.8
4892024-12-20T21:15:57.509Z Compiling serde_spanned v0.6.8
4902024-12-20T21:15:57.801Z Compiling cargo-platform v0.1.8
4912024-12-20T21:15:57.907Z Compiling toml_edit v0.22.22
4922024-12-20T21:15:58.005Z Compiling macaddr v1.0.1
4932024-12-20T21:15:58.293Z Compiling camino-tempfile v1.1.1
4942024-12-20T21:15:58.891Z Compiling dof v0.3.0
4952024-12-20T21:15:58.973Z Compiling cargo_metadata v0.18.1
4962024-12-20T21:16:00.662Z Compiling toml v0.8.19
4972024-12-20T21:16:00.686Z Compiling usdt-attr-macro v0.5.0
4982024-12-20T21:16:00.690Z Compiling usdt-macro v0.5.0
4992024-12-20T21:16:01.484Z Compiling cargo_toml v0.20.5
5002024-12-20T21:16:02.102Z Compiling usdt v0.5.0
5012024-12-20T21:16:05.047Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5022024-12-20T21:16:09.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.84s
5032024-12-20T21:16:09.425Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5042024-12-20T21:16:09.969Z Downloading crates ...
5052024-12-20T21:16:10.080Z Downloaded aead v0.5.2
5062024-12-20T21:16:10.105Z Downloaded cfg_aliases v0.2.1
5072024-12-20T21:16:10.110Z Downloaded async-stream-impl v0.3.6
5082024-12-20T21:16:10.113Z Downloaded atty v0.2.14
5092024-12-20T21:16:10.116Z Downloaded constant_time_eq v0.3.1
5102024-12-20T21:16:10.123Z Downloaded icu_provider_macros v1.5.0
5112024-12-20T21:16:10.127Z Downloaded http-body v1.0.1
5122024-12-20T21:16:10.130Z Downloaded ident_case v1.0.1
5132024-12-20T21:16:10.133Z Downloaded ciborium-io v0.2.2
5142024-12-20T21:16:10.133Z Downloaded atomicwrites v0.4.4
5152024-12-20T21:16:10.135Z Downloaded hubpack_derive v0.1.1
5162024-12-20T21:16:10.135Z Downloaded is_ci v1.2.0
5172024-12-20T21:16:10.138Z Downloaded crucible-workspace-hack v0.1.0
5182024-12-20T21:16:10.141Z Downloaded cfg_aliases v0.1.1
5192024-12-20T21:16:10.143Z Downloaded mirai-annotations v1.12.0
5202024-12-20T21:16:10.143Z Downloaded md5 v0.7.0
5212024-12-20T21:16:10.146Z Downloaded matches v0.1.10
5222024-12-20T21:16:10.146Z Downloaded cstr-argument v0.1.2
5232024-12-20T21:16:10.149Z Downloaded crunchy v0.2.2
5242024-12-20T21:16:10.149Z Downloaded allocator-api2 v0.2.18
5252024-12-20T21:16:10.151Z Downloaded instant v0.1.13
5262024-12-20T21:16:10.156Z Downloaded match_cfg v0.1.0
5272024-12-20T21:16:10.159Z Downloaded block-padding v0.3.3
5282024-12-20T21:16:10.159Z Downloaded adler2 v2.0.0
5292024-12-20T21:16:10.159Z Downloaded hyper-tls v0.6.0
5302024-12-20T21:16:10.161Z Downloaded home v0.5.9
5312024-12-20T21:16:10.161Z Downloaded hostname v0.4.0
5322024-12-20T21:16:10.164Z Downloaded bitfield v0.14.0
5332024-12-20T21:16:10.168Z Downloaded indoc v1.0.9
5342024-12-20T21:16:10.171Z Downloaded bit-vec v0.6.3
5352024-12-20T21:16:10.171Z Downloaded http-range v0.1.5
5362024-12-20T21:16:10.171Z Downloaded cipher v0.4.4
5372024-12-20T21:16:10.174Z Downloaded indent_write v2.2.0
5382024-12-20T21:16:10.176Z Downloaded ciborium-ll v0.2.2
5392024-12-20T21:16:10.176Z Downloaded async-recursion v1.1.1
5402024-12-20T21:16:10.181Z Downloaded internet-checksum v0.2.1
5412024-12-20T21:16:10.185Z Downloaded md-5 v0.10.6
5422024-12-20T21:16:10.185Z Downloaded cobs v0.2.3
5432024-12-20T21:16:10.188Z Downloaded atomic-waker v1.1.2
5442024-12-20T21:16:10.188Z Downloaded managed v0.8.0
5452024-12-20T21:16:10.190Z Downloaded blowfish v0.9.1
5462024-12-20T21:16:10.190Z Downloaded bitflags v1.3.2
5472024-12-20T21:16:10.195Z Downloaded lockfree-object-pool v0.1.6
5482024-12-20T21:16:10.199Z Downloaded mockall v0.13.0
5492024-12-20T21:16:10.201Z Downloaded crossbeam-deque v0.8.5
5502024-12-20T21:16:10.201Z Downloaded linked-hash-map v0.5.6
5512024-12-20T21:16:10.204Z Downloaded colored v2.1.0
5522024-12-20T21:16:10.206Z Downloaded maplit v1.0.2
5532024-12-20T21:16:10.215Z Downloaded darling v0.20.10
5542024-12-20T21:16:10.218Z Downloaded memoffset v0.9.1
5552024-12-20T21:16:10.218Z Downloaded castaway v0.2.3
5562024-12-20T21:16:10.218Z Downloaded hickory-client v0.24.1
5572024-12-20T21:16:10.221Z Downloaded arrayref v0.3.9
5582024-12-20T21:16:10.224Z Downloaded lru-cache v0.1.2
5592024-12-20T21:16:10.224Z Downloaded buf-list v1.0.3
5602024-12-20T21:16:10.226Z Downloaded idna_adapter v1.2.0
5612024-12-20T21:16:10.230Z Downloaded hyper-staticfile v0.10.1
5622024-12-20T21:16:10.233Z Downloaded ascii-canvas v3.0.0
5632024-12-20T21:16:10.233Z Downloaded iana-time-zone v0.1.61
5642024-12-20T21:16:10.238Z Downloaded icu_locid_transform v1.5.0
5652024-12-20T21:16:10.242Z Downloaded litemap v0.7.3
5662024-12-20T21:16:10.244Z Downloaded lazycell v1.3.0
5672024-12-20T21:16:10.244Z Downloaded ipnet v2.10.1
5682024-12-20T21:16:10.246Z Downloaded httparse v1.9.5
5692024-12-20T21:16:10.250Z Downloaded libloading v0.8.5
5702024-12-20T21:16:10.253Z Downloaded console v0.15.8
5712024-12-20T21:16:10.255Z Downloaded time-core v0.1.2
5722024-12-20T21:16:10.257Z Downloaded ssh-cipher v0.2.0
5732024-12-20T21:16:10.260Z Downloaded cookie_store v0.21.0
5742024-12-20T21:16:10.263Z Downloaded crc v3.2.1
5752024-12-20T21:16:10.266Z Downloaded try-lock v0.2.5
5762024-12-20T21:16:10.266Z Downloaded ref-cast-impl v1.0.23
5772024-12-20T21:16:10.270Z Downloaded csv-core v0.1.11
5782024-12-20T21:16:10.270Z Downloaded want v0.3.1
5792024-12-20T21:16:10.272Z Downloaded scopeguard v1.2.0
5802024-12-20T21:16:10.272Z Downloaded schemars_derive v0.8.21
5812024-12-20T21:16:10.272Z Downloaded foreign-types-shared v0.3.1
5822024-12-20T21:16:10.275Z Downloaded termtree v0.4.1
5832024-12-20T21:16:10.275Z Downloaded foreign-types-shared v0.1.1
5842024-12-20T21:16:10.278Z Downloaded sqlparser_derive v0.2.2
5852024-12-20T21:16:10.278Z Downloaded mime_guess v2.0.5
5862024-12-20T21:16:10.280Z Downloaded icu_locid_transform_data v1.5.0
5872024-12-20T21:16:10.283Z Downloaded zone_cfg_derive v0.1.2
5882024-12-20T21:16:10.283Z Downloaded yoke-derive v0.7.4
5892024-12-20T21:16:10.285Z Downloaded indexmap v1.9.3
5902024-12-20T21:16:10.289Z Downloaded ciborium v0.2.2
5912024-12-20T21:16:10.292Z Downloaded rustversion v1.0.17
5922024-12-20T21:16:10.305Z Downloaded ahash v0.8.11
5932024-12-20T21:16:10.308Z Downloaded icu_locid v1.5.0
5942024-12-20T21:16:10.308Z Downloaded number_prefix v0.4.0
5952024-12-20T21:16:10.309Z Downloaded icu_normalizer_data v1.5.0
5962024-12-20T21:16:10.309Z Downloaded crossbeam-epoch v0.9.18
5972024-12-20T21:16:10.313Z Downloaded const-oid v0.9.6
5982024-12-20T21:16:10.316Z Downloaded crc-catalog v2.4.0
5992024-12-20T21:16:10.316Z Downloaded crc-any v2.5.0
6002024-12-20T21:16:10.319Z Downloaded downcast v0.11.0
6012024-12-20T21:16:10.322Z Downloaded untrusted v0.9.0
6022024-12-20T21:16:10.322Z Downloaded dunce v1.0.5
6032024-12-20T21:16:10.324Z Downloaded defmt-parser v0.3.4
6042024-12-20T21:16:10.326Z Downloaded serde_repr v0.1.19
6052024-12-20T21:16:10.329Z Downloaded phf_shared v0.10.0
6062024-12-20T21:16:10.329Z Downloaded russh-cryptovec v0.7.3
6072024-12-20T21:16:10.331Z Downloaded tokio-macros v2.4.0
6082024-12-20T21:16:10.331Z Downloaded dsl_auto_type v0.1.2
6092024-12-20T21:16:10.334Z Downloaded termios v0.3.3
6102024-12-20T21:16:10.334Z Downloaded form_urlencoded v1.2.1
6112024-12-20T21:16:10.336Z Downloaded progenitor-client v0.8.0
6122024-12-20T21:16:10.339Z Downloaded path-slash v0.1.5
6132024-12-20T21:16:10.339Z Downloaded opaque-debug v0.3.1
6142024-12-20T21:16:10.339Z Downloaded hash32 v0.3.1
6152024-12-20T21:16:10.342Z Downloaded hmac v0.12.1
6162024-12-20T21:16:10.344Z Downloaded untrusted v0.7.1
6172024-12-20T21:16:10.350Z Downloaded unicase v2.7.0
6182024-12-20T21:16:10.350Z Downloaded indicatif v0.17.9
6192024-12-20T21:16:10.353Z Downloaded defmt-macros v0.3.9
6202024-12-20T21:16:10.355Z Downloaded hyper-util v0.1.10
6212024-12-20T21:16:10.360Z Downloaded icu_properties v1.5.1
6222024-12-20T21:16:10.364Z Downloaded time-macros v0.2.18
6232024-12-20T21:16:10.367Z Downloaded multimap v0.10.0
6242024-12-20T21:16:10.369Z Downloaded bytes v1.8.0
6252024-12-20T21:16:10.372Z Downloaded tinyvec_macros v0.1.1
6262024-12-20T21:16:10.375Z Downloaded hex v0.4.3
6272024-12-20T21:16:10.377Z Downloaded compact_str v0.8.0
6282024-12-20T21:16:10.380Z Downloaded packed_struct_codegen v0.10.1
6292024-12-20T21:16:10.384Z Downloaded packed_struct v0.10.1
6302024-12-20T21:16:10.387Z Downloaded futures-task v0.3.31
6312024-12-20T21:16:10.387Z Downloaded powerfmt v0.2.0
6322024-12-20T21:16:10.389Z Downloaded psl-types v2.0.11
6332024-12-20T21:16:10.389Z Downloaded ppv-lite86 v0.2.20
6342024-12-20T21:16:10.392Z Downloaded tokio-tungstenite v0.23.1
6352024-12-20T21:16:10.394Z Downloaded scrypt v0.11.0
6362024-12-20T21:16:10.397Z Downloaded pbkdf2 v0.11.0
6372024-12-20T21:16:10.399Z Downloaded scheduled-thread-pool v0.2.7
6382024-12-20T21:16:10.401Z Downloaded pbkdf2 v0.12.2
6392024-12-20T21:16:10.401Z Downloaded icu_collections v1.5.0
6402024-12-20T21:16:10.408Z Downloaded proc-macro-crate v1.3.1
6412024-12-20T21:16:10.411Z Downloaded same-file v1.0.6
6422024-12-20T21:16:10.414Z Downloaded salsa20 v0.10.2
6432024-12-20T21:16:10.414Z Downloaded progenitor v0.8.0
6442024-12-20T21:16:10.416Z Downloaded spin v0.5.2
6452024-12-20T21:16:10.419Z Downloaded miniz_oxide v0.8.0
6462024-12-20T21:16:10.421Z Downloaded supports-color v3.0.1
6472024-12-20T21:16:10.424Z Downloaded multer v3.1.0
6482024-12-20T21:16:10.426Z Downloaded subtle v2.6.1
6492024-12-20T21:16:10.429Z Downloaded cc v1.1.30
6502024-12-20T21:16:10.431Z Downloaded num_threads v0.1.7
6512024-12-20T21:16:10.436Z Downloaded samael v0.0.17
6522024-12-20T21:16:10.440Z Downloaded unicode-xid v0.2.6
6532024-12-20T21:16:10.448Z Downloaded slab v0.4.9
6542024-12-20T21:16:10.448Z Downloaded xz2 v0.1.7
6552024-12-20T21:16:10.450Z Downloaded enum-as-inner v0.6.1
6562024-12-20T21:16:10.450Z Downloaded normalize-line-endings v0.3.0
6572024-12-20T21:16:10.450Z Downloaded either v1.13.0
6582024-12-20T21:16:10.450Z Downloaded dropshot_endpoint v0.12.0
6592024-12-20T21:16:10.456Z Downloaded topological-sort v0.2.2
6602024-12-20T21:16:10.456Z Downloaded tiny-keccak v2.0.2
6612024-12-20T21:16:10.460Z Downloaded tinystr v0.7.6
6622024-12-20T21:16:10.463Z Downloaded progenitor-macro v0.8.0
6632024-12-20T21:16:10.463Z Downloaded hickory-resolver v0.24.1
6642024-12-20T21:16:10.468Z Downloaded zeroize_derive v1.4.2
6652024-12-20T21:16:10.471Z Downloaded xattr v1.3.1
6662024-12-20T21:16:10.471Z Downloaded const_format v0.2.33
6672024-12-20T21:16:10.476Z Downloaded sync-ptr v0.1.1
6682024-12-20T21:16:10.479Z Downloaded fd-lock v4.0.2
6692024-12-20T21:16:10.481Z Downloaded new_debug_unreachable v1.0.6
6702024-12-20T21:16:10.484Z Downloaded derive_builder_macro v0.20.2
6712024-12-20T21:16:10.484Z Downloaded strum_macros v0.26.4
6722024-12-20T21:16:10.486Z Downloaded http v1.1.0
6732024-12-20T21:16:10.501Z Downloaded openssl-macros v0.1.1
6742024-12-20T21:16:10.503Z Downloaded parse-size v1.1.0
6752024-12-20T21:16:10.503Z Downloaded num_enum_derive v0.5.11
6762024-12-20T21:16:10.507Z Downloaded gethostname v0.5.0
6772024-12-20T21:16:10.507Z Downloaded futures-core v0.3.31
6782024-12-20T21:16:10.510Z Downloaded snafu-derive v0.8.5
6792024-12-20T21:16:10.510Z Downloaded rand_seeder v0.3.0
6802024-12-20T21:16:10.513Z Downloaded polyval v0.6.2
6812024-12-20T21:16:10.516Z Downloaded num_enum v0.5.11
6822024-12-20T21:16:10.519Z Downloaded oso v0.27.3
6832024-12-20T21:16:10.523Z Downloaded minimal-lexical v0.2.1
6842024-12-20T21:16:10.531Z Downloaded unicode-truncate v1.1.0
6852024-12-20T21:16:10.534Z Downloaded num-rational v0.4.2
6862024-12-20T21:16:10.534Z Downloaded aho-corasick v1.1.3
6872024-12-20T21:16:10.540Z Downloaded fxhash v0.2.1
6882024-12-20T21:16:10.543Z Downloaded tls_codec_derive v0.4.1
6892024-12-20T21:16:10.543Z Downloaded tls_codec v0.4.1
6902024-12-20T21:16:10.546Z Downloaded thread_local v1.1.8
6912024-12-20T21:16:10.549Z Downloaded typify-macro v0.2.0
6922024-12-20T21:16:10.549Z Downloaded native-tls v0.2.12
6932024-12-20T21:16:10.551Z Downloaded tinyvec v1.8.0
6942024-12-20T21:16:10.554Z Downloaded serde-big-array v0.5.1
6952024-12-20T21:16:10.557Z Downloaded quick-error v1.2.3
6962024-12-20T21:16:10.560Z Downloaded unsafe-libyaml v0.2.11
6972024-12-20T21:16:10.562Z Downloaded pretty-hex v0.2.1
6982024-12-20T21:16:10.565Z Downloaded structmeta-derive v0.2.0
6992024-12-20T21:16:10.565Z Downloaded serde_urlencoded v0.7.1
7002024-12-20T21:16:10.565Z Downloaded flume v0.11.1
7012024-12-20T21:16:10.570Z Downloaded strum v0.26.3
7022024-12-20T21:16:10.573Z Downloaded openssl-probe v0.1.5
7032024-12-20T21:16:10.574Z Downloaded num v0.4.3
7042024-12-20T21:16:10.576Z Downloaded paste v1.0.15
7052024-12-20T21:16:10.579Z Downloaded serde_with_macros v3.11.0
7062024-12-20T21:16:10.582Z Downloaded schemars v0.8.21
7072024-12-20T21:16:10.594Z Downloaded endian-type v0.1.2
7082024-12-20T21:16:10.597Z Downloaded itertools v0.10.5
7092024-12-20T21:16:10.602Z Downloaded phf_shared v0.11.2
7102024-12-20T21:16:10.604Z Downloaded phf_codegen v0.11.2
7112024-12-20T21:16:10.604Z Downloaded group v0.13.0
7122024-12-20T21:16:10.607Z Downloaded glob v0.3.1
7132024-12-20T21:16:10.607Z Downloaded uzers v0.12.1
7142024-12-20T21:16:10.610Z Downloaded yasna v0.5.2
7152024-12-20T21:16:10.614Z Downloaded value-bag v1.9.0
7162024-12-20T21:16:10.617Z Downloaded semver v0.1.20
7172024-12-20T21:16:10.619Z Downloaded serde-hex v0.1.0
7182024-12-20T21:16:10.619Z Downloaded secrecy v0.8.0
7192024-12-20T21:16:10.622Z Downloaded rustc-hash v1.1.0
7202024-12-20T21:16:10.622Z Downloaded backtrace v0.3.74
7212024-12-20T21:16:10.626Z Downloaded des v0.8.1
7222024-12-20T21:16:10.629Z Downloaded phf v0.11.2
7232024-12-20T21:16:10.632Z Downloaded rustls-pki-types v1.10.0
7242024-12-20T21:16:10.635Z Downloaded foreign-types v0.3.2
7252024-12-20T21:16:10.635Z Downloaded which v4.4.2
7262024-12-20T21:16:10.637Z Downloaded primeorder v0.13.6
7272024-12-20T21:16:10.637Z Downloaded predicates-tree v1.0.11
7282024-12-20T21:16:10.639Z Downloaded smallvec v1.13.2
7292024-12-20T21:16:10.642Z Downloaded precomputed-hash v0.1.1
7302024-12-20T21:16:10.642Z Downloaded writeable v0.5.5
7312024-12-20T21:16:10.644Z Downloaded tungstenite v0.24.0
7322024-12-20T21:16:10.647Z Downloaded libxml v0.3.3
7332024-12-20T21:16:10.654Z Downloaded thiserror-impl v2.0.3
7342024-12-20T21:16:10.657Z Downloaded fragile v2.0.0
7352024-12-20T21:16:10.657Z Downloaded tui-tree-widget v0.22.0
7362024-12-20T21:16:10.660Z Downloaded num-traits v0.2.19
7372024-12-20T21:16:10.663Z Downloaded strum_macros v0.24.3
7382024-12-20T21:16:10.668Z Downloaded env_logger v0.11.5
7392024-12-20T21:16:10.671Z Downloaded wait-timeout v0.2.0
7402024-12-20T21:16:10.671Z Downloaded stringprep v0.1.5
7412024-12-20T21:16:10.671Z Downloaded serde_derive_internals v0.29.1
7422024-12-20T21:16:10.679Z Downloaded rustc-hash v2.0.0
7432024-12-20T21:16:10.679Z Downloaded tungstenite v0.23.0
7442024-12-20T21:16:10.685Z Downloaded futures-sink v0.3.31
7452024-12-20T21:16:10.685Z Downloaded rustc_version v0.1.7
7462024-12-20T21:16:10.685Z Downloaded dhcproto v0.12.0
7472024-12-20T21:16:10.685Z Downloaded derive_more v0.99.18
7482024-12-20T21:16:10.688Z Downloaded sec1 v0.7.3
7492024-12-20T21:16:10.691Z Downloaded zerofrom v0.1.4
7502024-12-20T21:16:10.691Z Downloaded rusty-fork v0.3.0
7512024-12-20T21:16:10.694Z Downloaded dhcproto-macros v0.1.0
7522024-12-20T21:16:10.695Z Downloaded foreign-types-macros v0.2.3
7532024-12-20T21:16:10.695Z Downloaded rustc-demangle v0.1.24
7542024-12-20T21:16:10.699Z Downloaded term v0.7.0
7552024-12-20T21:16:10.699Z Downloaded serde_yaml v0.9.34+deprecated
7562024-12-20T21:16:10.706Z Downloaded filetime v0.2.25
7572024-12-20T21:16:10.709Z Downloaded ssh-key v0.6.6
7582024-12-20T21:16:10.712Z Downloaded resolv-conf v0.7.0
7592024-12-20T21:16:10.715Z Downloaded float-cmp v0.9.0
7602024-12-20T21:16:10.715Z Downloaded aes v0.8.4
7612024-12-20T21:16:10.718Z Downloaded thiserror v2.0.3
7622024-12-20T21:16:10.732Z Downloaded utf16_iter v1.0.5
7632024-12-20T21:16:10.739Z Downloaded fs_extra v1.3.0
7642024-12-20T21:16:10.739Z Downloaded newtype_derive v0.1.6
7652024-12-20T21:16:10.739Z Downloaded take_mut v0.2.2
7662024-12-20T21:16:10.739Z Downloaded futures-macro v0.3.31
7672024-12-20T21:16:10.739Z Downloaded zerofrom-derive v0.1.4
7682024-12-20T21:16:10.739Z Downloaded rustfmt-wrapper v0.2.1
7692024-12-20T21:16:10.739Z Downloaded tracing-attributes v0.1.27
7702024-12-20T21:16:10.744Z Downloaded peg v0.8.4
7712024-12-20T21:16:10.744Z Downloaded aes-gcm v0.10.3
7722024-12-20T21:16:10.747Z Downloaded vte v0.11.1
7732024-12-20T21:16:10.747Z Downloaded spin v0.9.8
7742024-12-20T21:16:10.753Z Downloaded structmeta v0.3.0
7752024-12-20T21:16:10.753Z Downloaded tokio-rustls v0.24.1
7762024-12-20T21:16:10.756Z Downloaded rustls-pemfile v2.2.0
7772024-12-20T21:16:10.756Z Downloaded futures-io v0.3.31
7782024-12-20T21:16:10.756Z Downloaded deranged v0.3.11
7792024-12-20T21:16:10.759Z Downloaded itertools v0.13.0
7802024-12-20T21:16:10.764Z Downloaded zone_cfg_derive v0.3.0
7812024-12-20T21:16:10.767Z Downloaded signal-hook-tokio v0.3.1
7822024-12-20T21:16:10.767Z Downloaded foldhash v0.1.3
7832024-12-20T21:16:10.769Z Downloaded fixedbitset v0.4.2
7842024-12-20T21:16:10.769Z Downloaded funty v2.0.0
7852024-12-20T21:16:10.772Z Downloaded predicates-core v1.0.8
7862024-12-20T21:16:10.772Z Downloaded hkdf v0.12.4
7872024-12-20T21:16:10.782Z Downloaded utf8_iter v1.0.4
7882024-12-20T21:16:10.782Z Downloaded tokio-rustls v0.26.0
7892024-12-20T21:16:10.786Z Downloaded oso-derive v0.27.3
7902024-12-20T21:16:10.787Z Downloaded tower-service v0.3.3
7912024-12-20T21:16:10.787Z Downloaded termcolor v1.4.1
7922024-12-20T21:16:10.787Z Downloaded tokio-rustls v0.25.0
7932024-12-20T21:16:10.787Z Downloaded toolchain_find v0.4.0
7942024-12-20T21:16:10.787Z Downloaded parse-zoneinfo v0.3.1
7952024-12-20T21:16:10.795Z Downloaded nibble_vec v0.1.0
7962024-12-20T21:16:10.795Z Downloaded env_filter v0.1.2
7972024-12-20T21:16:10.795Z Downloaded parking_lot v0.12.3
7982024-12-20T21:16:10.798Z Downloaded dirs-sys-next v0.1.2
7992024-12-20T21:16:10.798Z Downloaded difflib v0.4.0
8002024-12-20T21:16:10.798Z Downloaded zip v2.1.3
8012024-12-20T21:16:10.801Z Downloaded olpc-cjson v0.1.4
8022024-12-20T21:16:10.801Z Downloaded quinn-udp v0.5.5
8032024-12-20T21:16:10.804Z Downloaded pin-project-lite v0.2.14
8042024-12-20T21:16:10.807Z Downloaded enum-as-inner v0.5.1
8052024-12-20T21:16:10.810Z Downloaded ed25519-dalek v2.1.1
8062024-12-20T21:16:10.815Z Downloaded rfc6979 v0.4.0
8072024-12-20T21:16:10.819Z Downloaded futures-executor v0.3.31
8082024-12-20T21:16:10.819Z Downloaded newline-converter v0.3.0
8092024-12-20T21:16:10.819Z Downloaded parking_lot v0.11.2
8102024-12-20T21:16:10.824Z Downloaded vsss-rs v3.3.4
8112024-12-20T21:16:10.824Z Downloaded radium v0.7.0
8122024-12-20T21:16:10.828Z Downloaded signal-hook-registry v1.4.2
8132024-12-20T21:16:10.828Z Downloaded prettyplease v0.2.25
8142024-12-20T21:16:10.831Z Downloaded hashbrown v0.12.3
8152024-12-20T21:16:10.833Z Downloaded static_assertions v1.1.0
8162024-12-20T21:16:10.833Z Downloaded pin-utils v0.1.0
8172024-12-20T21:16:10.835Z Downloaded tokio-native-tls v0.3.1
8182024-12-20T21:16:10.837Z Downloaded shell-words v1.1.0
8192024-12-20T21:16:10.840Z Downloaded unicode-segmentation v1.12.0
8202024-12-20T21:16:10.843Z Downloaded parse-display v0.10.0
8212024-12-20T21:16:10.843Z Downloaded env_logger v0.10.2
8222024-12-20T21:16:10.845Z Downloaded tokio-tungstenite v0.24.0
8232024-12-20T21:16:10.848Z Downloaded num-conv v0.1.0
8242024-12-20T21:16:10.851Z Downloaded tap v1.0.1
8252024-12-20T21:16:10.851Z Downloaded num-bigint v0.4.6
8262024-12-20T21:16:10.854Z Downloaded password-hash v0.5.0
8272024-12-20T21:16:10.858Z Downloaded display-error-chain v0.2.2
8282024-12-20T21:16:10.861Z Downloaded ed25519 v2.2.3
8292024-12-20T21:16:10.861Z Downloaded pkcs1 v0.7.5
8302024-12-20T21:16:10.864Z Downloaded nanorand v0.7.0
8312024-12-20T21:16:10.866Z Downloaded blake3 v1.5.4
8322024-12-20T21:16:10.874Z Downloaded signal-hook-mio v0.2.4
8332024-12-20T21:16:10.876Z Downloaded structmeta-derive v0.3.0
8342024-12-20T21:16:10.876Z Downloaded r2d2 v0.8.10
8352024-12-20T21:16:10.876Z Downloaded futures-channel v0.3.31
8362024-12-20T21:16:10.879Z Downloaded derive-where v1.2.7
8372024-12-20T21:16:10.882Z Downloaded write16 v1.0.0
8382024-12-20T21:16:10.887Z Downloaded darling_macro v0.20.10
8392024-12-20T21:16:10.887Z Downloaded newtype-uuid v1.1.3
8402024-12-20T21:16:10.887Z Downloaded hash32 v0.2.1
8412024-12-20T21:16:10.889Z Downloaded num-derive v0.4.2
8422024-12-20T21:16:10.889Z Downloaded parking_lot_core v0.9.10
8432024-12-20T21:16:10.891Z Downloaded parking_lot_core v0.8.6
8442024-12-20T21:16:10.895Z Downloaded test-strategy v0.3.1
8452024-12-20T21:16:10.898Z Downloaded sync_wrapper v1.0.1
8462024-12-20T21:16:10.898Z Downloaded peg-runtime v0.8.3
8472024-12-20T21:16:10.898Z Downloaded russh v0.45.0
8482024-12-20T21:16:10.903Z Downloaded utf-8 v0.7.6
8492024-12-20T21:16:10.905Z Downloaded rayon v1.10.0
8502024-12-20T21:16:10.914Z Downloaded nodrop v0.1.14
8512024-12-20T21:16:10.917Z Downloaded ff v0.13.0
8522024-12-20T21:16:10.917Z Downloaded ron v0.7.1
8532024-12-20T21:16:10.921Z Downloaded percent-encoding v2.3.1
8542024-12-20T21:16:10.924Z Downloaded hashlink v0.9.1
8552024-12-20T21:16:10.924Z Downloaded ecdsa v0.16.9
8562024-12-20T21:16:10.927Z Downloaded zerovec v0.10.4
8572024-12-20T21:16:10.932Z Downloaded der_derive v0.7.3
8582024-12-20T21:16:10.934Z Downloaded synstructure v0.13.1
8592024-12-20T21:16:10.934Z Downloaded whoami v1.5.2
8602024-12-20T21:16:10.937Z Downloaded tracing v0.1.40
8612024-12-20T21:16:10.940Z Downloaded ena v0.14.3
8622024-12-20T21:16:10.942Z Downloaded pem v3.0.4
8632024-12-20T21:16:10.945Z Downloaded tar v0.4.42
8642024-12-20T21:16:10.947Z Downloaded spki v0.7.3
8652024-12-20T21:16:10.950Z Downloaded shlex v1.3.0
8662024-12-20T21:16:10.950Z Downloaded time v0.3.36
8672024-12-20T21:16:10.957Z Downloaded twox-hash v1.6.3
8682024-12-20T21:16:10.959Z Downloaded smf v0.2.3
8692024-12-20T21:16:10.959Z Downloaded structmeta v0.2.0
8702024-12-20T21:16:10.962Z Downloaded zone v0.3.0
8712024-12-20T21:16:10.962Z Downloaded unicode-properties v0.1.3
8722024-12-20T21:16:10.964Z Downloaded parse-display-derive v0.10.0
8732024-12-20T21:16:10.964Z Downloaded pin-project-internal v1.1.6
8742024-12-20T21:16:10.967Z Downloaded pin-project v1.1.6
8752024-12-20T21:16:10.977Z Downloaded slog-bunyan v2.5.0
8762024-12-20T21:16:10.979Z Downloaded rand_core v0.6.4
8772024-12-20T21:16:10.982Z Downloaded toml v0.7.8
8782024-12-20T21:16:10.984Z Downloaded slog-async v2.8.0
8792024-12-20T21:16:10.986Z Downloaded pem-rfc7468 v0.7.0
8802024-12-20T21:16:10.986Z Downloaded salty v0.3.0
8812024-12-20T21:16:10.992Z Downloaded nu-ansi-term v0.50.1
8822024-12-20T21:16:10.994Z Downloaded embedded-io v0.4.0
8832024-12-20T21:16:10.997Z Downloaded tokio-postgres v0.7.12
8842024-12-20T21:16:11.001Z Downloaded strum_macros v0.25.3
8852024-12-20T21:16:11.004Z Downloaded rand_xorshift v0.3.0
8862024-12-20T21:16:11.007Z Downloaded strip-ansi-escapes v0.2.0
8872024-12-20T21:16:11.007Z Downloaded password-hash v0.4.2
8882024-12-20T21:16:11.009Z Downloaded embedded-io v0.6.1
8892024-12-20T21:16:11.009Z Downloaded lalrpop v0.19.12
8902024-12-20T21:16:11.019Z Downloaded peg-macros v0.8.4
8912024-12-20T21:16:11.022Z Downloaded reedline v0.35.0
8922024-12-20T21:16:11.029Z Downloaded num-complex v0.4.6
8932024-12-20T21:16:11.032Z Downloaded icu_properties_data v1.5.0
8942024-12-20T21:16:11.041Z Downloaded signal-hook v0.3.17
8952024-12-20T21:16:11.044Z Downloaded slog v2.7.0
8962024-12-20T21:16:11.048Z Downloaded rcgen v0.12.1
8972024-12-20T21:16:11.051Z Downloaded quinn-proto v0.11.8
8982024-12-20T21:16:11.055Z Downloaded half v2.4.1
8992024-12-20T21:16:11.058Z Downloaded chrono v0.4.38
9002024-12-20T21:16:11.065Z Downloaded zopfli v0.8.1
9012024-12-20T21:16:11.068Z Downloaded uuid v1.11.0
9022024-12-20T21:16:11.071Z Downloaded portable-atomic v1.9.0
9032024-12-20T21:16:11.077Z Downloaded elliptic-curve v0.13.8
9042024-12-20T21:16:11.081Z Downloaded idna v0.4.0
9052024-12-20T21:16:11.088Z Downloaded aws-lc-rs v1.10.0
9062024-12-20T21:16:11.097Z Downloaded zerocopy v0.6.6
9072024-12-20T21:16:11.100Z Downloaded serde_with v3.11.0
9082024-12-20T21:16:11.108Z Downloaded zerocopy-derive v0.8.10
9092024-12-20T21:16:11.114Z Downloaded tokio-util v0.7.12
9102024-12-20T21:16:11.120Z Downloaded vergen v8.3.2
9112024-12-20T21:16:11.123Z Downloaded toml_edit v0.19.15
9122024-12-20T21:16:11.140Z Downloaded rand v0.8.5
9132024-12-20T21:16:11.151Z Downloaded openssl-sys v0.9.103
9142024-12-20T21:16:11.162Z Downloaded rustyline v14.0.0
9152024-12-20T21:16:11.162Z Downloaded rustls-webpki v0.101.7
9162024-12-20T21:16:11.166Z Downloaded rayon-core v1.12.1
9172024-12-20T21:16:11.170Z Downloaded hashbrown v0.13.2
9182024-12-20T21:16:11.177Z Downloaded tungstenite v0.21.0
9192024-12-20T21:16:11.187Z Downloaded steno v0.4.1
9202024-12-20T21:16:11.190Z Downloaded idna v0.2.3
9212024-12-20T21:16:11.190Z Downloaded typed-path v0.9.3
9222024-12-20T21:16:11.196Z Downloaded webpki-roots v0.26.6
9232024-12-20T21:16:11.200Z Downloaded futures-util v0.3.31
9242024-12-20T21:16:11.210Z Downloaded unicode-normalization v0.1.24
9252024-12-20T21:16:11.225Z Downloaded quick-xml v0.33.0
9262024-12-20T21:16:11.227Z Downloaded vcpkg v0.2.15
9272024-12-20T21:16:11.258Z Downloaded hashbrown v0.14.5
9282024-12-20T21:16:11.263Z Downloaded curve25519-dalek v4.1.3
9292024-12-20T21:16:11.271Z Downloaded gimli v0.31.1
9302024-12-20T21:16:11.279Z Downloaded num-bigint-dig v0.8.4
9312024-12-20T21:16:11.284Z Downloaded h2 v0.4.6
9322024-12-20T21:16:11.291Z Downloaded git2 v0.19.0
9332024-12-20T21:16:11.299Z Downloaded winnow v0.5.40
9342024-12-20T21:16:11.308Z Downloaded unicode-width v0.2.0
9352024-12-20T21:16:11.314Z Downloaded reqwest v0.12.9
9362024-12-20T21:16:11.323Z Downloaded regex v1.11.1
9372024-12-20T21:16:11.335Z Downloaded p384 v0.13.0
9382024-12-20T21:16:11.344Z Downloaded openssl v0.10.66
9392024-12-20T21:16:11.351Z Downloaded polar-core v0.27.3
9402024-12-20T21:16:11.360Z Downloaded dropshot v0.13.0
9412024-12-20T21:16:11.380Z Downloaded regex-syntax v0.6.29
9422024-12-20T21:16:11.388Z Downloaded rustls v0.23.19
9432024-12-20T21:16:11.398Z Downloaded rustls v0.21.12
9442024-12-20T21:16:11.409Z Downloaded zerocopy v0.8.10
9452024-12-20T21:16:11.432Z Downloaded radix_trie v0.2.1
9462024-12-20T21:16:11.437Z Downloaded smoltcp v0.9.1
9472024-12-20T21:16:11.447Z Downloaded object v0.30.4
9482024-12-20T21:16:11.457Z Downloaded nix v0.27.1
9492024-12-20T21:16:11.467Z Downloaded object v0.36.5
9502024-12-20T21:16:11.478Z Downloaded nix v0.28.0
9512024-12-20T21:16:11.491Z Downloaded nix v0.29.0
9522024-12-20T21:16:11.501Z Downloaded regex-syntax v0.8.5
9532024-12-20T21:16:11.510Z Downloaded diesel v2.2.6
9542024-12-20T21:16:11.528Z Downloaded smoltcp v0.11.0
9552024-12-20T21:16:11.540Z Downloaded openapiv3 v2.0.0
9562024-12-20T21:16:11.554Z Downloaded rustls v0.22.4
9572024-12-20T21:16:11.565Z Downloaded bstr v1.10.0
9582024-12-20T21:16:11.584Z Downloaded typify-impl v0.2.0
9592024-12-20T21:16:11.593Z Downloaded hickory-proto v0.24.1
9602024-12-20T21:16:11.605Z Downloaded sled v0.34.7
9612024-12-20T21:16:11.616Z Downloaded bzip2-sys v0.1.11+1.0.8
9622024-12-20T21:16:11.627Z Downloaded chrono-tz v0.10.0
9632024-12-20T21:16:11.635Z Downloaded regress v0.9.1
9642024-12-20T21:16:11.644Z Downloaded ratatui v0.28.1
9652024-12-20T21:16:11.662Z Downloaded regex-automata v0.4.8
9662024-12-20T21:16:11.678Z Downloaded zerocopy-derive v0.6.6
9672024-12-20T21:16:11.687Z Downloaded dropshot v0.12.0
9682024-12-20T21:16:11.706Z Downloaded regress v0.10.1
9692024-12-20T21:16:11.715Z Downloaded lzma-sys v0.1.20
9702024-12-20T21:16:11.742Z Downloaded trust-dns-proto v0.22.0
9712024-12-20T21:16:11.755Z Downloaded petgraph v0.6.5
9722024-12-20T21:16:11.771Z Downloaded petname v2.0.2
9732024-12-20T21:16:11.777Z Downloaded tough v0.19.0
9742024-12-20T21:16:11.783Z Downloaded idna v0.3.0
9752024-12-20T21:16:11.790Z Downloaded expectorate v1.1.0
9762024-12-20T21:16:11.794Z Downloaded rustls-webpki v0.102.8
9772024-12-20T21:16:11.809Z Downloaded libz-sys v1.1.20
9782024-12-20T21:16:11.829Z Downloaded csv v1.3.0
9792024-12-20T21:16:11.849Z Downloaded tokio v1.40.0
9802024-12-20T21:16:11.885Z Downloaded proptest v1.5.0
9812024-12-20T21:16:11.894Z Downloaded idna v0.5.0
9822024-12-20T21:16:11.900Z Downloaded sqlparser v0.45.0
9832024-12-20T21:16:11.906Z Downloaded darling_core v0.20.10
9842024-12-20T21:16:11.910Z Downloaded rusqlite v0.32.1
9852024-12-20T21:16:11.916Z Downloaded bitvec v1.0.1
9862024-12-20T21:16:11.930Z Downloaded bindgen v0.69.5
9872024-12-20T21:16:11.937Z Downloaded sha3 v0.10.8
9882024-12-20T21:16:11.943Z Downloaded similar v2.6.0
9892024-12-20T21:16:11.946Z Downloaded quinn v0.11.5
9902024-12-20T21:16:11.949Z Downloaded typify v0.2.0
9912024-12-20T21:16:11.951Z Downloaded rsa v0.9.6
9922024-12-20T21:16:11.956Z Downloaded flate2 v1.0.34
9932024-12-20T21:16:11.961Z Downloaded omicron-zone-package v0.11.1
9942024-12-20T21:16:11.964Z Downloaded string_cache v0.8.7
9952024-12-20T21:16:11.966Z Downloaded predicates v3.1.2
9962024-12-20T21:16:11.969Z Downloaded postcard v1.0.10
9972024-12-20T21:16:11.972Z Downloaded p256 v0.13.2
9982024-12-20T21:16:11.974Z Downloaded nom v7.1.3
9992024-12-20T21:16:11.977Z Downloaded p521 v0.13.3
10002024-12-20T21:16:11.981Z Downloaded zeroize v1.8.1
10012024-12-20T21:16:11.983Z Downloaded unarray v0.1.4
10022024-12-20T21:16:11.985Z Downloaded sqlformat v0.2.6
10032024-12-20T21:16:11.985Z Downloaded diesel_derives v2.2.3
10042024-12-20T21:16:11.988Z Downloaded russh-keys v0.45.0
10052024-12-20T21:16:11.991Z Downloaded x509-cert v0.2.5
10062024-12-20T21:16:11.996Z Downloaded futures v0.3.31
10072024-12-20T21:16:12.001Z Downloaded postgres-types v0.2.8
10082024-12-20T21:16:12.003Z Downloaded postgres-protocol v0.6.7
10092024-12-20T21:16:12.005Z Downloaded diff v0.1.13
10102024-12-20T21:16:12.008Z Downloaded owo-colors v4.1.0
10112024-12-20T21:16:12.011Z Downloaded idna v1.0.3
10122024-12-20T21:16:12.013Z Downloaded sha1 v0.10.6
10132024-12-20T21:16:12.016Z Downloaded rtoolbox v0.0.2
10142024-12-20T21:16:12.017Z Downloaded sct v0.7.1
10152024-12-20T21:16:12.019Z Downloaded float-ord v0.3.2
10162024-12-20T21:16:12.022Z Downloaded flagset v0.4.6
10172024-12-20T21:16:12.022Z Downloaded hyper v1.5.0
10182024-12-20T21:16:12.027Z Downloaded snafu v0.8.5
10192024-12-20T21:16:12.032Z Downloaded rustls-pemfile v1.0.4
10202024-12-20T21:16:12.035Z Downloaded publicsuffix v2.2.3
10212024-12-20T21:16:12.037Z Downloaded crossterm v0.28.1
10222024-12-20T21:16:12.042Z Downloaded fatfs v0.3.6
10232024-12-20T21:16:12.045Z Downloaded unicode_categories v0.1.1
10242024-12-20T21:16:12.047Z Downloaded encoding_rs v0.8.34
10252024-12-20T21:16:12.068Z Downloaded globset v0.4.15
10262024-12-20T21:16:12.070Z Downloaded zip v0.6.6
10272024-12-20T21:16:12.073Z Downloaded qorb v0.2.1
10282024-12-20T21:16:12.077Z Downloaded derive_builder_core v0.20.2
10292024-12-20T21:16:12.079Z Downloaded derive_builder v0.20.2
10302024-12-20T21:16:12.083Z Downloaded pkcs5 v0.7.1
10312024-12-20T21:16:12.086Z Downloaded itertools v0.12.1
10322024-12-20T21:16:12.092Z Downloaded heapless v0.8.0
10332024-12-20T21:16:12.096Z Downloaded diesel_table_macro_syntax v0.2.0
10342024-12-20T21:16:12.098Z Downloaded waitgroup v0.1.2
10352024-12-20T21:16:12.098Z Downloaded vte_generate_state_changes v0.1.2
10362024-12-20T21:16:12.098Z Downloaded slog-json v2.6.1
10372024-12-20T21:16:12.102Z Downloaded poly1305 v0.8.0
10382024-12-20T21:16:12.104Z Downloaded libm v0.2.8
10392024-12-20T21:16:12.109Z Downloaded heapless v0.7.17
10402024-12-20T21:16:12.113Z Downloaded headers v0.4.0
10412024-12-20T21:16:12.118Z Downloaded unicode-bidi v0.3.17
10422024-12-20T21:16:12.120Z Downloaded libgit2-sys v0.17.0+1.8.1
10432024-12-20T21:16:12.202Z Downloaded foreign-types v0.5.0
10442024-12-20T21:16:12.206Z Downloaded wyz v0.5.1
10452024-12-20T21:16:12.208Z Downloaded thiserror-no-std v2.0.2
10462024-12-20T21:16:12.210Z Downloaded thiserror-impl-no-std v2.0.2
10472024-12-20T21:16:12.210Z Downloaded getrandom v0.2.15
10482024-12-20T21:16:12.213Z Downloaded der v0.7.9
10492024-12-20T21:16:12.218Z Downloaded url v2.5.3
10502024-12-20T21:16:12.222Z Downloaded tracing-core v0.1.32
10512024-12-20T21:16:12.228Z Downloaded slog-envlogger v2.2.0
10522024-12-20T21:16:12.231Z Downloaded slog-dtrace v0.3.0
10532024-12-20T21:16:12.231Z Downloaded ref-cast v1.0.23
10542024-12-20T21:16:12.231Z Downloaded subprocess v0.2.9
10552024-12-20T21:16:12.233Z Downloaded socket2 v0.5.7
10562024-12-20T21:16:12.235Z Downloaded mio v1.0.2
10572024-12-20T21:16:12.243Z Downloaded num-iter v0.1.45
10582024-12-20T21:16:12.246Z Downloaded num-integer v0.1.46
10592024-12-20T21:16:12.248Z Downloaded crossbeam-channel v0.5.13
10602024-12-20T21:16:12.251Z Downloaded bumpalo v3.16.0
10612024-12-20T21:16:12.255Z Downloaded base64 v0.22.1
10622024-12-20T21:16:12.259Z Downloaded fallible-streaming-iterator v0.1.9
10632024-12-20T21:16:12.261Z Downloaded fallible-iterator v0.3.0
10642024-12-20T21:16:12.261Z Downloaded fallible-iterator v0.2.0
10652024-12-20T21:16:12.265Z Downloaded diesel-dtrace v0.4.2
10662024-12-20T21:16:12.265Z Downloaded dirs-next v2.0.0
10672024-12-20T21:16:12.269Z Downloaded zone v0.1.8
10682024-12-20T21:16:12.269Z Downloaded pkcs8 v0.10.2
10692024-12-20T21:16:12.269Z Downloaded universal-hash v0.5.1
10702024-12-20T21:16:12.271Z Downloaded smallvec v0.6.14
10712024-12-20T21:16:12.271Z Downloaded siphasher v0.3.11
10722024-12-20T21:16:12.273Z Downloaded dropshot_endpoint v0.13.0
10732024-12-20T21:16:12.276Z Downloaded displaydoc v0.2.5
10742024-12-20T21:16:12.279Z Downloaded serde_path_to_error v0.1.16
10752024-12-20T21:16:12.279Z Downloaded crypto-bigint v0.5.5
10762024-12-20T21:16:12.286Z Downloaded base64 v0.21.7
10772024-12-20T21:16:12.290Z Downloaded defmt v0.3.8
10782024-12-20T21:16:12.293Z Downloaded zerovec-derive v0.10.3
10792024-12-20T21:16:12.296Z Downloaded yoke v0.7.4
10802024-12-20T21:16:12.299Z Downloaded progenitor-impl v0.8.0
10812024-12-20T21:16:12.299Z Downloaded tokio-tungstenite v0.21.0
10822024-12-20T21:16:12.302Z Downloaded tokio-stream v0.1.16
10832024-12-20T21:16:12.304Z Downloaded ron v0.8.1
10842024-12-20T21:16:12.310Z Downloaded pkg-config v0.3.31
10852024-12-20T21:16:12.313Z Downloaded phf_generator v0.11.2
10862024-12-20T21:16:12.313Z Downloaded dyn-clone v1.0.17
10872024-12-20T21:16:12.316Z Downloaded debug-ignore v1.0.5
10882024-12-20T21:16:12.316Z Downloaded data-encoding v2.6.0
10892024-12-20T21:16:12.318Z Downloaded walkdir v2.5.0
10902024-12-20T21:16:12.318Z Downloaded slog-term v2.9.1
10912024-12-20T21:16:12.320Z Downloaded heck v0.3.3
10922024-12-20T21:16:12.323Z Downloaded hickory-server v0.24.1
10932024-12-20T21:16:12.326Z Downloaded icu_provider v1.5.0
10942024-12-20T21:16:12.329Z Downloaded chacha20poly1305 v0.10.1
10952024-12-20T21:16:12.331Z Downloaded base64 v0.13.1
10962024-12-20T21:16:12.335Z Downloaded arc-swap v1.7.1
10972024-12-20T21:16:12.337Z Downloaded ghash v0.5.1
10982024-12-20T21:16:12.339Z Downloaded mockall_derive v0.13.0
10992024-12-20T21:16:12.341Z Downloaded slog-stdlog v4.1.1
11002024-12-20T21:16:12.344Z Downloaded slog-scope v4.4.0
11012024-12-20T21:16:12.347Z Downloaded signature v2.2.0
11022024-12-20T21:16:12.347Z Downloaded serde_plain v1.0.2
11032024-12-20T21:16:12.347Z Downloaded crossbeam-utils v0.8.20
11042024-12-20T21:16:12.351Z Downloaded cookie v0.18.1
11052024-12-20T21:16:12.354Z Downloaded blake2 v0.10.6
11062024-12-20T21:16:12.357Z Downloaded clang-sys v1.8.1
11072024-12-20T21:16:12.360Z Downloaded rpassword v7.3.1
11082024-12-20T21:16:12.360Z Downloaded rand_chacha v0.3.1
11092024-12-20T21:16:12.361Z Downloaded icu_normalizer v1.5.0
11102024-12-20T21:16:12.363Z Downloaded async-trait v0.1.83
11112024-12-20T21:16:12.367Z Downloaded tabwriter v1.4.0
11122024-12-20T21:16:12.370Z Downloaded stable_deref_trait v1.2.0
11132024-12-20T21:16:12.370Z Downloaded ssh-encoding v0.2.0
11142024-12-20T21:16:12.370Z Downloaded simd-adler32 v0.3.7
11152024-12-20T21:16:12.372Z Downloaded sigpipe v0.1.3
11162024-12-20T21:16:12.372Z Downloaded rustc_version v0.4.1
11172024-12-20T21:16:12.375Z Downloaded crc32fast v1.4.2
11182024-12-20T21:16:12.375Z Downloaded async-bb8-diesel v0.2.1
11192024-12-20T21:16:12.377Z Downloaded memmap2 v0.9.5
11202024-12-20T21:16:12.381Z Downloaded maybe-uninit v2.0.0
11212024-12-20T21:16:12.387Z Downloaded lock_api v0.4.12
11222024-12-20T21:16:12.387Z Downloaded libsw v3.3.1
11232024-12-20T21:16:12.392Z Downloaded cancel-safe-futures v0.1.5
11242024-12-20T21:16:12.392Z Downloaded backoff v0.4.0
11252024-12-20T21:16:12.392Z Downloaded const_format_proc_macros v0.2.33
11262024-12-20T21:16:12.395Z Downloaded bzip2 v0.4.4
11272024-12-20T21:16:12.395Z Downloaded bcs v0.1.6
11282024-12-20T21:16:12.399Z Downloaded base64ct v1.6.0
11292024-12-20T21:16:12.399Z Downloaded arrayvec v0.7.6
11302024-12-20T21:16:12.401Z Downloaded jobserver v0.1.32
11312024-12-20T21:16:12.402Z Downloaded highway v1.2.0
11322024-12-20T21:16:12.404Z Downloaded hyper-rustls v0.27.3
11332024-12-20T21:16:12.407Z Downloaded argon2 v0.5.3
11342024-12-20T21:16:12.410Z Downloaded addr2line v0.24.2
11352024-12-20T21:16:12.413Z Downloaded curve25519-dalek-derive v0.1.1
11362024-12-20T21:16:12.413Z Downloaded inout v0.1.3
11372024-12-20T21:16:12.417Z Downloaded httpdate v1.0.3
11382024-12-20T21:16:12.417Z Downloaded http-body-util v0.1.2
11392024-12-20T21:16:12.419Z Downloaded ctr v0.9.2
11402024-12-20T21:16:12.420Z Downloaded chrono-tz-build v0.4.0
11412024-12-20T21:16:12.420Z Downloaded kstat-rs v0.2.4
11422024-12-20T21:16:12.422Z Downloaded libefi-sys v0.1.0
11432024-12-20T21:16:12.422Z Downloaded ipnetwork v0.20.0
11442024-12-20T21:16:12.424Z Downloaded mime v0.3.17
11452024-12-20T21:16:12.425Z Downloaded lru v0.12.5
11462024-12-20T21:16:12.427Z Downloaded linear-map v1.2.0
11472024-12-20T21:16:12.427Z Downloaded lazy_static v1.5.0
11482024-12-20T21:16:12.430Z Downloaded lalrpop-util v0.19.12
11492024-12-20T21:16:12.430Z Downloaded is-terminal v0.4.13
11502024-12-20T21:16:12.432Z Downloaded convert_case v0.4.0
11512024-12-20T21:16:12.432Z Downloaded bb8 v0.8.5
11522024-12-20T21:16:12.435Z Downloaded keccak v0.1.5
11532024-12-20T21:16:12.435Z Downloaded cassowary v0.3.0
11542024-12-20T21:16:12.441Z Downloaded bitfield-struct v0.6.2
11552024-12-20T21:16:12.441Z Downloaded async-stream v0.3.6
11562024-12-20T21:16:12.443Z Downloaded assert_matches v1.5.0
11572024-12-20T21:16:12.443Z Downloaded instability v0.3.2
11582024-12-20T21:16:12.444Z Downloaded humantime v2.1.0
11592024-12-20T21:16:12.444Z Downloaded cmake v0.1.51
11602024-12-20T21:16:12.444Z Downloaded cexpr v0.6.0
11612024-12-20T21:16:12.447Z Downloaded impl-trait-for-tuples v0.2.2
11622024-12-20T21:16:12.450Z Downloaded hubpack v0.1.2
11632024-12-20T21:16:12.450Z Downloaded chacha20 v0.9.1
11642024-12-20T21:16:12.453Z Downloaded bit-set v0.5.3
11652024-12-20T21:16:12.453Z Downloaded bcrypt-pbkdf v0.10.0
11662024-12-20T21:16:12.453Z Downloaded hostname v0.3.1
11672024-12-20T21:16:12.456Z Downloaded hex-literal v0.4.1
11682024-12-20T21:16:12.456Z Downloaded cbc v0.1.2
11692024-12-20T21:16:12.460Z Downloaded base16ct v0.2.0
11702024-12-20T21:16:12.460Z Downloaded headers-core v0.3.0
11712024-12-20T21:16:12.464Z Downloaded array-init v0.0.4
11722024-12-20T21:16:12.558Z Downloaded ring v0.17.8
11732024-12-20T21:16:12.676Z Downloaded ring v0.16.20
11742024-12-20T21:16:12.761Z Downloaded libsqlite3-sys v0.30.1
11752024-12-20T21:16:13.022Z Downloaded aws-lc-sys v0.22.0
11762024-12-20T21:16:13.325Z Compiling serde v1.0.215
11772024-12-20T21:16:13.328Z Compiling lock_api v0.4.12
11782024-12-20T21:16:13.328Z Compiling scopeguard v1.2.0
11792024-12-20T21:16:13.328Z Compiling value-bag v1.9.0
11802024-12-20T21:16:13.328Z Compiling typenum v1.17.0
11812024-12-20T21:16:13.328Z Compiling generic-array v0.14.7
11822024-12-20T21:16:13.537Z Compiling syn v2.0.87
11832024-12-20T21:16:13.553Z Compiling getrandom v0.2.15
11842024-12-20T21:16:13.620Z Compiling shlex v1.3.0
11852024-12-20T21:16:13.813Z Compiling rand_core v0.6.4
11862024-12-20T21:16:14.029Z Compiling log v0.4.22
11872024-12-20T21:16:14.047Z Compiling subtle v2.6.1
11882024-12-20T21:16:14.078Z Compiling jobserver v0.1.32
11892024-12-20T21:16:14.143Z Compiling smallvec v1.13.2
11902024-12-20T21:16:14.367Z Compiling const-oid v0.9.6
11912024-12-20T21:16:14.401Z Compiling pin-project-lite v0.2.14
11922024-12-20T21:16:14.477Z Compiling cc v1.1.30
11932024-12-20T21:16:14.531Z Compiling spin v0.9.8
11942024-12-20T21:16:14.573Z Compiling rustix v0.38.37
11952024-12-20T21:16:14.943Z Compiling parking_lot_core v0.9.10
11962024-12-20T21:16:14.963Z Compiling futures-core v0.3.31
11972024-12-20T21:16:15.060Z Compiling signal-hook-registry v1.4.2
11982024-12-20T21:16:15.231Z Compiling mio v1.0.2
11992024-12-20T21:16:15.491Z Compiling aho-corasick v1.1.3
12002024-12-20T21:16:15.862Z Compiling parking_lot v0.12.3
12012024-12-20T21:16:16.081Z Compiling cpufeatures v0.2.14
12022024-12-20T21:16:16.181Z Compiling regex-syntax v0.8.5
12032024-12-20T21:16:16.232Z Compiling lazy_static v1.5.0
12042024-12-20T21:16:16.349Z Compiling stable_deref_trait v1.2.0
12052024-12-20T21:16:16.371Z Compiling either v1.13.0
12062024-12-20T21:16:16.442Z Compiling glob v0.3.1
12072024-12-20T21:16:16.463Z Compiling futures-sink v0.3.31
12082024-12-20T21:16:16.620Z Compiling socket2 v0.5.7
12092024-12-20T21:16:16.798Z Compiling slab v0.4.9
12102024-12-20T21:16:16.801Z Compiling prettyplease v0.2.25
12112024-12-20T21:16:17.255Z Compiling minimal-lexical v0.2.1
12122024-12-20T21:16:17.519Z Compiling clang-sys v1.8.1
12132024-12-20T21:16:17.559Z Compiling libloading v0.8.5
12142024-12-20T21:16:17.656Z Compiling nom v7.1.3
12152024-12-20T21:16:17.769Z Compiling bindgen v0.69.5
12162024-12-20T21:16:17.987Z Compiling serde_json v1.0.132
12172024-12-20T21:16:18.249Z Compiling home v0.5.9
12182024-12-20T21:16:18.519Z Compiling itertools v0.10.5
12192024-12-20T21:16:18.571Z Compiling futures-channel v0.3.31
12202024-12-20T21:16:18.747Z Compiling foldhash v0.1.3
12212024-12-20T21:16:19.002Z Compiling rustc-hash v1.1.0
12222024-12-20T21:16:19.075Z Compiling allocator-api2 v0.2.18
12232024-12-20T21:16:19.150Z Compiling futures-io v0.3.31
12242024-12-20T21:16:19.466Z Compiling pin-utils v0.1.0
12252024-12-20T21:16:19.559Z Compiling lazycell v1.3.0
12262024-12-20T21:16:19.743Z Compiling futures-task v0.3.31
12272024-12-20T21:16:19.854Z Compiling regex-automata v0.4.8
12282024-12-20T21:16:20.052Z Compiling hashbrown v0.15.1
12292024-12-20T21:16:21.202Z Compiling synstructure v0.13.1
12302024-12-20T21:16:21.422Z Compiling cexpr v0.6.0
12312024-12-20T21:16:21.443Z Compiling cmake v0.1.51
12322024-12-20T21:16:22.517Z Compiling libm v0.2.8
12332024-12-20T21:16:22.860Z Compiling dunce v1.0.5
12342024-12-20T21:16:22.987Z Compiling fs_extra v1.3.0
12352024-12-20T21:16:23.005Z Compiling tinyvec_macros v0.1.1
12362024-12-20T21:16:23.099Z Compiling pkg-config v0.3.31
12372024-12-20T21:16:23.101Z Compiling tinyvec v1.8.0
12382024-12-20T21:16:23.277Z Compiling num-traits v0.2.19
12392024-12-20T21:16:23.808Z Compiling ring v0.17.8
12402024-12-20T21:16:24.561Z Compiling writeable v0.5.5
12412024-12-20T21:16:24.626Z Compiling unicode-normalization v0.1.24
12422024-12-20T21:16:24.657Z Compiling unicode-bidi v0.3.17
12432024-12-20T21:16:24.958Z Compiling litemap v0.7.3
12442024-12-20T21:16:24.990Z Compiling base64ct v1.6.0
12452024-12-20T21:16:25.131Z Compiling paste v1.0.15
12462024-12-20T21:16:25.559Z Compiling regex v1.11.1
12472024-12-20T21:16:25.688Z Compiling pem-rfc7468 v0.7.0
12482024-12-20T21:16:26.046Z Compiling httparse v1.9.5
12492024-12-20T21:16:26.439Z Compiling flagset v0.4.6
12502024-12-20T21:16:26.593Z Compiling aws-lc-rs v1.10.0
12512024-12-20T21:16:26.823Z Compiling tracing-core v0.1.32
12522024-12-20T21:16:27.035Z Compiling percent-encoding v2.3.1
12532024-12-20T21:16:27.444Z Compiling crossbeam-utils v0.8.20
12542024-12-20T21:16:27.726Z Compiling rustls-pki-types v1.10.0
12552024-12-20T21:16:27.789Z Compiling icu_locid_transform_data v1.5.0
12562024-12-20T21:16:27.983Z Compiling serde_derive v1.0.215
12572024-12-20T21:16:28.016Z Compiling zeroize_derive v1.4.2
12582024-12-20T21:16:28.282Z Compiling zerocopy-derive v0.7.35
12592024-12-20T21:16:28.552Z Compiling tokio-macros v2.4.0
12602024-12-20T21:16:28.761Z Compiling zerofrom-derive v0.1.4
12612024-12-20T21:16:29.596Z Compiling zeroize v1.8.1
12622024-12-20T21:16:30.167Z Compiling yoke-derive v0.7.4
12632024-12-20T21:16:30.613Z Compiling thiserror-impl v1.0.69
12642024-12-20T21:16:30.635Z Compiling zerocopy v0.7.35
12652024-12-20T21:16:31.337Z Compiling crypto-common v0.1.6
12662024-12-20T21:16:31.550Z Compiling block-buffer v0.10.4
12672024-12-20T21:16:31.812Z Compiling digest v0.10.7
12682024-12-20T21:16:32.266Z Compiling zerovec-derive v0.10.3
12692024-12-20T21:16:32.350Z Compiling hmac v0.12.1
12702024-12-20T21:16:32.540Z Compiling futures-macro v0.3.31
12712024-12-20T21:16:32.562Z Compiling block-padding v0.3.3
12722024-12-20T21:16:32.598Z Compiling displaydoc v0.2.5
12732024-12-20T21:16:32.814Z Compiling inout v0.1.3
12742024-12-20T21:16:32.934Z Compiling zerofrom v0.1.4
12752024-12-20T21:16:33.099Z Compiling cipher v0.4.4
12762024-12-20T21:16:33.153Z Compiling sha2 v0.10.8
12772024-12-20T21:16:33.261Z Compiling yoke v0.7.4
12782024-12-20T21:16:33.643Z Compiling ppv-lite86 v0.2.20
12792024-12-20T21:16:33.663Z Compiling der_derive v0.7.3
12802024-12-20T21:16:34.074Z Compiling thiserror v1.0.69
12812024-12-20T21:16:34.224Z Compiling icu_provider_macros v1.5.0
12822024-12-20T21:16:34.336Z Compiling tracing-attributes v0.1.27
12832024-12-20T21:16:34.464Z Compiling rand_chacha v0.3.1
12842024-12-20T21:16:34.512Z Compiling futures-util v0.3.31
12852024-12-20T21:16:35.020Z Compiling zerovec v0.10.4
12862024-12-20T21:16:35.390Z Compiling rand v0.8.5
12872024-12-20T21:16:36.191Z Compiling der v0.7.9
12882024-12-20T21:16:36.654Z Compiling pest v2.7.14
12892024-12-20T21:16:36.730Z Compiling salsa20 v0.10.2
12902024-12-20T21:16:36.969Z Compiling tinystr v0.7.6
12912024-12-20T21:16:37.389Z Compiling icu_collections v1.5.0
12922024-12-20T21:16:37.488Z Compiling icu_locid v1.5.0
12932024-12-20T21:16:37.647Z Compiling pbkdf2 v0.12.2
12942024-12-20T21:16:37.863Z Compiling icu_properties_data v1.5.0
12952024-12-20T21:16:38.161Z Compiling vcpkg v0.2.15
12962024-12-20T21:16:38.236Z Compiling tracing v0.1.40
12972024-12-20T21:16:38.767Z Compiling icu_provider v1.5.0
12982024-12-20T21:16:38.889Z Compiling spki v0.7.3
12992024-12-20T21:16:39.276Z Compiling powerfmt v0.2.0
13002024-12-20T21:16:39.610Z Compiling icu_locid_transform v1.5.0
13012024-12-20T21:16:39.684Z Compiling untrusted v0.7.1
13022024-12-20T21:16:39.793Z Compiling num-conv v0.1.0
13032024-12-20T21:16:39.858Z Compiling untrusted v0.9.0
13042024-12-20T21:16:39.879Z Compiling time-core v0.1.2
13052024-12-20T21:16:39.981Z Compiling mirai-annotations v1.12.0
13062024-12-20T21:16:40.064Z Compiling deranged v0.3.11
13072024-12-20T21:16:40.085Z Compiling time-macros v0.2.18
13082024-12-20T21:16:40.175Z Compiling pest_meta v2.7.14
13092024-12-20T21:16:40.382Z Compiling openssl-sys v0.9.103
13102024-12-20T21:16:40.834Z Compiling icu_properties v1.5.1
13112024-12-20T21:16:42.009Z Compiling scrypt v0.11.0
13122024-12-20T21:16:42.417Z Compiling bitflags v2.6.0
13132024-12-20T21:16:42.611Z Compiling bytes v1.8.0
13142024-12-20T21:16:42.895Z Compiling indexmap v2.6.0
13152024-12-20T21:16:43.460Z Compiling semver v1.0.23
13162024-12-20T21:16:43.927Z Compiling tokio v1.40.0
13172024-12-20T21:16:43.974Z Compiling http v1.1.0
13182024-12-20T21:16:44.255Z Compiling rustc_version v0.4.1
13192024-12-20T21:16:44.368Z Compiling cbc v0.1.2
13202024-12-20T21:16:44.610Z Compiling aes v0.8.4
13212024-12-20T21:16:45.041Z Compiling scroll_derive v0.12.0
13222024-12-20T21:16:45.411Z Compiling utf16_iter v1.0.5
13232024-12-20T21:16:45.619Z Compiling num_threads v0.1.7
13242024-12-20T21:16:45.747Z Compiling icu_normalizer_data v1.5.0
13252024-12-20T21:16:45.766Z Compiling utf8_iter v1.0.4
13262024-12-20T21:16:45.858Z Compiling write16 v1.0.0
13272024-12-20T21:16:45.933Z Compiling atomic-waker v1.1.2
13282024-12-20T21:16:45.993Z Compiling icu_normalizer v1.5.0
13292024-12-20T21:16:46.023Z Compiling time v0.3.36
13302024-12-20T21:16:46.118Z Compiling pkcs5 v0.7.1
13312024-12-20T21:16:46.463Z Compiling http-body v1.0.1
13322024-12-20T21:16:46.533Z Compiling scroll v0.12.0
13332024-12-20T21:16:46.798Z Compiling which v4.4.2
13342024-12-20T21:16:47.095Z Compiling pest_generator v2.7.14
13352024-12-20T21:16:47.435Z Compiling form_urlencoded v1.2.1
13362024-12-20T21:16:47.533Z Compiling try-lock v0.2.5
13372024-12-20T21:16:47.688Z Compiling slog v2.7.0
13382024-12-20T21:16:47.776Z Compiling goblin v0.8.2
13392024-12-20T21:16:48.079Z Compiling want v0.3.1
13402024-12-20T21:16:48.237Z Compiling idna_adapter v1.2.0
13412024-12-20T21:16:48.327Z Compiling pkcs8 v0.10.2
13422024-12-20T21:16:48.352Z Compiling httpdate v1.0.3
13432024-12-20T21:16:48.446Z Compiling idna v1.0.3
13442024-12-20T21:16:49.042Z Compiling uuid v1.11.0
13452024-12-20T21:16:49.203Z Compiling pest_derive v2.7.14
13462024-12-20T21:16:49.734Z Compiling toml_datetime v0.6.8
13472024-12-20T21:16:50.037Z Compiling dtrace-parser v0.2.0
13482024-12-20T21:16:50.285Z Compiling serde_tokenstream v0.2.2
13492024-12-20T21:16:50.345Z Compiling serde_spanned v0.6.8
13502024-12-20T21:16:50.551Z Compiling rustversion v1.0.17
13512024-12-20T21:16:50.570Z Compiling iana-time-zone v0.1.61
13522024-12-20T21:16:50.905Z Compiling openssl v0.10.66
13532024-12-20T21:16:51.037Z Compiling foreign-types-shared v0.1.1
13542024-12-20T21:16:51.151Z Compiling adler2 v2.0.0
13552024-12-20T21:16:51.300Z Compiling base64 v0.22.1
13562024-12-20T21:16:51.330Z Compiling match_cfg v0.1.0
13572024-12-20T21:16:51.369Z Compiling tower-service v0.3.3
13582024-12-20T21:16:51.418Z Compiling hostname v0.3.1
13592024-12-20T21:16:51.472Z Compiling miniz_oxide v0.8.0
13602024-12-20T21:16:51.583Z Compiling foreign-types v0.3.2
13612024-12-20T21:16:51.668Z Compiling chrono v0.4.38
13622024-12-20T21:16:51.687Z Compiling url v2.5.3
13632024-12-20T21:16:52.225Z Compiling openssl-macros v0.1.1
13642024-12-20T21:16:53.003Z Compiling tokio-util v0.7.12
13652024-12-20T21:16:53.041Z Compiling async-trait v0.1.83
13662024-12-20T21:16:53.505Z Compiling dof v0.3.0
13672024-12-20T21:16:53.743Z Compiling dirs-sys-next v0.1.2
13682024-12-20T21:16:54.401Z Compiling h2 v0.4.6
13692024-12-20T21:16:54.489Z Compiling usdt-impl v0.5.0
13702024-12-20T21:16:55.500Z Compiling syn v1.0.109
13712024-12-20T21:16:55.695Z Compiling native-tls v0.2.12
13722024-12-20T21:16:56.070Z Compiling rustls v0.22.4
13732024-12-20T21:16:56.089Z Compiling siphasher v0.3.11
13742024-12-20T21:16:56.089Z Compiling data-encoding v2.6.0
13752024-12-20T21:16:56.098Z Compiling rustls v0.23.19
13762024-12-20T21:16:56.264Z Compiling dirs-next v2.0.0
13772024-12-20T21:16:56.469Z Compiling http-body-util v0.1.2
13782024-12-20T21:16:57.026Z Compiling heapless v0.7.17
13792024-12-20T21:16:57.529Z Compiling crossbeam-epoch v0.9.18
13802024-12-20T21:16:57.906Z Compiling sha1 v0.10.6
13812024-12-20T21:16:58.199Z Compiling signature v2.2.0
13822024-12-20T21:16:58.290Z Compiling bzip2-sys v0.1.11+1.0.8
13832024-12-20T21:16:58.318Z Compiling serde_derive_internals v0.29.1
13842024-12-20T21:16:58.498Z Compiling thread_local v1.1.8
13852024-12-20T21:16:58.517Z Compiling multer v3.1.0
13862024-12-20T21:16:58.779Z Compiling cookie v0.18.1
13872024-12-20T21:16:58.801Z Compiling encoding_rs v0.8.34
13882024-12-20T21:16:59.059Z Compiling schemars v0.8.21
13892024-12-20T21:16:59.084Z Compiling slog-async v2.8.0
13902024-12-20T21:16:59.385Z Compiling gimli v0.31.1
13912024-12-20T21:16:59.616Z Compiling ipnet v2.10.1
13922024-12-20T21:16:59.670Z Compiling openssl-probe v0.1.5
13932024-12-20T21:17:00.020Z Compiling mime v0.3.17
13942024-12-20T21:17:00.645Z Compiling rayon-core v1.12.1
13952024-12-20T21:17:00.884Z Compiling signal-hook v0.3.17
13962024-12-20T21:17:00.914Z Compiling unicode-properties v0.1.3
13972024-12-20T21:17:01.093Z Compiling schemars_derive v0.8.21
13982024-12-20T21:17:01.288Z Compiling stringprep v0.1.5
13992024-12-20T21:17:01.309Z Compiling toml_edit v0.22.22
14002024-12-20T21:17:02.603Z Compiling hyper v1.5.0
14012024-12-20T21:17:03.914Z Compiling addr2line v0.24.2
14022024-12-20T21:17:04.625Z Compiling usdt-macro v0.5.0
14032024-12-20T21:17:04.677Z Compiling usdt-attr-macro v0.5.0
14042024-12-20T21:17:05.170Z Compiling hyper-util v0.1.10
14052024-12-20T21:17:05.190Z Compiling crossbeam-deque v0.8.5
14062024-12-20T21:17:05.587Z Compiling term v0.7.0
14072024-12-20T21:17:06.076Z Compiling slog-json v2.6.1
14082024-12-20T21:17:06.345Z Compiling serde_urlencoded v0.7.1
14092024-12-20T21:17:06.450Z Compiling curve25519-dalek v4.1.3
14102024-12-20T21:17:06.615Z Compiling crossbeam-channel v0.5.13
14112024-12-20T21:17:06.844Z Compiling futures-executor v0.3.31
14122024-12-20T21:17:07.058Z Compiling enum-as-inner v0.6.1
14132024-12-20T21:17:07.061Z Compiling md-5 v0.10.6
14142024-12-20T21:17:07.346Z Compiling rustls-pemfile v2.2.0
14152024-12-20T21:17:07.446Z Compiling async-stream-impl v0.3.6
14162024-12-20T21:17:07.715Z Compiling num-integer v0.1.46
14172024-12-20T21:17:07.775Z Compiling idna v0.3.0
14182024-12-20T21:17:08.174Z Compiling idna v0.4.0
14192024-12-20T21:17:08.311Z Compiling hash32 v0.2.1
14202024-12-20T21:17:08.507Z Compiling ff v0.13.0
14212024-12-20T21:17:08.671Z Compiling is-terminal v0.4.13
14222024-12-20T21:17:08.725Z Compiling object v0.36.5
14232024-12-20T21:17:08.808Z Compiling dropshot v0.12.0
14242024-12-20T21:17:08.843Z Compiling anyhow v1.0.93
14252024-12-20T21:17:09.093Z Compiling portable-atomic v1.9.0
14262024-12-20T21:17:09.419Z Compiling dyn-clone v1.0.17
14272024-12-20T21:17:09.507Z Compiling take_mut v0.2.2
14282024-12-20T21:17:09.648Z Compiling smoltcp v0.9.1
14292024-12-20T21:17:09.670Z Compiling rustc-demangle v0.1.24
14302024-12-20T21:17:09.827Z Compiling linked-hash-map v0.5.6
14312024-12-20T21:17:09.884Z Compiling utf-8 v0.7.6
14322024-12-20T21:17:10.139Z Compiling base16ct v0.2.0
14332024-12-20T21:17:10.193Z Compiling fallible-iterator v0.2.0
14342024-12-20T21:17:10.221Z Compiling quick-error v1.2.3
14352024-12-20T21:17:10.335Z Compiling num-bigint-dig v0.8.4
14362024-12-20T21:17:10.376Z Compiling psl-types v2.0.11
14372024-12-20T21:17:10.446Z Compiling resolv-conf v0.7.0
14382024-12-20T21:17:10.586Z Compiling publicsuffix v2.2.3
14392024-12-20T21:17:10.648Z Compiling sec1 v0.7.3
14402024-12-20T21:17:10.691Z Compiling lru-cache v0.1.2
14412024-12-20T21:17:10.855Z Compiling postgres-protocol v0.6.7
14422024-12-20T21:17:10.901Z Compiling tungstenite v0.24.0
14432024-12-20T21:17:11.710Z Compiling hickory-proto v0.24.1
14442024-12-20T21:17:12.165Z Compiling async-stream v0.3.6
14452024-12-20T21:17:12.216Z Compiling slog-term v2.9.1
14462024-12-20T21:17:12.523Z Compiling group v0.13.0
14472024-12-20T21:17:12.872Z Compiling usdt v0.5.0
14482024-12-20T21:17:13.386Z Compiling num-iter v0.1.45
14492024-12-20T21:17:13.490Z Compiling futures v0.3.31
14502024-12-20T21:17:13.615Z Compiling slog-bunyan v2.5.0
14512024-12-20T21:17:13.861Z Compiling toml v0.8.19
14522024-12-20T21:17:15.612Z Compiling tokio-native-tls v0.3.1
14532024-12-20T21:17:15.640Z Compiling camino v1.1.9
14542024-12-20T21:17:15.886Z Compiling phf_shared v0.11.2
14552024-12-20T21:17:16.159Z Compiling backtrace v0.3.74
14562024-12-20T21:17:16.287Z Compiling dropshot_endpoint v0.12.0
14572024-12-20T21:17:16.608Z Compiling terminal_size v0.4.0
14582024-12-20T21:17:16.665Z Compiling waitgroup v0.1.2
14592024-12-20T21:17:16.745Z Compiling openapiv3 v2.0.0
14602024-12-20T21:17:16.825Z Compiling serde_path_to_error v0.1.16
14612024-12-20T21:17:16.883Z Compiling hkdf v0.12.4
14622024-12-20T21:17:17.153Z Compiling crypto-bigint v0.5.5
14632024-12-20T21:17:17.691Z Compiling webpki-roots v0.26.6
14642024-12-20T21:17:17.914Z Compiling zerocopy-derive v0.6.6
14652024-12-20T21:17:19.900Z Compiling curve25519-dalek-derive v0.1.1
14662024-12-20T21:17:20.223Z Compiling idna v0.5.0
14672024-12-20T21:17:20.465Z Compiling hubpack_derive v0.1.1
14682024-12-20T21:17:21.021Z Compiling hostname v0.4.0
14692024-12-20T21:17:21.213Z Compiling fs-err v2.11.0
14702024-12-20T21:17:21.283Z Compiling ahash v0.8.11
14712024-12-20T21:17:21.373Z Compiling crc32fast v1.4.2
14722024-12-20T21:17:21.406Z Compiling debug-ignore v1.0.5
14732024-12-20T21:17:21.492Z Compiling bitflags v1.3.2
14742024-12-20T21:17:21.562Z Compiling managed v0.8.0
14752024-12-20T21:17:21.609Z Compiling winnow v0.5.40
14762024-12-20T21:17:21.631Z Compiling strum_macros v0.25.3
14772024-12-20T21:17:21.787Z Compiling clap_builder v4.5.21
14782024-12-20T21:17:21.883Z Compiling flate2 v1.0.34
14792024-12-20T21:17:22.296Z Compiling console v0.15.8
14802024-12-20T21:17:23.377Z Compiling hubpack v0.1.2
14812024-12-20T21:17:23.848Z Compiling cookie_store v0.21.0
14822024-12-20T21:17:23.966Z Compiling elliptic-curve v0.13.8
14832024-12-20T21:17:24.242Z Compiling zerocopy v0.6.6
14842024-12-20T21:17:24.843Z Compiling hickory-resolver v0.24.1
14852024-12-20T21:17:25.474Z Compiling toml_edit v0.19.15
14862024-12-20T21:17:25.517Z Compiling phf v0.11.2
14872024-12-20T21:17:25.803Z Compiling signal-hook-mio v0.2.4
14882024-12-20T21:17:25.844Z Compiling hyper-tls v0.6.0
14892024-12-20T21:17:25.967Z Compiling rayon v1.10.0
14902024-12-20T21:17:25.996Z Compiling bzip2 v0.4.4
14912024-12-20T21:17:26.404Z Compiling tokio-tungstenite v0.24.0
14922024-12-20T21:17:26.963Z Compiling postgres-types v0.2.8
14932024-12-20T21:17:29.923Z Compiling ed25519 v2.2.3
14942024-12-20T21:17:30.935Z Compiling phf_shared v0.10.0
14952024-12-20T21:17:31.261Z Compiling tokio-stream v0.1.16
14962024-12-20T21:17:31.286Z Compiling pkcs1 v0.7.5
14972024-12-20T21:17:31.351Z Compiling serde-big-array v0.5.1
14982024-12-20T21:17:31.591Z Compiling clap_derive v4.5.18
14992024-12-20T21:17:31.798Z Compiling rfc6979 v0.4.0
15002024-12-20T21:17:31.846Z Compiling derive-where v1.2.7
15012024-12-20T21:17:31.996Z Compiling serde_repr v0.1.19
15022024-12-20T21:17:32.307Z Compiling float-cmp v0.9.0
15032024-12-20T21:17:32.366Z Compiling bstr v1.10.0
15042024-12-20T21:17:32.549Z Compiling sync_wrapper v1.0.1
15052024-12-20T21:17:32.717Z Compiling fixedbitset v0.4.2
15062024-12-20T21:17:33.207Z Compiling number_prefix v0.4.0
15072024-12-20T21:17:33.229Z Compiling unicode-width v0.2.0
15082024-12-20T21:17:33.456Z Compiling normalize-line-endings v0.3.0
15092024-12-20T21:17:33.595Z Compiling whoami v1.5.2
15102024-12-20T21:17:33.708Z Compiling unicode-segmentation v1.12.0
15112024-12-20T21:17:33.775Z Compiling precomputed-hash v0.1.1
15122024-12-20T21:17:33.895Z Compiling difflib v0.4.0
15132024-12-20T21:17:34.190Z Compiling predicates-core v1.0.8
15142024-12-20T21:17:34.236Z Compiling new_debug_unreachable v1.0.6
15152024-12-20T21:17:34.344Z Compiling bit-vec v0.6.3
15162024-12-20T21:17:34.574Z Compiling static_assertions v1.1.0
15172024-12-20T21:17:34.594Z Compiling predicates v3.1.2
15182024-12-20T21:17:34.683Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15192024-12-20T21:17:34.826Z Compiling bit-set v0.5.3
15202024-12-20T21:17:35.133Z Compiling similar v2.6.0
15212024-12-20T21:17:35.529Z Compiling string_cache v0.8.7
15222024-12-20T21:17:35.555Z Compiling tokio-postgres v0.7.12
15232024-12-20T21:17:35.997Z Compiling indicatif v0.17.9
15242024-12-20T21:17:36.382Z Compiling petgraph v0.6.5
15252024-12-20T21:17:36.742Z Compiling clap v4.5.21
15262024-12-20T21:17:36.884Z Compiling ecdsa v0.16.9
15272024-12-20T21:17:37.607Z Compiling rsa v0.9.6
15282024-12-20T21:17:37.802Z Compiling ed25519-dalek v2.1.1
15292024-12-20T21:17:38.353Z Compiling toml v0.7.8
15302024-12-20T21:17:39.123Z Compiling zip v0.6.6
15312024-12-20T21:17:40.123Z Compiling crossterm v0.28.1
15322024-12-20T21:17:40.917Z Compiling hex v0.4.3
15332024-12-20T21:17:41.317Z Compiling x509-cert v0.2.5
15342024-12-20T21:17:41.455Z Compiling lalrpop-util v0.19.12
15352024-12-20T21:17:41.516Z Compiling peg-runtime v0.8.3
15362024-12-20T21:17:41.549Z Compiling unicode-xid v0.2.6
15372024-12-20T21:17:41.732Z Compiling strum_macros v0.26.4
15382024-12-20T21:17:41.787Z Compiling xattr v1.3.1
15392024-12-20T21:17:41.815Z Compiling filetime v0.2.25
15402024-12-20T21:17:42.070Z Compiling tar v0.4.42
15412024-12-20T21:17:46.922Z Compiling strum v0.26.3
15422024-12-20T21:17:49.893Z Compiling aws-lc-sys v0.22.0
15432024-12-20T21:18:18.084Z Compiling rustls-webpki v0.102.8
15442024-12-20T21:18:21.520Z Compiling tokio-rustls v0.25.0
15452024-12-20T21:18:23.132Z Compiling tokio-rustls v0.26.0
15462024-12-20T21:18:23.541Z Compiling hyper-rustls v0.27.3
15472024-12-20T21:18:23.859Z Compiling reqwest v0.12.9
15482024-12-20T21:18:25.202Z Compiling qorb v0.2.1
15492024-12-20T21:18:29.840Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15502024-12-20T21:18:30.087Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15512024-12-20T21:18:35.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15522024-12-20T21:18:36.135Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15532024-12-20T21:18:36.188ZDec 20 21:18:34.850 INFO Starting download, target: DendriteOpenapi
15542024-12-20T21:18:36.188ZDec 20 21:18:34.850 INFO Starting download, target: Cockroach
15552024-12-20T21:18:36.188ZDec 20 21:18:34.850 INFO Starting download, target: Clickhouse
15562024-12-20T21:18:36.188ZDec 20 21:18:34.850 INFO Starting download, target: Console
15572024-12-20T21:18:36.190ZDec 20 21:18:34.850 INFO Starting download, target: DendriteStub
15582024-12-20T21:18:36.191ZDec 20 21:18:34.850 INFO Starting download, target: MaghemiteMgd
15592024-12-20T21:18:36.191ZDec 20 21:18:34.850 INFO Starting download, target: TransceiverControl
15602024-12-20T21:18:36.191ZDec 20 21:18:34.851 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15612024-12-20T21:18:36.191ZDec 20 21:18:34.851 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15622024-12-20T21:18:36.191ZDec 20 21:18:34.851 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15632024-12-20T21:18:36.191ZDec 20 21:18:34.851 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15642024-12-20T21:18:36.191ZDec 20 21:18:34.851 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15652024-12-20T21:18:36.191ZDec 20 21:18:34.851 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15662024-12-20T21:18:36.191ZDec 20 21:18:34.851 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15672024-12-20T21:18:36.370ZDec 20 21:18:35.017 INFO Download complete, target: DendriteOpenapi
15682024-12-20T21:18:36.609ZDec 20 21:18:35.205 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15692024-12-20T21:18:36.736ZDec 20 21:18:35.320 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15702024-12-20T21:18:37.035ZDec 20 21:18:35.647 INFO Download complete, target: Console
15712024-12-20T21:18:37.149ZDec 20 21:18:35.773 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15722024-12-20T21:18:37.201ZDec 20 21:18:35.861 INFO Download complete, target: TransceiverControl
15732024-12-20T21:18:37.342ZDec 20 21:18:35.998 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15742024-12-20T21:18:37.789ZDec 20 21:18:36.451 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15752024-12-20T21:18:37.789ZDec 20 21:18:36.451 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15762024-12-20T21:18:38.109ZDec 20 21:18:36.770 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15772024-12-20T21:18:40.114ZDec 20 21:18:38.774 INFO Download complete, target: DendriteStub
15782024-12-20T21:18:40.373ZDec 20 21:18:39.033 INFO Download complete, target: MaghemiteMgd
15792024-12-20T21:18:45.394ZDec 20 21:18:44.054 INFO Checking that binary works, target: Cockroach
15802024-12-20T21:18:45.548ZDec 20 21:18:44.208 INFO Download complete, target: Cockroach
15812024-12-20T21:18:50.838ZDec 20 21:18:49.495 INFO Checking that binary works, target: Clickhouse
15822024-12-20T21:18:51.149ZDec 20 21:18:49.805 INFO Download complete, target: Clickhouse
15832024-12-20T21:18:51.211ZAll builder prerequisites installed successfully, and PATH looks valid
15842024-12-20T21:18:51.214Z
15852024-12-20T21:18:51.214Zreal 6:11.533445145
15862024-12-20T21:18:51.214Zuser 16:34.980635782
15872024-12-20T21:18:51.214Zsys 3:15.452621405
15882024-12-20T21:18:51.214Ztrap 0.566312636
15892024-12-20T21:18:51.214Ztflt 2.462913613
15902024-12-20T21:18:51.214Zdflt 2.521881163
15912024-12-20T21:18:51.214Zkflt 0.023333687
15922024-12-20T21:18:51.214Zlock 29:31.522309470
15932024-12-20T21:18:51.214Zslp 1:04:03.027911279
15942024-12-20T21:18:51.214Zlat 55.876843828
15952024-12-20T21:18:51.214Zstop 2:26.295320156
15962024-12-20T21:18:51.214Z+ banner hack-check
15972024-12-20T21:18:51.216Z
15982024-12-20T21:18:51.216Z # # ## #### # # #### # # ###### #### # #
15992024-12-20T21:18:51.216Z # # # # # # # # # # # # # # # # #
16002024-12-20T21:18:51.216Z ###### # # # #### ##### # ###### ##### # ####
16012024-12-20T21:18:51.216Z # # ###### # # # # # # # # # #
16022024-12-20T21:18:51.216Z # # # # # # # # # # # # # # # # #
16032024-12-20T21:18:51.216Z # # # # #### # # #### # # ###### #### # #
16042024-12-20T21:18:51.216Z
16052024-12-20T21:18:51.216Z+ export CARGO_INCREMENTAL=0
16062024-12-20T21:18:51.216Z+ CARGO_INCREMENTAL=0
16072024-12-20T21:18:51.216Z+ ptime -m timeout 2h cargo xtask check-features --ci
16082024-12-20T21:18:51.757Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16092024-12-20T21:18:55.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
16102024-12-20T21:18:55.344Z Running `target/debug/xtask check-features --ci`
16112024-12-20T21:18:55.368Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16122024-12-20T21:18:55.368Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16132024-12-20T21:18:55.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16142024-12-20T21:18:55.838Z Running `target/debug/xtask download cargo-hack`
16152024-12-20T21:18:56.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16162024-12-20T21:18:57.023Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16172024-12-20T21:19:02.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
16182024-12-20T21:19:02.201Z Running `target/debug/xtask-downloader cargo-hack`
16192024-12-20T21:19:02.241ZDec 20 21:19:00.892 INFO Starting download, target: CargoHack
16202024-12-20T21:19:02.243ZDec 20 21:19:00.893 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16212024-12-20T21:19:02.686ZDec 20 21:19:01.338 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16222024-12-20T21:19:02.773ZDec 20 21:19:01.427 INFO Download complete, target: CargoHack
16232024-12-20T21:19:02.778Zrunning: "/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"
16242024-12-20T21:19:02.793Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16252024-12-20T21:19:02.962Zinfo: running `cargo check --bins` on api_identity (1/175)
16262024-12-20T21:19:03.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-12-20T21:19:03.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-12-20T21:19:03.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-12-20T21:19:03.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16302024-12-20T21:19:03.565Z
16312024-12-20T21:19:03.565Zinfo: running `cargo check --bins` on bootstore (2/175)
16322024-12-20T21:19:04.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-12-20T21:19:04.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-12-20T21:19:04.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-12-20T21:19:04.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16362024-12-20T21:19:04.196Z
16372024-12-20T21:19:04.196Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/175)
16382024-12-20T21:19:04.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-12-20T21:19:04.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-12-20T21:19:04.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-12-20T21:19:04.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16422024-12-20T21:19:04.818Z
16432024-12-20T21:19:04.818Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175)
16442024-12-20T21:19:05.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-12-20T21:19:05.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-12-20T21:19:05.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-12-20T21:19:05.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16482024-12-20T21:19:05.432Z
16492024-12-20T21:19:05.432Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175)
16502024-12-20T21:19:05.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-12-20T21:19:05.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-12-20T21:19:05.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-12-20T21:19:05.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16542024-12-20T21:19:05.843Z
16552024-12-20T21:19:05.843Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175)
16562024-12-20T21:19:06.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-12-20T21:19:06.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-12-20T21:19:06.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-12-20T21:19:06.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16602024-12-20T21:19:06.278Z
16612024-12-20T21:19:06.278Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175)
16622024-12-20T21:19:06.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-12-20T21:19:06.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-12-20T21:19:06.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652024-12-20T21:19:06.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16662024-12-20T21:19:06.701Z
16672024-12-20T21:19:06.701Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175)
16682024-12-20T21:19:07.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692024-12-20T21:19:07.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702024-12-20T21:19:07.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712024-12-20T21:19:07.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16722024-12-20T21:19:07.126Z
16732024-12-20T21:19:07.126Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175)
16742024-12-20T21:19:07.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752024-12-20T21:19:07.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762024-12-20T21:19:07.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772024-12-20T21:19:07.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16782024-12-20T21:19:07.545Z
16792024-12-20T21:19:07.545Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175)
16802024-12-20T21:19:07.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812024-12-20T21:19:07.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822024-12-20T21:19:07.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832024-12-20T21:19:07.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16842024-12-20T21:19:07.967Z
16852024-12-20T21:19:07.967Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175)
16862024-12-20T21:19:08.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872024-12-20T21:19:08.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882024-12-20T21:19:08.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892024-12-20T21:19:08.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16902024-12-20T21:19:08.379Z
16912024-12-20T21:19:08.379Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175)
16922024-12-20T21:19:08.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932024-12-20T21:19:08.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942024-12-20T21:19:08.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952024-12-20T21:19:08.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16962024-12-20T21:19:08.802Z
16972024-12-20T21:19:08.802Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175)
16982024-12-20T21:19:09.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992024-12-20T21:19:09.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002024-12-20T21:19:09.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012024-12-20T21:19:09.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17022024-12-20T21:19:09.224Z
17032024-12-20T21:19:09.224Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175)
17042024-12-20T21:19:09.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052024-12-20T21:19:09.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062024-12-20T21:19:09.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072024-12-20T21:19:09.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17082024-12-20T21:19:09.649Z
17092024-12-20T21:19:09.649Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175)
17102024-12-20T21:19:10.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112024-12-20T21:19:10.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122024-12-20T21:19:10.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132024-12-20T21:19:10.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17142024-12-20T21:19:10.088Z
17152024-12-20T21:19:10.088Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175)
17162024-12-20T21:19:10.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172024-12-20T21:19:10.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182024-12-20T21:19:10.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192024-12-20T21:19:10.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17202024-12-20T21:19:10.511Z
17212024-12-20T21:19:10.511Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175)
17222024-12-20T21:19:10.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232024-12-20T21:19:10.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242024-12-20T21:19:10.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252024-12-20T21:19:10.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17262024-12-20T21:19:10.927Z
17272024-12-20T21:19:10.927Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175)
17282024-12-20T21:19:11.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292024-12-20T21:19:11.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302024-12-20T21:19:11.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312024-12-20T21:19:11.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17322024-12-20T21:19:11.349Z
17332024-12-20T21:19:11.349Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175)
17342024-12-20T21:19:11.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352024-12-20T21:19:11.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362024-12-20T21:19:11.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372024-12-20T21:19:11.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17382024-12-20T21:19:11.779Z
17392024-12-20T21:19:11.779Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175)
17402024-12-20T21:19:12.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412024-12-20T21:19:12.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422024-12-20T21:19:12.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432024-12-20T21:19:12.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17442024-12-20T21:19:12.200Z
17452024-12-20T21:19:12.201Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175)
17462024-12-20T21:19:12.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472024-12-20T21:19:12.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482024-12-20T21:19:12.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492024-12-20T21:19:12.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17502024-12-20T21:19:12.625Z
17512024-12-20T21:19:12.625Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175)
17522024-12-20T21:19:13.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532024-12-20T21:19:13.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542024-12-20T21:19:13.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552024-12-20T21:19:13.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17562024-12-20T21:19:13.059Z
17572024-12-20T21:19:13.059Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175)
17582024-12-20T21:19:13.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592024-12-20T21:19:13.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602024-12-20T21:19:13.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612024-12-20T21:19:13.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17622024-12-20T21:19:13.486Z
17632024-12-20T21:19:13.486Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175)
17642024-12-20T21:19:13.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652024-12-20T21:19:13.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662024-12-20T21:19:13.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672024-12-20T21:19:13.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17682024-12-20T21:19:13.917Z
17692024-12-20T21:19:13.917Zinfo: running `cargo check --bins` on sled-hardware-types (25/175)
17702024-12-20T21:19:14.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712024-12-20T21:19:14.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722024-12-20T21:19:14.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732024-12-20T21:19:14.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17742024-12-20T21:19:14.564Z
17752024-12-20T21:19:14.564Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/175)
17762024-12-20T21:19:15.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772024-12-20T21:19:15.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782024-12-20T21:19:15.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792024-12-20T21:19:15.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17802024-12-20T21:19:15.208Z
17812024-12-20T21:19:15.208Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175)
17822024-12-20T21:19:15.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832024-12-20T21:19:15.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842024-12-20T21:19:15.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852024-12-20T21:19:15.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17862024-12-20T21:19:15.858Z
17872024-12-20T21:19:15.858Zinfo: running `cargo check --bins` on oxlog (28/175)
17882024-12-20T21:19:16.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892024-12-20T21:19:16.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902024-12-20T21:19:16.485Z Checking cfg-if v1.0.0
17912024-12-20T21:19:16.488Z Checking libc v0.2.162
17922024-12-20T21:19:16.594Z Checking serde v1.0.215
17932024-12-20T21:19:16.597Z Checking zeroize v1.8.1
17942024-12-20T21:19:16.617Z Checking memchr v2.7.4
17952024-12-20T21:19:16.626Z Checking typenum v1.17.0
17962024-12-20T21:19:16.626Z Checking scopeguard v1.2.0
17972024-12-20T21:19:16.645Z Checking subtle v2.6.1
17982024-12-20T21:19:16.658Z Checking value-bag v1.9.0
17992024-12-20T21:19:16.750Z Checking lock_api v0.4.12
18002024-12-20T21:19:16.840Z Checking itoa v1.0.11
18012024-12-20T21:19:16.899Z Checking const-oid v0.9.6
18022024-12-20T21:19:17.056Z Checking log v0.4.22
18032024-12-20T21:19:17.059Z Checking smallvec v1.13.2
18042024-12-20T21:19:17.162Z Checking pin-project-lite v0.2.14
18052024-12-20T21:19:17.283Z Checking byteorder v1.5.0
18062024-12-20T21:19:17.432Z Checking futures-core v0.3.31
18072024-12-20T21:19:17.456Z Checking once_cell v1.20.2
18082024-12-20T21:19:17.589Z Checking cpufeatures v0.2.14
18092024-12-20T21:19:17.621Z Checking stable_deref_trait v1.2.0
18102024-12-20T21:19:17.846Z Checking futures-sink v0.3.31
18112024-12-20T21:19:18.023Z Checking spin v0.9.8
18122024-12-20T21:19:18.023Z Checking zerocopy v0.7.35
18132024-12-20T21:19:18.023Z Checking zerofrom v0.1.4
18142024-12-20T21:19:18.023Z Checking getrandom v0.2.15
18152024-12-20T21:19:18.023Z Checking parking_lot_core v0.9.10
18162024-12-20T21:19:18.044Z Checking signal-hook-registry v1.4.2
18172024-12-20T21:19:18.044Z Checking generic-array v0.14.7
18182024-12-20T21:19:18.044Z Checking rand_core v0.6.4
18192024-12-20T21:19:18.051Z Checking mio v1.0.2
18202024-12-20T21:19:18.132Z Checking parking_lot v0.12.3
18212024-12-20T21:19:18.194Z Checking socket2 v0.5.7
18222024-12-20T21:19:18.272Z Checking slab v0.4.9
18232024-12-20T21:19:18.461Z Checking yoke v0.7.4
18242024-12-20T21:19:18.533Z Checking futures-channel v0.3.31
18252024-12-20T21:19:18.631Z Checking equivalent v1.0.1
18262024-12-20T21:19:18.690Z Checking pin-utils v0.1.0
18272024-12-20T21:19:18.736Z Checking futures-task v0.3.31
18282024-12-20T21:19:18.770Z Checking foldhash v0.1.3
18292024-12-20T21:19:18.790Z Checking futures-io v0.3.31
18302024-12-20T21:19:18.804Z Checking allocator-api2 v0.2.18
18312024-12-20T21:19:18.882Z Checking zerovec v0.10.4
18322024-12-20T21:19:18.967Z Checking futures-util v0.3.31
18332024-12-20T21:19:18.982Z Checking tinyvec_macros v0.1.1
18342024-12-20T21:19:18.985Z Checking ryu v1.0.18
18352024-12-20T21:19:19.065Z Checking tinyvec v1.8.0
18362024-12-20T21:19:19.097Z Checking fnv v1.0.7
18372024-12-20T21:19:19.121Z Checking crypto-common v0.1.6
18382024-12-20T21:19:19.207Z Checking block-buffer v0.10.4
18392024-12-20T21:19:19.222Z Checking block-padding v0.3.3
18402024-12-20T21:19:19.300Z Checking libm v0.2.8
18412024-12-20T21:19:19.414Z Checking inout v0.1.3
18422024-12-20T21:19:19.427Z Checking digest v0.10.7
18432024-12-20T21:19:19.430Z Checking hashbrown v0.15.1
18442024-12-20T21:19:19.632Z Checking cipher v0.4.4
18452024-12-20T21:19:19.811Z Checking hmac v0.12.1
18462024-12-20T21:19:20.006Z Checking sha2 v0.10.8
18472024-12-20T21:19:20.059Z Checking base64ct v1.6.0
18482024-12-20T21:19:20.178Z Checking unicode-bidi v0.3.17
18492024-12-20T21:19:20.377Z Checking unicode-normalization v0.1.24
18502024-12-20T21:19:20.489Z Checking litemap v0.7.3
18512024-12-20T21:19:20.565Z Checking writeable v0.5.5
18522024-12-20T21:19:20.581Z Checking tinystr v0.7.6
18532024-12-20T21:19:20.584Z Checking pem-rfc7468 v0.7.0
18542024-12-20T21:19:20.787Z Checking num-traits v0.2.19
18552024-12-20T21:19:20.822Z Checking ppv-lite86 v0.2.20
18562024-12-20T21:19:20.841Z Checking flagset v0.4.6
18572024-12-20T21:19:20.890Z Checking tracing-core v0.1.32
18582024-12-20T21:19:20.959Z Checking icu_locid v1.5.0
18592024-12-20T21:19:21.028Z Checking der v0.7.9
18602024-12-20T21:19:21.319Z Checking thiserror v1.0.69
18612024-12-20T21:19:21.452Z Checking percent-encoding v2.3.1
18622024-12-20T21:19:21.568Z Checking rustls-pki-types v1.10.0
18632024-12-20T21:19:21.625Z Checking rand_chacha v0.3.1
18642024-12-20T21:19:21.641Z Checking icu_locid_transform_data v1.5.0
18652024-12-20T21:19:21.644Z Checking bytes v1.8.0
18662024-12-20T21:19:21.727Z Checking indexmap v2.6.0
18672024-12-20T21:19:21.997Z Checking serde_json v1.0.132
18682024-12-20T21:19:22.016Z Checking icu_provider v1.5.0
18692024-12-20T21:19:22.161Z Checking bitflags v2.6.0
18702024-12-20T21:19:22.451Z Checking tokio v1.40.0
18712024-12-20T21:19:22.466Z Checking http v1.1.0
18722024-12-20T21:19:22.500Z Checking rand v0.8.5
18732024-12-20T21:19:22.705Z Checking icu_locid_transform v1.5.0
18742024-12-20T21:19:22.855Z Checking spki v0.7.3
18752024-12-20T21:19:23.041Z Checking tracing v0.1.40
18762024-12-20T21:19:23.146Z Checking icu_collections v1.5.0
18772024-12-20T21:19:23.407Z Checking salsa20 v0.10.2
18782024-12-20T21:19:23.632Z Checking pbkdf2 v0.12.2
18792024-12-20T21:19:23.694Z Checking aws-lc-sys v0.22.0
18802024-12-20T21:19:23.740Z Checking httparse v1.9.5
18812024-12-20T21:19:23.778Z Checking untrusted v0.7.1
18822024-12-20T21:19:23.792Z Checking untrusted v0.9.0
18832024-12-20T21:19:23.816Z Checking powerfmt v0.2.0
18842024-12-20T21:19:23.831Z Checking mirai-annotations v1.12.0
18852024-12-20T21:19:23.943Z Checking icu_properties_data v1.5.0
18862024-12-20T21:19:23.946Z Checking ring v0.17.8
18872024-12-20T21:19:23.995Z Checking scrypt v0.11.0
18882024-12-20T21:19:24.077Z Checking deranged v0.3.11
18892024-12-20T21:19:24.090Z Checking cbc v0.1.2
18902024-12-20T21:19:24.133Z Checking aes v0.8.4
18912024-12-20T21:19:24.202Z Checking icu_properties v1.5.1
18922024-12-20T21:19:24.219Z Checking crossbeam-utils v0.8.20
18932024-12-20T21:19:24.288Z Checking num-conv v0.1.0
18942024-12-20T21:19:24.552Z Checking icu_normalizer_data v1.5.0
18952024-12-20T21:19:24.652Z Checking time-core v0.1.2
18962024-12-20T21:19:24.812Z Checking num_threads v0.1.7
18972024-12-20T21:19:24.925Z Checking write16 v1.0.0
18982024-12-20T21:19:24.940Z Checking utf8_iter v1.0.4
18992024-12-20T21:19:25.007Z Checking atomic-waker v1.1.2
19002024-12-20T21:19:25.045Z Checking utf16_iter v1.0.5
19012024-12-20T21:19:25.136Z Checking pkcs5 v0.7.1
19022024-12-20T21:19:25.156Z Checking http-body v1.0.1
19032024-12-20T21:19:25.213Z Checking form_urlencoded v1.2.1
19042024-12-20T21:19:25.349Z Checking try-lock v0.2.5
19052024-12-20T21:19:25.416Z Checking httpdate v1.0.3
19062024-12-20T21:19:25.481Z Checking want v0.3.1
19072024-12-20T21:19:25.658Z Checking unicode-ident v1.0.13
19082024-12-20T21:19:25.673Z Checking pkcs8 v0.10.2
19092024-12-20T21:19:25.689Z Checking toml_datetime v0.6.8
19102024-12-20T21:19:25.777Z Checking uuid v1.11.0
19112024-12-20T21:19:25.820Z Checking proc-macro2 v1.0.89
19122024-12-20T21:19:25.913Z Checking time v0.3.36
19132024-12-20T21:19:25.955Z Checking serde_spanned v0.6.8
19142024-12-20T21:19:25.970Z Checking slog v2.7.0
19152024-12-20T21:19:26.139Z Checking scroll v0.12.0
19162024-12-20T21:19:26.256Z Checking aws-lc-rs v1.10.0
19172024-12-20T21:19:26.391Z Checking foreign-types-shared v0.1.1
19182024-12-20T21:19:26.453Z Checking adler2 v2.0.0
19192024-12-20T21:19:26.503Z Checking tower-service v0.3.3
19202024-12-20T21:19:26.534Z Checking match_cfg v0.1.0
19212024-12-20T21:19:26.602Z Checking iana-time-zone v0.1.61
19222024-12-20T21:19:26.619Z Checking ucd-trie v0.1.7
19232024-12-20T21:19:26.622Z Checking plain v0.2.3
19242024-12-20T21:19:26.638Z Checking base64 v0.22.1
19252024-12-20T21:19:26.746Z Checking chrono v0.4.38
19262024-12-20T21:19:26.769Z Checking goblin v0.8.2
19272024-12-20T21:19:26.813Z Checking pest v2.7.14
19282024-12-20T21:19:27.120Z Checking hostname v0.3.1
19292024-12-20T21:19:27.257Z Checking miniz_oxide v0.8.0
19302024-12-20T21:19:27.623Z Checking icu_normalizer v1.5.0
19312024-12-20T21:19:27.998Z Checking quote v1.0.37
19322024-12-20T21:19:28.124Z Checking rustls-webpki v0.102.8
19332024-12-20T21:19:28.372Z Checking foreign-types v0.3.2
19342024-12-20T21:19:28.408Z Checking idna_adapter v1.2.0
19352024-12-20T21:19:28.461Z Checking openssl-sys v0.9.103
19362024-12-20T21:19:28.482Z Checking dirs-sys-next v0.1.2
19372024-12-20T21:19:28.587Z Checking idna v1.0.3
19382024-12-20T21:19:28.695Z Checking errno v0.3.9
19392024-12-20T21:19:28.827Z Checking aho-corasick v1.1.3
19402024-12-20T21:19:28.866Z Checking pretty-hex v0.4.1
19412024-12-20T21:19:28.951Z Checking regex-syntax v0.8.5
19422024-12-20T21:19:29.033Z Checking siphasher v0.3.11
19432024-12-20T21:19:29.087Z Checking url v2.5.3
19442024-12-20T21:19:29.324Z Checking data-encoding v2.6.0
19452024-12-20T21:19:29.327Z Checking dtrace-parser v0.2.0
19462024-12-20T21:19:29.748Z Checking openssl v0.10.66
19472024-12-20T21:19:29.805Z Checking rustix v0.38.37
19482024-12-20T21:19:29.914Z Checking dirs-next v2.0.0
19492024-12-20T21:19:30.004Z Checking tokio-util v0.7.12
19502024-12-20T21:19:30.036Z Checking syn v2.0.87
19512024-12-20T21:19:30.052Z Checking http-body-util v0.1.2
19522024-12-20T21:19:30.465Z Checking crossbeam-epoch v0.9.18
19532024-12-20T21:19:30.501Z Checking sha1 v0.10.6
19542024-12-20T21:19:30.774Z Checking signature v2.2.0
19552024-12-20T21:19:30.926Z Checking lazy_static v1.5.0
19562024-12-20T21:19:30.965Z Checking h2 v0.4.6
19572024-12-20T21:19:30.985Z Checking thread-id v4.2.2
19582024-12-20T21:19:31.049Z Checking thread_local v1.1.8
19592024-12-20T21:19:31.093Z Checking encoding_rs v0.8.34
19602024-12-20T21:19:31.327Z Checking openssl-probe v0.1.5
19612024-12-20T21:19:31.488Z Checking anstyle v1.0.10
19622024-12-20T21:19:31.740Z Checking dof v0.3.0
19632024-12-20T21:19:31.856Z Checking ipnet v2.10.1
19642024-12-20T21:19:32.310Z Checking regex-automata v0.4.8
19652024-12-20T21:19:32.330Z Checking gimli v0.31.1
19662024-12-20T21:19:32.358Z Checking utf8parse v0.2.2
19672024-12-20T21:19:32.510Z Checking mime v0.3.17
19682024-12-20T21:19:32.848Z Checking unicode-properties v0.1.3
19692024-12-20T21:19:33.232Z Checking winnow v0.6.20
19702024-12-20T21:19:33.354Z Checking stringprep v0.1.5
19712024-12-20T21:19:33.473Z Checking anstyle-parse v0.2.5
19722024-12-20T21:19:33.627Z Checking crossbeam-deque v0.8.5
19732024-12-20T21:19:33.735Z Checking term v0.7.0
19742024-12-20T21:19:33.938Z Checking rustls v0.22.4
19752024-12-20T21:19:34.179Z Checking rustls v0.23.19
19762024-12-20T21:19:35.239Z Checking native-tls v0.2.12
19772024-12-20T21:19:35.577Z Checking slog-json v2.6.1
19782024-12-20T21:19:35.848Z Checking serde_urlencoded v0.7.1
19792024-12-20T21:19:36.165Z Checking toml_edit v0.22.22
19802024-12-20T21:19:36.279Z Checking crossbeam-channel v0.5.13
19812024-12-20T21:19:36.439Z Checking usdt-impl v0.5.0
19822024-12-20T21:19:36.568Z Checking addr2line v0.24.2
19832024-12-20T21:19:36.969Z Checking futures-executor v0.3.31
19842024-12-20T21:19:36.985Z Checking num-integer v0.1.46
19852024-12-20T21:19:37.001Z Checking rustls-pemfile v2.2.0
19862024-12-20T21:19:37.043Z Checking idna v0.4.0
19872024-12-20T21:19:37.178Z Checking idna v0.3.0
19882024-12-20T21:19:37.195Z Checking md-5 v0.10.6
19892024-12-20T21:19:37.209Z Checking hyper v1.5.0
19902024-12-20T21:19:37.408Z Checking ff v0.13.0
19912024-12-20T21:19:37.496Z Checking is-terminal v0.4.13
19922024-12-20T21:19:37.600Z Checking memmap v0.7.0
19932024-12-20T21:19:37.616Z Checking hash32 v0.2.1
19942024-12-20T21:19:37.650Z Checking object v0.36.5
19952024-12-20T21:19:37.813Z Checking fallible-iterator v0.2.0
19962024-12-20T21:19:37.867Z Checking linked-hash-map v0.5.6
19972024-12-20T21:19:37.914Z Checking psl-types v2.0.11
19982024-12-20T21:19:37.996Z Checking either v1.13.0
19992024-12-20T21:19:38.079Z Checking anstyle-query v1.1.1
20002024-12-20T21:19:38.202Z Checking rustc-demangle v0.1.24
20012024-12-20T21:19:38.216Z Checking base16ct v0.2.0
20022024-12-20T21:19:38.375Z Checking dyn-clone v1.0.17
20032024-12-20T21:19:38.409Z Checking utf-8 v0.7.6
20042024-12-20T21:19:38.425Z Checking colorchoice v1.0.2
20052024-12-20T21:19:38.509Z Checking is_terminal_polyfill v1.70.1
20062024-12-20T21:19:38.554Z Checking quick-error v1.2.3
20072024-12-20T21:19:38.609Z Checking take_mut v0.2.2
20082024-12-20T21:19:38.625Z Checking anstream v0.6.15
20092024-12-20T21:19:38.625Z Checking tungstenite v0.24.0
20102024-12-20T21:19:38.694Z Checking resolv-conf v0.7.0
20112024-12-20T21:19:38.742Z Checking slog-async v2.8.0
20122024-12-20T21:19:38.768Z Checking toml v0.8.19
20132024-12-20T21:19:39.006Z Checking schemars v0.8.21
20142024-12-20T21:19:39.023Z Checking postgres-protocol v0.6.7
20152024-12-20T21:19:39.044Z Checking sec1 v0.7.3
20162024-12-20T21:19:39.339Z Checking hyper-util v0.1.10
20172024-12-20T21:19:39.436Z Checking lru-cache v0.1.2
20182024-12-20T21:19:39.508Z Checking publicsuffix v2.2.3
20192024-12-20T21:19:39.510Z Checking heapless v0.7.17
20202024-12-20T21:19:39.614Z Checking hickory-proto v0.24.1
20212024-12-20T21:19:39.696Z Checking usdt v0.5.0
20222024-12-20T21:19:39.736Z Checking tokio-rustls v0.25.0
20232024-12-20T21:19:39.855Z Checking tokio-rustls v0.26.0
20242024-12-20T21:19:39.951Z Checking slog-term v2.9.1
20252024-12-20T21:19:40.139Z Checking group v0.13.0
20262024-12-20T21:19:40.274Z Checking num-iter v0.1.45
20272024-12-20T21:19:40.395Z Checking futures v0.3.31
20282024-12-20T21:19:40.448Z Checking slog-bunyan v2.5.0
20292024-12-20T21:19:40.464Z Checking tokio-native-tls v0.3.1
20302024-12-20T21:19:40.502Z Checking rayon-core v1.12.1
20312024-12-20T21:19:40.518Z Checking multer v3.1.0
20322024-12-20T21:19:40.599Z Checking terminal_size v0.4.0
20332024-12-20T21:19:40.660Z Checking phf_shared v0.11.2
20342024-12-20T21:19:40.713Z Checking cookie v0.18.1
20352024-12-20T21:19:40.761Z Checking async-stream v0.3.6
20362024-12-20T21:19:40.926Z Checking bzip2-sys v0.1.11+1.0.8
20372024-12-20T21:19:40.938Z Checking signal-hook v0.3.17
20382024-12-20T21:19:40.953Z Checking camino v1.1.9
20392024-12-20T21:19:41.052Z Checking waitgroup v0.1.2
20402024-12-20T21:19:41.178Z Checking openapiv3 v2.0.0
20412024-12-20T21:19:41.181Z Checking webpki-roots v0.26.6
20422024-12-20T21:19:41.208Z Checking serde_path_to_error v0.1.16
20432024-12-20T21:19:41.266Z Checking idna v0.5.0
20442024-12-20T21:19:41.371Z Checking hkdf v0.12.4
20452024-12-20T21:19:41.394Z Checking crypto-bigint v0.5.5
20462024-12-20T21:19:41.509Z Checking hostname v0.4.0
20472024-12-20T21:19:41.581Z Checking crc32fast v1.4.2
20482024-12-20T21:19:41.645Z Checking strsim v0.11.1
20492024-12-20T21:19:41.806Z Checking unicode-width v0.1.14
20502024-12-20T21:19:41.821Z Checking bitflags v1.3.2
20512024-12-20T21:19:41.922Z Checking clap_lex v0.7.2
20522024-12-20T21:19:41.925Z Checking managed v0.8.0
20532024-12-20T21:19:42.094Z Checking winnow v0.5.40
20542024-12-20T21:19:42.185Z Checking debug-ignore v1.0.5
20552024-12-20T21:19:42.258Z Checking console v0.15.8
20562024-12-20T21:19:42.306Z Checking smoltcp v0.9.1
20572024-12-20T21:19:42.322Z Checking clap_builder v4.5.21
20582024-12-20T21:19:42.855Z Checking cookie_store v0.21.0
20592024-12-20T21:19:43.545Z Checking flate2 v1.0.34
20602024-12-20T21:19:43.814Z Checking hyper-rustls v0.27.3
20612024-12-20T21:19:44.110Z Checking backtrace v0.3.74
20622024-12-20T21:19:44.188Z Checking hyper-tls v0.6.0
20632024-12-20T21:19:44.203Z Checking signal-hook-mio v0.2.4
20642024-12-20T21:19:44.283Z Checking elliptic-curve v0.13.8
20652024-12-20T21:19:44.332Z Checking rayon v1.10.0
20662024-12-20T21:19:44.478Z Checking bzip2 v0.4.4
20672024-12-20T21:19:44.503Z Checking hickory-resolver v0.24.1
20682024-12-20T21:19:44.643Z Checking dropshot v0.12.0
20692024-12-20T21:19:44.661Z Checking anyhow v1.0.93
20702024-12-20T21:19:44.759Z Checking phf v0.11.2
20712024-12-20T21:19:44.898Z Checking num-bigint-dig v0.8.4
20722024-12-20T21:19:45.011Z Checking postgres-types v0.2.8
20732024-12-20T21:19:45.027Z Checking tokio-tungstenite v0.24.0
20742024-12-20T21:19:45.122Z Checking toml_edit v0.19.15
20752024-12-20T21:19:45.305Z Checking bstr v1.10.0
20762024-12-20T21:19:45.508Z Checking regex v1.11.1
20772024-12-20T21:19:45.742Z Checking ed25519 v2.2.3
20782024-12-20T21:19:46.065Z Checking tokio-stream v0.1.16
20792024-12-20T21:19:46.145Z Checking phf_shared v0.10.0
20802024-12-20T21:19:46.176Z Checking curve25519-dalek v4.1.3
20812024-12-20T21:19:46.260Z Checking zerocopy v0.6.6
20822024-12-20T21:19:46.442Z Checking pkcs1 v0.7.5
20832024-12-20T21:19:46.871Z Checking hubpack v0.1.2
20842024-12-20T21:19:46.948Z Checking portable-atomic v1.9.0
20852024-12-20T21:19:47.031Z Checking float-cmp v0.9.0
20862024-12-20T21:19:47.096Z Checking serde-big-array v0.5.1
20872024-12-20T21:19:47.183Z Checking rfc6979 v0.4.0
20882024-12-20T21:19:47.210Z Checking sync_wrapper v1.0.1
20892024-12-20T21:19:47.318Z Checking minimal-lexical v0.2.1
20902024-12-20T21:19:47.352Z Checking number_prefix v0.4.0
20912024-12-20T21:19:47.368Z Checking difflib v0.4.0
20922024-12-20T21:19:47.553Z Checking whoami v1.5.2
20932024-12-20T21:19:47.692Z Checking normalize-line-endings v0.3.0
20942024-12-20T21:19:47.728Z Checking precomputed-hash v0.1.1
20952024-12-20T21:19:47.763Z Checking predicates-core v1.0.8
20962024-12-20T21:19:47.794Z Checking fixedbitset v0.4.2
20972024-12-20T21:19:47.817Z Checking bit-vec v0.6.3
20982024-12-20T21:19:47.853Z Checking unicode-segmentation v1.12.0
20992024-12-20T21:19:47.904Z Checking static_assertions v1.1.0
21002024-12-20T21:19:47.976Z Checking unicode-width v0.2.0
21012024-12-20T21:19:47.990Z Checking new_debug_unreachable v1.0.6
21022024-12-20T21:19:48.025Z Checking petgraph v0.6.5
21032024-12-20T21:19:48.064Z Checking ed25519-dalek v2.1.1
21042024-12-20T21:19:48.113Z Checking string_cache v0.8.7
21052024-12-20T21:19:48.164Z Checking bit-set v0.5.3
21062024-12-20T21:19:48.239Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21072024-12-20T21:19:48.250Z Checking qorb v0.2.1
21082024-12-20T21:19:48.373Z Checking predicates v3.1.2
21092024-12-20T21:19:48.415Z Checking tokio-postgres v0.7.12
21102024-12-20T21:19:48.427Z Checking indicatif v0.17.9
21112024-12-20T21:19:48.438Z Checking nom v7.1.3
21122024-12-20T21:19:48.502Z Checking similar v2.6.0
21132024-12-20T21:19:49.003Z Checking toml v0.7.8
21142024-12-20T21:19:49.195Z Checking ecdsa v0.16.9
21152024-12-20T21:19:49.343Z Checking reqwest v0.12.9
21162024-12-20T21:19:49.752Z Checking rsa v0.9.6
21172024-12-20T21:19:49.923Z Checking clap v4.5.21
21182024-12-20T21:19:50.041Z Checking zip v0.6.6
21192024-12-20T21:19:50.759Z Checking crossterm v0.28.1
21202024-12-20T21:19:50.813Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21212024-12-20T21:19:50.836Z Checking itertools v0.10.5
21222024-12-20T21:19:50.853Z Checking fs-err v2.11.0
21232024-12-20T21:19:51.258Z Checking ahash v0.8.11
21242024-12-20T21:19:51.314Z Checking x509-cert v0.2.5
21252024-12-20T21:19:51.336Z Checking semver v1.0.23
21262024-12-20T21:19:51.422Z Checking hex v0.4.3
21272024-12-20T21:19:51.569Z Checking lalrpop-util v0.19.12
21282024-12-20T21:19:51.710Z Checking heck v0.4.1
21292024-12-20T21:19:51.833Z Checking peg-runtime v0.8.3
21302024-12-20T21:19:51.865Z Checking sigpipe v0.1.3
21312024-12-20T21:19:53.072Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21322024-12-20T21:19:53.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.51s
21332024-12-20T21:19:53.552Z
21342024-12-20T21:19:53.553Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175)
21352024-12-20T21:19:54.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362024-12-20T21:19:54.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372024-12-20T21:19:54.223Z Compiling hashbrown v0.14.5
21382024-12-20T21:19:54.343Z Checking heck v0.5.0
21392024-12-20T21:19:54.356Z Compiling unsafe-libyaml v0.2.11
21402024-12-20T21:19:54.370Z Compiling ident_case v1.0.1
21412024-12-20T21:19:54.384Z Checking progenitor-client v0.8.0
21422024-12-20T21:19:54.401Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21432024-12-20T21:19:54.414Z Compiling proc-macro-crate v1.3.1
21442024-12-20T21:19:54.501Z Compiling darling_core v0.20.10
21452024-12-20T21:19:54.542Z Checking ipnetwork v0.20.0
21462024-12-20T21:19:54.738Z Compiling structmeta-derive v0.3.0
21472024-12-20T21:19:54.757Z Compiling newtype-uuid v1.1.3
21482024-12-20T21:19:54.917Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21492024-12-20T21:19:55.076Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21502024-12-20T21:19:55.204Z Compiling lzma-sys v0.1.20
21512024-12-20T21:19:55.432Z Compiling foreign-types-macros v0.2.3
21522024-12-20T21:19:55.515Z Compiling num_enum_derive v0.5.11
21532024-12-20T21:19:55.525Z Checking regress v0.10.1
21542024-12-20T21:19:55.988Z Compiling serde_yaml v0.9.34+deprecated
21552024-12-20T21:19:56.266Z Compiling dropshot v0.13.0
21562024-12-20T21:19:56.539Z Checking arc-swap v1.7.1
21572024-12-20T21:19:56.743Z Checking foreign-types-shared v0.3.1
21582024-12-20T21:19:56.858Z Checking foreign-types v0.5.0
21592024-12-20T21:19:56.971Z Checking slog-scope v4.4.0
21602024-12-20T21:19:57.090Z Compiling proc-macro-error v1.0.4
21612024-12-20T21:19:57.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21622024-12-20T21:19:57.764Z Checking tungstenite v0.21.0
21632024-12-20T21:19:57.775Z Compiling structmeta v0.3.0
21642024-12-20T21:19:57.849Z Compiling heck v0.3.3
21652024-12-20T21:19:58.129Z Checking num_enum v0.5.11
21662024-12-20T21:19:58.232Z Compiling parse-display-derive v0.10.0
21672024-12-20T21:19:58.269Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21682024-12-20T21:19:58.285Z Compiling dropshot_endpoint v0.13.0
21692024-12-20T21:19:58.723Z Checking cstr-argument v0.1.2
21702024-12-20T21:19:58.902Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712024-12-20T21:19:59.099Z Checking typify-impl v0.2.0
21722024-12-20T21:19:59.113Z Checking instant v0.1.13
21732024-12-20T21:19:59.231Z Checking base64 v0.21.7
21742024-12-20T21:19:59.699Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21752024-12-20T21:19:59.972Z Checking fastrand v2.1.1
21762024-12-20T21:20:00.243Z Checking pretty-hex v0.2.1
21772024-12-20T21:20:00.313Z Checking tempfile v3.13.0
21782024-12-20T21:20:00.395Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21792024-12-20T21:20:00.669Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21802024-12-20T21:20:00.689Z Checking backoff v0.4.0
21812024-12-20T21:20:00.702Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21822024-12-20T21:20:00.846Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21832024-12-20T21:20:00.857Z Checking tokio-tungstenite v0.21.0
21842024-12-20T21:20:01.064Z Checking strum v0.26.3
21852024-12-20T21:20:01.260Z Compiling zone_cfg_derive v0.1.2
21862024-12-20T21:20:01.375Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21872024-12-20T21:20:01.476Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21882024-12-20T21:20:01.634Z Compiling darling_macro v0.20.10
21892024-12-20T21:20:01.709Z Checking slog-stdlog v4.1.1
21902024-12-20T21:20:01.869Z Checking regress v0.9.1
21912024-12-20T21:20:01.907Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21922024-12-20T21:20:01.949Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21932024-12-20T21:20:02.005Z Checking colored v2.1.0
21942024-12-20T21:20:02.303Z Checking macaddr v1.0.1
21952024-12-20T21:20:02.395Z Checking base64 v0.13.1
21962024-12-20T21:20:02.628Z Compiling darling v0.20.10
21972024-12-20T21:20:02.723Z Compiling serde_with_macros v3.11.0
21982024-12-20T21:20:02.723Z Checking ron v0.7.1
21992024-12-20T21:20:02.796Z Checking zone v0.1.8
22002024-12-20T21:20:02.903Z Checking parse-display v0.10.0
22012024-12-20T21:20:03.104Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22022024-12-20T21:20:03.386Z Checking xz2 v0.1.7
22032024-12-20T21:20:03.570Z Checking slog-envlogger v2.2.0
22042024-12-20T21:20:03.765Z Checking tabwriter v1.4.0
22052024-12-20T21:20:03.815Z Checking xattr v1.3.1
22062024-12-20T21:20:03.839Z Checking pem v3.0.4
22072024-12-20T21:20:03.960Z Checking yasna v0.5.2
22082024-12-20T21:20:04.024Z Checking headers-core v0.3.0
22092024-12-20T21:20:04.085Z Checking smf v0.2.3
22102024-12-20T21:20:04.143Z Checking filetime v0.2.25
22112024-12-20T21:20:04.364Z Checking same-file v1.0.6
22122024-12-20T21:20:04.503Z Checking tar v0.4.42
22132024-12-20T21:20:04.515Z Checking walkdir v2.5.0
22142024-12-20T21:20:04.542Z Checking headers v0.4.0
22152024-12-20T21:20:04.781Z Checking camino-tempfile v1.1.1
22162024-12-20T21:20:04.784Z Checking rcgen v0.12.1
22172024-12-20T21:20:05.419Z Checking atomicwrites v0.4.4
22182024-12-20T21:20:05.438Z Checking subprocess v0.2.9
22192024-12-20T21:20:05.464Z Checking serde_with v3.11.0
22202024-12-20T21:20:09.503Z Compiling typify-macro v0.2.0
22212024-12-20T21:20:11.350Z Compiling typify v0.2.0
22222024-12-20T21:20:11.418Z Compiling progenitor-impl v0.8.0
22232024-12-20T21:20:14.587Z Compiling progenitor-macro v0.8.0
22242024-12-20T21:20:19.329Z Checking progenitor v0.8.0
22252024-12-20T21:20:19.484Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22262024-12-20T21:20:19.484Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22272024-12-20T21:20:22.154Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22282024-12-20T21:20:22.522Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22292024-12-20T21:20:28.895Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22302024-12-20T21:20:30.559Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22312024-12-20T21:20:31.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.24s
22322024-12-20T21:20:31.982Z
22332024-12-20T21:20:31.982Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175)
22342024-12-20T21:20:32.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-12-20T21:20:32.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-12-20T21:20:32.649Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22372024-12-20T21:20:34.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
22382024-12-20T21:20:34.250Z
22392024-12-20T21:20:34.250Zinfo: running `cargo check --bins` on nexus-config (31/175)
22402024-12-20T21:20:34.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-12-20T21:20:34.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-12-20T21:20:34.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-12-20T21:20:34.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22442024-12-20T21:20:34.895Z
22452024-12-20T21:20:34.895Zinfo: running `cargo check --bins` on omicron-rpaths (32/175)
22462024-12-20T21:20:35.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-12-20T21:20:35.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-12-20T21:20:35.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492024-12-20T21:20:35.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22502024-12-20T21:20:35.520Z
22512024-12-20T21:20:35.520Zinfo: running `cargo check --bins` on omicron-certificates (33/175)
22522024-12-20T21:20:36.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532024-12-20T21:20:36.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542024-12-20T21:20:36.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552024-12-20T21:20:36.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22562024-12-20T21:20:36.150Z
22572024-12-20T21:20:36.150Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/175)
22582024-12-20T21:20:36.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592024-12-20T21:20:36.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602024-12-20T21:20:36.848Z Compiling zerocopy v0.8.10
22612024-12-20T21:20:36.849Z Compiling progenitor-client v0.8.0
22622024-12-20T21:20:36.849Z Compiling itertools v0.13.0
22632024-12-20T21:20:36.851Z Compiling zerocopy-derive v0.8.10
22642024-12-20T21:20:36.851Z Compiling heapless v0.8.0
22652024-12-20T21:20:36.851Z Compiling newtype-uuid v1.1.3
22662024-12-20T21:20:36.851Z Compiling ipnetwork v0.20.0
22672024-12-20T21:20:36.852Z Checking hash32 v0.3.1
22682024-12-20T21:20:37.163Z Compiling instant v0.1.13
22692024-12-20T21:20:37.307Z Compiling smoltcp v0.11.0
22702024-12-20T21:20:37.323Z Compiling progenitor v0.8.0
22712024-12-20T21:20:37.431Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22722024-12-20T21:20:37.574Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22732024-12-20T21:20:37.886Z Compiling backoff v0.4.0
22742024-12-20T21:20:37.900Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22752024-12-20T21:20:38.002Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22762024-12-20T21:20:38.180Z Compiling dropshot v0.13.0
22772024-12-20T21:20:38.207Z Compiling serde_with v3.11.0
22782024-12-20T21:20:38.223Z Compiling parse-display v0.10.0
22792024-12-20T21:20:38.261Z Checking num-rational v0.4.2
22802024-12-20T21:20:38.757Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22812024-12-20T21:20:38.921Z Compiling regress v0.9.1
22822024-12-20T21:20:38.937Z Compiling phf_generator v0.11.2
22832024-12-20T21:20:39.121Z Checking num-complex v0.4.6
22842024-12-20T21:20:40.171Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22852024-12-20T21:20:40.777Z Compiling macaddr v1.0.1
22862024-12-20T21:20:41.216Z Checking cobs v0.2.3
22872024-12-20T21:20:41.270Z Compiling num v0.4.3
22882024-12-20T21:20:41.403Z Checking postcard v1.0.10
22892024-12-20T21:20:41.488Z Compiling phf_codegen v0.11.2
22902024-12-20T21:20:41.988Z Compiling parse-zoneinfo v0.3.1
22912024-12-20T21:20:42.244Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22922024-12-20T21:20:42.533Z Checking float-ord v0.3.2
22932024-12-20T21:20:42.680Z Compiling convert_case v0.4.0
22942024-12-20T21:20:43.138Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952024-12-20T21:20:43.676Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22962024-12-20T21:20:43.969Z Compiling derive_more v0.99.18
22972024-12-20T21:20:44.010Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22982024-12-20T21:20:44.151Z Compiling chrono-tz-build v0.4.0
22992024-12-20T21:20:44.897Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23002024-12-20T21:20:45.659Z Compiling crucible-workspace-hack v0.1.0
23012024-12-20T21:20:45.808Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23022024-12-20T21:20:45.808Z Compiling thiserror v2.0.3
23032024-12-20T21:20:45.978Z Compiling chrono-tz v0.10.0
23042024-12-20T21:20:46.136Z Checking newline-converter v0.3.0
23052024-12-20T21:20:46.643Z Checking prettyplease v0.2.25
23062024-12-20T21:20:46.820Z Compiling thiserror-impl v2.0.3
23072024-12-20T21:20:47.412Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23082024-12-20T21:20:47.722Z Compiling slog-dtrace v0.3.0
23092024-12-20T21:20:47.740Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23102024-12-20T21:20:47.912Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23112024-12-20T21:20:48.161Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23122024-12-20T21:20:48.953Z Checking expectorate v1.1.0
23132024-12-20T21:20:48.982Z Compiling zone_cfg_derive v0.3.0
23142024-12-20T21:20:49.223Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23152024-12-20T21:20:49.245Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23162024-12-20T21:20:49.600Z Compiling const_format_proc_macros v0.2.33
23172024-12-20T21:20:50.043Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23182024-12-20T21:20:50.390Z Compiling num-derive v0.4.2
23192024-12-20T21:20:50.465Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23202024-12-20T21:20:50.485Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23212024-12-20T21:20:50.716Z Checking highway v1.2.0
23222024-12-20T21:20:50.784Z Checking zone v0.3.0
23232024-12-20T21:20:51.172Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23242024-12-20T21:20:51.274Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23252024-12-20T21:20:51.808Z Checking const_format v0.2.33
23262024-12-20T21:20:51.978Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23272024-12-20T21:20:52.008Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23282024-12-20T21:20:52.037Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23292024-12-20T21:20:52.273Z Checking gethostname v0.5.0
23302024-12-20T21:20:52.840Z Checking bcs v0.1.6
23312024-12-20T21:20:52.861Z Compiling async-recursion v1.1.1
23322024-12-20T21:20:52.861Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23332024-12-20T21:20:53.633Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23342024-12-20T21:20:54.210Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23352024-12-20T21:21:00.025Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23362024-12-20T21:21:03.344Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23372024-12-20T21:21:05.978Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23382024-12-20T21:21:07.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.04s
23392024-12-20T21:21:07.380Z
23402024-12-20T21:21:07.380Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/175)
23412024-12-20T21:21:07.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-12-20T21:21:07.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-12-20T21:21:07.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-12-20T21:21:07.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23452024-12-20T21:21:08.011Z
23462024-12-20T21:21:08.011Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/175)
23472024-12-20T21:21:08.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-12-20T21:21:08.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-12-20T21:21:08.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502024-12-20T21:21:08.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23512024-12-20T21:21:08.643Z
23522024-12-20T21:21:08.643Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/175)
23532024-12-20T21:21:09.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-12-20T21:21:09.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-12-20T21:21:09.305Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23562024-12-20T21:21:09.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
23572024-12-20T21:21:10.115Z
23582024-12-20T21:21:10.115Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175)
23592024-12-20T21:21:10.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602024-12-20T21:21:10.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612024-12-20T21:21:10.786Z Compiling cfg_aliases v0.1.1
23622024-12-20T21:21:10.789Z Compiling vte_generate_state_changes v0.1.2
23632024-12-20T21:21:10.789Z Checking fd-lock v4.0.2
23642024-12-20T21:21:10.789Z Checking nibble_vec v0.1.0
23652024-12-20T21:21:10.789Z Checking bytecount v0.6.8
23662024-12-20T21:21:10.789Z Checking endian-type v0.1.2
23672024-12-20T21:21:10.922Z Compiling tabled_derive v0.7.0
23682024-12-20T21:21:10.932Z Checking itertools v0.12.1
23692024-12-20T21:21:10.969Z Compiling nix v0.28.0
23702024-12-20T21:21:11.019Z Checking papergrid v0.11.0
23712024-12-20T21:21:11.087Z Compiling peg-macros v0.8.4
23722024-12-20T21:21:11.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23732024-12-20T21:21:11.113Z Checking radix_trie v0.2.1
23742024-12-20T21:21:11.495Z Checking vte v0.11.1
23752024-12-20T21:21:11.514Z Compiling sqlparser_derive v0.2.2
23762024-12-20T21:21:12.297Z Checking unicode_categories v0.1.1
23772024-12-20T21:21:12.494Z Checking home v0.5.9
23782024-12-20T21:21:12.584Z Checking nu-ansi-term v0.50.1
23792024-12-20T21:21:12.617Z Checking sqlparser v0.45.0
23802024-12-20T21:21:12.638Z Checking sqlformat v0.2.6
23812024-12-20T21:21:12.911Z Checking strip-ansi-escapes v0.2.0
23822024-12-20T21:21:13.005Z Checking display-error-chain v0.2.2
23832024-12-20T21:21:13.477Z Checking tabled v0.15.0
23842024-12-20T21:21:13.500Z Checking reedline v0.35.0
23852024-12-20T21:21:14.224Z Checking rustyline v14.0.0
23862024-12-20T21:21:14.259Z Checking peg v0.8.4
23872024-12-20T21:21:23.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.06s
23882024-12-20T21:21:23.362Z
23892024-12-20T21:21:23.362Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175)
23902024-12-20T21:21:23.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-12-20T21:21:23.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-12-20T21:21:24.053Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-12-20T21:21:29.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
23942024-12-20T21:21:29.316Z
23952024-12-20T21:21:29.316Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175)
23962024-12-20T21:21:29.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-12-20T21:21:29.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-12-20T21:21:30.018Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-12-20T21:21:33.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
24002024-12-20T21:21:34.015Z
24012024-12-20T21:21:34.015Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175)
24022024-12-20T21:21:34.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-12-20T21:21:34.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-12-20T21:21:34.698Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-12-20T21:21:39.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
24062024-12-20T21:21:39.688Z
24072024-12-20T21:21:39.688Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175)
24082024-12-20T21:21:40.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-12-20T21:21:40.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-12-20T21:21:40.370Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-12-20T21:21:45.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
24122024-12-20T21:21:45.399Z
24132024-12-20T21:21:45.399Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175)
24142024-12-20T21:21:45.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-12-20T21:21:45.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-12-20T21:21:46.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-12-20T21:21:50.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
24182024-12-20T21:21:50.235Z
24192024-12-20T21:21:50.235Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175)
24202024-12-20T21:21:50.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-12-20T21:21:50.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-12-20T21:21:50.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24232024-12-20T21:21:54.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
24242024-12-20T21:21:55.130Z
24252024-12-20T21:21:55.130Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175)
24262024-12-20T21:21:55.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-12-20T21:21:55.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-12-20T21:21:55.829Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24292024-12-20T21:22:00.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
24302024-12-20T21:22:00.954Z
24312024-12-20T21:22:00.954Zinfo: running `cargo check --bins` on oximeter (46/175)
24322024-12-20T21:22:01.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-12-20T21:22:01.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-12-20T21:22:01.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-12-20T21:22:01.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24362024-12-20T21:22:01.582Z
24372024-12-20T21:22:01.582Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/175)
24382024-12-20T21:22:02.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-12-20T21:22:02.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-12-20T21:22:02.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-12-20T21:22:02.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24422024-12-20T21:22:02.207Z
24432024-12-20T21:22:02.207Zinfo: running `cargo check --bins` on oximeter-schema (48/175)
24442024-12-20T21:22:02.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-12-20T21:22:02.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-12-20T21:22:02.846Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24472024-12-20T21:22:03.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24482024-12-20T21:22:03.460Z
24492024-12-20T21:22:03.460Zinfo: running `cargo check --bins` on oximeter-types (49/175)
24502024-12-20T21:22:04.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-12-20T21:22:04.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-12-20T21:22:04.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-12-20T21:22:04.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24542024-12-20T21:22:04.094Z
24552024-12-20T21:22:04.094Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/175)
24562024-12-20T21:22:04.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-12-20T21:22:04.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-12-20T21:22:04.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-12-20T21:22:04.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24602024-12-20T21:22:04.733Z
24612024-12-20T21:22:04.733Zinfo: running `cargo check --bins` on oxql-types (51/175)
24622024-12-20T21:22:05.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-12-20T21:22:05.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-12-20T21:22:05.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-12-20T21:22:05.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24662024-12-20T21:22:05.364Z
24672024-12-20T21:22:05.364Zinfo: running `cargo check --bins` on oximeter-test-utils (52/175)
24682024-12-20T21:22:05.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-12-20T21:22:05.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-12-20T21:22:05.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-12-20T21:22:05.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24722024-12-20T21:22:06.022Z
24732024-12-20T21:22:06.022Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/175)
24742024-12-20T21:22:06.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-12-20T21:22:06.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-12-20T21:22:06.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-12-20T21:22:06.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24782024-12-20T21:22:06.660Z
24792024-12-20T21:22:06.660Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/175)
24802024-12-20T21:22:07.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-12-20T21:22:07.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-12-20T21:22:07.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-12-20T21:22:07.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24842024-12-20T21:22:07.305Z
24852024-12-20T21:22:07.306Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175)
24862024-12-20T21:22:07.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-12-20T21:22:08.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-12-20T21:22:08.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-12-20T21:22:08.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24902024-12-20T21:22:08.054Z
24912024-12-20T21:22:08.054Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/175)
24922024-12-20T21:22:08.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-12-20T21:22:08.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-12-20T21:22:08.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-12-20T21:22:08.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24962024-12-20T21:22:08.583Z
24972024-12-20T21:22:08.583Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/175)
24982024-12-20T21:22:09.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-12-20T21:22:09.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-12-20T21:22:09.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-12-20T21:22:09.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25022024-12-20T21:22:09.214Z
25032024-12-20T21:22:09.214Zinfo: running `cargo check --bins` on cockroach-admin-client (58/175)
25042024-12-20T21:22:09.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-12-20T21:22:09.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-12-20T21:22:09.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-12-20T21:22:09.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25082024-12-20T21:22:09.834Z
25092024-12-20T21:22:09.834Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/175)
25102024-12-20T21:22:10.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-12-20T21:22:10.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-12-20T21:22:10.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-12-20T21:22:10.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25142024-12-20T21:22:10.487Z
25152024-12-20T21:22:10.487Zinfo: running `cargo check --bins` on dns-service-client (60/175)
25162024-12-20T21:22:11.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-12-20T21:22:11.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-12-20T21:22:11.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-12-20T21:22:11.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25202024-12-20T21:22:11.116Z
25212024-12-20T21:22:11.116Zinfo: running `cargo check --bins` on internal-dns-types (61/175)
25222024-12-20T21:22:11.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-12-20T21:22:11.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-12-20T21:22:11.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-12-20T21:22:11.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25262024-12-20T21:22:11.739Z
25272024-12-20T21:22:11.739Zinfo: running `cargo check --bins` on dpd-client (62/175)
25282024-12-20T21:22:12.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-12-20T21:22:12.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-12-20T21:22:12.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-12-20T21:22:12.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25322024-12-20T21:22:12.358Z
25332024-12-20T21:22:12.358Zinfo: running `cargo check --bins` on gateway-client (63/175)
25342024-12-20T21:22:12.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-12-20T21:22:12.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-12-20T21:22:12.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-12-20T21:22:12.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25382024-12-20T21:22:12.967Z
25392024-12-20T21:22:12.967Zinfo: running `cargo check --bins` on installinator-client (64/175)
25402024-12-20T21:22:13.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-12-20T21:22:13.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-12-20T21:22:13.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-12-20T21:22:13.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25442024-12-20T21:22:13.605Z
25452024-12-20T21:22:13.605Zinfo: running `cargo check --bins` on installinator-common (65/175)
25462024-12-20T21:22:14.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-12-20T21:22:14.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-12-20T21:22:14.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-12-20T21:22:14.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25502024-12-20T21:22:14.248Z
25512024-12-20T21:22:14.248Zinfo: running `cargo check --bins` on update-engine (66/175)
25522024-12-20T21:22:14.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-12-20T21:22:14.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-12-20T21:22:14.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-12-20T21:22:14.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25562024-12-20T21:22:14.874Z
25572024-12-20T21:22:14.874Zinfo: running `cargo check --bins` on nexus-client (67/175)
25582024-12-20T21:22:15.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-12-20T21:22:15.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-12-20T21:22:15.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-12-20T21:22:15.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25622024-12-20T21:22:15.550Z
25632024-12-20T21:22:15.550Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/175)
25642024-12-20T21:22:16.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-12-20T21:22:16.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-12-20T21:22:16.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-12-20T21:22:16.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25682024-12-20T21:22:16.179Z
25692024-12-20T21:22:16.179Zinfo: running `cargo check --bins` on omicron-passwords (69/175)
25702024-12-20T21:22:16.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-12-20T21:22:16.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-12-20T21:22:16.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-12-20T21:22:16.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25742024-12-20T21:22:16.778Z
25752024-12-20T21:22:16.778Zinfo: running `cargo check --bins` on nexus-types (70/175)
25762024-12-20T21:22:17.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-12-20T21:22:17.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-12-20T21:22:17.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-12-20T21:22:17.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25802024-12-20T21:22:17.425Z
25812024-12-20T21:22:17.425Zinfo: running `cargo check --bins` on oxide-client (71/175)
25822024-12-20T21:22:17.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-12-20T21:22:17.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-12-20T21:22:17.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-12-20T21:22:17.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25862024-12-20T21:22:18.038Z
25872024-12-20T21:22:18.038Zinfo: running `cargo check --bins` on oximeter-client (72/175)
25882024-12-20T21:22:18.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-12-20T21:22:18.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-12-20T21:22:18.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-12-20T21:22:18.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25922024-12-20T21:22:18.660Z
25932024-12-20T21:22:18.660Zinfo: running `cargo check --bins` on repo-depot-client (73/175)
25942024-12-20T21:22:19.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-12-20T21:22:19.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-12-20T21:22:19.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-12-20T21:22:19.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25982024-12-20T21:22:19.271Z
25992024-12-20T21:22:19.271Zinfo: running `cargo check --bins` on sled-agent-client (74/175)
26002024-12-20T21:22:19.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-12-20T21:22:19.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-12-20T21:22:19.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-12-20T21:22:19.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26042024-12-20T21:22:20.004Z
26052024-12-20T21:22:20.004Zinfo: running `cargo check --bins` on wicketd-client (75/175)
26062024-12-20T21:22:20.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-12-20T21:22:20.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-12-20T21:22:20.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-12-20T21:22:20.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26102024-12-20T21:22:20.899Z
26112024-12-20T21:22:20.900Zinfo: running `cargo check --bins` on sled-agent-types (76/175)
26122024-12-20T21:22:21.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-12-20T21:22:21.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-12-20T21:22:21.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-12-20T21:22:21.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26162024-12-20T21:22:21.277Z
26172024-12-20T21:22:21.277Zinfo: running `cargo check --bins` on wicket-common (77/175)
26182024-12-20T21:22:21.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-12-20T21:22:21.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-12-20T21:22:21.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-12-20T21:22:21.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26222024-12-20T21:22:21.903Z
26232024-12-20T21:22:21.903Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/175)
26242024-12-20T21:22:22.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-12-20T21:22:22.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-12-20T21:22:22.572Z Checking csv-core v0.1.11
26272024-12-20T21:22:22.572Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26282024-12-20T21:22:22.576Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26292024-12-20T21:22:22.898Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26302024-12-20T21:22:22.910Z Checking csv v1.3.0
26312024-12-20T21:22:23.475Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26322024-12-20T21:22:23.811Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26332024-12-20T21:22:25.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
26342024-12-20T21:22:25.261Z
26352024-12-20T21:22:25.261Zinfo: running `cargo check --bins` on cockroach-admin-api (79/175)
26362024-12-20T21:22:25.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-12-20T21:22:25.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-12-20T21:22:25.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-12-20T21:22:25.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26402024-12-20T21:22:25.956Z
26412024-12-20T21:22:25.957Zinfo: running `cargo check --bins` on cockroach-admin-types (80/175)
26422024-12-20T21:22:26.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-12-20T21:22:26.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-12-20T21:22:26.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-12-20T21:22:26.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26462024-12-20T21:22:26.545Z
26472024-12-20T21:22:26.545Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175)
26482024-12-20T21:22:27.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-12-20T21:22:27.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-12-20T21:22:27.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-12-20T21:22:27.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26522024-12-20T21:22:27.668Z
26532024-12-20T21:22:27.668Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175)
26542024-12-20T21:22:27.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-12-20T21:22:27.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-12-20T21:22:27.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572024-12-20T21:22:27.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26582024-12-20T21:22:28.013Z
26592024-12-20T21:22:28.013Zinfo: running `cargo check --bins` on dns-server (83/175)
26602024-12-20T21:22:28.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-12-20T21:22:28.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-12-20T21:22:28.663Z Compiling parking_lot_core v0.8.6
26632024-12-20T21:22:28.663Z Checking fxhash v0.2.1
26642024-12-20T21:22:28.666Z Checking hickory-server v0.24.1
26652024-12-20T21:22:28.666Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26662024-12-20T21:22:28.666Z Checking hickory-client v0.24.1
26672024-12-20T21:22:29.379Z Checking parking_lot v0.11.2
26682024-12-20T21:22:29.476Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26692024-12-20T21:22:29.476Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26702024-12-20T21:22:29.611Z Checking sled v0.34.7
26712024-12-20T21:22:31.425Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26722024-12-20T21:22:32.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
26732024-12-20T21:22:32.851Z
26742024-12-20T21:22:32.851Zinfo: running `cargo check --bins` on dns-server-api (84/175)
26752024-12-20T21:22:33.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-12-20T21:22:33.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-12-20T21:22:33.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-12-20T21:22:33.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26792024-12-20T21:22:33.494Z
26802024-12-20T21:22:33.494Zinfo: running `cargo check --bins` on gateway-test-utils (85/175)
26812024-12-20T21:22:34.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-12-20T21:22:34.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-12-20T21:22:34.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-12-20T21:22:34.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26852024-12-20T21:22:34.185Z
26862024-12-20T21:22:34.185Zinfo: running `cargo check --bins` on gateway-types (86/175)
26872024-12-20T21:22:34.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-12-20T21:22:34.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-12-20T21:22:34.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-12-20T21:22:34.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26912024-12-20T21:22:34.824Z
26922024-12-20T21:22:34.824Zinfo: running `cargo check --bins` on ipcc (87/175)
26932024-12-20T21:22:35.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-12-20T21:22:35.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-12-20T21:22:35.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-12-20T21:22:35.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26972024-12-20T21:22:35.468Z
26982024-12-20T21:22:35.468Zinfo: running `cargo check --bins` on omicron-gateway (88/175)
26992024-12-20T21:22:36.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-12-20T21:22:36.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-12-20T21:22:36.181Z Compiling radium v0.7.0
27022024-12-20T21:22:36.181Z Compiling semver v0.1.20
27032024-12-20T21:22:36.286Z Checking tap v1.0.1
27042024-12-20T21:22:36.297Z Compiling maybe-uninit v2.0.0
27052024-12-20T21:22:36.317Z Checking password-hash v0.5.0
27062024-12-20T21:22:36.319Z Checking blake2 v0.10.6
27072024-12-20T21:22:36.319Z Checking crc-catalog v2.4.0
27082024-12-20T21:22:36.319Z Compiling cancel-safe-futures v0.1.5
27092024-12-20T21:22:36.451Z Checking wyz v0.5.1
27102024-12-20T21:22:36.707Z Compiling rustc_version v0.1.7
27112024-12-20T21:22:36.753Z Checking funty v2.0.0
27122024-12-20T21:22:36.755Z Compiling owo-colors v4.1.0
27132024-12-20T21:22:36.755Z Compiling packed_struct v0.10.1
27142024-12-20T21:22:36.795Z Checking argon2 v0.5.3
27152024-12-20T21:22:36.895Z Checking crc v3.2.1
27162024-12-20T21:22:36.959Z Compiling packed_struct_codegen v0.10.1
27172024-12-20T21:22:37.107Z Checking half v2.4.1
27182024-12-20T21:22:37.129Z Compiling indexmap v1.9.3
27192024-12-20T21:22:37.205Z Compiling newtype_derive v0.1.6
27202024-12-20T21:22:37.248Z Checking ciborium-io v0.2.2
27212024-12-20T21:22:37.339Z Checking nodrop v0.1.14
27222024-12-20T21:22:37.380Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27232024-12-20T21:22:37.467Z Checking array-init v0.0.4
27242024-12-20T21:22:37.470Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27252024-12-20T21:22:37.540Z Checking ciborium-ll v0.2.2
27262024-12-20T21:22:37.669Z Checking bitvec v1.0.1
27272024-12-20T21:22:37.686Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27282024-12-20T21:22:37.780Z Checking smallvec v0.6.14
27292024-12-20T21:22:37.825Z Checking libsw v3.3.1
27302024-12-20T21:22:38.100Z Compiling memoffset v0.9.1
27312024-12-20T21:22:38.142Z Checking bitfield v0.14.0
27322024-12-20T21:22:38.185Z Checking swrite v0.1.0
27332024-12-20T21:22:38.308Z Checking indent_write v2.2.0
27342024-12-20T21:22:38.408Z Checking termcolor v1.4.1
27352024-12-20T21:22:38.424Z Checking linear-map v1.2.0
27362024-12-20T21:22:38.441Z Checking hashbrown v0.12.3
27372024-12-20T21:22:38.457Z Checking ron v0.8.1
27382024-12-20T21:22:38.491Z Checking serde-hex v0.1.0
27392024-12-20T21:22:38.744Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27402024-12-20T21:22:38.853Z Checking env_logger v0.10.2
27412024-12-20T21:22:39.293Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27422024-12-20T21:22:39.408Z Checking ciborium v0.2.2
27432024-12-20T21:22:39.802Z Checking steno v0.4.1
27442024-12-20T21:22:39.940Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27452024-12-20T21:22:40.208Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27462024-12-20T21:22:40.226Z Checking hashbrown v0.13.2
27472024-12-20T21:22:40.392Z Checking crc-any v2.5.0
27482024-12-20T21:22:40.412Z Checking humantime v2.1.0
27492024-12-20T21:22:40.720Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27502024-12-20T21:22:40.781Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27512024-12-20T21:22:41.173Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27522024-12-20T21:22:41.306Z Checking path-slash v0.1.5
27532024-12-20T21:22:41.335Z Checking object v0.30.4
27542024-12-20T21:22:41.459Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27552024-12-20T21:22:41.562Z Checking nix v0.27.1
27562024-12-20T21:22:42.170Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27572024-12-20T21:22:42.268Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582024-12-20T21:22:42.467Z Checking tungstenite v0.23.0
27592024-12-20T21:22:42.506Z Checking kstat-rs v0.2.4
27602024-12-20T21:22:42.878Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27612024-12-20T21:22:42.930Z Checking signal-hook-tokio v0.3.1
27622024-12-20T21:22:43.260Z Checking tokio-tungstenite v0.23.1
27632024-12-20T21:22:44.010Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27642024-12-20T21:22:44.320Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27652024-12-20T21:22:44.323Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27662024-12-20T21:22:51.052Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27672024-12-20T21:22:52.355Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27682024-12-20T21:22:55.195Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27692024-12-20T21:23:01.062Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27702024-12-20T21:23:01.770Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712024-12-20T21:23:04.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.13s
27722024-12-20T21:23:04.799Z
27732024-12-20T21:23:04.799Zinfo: running `cargo check --bins` on gateway-api (89/175)
27742024-12-20T21:23:05.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-12-20T21:23:05.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-12-20T21:23:05.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-12-20T21:23:05.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27782024-12-20T21:23:05.427Z
27792024-12-20T21:23:05.427Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175)
27802024-12-20T21:23:05.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-12-20T21:23:05.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-12-20T21:23:05.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-12-20T21:23:05.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27842024-12-20T21:23:06.035Z
27852024-12-20T21:23:06.036Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175)
27862024-12-20T21:23:06.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-12-20T21:23:06.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-12-20T21:23:06.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-12-20T21:23:06.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27902024-12-20T21:23:06.666Z
27912024-12-20T21:23:06.667Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175)
27922024-12-20T21:23:07.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-12-20T21:23:07.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-12-20T21:23:07.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-12-20T21:23:07.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27962024-12-20T21:23:07.299Z
27972024-12-20T21:23:07.299Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175)
27982024-12-20T21:23:07.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-12-20T21:23:07.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-12-20T21:23:07.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-12-20T21:23:07.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28022024-12-20T21:23:07.933Z
28032024-12-20T21:23:07.933Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175)
28042024-12-20T21:23:08.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-12-20T21:23:08.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-12-20T21:23:08.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-12-20T21:23:08.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28082024-12-20T21:23:08.560Z
28092024-12-20T21:23:08.560Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175)
28102024-12-20T21:23:09.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-12-20T21:23:09.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-12-20T21:23:09.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-12-20T21:23:09.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28142024-12-20T21:23:09.195Z
28152024-12-20T21:23:09.195Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175)
28162024-12-20T21:23:09.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-12-20T21:23:09.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-12-20T21:23:09.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-12-20T21:23:09.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28202024-12-20T21:23:09.825Z
28212024-12-20T21:23:09.825Zinfo: running `cargo check --bins` on oximeter-producer (97/175)
28222024-12-20T21:23:10.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-12-20T21:23:10.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-12-20T21:23:10.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-12-20T21:23:10.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28262024-12-20T21:23:10.487Z
28272024-12-20T21:23:10.487Zinfo: running `cargo check --bins` on internal-dns-resolver (98/175)
28282024-12-20T21:23:11.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-12-20T21:23:11.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-12-20T21:23:11.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312024-12-20T21:23:11.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28322024-12-20T21:23:11.110Z
28332024-12-20T21:23:11.110Zinfo: running `cargo check --bins` on sp-sim (99/175)
28342024-12-20T21:23:11.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-12-20T21:23:11.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-12-20T21:23:11.743Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28372024-12-20T21:23:13.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
28382024-12-20T21:23:13.767Z
28392024-12-20T21:23:13.767Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175)
28402024-12-20T21:23:14.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-12-20T21:23:14.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-12-20T21:23:14.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-12-20T21:23:14.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28442024-12-20T21:23:14.444Z
28452024-12-20T21:23:14.444Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175)
28462024-12-20T21:23:15.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-12-20T21:23:15.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-12-20T21:23:15.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-12-20T21:23:15.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28502024-12-20T21:23:15.156Z
28512024-12-20T21:23:15.156Zinfo: running `cargo check --bins` on db-macros (102/175)
28522024-12-20T21:23:15.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-12-20T21:23:15.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-12-20T21:23:15.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-12-20T21:23:16.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28562024-12-20T21:23:16.689Z
28572024-12-20T21:23:16.689Zinfo: running `cargo check --bins` on nexus-macros-common (103/175)
28582024-12-20T21:23:16.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-12-20T21:23:16.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-12-20T21:23:16.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-12-20T21:23:16.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28622024-12-20T21:23:16.689Z
28632024-12-20T21:23:16.689Zinfo: running `cargo check --bins` on nexus-auth (104/175)
28642024-12-20T21:23:16.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-12-20T21:23:16.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-12-20T21:23:16.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-12-20T21:23:16.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28682024-12-20T21:23:17.038Z
28692024-12-20T21:23:17.038Zinfo: running `cargo check --bins` on authz-macros (105/175)
28702024-12-20T21:23:17.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-12-20T21:23:17.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-12-20T21:23:17.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-12-20T21:23:17.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28742024-12-20T21:23:17.657Z
28752024-12-20T21:23:17.657Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/175)
28762024-12-20T21:23:18.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-12-20T21:23:18.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-12-20T21:23:18.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-12-20T21:23:18.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28802024-12-20T21:23:18.321Z
28812024-12-20T21:23:18.321Zinfo: running `cargo check --bins` on nexus-db-model (107/175)
28822024-12-20T21:23:18.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-12-20T21:23:18.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-12-20T21:23:18.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-12-20T21:23:18.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28862024-12-20T21:23:18.980Z
28872024-12-20T21:23:18.980Zinfo: running `cargo check --bins` on nexus-defaults (108/175)
28882024-12-20T21:23:19.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-12-20T21:23:19.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-12-20T21:23:19.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-12-20T21:23:19.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28922024-12-20T21:23:19.606Z
28932024-12-20T21:23:19.606Zinfo: running `cargo check --bins` on nexus-inventory (109/175)
28942024-12-20T21:23:20.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-12-20T21:23:20.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-12-20T21:23:20.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-12-20T21:23:20.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28982024-12-20T21:23:20.274Z
28992024-12-20T21:23:20.274Zinfo: running `cargo check --bins` on typed-rng (110/175)
29002024-12-20T21:23:20.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-12-20T21:23:20.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-12-20T21:23:20.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032024-12-20T21:23:20.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29042024-12-20T21:23:20.891Z
29052024-12-20T21:23:20.891Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175)
29062024-12-20T21:23:21.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-12-20T21:23:21.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-12-20T21:23:21.625Z Checking keccak v0.1.5
29092024-12-20T21:23:21.736Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29102024-12-20T21:23:21.738Z Checking secrecy v0.8.0
29112024-12-20T21:23:21.738Z Compiling unicase v2.7.0
29122024-12-20T21:23:21.738Z Compiling same-file v1.0.6
29132024-12-20T21:23:21.786Z Compiling tempfile v3.13.0
29142024-12-20T21:23:21.802Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29152024-12-20T21:23:21.804Z Compiling thiserror-impl-no-std v2.0.2
29162024-12-20T21:23:21.917Z Checking universal-hash v0.5.1
29172024-12-20T21:23:22.039Z Checking sha3 v0.10.8
29182024-12-20T21:23:22.039Z Compiling walkdir v2.5.0
29192024-12-20T21:23:22.105Z Compiling blake3 v1.5.4
29202024-12-20T21:23:22.123Z Compiling ring v0.16.20
29212024-12-20T21:23:22.212Z Checking opaque-debug v0.3.1
29222024-12-20T21:23:22.318Z Checking poly1305 v0.8.0
29232024-12-20T21:23:22.344Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29242024-12-20T21:23:22.474Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29252024-12-20T21:23:22.651Z Checking chacha20 v0.9.1
29262024-12-20T21:23:22.768Z Checking aead v0.5.2
29272024-12-20T21:23:22.805Z Compiling memmap2 v0.9.5
29282024-12-20T21:23:22.823Z Compiling arrayref v0.3.9
29292024-12-20T21:23:22.927Z Compiling arrayvec v0.7.6
29302024-12-20T21:23:22.978Z Compiling salty v0.3.0
29312024-12-20T21:23:23.012Z Compiling spin v0.5.2
29322024-12-20T21:23:23.225Z Compiling constant_time_eq v0.3.1
29332024-12-20T21:23:23.247Z Compiling libefi-sys v0.1.0
29342024-12-20T21:23:23.332Z Checking chacha20poly1305 v0.10.1
29352024-12-20T21:23:23.449Z Compiling toolchain_find v0.4.0
29362024-12-20T21:23:23.526Z Compiling camino-tempfile v1.1.1
29372024-12-20T21:23:23.547Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29382024-12-20T21:23:23.862Z Compiling bitfield-struct v0.6.2
29392024-12-20T21:23:23.935Z Compiling topological-sort v0.2.2
29402024-12-20T21:23:24.117Z Compiling mime_guess v2.0.5
29412024-12-20T21:23:24.150Z Compiling rustfmt-wrapper v0.2.1
29422024-12-20T21:23:24.724Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29432024-12-20T21:23:24.745Z Checking primeorder v0.13.6
29442024-12-20T21:23:25.019Z Checking thiserror-no-std v2.0.2
29452024-12-20T21:23:25.022Z Checking env_filter v0.1.2
29462024-12-20T21:23:25.061Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29472024-12-20T21:23:25.127Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29482024-12-20T21:23:25.145Z Checking vsss-rs v3.3.4
29492024-12-20T21:23:25.210Z Checking p384 v0.13.0
29502024-12-20T21:23:25.243Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29512024-12-20T21:23:25.261Z Checking env_logger v0.11.5
29522024-12-20T21:23:25.305Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29532024-12-20T21:23:25.559Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29542024-12-20T21:23:25.808Z Checking http-range v0.1.5
29552024-12-20T21:23:25.845Z Checking simd-adler32 v0.3.7
29562024-12-20T21:23:25.885Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29572024-12-20T21:23:25.923Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29582024-12-20T21:23:25.974Z Checking bumpalo v3.16.0
29592024-12-20T21:23:26.207Z Checking lockfree-object-pool v0.1.6
29602024-12-20T21:23:26.255Z Compiling zip v2.1.3
29612024-12-20T21:23:26.356Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29622024-12-20T21:23:26.373Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29632024-12-20T21:23:26.462Z Checking zopfli v0.8.1
29642024-12-20T21:23:26.585Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29652024-12-20T21:23:26.671Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29662024-12-20T21:23:27.131Z Checking nanorand v0.7.0
29672024-12-20T21:23:27.175Z Checking atty v0.2.14
29682024-12-20T21:23:27.227Z Checking glob v0.3.1
29692024-12-20T21:23:27.312Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29702024-12-20T21:23:27.521Z Checking flume v0.11.1
29712024-12-20T21:23:27.817Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29722024-12-20T21:23:27.836Z Compiling omicron-zone-package v0.11.1
29732024-12-20T21:23:28.029Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29742024-12-20T21:23:28.665Z Checking hyper-staticfile v0.10.1
29752024-12-20T21:23:29.039Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29762024-12-20T21:23:29.214Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29772024-12-20T21:23:29.515Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29782024-12-20T21:23:29.569Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29792024-12-20T21:23:29.627Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29802024-12-20T21:23:29.909Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29812024-12-20T21:23:30.476Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29822024-12-20T21:23:30.761Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29832024-12-20T21:23:31.146Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29842024-12-20T21:23:32.272Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29852024-12-20T21:23:33.908Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29862024-12-20T21:23:33.911Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29872024-12-20T21:23:44.551Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29882024-12-20T21:23:58.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.58s
29892024-12-20T21:23:58.679Z
29902024-12-20T21:23:58.679Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175)
29912024-12-20T21:23:59.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-12-20T21:23:59.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-12-20T21:23:59.412Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942024-12-20T21:24:13.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
29952024-12-20T21:24:13.225Z
29962024-12-20T21:24:13.225Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175)
29972024-12-20T21:24:13.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-12-20T21:24:13.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-12-20T21:24:13.952Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002024-12-20T21:24:27.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.73s
30012024-12-20T21:24:28.154Z
30022024-12-20T21:24:28.155Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175)
30032024-12-20T21:24:28.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-12-20T21:24:28.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-12-20T21:24:28.905Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062024-12-20T21:24:43.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s
30072024-12-20T21:24:43.227Z
30082024-12-20T21:24:43.227Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175)
30092024-12-20T21:24:43.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-12-20T21:24:43.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-12-20T21:24:43.979Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122024-12-20T21:24:58.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.90s
30132024-12-20T21:24:58.327Z
30142024-12-20T21:24:58.327Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175)
30152024-12-20T21:24:58.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-12-20T21:24:58.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-12-20T21:24:59.055Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182024-12-20T21:25:12.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s
30192024-12-20T21:25:12.927Z
30202024-12-20T21:25:12.927Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175)
30212024-12-20T21:25:13.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-12-20T21:25:13.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-12-20T21:25:13.685Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242024-12-20T21:25:27.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s
30252024-12-20T21:25:27.992Z
30262024-12-20T21:25:27.992Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175)
30272024-12-20T21:25:28.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-12-20T21:25:28.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-12-20T21:25:28.749Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30302024-12-20T21:25:42.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s
30312024-12-20T21:25:42.982Z
30322024-12-20T21:25:42.982Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/175)
30332024-12-20T21:25:43.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-12-20T21:25:43.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-12-20T21:25:43.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-12-20T21:25:43.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30372024-12-20T21:25:43.663Z
30382024-12-20T21:25:43.663Zinfo: running `cargo check --bins` on key-manager (120/175)
30392024-12-20T21:25:44.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-12-20T21:25:44.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-12-20T21:25:44.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-12-20T21:25:44.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30432024-12-20T21:25:44.317Z
30442024-12-20T21:25:44.317Zinfo: running `cargo check --bins` on range-requests (121/175)
30452024-12-20T21:25:44.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-12-20T21:25:44.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-12-20T21:25:44.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-12-20T21:25:44.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30492024-12-20T21:25:44.949Z
30502024-12-20T21:25:44.949Zinfo: running `cargo check --bins` on repo-depot-api (122/175)
30512024-12-20T21:25:45.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-12-20T21:25:45.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-12-20T21:25:45.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-12-20T21:25:45.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30552024-12-20T21:25:45.597Z
30562024-12-20T21:25:45.597Zinfo: running `cargo check --bins` on sled-agent-api (123/175)
30572024-12-20T21:25:46.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-12-20T21:25:46.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-12-20T21:25:46.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-12-20T21:25:46.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30612024-12-20T21:25:46.270Z
30622024-12-20T21:25:46.270Zinfo: running `cargo check --bins` on sled-diagnostics (124/175)
30632024-12-20T21:25:46.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-12-20T21:25:46.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-12-20T21:25:46.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-12-20T21:25:46.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30672024-12-20T21:25:46.915Z
30682024-12-20T21:25:46.915Zinfo: running `cargo check --bins` on sled-hardware (125/175)
30692024-12-20T21:25:47.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-12-20T21:25:47.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-12-20T21:25:47.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-12-20T21:25:47.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30732024-12-20T21:25:47.577Z
30742024-12-20T21:25:47.577Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/175)
30752024-12-20T21:25:48.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-12-20T21:25:48.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-12-20T21:25:48.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-12-20T21:25:48.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30792024-12-20T21:25:48.238Z
30802024-12-20T21:25:48.238Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175)
30812024-12-20T21:25:48.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-12-20T21:25:48.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-12-20T21:25:48.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842024-12-20T21:25:48.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30852024-12-20T21:25:48.906Z
30862024-12-20T21:25:48.907Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/175)
30872024-12-20T21:25:49.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-12-20T21:25:49.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-12-20T21:25:49.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902024-12-20T21:25:49.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30912024-12-20T21:25:49.575Z
30922024-12-20T21:25:49.575Zinfo: running `cargo check --bins` on nexus-test-interface (129/175)
30932024-12-20T21:25:50.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-12-20T21:25:50.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-12-20T21:25:50.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962024-12-20T21:25:50.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30972024-12-20T21:25:50.268Z
30982024-12-20T21:25:50.269Zinfo: running `cargo check --bins` on oximeter-collector (130/175)
30992024-12-20T21:25:50.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-12-20T21:25:50.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-12-20T21:25:50.966Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31022024-12-20T21:25:50.966Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31032024-12-20T21:25:51.844Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31042024-12-20T21:25:53.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
31052024-12-20T21:25:54.108Z
31062024-12-20T21:25:54.108Zinfo: running `cargo check --bins` on oximeter-api (131/175)
31072024-12-20T21:25:54.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-12-20T21:25:54.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-12-20T21:25:54.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102024-12-20T21:25:54.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31112024-12-20T21:25:54.749Z
31122024-12-20T21:25:54.749Zinfo: running `cargo check --bins` on cert-dev (132/175)
31132024-12-20T21:25:55.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-12-20T21:25:55.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-12-20T21:25:55.400Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31162024-12-20T21:25:55.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
31172024-12-20T21:25:55.841Z
31182024-12-20T21:25:55.841Zinfo: running `cargo check --bins` on clickana (133/175)
31192024-12-20T21:25:56.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-12-20T21:25:56.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-12-20T21:25:56.500Z Checking castaway v0.2.3
31222024-12-20T21:25:56.500Z Checking unicode-truncate v1.1.0
31232024-12-20T21:25:56.500Z Checking lru v0.12.5
31242024-12-20T21:25:56.503Z Compiling instability v0.3.2
31252024-12-20T21:25:56.503Z Checking cassowary v0.3.0
31262024-12-20T21:25:56.503Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31272024-12-20T21:25:56.721Z Checking compact_str v0.8.0
31282024-12-20T21:25:57.361Z Checking ratatui v0.28.1
31292024-12-20T21:25:59.239Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31302024-12-20T21:26:00.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
31312024-12-20T21:26:00.262Z
31322024-12-20T21:26:00.262Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (134/175)
31332024-12-20T21:26:00.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-12-20T21:26:00.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-12-20T21:26:00.940Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31362024-12-20T21:26:00.940Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31372024-12-20T21:26:01.553Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31382024-12-20T21:26:01.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
31392024-12-20T21:26:02.105Z
31402024-12-20T21:26:02.105Zinfo: running `cargo check --bins` on ch-dev (135/175)
31412024-12-20T21:26:02.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-12-20T21:26:02.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-12-20T21:26:02.765Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31442024-12-20T21:26:03.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31452024-12-20T21:26:03.656Z
31462024-12-20T21:26:03.656Zinfo: running `cargo check --bins` on crdb-seed (136/175)
31472024-12-20T21:26:04.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-12-20T21:26:04.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-12-20T21:26:04.304Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31502024-12-20T21:26:04.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31512024-12-20T21:26:04.855Z
31522024-12-20T21:26:04.855Zinfo: running `cargo check --bins` on db-dev (137/175)
31532024-12-20T21:26:05.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-12-20T21:26:05.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-12-20T21:26:05.521Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31562024-12-20T21:26:06.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31572024-12-20T21:26:06.430Z
31582024-12-20T21:26:06.430Zinfo: running `cargo check --bins` on omicron-dev-lib (138/175)
31592024-12-20T21:26:06.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602024-12-20T21:26:06.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612024-12-20T21:26:06.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622024-12-20T21:26:06.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31632024-12-20T21:26:07.073Z
31642024-12-20T21:26:07.073Zinfo: running `cargo check --bins` on xtask-downloader (139/175)
31652024-12-20T21:26:07.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662024-12-20T21:26:07.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672024-12-20T21:26:07.688Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31682024-12-20T21:26:08.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31692024-12-20T21:26:08.722Z
31702024-12-20T21:26:08.722Zinfo: running `cargo check --bins` on omicron-ls-apis (140/175)
31712024-12-20T21:26:09.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722024-12-20T21:26:09.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732024-12-20T21:26:09.335Z Checking cargo-platform v0.1.8
31742024-12-20T21:26:09.602Z Checking cargo_metadata v0.18.1
31752024-12-20T21:26:10.561Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31762024-12-20T21:26:11.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
31772024-12-20T21:26:11.552Z
31782024-12-20T21:26:11.552Zinfo: running `cargo check --bins` on mgs-dev (141/175)
31792024-12-20T21:26:12.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-12-20T21:26:12.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-12-20T21:26:12.262Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31822024-12-20T21:26:12.982Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31832024-12-20T21:26:13.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31842024-12-20T21:26:13.728Z
31852024-12-20T21:26:13.728Zinfo: running `cargo check --bins` on omicron-omdb (142/175)
31862024-12-20T21:26:14.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-12-20T21:26:14.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-12-20T21:26:14.506Z Compiling crunchy v0.2.2
31892024-12-20T21:26:14.506Z Compiling tiny-keccak v2.0.2
31902024-12-20T21:26:14.508Z Compiling dsl_auto_type v0.1.2
31912024-12-20T21:26:14.508Z Checking scheduled-thread-pool v0.2.7
31922024-12-20T21:26:14.508Z Compiling diesel_table_macro_syntax v0.2.0
31932024-12-20T21:26:14.508Z Compiling ascii-canvas v3.0.0
31942024-12-20T21:26:14.620Z Compiling ena v0.14.3
31952024-12-20T21:26:14.624Z Compiling diff v0.1.13
31962024-12-20T21:26:14.812Z Checking r2d2 v0.8.10
31972024-12-20T21:26:14.899Z Compiling regex-syntax v0.6.29
31982024-12-20T21:26:15.085Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31992024-12-20T21:26:15.105Z Compiling ref-cast v1.0.23
32002024-12-20T21:26:15.147Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32012024-12-20T21:26:15.189Z Compiling derive_builder_core v0.20.2
32022024-12-20T21:26:15.302Z Compiling libxml v0.3.3
32032024-12-20T21:26:15.317Z Compiling ref-cast-impl v1.0.23
32042024-12-20T21:26:15.411Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32052024-12-20T21:26:15.708Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32062024-12-20T21:26:15.730Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32072024-12-20T21:26:15.927Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32082024-12-20T21:26:15.962Z Compiling strum_macros v0.24.3
32092024-12-20T21:26:16.005Z Compiling samael v0.0.17
32102024-12-20T21:26:16.307Z Compiling diesel_derives v2.2.3
32112024-12-20T21:26:16.350Z Compiling indoc v1.0.9
32122024-12-20T21:26:17.325Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32132024-12-20T21:26:17.615Z Compiling oso-derive v0.27.3
32142024-12-20T21:26:17.644Z Compiling derive_builder_macro v0.20.2
32152024-12-20T21:26:18.371Z Compiling lalrpop v0.19.12
32162024-12-20T21:26:18.555Z Checking derive_builder v0.20.2
32172024-12-20T21:26:18.631Z Compiling impl-trait-for-tuples v0.2.2
32182024-12-20T21:26:18.699Z Checking quick-xml v0.33.0
32192024-12-20T21:26:19.126Z Compiling diesel-dtrace v0.4.2
32202024-12-20T21:26:19.420Z Checking maplit v1.0.2
32212024-12-20T21:26:19.611Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32222024-12-20T21:26:19.630Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32232024-12-20T21:26:19.900Z Checking bb8 v0.8.5
32242024-12-20T21:26:20.284Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32252024-12-20T21:26:20.370Z Checking rand_seeder v0.3.0
32262024-12-20T21:26:20.593Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32272024-12-20T21:26:20.612Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32282024-12-20T21:26:20.812Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32292024-12-20T21:26:20.863Z Checking unicode-linebreak v0.1.5
32302024-12-20T21:26:21.073Z Checking smawk v0.3.2
32312024-12-20T21:26:21.325Z Checking is_ci v1.2.0
32322024-12-20T21:26:21.356Z Checking textwrap v0.16.1
32332024-12-20T21:26:21.404Z Checking multimap v0.10.0
32342024-12-20T21:26:21.471Z Checking supports-color v3.0.1
32352024-12-20T21:26:22.530Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32362024-12-20T21:26:25.250Z Checking diesel v2.2.6
32372024-12-20T21:26:51.512Z Compiling polar-core v0.27.3
32382024-12-20T21:26:55.030Z Checking async-bb8-diesel v0.2.1
32392024-12-20T21:26:59.003Z Checking oso v0.27.3
32402024-12-20T21:28:10.343Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32412024-12-20T21:28:16.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
32422024-12-20T21:28:16.660Z
32432024-12-20T21:28:16.660Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175)
32442024-12-20T21:28:17.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452024-12-20T21:28:17.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462024-12-20T21:28:17.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472024-12-20T21:28:17.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32482024-12-20T21:28:17.340Z
32492024-12-20T21:28:17.340Zinfo: running `cargo check --bins` on nexus-saga-recovery (144/175)
32502024-12-20T21:28:17.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-12-20T21:28:17.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-12-20T21:28:17.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532024-12-20T21:28:17.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32542024-12-20T21:28:18.030Z
32552024-12-20T21:28:18.030Zinfo: running `cargo check --bins` on nexus-test-utils-macros (145/175)
32562024-12-20T21:28:18.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572024-12-20T21:28:18.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582024-12-20T21:28:18.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592024-12-20T21:28:18.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32602024-12-20T21:28:18.645Z
32612024-12-20T21:28:18.645Zinfo: running `cargo check --bins` on omicron-nexus (146/175)
32622024-12-20T21:28:19.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632024-12-20T21:28:19.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642024-12-20T21:28:19.455Z Compiling libz-sys v1.1.20
32652024-12-20T21:28:19.569Z Compiling libgit2-sys v0.17.0+1.8.1
32662024-12-20T21:28:19.583Z Compiling vergen v8.3.2
32672024-12-20T21:28:19.586Z Compiling cargo-platform v0.1.8
32682024-12-20T21:28:19.586Z Compiling pin-project-internal v1.1.6
32692024-12-20T21:28:19.622Z Compiling snafu-derive v0.8.5
32702024-12-20T21:28:19.628Z Compiling libsqlite3-sys v0.30.1
32712024-12-20T21:28:19.628Z Compiling cfg_aliases v0.2.1
32722024-12-20T21:28:19.772Z Compiling rustls v0.21.12
32732024-12-20T21:28:19.868Z Compiling cargo_metadata v0.18.1
32742024-12-20T21:28:20.048Z Compiling buf-list v1.0.3
32752024-12-20T21:28:20.182Z Compiling nix v0.29.0
32762024-12-20T21:28:20.202Z Checking globset v0.4.15
32772024-12-20T21:28:20.522Z Checking olpc-cjson v0.1.4
32782024-12-20T21:28:20.711Z Checking rustls-webpki v0.101.7
32792024-12-20T21:28:20.730Z Checking sct v0.7.1
32802024-12-20T21:28:20.760Z Checking serde_plain v1.0.2
32812024-12-20T21:28:20.936Z Checking typed-path v0.9.3
32822024-12-20T21:28:21.347Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32832024-12-20T21:28:21.554Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32842024-12-20T21:28:21.625Z Checking hashlink v0.9.1
32852024-12-20T21:28:21.832Z Checking fallible-iterator v0.3.0
32862024-12-20T21:28:22.235Z Checking parse-size v1.1.0
32872024-12-20T21:28:22.427Z Checking fallible-streaming-iterator v0.1.9
32882024-12-20T21:28:22.648Z Checking rusqlite v0.32.1
32892024-12-20T21:28:22.713Z Checking pin-project v1.1.6
32902024-12-20T21:28:22.848Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32912024-12-20T21:28:22.970Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32922024-12-20T21:28:22.998Z Checking rustls-pemfile v1.0.4
32932024-12-20T21:28:23.208Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32942024-12-20T21:28:23.462Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32952024-12-20T21:28:23.482Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32962024-12-20T21:28:23.609Z Checking twox-hash v1.6.3
32972024-12-20T21:28:23.667Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32982024-12-20T21:28:24.092Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32992024-12-20T21:28:24.219Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33002024-12-20T21:28:24.709Z Checking tokio-rustls v0.24.1
33012024-12-20T21:28:24.738Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33022024-12-20T21:28:25.004Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33032024-12-20T21:28:25.085Z Checking fatfs v0.3.6
33042024-12-20T21:28:25.217Z Checking snafu v0.8.5
33052024-12-20T21:28:25.616Z Checking assert_matches v1.5.0
33062024-12-20T21:28:25.697Z Checking tough v0.19.0
33072024-12-20T21:28:29.910Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33082024-12-20T21:28:31.329Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33092024-12-20T21:28:31.914Z Compiling git2 v0.19.0
33102024-12-20T21:28:36.709Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33112024-12-20T21:29:29.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33122024-12-20T21:29:29.809Z
33132024-12-20T21:29:29.809Zinfo: running `cargo check --bins` on nexus-external-api (147/175)
33142024-12-20T21:29:30.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-12-20T21:29:30.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-12-20T21:29:30.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-12-20T21:29:30.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33182024-12-20T21:29:30.506Z
33192024-12-20T21:29:30.507Zinfo: running `cargo check --bins` on openapi-manager-types (148/175)
33202024-12-20T21:29:31.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-12-20T21:29:31.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-12-20T21:29:31.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-12-20T21:29:31.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33242024-12-20T21:29:31.128Z
33252024-12-20T21:29:31.128Zinfo: running `cargo check --bins` on nexus-internal-api (149/175)
33262024-12-20T21:29:31.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-12-20T21:29:31.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-12-20T21:29:31.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292024-12-20T21:29:31.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33302024-12-20T21:29:31.791Z
33312024-12-20T21:29:31.791Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (150/175)
33322024-12-20T21:29:32.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-12-20T21:29:32.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-12-20T21:29:32.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352024-12-20T21:29:32.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33362024-12-20T21:29:32.463Z
33372024-12-20T21:29:32.463Zinfo: running `cargo check --bins` on nexus-networking (151/175)
33382024-12-20T21:29:33.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-12-20T21:29:33.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-12-20T21:29:33.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412024-12-20T21:29:33.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33422024-12-20T21:29:33.147Z
33432024-12-20T21:29:33.147Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (152/175)
33442024-12-20T21:29:33.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-12-20T21:29:33.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-12-20T21:29:33.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472024-12-20T21:29:33.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33482024-12-20T21:29:33.847Z
33492024-12-20T21:29:33.847Zinfo: running `cargo check --bins` on update-common (153/175)
33502024-12-20T21:29:34.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512024-12-20T21:29:34.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522024-12-20T21:29:34.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532024-12-20T21:29:34.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33542024-12-20T21:29:34.510Z
33552024-12-20T21:29:34.510Zinfo: running `cargo check --bins` on tufaceous-lib (154/175)
33562024-12-20T21:29:35.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572024-12-20T21:29:35.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582024-12-20T21:29:35.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592024-12-20T21:29:35.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33602024-12-20T21:29:35.169Z
33612024-12-20T21:29:35.169Zinfo: running `cargo check --bins` on tufaceous (155/175)
33622024-12-20T21:29:35.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-12-20T21:29:35.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-12-20T21:29:35.837Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33652024-12-20T21:29:36.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
33662024-12-20T21:29:37.026Z
33672024-12-20T21:29:37.026Zinfo: running `cargo check --bins` on omicron-dev (156/175)
33682024-12-20T21:29:37.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-12-20T21:29:37.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-12-20T21:29:37.909Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33712024-12-20T21:29:38.036Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33722024-12-20T21:29:38.041Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33732024-12-20T21:29:38.041Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33742024-12-20T21:30:04.544Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33752024-12-20T21:30:04.546Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33762024-12-20T21:30:04.546Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33772024-12-20T21:30:04.546Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33782024-12-20T21:30:04.546Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33792024-12-20T21:30:05.412Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33802024-12-20T21:30:06.687Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33812024-12-20T21:30:45.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33822024-12-20T21:30:45.912Z
33832024-12-20T21:30:45.912Zinfo: running `cargo check --bins` on openapi-manager (157/175)
33842024-12-20T21:30:46.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-12-20T21:30:46.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-12-20T21:30:46.628Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33872024-12-20T21:30:46.631Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33882024-12-20T21:30:46.631Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33892024-12-20T21:30:48.281Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33902024-12-20T21:30:49.195Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33912024-12-20T21:30:50.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
33922024-12-20T21:30:50.542Z
33932024-12-20T21:30:50.542Zinfo: running `cargo check --bins` on installinator-api (158/175)
33942024-12-20T21:30:51.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952024-12-20T21:30:51.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962024-12-20T21:30:51.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972024-12-20T21:30:51.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33982024-12-20T21:30:51.205Z
33992024-12-20T21:30:51.205Zinfo: running `cargo check --bins` on wicketd-api (159/175)
34002024-12-20T21:30:51.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012024-12-20T21:30:51.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022024-12-20T21:30:51.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032024-12-20T21:30:51.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34042024-12-20T21:30:51.873Z
34052024-12-20T21:30:51.873Zinfo: running `cargo check --bins` on reconfigurator-cli (160/175)
34062024-12-20T21:30:52.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072024-12-20T21:30:52.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082024-12-20T21:30:52.581Z Compiling petname v2.0.2
34092024-12-20T21:30:52.584Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34102024-12-20T21:30:52.584Z Checking sync-ptr v0.1.1
34112024-12-20T21:30:54.049Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34122024-12-20T21:30:55.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
34132024-12-20T21:30:55.814Z
34142024-12-20T21:30:55.814Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175)
34152024-12-20T21:30:56.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162024-12-20T21:30:56.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172024-12-20T21:30:56.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182024-12-20T21:30:56.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34192024-12-20T21:30:56.484Z
34202024-12-20T21:30:56.484Zinfo: running `cargo check --bins` on omicron-releng (162/175)
34212024-12-20T21:30:57.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222024-12-20T21:30:57.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232024-12-20T21:30:57.165Z Checking memmap2 v0.9.5
34242024-12-20T21:30:57.165Z Checking constant_time_eq v0.3.1
34252024-12-20T21:30:57.165Z Checking arrayvec v0.7.6
34262024-12-20T21:30:57.168Z Checking arrayref v0.3.9
34272024-12-20T21:30:57.168Z Checking spin v0.5.2
34282024-12-20T21:30:57.168Z Checking topological-sort v0.2.2
34292024-12-20T21:30:57.280Z Checking shell-words v1.1.0
34302024-12-20T21:30:57.497Z Checking ring v0.16.20
34312024-12-20T21:30:57.560Z Checking blake3 v1.5.4
34322024-12-20T21:30:58.637Z Checking omicron-zone-package v0.11.1
34332024-12-20T21:30:59.748Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34342024-12-20T21:31:00.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
34352024-12-20T21:31:00.846Z
34362024-12-20T21:31:00.846Zinfo: running `cargo check --bins` on xtask (163/175)
34372024-12-20T21:31:01.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382024-12-20T21:31:01.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392024-12-20T21:31:01.274Z Checking bitflags v2.6.0
34402024-12-20T21:31:01.276Z Checking serde v1.0.215
34412024-12-20T21:31:01.277Z Checking thiserror v1.0.69
34422024-12-20T21:31:01.352Z Checking scroll v0.12.0
34432024-12-20T21:31:01.366Z Checking hashbrown v0.15.1
34442024-12-20T21:31:01.375Z Checking log v0.4.22
34452024-12-20T21:31:01.377Z Checking zerocopy v0.7.35
34462024-12-20T21:31:01.405Z Checking syn v2.0.87
34472024-12-20T21:31:01.458Z Checking pest v2.7.14
34482024-12-20T21:31:01.603Z Checking rustix v0.38.37
34492024-12-20T21:31:01.637Z Checking once_cell v1.20.2
34502024-12-20T21:31:01.795Z Checking goblin v0.8.2
34512024-12-20T21:31:01.950Z Checking fs-err v2.11.0
34522024-12-20T21:31:02.249Z Checking tabled v0.15.0
34532024-12-20T21:31:02.429Z Checking indexmap v2.6.0
34542024-12-20T21:31:02.840Z Checking anyhow v1.0.93
34552024-12-20T21:31:03.607Z Checking terminal_size v0.4.0
34562024-12-20T21:31:03.607Z Checking tempfile v3.13.0
34572024-12-20T21:31:03.767Z Checking clap_builder v4.5.21
34582024-12-20T21:31:03.782Z Checking dtrace-parser v0.2.0
34592024-12-20T21:31:05.847Z Checking serde_json v1.0.132
34602024-12-20T21:31:05.847Z Checking toml_datetime v0.6.8
34612024-12-20T21:31:05.850Z Checking serde_spanned v0.6.8
34622024-12-20T21:31:05.850Z Checking camino v1.1.9
34632024-12-20T21:31:05.850Z Checking semver v1.0.23
34642024-12-20T21:31:05.850Z Checking cargo-platform v0.1.8
34652024-12-20T21:31:05.850Z Checking macaddr v1.0.1
34662024-12-20T21:31:05.918Z Checking clap v4.5.21
34672024-12-20T21:31:06.118Z Checking toml_edit v0.22.22
34682024-12-20T21:31:06.322Z Checking camino-tempfile v1.1.1
34692024-12-20T21:31:06.960Z Checking dof v0.3.0
34702024-12-20T21:31:06.960Z Checking cargo_metadata v0.18.1
34712024-12-20T21:31:07.371Z Checking usdt-impl v0.5.0
34722024-12-20T21:31:07.727Z Checking usdt v0.5.0
34732024-12-20T21:31:07.818Z Checking toml v0.8.19
34742024-12-20T21:31:08.285Z Checking cargo_toml v0.20.5
34752024-12-20T21:31:09.866Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34762024-12-20T21:31:10.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
34772024-12-20T21:31:10.212Z
34782024-12-20T21:31:10.212Zinfo: running `cargo check --bins` on end-to-end-tests (164/175)
34792024-12-20T21:31:10.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802024-12-20T21:31:10.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812024-12-20T21:31:10.976Z Checking polyval v0.6.2
34822024-12-20T21:31:11.089Z Checking ctr v0.9.2
34832024-12-20T21:31:11.102Z Checking ssh-encoding v0.2.0
34842024-12-20T21:31:11.102Z Checking blowfish v0.9.1
34852024-12-20T21:31:11.129Z Checking password-hash v0.4.2
34862024-12-20T21:31:11.131Z Checking matches v0.1.10
34872024-12-20T21:31:11.163Z Checking p256 v0.13.2
34882024-12-20T21:31:11.163Z Checking p521 v0.13.3
34892024-12-20T21:31:11.239Z Checking idna v0.2.3
34902024-12-20T21:31:11.321Z Checking bcrypt-pbkdf v0.10.0
34912024-12-20T21:31:11.321Z Checking ghash v0.5.1
34922024-12-20T21:31:11.365Z Compiling enum-as-inner v0.5.1
34932024-12-20T21:31:11.403Z Checking russh-cryptovec v0.7.3
34942024-12-20T21:31:11.502Z Checking aes-gcm v0.10.3
34952024-12-20T21:31:11.547Z Checking pbkdf2 v0.11.0
34962024-12-20T21:31:11.596Z Checking md5 v0.7.0
34972024-12-20T21:31:11.616Z Checking num-bigint v0.4.6
34982024-12-20T21:31:11.640Z Checking des v0.8.1
34992024-12-20T21:31:11.751Z Checking ssh-cipher v0.2.0
35002024-12-20T21:31:11.824Z Checking hex-literal v0.4.1
35012024-12-20T21:31:11.884Z Compiling dhcproto-macros v0.1.0
35022024-12-20T21:31:11.917Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35032024-12-20T21:31:11.958Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35042024-12-20T21:31:12.041Z Checking ssh-key v0.6.6
35052024-12-20T21:31:12.077Z Checking internet-checksum v0.2.1
35062024-12-20T21:31:12.379Z Checking trust-dns-proto v0.22.0
35072024-12-20T21:31:13.314Z Checking russh-keys v0.45.0
35082024-12-20T21:31:14.244Z Checking russh v0.45.0
35092024-12-20T21:31:14.877Z Checking dhcproto v0.12.0
35102024-12-20T21:31:32.384Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35112024-12-20T21:31:33.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.57s
35122024-12-20T21:31:34.002Z
35132024-12-20T21:31:34.002Zinfo: running `cargo check --bins` on gateway-cli (165/175)
35142024-12-20T21:31:34.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152024-12-20T21:31:34.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162024-12-20T21:31:34.675Z Checking termios v0.3.3
35172024-12-20T21:31:34.896Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35182024-12-20T21:31:35.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
35192024-12-20T21:31:35.887Z
35202024-12-20T21:31:35.887Zinfo: running `cargo check --bins --no-default-features` on installinator (166/175)
35212024-12-20T21:31:36.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222024-12-20T21:31:36.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232024-12-20T21:31:36.590Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35242024-12-20T21:31:38.639Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35252024-12-20T21:31:40.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
35262024-12-20T21:31:40.742Z
35272024-12-20T21:31:40.742Zinfo: running `cargo check --bins` on internal-dns-cli (167/175)
35282024-12-20T21:31:41.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-20T21:31:41.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-20T21:31:41.381Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35312024-12-20T21:31:41.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35322024-12-20T21:31:42.045Z
35332024-12-20T21:31:42.045Zinfo: running `cargo check --bins` on omicron-live-tests (168/175)
35342024-12-20T21:31:42.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352024-12-20T21:31:42.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362024-12-20T21:31:42.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372024-12-20T21:31:42.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35382024-12-20T21:31:42.680Z
35392024-12-20T21:31:42.680Zinfo: running `cargo check --bins` on live-tests-macros (169/175)
35402024-12-20T21:31:43.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412024-12-20T21:31:43.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422024-12-20T21:31:43.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432024-12-20T21:31:43.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35442024-12-20T21:31:43.304Z
35452024-12-20T21:31:43.304Zinfo: running `cargo check --bins` on omicron-package (170/175)
35462024-12-20T21:31:43.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472024-12-20T21:31:43.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482024-12-20T21:31:44.001Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35492024-12-20T21:31:45.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
35502024-12-20T21:31:45.575Z
35512024-12-20T21:31:45.575Zinfo: running `cargo check --bins` on wicket-dbg (171/175)
35522024-12-20T21:31:46.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532024-12-20T21:31:46.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542024-12-20T21:31:46.292Z Checking rtoolbox v0.0.2
35552024-12-20T21:31:46.294Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35562024-12-20T21:31:46.294Z Checking tui-tree-widget v0.22.0
35572024-12-20T21:31:46.531Z Checking rpassword v7.3.1
35582024-12-20T21:31:50.698Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35592024-12-20T21:31:53.828Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35602024-12-20T21:31:55.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s
35612024-12-20T21:31:55.270Z
35622024-12-20T21:31:55.270Zinfo: running `cargo check --bins` on wicket (172/175)
35632024-12-20T21:31:55.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642024-12-20T21:31:55.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652024-12-20T21:31:55.981Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35662024-12-20T21:31:56.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
35672024-12-20T21:31:56.641Z
35682024-12-20T21:31:56.642Zinfo: running `cargo check --bins` on wicketd (173/175)
35692024-12-20T21:31:57.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702024-12-20T21:31:57.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712024-12-20T21:31:57.392Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35722024-12-20T21:32:01.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
35732024-12-20T21:32:01.566Z
35742024-12-20T21:32:01.566Zinfo: running `cargo check --bins` on omicron-workspace-hack (174/175)
35752024-12-20T21:32:02.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762024-12-20T21:32:02.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772024-12-20T21:32:02.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782024-12-20T21:32:02.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35792024-12-20T21:32:02.191Z
35802024-12-20T21:32:02.191Zinfo: running `cargo check --bins` on zone-setup (175/175)
35812024-12-20T21:32:02.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822024-12-20T21:32:02.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832024-12-20T21:32:02.938Z Checking uzers v0.12.1
35842024-12-20T21:32:03.277Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35852024-12-20T21:32:04.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
35862024-12-20T21:32:04.671Z
35872024-12-20T21:32:04.674Zreal 13:13.185902240
35882024-12-20T21:32:04.674Zuser 24:28.699060370
35892024-12-20T21:32:04.674Zsys 5:31.294419600
35902024-12-20T21:32:04.674Ztrap 0.475073966
35912024-12-20T21:32:04.674Ztflt 2.440138740
35922024-12-20T21:32:04.674Zdflt 3.311927763
35932024-12-20T21:32:04.674Zkflt 0.000775430
35942024-12-20T21:32:04.674Zlock 47:09.015896656
35952024-12-20T21:32:04.674Zslp 2:07:46.162960735
35962024-12-20T21:32:04.674Zlat 1:04.591515199
35972024-12-20T21:32:04.674Zstop 3:28.785835749
35982024-12-20T21:32:04.674Zprocess exited: duration 1164894 ms, exit code 0
 
35992024-12-20T21:32:04.680Zfound 0 output files