01JFKQ369KJG8JCDXAGWMFYMH8: 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: 01JFKQ53J9MJR3ATN3TZN3WPRK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:38:24.263Zjob assigned to worker 01JFKR3B0BRYV1XRNK08V3AAQJ [factory aws, i-06d0030fb1467d4e1] (queued for 17 m 19 s)
 
22024-12-21T04:38:31.845Zstarting task 0: "setup"
32024-12-21T04:38:31.856Z++ uname -s
42024-12-21T04:38:31.859Z+ kern=SunOS
52024-12-21T04:38:31.859Z+ case "$kern" in
62024-12-21T04:38:31.859Z+ groupadd -g 12345 build
72024-12-21T04:38:31.861Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:38:33.870Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:38:33.987Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:38:33.990Z+ home_fs=zfs
112024-12-21T04:38:33.990Z+ [[ zfs == autofs ]]
122024-12-21T04:38:33.990Z+ mkdir -p /home/build
132024-12-21T04:38:33.993Z+ chown build:build /home/build /work
142024-12-21T04:38:35.995Z+ chmod 0700 /home/build /work
152024-12-21T04:38:36.004Zprocess exited: duration 4151 ms, exit code 0
 
162024-12-21T04:38:36.020Zstarting task 1: "rust-toolchain"
172024-12-21T04:38:36.026Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:38:36.026Z' 1.81.0
192024-12-21T04:38:36.026Z * toolchain channel = "1.81.0"
202024-12-21T04:38:36.026Z * toolchain profile = "default"
212024-12-21T04:38:36.026Z+ printf ' * toolchain profile = "%s"
222024-12-21T04:38:36.026Z' default
232024-12-21T04:38:36.029Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:38:36.029Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:38:36.153Zinfo: downloading installer
262024-12-21T04:38:37.471Zinfo: profile set to 'default'
272024-12-21T04:38:37.471Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:38:37.475Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:38:37.625Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:38:37.626Zinfo: downloading component 'cargo'
312024-12-21T04:38:38.479Zinfo: downloading component 'clippy'
322024-12-21T04:38:38.807Zinfo: downloading component 'rust-docs'
332024-12-21T04:38:39.978Zinfo: downloading component 'rust-std'
342024-12-21T04:38:41.813Zinfo: downloading component 'rustc'
352024-12-21T04:38:48.429Zinfo: downloading component 'rustfmt'
362024-12-21T04:38:48.673Zinfo: installing component 'cargo'
372024-12-21T04:38:49.471Zinfo: installing component 'clippy'
382024-12-21T04:38:49.831Zinfo: installing component 'rust-docs'
392024-12-21T04:38:51.457Zinfo: installing component 'rust-std'
402024-12-21T04:38:53.201Zinfo: installing component 'rustc'
412024-12-21T04:38:58.892Zinfo: installing component 'rustfmt'
422024-12-21T04:38:59.634Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:38:59.634Z
442024-12-21T04:38:59.653Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:38:59.653Z
462024-12-21T04:38:59.653Z
472024-12-21T04:38:59.653ZRust is installed now. Great!
482024-12-21T04:38:59.653Z
492024-12-21T04:38:59.653ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:38:59.653Zenvironment variable. This has not been done automatically.
512024-12-21T04:38:59.653Z
522024-12-21T04:38:59.653ZTo configure your current shell, you need to source
532024-12-21T04:38:59.653Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:38:59.653Z
552024-12-21T04:38:59.653ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:38:59.653Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:38:59.653Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:38:59.659Z+ rustc --version
592024-12-21T04:38:59.720Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:38:59.724Zprocess exited: duration 23699 ms, exit code 0
 
612024-12-21T04:38:59.729Zstarting task 2: "authentication"
622024-12-21T04:38:59.750Zprocess exited: duration 20 ms, exit code 0
 
632024-12-21T04:38:59.758Zstarting task 3: "clone repository"
642024-12-21T04:38:59.762Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T04:38:59.764Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T04:38:59.813ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T04:39:07.518Z+ cd /work/oxidecomputer/omicron
682024-12-21T04:39:07.518Z+ git fetch origin 1c662f40df4fbb41e66cf538b887b47c22478181
692024-12-21T04:39:07.815ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T04:39:07.815Z * branch 1c662f40df4fbb41e66cf538b887b47c22478181 -> FETCH_HEAD
712024-12-21T04:39:07.824Z+ [[ -n renovate/test-strategy-0.x ]]
722024-12-21T04:39:07.827Z++ git branch --show-current
732024-12-21T04:39:07.829Z+ current=main
742024-12-21T04:39:07.829Z+ [[ main != renovate/test-strategy-0.x ]]
752024-12-21T04:39:07.829Z+ git branch -f renovate/test-strategy-0.x 1c662f40df4fbb41e66cf538b887b47c22478181
762024-12-21T04:39:07.832Z+ git checkout -f renovate/test-strategy-0.x
772024-12-21T04:39:08.007ZSwitched to branch 'renovate/test-strategy-0.x'
782024-12-21T04:39:08.010Z+ git reset --hard 1c662f40df4fbb41e66cf538b887b47c22478181
792024-12-21T04:39:08.023ZHEAD is now at 1c662f40d Update Rust crate test-strategy to 0.4.0
802024-12-21T04:39:08.025Zprocess exited: duration 8266 ms, exit code 0
 
812024-12-21T04:39:08.033Zstarting task 4: "build"
822024-12-21T04:39:08.036Z+ source .github/buildomat/ci-env.sh
832024-12-21T04:39:08.039Z++ export CARGO_TERM_COLOR=always
842024-12-21T04:39:08.039Z++ CARGO_TERM_COLOR=always
852024-12-21T04:39:08.039Z+ cargo --version
862024-12-21T04:39:08.095Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T04:39:08.098Z+ rustc --version
882024-12-21T04:39:08.156Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T04:39:08.159Z+ source ./env.sh
902024-12-21T04:39:08.159Z++ OLD_SHELL_OPTS=ehxB
912024-12-21T04:39:08.159Z++ set -o xtrace
922024-12-21T04:39:08.162Z++++ dirname ./env.sh
932024-12-21T04:39:08.165Z+++ readlink -f .
942024-12-21T04:39:08.168Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-21T04:39:08.168Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-21T04:39:08.168Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-21T04:39:08.168Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-21T04:39:08.168Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-12-21T04:39:08.168Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-12-21T04:39:08.168Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-12-21T04:39:08.168Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-12-21T04:39:08.168Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-12-21T04:39:08.168Z++ case $OLD_SHELL_OPTS in
1042024-12-21T04:39:08.168Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-21T04:39:08.169Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-12-21T04:39:08.169Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-12-21T04:39:08.169Z+ banner prerequisites
1082024-12-21T04:39:08.171Z
1092024-12-21T04:39:08.171Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-21T04:39:08.171Z # # # # # # # # # # # # # # #
1112024-12-21T04:39:08.171Z # # # # ##### # # ##### # # # # # #### #
1122024-12-21T04:39:08.171Z ##### ##### # ##### # # # # # # # # #
1132024-12-21T04:39:08.172Z # # # # # # # # # # # # # # #
1142024-12-21T04:39:08.172Z # # # ###### # # ###### ### # #### # #### #
1152024-12-21T04:39:08.172Z
1162024-12-21T04:39:08.172Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-21T04:39:14.573Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-21T04:39:18.568Z Startup: Caching catalogs ... Done
1192024-12-21T04:39:29.319ZPlanning: Solver setup ... Done (9.773s)
1202024-12-21T04:39:29.453ZPlanning: Running solver ... Done (0.133s)
1212024-12-21T04:39:29.561ZPlanning: Finding local manifests ... Done (0.005s)
1222024-12-21T04:39:29.574ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-21T04:39:29.799ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-21T04:39:29.900ZPlanning: Package planning ... Done (0.101s)
1252024-12-21T04:39:29.955ZPlanning: Merging actions ... Done (0.055s)
1262024-12-21T04:39:30.320ZPlanning: Checking for conflicting actions ... Done (0.365s)
1272024-12-21T04:39:32.384ZPlanning: Consolidating action changes ... Done (2.063s)
1282024-12-21T04:39:32.843ZPlanning: Evaluating mediators ... Done (0.459s)
1292024-12-21T04:39:32.924ZPlanning: Planning completed in 14.26 seconds
1302024-12-21T04:39:32.941Z Packages to install: 4
1312024-12-21T04:39:32.941Z Packages to update: 1
1322024-12-21T04:39:32.944Z Mediators to change: 2
1332024-12-21T04:39:32.944Z Services to change: 1
1342024-12-21T04:39:32.944Z Estimated space available: 155.63 GB
1352024-12-21T04:39:32.944ZEstimated space to be consumed: 1.62 GB
1362024-12-21T04:39:32.944Z Create boot environment: No
1372024-12-21T04:39:32.944ZCreate backup boot environment: Yes
1382024-12-21T04:39:32.944Z Rebuild boot archive: No
1392024-12-21T04:39:32.944Z
1402024-12-21T04:39:32.944ZChanged mediators:
1412024-12-21T04:39:32.944Z mediator clang:
1422024-12-21T04:39:32.944Z version: None -> 15 (system default)
1432024-12-21T04:39:32.944Z
1442024-12-21T04:39:32.944Z mediator llvm:
1452024-12-21T04:39:32.944Z version: 14 (system default) -> 15 (system default)
1462024-12-21T04:39:32.944Z
1472024-12-21T04:39:32.944ZChanged packages:
1482024-12-21T04:39:32.944Zhelios-dev
1492024-12-21T04:39:32.944Z developer/build-essential
1502024-12-21T04:39:32.944Z None -> 11-2.0
1512024-12-21T04:39:32.945Z library/libxmlsec1
1522024-12-21T04:39:32.945Z None -> 1.2.35-2.0
1532024-12-21T04:39:32.945Z ooce/developer/clang-15
1542024-12-21T04:39:32.945Z None -> 15.0.7-2.0
1552024-12-21T04:39:32.945Z ooce/developer/llvm-15
1562024-12-21T04:39:32.945Z None -> 15.0.7-2.0
1572024-12-21T04:39:32.945Z package/pkg
1582024-12-21T04:39:32.945Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-21T04:39:32.945Z
1602024-12-21T04:39:32.945ZServices:
1612024-12-21T04:39:32.945Z restart_fmri:
1622024-12-21T04:39:32.945Z svc:/system/update-man-index:default
1632024-12-21T04:39:32.945Z
1642024-12-21T04:39:32.945ZEditable files to change:
1652024-12-21T04:39:32.945Z Update:
1662024-12-21T04:39:32.945Z usr/share/lib/pkg/web/config.shtml
1672024-12-21T04:39:33.023Z
1682024-12-21T04:39:33.023ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-21T04:39:38.027ZDownload: 1589/4281 items 116.9/220.6MB 53% complete (23.7M/s)
1702024-12-21T04:39:43.040ZDownload: 3246/4281 items 182.1/220.6MB 82% complete (18.4M/s)
1712024-12-21T04:39:47.381ZDownload: Completed 220.60 MB in 14.35 seconds (15.4M/s)
1722024-12-21T04:39:49.491Z Actions: 1/5063 actions (Removing old actions)
1732024-12-21T04:39:49.512Z Actions: 194/5063 actions (Installing new actions)
1742024-12-21T04:39:54.272Z Actions: 4226/5063 actions (Updating modified actions)
1752024-12-21T04:39:54.594Z Actions: Completed 5063 actions in 5.10 seconds.
1762024-12-21T04:39:55.017Z Done (0.414s)
1772024-12-21T04:39:55.020Z Done (0.000s)
1782024-12-21T04:39:55.595Z Done (0.577s)
1792024-12-21T04:40:00.094Z Done (4.268s)
1802024-12-21T04:40:00.183Z Done (0.019s)
1812024-12-21T04:40:00.185Z Done (0.000s)
1822024-12-21T04:40:00.369Z Done (0.000s)
1832024-12-21T04:40:01.069ZPlanning: Evaluating mediator changes ... Done
1842024-12-21T04:40:01.237ZPlanning: Checking for conflicting actions ... Done
1852024-12-21T04:40:01.240ZPlanning: Consolidating action changes ... Done
1862024-12-21T04:40:01.535ZPlanning: Evaluating mediators ... Done
1872024-12-21T04:40:01.558ZPlanning: Planning completed in 0.47 seconds
1882024-12-21T04:40:01.579Z Mediators to change: 2
1892024-12-21T04:40:01.579Z Create boot environment: No
1902024-12-21T04:40:01.582ZCreate backup boot environment: No
1912024-12-21T04:40:01.661Z Done
1922024-12-21T04:40:01.662Z Done
1932024-12-21T04:40:02.034Z Done
1942024-12-21T04:40:06.044Z Done
1952024-12-21T04:40:06.140Z Done
1962024-12-21T04:40:06.144Z Done
1972024-12-21T04:40:06.269Z Done
1982024-12-21T04:40:06.899ZPlanning: Evaluating mediator changes ... Done
1992024-12-21T04:40:06.902ZPlanning: Merging actions ... Done
2002024-12-21T04:40:07.094ZPlanning: Checking for conflicting actions ... Done
2012024-12-21T04:40:07.097ZPlanning: Consolidating action changes ... Done
2022024-12-21T04:40:07.378ZPlanning: Evaluating mediators ... Done
2032024-12-21T04:40:07.439ZPlanning: Planning completed in 0.79 seconds
2042024-12-21T04:40:07.481Z Packages to change: 1
2052024-12-21T04:40:07.481Z Mediators to change: 1
2062024-12-21T04:40:07.484Z Services to change: 1
2072024-12-21T04:40:07.484Z Create boot environment: No
2082024-12-21T04:40:07.484ZCreate backup boot environment: Yes
2092024-12-21T04:40:09.661Z Actions: 1/6 actions (Updating modified actions)
2102024-12-21T04:40:09.666Z Actions: Completed 6 actions in 0.00 seconds.
2112024-12-21T04:40:09.666Z Done
2122024-12-21T04:40:09.666Z Done
2132024-12-21T04:40:09.779Z Done
2142024-12-21T04:40:13.405Z Done
2152024-12-21T04:40:13.500Z Done
2162024-12-21T04:40:13.506Z Done
2172024-12-21T04:40:13.633Z Done
2182024-12-21T04:40:14.066ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2192024-12-21T04:40:14.066Zclang system 15 system
2202024-12-21T04:40:14.067Zcsh system system illumos
2212024-12-21T04:40:14.067Zctags system system illumos
2222024-12-21T04:40:14.067Zgcc vendor 12 vendor
2232024-12-21T04:40:14.067Zgcc system 10 system
2242024-12-21T04:40:14.067Zgcc system 7 system
2252024-12-21T04:40:14.067Zgo system 1.20 system
2262024-12-21T04:40:14.067Zgo system 1.19 system
2272024-12-21T04:40:14.067Zllvm system 15 system
2282024-12-21T04:40:14.067Zllvm system 14 system
2292024-12-21T04:40:14.067Zmariadb system 10.6 system
2302024-12-21T04:40:14.067Zmta vendor vendor dma
2312024-12-21T04:40:14.067Zopenjdk system 17 system
2322024-12-21T04:40:14.067Zopenjdk system 11 system
2332024-12-21T04:40:14.067Zopenjdk system 1.8 system
2342024-12-21T04:40:14.067Zopenssl vendor 3 vendor
2352024-12-21T04:40:14.067Zperl system 5.36 system
2362024-12-21T04:40:14.067Zpostgresql system 15 system
2372024-12-21T04:40:14.067Zpostgresql system 13 system
2382024-12-21T04:40:14.068Zpython vendor 3 vendor
2392024-12-21T04:40:14.068Zpython system 2 system
2402024-12-21T04:40:14.068Zpython3 system 3.11 system
2412024-12-21T04:40:14.068Zruby system 3.0 system
2422024-12-21T04:40:14.068Zwords vendor vendor american-english
2432024-12-21T04:40:14.068Zwords system system australian-english
2442024-12-21T04:40:14.068Zwords system system british-english
2452024-12-21T04:40:14.068Zwords system system canadian-english
2462024-12-21T04:40:14.068Zwords system system french
2472024-12-21T04:40:14.068Zwords system system italian
2482024-12-21T04:40:14.068Zwords system system ngerman
2492024-12-21T04:40:14.068Zwords system system ogerman
2502024-12-21T04:40:14.068Zwords system system spanish
2512024-12-21T04:40:14.400ZPUBLISHER TYPE STATUS P LOCATION
2522024-12-21T04:40:14.400Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2532024-12-21T04:40:17.181ZFMRI IFO
2542024-12-21T04:40:17.181Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2552024-12-21T04:40:17.181Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2562024-12-21T04:40:17.181Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2572024-12-21T04:40:17.181Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2582024-12-21T04:40:17.182Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2592024-12-21T04:40:17.182Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2602024-12-21T04:40:17.182Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2612024-12-21T04:40:17.182Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2622024-12-21T04:40:17.182Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2632024-12-21T04:40:17.182Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2642024-12-21T04:40:17.182Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-12-21T04:40:17.182Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-12-21T04:40:17.182Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2672024-12-21T04:40:17.182Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-12-21T04:40:17.182Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-12-21T04:40:17.966Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2702024-12-21T04:40:18.245Z Updating crates.io index
2712024-12-21T04:40:18.338Z Updating git repository `https://github.com/oxidecomputer/diffus`
2722024-12-21T04:40:18.632Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-12-21T04:40:19.152Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-12-21T04:40:19.502Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-12-21T04:40:19.809Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-12-21T04:40:20.054Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-12-21T04:40:21.024Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-12-21T04:40:22.565Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-12-21T04:40:23.216Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-12-21T04:40:23.916Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-12-21T04:40:24.219Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-12-21T04:40:24.507Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-12-21T04:40:25.127Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-12-21T04:40:25.626Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-12-21T04:40:25.847Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-12-21T04:40:26.112Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-12-21T04:40:26.380Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-12-21T04:40:26.622Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-12-21T04:40:26.934Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-12-21T04:40:27.231Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-12-21T04:40:27.593Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-12-21T04:40:30.922Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-12-21T04:40:30.959Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-12-21T04:40:30.959Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-12-21T04:40:30.959Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-12-21T04:40:30.959Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2972024-12-21T04:40:30.959Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-12-21T04:40:30.959Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-12-21T04:40:30.959Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-12-21T04:40:31.628Z Downloading crates ...
3012024-12-21T04:40:31.762Z Downloaded anstyle v1.0.10
3022024-12-21T04:40:31.769Z Downloaded anstream v0.6.15
3032024-12-21T04:40:31.827Z Downloaded block-buffer v0.10.4
3042024-12-21T04:40:31.830Z Downloaded anstyle-parse v0.2.5
3052024-12-21T04:40:31.836Z Downloaded anyhow v1.0.93
3062024-12-21T04:40:31.840Z Downloaded anstyle-query v1.1.1
3072024-12-21T04:40:31.842Z Downloaded autocfg v1.4.0
3082024-12-21T04:40:31.845Z Downloaded bitflags v2.6.0
3092024-12-21T04:40:31.854Z Downloaded clap_lex v0.7.2
3102024-12-21T04:40:31.856Z Downloaded cargo-platform v0.1.8
3112024-12-21T04:40:31.856Z Downloaded bytecount v0.6.8
3122024-12-21T04:40:31.859Z Downloaded cargo_toml v0.20.5
3132024-12-21T04:40:31.866Z Downloaded equivalent v1.0.1
3142024-12-21T04:40:31.866Z Downloaded clap v4.5.21
3152024-12-21T04:40:31.881Z Downloaded dtrace-parser v0.2.0
3162024-12-21T04:40:31.881Z Downloaded byteorder v1.5.0
3172024-12-21T04:40:31.881Z Downloaded colorchoice v1.0.2
3182024-12-21T04:40:31.881Z Downloaded cfg-if v1.0.0
3192024-12-21T04:40:31.881Z Downloaded camino v1.1.9
3202024-12-21T04:40:31.881Z Downloaded camino-tempfile v1.1.1
3212024-12-21T04:40:31.884Z Downloaded generic-array v0.14.7
3222024-12-21T04:40:31.884Z Downloaded digest v0.10.7
3232024-12-21T04:40:31.884Z Downloaded fs-err v2.11.0
3242024-12-21T04:40:31.884Z Downloaded is_terminal_polyfill v1.70.1
3252024-12-21T04:40:31.884Z Downloaded cargo_metadata v0.18.1
3262024-12-21T04:40:31.887Z Downloaded heck v0.4.1
3272024-12-21T04:40:31.887Z Downloaded dof v0.3.0
3282024-12-21T04:40:31.889Z Downloaded heck v0.5.0
3292024-12-21T04:40:31.889Z Downloaded fastrand v2.1.1
3302024-12-21T04:40:31.891Z Downloaded errno v0.3.9
3312024-12-21T04:40:31.894Z Downloaded crypto-common v0.1.6
3322024-12-21T04:40:31.894Z Downloaded cpufeatures v0.2.14
3332024-12-21T04:40:31.894Z Downloaded pretty-hex v0.4.1
3342024-12-21T04:40:31.906Z Downloaded usdt-macro v0.5.0
3352024-12-21T04:40:31.910Z Downloaded usdt-attr-macro v0.5.0
3362024-12-21T04:40:31.915Z Downloaded swrite v0.1.0
3372024-12-21T04:40:31.919Z Downloaded scroll_derive v0.12.0
3382024-12-21T04:40:31.924Z Downloaded fnv v1.0.7
3392024-12-21T04:40:31.929Z Downloaded plain v0.2.3
3402024-12-21T04:40:31.931Z Downloaded memmap v0.7.0
3412024-12-21T04:40:31.934Z Downloaded itoa v1.0.11
3422024-12-21T04:40:31.934Z Downloaded macaddr v1.0.1
3432024-12-21T04:40:31.934Z Downloaded serde_spanned v0.6.8
3442024-12-21T04:40:31.937Z Downloaded pest_generator v2.7.14
3452024-12-21T04:40:31.939Z Downloaded proc-macro-error-attr v1.0.4
3462024-12-21T04:40:31.942Z Downloaded toml_datetime v0.6.8
3472024-12-21T04:40:31.945Z Downloaded terminal_size v0.4.0
3482024-12-21T04:40:31.951Z Downloaded utf8parse v0.2.2
3492024-12-21T04:40:31.955Z Downloaded version_check v0.9.5
3502024-12-21T04:40:31.955Z Downloaded usdt v0.5.0
3512024-12-21T04:40:31.957Z Downloaded thread-id v4.2.2
3522024-12-21T04:40:31.960Z Downloaded thiserror v1.0.69
3532024-12-21T04:40:31.963Z Downloaded tabled_derive v0.7.0
3542024-12-21T04:40:31.965Z Downloaded smawk v0.3.2
3552024-12-21T04:40:31.967Z Downloaded thiserror-impl v1.0.69
3562024-12-21T04:40:31.970Z Downloaded strsim v0.11.1
3572024-12-21T04:40:31.975Z Downloaded clap_derive v4.5.18
3582024-12-21T04:40:31.984Z Downloaded proc-macro-error v1.0.4
3592024-12-21T04:40:31.988Z Downloaded usdt-impl v0.5.0
3602024-12-21T04:40:31.992Z Downloaded zerocopy-derive v0.7.35
3612024-12-21T04:40:31.995Z Downloaded unicode-linebreak v0.1.5
3622024-12-21T04:40:31.998Z Downloaded serde_tokenstream v0.2.2
3632024-12-21T04:40:32.000Z Downloaded tempfile v3.13.0
3642024-12-21T04:40:32.003Z Downloaded sha2 v0.10.8
3652024-12-21T04:40:32.007Z Downloaded scroll v0.12.0
3662024-12-21T04:40:32.011Z Downloaded quote v1.0.37
3672024-12-21T04:40:32.014Z Downloaded pest_derive v2.7.14
3682024-12-21T04:40:32.014Z Downloaded semver v1.0.23
3692024-12-21T04:40:32.017Z Downloaded indexmap v2.6.0
3702024-12-21T04:40:32.020Z Downloaded pest_meta v2.7.14
3712024-12-21T04:40:32.020Z Downloaded once_cell v1.20.2
3722024-12-21T04:40:32.024Z Downloaded textwrap v0.16.1
3732024-12-21T04:40:32.036Z Downloaded log v0.4.22
3742024-12-21T04:40:32.036Z Downloaded typenum v1.17.0
3752024-12-21T04:40:32.036Z Downloaded unicode-ident v1.0.13
3762024-12-21T04:40:32.036Z Downloaded toml v0.8.19
3772024-12-21T04:40:32.039Z Downloaded ryu v1.0.18
3782024-12-21T04:40:32.042Z Downloaded proc-macro2 v1.0.89
3792024-12-21T04:40:32.045Z Downloaded papergrid v0.11.0
3802024-12-21T04:40:32.049Z Downloaded ucd-trie v0.1.7
3812024-12-21T04:40:32.058Z Downloaded serde_derive v1.0.215
3822024-12-21T04:40:32.071Z Downloaded clap_builder v4.5.21
3832024-12-21T04:40:32.077Z Downloaded serde v1.0.215
3842024-12-21T04:40:32.080Z Downloaded memchr v2.7.4
3852024-12-21T04:40:32.095Z Downloaded toml_edit v0.22.22
3862024-12-21T04:40:32.115Z Downloaded hashbrown v0.15.1
3872024-12-21T04:40:32.120Z Downloaded pest v2.7.14
3882024-12-21T04:40:32.124Z Downloaded winnow v0.6.20
3892024-12-21T04:40:32.133Z Downloaded serde_json v1.0.133
3902024-12-21T04:40:32.140Z Downloaded zerocopy v0.7.35
3912024-12-21T04:40:32.154Z Downloaded goblin v0.8.2
3922024-12-21T04:40:32.179Z Downloaded tabled v0.15.0
3932024-12-21T04:40:32.193Z Downloaded syn v2.0.87
3942024-12-21T04:40:32.203Z Downloaded unicode-width v0.1.14
3952024-12-21T04:40:32.208Z Downloaded syn v1.0.109
3962024-12-21T04:40:32.217Z Downloaded rustix v0.38.37
3972024-12-21T04:40:32.266Z Downloaded libc v0.2.162
3982024-12-21T04:40:32.578Z Compiling proc-macro2 v1.0.89
3992024-12-21T04:40:32.578Z Compiling unicode-ident v1.0.13
4002024-12-21T04:40:32.578Z Compiling serde v1.0.215
4012024-12-21T04:40:32.581Z Compiling version_check v0.9.5
4022024-12-21T04:40:32.581Z Compiling thiserror v1.0.69
4032024-12-21T04:40:32.581Z Compiling memchr v2.7.4
4042024-12-21T04:40:32.581Z Compiling libc v0.2.162
4052024-12-21T04:40:32.614Z Compiling ucd-trie v0.1.7
4062024-12-21T04:40:32.826Z Compiling ryu v1.0.18
4072024-12-21T04:40:33.174Z Compiling itoa v1.0.11
4082024-12-21T04:40:33.343Z Compiling once_cell v1.20.2
4092024-12-21T04:40:33.415Z Compiling byteorder v1.5.0
4102024-12-21T04:40:33.494Z Compiling rustix v0.38.37
4112024-12-21T04:40:33.794Z Compiling serde_json v1.0.133
4122024-12-21T04:40:33.971Z Compiling bitflags v2.6.0
4132024-12-21T04:40:34.240Z Compiling usdt-impl v0.5.0
4142024-12-21T04:40:34.486Z Compiling proc-macro-error-attr v1.0.4
4152024-12-21T04:40:34.618Z Compiling quote v1.0.37
4162024-12-21T04:40:34.619Z Compiling syn v1.0.109
4172024-12-21T04:40:34.661Z Compiling proc-macro-error v1.0.4
4182024-12-21T04:40:34.684Z Compiling hashbrown v0.15.1
4192024-12-21T04:40:34.701Z Compiling log v0.4.22
4202024-12-21T04:40:34.818Z Compiling syn v2.0.87
4212024-12-21T04:40:35.094Z Compiling errno v0.3.9
4222024-12-21T04:40:35.146Z Compiling equivalent v1.0.1
4232024-12-21T04:40:35.172Z Compiling plain v0.2.3
4242024-12-21T04:40:35.197Z Compiling thread-id v4.2.2
4252024-12-21T04:40:35.289Z Compiling utf8parse v0.2.2
4262024-12-21T04:40:35.316Z Compiling camino v1.1.9
4272024-12-21T04:40:35.449Z Compiling anstyle-parse v0.2.5
4282024-12-21T04:40:35.780Z Compiling winnow v0.6.20
4292024-12-21T04:40:35.852Z Compiling indexmap v2.6.0
4302024-12-21T04:40:35.939Z Compiling unicode-width v0.1.14
4312024-12-21T04:40:36.038Z Compiling is_terminal_polyfill v1.70.1
4322024-12-21T04:40:36.188Z Compiling anstyle v1.0.10
4332024-12-21T04:40:36.232Z Compiling anstyle-query v1.1.1
4342024-12-21T04:40:36.399Z Compiling colorchoice v1.0.2
4352024-12-21T04:40:36.488Z Compiling pretty-hex v0.4.1
4362024-12-21T04:40:36.573Z Compiling autocfg v1.4.0
4372024-12-21T04:40:36.674Z Compiling semver v1.0.23
4382024-12-21T04:40:36.717Z Compiling anstream v0.6.15
4392024-12-21T04:40:37.312Z Compiling terminal_size v0.4.0
4402024-12-21T04:40:37.471Z Compiling clap_lex v0.7.2
4412024-12-21T04:40:37.536Z Compiling cfg-if v1.0.0
4422024-12-21T04:40:37.568Z Compiling heck v0.4.1
4432024-12-21T04:40:37.635Z Compiling fastrand v2.1.1
4442024-12-21T04:40:37.810Z Compiling fs-err v2.11.0
4452024-12-21T04:40:37.996Z Compiling fnv v1.0.7
4462024-12-21T04:40:38.134Z Compiling anyhow v1.0.93
4472024-12-21T04:40:38.136Z Compiling bytecount v0.6.8
4482024-12-21T04:40:38.188Z Compiling strsim v0.11.1
4492024-12-21T04:40:38.392Z Compiling heck v0.5.0
4502024-12-21T04:40:38.593Z Compiling clap_builder v4.5.21
4512024-12-21T04:40:38.783Z Compiling tempfile v3.13.0
4522024-12-21T04:40:38.945Z Compiling papergrid v0.11.0
4532024-12-21T04:40:39.195Z Compiling memmap v0.7.0
4542024-12-21T04:40:39.312Z Compiling unicode-linebreak v0.1.5
4552024-12-21T04:40:39.550Z Compiling smawk v0.3.2
4562024-12-21T04:40:39.778Z Compiling textwrap v0.16.1
4572024-12-21T04:40:39.804Z Compiling swrite v0.1.0
4582024-12-21T04:40:40.998Z Compiling tabled_derive v0.7.0
4592024-12-21T04:40:42.666Z Compiling tabled v0.15.0
4602024-12-21T04:40:43.818Z Compiling serde_derive v1.0.215
4612024-12-21T04:40:43.818Z Compiling thiserror-impl v1.0.69
4622024-12-21T04:40:43.821Z Compiling zerocopy-derive v0.7.35
4632024-12-21T04:40:43.841Z Compiling scroll_derive v0.12.0
4642024-12-21T04:40:44.053Z Compiling clap_derive v4.5.18
4652024-12-21T04:40:45.337Z Compiling scroll v0.12.0
4662024-12-21T04:40:45.791Z Compiling zerocopy v0.7.35
4672024-12-21T04:40:45.864Z Compiling goblin v0.8.2
4682024-12-21T04:40:46.649Z Compiling pest v2.7.14
4692024-12-21T04:40:47.661Z Compiling clap v4.5.21
4702024-12-21T04:40:48.909Z Compiling pest_meta v2.7.14
4712024-12-21T04:40:49.752Z Compiling pest_generator v2.7.14
4722024-12-21T04:40:51.604Z Compiling pest_derive v2.7.14
4732024-12-21T04:40:52.269Z Compiling dtrace-parser v0.2.0
4742024-12-21T04:40:54.224Z Compiling serde_spanned v0.6.8
4752024-12-21T04:40:54.224Z Compiling toml_datetime v0.6.8
4762024-12-21T04:40:54.230Z Compiling cargo-platform v0.1.8
4772024-12-21T04:40:54.591Z Compiling serde_tokenstream v0.2.2
4782024-12-21T04:40:54.614Z Compiling toml_edit v0.22.22
4792024-12-21T04:40:54.788Z Compiling macaddr v1.0.1
4802024-12-21T04:40:54.908Z Compiling camino-tempfile v1.1.1
4812024-12-21T04:40:55.688Z Compiling dof v0.3.0
4822024-12-21T04:40:55.688Z Compiling cargo_metadata v0.18.1
4832024-12-21T04:40:57.478Z Compiling toml v0.8.19
4842024-12-21T04:40:57.723Z Compiling usdt-attr-macro v0.5.0
4852024-12-21T04:40:57.723Z Compiling usdt-macro v0.5.0
4862024-12-21T04:40:58.281Z Compiling cargo_toml v0.20.5
4872024-12-21T04:40:59.107Z Compiling usdt v0.5.0
4882024-12-21T04:41:01.895Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-12-21T04:41:06.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.37s
4902024-12-21T04:41:06.359Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-12-21T04:41:06.904Z Downloading crates ...
4922024-12-21T04:41:07.026Z Downloaded adler2 v2.0.0
4932024-12-21T04:41:07.030Z Downloaded addr2line v0.24.2
4942024-12-21T04:41:07.037Z Downloaded async-stream-impl v0.3.6
4952024-12-21T04:41:07.046Z Downloaded headers-core v0.3.0
4962024-12-21T04:41:07.049Z Downloaded atty v0.2.14
4972024-12-21T04:41:07.049Z Downloaded atomicwrites v0.4.4
4982024-12-21T04:41:07.052Z Downloaded darling v0.20.10
4992024-12-21T04:41:07.057Z Downloaded hyper-tls v0.6.0
5002024-12-21T04:41:07.060Z Downloaded hubpack v0.1.2
5012024-12-21T04:41:07.062Z Downloaded httpdate v1.0.3
5022024-12-21T04:41:07.064Z Downloaded ciborium-io v0.2.2
5032024-12-21T04:41:07.067Z Downloaded hubpack_derive v0.1.1
5042024-12-21T04:41:07.069Z Downloaded crucible-workspace-hack v0.1.0
5052024-12-21T04:41:07.069Z Downloaded cfg_aliases v0.1.1
5062024-12-21T04:41:07.069Z Downloaded ident_case v1.0.1
5072024-12-21T04:41:07.071Z Downloaded instant v0.1.13
5082024-12-21T04:41:07.074Z Downloaded cstr-argument v0.1.2
5092024-12-21T04:41:07.074Z Downloaded async-trait v0.1.83
5102024-12-21T04:41:07.077Z Downloaded matches v0.1.10
5112024-12-21T04:41:07.080Z Downloaded atomic-waker v1.1.2
5122024-12-21T04:41:07.083Z Downloaded md5 v0.7.0
5132024-12-21T04:41:07.083Z Downloaded crunchy v0.2.2
5142024-12-21T04:41:07.085Z Downloaded cfg_aliases v0.2.1
5152024-12-21T04:41:07.085Z Downloaded cexpr v0.6.0
5162024-12-21T04:41:07.088Z Downloaded aead v0.5.2
5172024-12-21T04:41:07.090Z Downloaded match_cfg v0.1.0
5182024-12-21T04:41:07.091Z Downloaded cassowary v0.3.0
5192024-12-21T04:41:07.093Z Downloaded bit-vec v0.6.3
5202024-12-21T04:41:07.095Z Downloaded is_ci v1.2.0
5212024-12-21T04:41:07.095Z Downloaded bit-set v0.5.3
5222024-12-21T04:41:07.097Z Downloaded hyper-rustls v0.27.3
5232024-12-21T04:41:07.100Z Downloaded home v0.5.9
5242024-12-21T04:41:07.103Z Downloaded bitfield v0.14.0
5252024-12-21T04:41:07.103Z Downloaded humantime v2.1.0
5262024-12-21T04:41:07.106Z Downloaded hostname v0.4.0
5272024-12-21T04:41:07.108Z Downloaded constant_time_eq v0.3.1
5282024-12-21T04:41:07.108Z Downloaded hostname v0.3.1
5292024-12-21T04:41:07.111Z Downloaded chacha20 v0.9.1
5302024-12-21T04:41:07.114Z Downloaded linear-map v1.2.0
5312024-12-21T04:41:07.114Z Downloaded convert_case v0.4.0
5322024-12-21T04:41:07.116Z Downloaded async-recursion v1.1.1
5332024-12-21T04:41:07.119Z Downloaded buf-list v1.0.3
5342024-12-21T04:41:07.122Z Downloaded curve25519-dalek-derive v0.1.1
5352024-12-21T04:41:07.125Z Downloaded lru v0.12.5
5362024-12-21T04:41:07.128Z Downloaded cipher v0.4.4
5372024-12-21T04:41:07.128Z Downloaded libsw v3.3.1
5382024-12-21T04:41:07.130Z Downloaded http-body v1.0.1
5392024-12-21T04:41:07.133Z Downloaded md-5 v0.10.6
5402024-12-21T04:41:07.133Z Downloaded internet-checksum v0.2.1
5412024-12-21T04:41:07.136Z Downloaded cmake v0.1.51
5422024-12-21T04:41:07.136Z Downloaded crc v3.2.1
5432024-12-21T04:41:07.139Z Downloaded memoffset v0.9.1
5442024-12-21T04:41:07.141Z Downloaded hex v0.4.3
5452024-12-21T04:41:07.144Z Downloaded linked-hash-map v0.5.6
5462024-12-21T04:41:07.144Z Downloaded maplit v1.0.2
5472024-12-21T04:41:07.147Z Downloaded instability v0.3.2
5482024-12-21T04:41:07.147Z Downloaded crossbeam-deque v0.8.5
5492024-12-21T04:41:07.149Z Downloaded block-padding v0.3.3
5502024-12-21T04:41:07.153Z Downloaded indoc v1.0.9
5512024-12-21T04:41:07.156Z Downloaded icu_locid_transform v1.5.0
5522024-12-21T04:41:07.159Z Downloaded russh-cryptovec v0.7.3
5532024-12-21T04:41:07.159Z Downloaded highway v1.2.0
5542024-12-21T04:41:07.161Z Downloaded async-bb8-diesel v0.2.1
5552024-12-21T04:41:07.163Z Downloaded tinyvec_macros v0.1.1
5562024-12-21T04:41:07.163Z Downloaded crc-catalog v2.4.0
5572024-12-21T04:41:07.166Z Downloaded chrono-tz-build v0.4.0
5582024-12-21T04:41:07.166Z Downloaded take_mut v0.2.2
5592024-12-21T04:41:07.168Z Downloaded sqlparser_derive v0.2.2
5602024-12-21T04:41:07.168Z Downloaded hickory-client v0.24.1
5612024-12-21T04:41:07.172Z Downloaded sigpipe v0.1.3
5622024-12-21T04:41:07.174Z Downloaded quinn-udp v0.5.5
5632024-12-21T04:41:07.176Z Downloaded lock_api v0.4.12
5642024-12-21T04:41:07.176Z Downloaded bcs v0.1.6
5652024-12-21T04:41:07.179Z Downloaded iana-time-zone v0.1.61
5662024-12-21T04:41:07.182Z Downloaded bzip2 v0.4.4
5672024-12-21T04:41:07.184Z Downloaded hyper-staticfile v0.10.1
5682024-12-21T04:41:07.187Z Downloaded memmap2 v0.9.5
5692024-12-21T04:41:07.193Z Downloaded colored v2.1.0
5702024-12-21T04:41:07.197Z Downloaded libloading v0.8.5
5712024-12-21T04:41:07.197Z Downloaded mime v0.3.17
5722024-12-21T04:41:07.197Z Downloaded maybe-uninit v2.0.0
5732024-12-21T04:41:07.199Z Downloaded r2d2 v0.8.10
5742024-12-21T04:41:07.199Z Downloaded cookie_store v0.21.0
5752024-12-21T04:41:07.202Z Downloaded libefi-sys v0.1.0
5762024-12-21T04:41:07.205Z Downloaded tower-service v0.3.3
5772024-12-21T04:41:07.205Z Downloaded rfc6979 v0.4.0
5782024-12-21T04:41:07.207Z Downloaded icu_locid_transform_data v1.5.0
5792024-12-21T04:41:07.208Z Downloaded kstat-rs v0.2.4
5802024-12-21T04:41:07.210Z Downloaded darling_macro v0.20.10
5812024-12-21T04:41:07.210Z Downloaded primeorder v0.13.6
5822024-12-21T04:41:07.213Z Downloaded const_format_proc_macros v0.2.33
5832024-12-21T04:41:07.215Z Downloaded foreign-types-shared v0.1.1
5842024-12-21T04:41:07.218Z Downloaded endian-type v0.1.2
5852024-12-21T04:41:07.218Z Downloaded form_urlencoded v1.2.1
5862024-12-21T04:41:07.218Z Downloaded foreign-types-shared v0.3.1
5872024-12-21T04:41:07.220Z Downloaded bitfield-struct v0.6.2
5882024-12-21T04:41:07.220Z Downloaded thiserror-impl-no-std v2.0.2
5892024-12-21T04:41:07.222Z Downloaded ssh-cipher v0.2.0
5902024-12-21T04:41:07.225Z Downloaded scopeguard v1.2.0
5912024-12-21T04:41:07.225Z Downloaded tls_codec v0.4.1
5922024-12-21T04:41:07.227Z Downloaded zerofrom v0.1.4
5932024-12-21T04:41:07.230Z Downloaded icu_locid v1.5.0
5942024-12-21T04:41:07.234Z Downloaded serde_path_to_error v0.1.16
5952024-12-21T04:41:07.237Z Downloaded slab v0.4.9
5962024-12-21T04:41:07.237Z Downloaded mime_guess v2.0.5
5972024-12-21T04:41:07.240Z Downloaded indexmap v1.9.3
5982024-12-21T04:41:07.243Z Downloaded crc32fast v1.4.2
5992024-12-21T04:41:07.245Z Downloaded ahash v0.8.11
6002024-12-21T04:41:07.249Z Downloaded crossbeam-epoch v0.9.18
6012024-12-21T04:41:07.252Z Downloaded backoff v0.4.0
6022024-12-21T04:41:07.255Z Downloaded icu_normalizer v1.5.0
6032024-12-21T04:41:07.259Z Downloaded const-oid v0.9.6
6042024-12-21T04:41:07.261Z Downloaded crossbeam-utils v0.8.20
6052024-12-21T04:41:07.264Z Downloaded icu_normalizer_data v1.5.0
6062024-12-21T04:41:07.266Z Downloaded openssl-macros v0.1.1
6072024-12-21T04:41:07.269Z Downloaded normalize-line-endings v0.3.0
6082024-12-21T04:41:07.269Z Downloaded display-error-chain v0.2.2
6092024-12-21T04:41:07.271Z Downloaded float-cmp v0.9.0
6102024-12-21T04:41:07.272Z Downloaded precomputed-hash v0.1.1
6112024-12-21T04:41:07.274Z Downloaded path-slash v0.1.5
6122024-12-21T04:41:07.274Z Downloaded serde-big-array v0.5.1
6132024-12-21T04:41:07.277Z Downloaded cookie v0.18.1
6142024-12-21T04:41:07.280Z Downloaded funty v2.0.0
6152024-12-21T04:41:07.280Z Downloaded fragile v2.0.0
6162024-12-21T04:41:07.282Z Downloaded blake2 v0.10.6
6172024-12-21T04:41:07.284Z Downloaded num v0.4.3
6182024-12-21T04:41:07.286Z Downloaded rand_xorshift v0.3.0
6192024-12-21T04:41:07.286Z Downloaded termios v0.3.3
6202024-12-21T04:41:07.290Z Downloaded strum_macros v0.25.3
6212024-12-21T04:41:07.293Z Downloaded ref-cast v1.0.23
6222024-12-21T04:41:07.293Z Downloaded strip-ansi-escapes v0.2.0
6232024-12-21T04:41:07.295Z Downloaded indicatif v0.17.9
6242024-12-21T04:41:07.298Z Downloaded writeable v0.5.5
6252024-12-21T04:41:07.300Z Downloaded wyz v0.5.1
6262024-12-21T04:41:07.303Z Downloaded utf8_iter v1.0.4
6272024-12-21T04:41:07.305Z Downloaded utf16_iter v1.0.5
6282024-12-21T04:41:07.305Z Downloaded utf-8 v0.7.6
6292024-12-21T04:41:07.308Z Downloaded untrusted v0.9.0
6302024-12-21T04:41:07.308Z Downloaded dirs-sys-next v0.1.2
6312024-12-21T04:41:07.310Z Downloaded strum v0.26.3
6322024-12-21T04:41:07.310Z Downloaded heapless v0.7.17
6332024-12-21T04:41:07.314Z Downloaded termtree v0.4.1
6342024-12-21T04:41:07.316Z Downloaded smallvec v0.6.14
6352024-12-21T04:41:07.319Z Downloaded http v1.1.0
6362024-12-21T04:41:07.322Z Downloaded chacha20poly1305 v0.10.1
6372024-12-21T04:41:07.324Z Downloaded crc-any v2.5.0
6382024-12-21T04:41:07.327Z Downloaded phf_codegen v0.11.2
6392024-12-21T04:41:07.327Z Downloaded argon2 v0.5.3
6402024-12-21T04:41:07.329Z Downloaded zone_cfg_derive v0.3.0
6412024-12-21T04:41:07.329Z Downloaded foreign-types-macros v0.2.3
6422024-12-21T04:41:07.331Z Downloaded compact_str v0.8.0
6432024-12-21T04:41:07.334Z Downloaded dunce v1.0.5
6442024-12-21T04:41:07.336Z Downloaded embedded-io v0.4.0
6452024-12-21T04:41:07.339Z Downloaded ppv-lite86 v0.2.20
6462024-12-21T04:41:07.339Z Downloaded nu-ansi-term v0.50.1
6472024-12-21T04:41:07.342Z Downloaded semver v0.1.20
6482024-12-21T04:41:07.345Z Downloaded foreign-types v0.3.2
6492024-12-21T04:41:07.345Z Downloaded signature v2.2.0
6502024-12-21T04:41:07.345Z Downloaded nibble_vec v0.1.0
6512024-12-21T04:41:07.347Z Downloaded fs_extra v1.3.0
6522024-12-21T04:41:07.350Z Downloaded pbkdf2 v0.11.0
6532024-12-21T04:41:07.354Z Downloaded icu_properties v1.5.1
6542024-12-21T04:41:07.357Z Downloaded pin-utils v0.1.0
6552024-12-21T04:41:07.357Z Downloaded heapless v0.8.0
6562024-12-21T04:41:07.360Z Downloaded rtoolbox v0.0.2
6572024-12-21T04:41:07.362Z Downloaded oso-derive v0.27.3
6582024-12-21T04:41:07.363Z Downloaded mirai-annotations v1.12.0
6592024-12-21T04:41:07.365Z Downloaded phf_shared v0.10.0
6602024-12-21T04:41:07.365Z Downloaded fxhash v0.2.1
6612024-12-21T04:41:07.367Z Downloaded slog-bunyan v2.5.0
6622024-12-21T04:41:07.367Z Downloaded sec1 v0.7.3
6632024-12-21T04:41:07.370Z Downloaded rustfmt-wrapper v0.2.1
6642024-12-21T04:41:07.372Z Downloaded hickory-resolver v0.24.1
6652024-12-21T04:41:07.375Z Downloaded der_derive v0.7.3
6662024-12-21T04:41:07.378Z Downloaded rand_core v0.6.4
6672024-12-21T04:41:07.380Z Downloaded unicode-truncate v1.1.0
6682024-12-21T04:41:07.380Z Downloaded unicode-xid v0.2.6
6692024-12-21T04:41:07.382Z Downloaded peg-runtime v0.8.3
6702024-12-21T04:41:07.385Z Downloaded unarray v0.1.4
6712024-12-21T04:41:07.385Z Downloaded owo-colors v4.1.0
6722024-12-21T04:41:07.388Z Downloaded tokio-native-tls v0.3.1
6732024-12-21T04:41:07.391Z Downloaded const_format v0.2.33
6742024-12-21T04:41:07.393Z Downloaded progenitor-client v0.8.0
6752024-12-21T04:41:07.396Z Downloaded zeroize_derive v1.4.2
6762024-12-21T04:41:07.396Z Downloaded unicase v2.7.0
6772024-12-21T04:41:07.399Z Downloaded fallible-iterator v0.3.0
6782024-12-21T04:41:07.399Z Downloaded dsl_auto_type v0.1.2
6792024-12-21T04:41:07.402Z Downloaded sync_wrapper v1.0.1
6802024-12-21T04:41:07.402Z Downloaded defmt-parser v0.3.4
6812024-12-21T04:41:07.404Z Downloaded defmt-macros v0.3.9
6822024-12-21T04:41:07.408Z Downloaded pkcs1 v0.7.5
6832024-12-21T04:41:07.411Z Downloaded sct v0.7.1
6842024-12-21T04:41:07.414Z Downloaded defmt v0.3.8
6852024-12-21T04:41:07.417Z Downloaded sync-ptr v0.1.1
6862024-12-21T04:41:07.420Z Downloaded hickory-server v0.24.1
6872024-12-21T04:41:07.432Z Downloaded want v0.3.1
6882024-12-21T04:41:07.435Z Downloaded futures-executor v0.3.31
6892024-12-21T04:41:07.435Z Downloaded packed_struct v0.10.1
6902024-12-21T04:41:07.438Z Downloaded try-lock v0.2.5
6912024-12-21T04:41:07.438Z Downloaded phf_generator v0.11.2
6922024-12-21T04:41:07.440Z Downloaded phf v0.11.2
6932024-12-21T04:41:07.440Z Downloaded supports-color v3.0.1
6942024-12-21T04:41:07.443Z Downloaded zone_cfg_derive v0.1.2
6952024-12-21T04:41:07.443Z Downloaded mockall v0.13.0
6962024-12-21T04:41:07.445Z Downloaded strum_macros v0.24.3
6972024-12-21T04:41:07.448Z Downloaded slog-async v2.8.0
6982024-12-21T04:41:07.448Z Downloaded pin-project-lite v0.2.14
6992024-12-21T04:41:07.454Z Downloaded num_enum_derive v0.5.11
7002024-12-21T04:41:07.457Z Downloaded num_enum v0.5.11
7012024-12-21T04:41:07.460Z Downloaded write16 v1.0.0
7022024-12-21T04:41:07.463Z Downloaded backtrace v0.3.74
7032024-12-21T04:41:07.466Z Downloaded quick-error v1.2.3
7042024-12-21T04:41:07.469Z Downloaded phf_shared v0.11.2
7052024-12-21T04:41:07.469Z Downloaded term v0.7.0
7062024-12-21T04:41:07.472Z Downloaded opaque-debug v0.3.1
7072024-12-21T04:41:07.475Z Downloaded rustc-hash v2.0.0
7082024-12-21T04:41:07.475Z Downloaded fallible-iterator v0.2.0
7092024-12-21T04:41:07.477Z Downloaded serde_yaml v0.9.34+deprecated
7102024-12-21T04:41:07.480Z Downloaded stable_deref_trait v1.2.0
7112024-12-21T04:41:07.480Z Downloaded slog-stdlog v4.1.1
7122024-12-21T04:41:07.483Z Downloaded crossbeam-channel v0.5.13
7132024-12-21T04:41:07.486Z Downloaded sha1 v0.10.6
7142024-12-21T04:41:07.489Z Downloaded minimal-lexical v0.2.1
7152024-12-21T04:41:07.493Z Downloaded rustc_version v0.1.7
7162024-12-21T04:41:07.495Z Downloaded tracing v0.1.40
7172024-12-21T04:41:07.498Z Downloaded universal-hash v0.5.1
7182024-12-21T04:41:07.501Z Downloaded tui-tree-widget v0.22.0
7192024-12-21T04:41:07.501Z Downloaded multer v3.1.0
7202024-12-21T04:41:07.504Z Downloaded xattr v1.3.1
7212024-12-21T04:41:07.506Z Downloaded untrusted v0.7.1
7222024-12-21T04:41:07.508Z Downloaded subtle v2.6.1
7232024-12-21T04:41:07.508Z Downloaded structmeta-derive v0.3.0
7242024-12-21T04:41:07.510Z Downloaded packed_struct_codegen v0.10.1
7252024-12-21T04:41:07.512Z Downloaded difflib v0.4.0
7262024-12-21T04:41:07.512Z Downloaded p256 v0.13.2
7272024-12-21T04:41:07.515Z Downloaded gethostname v0.5.0
7282024-12-21T04:41:07.518Z Downloaded derive_builder v0.20.2
7292024-12-21T04:41:07.521Z Downloaded multimap v0.10.0
7302024-12-21T04:41:07.524Z Downloaded yoke-derive v0.7.4
7312024-12-21T04:41:07.524Z Downloaded ed25519 v2.2.3
7322024-12-21T04:41:07.527Z Downloaded resolv-conf v0.7.0
7332024-12-21T04:41:07.529Z Downloaded radium v0.7.0
7342024-12-21T04:41:07.529Z Downloaded env_filter v0.1.2
7352024-12-21T04:41:07.532Z Downloaded nodrop v0.1.14
7362024-12-21T04:41:07.532Z Downloaded ghash v0.5.1
7372024-12-21T04:41:07.534Z Downloaded openssl-probe v0.1.5
7382024-12-21T04:41:07.534Z Downloaded rustversion v1.0.17
7392024-12-21T04:41:07.537Z Downloaded dropshot_endpoint v0.13.0
7402024-12-21T04:41:07.540Z Downloaded new_debug_unreachable v1.0.6
7412024-12-21T04:41:07.543Z Downloaded scrypt v0.11.0
7422024-12-21T04:41:07.543Z Downloaded enum-as-inner v0.6.1
7432024-12-21T04:41:07.545Z Downloaded derive-where v1.2.7
7442024-12-21T04:41:07.549Z Downloaded fallible-streaming-iterator v0.1.9
7452024-12-21T04:41:07.552Z Downloaded pbkdf2 v0.12.2
7462024-12-21T04:41:07.552Z Downloaded paste v1.0.15
7472024-12-21T04:41:07.556Z Downloaded libm v0.2.8
7482024-12-21T04:41:07.562Z Downloaded slog-scope v4.4.0
7492024-12-21T04:41:07.565Z Downloaded static_assertions v1.1.0
7502024-12-21T04:41:07.568Z Downloaded ssh-encoding v0.2.0
7512024-12-21T04:41:07.568Z Downloaded slog-json v2.6.1
7522024-12-21T04:41:07.571Z Downloaded simd-adler32 v0.3.7
7532024-12-21T04:41:07.571Z Downloaded derive_builder_macro v0.20.2
7542024-12-21T04:41:07.573Z Downloaded toolchain_find v0.4.0
7552024-12-21T04:41:07.573Z Downloaded env_logger v0.11.5
7562024-12-21T04:41:07.576Z Downloaded num-traits v0.2.19
7572024-12-21T04:41:07.579Z Downloaded diesel-dtrace v0.4.2
7582024-12-21T04:41:07.581Z Downloaded tokio-tungstenite v0.24.0
7592024-12-21T04:41:07.584Z Downloaded pin-project v1.1.6
7602024-12-21T04:41:07.594Z Downloaded vte_generate_state_changes v0.1.2
7612024-12-21T04:41:07.597Z Downloaded env_logger v0.10.2
7622024-12-21T04:41:07.599Z Downloaded hashbrown v0.13.2
7632024-12-21T04:41:07.603Z Downloaded rusty-fork v0.3.0
7642024-12-21T04:41:07.606Z Downloaded aes v0.8.4
7652024-12-21T04:41:07.608Z Downloaded oso v0.27.3
7662024-12-21T04:41:07.612Z Downloaded libxml v0.3.3
7672024-12-21T04:41:07.618Z Downloaded newtype_derive v0.1.6
7682024-12-21T04:41:07.621Z Downloaded pkg-config v0.3.31
7692024-12-21T04:41:07.621Z Downloaded float-ord v0.3.2
7702024-12-21T04:41:07.624Z Downloaded flagset v0.4.6
7712024-12-21T04:41:07.624Z Downloaded fixedbitset v0.4.2
7722024-12-21T04:41:07.627Z Downloaded rustc-hash v1.1.0
7732024-12-21T04:41:07.627Z Downloaded tokio-stream v0.1.16
7742024-12-21T04:41:07.632Z Downloaded vsss-rs v3.3.4
7752024-12-21T04:41:07.635Z Downloaded pretty-hex v0.2.1
7762024-12-21T04:41:07.638Z Downloaded tokio-tungstenite v0.21.0
7772024-12-21T04:41:07.640Z Downloaded zopfli v0.8.1
7782024-12-21T04:41:07.643Z Downloaded structmeta v0.3.0
7792024-12-21T04:41:07.643Z Downloaded rand_seeder v0.3.0
7802024-12-21T04:41:07.646Z Downloaded tokio-rustls v0.25.0
7812024-12-21T04:41:07.648Z Downloaded tokio-rustls v0.24.1
7822024-12-21T04:41:07.648Z Downloaded progenitor-impl v0.8.0
7832024-12-21T04:41:07.651Z Downloaded debug-ignore v1.0.5
7842024-12-21T04:41:07.654Z Downloaded subprocess v0.2.9
7852024-12-21T04:41:07.658Z Downloaded zerovec-derive v0.10.3
7862024-12-21T04:41:07.661Z Downloaded ff v0.13.0
7872024-12-21T04:41:07.661Z Downloaded fd-lock v4.0.2
7882024-12-21T04:41:07.661Z Downloaded ron v0.7.1
7892024-12-21T04:41:07.666Z Downloaded num-bigint v0.4.6
7902024-12-21T04:41:07.672Z Downloaded stringprep v0.1.5
7912024-12-21T04:41:07.674Z Downloaded string_cache v0.8.7
7922024-12-21T04:41:07.676Z Downloaded spki v0.7.3
7932024-12-21T04:41:07.679Z Downloaded getrandom v0.2.15
7942024-12-21T04:41:07.682Z Downloaded unsafe-libyaml v0.2.11
7952024-12-21T04:41:07.685Z Downloaded tokio-util v0.7.12
7962024-12-21T04:41:07.690Z Downloaded olpc-cjson v0.1.4
7972024-12-21T04:41:07.693Z Downloaded newtype-uuid v1.1.3
7982024-12-21T04:41:07.693Z Downloaded rustc-demangle v0.1.24
7992024-12-21T04:41:07.696Z Downloaded predicates-tree v1.0.11
8002024-12-21T04:41:07.696Z Downloaded shlex v1.3.0
8012024-12-21T04:41:07.698Z Downloaded predicates-core v1.0.8
8022024-12-21T04:41:07.698Z Downloaded vergen v8.3.2
8032024-12-21T04:41:07.701Z Downloaded diff v0.1.13
8042024-12-21T04:41:07.704Z Downloaded hash32 v0.2.1
8052024-12-21T04:41:07.708Z Downloaded waitgroup v0.1.2
8062024-12-21T04:41:07.711Z Downloaded salsa20 v0.10.2
8072024-12-21T04:41:07.711Z Downloaded pkcs8 v0.10.2
8082024-12-21T04:41:07.713Z Downloaded enum-as-inner v0.5.1
8092024-12-21T04:41:07.713Z Downloaded predicates v3.1.2
8102024-12-21T04:41:07.716Z Downloaded shell-words v1.1.0
8112024-12-21T04:41:07.718Z Downloaded num-integer v0.1.46
8122024-12-21T04:41:07.731Z Downloaded num-derive v0.4.2
8132024-12-21T04:41:07.731Z Downloaded scheduled-thread-pool v0.2.7
8142024-12-21T04:41:07.731Z Downloaded aes-gcm v0.10.3
8152024-12-21T04:41:07.731Z Downloaded steno v0.4.1
8162024-12-21T04:41:07.731Z Downloaded dhcproto v0.12.0
8172024-12-21T04:41:07.734Z Downloaded topological-sort v0.2.2
8182024-12-21T04:41:07.740Z Downloaded hkdf v0.12.4
8192024-12-21T04:41:07.740Z Downloaded slog-term v2.9.1
8202024-12-21T04:41:07.740Z Downloaded dhcproto-macros v0.1.0
8212024-12-21T04:41:07.742Z Downloaded zerocopy v0.6.6
8222024-12-21T04:41:07.745Z Downloaded downcast v0.11.0
8232024-12-21T04:41:07.745Z Downloaded rand v0.8.5
8242024-12-21T04:41:07.750Z Downloaded progenitor-macro v0.8.0
8252024-12-21T04:41:07.752Z Downloaded progenitor v0.8.0
8262024-12-21T04:41:07.752Z Downloaded zerofrom-derive v0.1.4
8272024-12-21T04:41:07.752Z Downloaded value-bag v1.9.0
8282024-12-21T04:41:07.755Z Downloaded proc-macro-crate v1.3.1
8292024-12-21T04:41:07.758Z Downloaded parse-display-derive v0.10.0
8302024-12-21T04:41:07.758Z Downloaded futures-sink v0.3.31
8312024-12-21T04:41:07.760Z Downloaded parse-display v0.10.0
8322024-12-21T04:41:07.761Z Downloaded parse-size v1.1.0
8332024-12-21T04:41:07.763Z Downloaded parking_lot v0.11.2
8342024-12-21T04:41:07.765Z Downloaded tiny-keccak v2.0.2
8352024-12-21T04:41:07.768Z Downloaded signal-hook-mio v0.2.4
8362024-12-21T04:41:07.768Z Downloaded serde_urlencoded v0.7.1
8372024-12-21T04:41:07.771Z Downloaded miniz_oxide v0.8.0
8382024-12-21T04:41:07.775Z Downloaded polyval v0.6.2
8392024-12-21T04:41:07.775Z Downloaded either v1.13.0
8402024-12-21T04:41:07.775Z Downloaded expectorate v1.1.0
8412024-12-21T04:41:07.778Z Downloaded tough v0.19.0
8422024-12-21T04:41:07.789Z Downloaded typify-macro v0.2.0
8432024-12-21T04:41:07.792Z Downloaded openssl-sys v0.9.103
8442024-12-21T04:41:07.792Z Downloaded mio v1.0.2
8452024-12-21T04:41:07.799Z Downloaded hashbrown v0.14.5
8462024-12-21T04:41:07.804Z Downloaded foreign-types v0.5.0
8472024-12-21T04:41:07.806Z Downloaded rpassword v7.3.1
8482024-12-21T04:41:07.806Z Downloaded diesel_table_macro_syntax v0.2.0
8492024-12-21T04:41:07.809Z Downloaded tracing-attributes v0.1.27
8502024-12-21T04:41:07.809Z Downloaded number_prefix v0.4.0
8512024-12-21T04:41:07.812Z Downloaded postcard v1.0.10
8522024-12-21T04:41:07.812Z Downloaded same-file v1.0.6
8532024-12-21T04:41:07.816Z Downloaded itertools v0.13.0
8542024-12-21T04:41:07.821Z Downloaded futures-channel v0.3.31
8552024-12-21T04:41:07.824Z Downloaded pem v3.0.4
8562024-12-21T04:41:07.827Z Downloaded newline-converter v0.3.0
8572024-12-21T04:41:07.827Z Downloaded test-strategy v0.4.0
8582024-12-21T04:41:07.830Z Downloaded signal-hook v0.3.17
8592024-12-21T04:41:07.833Z Downloaded futures-io v0.3.31
8602024-12-21T04:41:07.835Z Downloaded futures-core v0.3.31
8612024-12-21T04:41:07.835Z Downloaded slog-envlogger v2.2.0
8622024-12-21T04:41:07.839Z Downloaded peg v0.8.4
8632024-12-21T04:41:07.841Z Downloaded slog-dtrace v0.3.0
8642024-12-21T04:41:07.841Z Downloaded rayon-core v1.12.1
8652024-12-21T04:41:07.845Z Downloaded smf v0.2.3
8662024-12-21T04:41:07.848Z Downloaded percent-encoding v2.3.1
8672024-12-21T04:41:07.848Z Downloaded data-encoding v2.6.0
8682024-12-21T04:41:07.851Z Downloaded zone v0.1.8
8692024-12-21T04:41:07.851Z Downloaded which v4.4.2
8702024-12-21T04:41:07.851Z Downloaded time-macros v0.2.18
8712024-12-21T04:41:07.853Z Downloaded serde_plain v1.0.2
8722024-12-21T04:41:07.855Z Downloaded dropshot_endpoint v0.12.0
8732024-12-21T04:41:07.859Z Downloaded flume v0.11.1
8742024-12-21T04:41:07.862Z Downloaded salty v0.3.0
8752024-12-21T04:41:07.868Z Downloaded zone v0.3.0
8762024-12-21T04:41:07.870Z Downloaded futures-task v0.3.31
8772024-12-21T04:41:07.870Z Downloaded foldhash v0.1.3
8782024-12-21T04:41:07.873Z Downloaded time-core v0.1.2
8792024-12-21T04:41:07.873Z Downloaded num-conv v0.1.0
8802024-12-21T04:41:07.873Z Downloaded num_threads v0.1.7
8812024-12-21T04:41:07.875Z Downloaded spin v0.9.8
8822024-12-21T04:41:07.878Z Downloaded snafu-derive v0.8.5
8832024-12-21T04:41:07.878Z Downloaded dirs-next v2.0.0
8842024-12-21T04:41:07.883Z Downloaded aho-corasick v1.1.3
8852024-12-21T04:41:07.887Z Downloaded futures-macro v0.3.31
8862024-12-21T04:41:07.887Z Downloaded des v0.8.1
8872024-12-21T04:41:07.889Z Downloaded x509-cert v0.2.5
8882024-12-21T04:41:07.893Z Downloaded num-complex v0.4.6
8892024-12-21T04:41:07.898Z Downloaded schemars_derive v0.8.21
8902024-12-21T04:41:07.898Z Downloaded nanorand v0.7.0
8912024-12-21T04:41:07.900Z Downloaded glob v0.3.1
8922024-12-21T04:41:07.900Z Downloaded p521 v0.13.3
8932024-12-21T04:41:07.904Z Downloaded tabwriter v1.4.0
8942024-12-21T04:41:07.906Z Downloaded synstructure v0.13.1
8952024-12-21T04:41:07.908Z Downloaded parking_lot_core v0.9.10
8962024-12-21T04:41:07.908Z Downloaded typify v0.2.0
8972024-12-21T04:41:07.911Z Downloaded fatfs v0.3.6
8982024-12-21T04:41:07.916Z Downloaded hash32 v0.3.1
8992024-12-21T04:41:07.919Z Downloaded wait-timeout v0.2.0
9002024-12-21T04:41:07.919Z Downloaded pkcs5 v0.7.1
9012024-12-21T04:41:07.923Z Downloaded whoami v1.5.2
9022024-12-21T04:41:07.926Z Downloaded parse-zoneinfo v0.3.1
9032024-12-21T04:41:07.926Z Downloaded poly1305 v0.8.0
9042024-12-21T04:41:07.929Z Downloaded serde_derive_internals v0.29.1
9052024-12-21T04:41:07.931Z Downloaded serde-hex v0.1.0
9062024-12-21T04:41:07.931Z Downloaded tungstenite v0.21.0
9072024-12-21T04:41:07.936Z Downloaded num-iter v0.1.45
9082024-12-21T04:41:07.936Z Downloaded thiserror-impl v2.0.3
9092024-12-21T04:41:07.939Z Downloaded tls_codec_derive v0.4.1
9102024-12-21T04:41:07.939Z Downloaded tinystr v0.7.6
9112024-12-21T04:41:07.942Z Downloaded thread_local v1.1.8
9122024-12-21T04:41:07.945Z Downloaded siphasher v0.3.11
9132024-12-21T04:41:07.945Z Downloaded toml_edit v0.19.15
9142024-12-21T04:41:07.960Z Downloaded group v0.13.0
9152024-12-21T04:41:07.963Z Downloaded thiserror v2.0.3
9162024-12-21T04:41:07.966Z Downloaded aws-lc-rs v1.10.0
9172024-12-21T04:41:07.975Z Downloaded twox-hash v1.6.3
9182024-12-21T04:41:07.977Z Downloaded hashlink v0.9.1
9192024-12-21T04:41:07.980Z Downloaded icu_properties_data v1.5.0
9202024-12-21T04:41:07.989Z Downloaded socket2 v0.5.7
9212024-12-21T04:41:07.992Z Downloaded ssh-key v0.6.6
9222024-12-21T04:41:07.998Z Downloaded unicode-normalization v0.1.24
9232024-12-21T04:41:08.002Z Downloaded schemars v0.8.21
9242024-12-21T04:41:08.013Z Downloaded pem-rfc7468 v0.7.0
9252024-12-21T04:41:08.015Z Downloaded darling_core v0.20.10
9262024-12-21T04:41:08.019Z Downloaded tungstenite v0.23.0
9272024-12-21T04:41:08.023Z Downloaded globset v0.4.15
9282024-12-21T04:41:08.025Z Downloaded tinyvec v1.8.0
9292024-12-21T04:41:08.027Z Downloaded uzers v0.12.1
9302024-12-21T04:41:08.030Z Downloaded slog v2.7.0
9312024-12-21T04:41:08.032Z Downloaded ron v0.8.1
9322024-12-21T04:41:08.037Z Downloaded zip v2.1.3
9332024-12-21T04:41:08.042Z Downloaded blake3 v1.5.4
9342024-12-21T04:41:08.050Z Downloaded tokio-tungstenite v0.23.1
9352024-12-21T04:41:08.052Z Downloaded russh v0.45.0
9362024-12-21T04:41:08.057Z Downloaded serde_with v3.11.0
9372024-12-21T04:41:08.065Z Downloaded chrono v0.4.38
9382024-12-21T04:41:08.073Z Downloaded half v2.4.1
9392024-12-21T04:41:08.075Z Downloaded headers v0.4.0
9402024-12-21T04:41:08.081Z Downloaded num-bigint-dig v0.8.4
9412024-12-21T04:41:08.085Z Downloaded publicsuffix v2.2.3
9422024-12-21T04:41:08.088Z Downloaded nom v7.1.3
9432024-12-21T04:41:08.093Z Downloaded rcgen v0.12.1
9442024-12-21T04:41:08.096Z Downloaded rustyline v14.0.0
9452024-12-21T04:41:08.101Z Downloaded rusqlite v0.32.1
9462024-12-21T04:41:08.108Z Downloaded elliptic-curve v0.13.8
9472024-12-21T04:41:08.111Z Downloaded reqwest v0.12.9
9482024-12-21T04:41:08.120Z Downloaded tungstenite v0.24.0
9492024-12-21T04:41:08.125Z Downloaded idna v0.5.0
9502024-12-21T04:41:08.131Z Downloaded rustls-webpki v0.101.7
9512024-12-21T04:41:08.145Z Downloaded h2 v0.4.6
9522024-12-21T04:41:08.151Z Downloaded quinn v0.11.5
9532024-12-21T04:41:08.155Z Downloaded idna v0.3.0
9542024-12-21T04:41:08.162Z Downloaded p384 v0.13.0
9552024-12-21T04:41:08.168Z Downloaded idna v0.2.3
9562024-12-21T04:41:08.175Z Downloaded quinn-proto v0.11.8
9572024-12-21T04:41:08.182Z Downloaded typed-path v0.9.3
9582024-12-21T04:41:08.188Z Downloaded zerovec v0.10.4
9592024-12-21T04:41:08.198Z Downloaded idna v0.4.0
9602024-12-21T04:41:08.203Z Downloaded bitvec v1.0.1
9612024-12-21T04:41:08.215Z Downloaded sqlparser v0.45.0
9622024-12-21T04:41:08.220Z Downloaded futures-util v0.3.31
9632024-12-21T04:41:08.232Z Downloaded smoltcp v0.9.1
9642024-12-21T04:41:08.243Z Downloaded zerocopy v0.8.10
9652024-12-21T04:41:08.267Z Downloaded reedline v0.35.0
9662024-12-21T04:41:08.272Z Downloaded rustls-webpki v0.102.8
9672024-12-21T04:41:08.291Z Downloaded quick-xml v0.33.0
9682024-12-21T04:41:08.297Z Downloaded git2 v0.19.0
9692024-12-21T04:41:08.305Z Downloaded proptest v1.5.0
9702024-12-21T04:41:08.314Z Downloaded winnow v0.5.40
9712024-12-21T04:41:08.322Z Downloaded time v0.3.36
9722024-12-21T04:41:08.329Z Downloaded portable-atomic v1.9.0
9732024-12-21T04:41:08.335Z Downloaded polar-core v0.27.3
9742024-12-21T04:41:08.344Z Downloaded rayon v1.10.0
9752024-12-21T04:41:08.353Z Downloaded radix_trie v0.2.1
9762024-12-21T04:41:08.358Z Downloaded petname v2.0.2
9772024-12-21T04:41:08.364Z Downloaded vcpkg v0.2.15
9782024-12-21T04:41:08.401Z Downloaded hickory-proto v0.24.1
9792024-12-21T04:41:08.416Z Downloaded nix v0.28.0
9802024-12-21T04:41:08.427Z Downloaded nix v0.27.1
9812024-12-21T04:41:08.437Z Downloaded dropshot v0.13.0
9822024-12-21T04:41:08.457Z Downloaded regex-syntax v0.6.29
9832024-12-21T04:41:08.464Z Downloaded bstr v1.10.0
9842024-12-21T04:41:08.475Z Downloaded object v0.36.5
9852024-12-21T04:41:08.486Z Downloaded webpki-roots v0.26.6
9862024-12-21T04:41:08.490Z Downloaded dropshot v0.12.0
9872024-12-21T04:41:08.516Z Downloaded object v0.30.4
9882024-12-21T04:41:08.520Z Downloaded typify-impl v0.2.0
9892024-12-21T04:41:08.535Z Downloaded regex-syntax v0.8.5
9902024-12-21T04:41:08.543Z Downloaded regress v0.10.1
9912024-12-21T04:41:08.556Z Downloaded diesel v2.2.6
9922024-12-21T04:41:08.588Z Downloaded openapiv3 v2.0.0
9932024-12-21T04:41:08.603Z Downloaded nix v0.29.0
9942024-12-21T04:41:08.620Z Downloaded sled v0.34.7
9952024-12-21T04:41:08.632Z Downloaded ratatui v0.28.1
9962024-12-21T04:41:08.652Z Downloaded gimli v0.31.1
9972024-12-21T04:41:08.660Z Downloaded zerocopy-derive v0.6.6
9982024-12-21T04:41:08.669Z Downloaded rustls v0.22.4
9992024-12-21T04:41:08.682Z Downloaded chrono-tz v0.10.0
10002024-12-21T04:41:08.689Z Downloaded bzip2-sys v0.1.11+1.0.8
10012024-12-21T04:41:08.702Z Downloaded smoltcp v0.11.0
10022024-12-21T04:41:08.714Z Downloaded rustls v0.23.19
10032024-12-21T04:41:08.726Z Downloaded rustls v0.21.12
10042024-12-21T04:41:08.737Z Downloaded regex-automata v0.4.8
10052024-12-21T04:41:08.753Z Downloaded lzma-sys v0.1.20
10062024-12-21T04:41:08.782Z Downloaded petgraph v0.6.5
10072024-12-21T04:41:08.798Z Downloaded libz-sys v1.1.20
10082024-12-21T04:41:08.817Z Downloaded openssl v0.10.66
10092024-12-21T04:41:08.827Z Downloaded trust-dns-proto v0.22.0
10102024-12-21T04:41:08.838Z Downloaded unicode-width v0.2.0
10112024-12-21T04:41:08.843Z Downloaded regress v0.9.1
10122024-12-21T04:41:08.852Z Downloaded regex v1.11.1
10132024-12-21T04:41:08.865Z Downloaded curve25519-dalek v4.1.3
10142024-12-21T04:41:08.873Z Downloaded bindgen v0.69.5
10152024-12-21T04:41:08.880Z Downloaded unicode_categories v0.1.1
10162024-12-21T04:41:08.883Z Downloaded tokio v1.40.0
10172024-12-21T04:41:08.917Z Downloaded csv v1.3.0
10182024-12-21T04:41:08.936Z Downloaded parking_lot v0.12.3
10192024-12-21T04:41:08.938Z Downloaded futures v0.3.31
10202024-12-21T04:41:08.942Z Downloaded lalrpop v0.19.12
10212024-12-21T04:41:08.953Z Downloaded sha3 v0.10.8
10222024-12-21T04:41:08.958Z Downloaded flate2 v1.0.34
10232024-12-21T04:41:08.964Z Downloaded parking_lot_core v0.8.6
10242024-12-21T04:41:08.967Z Downloaded ed25519-dalek v2.1.1
10252024-12-21T04:41:08.970Z Downloaded samael v0.0.17
10262024-12-21T04:41:08.974Z Downloaded zip v0.6.6
10272024-12-21T04:41:08.978Z Downloaded tar v0.4.42
10282024-12-21T04:41:08.981Z Downloaded tap v1.0.1
10292024-12-21T04:41:08.984Z Downloaded uuid v1.11.0
10302024-12-21T04:41:08.987Z Downloaded xz2 v0.1.7
10312024-12-21T04:41:08.987Z Downloaded vte v0.11.1
10322024-12-21T04:41:08.990Z Downloaded toml v0.7.8
10332024-12-21T04:41:08.995Z Downloaded serde_repr v0.1.19
10342024-12-21T04:41:08.998Z Downloaded walkdir v2.5.0
10352024-12-21T04:41:08.998Z Downloaded postgres-protocol v0.6.7
10362024-12-21T04:41:08.999Z Downloaded peg-macros v0.8.4
10372024-12-21T04:41:09.001Z Downloaded derive_more v0.99.18
10382024-12-21T04:41:09.004Z Downloaded derive_builder_core v0.20.2
10392024-12-21T04:41:09.008Z Downloaded russh-keys v0.45.0
10402024-12-21T04:41:09.011Z Downloaded omicron-zone-package v0.11.1
10412024-12-21T04:41:09.011Z Downloaded rustls-pki-types v1.10.0
10422024-12-21T04:41:09.014Z Downloaded hashbrown v0.12.3
10432024-12-21T04:41:09.018Z Downloaded pin-project-internal v1.1.6
10442024-12-21T04:41:09.021Z Downloaded tokio-postgres v0.7.12
10452024-12-21T04:41:09.026Z Downloaded itertools v0.12.1
10462024-12-21T04:41:09.032Z Downloaded hyper v1.5.0
10472024-12-21T04:41:09.038Z Downloaded crossterm v0.28.1
10482024-12-21T04:41:09.045Z Downloaded yoke v0.7.4
10492024-12-21T04:41:09.047Z Downloaded url v2.5.3
10502024-12-21T04:41:09.050Z Downloaded unicode-segmentation v1.12.0
10512024-12-21T04:41:09.053Z Downloaded sqlformat v0.2.6
10522024-12-21T04:41:09.055Z Downloaded rand_chacha v0.3.1
10532024-12-21T04:41:09.058Z Downloaded ecdsa v0.16.9
10542024-12-21T04:41:09.058Z Downloaded similar v2.6.0
10552024-12-21T04:41:09.062Z Downloaded rsa v0.9.6
10562024-12-21T04:41:09.067Z Downloaded postgres-types v0.2.8
10572024-12-21T04:41:09.069Z Downloaded idna v1.0.3
10582024-12-21T04:41:09.073Z Downloaded encoding_rs v0.8.34
10592024-12-21T04:41:09.094Z Downloaded filetime v0.2.25
10602024-12-21T04:41:09.097Z Downloaded dyn-clone v1.0.17
10612024-12-21T04:41:09.097Z Downloaded password-hash v0.5.0
10622024-12-21T04:41:09.099Z Downloaded password-hash v0.4.2
10632024-12-21T04:41:09.101Z Downloaded num-rational v0.4.2
10642024-12-21T04:41:09.101Z Downloaded der v0.7.9
10652024-12-21T04:41:09.107Z Downloaded zerocopy-derive v0.8.10
10662024-12-21T04:41:09.111Z Downloaded unicode-bidi v0.3.17
10672024-12-21T04:41:09.114Z Downloaded tracing-core v0.1.32
10682024-12-21T04:41:09.117Z Downloaded signal-hook-tokio v0.3.1
10692024-12-21T04:41:09.117Z Downloaded signal-hook-registry v1.4.2
10702024-12-21T04:41:09.119Z Downloaded mockall_derive v0.13.0
10712024-12-21T04:41:09.122Z Downloaded snafu v0.8.5
10722024-12-21T04:41:09.125Z Downloaded qorb v0.2.1
10732024-12-21T04:41:09.129Z Downloaded itertools v0.10.5
10742024-12-21T04:41:09.135Z Downloaded yasna v0.5.2
10752024-12-21T04:41:09.139Z Downloaded diesel_derives v2.2.3
10762024-12-21T04:41:09.142Z Downloaded bumpalo v3.16.0
10772024-12-21T04:41:09.145Z Downloaded base64 v0.22.1
10782024-12-21T04:41:09.149Z Downloaded base64 v0.21.7
10792024-12-21T04:41:09.153Z Downloaded crypto-bigint v0.5.5
10802024-12-21T04:41:09.159Z Downloaded zeroize v1.8.1
10812024-12-21T04:41:09.162Z Downloaded tokio-macros v2.4.0
10822024-12-21T04:41:09.162Z Downloaded termcolor v1.4.1
10832024-12-21T04:41:09.164Z Downloaded native-tls v0.2.12
10842024-12-21T04:41:09.164Z Downloaded unicode-properties v0.1.3
10852024-12-21T04:41:09.167Z Downloaded prettyplease v0.2.25
10862024-12-21T04:41:09.170Z Downloaded cc v1.1.30
10872024-12-21T04:41:09.174Z Downloaded arc-swap v1.7.1
10882024-12-21T04:41:09.176Z Downloaded psl-types v2.0.11
10892024-12-21T04:41:09.179Z Downloaded allocator-api2 v0.2.18
10902024-12-21T04:41:09.181Z Downloaded icu_collections v1.5.0
10912024-12-21T04:41:09.186Z Downloaded tokio-rustls v0.26.0
10922024-12-21T04:41:09.188Z Downloaded libgit2-sys v0.17.0+1.8.1
10932024-12-21T04:41:09.245Z Downloaded strum_macros v0.26.4
10942024-12-21T04:41:09.247Z Downloaded spin v0.5.2
10952024-12-21T04:41:09.250Z Downloaded smallvec v1.13.2
10962024-12-21T04:41:09.253Z Downloaded ref-cast-impl v1.0.23
10972024-12-21T04:41:09.253Z Downloaded powerfmt v0.2.0
10982024-12-21T04:41:09.253Z Downloaded hyper-util v0.1.10
10992024-12-21T04:41:09.257Z Downloaded displaydoc v0.2.5
11002024-12-21T04:41:09.260Z Downloaded bytes v1.8.0
11012024-12-21T04:41:09.263Z Downloaded base64 v0.13.1
11022024-12-21T04:41:09.266Z Downloaded serde_with_macros v3.11.0
11032024-12-21T04:41:09.269Z Downloaded rustls-pemfile v2.2.0
11042024-12-21T04:41:09.272Z Downloaded httparse v1.9.5
11052024-12-21T04:41:09.274Z Downloaded clang-sys v1.8.1
11062024-12-21T04:41:09.278Z Downloaded ena v0.14.3
11072024-12-21T04:41:09.278Z Downloaded embedded-io v0.6.1
11082024-12-21T04:41:09.280Z Downloaded deranged v0.3.11
11092024-12-21T04:41:09.280Z Downloaded rustc_version v0.4.1
11102024-12-21T04:41:09.284Z Downloaded secrecy v0.8.0
11112024-12-21T04:41:09.284Z Downloaded rustls-pemfile v1.0.4
11122024-12-21T04:41:09.286Z Downloaded icu_provider v1.5.0
11132024-12-21T04:41:09.288Z Downloaded hmac v0.12.1
11142024-12-21T04:41:09.291Z Downloaded thiserror-no-std v2.0.2
11152024-12-21T04:41:09.294Z Downloaded lalrpop-util v0.19.12
11162024-12-21T04:41:09.296Z Downloaded impl-trait-for-tuples v0.2.2
11172024-12-21T04:41:09.299Z Downloaded idna_adapter v1.2.0
11182024-12-21T04:41:09.299Z Downloaded http-body-util v0.1.2
11192024-12-21T04:41:09.301Z Downloaded ipnetwork v0.20.0
11202024-12-21T04:41:09.301Z Downloaded blowfish v0.9.1
11212024-12-21T04:41:09.304Z Downloaded jobserver v0.1.32
11222024-12-21T04:41:09.306Z Downloaded ipnet v2.10.1
11232024-12-21T04:41:09.308Z Downloaded csv-core v0.1.11
11242024-12-21T04:41:09.308Z Downloaded ciborium v0.2.2
11252024-12-21T04:41:09.311Z Downloaded cancel-safe-futures v0.1.5
11262024-12-21T04:41:09.314Z Downloaded base64ct v1.6.0
11272024-12-21T04:41:09.316Z Downloaded litemap v0.7.3
11282024-12-21T04:41:09.319Z Downloaded arrayvec v0.7.6
11292024-12-21T04:41:09.321Z Downloaded hex-literal v0.4.1
11302024-12-21T04:41:09.323Z Downloaded ctr v0.9.2
11312024-12-21T04:41:09.323Z Downloaded console v0.15.8
11322024-12-21T04:41:09.326Z Downloaded bcrypt-pbkdf v0.10.0
11332024-12-21T04:41:09.328Z Downloaded base16ct v0.2.0
11342024-12-21T04:41:09.331Z Downloaded castaway v0.2.3
11352024-12-21T04:41:09.331Z Downloaded managed v0.8.0
11362024-12-21T04:41:09.331Z Downloaded lru-cache v0.1.2
11372024-12-21T04:41:09.334Z Downloaded lockfree-object-pool v0.1.6
11382024-12-21T04:41:09.334Z Downloaded lazy_static v1.5.0
11392024-12-21T04:41:09.337Z Downloaded is-terminal v0.4.13
11402024-12-21T04:41:09.339Z Downloaded inout v0.1.3
11412024-12-21T04:41:09.340Z Downloaded lazycell v1.3.0
11422024-12-21T04:41:09.340Z Downloaded keccak v0.1.5
11432024-12-21T04:41:09.342Z Downloaded assert_matches v1.5.0
11442024-12-21T04:41:09.342Z Downloaded cobs v0.2.3
11452024-12-21T04:41:09.345Z Downloaded ciborium-ll v0.2.2
11462024-12-21T04:41:09.345Z Downloaded cbc v0.1.2
11472024-12-21T04:41:09.349Z Downloaded bitflags v1.3.2
11482024-12-21T04:41:09.352Z Downloaded ascii-canvas v3.0.0
11492024-12-21T04:41:09.352Z Downloaded arrayref v0.3.9
11502024-12-21T04:41:09.352Z Downloaded array-init v0.0.4
11512024-12-21T04:41:09.352Z Downloaded indent_write v2.2.0
11522024-12-21T04:41:09.356Z Downloaded heck v0.3.3
11532024-12-21T04:41:09.356Z Downloaded http-range v0.1.5
11542024-12-21T04:41:09.356Z Downloaded async-stream v0.3.6
11552024-12-21T04:41:09.358Z Downloaded icu_provider_macros v1.5.0
11562024-12-21T04:41:09.358Z Downloaded bb8 v0.8.5
11572024-12-21T04:41:09.687Z Downloaded ring v0.17.8
11582024-12-21T04:41:09.764Z Downloaded aws-lc-sys v0.22.0
11592024-12-21T04:41:10.048Z Downloaded ring v0.16.20
11602024-12-21T04:41:10.135Z Downloaded libsqlite3-sys v0.30.1
11612024-12-21T04:41:10.322Z Compiling serde v1.0.215
11622024-12-21T04:41:10.325Z Compiling lock_api v0.4.12
11632024-12-21T04:41:10.325Z Compiling scopeguard v1.2.0
11642024-12-21T04:41:10.325Z Compiling value-bag v1.9.0
11652024-12-21T04:41:10.325Z Compiling typenum v1.17.0
11662024-12-21T04:41:10.325Z Compiling generic-array v0.14.7
11672024-12-21T04:41:10.519Z Compiling syn v2.0.87
11682024-12-21T04:41:10.531Z Compiling getrandom v0.2.15
11692024-12-21T04:41:10.652Z Compiling subtle v2.6.1
11702024-12-21T04:41:10.831Z Compiling rand_core v0.6.4
11712024-12-21T04:41:10.933Z Compiling log v0.4.22
11722024-12-21T04:41:11.025Z Compiling shlex v1.3.0
11732024-12-21T04:41:11.057Z Compiling jobserver v0.1.32
11742024-12-21T04:41:11.077Z Compiling const-oid v0.9.6
11752024-12-21T04:41:11.364Z Compiling smallvec v1.13.2
11762024-12-21T04:41:11.384Z Compiling spin v0.9.8
11772024-12-21T04:41:11.436Z Compiling cc v1.1.30
11782024-12-21T04:41:11.775Z Compiling pin-project-lite v0.2.14
11792024-12-21T04:41:11.778Z Compiling rustix v0.38.37
11802024-12-21T04:41:11.818Z Compiling parking_lot_core v0.9.10
11812024-12-21T04:41:11.904Z Compiling futures-core v0.3.31
11822024-12-21T04:41:11.992Z Compiling signal-hook-registry v1.4.2
11832024-12-21T04:41:12.142Z Compiling mio v1.0.2
11842024-12-21T04:41:12.736Z Compiling parking_lot v0.12.3
11852024-12-21T04:41:12.856Z Compiling aho-corasick v1.1.3
11862024-12-21T04:41:12.907Z Compiling cpufeatures v0.2.14
11872024-12-21T04:41:13.005Z Compiling either v1.13.0
11882024-12-21T04:41:13.020Z Compiling regex-syntax v0.8.5
11892024-12-21T04:41:13.149Z Compiling lazy_static v1.5.0
11902024-12-21T04:41:13.273Z Compiling stable_deref_trait v1.2.0
11912024-12-21T04:41:13.307Z Compiling futures-sink v0.3.31
11922024-12-21T04:41:13.384Z Compiling glob v0.3.1
11932024-12-21T04:41:13.405Z Compiling socket2 v0.5.7
11942024-12-21T04:41:13.460Z Compiling slab v0.4.9
11952024-12-21T04:41:13.816Z Compiling prettyplease v0.2.25
11962024-12-21T04:41:13.970Z Compiling serde_json v1.0.133
11972024-12-21T04:41:14.185Z Compiling minimal-lexical v0.2.1
11982024-12-21T04:41:14.466Z Compiling clang-sys v1.8.1
11992024-12-21T04:41:14.487Z Compiling libloading v0.8.5
12002024-12-21T04:41:14.620Z Compiling nom v7.1.3
12012024-12-21T04:41:14.717Z Compiling bindgen v0.69.5
12022024-12-21T04:41:14.935Z Compiling home v0.5.9
12032024-12-21T04:41:15.218Z Compiling futures-channel v0.3.31
12042024-12-21T04:41:15.568Z Compiling itertools v0.12.1
12052024-12-21T04:41:15.661Z Compiling rustc-hash v1.1.0
12062024-12-21T04:41:15.777Z Compiling pin-utils v0.1.0
12072024-12-21T04:41:15.822Z Compiling allocator-api2 v0.2.18
12082024-12-21T04:41:15.874Z Compiling lazycell v1.3.0
12092024-12-21T04:41:16.057Z Compiling foldhash v0.1.3
12102024-12-21T04:41:16.391Z Compiling libm v0.2.8
12112024-12-21T04:41:16.651Z Compiling futures-task v0.3.31
12122024-12-21T04:41:16.714Z Compiling futures-io v0.3.31
12132024-12-21T04:41:16.955Z Compiling regex-automata v0.4.8
12142024-12-21T04:41:17.067Z Compiling hashbrown v0.15.1
12152024-12-21T04:41:18.364Z Compiling synstructure v0.13.1
12162024-12-21T04:41:18.584Z Compiling cexpr v0.6.0
12172024-12-21T04:41:18.800Z Compiling cmake v0.1.51
12182024-12-21T04:41:19.858Z Compiling num-traits v0.2.19
12192024-12-21T04:41:20.125Z Compiling dunce v1.0.5
12202024-12-21T04:41:20.145Z Compiling tinyvec_macros v0.1.1
12212024-12-21T04:41:20.145Z Compiling pkg-config v0.3.31
12222024-12-21T04:41:20.243Z Compiling fs_extra v1.3.0
12232024-12-21T04:41:20.263Z Compiling tinyvec v1.8.0
12242024-12-21T04:41:20.856Z Compiling ring v0.17.8
12252024-12-21T04:41:22.146Z Compiling base64ct v1.6.0
12262024-12-21T04:41:22.171Z Compiling unicode-normalization v0.1.24
12272024-12-21T04:41:22.181Z Compiling litemap v0.7.3
12282024-12-21T04:41:22.181Z Compiling writeable v0.5.5
12292024-12-21T04:41:22.297Z Compiling paste v1.0.15
12302024-12-21T04:41:22.404Z Compiling regex v1.11.1
12312024-12-21T04:41:22.608Z Compiling unicode-bidi v0.3.17
12322024-12-21T04:41:22.905Z Compiling pem-rfc7468 v0.7.0
12332024-12-21T04:41:23.495Z Compiling aws-lc-rs v1.10.0
12342024-12-21T04:41:23.614Z Compiling flagset v0.4.6
12352024-12-21T04:41:23.686Z Compiling httparse v1.9.5
12362024-12-21T04:41:23.973Z Compiling tracing-core v0.1.32
12372024-12-21T04:41:24.017Z Compiling percent-encoding v2.3.1
12382024-12-21T04:41:24.356Z Compiling crossbeam-utils v0.8.20
12392024-12-21T04:41:24.491Z Compiling rustls-pki-types v1.10.0
12402024-12-21T04:41:24.923Z Compiling icu_locid_transform_data v1.5.0
12412024-12-21T04:41:25.065Z Compiling num-conv v0.1.0
12422024-12-21T04:41:25.245Z Compiling serde_derive v1.0.215
12432024-12-21T04:41:25.318Z Compiling zeroize_derive v1.4.2
12442024-12-21T04:41:25.352Z Compiling zerocopy-derive v0.7.35
12452024-12-21T04:41:25.639Z Compiling tokio-macros v2.4.0
12462024-12-21T04:41:25.728Z Compiling zerofrom-derive v0.1.4
12472024-12-21T04:41:26.922Z Compiling zeroize v1.8.1
12482024-12-21T04:41:27.287Z Compiling yoke-derive v0.7.4
12492024-12-21T04:41:27.587Z Compiling thiserror-impl v1.0.69
12502024-12-21T04:41:27.608Z Compiling zerocopy v0.7.35
12512024-12-21T04:41:28.684Z Compiling crypto-common v0.1.6
12522024-12-21T04:41:28.774Z Compiling block-buffer v0.10.4
12532024-12-21T04:41:28.936Z Compiling futures-macro v0.3.31
12542024-12-21T04:41:29.057Z Compiling digest v0.10.7
12552024-12-21T04:41:29.268Z Compiling zerovec-derive v0.10.3
12562024-12-21T04:41:29.551Z Compiling hmac v0.12.1
12572024-12-21T04:41:29.788Z Compiling block-padding v0.3.3
12582024-12-21T04:41:29.807Z Compiling zerofrom v0.1.4
12592024-12-21T04:41:29.828Z Compiling displaydoc v0.2.5
12602024-12-21T04:41:30.045Z Compiling inout v0.1.3
12612024-12-21T04:41:30.047Z Compiling sha2 v0.10.8
12622024-12-21T04:41:30.321Z Compiling cipher v0.4.4
12632024-12-21T04:41:30.369Z Compiling yoke v0.7.4
12642024-12-21T04:41:30.762Z Compiling ppv-lite86 v0.2.20
12652024-12-21T04:41:30.869Z Compiling der_derive v0.7.3
12662024-12-21T04:41:30.925Z Compiling futures-util v0.3.31
12672024-12-21T04:41:31.059Z Compiling thiserror v1.0.69
12682024-12-21T04:41:31.204Z Compiling icu_provider_macros v1.5.0
12692024-12-21T04:41:31.536Z Compiling tracing-attributes v0.1.27
12702024-12-21T04:41:31.590Z Compiling rand_chacha v0.3.1
12712024-12-21T04:41:32.027Z Compiling zerovec v0.10.4
12722024-12-21T04:41:32.421Z Compiling rand v0.8.5
12732024-12-21T04:41:33.437Z Compiling der v0.7.9
12742024-12-21T04:41:33.505Z Compiling pest v2.7.14
12752024-12-21T04:41:33.890Z Compiling tinystr v0.7.6
12762024-12-21T04:41:34.320Z Compiling icu_locid v1.5.0
12772024-12-21T04:41:34.340Z Compiling icu_collections v1.5.0
12782024-12-21T04:41:34.685Z Compiling salsa20 v0.10.2
12792024-12-21T04:41:34.927Z Compiling pbkdf2 v0.12.2
12802024-12-21T04:41:35.093Z Compiling powerfmt v0.2.0
12812024-12-21T04:41:35.477Z Compiling tracing v0.1.40
12822024-12-21T04:41:35.497Z Compiling icu_provider v1.5.0
12832024-12-21T04:41:35.739Z Compiling spki v0.7.3
12842024-12-21T04:41:36.015Z Compiling time-core v0.1.2
12852024-12-21T04:41:36.130Z Compiling icu_properties_data v1.5.0
12862024-12-21T04:41:36.197Z Compiling icu_locid_transform v1.5.0
12872024-12-21T04:41:36.392Z Compiling vcpkg v0.2.15
12882024-12-21T04:41:36.575Z Compiling mirai-annotations v1.12.0
12892024-12-21T04:41:36.625Z Compiling untrusted v0.9.0
12902024-12-21T04:41:36.711Z Compiling untrusted v0.7.1
12912024-12-21T04:41:36.759Z Compiling time-macros v0.2.18
12922024-12-21T04:41:36.812Z Compiling pest_meta v2.7.14
12932024-12-21T04:41:36.899Z Compiling deranged v0.3.11
12942024-12-21T04:41:37.195Z Compiling scrypt v0.11.0
12952024-12-21T04:41:37.794Z Compiling icu_properties v1.5.1
12962024-12-21T04:41:38.633Z Compiling openssl-sys v0.9.103
12972024-12-21T04:41:38.854Z Compiling cbc v0.1.2
12982024-12-21T04:41:38.969Z Compiling aes v0.8.4
12992024-12-21T04:41:39.099Z Compiling scroll_derive v0.12.0
13002024-12-21T04:41:39.754Z Compiling bitflags v2.6.0
13012024-12-21T04:41:39.840Z Compiling bytes v1.8.0
13022024-12-21T04:41:40.577Z Compiling indexmap v2.6.0
13032024-12-21T04:41:40.598Z Compiling semver v1.0.23
13042024-12-21T04:41:41.158Z Compiling tokio v1.40.0
13052024-12-21T04:41:41.370Z Compiling http v1.1.0
13062024-12-21T04:41:41.809Z Compiling rustc_version v0.4.1
13072024-12-21T04:41:42.082Z Compiling icu_normalizer_data v1.5.0
13082024-12-21T04:41:42.200Z Compiling write16 v1.0.0
13092024-12-21T04:41:42.337Z Compiling num_threads v0.1.7
13102024-12-21T04:41:42.477Z Compiling utf8_iter v1.0.4
13112024-12-21T04:41:42.596Z Compiling atomic-waker v1.1.2
13122024-12-21T04:41:42.648Z Compiling utf16_iter v1.0.5
13132024-12-21T04:41:42.719Z Compiling time v0.3.36
13142024-12-21T04:41:42.788Z Compiling scroll v0.12.0
13152024-12-21T04:41:42.861Z Compiling icu_normalizer v1.5.0
13162024-12-21T04:41:43.131Z Compiling http-body v1.0.1
13172024-12-21T04:41:43.348Z Compiling pkcs5 v0.7.1
13182024-12-21T04:41:43.472Z Compiling pest_generator v2.7.14
13192024-12-21T04:41:43.493Z Compiling form_urlencoded v1.2.1
13202024-12-21T04:41:43.857Z Compiling slog v2.7.0
13212024-12-21T04:41:43.876Z Compiling try-lock v0.2.5
13222024-12-21T04:41:44.027Z Compiling want v0.3.1
13232024-12-21T04:41:44.328Z Compiling which v4.4.2
13242024-12-21T04:41:44.493Z Compiling pkcs8 v0.10.2
13252024-12-21T04:41:44.606Z Compiling goblin v0.8.2
13262024-12-21T04:41:44.979Z Compiling idna_adapter v1.2.0
13272024-12-21T04:41:45.195Z Compiling uuid v1.11.0
13282024-12-21T04:41:45.226Z Compiling httpdate v1.0.3
13292024-12-21T04:41:45.503Z Compiling pest_derive v2.7.14
13302024-12-21T04:41:45.537Z Compiling iana-time-zone v0.1.61
13312024-12-21T04:41:45.674Z Compiling idna v1.0.3
13322024-12-21T04:41:46.002Z Compiling chrono v0.4.38
13332024-12-21T04:41:46.281Z Compiling dtrace-parser v0.2.0
13342024-12-21T04:41:47.506Z Compiling serde_tokenstream v0.2.2
13352024-12-21T04:41:47.622Z Compiling serde_spanned v0.6.8
13362024-12-21T04:41:47.851Z Compiling toml_datetime v0.6.8
13372024-12-21T04:41:48.095Z Compiling tower-service v0.3.3
13382024-12-21T04:41:48.128Z Compiling base64 v0.22.1
13392024-12-21T04:41:48.225Z Compiling adler2 v2.0.0
13402024-12-21T04:41:48.382Z Compiling rustversion v1.0.17
13412024-12-21T04:41:48.443Z Compiling match_cfg v0.1.0
13422024-12-21T04:41:48.534Z Compiling openssl v0.10.66
13432024-12-21T04:41:48.574Z Compiling foreign-types-shared v0.1.1
13442024-12-21T04:41:48.695Z Compiling foreign-types v0.3.2
13452024-12-21T04:41:48.799Z Compiling hostname v0.3.1
13462024-12-21T04:41:48.885Z Compiling miniz_oxide v0.8.0
13472024-12-21T04:41:48.999Z Compiling url v2.5.3
13482024-12-21T04:41:49.190Z Compiling async-trait v0.1.83
13492024-12-21T04:41:49.830Z Compiling tokio-util v0.7.12
13502024-12-21T04:41:50.410Z Compiling dof v0.3.0
13512024-12-21T04:41:50.473Z Compiling openssl-macros v0.1.1
13522024-12-21T04:41:50.991Z Compiling h2 v0.4.6
13532024-12-21T04:41:51.248Z Compiling usdt-impl v0.5.0
13542024-12-21T04:41:51.268Z Compiling serde_derive_internals v0.29.1
13552024-12-21T04:41:51.959Z Compiling dirs-sys-next v0.1.2
13562024-12-21T04:41:52.581Z Compiling native-tls v0.2.12
13572024-12-21T04:41:52.601Z Compiling rustls v0.22.4
13582024-12-21T04:41:52.814Z Compiling schemars v0.8.21
13592024-12-21T04:41:52.857Z Compiling siphasher v0.3.11
13602024-12-21T04:41:52.907Z Compiling syn v1.0.109
13612024-12-21T04:41:53.153Z Compiling rustls v0.23.19
13622024-12-21T04:41:53.245Z Compiling data-encoding v2.6.0
13632024-12-21T04:41:53.527Z Compiling dirs-next v2.0.0
13642024-12-21T04:41:53.960Z Compiling schemars_derive v0.8.21
13652024-12-21T04:41:55.092Z Compiling http-body-util v0.1.2
13662024-12-21T04:41:55.164Z Compiling crossbeam-epoch v0.9.18
13672024-12-21T04:41:55.596Z Compiling heapless v0.7.17
13682024-12-21T04:41:55.769Z Compiling signature v2.2.0
13692024-12-21T04:41:55.943Z Compiling sha1 v0.10.6
13702024-12-21T04:41:56.025Z Compiling bzip2-sys v0.1.11+1.0.8
13712024-12-21T04:41:56.077Z Compiling thread_local v1.1.8
13722024-12-21T04:41:56.385Z Compiling cookie v0.18.1
13732024-12-21T04:41:56.512Z Compiling encoding_rs v0.8.34
13742024-12-21T04:41:56.654Z Compiling multer v3.1.0
13752024-12-21T04:41:56.657Z Compiling openssl-probe v0.1.5
13762024-12-21T04:41:56.890Z Compiling dyn-clone v1.0.17
13772024-12-21T04:41:56.932Z Compiling rayon-core v1.12.1
13782024-12-21T04:41:57.043Z Compiling mime v0.3.17
13792024-12-21T04:41:57.105Z Compiling gimli v0.31.1
13802024-12-21T04:41:57.206Z Compiling signal-hook v0.3.17
13812024-12-21T04:41:57.331Z Compiling slog-async v2.8.0
13822024-12-21T04:41:57.458Z Compiling unicode-properties v0.1.3
13832024-12-21T04:41:57.622Z Compiling ipnet v2.10.1
13842024-12-21T04:41:57.836Z Compiling hyper v1.5.0
13852024-12-21T04:41:57.943Z Compiling stringprep v0.1.5
13862024-12-21T04:41:58.983Z Compiling toml_edit v0.22.22
13872024-12-21T04:42:01.085Z Compiling hyper-util v0.1.10
13882024-12-21T04:42:02.105Z Compiling addr2line v0.24.2
13892024-12-21T04:42:02.459Z Compiling crossbeam-deque v0.8.5
13902024-12-21T04:42:02.507Z Compiling usdt-macro v0.5.0
13912024-12-21T04:42:02.787Z Compiling usdt-attr-macro v0.5.0
13922024-12-21T04:42:02.805Z Compiling term v0.7.0
13932024-12-21T04:42:03.936Z Compiling slog-json v2.6.1
13942024-12-21T04:42:04.048Z Compiling serde_urlencoded v0.7.1
13952024-12-21T04:42:04.257Z Compiling crossbeam-channel v0.5.13
13962024-12-21T04:42:04.279Z Compiling curve25519-dalek v4.1.3
13972024-12-21T04:42:04.312Z Compiling futures-executor v0.3.31
13982024-12-21T04:42:04.414Z Compiling enum-as-inner v0.6.1
13992024-12-21T04:42:04.570Z Compiling md-5 v0.10.6
14002024-12-21T04:42:04.865Z Compiling async-stream-impl v0.3.6
14012024-12-21T04:42:04.886Z Compiling rustls-pemfile v2.2.0
14022024-12-21T04:42:04.904Z Compiling num-integer v0.1.46
14032024-12-21T04:42:05.215Z Compiling idna v0.4.0
14042024-12-21T04:42:05.363Z Compiling idna v0.3.0
14052024-12-21T04:42:05.530Z Compiling hash32 v0.2.1
14062024-12-21T04:42:05.687Z Compiling ff v0.13.0
14072024-12-21T04:42:05.909Z Compiling is-terminal v0.4.13
14082024-12-21T04:42:05.938Z Compiling dropshot v0.12.0
14092024-12-21T04:42:06.041Z Compiling object v0.36.5
14102024-12-21T04:42:06.231Z Compiling fallible-iterator v0.2.0
14112024-12-21T04:42:06.267Z Compiling linked-hash-map v0.5.6
14122024-12-21T04:42:06.655Z Compiling portable-atomic v1.9.0
14132024-12-21T04:42:06.896Z Compiling take_mut v0.2.2
14142024-12-21T04:42:06.923Z Compiling anyhow v1.0.93
14152024-12-21T04:42:07.052Z Compiling rustc-demangle v0.1.24
14162024-12-21T04:42:07.055Z Compiling base16ct v0.2.0
14172024-12-21T04:42:07.296Z Compiling num-bigint-dig v0.8.4
14182024-12-21T04:42:07.415Z Compiling psl-types v2.0.11
14192024-12-21T04:42:07.581Z Compiling smoltcp v0.9.1
14202024-12-21T04:42:07.603Z Compiling quick-error v1.2.3
14212024-12-21T04:42:07.622Z Compiling utf-8 v0.7.6
14222024-12-21T04:42:07.750Z Compiling resolv-conf v0.7.0
14232024-12-21T04:42:07.934Z Compiling tungstenite v0.24.0
14242024-12-21T04:42:07.999Z Compiling publicsuffix v2.2.3
14252024-12-21T04:42:08.157Z Compiling sec1 v0.7.3
14262024-12-21T04:42:08.341Z Compiling postgres-protocol v0.6.7
14272024-12-21T04:42:08.587Z Compiling lru-cache v0.1.2
14282024-12-21T04:42:08.835Z Compiling async-stream v0.3.6
14292024-12-21T04:42:08.933Z Compiling hickory-proto v0.24.1
14302024-12-21T04:42:09.136Z Compiling slog-term v2.9.1
14312024-12-21T04:42:09.841Z Compiling usdt v0.5.0
14322024-12-21T04:42:09.874Z Compiling group v0.13.0
14332024-12-21T04:42:10.087Z Compiling num-iter v0.1.45
14342024-12-21T04:42:10.369Z Compiling futures v0.3.31
14352024-12-21T04:42:10.411Z Compiling slog-bunyan v2.5.0
14362024-12-21T04:42:11.243Z Compiling camino v1.1.9
14372024-12-21T04:42:11.704Z Compiling toml v0.8.19
14382024-12-21T04:42:11.752Z Compiling tokio-native-tls v0.3.1
14392024-12-21T04:42:12.272Z Compiling phf_shared v0.11.2
14402024-12-21T04:42:12.347Z Compiling dropshot_endpoint v0.12.0
14412024-12-21T04:42:12.663Z Compiling terminal_size v0.4.0
14422024-12-21T04:42:12.892Z Compiling waitgroup v0.1.2
14432024-12-21T04:42:13.059Z Compiling openapiv3 v2.0.0
14442024-12-21T04:42:13.131Z Compiling serde_path_to_error v0.1.16
14452024-12-21T04:42:13.467Z Compiling hkdf v0.12.4
14462024-12-21T04:42:13.754Z Compiling backtrace v0.3.74
14472024-12-21T04:42:14.015Z Compiling crypto-bigint v0.5.5
14482024-12-21T04:42:14.442Z Compiling curve25519-dalek-derive v0.1.1
14492024-12-21T04:42:16.063Z Compiling zerocopy-derive v0.6.6
14502024-12-21T04:42:17.170Z Compiling webpki-roots v0.26.6
14512024-12-21T04:42:17.397Z Compiling idna v0.5.0
14522024-12-21T04:42:17.544Z Compiling hostname v0.4.0
14532024-12-21T04:42:17.564Z Compiling hubpack_derive v0.1.1
14542024-12-21T04:42:17.584Z Compiling fs-err v2.11.0
14552024-12-21T04:42:17.802Z Compiling ahash v0.8.11
14562024-12-21T04:42:17.877Z Compiling crc32fast v1.4.2
14572024-12-21T04:42:18.145Z Compiling managed v0.8.0
14582024-12-21T04:42:18.192Z Compiling winnow v0.5.40
14592024-12-21T04:42:18.335Z Compiling bitflags v1.3.2
14602024-12-21T04:42:18.444Z Compiling newtype-uuid v1.1.3
14612024-12-21T04:42:18.463Z Compiling debug-ignore v1.0.5
14622024-12-21T04:42:18.652Z Compiling clap_builder v4.5.21
14632024-12-21T04:42:18.794Z Compiling console v0.15.8
14642024-12-21T04:42:19.090Z Compiling strum_macros v0.25.3
14652024-12-21T04:42:19.593Z Compiling hubpack v0.1.2
14662024-12-21T04:42:20.080Z Compiling zerocopy v0.6.6
14672024-12-21T04:42:20.218Z Compiling cookie_store v0.21.0
14682024-12-21T04:42:20.551Z Compiling flate2 v1.0.34
14692024-12-21T04:42:20.947Z Compiling elliptic-curve v0.13.8
14702024-12-21T04:42:21.527Z Compiling hickory-resolver v0.24.1
14712024-12-21T04:42:21.827Z Compiling toml_edit v0.19.15
14722024-12-21T04:42:22.112Z Compiling phf v0.11.2
14732024-12-21T04:42:22.413Z Compiling signal-hook-mio v0.2.4
14742024-12-21T04:42:22.584Z Compiling hyper-tls v0.6.0
14752024-12-21T04:42:22.753Z Compiling rayon v1.10.0
14762024-12-21T04:42:23.024Z Compiling bzip2 v0.4.4
14772024-12-21T04:42:23.434Z Compiling postgres-types v0.2.8
14782024-12-21T04:42:25.030Z Compiling tokio-tungstenite v0.24.0
14792024-12-21T04:42:26.949Z Compiling ed25519 v2.2.3
14802024-12-21T04:42:27.653Z Compiling phf_shared v0.10.0
14812024-12-21T04:42:28.064Z Compiling tokio-stream v0.1.16
14822024-12-21T04:42:28.177Z Compiling pkcs1 v0.7.5
14832024-12-21T04:42:28.393Z Compiling serde-big-array v0.5.1
14842024-12-21T04:42:28.636Z Compiling clap_derive v4.5.18
14852024-12-21T04:42:28.890Z Compiling rfc6979 v0.4.0
14862024-12-21T04:42:29.091Z Compiling serde_repr v0.1.19
14872024-12-21T04:42:29.177Z Compiling derive-where v1.2.7
14882024-12-21T04:42:29.203Z Compiling float-cmp v0.9.0
14892024-12-21T04:42:29.272Z Compiling bstr v1.10.0
14902024-12-21T04:42:29.439Z Compiling sync_wrapper v1.0.1
14912024-12-21T04:42:29.608Z Compiling bit-vec v0.6.3
14922024-12-21T04:42:30.087Z Compiling static_assertions v1.1.0
14932024-12-21T04:42:30.122Z Compiling unicode-width v0.2.0
14942024-12-21T04:42:30.204Z Compiling fixedbitset v0.4.2
14952024-12-21T04:42:30.300Z Compiling normalize-line-endings v0.3.0
14962024-12-21T04:42:30.437Z Compiling unicode-segmentation v1.12.0
14972024-12-21T04:42:30.666Z Compiling number_prefix v0.4.0
14982024-12-21T04:42:30.685Z Compiling precomputed-hash v0.1.1
14992024-12-21T04:42:30.808Z Compiling difflib v0.4.0
15002024-12-21T04:42:30.889Z Compiling predicates-core v1.0.8
15012024-12-21T04:42:31.061Z Compiling whoami v1.5.2
15022024-12-21T04:42:31.254Z Compiling new_debug_unreachable v1.0.6
15032024-12-21T04:42:31.325Z Compiling predicates v3.1.2
15042024-12-21T04:42:31.350Z Compiling string_cache v0.8.7
15052024-12-21T04:42:31.724Z Compiling tokio-postgres v0.7.12
15062024-12-21T04:42:31.840Z Compiling similar v2.6.0
15072024-12-21T04:42:32.499Z Compiling indicatif v0.17.9
15082024-12-21T04:42:32.806Z Compiling petgraph v0.6.5
15092024-12-21T04:42:33.082Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15102024-12-21T04:42:33.849Z Compiling clap v4.5.21
15112024-12-21T04:42:33.984Z Compiling bit-set v0.5.3
15122024-12-21T04:42:34.278Z Compiling ecdsa v0.16.9
15132024-12-21T04:42:34.378Z Compiling rsa v0.9.6
15142024-12-21T04:42:34.814Z Compiling ed25519-dalek v2.1.1
15152024-12-21T04:42:35.145Z Compiling toml v0.7.8
15162024-12-21T04:42:36.163Z Compiling zip v0.6.6
15172024-12-21T04:42:36.955Z Compiling crossterm v0.28.1
15182024-12-21T04:42:37.928Z Compiling hex v0.4.3
15192024-12-21T04:42:37.952Z Compiling x509-cert v0.2.5
15202024-12-21T04:42:37.977Z Compiling itertools v0.10.5
15212024-12-21T04:42:38.349Z Compiling unicode-xid v0.2.6
15222024-12-21T04:42:38.528Z Compiling lalrpop-util v0.19.12
15232024-12-21T04:42:38.549Z Compiling peg-runtime v0.8.3
15242024-12-21T04:42:38.899Z Compiling strum_macros v0.26.4
15252024-12-21T04:42:39.223Z Compiling xattr v1.3.1
15262024-12-21T04:42:39.509Z Compiling filetime v0.2.25
15272024-12-21T04:42:39.839Z Compiling tar v0.4.42
15282024-12-21T04:42:43.846Z Compiling strum v0.26.3
15292024-12-21T04:42:46.778Z Compiling aws-lc-sys v0.22.0
15302024-12-21T04:43:14.833Z Compiling rustls-webpki v0.102.8
15312024-12-21T04:43:18.265Z Compiling tokio-rustls v0.25.0
15322024-12-21T04:43:19.901Z Compiling tokio-rustls v0.26.0
15332024-12-21T04:43:20.192Z Compiling hyper-rustls v0.27.3
15342024-12-21T04:43:20.568Z Compiling reqwest v0.12.9
15352024-12-21T04:43:22.085Z Compiling qorb v0.2.1
15362024-12-21T04:43:26.608Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15372024-12-21T04:43:26.840Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15382024-12-21T04:43:32.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15392024-12-21T04:43:32.767Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15402024-12-21T04:43:32.820ZDec 21 04:43:32.209 INFO Starting download, target: Clickhouse
15412024-12-21T04:43:32.823ZDec 21 04:43:32.210 INFO Starting download, target: Console
15422024-12-21T04:43:32.823ZDec 21 04:43:32.210 INFO Starting download, target: Cockroach
15432024-12-21T04:43:32.823ZDec 21 04:43:32.210 INFO Starting download, target: DendriteOpenapi
15442024-12-21T04:43:32.823ZDec 21 04:43:32.210 INFO Starting download, target: DendriteStub
15452024-12-21T04:43:32.823ZDec 21 04:43:32.210 INFO Starting download, target: MaghemiteMgd
15462024-12-21T04:43:32.823ZDec 21 04:43:32.210 INFO Starting download, target: TransceiverControl
15472024-12-21T04:43:32.823ZDec 21 04:43:32.210 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15482024-12-21T04:43:32.823ZDec 21 04:43:32.211 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15492024-12-21T04:43:32.823ZDec 21 04:43:32.211 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15502024-12-21T04:43:32.824ZDec 21 04:43:32.211 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15512024-12-21T04:43:32.824ZDec 21 04:43:32.211 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15522024-12-21T04:43:32.824ZDec 21 04:43:32.211 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15532024-12-21T04:43:32.824ZDec 21 04:43:32.211 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15542024-12-21T04:43:33.057ZDec 21 04:43:32.430 INFO Download complete, target: DendriteOpenapi
15552024-12-21T04:43:33.199ZDec 21 04:43:32.583 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15562024-12-21T04:43:33.357ZDec 21 04:43:32.739 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15572024-12-21T04:43:33.712ZDec 21 04:43:33.084 INFO Download complete, target: Console
15582024-12-21T04:43:33.833ZDec 21 04:43:33.221 INFO Download complete, target: TransceiverControl
15592024-12-21T04:43:33.981ZDec 21 04:43:33.358 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15602024-12-21T04:43:34.036ZDec 21 04:43:33.425 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15612024-12-21T04:43:34.679ZDec 21 04:43:34.069 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15622024-12-21T04:43:34.679ZDec 21 04:43:34.069 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15632024-12-21T04:43:34.815ZDec 21 04:43:34.205 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15642024-12-21T04:43:36.904ZDec 21 04:43:36.294 INFO Download complete, target: DendriteStub
15652024-12-21T04:43:36.997ZDec 21 04:43:36.386 INFO Download complete, target: MaghemiteMgd
15662024-12-21T04:43:42.098ZDec 21 04:43:41.477 INFO Checking that binary works, target: Cockroach
15672024-12-21T04:43:42.249ZDec 21 04:43:41.637 INFO Download complete, target: Cockroach
15682024-12-21T04:43:47.411ZDec 21 04:43:46.799 INFO Checking that binary works, target: Clickhouse
15692024-12-21T04:43:47.533ZDec 21 04:43:46.921 INFO Download complete, target: Clickhouse
15702024-12-21T04:43:47.556ZAll builder prerequisites installed successfully, and PATH looks valid
15712024-12-21T04:43:47.560Z
15722024-12-21T04:43:47.560Zreal 4:39.336452284
15732024-12-21T04:43:47.560Zuser 16:36.722139100
15742024-12-21T04:43:47.560Zsys 3:17.193713812
15752024-12-21T04:43:47.560Ztrap 0.540887048
15762024-12-21T04:43:47.560Ztflt 1.508638678
15772024-12-21T04:43:47.560Zdflt 2.091281269
15782024-12-21T04:43:47.560Zkflt 0.028028017
15792024-12-21T04:43:47.560Zlock 30:45.578349690
15802024-12-21T04:43:47.560Zslp 1:01:14.457669754
15812024-12-21T04:43:47.560Zlat 57.337681872
15822024-12-21T04:43:47.560Zstop 2:20.271220310
15832024-12-21T04:43:47.560Z+ banner hack-check
15842024-12-21T04:43:47.560Z
15852024-12-21T04:43:47.560Z # # ## #### # # #### # # ###### #### # #
15862024-12-21T04:43:47.560Z # # # # # # # # # # # # # # # # #
15872024-12-21T04:43:47.560Z ###### # # # #### ##### # ###### ##### # ####
15882024-12-21T04:43:47.560Z # # ###### # # # # # # # # # #
15892024-12-21T04:43:47.560Z # # # # # # # # # # # # # # # # #
15902024-12-21T04:43:47.560Z # # # # #### # # #### # # ###### #### # #
15912024-12-21T04:43:47.560Z
15922024-12-21T04:43:47.560Z+ export CARGO_INCREMENTAL=0
15932024-12-21T04:43:47.560Z+ CARGO_INCREMENTAL=0
15942024-12-21T04:43:47.560Z+ ptime -m timeout 2h cargo xtask check-features --ci
15952024-12-21T04:43:48.132Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15962024-12-21T04:43:51.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
15972024-12-21T04:43:51.745Z Running `target/debug/xtask check-features --ci`
15982024-12-21T04:43:51.766Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15992024-12-21T04:43:51.768Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16002024-12-21T04:43:52.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16012024-12-21T04:43:52.240Z Running `target/debug/xtask download cargo-hack`
16022024-12-21T04:43:53.068Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16032024-12-21T04:43:53.436Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16042024-12-21T04:43:58.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
16052024-12-21T04:43:58.582Z Running `target/debug/xtask-downloader cargo-hack`
16062024-12-21T04:43:58.622ZDec 21 04:43:58.006 INFO Starting download, target: CargoHack
16072024-12-21T04:43:58.625ZDec 21 04:43:58.007 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16082024-12-21T04:43:59.185ZDec 21 04:43:58.571 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16092024-12-21T04:43:59.274ZDec 21 04:43:58.659 INFO Download complete, target: CargoHack
16102024-12-21T04:43:59.277Zrunning: "/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"
16112024-12-21T04:43:59.293Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16122024-12-21T04:43:59.461Zinfo: running `cargo check --bins` on api_identity (1/176)
16132024-12-21T04:43:59.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16142024-12-21T04:43:59.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16152024-12-21T04:43:59.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16162024-12-21T04:43:59.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16172024-12-21T04:44:00.056Z
16182024-12-21T04:44:00.056Zinfo: running `cargo check --bins` on bootstore (2/176)
16192024-12-21T04:44:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-12-21T04:44:00.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-12-21T04:44:00.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-12-21T04:44:00.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16232024-12-21T04:44:00.688Z
16242024-12-21T04:44:00.689Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16252024-12-21T04:44:01.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-12-21T04:44:01.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-12-21T04:44:01.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-12-21T04:44:01.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16292024-12-21T04:44:01.301Z
16302024-12-21T04:44:01.301Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16312024-12-21T04:44:01.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-12-21T04:44:01.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-12-21T04:44:01.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-12-21T04:44:01.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16352024-12-21T04:44:01.946Z
16362024-12-21T04:44:01.946Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16372024-12-21T04:44:02.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-21T04:44:02.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-21T04:44:02.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-21T04:44:02.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16412024-12-21T04:44:02.368Z
16422024-12-21T04:44:02.368Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16432024-12-21T04:44:02.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-21T04:44:02.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-21T04:44:02.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-21T04:44:02.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16472024-12-21T04:44:02.790Z
16482024-12-21T04:44:02.790Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16492024-12-21T04:44:03.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-21T04:44:03.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-21T04:44:03.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-21T04:44:03.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16532024-12-21T04:44:03.215Z
16542024-12-21T04:44:03.216Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16552024-12-21T04:44:03.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-21T04:44:03.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-21T04:44:03.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-21T04:44:03.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16592024-12-21T04:44:03.643Z
16602024-12-21T04:44:03.643Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16612024-12-21T04:44:04.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-21T04:44:04.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-21T04:44:04.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-21T04:44:04.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16652024-12-21T04:44:04.071Z
16662024-12-21T04:44:04.071Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16672024-12-21T04:44:04.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-21T04:44:04.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-21T04:44:04.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-21T04:44:04.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16712024-12-21T04:44:04.497Z
16722024-12-21T04:44:04.497Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16732024-12-21T04:44:04.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-21T04:44:04.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-21T04:44:04.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-21T04:44:04.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16772024-12-21T04:44:04.928Z
16782024-12-21T04:44:04.928Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16792024-12-21T04:44:05.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-21T04:44:05.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-21T04:44:05.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-21T04:44:05.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16832024-12-21T04:44:05.357Z
16842024-12-21T04:44:05.357Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16852024-12-21T04:44:05.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-21T04:44:05.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-21T04:44:05.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-21T04:44:05.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16892024-12-21T04:44:05.793Z
16902024-12-21T04:44:05.793Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
16912024-12-21T04:44:06.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-21T04:44:06.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-21T04:44:06.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-21T04:44:06.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16952024-12-21T04:44:06.224Z
16962024-12-21T04:44:06.224Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
16972024-12-21T04:44:06.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-21T04:44:06.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-21T04:44:06.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-21T04:44:06.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17012024-12-21T04:44:06.649Z
17022024-12-21T04:44:06.649Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17032024-12-21T04:44:07.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-21T04:44:07.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-21T04:44:07.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-21T04:44:07.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17072024-12-21T04:44:07.075Z
17082024-12-21T04:44:07.075Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17092024-12-21T04:44:07.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-21T04:44:07.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-21T04:44:07.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-21T04:44:07.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17132024-12-21T04:44:07.507Z
17142024-12-21T04:44:07.507Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17152024-12-21T04:44:07.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-21T04:44:07.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-21T04:44:07.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-21T04:44:07.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17192024-12-21T04:44:07.931Z
17202024-12-21T04:44:07.931Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17212024-12-21T04:44:08.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-21T04:44:08.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-21T04:44:08.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-21T04:44:08.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17252024-12-21T04:44:08.359Z
17262024-12-21T04:44:08.359Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17272024-12-21T04:44:08.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-21T04:44:08.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-21T04:44:08.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-21T04:44:08.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17312024-12-21T04:44:08.783Z
17322024-12-21T04:44:08.783Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17332024-12-21T04:44:09.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-21T04:44:09.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-21T04:44:09.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-21T04:44:09.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17372024-12-21T04:44:09.207Z
17382024-12-21T04:44:09.207Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17392024-12-21T04:44:09.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-21T04:44:09.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-21T04:44:09.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-21T04:44:09.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17432024-12-21T04:44:09.643Z
17442024-12-21T04:44:09.643Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17452024-12-21T04:44:10.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-21T04:44:10.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-21T04:44:10.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-21T04:44:10.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17492024-12-21T04:44:10.072Z
17502024-12-21T04:44:10.072Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17512024-12-21T04:44:10.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-21T04:44:10.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-21T04:44:10.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-21T04:44:10.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552024-12-21T04:44:10.496Z
17562024-12-21T04:44:10.496Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17572024-12-21T04:44:11.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-21T04:44:11.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-21T04:44:11.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-21T04:44:11.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17612024-12-21T04:44:11.126Z
17622024-12-21T04:44:11.126Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17632024-12-21T04:44:11.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-21T04:44:11.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-21T04:44:11.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-21T04:44:11.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17672024-12-21T04:44:11.759Z
17682024-12-21T04:44:11.759Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17692024-12-21T04:44:12.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-21T04:44:12.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-21T04:44:12.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-21T04:44:12.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17732024-12-21T04:44:12.391Z
17742024-12-21T04:44:12.391Zinfo: running `cargo check --bins` on oxlog (28/176)
17752024-12-21T04:44:12.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-21T04:44:12.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-21T04:44:13.009Z Checking cfg-if v1.0.0
17782024-12-21T04:44:13.012Z Checking libc v0.2.162
17792024-12-21T04:44:13.114Z Checking serde v1.0.215
17802024-12-21T04:44:13.117Z Checking zeroize v1.8.1
17812024-12-21T04:44:13.129Z Checking memchr v2.7.4
17822024-12-21T04:44:13.131Z Checking typenum v1.17.0
17832024-12-21T04:44:13.149Z Checking scopeguard v1.2.0
17842024-12-21T04:44:13.152Z Checking subtle v2.6.1
17852024-12-21T04:44:13.176Z Checking value-bag v1.9.0
17862024-12-21T04:44:13.280Z Checking lock_api v0.4.12
17872024-12-21T04:44:13.336Z Checking itoa v1.0.11
17882024-12-21T04:44:13.415Z Checking smallvec v1.13.2
17892024-12-21T04:44:13.548Z Checking const-oid v0.9.6
17902024-12-21T04:44:13.571Z Checking log v0.4.22
17912024-12-21T04:44:13.670Z Checking pin-project-lite v0.2.14
17922024-12-21T04:44:13.754Z Checking byteorder v1.5.0
17932024-12-21T04:44:13.789Z Checking futures-core v0.3.31
17942024-12-21T04:44:13.973Z Checking once_cell v1.20.2
17952024-12-21T04:44:14.021Z Checking cpufeatures v0.2.14
17962024-12-21T04:44:14.113Z Checking stable_deref_trait v1.2.0
17972024-12-21T04:44:14.129Z Checking futures-sink v0.3.31
17982024-12-21T04:44:14.146Z Checking spin v0.9.8
17992024-12-21T04:44:14.214Z Checking zerocopy v0.7.35
18002024-12-21T04:44:14.252Z Checking zerofrom v0.1.4
18012024-12-21T04:44:14.255Z Checking slab v0.4.9
18022024-12-21T04:44:14.279Z Checking getrandom v0.2.15
18032024-12-21T04:44:14.415Z Checking generic-array v0.14.7
18042024-12-21T04:44:14.460Z Checking parking_lot_core v0.9.10
18052024-12-21T04:44:14.484Z Checking signal-hook-registry v1.4.2
18062024-12-21T04:44:14.498Z Checking mio v1.0.2
18072024-12-21T04:44:14.500Z Checking rand_core v0.6.4
18082024-12-21T04:44:14.713Z Checking socket2 v0.5.7
18092024-12-21T04:44:14.797Z Checking parking_lot v0.12.3
18102024-12-21T04:44:14.813Z Checking yoke v0.7.4
18112024-12-21T04:44:15.102Z Checking futures-channel v0.3.31
18122024-12-21T04:44:15.137Z Checking foldhash v0.1.3
18132024-12-21T04:44:15.151Z Checking futures-task v0.3.31
18142024-12-21T04:44:15.166Z Checking pin-utils v0.1.0
18152024-12-21T04:44:15.255Z Checking equivalent v1.0.1
18162024-12-21T04:44:15.336Z Checking allocator-api2 v0.2.18
18172024-12-21T04:44:15.358Z Checking futures-io v0.3.31
18182024-12-21T04:44:15.379Z Checking zerovec v0.10.4
18192024-12-21T04:44:15.395Z Checking tinyvec_macros v0.1.1
18202024-12-21T04:44:15.446Z Checking ryu v1.0.18
18212024-12-21T04:44:15.479Z Checking tinyvec v1.8.0
18222024-12-21T04:44:15.527Z Checking futures-util v0.3.31
18232024-12-21T04:44:15.543Z Checking crypto-common v0.1.6
18242024-12-21T04:44:15.636Z Checking block-buffer v0.10.4
18252024-12-21T04:44:15.673Z Checking block-padding v0.3.3
18262024-12-21T04:44:15.711Z Checking fnv v1.0.7
18272024-12-21T04:44:15.838Z Checking libm v0.2.8
18282024-12-21T04:44:15.852Z Checking digest v0.10.7
18292024-12-21T04:44:15.885Z Checking inout v0.1.3
18302024-12-21T04:44:15.945Z Checking hashbrown v0.15.1
18312024-12-21T04:44:16.114Z Checking cipher v0.4.4
18322024-12-21T04:44:16.229Z Checking hmac v0.12.1
18332024-12-21T04:44:16.421Z Checking sha2 v0.10.8
18342024-12-21T04:44:16.486Z Checking base64ct v1.6.0
18352024-12-21T04:44:16.815Z Checking unicode-normalization v0.1.24
18362024-12-21T04:44:16.818Z Checking writeable v0.5.5
18372024-12-21T04:44:16.937Z Checking unicode-bidi v0.3.17
18382024-12-21T04:44:16.987Z Checking litemap v0.7.3
18392024-12-21T04:44:17.041Z Checking tinystr v0.7.6
18402024-12-21T04:44:17.125Z Checking pem-rfc7468 v0.7.0
18412024-12-21T04:44:17.148Z Checking num-traits v0.2.19
18422024-12-21T04:44:17.311Z Checking ppv-lite86 v0.2.20
18432024-12-21T04:44:17.405Z Checking flagset v0.4.6
18442024-12-21T04:44:17.429Z Checking icu_locid v1.5.0
18452024-12-21T04:44:17.576Z Checking tracing-core v0.1.32
18462024-12-21T04:44:17.591Z Checking der v0.7.9
18472024-12-21T04:44:17.719Z Checking thiserror v1.0.69
18482024-12-21T04:44:17.857Z Checking icu_locid_transform_data v1.5.0
18492024-12-21T04:44:17.947Z Checking rustls-pki-types v1.10.0
18502024-12-21T04:44:18.093Z Checking rand_chacha v0.3.1
18512024-12-21T04:44:18.112Z Checking bytes v1.8.0
18522024-12-21T04:44:18.238Z Checking indexmap v2.6.0
18532024-12-21T04:44:18.460Z Checking serde_json v1.0.133
18542024-12-21T04:44:18.476Z Checking icu_provider v1.5.0
18552024-12-21T04:44:18.557Z Checking bitflags v2.6.0
18562024-12-21T04:44:18.787Z Checking percent-encoding v2.3.1
18572024-12-21T04:44:18.857Z Checking rand v0.8.5
18582024-12-21T04:44:18.891Z Checking tokio v1.40.0
18592024-12-21T04:44:18.987Z Checking http v1.1.0
18602024-12-21T04:44:19.155Z Checking icu_locid_transform v1.5.0
18612024-12-21T04:44:19.417Z Checking spki v0.7.3
18622024-12-21T04:44:19.527Z Checking tracing v0.1.40
18632024-12-21T04:44:19.717Z Checking icu_collections v1.5.0
18642024-12-21T04:44:19.882Z Checking salsa20 v0.10.2
18652024-12-21T04:44:20.084Z Checking pbkdf2 v0.12.2
18662024-12-21T04:44:20.105Z Checking aws-lc-sys v0.22.0
18672024-12-21T04:44:20.131Z Checking httparse v1.9.5
18682024-12-21T04:44:20.183Z Checking icu_properties_data v1.5.0
18692024-12-21T04:44:20.237Z Checking mirai-annotations v1.12.0
18702024-12-21T04:44:20.328Z Checking powerfmt v0.2.0
18712024-12-21T04:44:20.367Z Checking untrusted v0.7.1
18722024-12-21T04:44:20.404Z Checking untrusted v0.9.0
18732024-12-21T04:44:20.420Z Checking icu_properties v1.5.1
18742024-12-21T04:44:20.519Z Checking scrypt v0.11.0
18752024-12-21T04:44:20.541Z Checking aes v0.8.4
18762024-12-21T04:44:20.554Z Checking ring v0.17.8
18772024-12-21T04:44:20.581Z Checking deranged v0.3.11
18782024-12-21T04:44:20.633Z Checking cbc v0.1.2
18792024-12-21T04:44:20.728Z Checking crossbeam-utils v0.8.20
18802024-12-21T04:44:20.848Z Checking atomic-waker v1.1.2
18812024-12-21T04:44:20.983Z Checking num-conv v0.1.0
18822024-12-21T04:44:21.230Z Checking write16 v1.0.0
18832024-12-21T04:44:21.355Z Checking utf8_iter v1.0.4
18842024-12-21T04:44:21.421Z Checking time-core v0.1.2
18852024-12-21T04:44:21.446Z Checking icu_normalizer_data v1.5.0
18862024-12-21T04:44:21.540Z Checking utf16_iter v1.0.5
18872024-12-21T04:44:21.572Z Checking num_threads v0.1.7
18882024-12-21T04:44:21.586Z Checking pkcs5 v0.7.1
18892024-12-21T04:44:21.686Z Checking http-body v1.0.1
18902024-12-21T04:44:21.709Z Checking form_urlencoded v1.2.1
18912024-12-21T04:44:21.900Z Checking try-lock v0.2.5
18922024-12-21T04:44:21.903Z Checking uuid v1.11.0
18932024-12-21T04:44:22.036Z Checking want v0.3.1
18942024-12-21T04:44:22.097Z Checking pkcs8 v0.10.2
18952024-12-21T04:44:22.194Z Checking unicode-ident v1.0.13
18962024-12-21T04:44:22.347Z Checking time v0.3.36
18972024-12-21T04:44:22.364Z Checking httpdate v1.0.3
18982024-12-21T04:44:22.380Z Checking proc-macro2 v1.0.89
18992024-12-21T04:44:22.408Z Checking toml_datetime v0.6.8
19002024-12-21T04:44:22.525Z Checking serde_spanned v0.6.8
19012024-12-21T04:44:22.597Z Checking slog v2.7.0
19022024-12-21T04:44:22.675Z Checking scroll v0.12.0
19032024-12-21T04:44:22.714Z Checking ucd-trie v0.1.7
19042024-12-21T04:44:22.729Z Checking aws-lc-rs v1.10.0
19052024-12-21T04:44:22.919Z Checking adler2 v2.0.0
19062024-12-21T04:44:23.039Z Checking base64 v0.22.1
19072024-12-21T04:44:23.073Z Checking tower-service v0.3.3
19082024-12-21T04:44:23.075Z Checking iana-time-zone v0.1.61
19092024-12-21T04:44:23.157Z Checking plain v0.2.3
19102024-12-21T04:44:23.185Z Checking foreign-types-shared v0.1.1
19112024-12-21T04:44:23.217Z Checking match_cfg v0.1.0
19122024-12-21T04:44:23.291Z Checking foreign-types v0.3.2
19132024-12-21T04:44:23.308Z Checking goblin v0.8.2
19142024-12-21T04:44:23.310Z Checking hostname v0.3.1
19152024-12-21T04:44:23.387Z Checking chrono v0.4.38
19162024-12-21T04:44:23.433Z Checking miniz_oxide v0.8.0
19172024-12-21T04:44:23.503Z Checking quote v1.0.37
19182024-12-21T04:44:23.769Z Checking icu_normalizer v1.5.0
19192024-12-21T04:44:23.864Z Checking pest v2.7.14
19202024-12-21T04:44:24.171Z Checking openssl-sys v0.9.103
19212024-12-21T04:44:24.511Z Checking rustls-webpki v0.102.8
19222024-12-21T04:44:24.571Z Checking idna_adapter v1.2.0
19232024-12-21T04:44:24.728Z Checking dirs-sys-next v0.1.2
19242024-12-21T04:44:24.784Z Checking idna v1.0.3
19252024-12-21T04:44:24.924Z Checking errno v0.3.9
19262024-12-21T04:44:25.105Z Checking aho-corasick v1.1.3
19272024-12-21T04:44:25.264Z Checking url v2.5.3
19282024-12-21T04:44:25.315Z Checking regex-syntax v0.8.5
19292024-12-21T04:44:25.419Z Checking data-encoding v2.6.0
19302024-12-21T04:44:25.469Z Checking siphasher v0.3.11
19312024-12-21T04:44:25.786Z Compiling newtype-uuid v1.1.3
19322024-12-21T04:44:26.036Z Checking pretty-hex v0.4.1
19332024-12-21T04:44:26.068Z Checking openssl v0.10.66
19342024-12-21T04:44:26.087Z Checking rustix v0.38.37
19352024-12-21T04:44:26.203Z Checking dirs-next v2.0.0
19362024-12-21T04:44:26.244Z Checking tokio-util v0.7.12
19372024-12-21T04:44:26.329Z Checking syn v2.0.87
19382024-12-21T04:44:26.383Z Checking dtrace-parser v0.2.0
19392024-12-21T04:44:26.753Z Checking http-body-util v0.1.2
19402024-12-21T04:44:26.842Z Checking crossbeam-epoch v0.9.18
19412024-12-21T04:44:27.167Z Checking h2 v0.4.6
19422024-12-21T04:44:27.184Z Checking sha1 v0.10.6
19432024-12-21T04:44:27.283Z Checking signature v2.2.0
19442024-12-21T04:44:27.477Z Checking lazy_static v1.5.0
19452024-12-21T04:44:27.477Z Checking thread-id v4.2.2
19462024-12-21T04:44:27.601Z Checking thread_local v1.1.8
19472024-12-21T04:44:27.604Z Checking encoding_rs v0.8.34
19482024-12-21T04:44:27.859Z Checking winnow v0.6.20
19492024-12-21T04:44:28.340Z Checking dof v0.3.0
19502024-12-21T04:44:28.638Z Checking regex-automata v0.4.8
19512024-12-21T04:44:28.947Z Checking mime v0.3.17
19522024-12-21T04:44:29.269Z Checking anstyle v1.0.10
19532024-12-21T04:44:29.602Z Checking unicode-properties v0.1.3
19542024-12-21T04:44:29.781Z Checking gimli v0.31.1
19552024-12-21T04:44:29.855Z Checking either v1.13.0
19562024-12-21T04:44:29.934Z Checking utf8parse v0.2.2
19572024-12-21T04:44:30.076Z Checking ipnet v2.10.1
19582024-12-21T04:44:30.254Z Checking openssl-probe v0.1.5
19592024-12-21T04:44:30.400Z Checking anstyle-parse v0.2.5
19602024-12-21T04:44:30.563Z Checking stringprep v0.1.5
19612024-12-21T04:44:30.666Z Checking crossbeam-deque v0.8.5
19622024-12-21T04:44:30.806Z Checking toml_edit v0.22.22
19632024-12-21T04:44:30.825Z Checking term v0.7.0
19642024-12-21T04:44:30.975Z Checking rustls v0.22.4
19652024-12-21T04:44:31.269Z Checking rustls v0.23.19
19662024-12-21T04:44:31.546Z Checking native-tls v0.2.12
19672024-12-21T04:44:32.112Z Checking slog-json v2.6.1
19682024-12-21T04:44:32.139Z Checking serde_urlencoded v0.7.1
19692024-12-21T04:44:32.575Z Checking crossbeam-channel v0.5.13
19702024-12-21T04:44:32.854Z Checking usdt-impl v0.5.0
19712024-12-21T04:44:33.314Z Checking hyper v1.5.0
19722024-12-21T04:44:33.330Z Checking futures-executor v0.3.31
19732024-12-21T04:44:33.343Z Checking num-integer v0.1.46
19742024-12-21T04:44:33.357Z Checking rustls-pemfile v2.2.0
19752024-12-21T04:44:33.447Z Checking idna v0.4.0
19762024-12-21T04:44:33.545Z Checking idna v0.3.0
19772024-12-21T04:44:33.547Z Checking md-5 v0.10.6
19782024-12-21T04:44:33.711Z Checking addr2line v0.24.2
19792024-12-21T04:44:33.810Z Checking ff v0.13.0
19802024-12-21T04:44:34.027Z Checking is-terminal v0.4.13
19812024-12-21T04:44:34.118Z Checking memmap v0.7.0
19822024-12-21T04:44:34.223Z Checking hash32 v0.2.1
19832024-12-21T04:44:34.240Z Checking object v0.36.5
19842024-12-21T04:44:34.320Z Checking take_mut v0.2.2
19852024-12-21T04:44:34.353Z Checking base16ct v0.2.0
19862024-12-21T04:44:34.384Z Checking linked-hash-map v0.5.6
19872024-12-21T04:44:34.443Z Checking dyn-clone v1.0.17
19882024-12-21T04:44:34.459Z Checking fallible-iterator v0.2.0
19892024-12-21T04:44:34.510Z Checking utf-8 v0.7.6
19902024-12-21T04:44:34.546Z Checking psl-types v2.0.11
19912024-12-21T04:44:34.583Z Checking rustc-demangle v0.1.24
19922024-12-21T04:44:34.705Z Checking quick-error v1.2.3
19932024-12-21T04:44:34.720Z Checking is_terminal_polyfill v1.70.1
19942024-12-21T04:44:34.735Z Checking anstyle-query v1.1.1
19952024-12-21T04:44:34.837Z Checking colorchoice v1.0.2
19962024-12-21T04:44:34.855Z Checking resolv-conf v0.7.0
19972024-12-21T04:44:34.868Z Checking publicsuffix v2.2.3
19982024-12-21T04:44:34.974Z Checking anstream v0.6.15
19992024-12-21T04:44:35.000Z Checking lru-cache v0.1.2
20002024-12-21T04:44:35.048Z Checking postgres-protocol v0.6.7
20012024-12-21T04:44:35.081Z Checking tungstenite v0.24.0
20022024-12-21T04:44:35.168Z Checking schemars v0.8.21
20032024-12-21T04:44:35.183Z Checking sec1 v0.7.3
20042024-12-21T04:44:35.311Z Checking hyper-util v0.1.10
20052024-12-21T04:44:35.327Z Checking heapless v0.7.17
20062024-12-21T04:44:35.552Z Checking slog-async v2.8.0
20072024-12-21T04:44:35.702Z Checking tokio-rustls v0.25.0
20082024-12-21T04:44:35.841Z Checking usdt v0.5.0
20092024-12-21T04:44:36.023Z Checking hickory-proto v0.24.1
20102024-12-21T04:44:36.078Z Checking slog-term v2.9.1
20112024-12-21T04:44:36.095Z Checking group v0.13.0
20122024-12-21T04:44:36.338Z Checking num-iter v0.1.45
20132024-12-21T04:44:36.353Z Checking futures v0.3.31
20142024-12-21T04:44:36.460Z Checking toml v0.8.19
20152024-12-21T04:44:36.516Z Checking slog-bunyan v2.5.0
20162024-12-21T04:44:36.585Z Checking tokio-native-tls v0.3.1
20172024-12-21T04:44:36.678Z Checking rayon-core v1.12.1
20182024-12-21T04:44:36.727Z Checking tokio-rustls v0.26.0
20192024-12-21T04:44:36.785Z Checking multer v3.1.0
20202024-12-21T04:44:36.848Z Checking terminal_size v0.4.0
20212024-12-21T04:44:37.114Z Checking phf_shared v0.11.2
20222024-12-21T04:44:37.169Z Checking cookie v0.18.1
20232024-12-21T04:44:37.199Z Checking async-stream v0.3.6
20242024-12-21T04:44:37.300Z Checking bzip2-sys v0.1.11+1.0.8
20252024-12-21T04:44:37.333Z Checking signal-hook v0.3.17
20262024-12-21T04:44:37.349Z Checking camino v1.1.9
20272024-12-21T04:44:37.371Z Checking waitgroup v0.1.2
20282024-12-21T04:44:37.389Z Checking openapiv3 v2.0.0
20292024-12-21T04:44:37.420Z Checking webpki-roots v0.26.6
20302024-12-21T04:44:37.505Z Checking serde_path_to_error v0.1.16
20312024-12-21T04:44:37.627Z Checking idna v0.5.0
20322024-12-21T04:44:37.642Z Checking hkdf v0.12.4
20332024-12-21T04:44:37.663Z Checking crypto-bigint v0.5.5
20342024-12-21T04:44:37.853Z Checking hostname v0.4.0
20352024-12-21T04:44:37.919Z Checking crc32fast v1.4.2
20362024-12-21T04:44:37.987Z Checking managed v0.8.0
20372024-12-21T04:44:38.122Z Checking bitflags v1.3.2
20382024-12-21T04:44:38.138Z Checking clap_lex v0.7.2
20392024-12-21T04:44:38.215Z Checking unicode-width v0.1.14
20402024-12-21T04:44:38.366Z Checking strsim v0.11.1
20412024-12-21T04:44:38.380Z Checking debug-ignore v1.0.5
20422024-12-21T04:44:38.495Z Checking winnow v0.5.40
20432024-12-21T04:44:38.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20442024-12-21T04:44:38.628Z Checking clap_builder v4.5.21
20452024-12-21T04:44:38.689Z Checking console v0.15.8
20462024-12-21T04:44:38.776Z Checking cookie_store v0.21.0
20472024-12-21T04:44:39.287Z Checking smoltcp v0.9.1
20482024-12-21T04:44:39.482Z Checking flate2 v1.0.34
20492024-12-21T04:44:40.135Z Checking signal-hook-mio v0.2.4
20502024-12-21T04:44:40.283Z Checking hyper-rustls v0.27.3
20512024-12-21T04:44:40.506Z Checking elliptic-curve v0.13.8
20522024-12-21T04:44:40.630Z Checking bzip2 v0.4.4
20532024-12-21T04:44:40.755Z Checking backtrace v0.3.74
20542024-12-21T04:44:40.782Z Checking hickory-resolver v0.24.1
20552024-12-21T04:44:40.804Z Checking phf v0.11.2
20562024-12-21T04:44:40.869Z Checking dropshot v0.12.0
20572024-12-21T04:44:40.915Z Checking rayon v1.10.0
20582024-12-21T04:44:41.052Z Checking hyper-tls v0.6.0
20592024-12-21T04:44:41.119Z Checking num-bigint-dig v0.8.4
20602024-12-21T04:44:41.315Z Checking anyhow v1.0.93
20612024-12-21T04:44:41.331Z Checking tokio-tungstenite v0.24.0
20622024-12-21T04:44:41.485Z Checking toml_edit v0.19.15
20632024-12-21T04:44:41.642Z Checking postgres-types v0.2.8
20642024-12-21T04:44:41.720Z Checking bstr v1.10.0
20652024-12-21T04:44:41.824Z Checking regex v1.11.1
20662024-12-21T04:44:42.378Z Checking ed25519 v2.2.3
20672024-12-21T04:44:42.398Z Checking tokio-stream v0.1.16
20682024-12-21T04:44:42.440Z Checking phf_shared v0.10.0
20692024-12-21T04:44:42.649Z Checking curve25519-dalek v4.1.3
20702024-12-21T04:44:42.674Z Checking zerocopy v0.6.6
20712024-12-21T04:44:42.728Z Checking hubpack v0.1.2
20722024-12-21T04:44:43.048Z Checking pkcs1 v0.7.5
20732024-12-21T04:44:43.277Z Checking portable-atomic v1.9.0
20742024-12-21T04:44:43.308Z Checking float-cmp v0.9.0
20752024-12-21T04:44:43.405Z Checking serde-big-array v0.5.1
20762024-12-21T04:44:43.439Z Checking rfc6979 v0.4.0
20772024-12-21T04:44:43.483Z Checking sync_wrapper v1.0.1
20782024-12-21T04:44:43.609Z Checking minimal-lexical v0.2.1
20792024-12-21T04:44:43.627Z Checking static_assertions v1.1.0
20802024-12-21T04:44:43.630Z Checking number_prefix v0.4.0
20812024-12-21T04:44:43.724Z Checking new_debug_unreachable v1.0.6
20822024-12-21T04:44:43.816Z Checking unicode-width v0.2.0
20832024-12-21T04:44:43.832Z Checking whoami v1.5.2
20842024-12-21T04:44:43.967Z Checking difflib v0.4.0
20852024-12-21T04:44:43.984Z Checking precomputed-hash v0.1.1
20862024-12-21T04:44:44.089Z Checking normalize-line-endings v0.3.0
20872024-12-21T04:44:44.120Z Checking unicode-segmentation v1.12.0
20882024-12-21T04:44:44.202Z Checking fixedbitset v0.4.2
20892024-12-21T04:44:44.270Z Checking bit-vec v0.6.3
20902024-12-21T04:44:44.292Z Checking predicates-core v1.0.8
20912024-12-21T04:44:44.306Z Checking tokio-postgres v0.7.12
20922024-12-21T04:44:44.461Z Checking petgraph v0.6.5
20932024-12-21T04:44:44.470Z Checking predicates v3.1.2
20942024-12-21T04:44:44.512Z Checking ed25519-dalek v2.1.1
20952024-12-21T04:44:44.561Z Checking qorb v0.2.1
20962024-12-21T04:44:44.586Z Checking bit-set v0.5.3
20972024-12-21T04:44:44.751Z Checking indicatif v0.17.9
20982024-12-21T04:44:44.779Z Checking similar v2.6.0
20992024-12-21T04:44:44.840Z Checking string_cache v0.8.7
21002024-12-21T04:44:44.913Z Checking nom v7.1.3
21012024-12-21T04:44:45.109Z Checking toml v0.7.8
21022024-12-21T04:44:45.125Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21032024-12-21T04:44:45.508Z Checking reqwest v0.12.9
21042024-12-21T04:44:45.675Z Checking ecdsa v0.16.9
21052024-12-21T04:44:45.842Z Checking rsa v0.9.6
21062024-12-21T04:44:46.412Z Checking clap v4.5.21
21072024-12-21T04:44:46.548Z Checking zip v0.6.6
21082024-12-21T04:44:46.903Z Checking crossterm v0.28.1
21092024-12-21T04:44:47.139Z Checking itertools v0.12.1
21102024-12-21T04:44:47.262Z Checking itertools v0.10.5
21112024-12-21T04:44:47.366Z Checking fs-err v2.11.0
21122024-12-21T04:44:47.396Z Checking ahash v0.8.11
21132024-12-21T04:44:47.820Z Checking x509-cert v0.2.5
21142024-12-21T04:44:47.906Z Checking hex v0.4.3
21152024-12-21T04:44:47.935Z Checking semver v1.0.23
21162024-12-21T04:44:47.962Z Checking lalrpop-util v0.19.12
21172024-12-21T04:44:48.251Z Checking peg-runtime v0.8.3
21182024-12-21T04:44:48.340Z Checking sigpipe v0.1.3
21192024-12-21T04:44:49.800Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21202024-12-21T04:44:50.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.70s
21212024-12-21T04:44:50.265Z
21222024-12-21T04:44:50.265Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21232024-12-21T04:44:50.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242024-12-21T04:44:50.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252024-12-21T04:44:50.920Z Compiling hashbrown v0.14.5
21262024-12-21T04:44:51.041Z Checking heck v0.5.0
21272024-12-21T04:44:51.052Z Compiling unsafe-libyaml v0.2.11
21282024-12-21T04:44:51.066Z Checking ipnetwork v0.20.0
21292024-12-21T04:44:51.079Z Compiling ident_case v1.0.1
21302024-12-21T04:44:51.093Z Checking progenitor-client v0.8.0
21312024-12-21T04:44:51.107Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21322024-12-21T04:44:51.202Z Compiling darling_core v0.20.10
21332024-12-21T04:44:51.240Z Checking newtype-uuid v1.1.3
21342024-12-21T04:44:51.412Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-21T04:44:51.433Z Compiling proc-macro-crate v1.3.1
21362024-12-21T04:44:51.492Z Compiling structmeta-derive v0.3.0
21372024-12-21T04:44:51.511Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21382024-12-21T04:44:51.795Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21392024-12-21T04:44:51.812Z Compiling lzma-sys v0.1.20
21402024-12-21T04:44:52.200Z Checking regress v0.10.1
21412024-12-21T04:44:52.556Z Compiling serde_yaml v0.9.34+deprecated
21422024-12-21T04:44:52.573Z Compiling num_enum_derive v0.5.11
21432024-12-21T04:44:52.919Z Compiling foreign-types-macros v0.2.3
21442024-12-21T04:44:53.059Z Compiling dropshot v0.13.0
21452024-12-21T04:44:53.334Z Checking foreign-types-shared v0.3.1
21462024-12-21T04:44:53.447Z Checking arc-swap v1.7.1
21472024-12-21T04:44:53.851Z Checking slog-scope v4.4.0
21482024-12-21T04:44:54.119Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21492024-12-21T04:44:54.246Z Checking foreign-types v0.5.0
21502024-12-21T04:44:54.505Z Compiling structmeta v0.3.0
21512024-12-21T04:44:54.549Z Compiling proc-macro-error v1.0.4
21522024-12-21T04:44:54.847Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21532024-12-21T04:44:54.953Z Compiling parse-display-derive v0.10.0
21542024-12-21T04:44:54.971Z Checking tungstenite v0.21.0
21552024-12-21T04:44:55.125Z Checking num_enum v0.5.11
21562024-12-21T04:44:55.218Z Compiling heck v0.3.3
21572024-12-21T04:44:55.265Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21582024-12-21T04:44:55.636Z Compiling dropshot_endpoint v0.13.0
21592024-12-21T04:44:55.754Z Checking typify-impl v0.2.0
21602024-12-21T04:44:55.904Z Checking cstr-argument v0.1.2
21612024-12-21T04:44:56.099Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21622024-12-21T04:44:56.806Z Checking instant v0.1.13
21632024-12-21T04:44:56.929Z Checking base64 v0.21.7
21642024-12-21T04:44:56.944Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21652024-12-21T04:44:57.215Z Checking fastrand v2.1.1
21662024-12-21T04:44:57.407Z Checking pretty-hex v0.2.1
21672024-12-21T04:44:57.549Z Checking tempfile v3.13.0
21682024-12-21T04:44:57.570Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21692024-12-21T04:44:57.626Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21702024-12-21T04:44:57.770Z Checking backoff v0.4.0
21712024-12-21T04:44:57.848Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21722024-12-21T04:44:57.920Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21732024-12-21T04:44:57.997Z Checking tokio-tungstenite v0.21.0
21742024-12-21T04:44:58.067Z Compiling zone_cfg_derive v0.1.2
21752024-12-21T04:44:58.231Z Checking strum v0.26.3
21762024-12-21T04:44:58.272Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21772024-12-21T04:44:58.300Z Compiling darling_macro v0.20.10
21782024-12-21T04:44:58.385Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21792024-12-21T04:44:58.639Z Checking slog-stdlog v4.1.1
21802024-12-21T04:44:58.702Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21812024-12-21T04:44:58.803Z Checking regress v0.9.1
21822024-12-21T04:44:58.855Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21832024-12-21T04:44:58.989Z Checking colored v2.1.0
21842024-12-21T04:44:59.148Z Checking macaddr v1.0.1
21852024-12-21T04:44:59.201Z Compiling darling v0.20.10
21862024-12-21T04:44:59.287Z Checking base64 v0.13.1
21872024-12-21T04:44:59.321Z Compiling serde_with_macros v3.11.0
21882024-12-21T04:44:59.574Z Checking zone v0.1.8
21892024-12-21T04:44:59.604Z Checking parse-display v0.10.0
21902024-12-21T04:44:59.688Z Checking ron v0.7.1
21912024-12-21T04:44:59.839Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-12-21T04:45:00.249Z Checking slog-envlogger v2.2.0
21932024-12-21T04:45:00.315Z Checking xz2 v0.1.7
21942024-12-21T04:45:00.473Z Checking tabwriter v1.4.0
21952024-12-21T04:45:00.615Z Checking xattr v1.3.1
21962024-12-21T04:45:00.713Z Checking pem v3.0.4
21972024-12-21T04:45:00.811Z Checking yasna v0.5.2
21982024-12-21T04:45:00.852Z Checking headers-core v0.3.0
21992024-12-21T04:45:00.966Z Checking smf v0.2.3
22002024-12-21T04:45:00.998Z Checking filetime v0.2.25
22012024-12-21T04:45:01.196Z Checking same-file v1.0.6
22022024-12-21T04:45:01.355Z Checking tar v0.4.42
22032024-12-21T04:45:01.372Z Checking walkdir v2.5.0
22042024-12-21T04:45:01.444Z Checking headers v0.4.0
22052024-12-21T04:45:01.697Z Checking atomicwrites v0.4.4
22062024-12-21T04:45:01.726Z Checking rcgen v0.12.1
22072024-12-21T04:45:01.903Z Checking camino-tempfile v1.1.1
22082024-12-21T04:45:02.184Z Checking subprocess v0.2.9
22092024-12-21T04:45:02.222Z Checking serde_with v3.11.0
22102024-12-21T04:45:06.359Z Compiling typify-macro v0.2.0
22112024-12-21T04:45:08.246Z Compiling typify v0.2.0
22122024-12-21T04:45:08.313Z Compiling progenitor-impl v0.8.0
22132024-12-21T04:45:11.466Z Compiling progenitor-macro v0.8.0
22142024-12-21T04:45:16.198Z Checking progenitor v0.8.0
22152024-12-21T04:45:16.349Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22162024-12-21T04:45:16.353Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22172024-12-21T04:45:19.044Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22182024-12-21T04:45:19.498Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22192024-12-21T04:45:25.925Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22202024-12-21T04:45:27.501Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22212024-12-21T04:45:28.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.49s
22222024-12-21T04:45:28.944Z
22232024-12-21T04:45:28.944Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22242024-12-21T04:45:29.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-12-21T04:45:29.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-12-21T04:45:29.598Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22272024-12-21T04:45:31.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
22282024-12-21T04:45:31.193Z
22292024-12-21T04:45:31.193Zinfo: running `cargo check --bins` on nexus-config (31/176)
22302024-12-21T04:45:31.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-12-21T04:45:31.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-12-21T04:45:31.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-12-21T04:45:31.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22342024-12-21T04:45:31.820Z
22352024-12-21T04:45:31.820Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22362024-12-21T04:45:32.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-12-21T04:45:32.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-12-21T04:45:32.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-12-21T04:45:32.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22402024-12-21T04:45:32.425Z
22412024-12-21T04:45:32.425Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22422024-12-21T04:45:32.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-12-21T04:45:32.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-12-21T04:45:32.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452024-12-21T04:45:32.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22462024-12-21T04:45:33.047Z
22472024-12-21T04:45:33.047Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22482024-12-21T04:45:33.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-12-21T04:45:33.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-12-21T04:45:33.722Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22512024-12-21T04:45:33.830Z Compiling ipnetwork v0.20.0
22522024-12-21T04:45:33.830Z Compiling zerocopy v0.8.10
22532024-12-21T04:45:33.833Z Compiling progenitor-client v0.8.0
22542024-12-21T04:45:33.833Z Compiling itertools v0.13.0
22552024-12-21T04:45:33.833Z Compiling zerocopy-derive v0.8.10
22562024-12-21T04:45:33.833Z Compiling heapless v0.8.0
22572024-12-21T04:45:33.833Z Checking hash32 v0.3.1
22582024-12-21T04:45:33.986Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22592024-12-21T04:45:34.105Z Compiling instant v0.1.13
22602024-12-21T04:45:34.260Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22612024-12-21T04:45:34.351Z Compiling progenitor v0.8.0
22622024-12-21T04:45:34.615Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22632024-12-21T04:45:34.709Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22642024-12-21T04:45:34.728Z Compiling smoltcp v0.11.0
22652024-12-21T04:45:34.823Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22662024-12-21T04:45:34.975Z Compiling backoff v0.4.0
22672024-12-21T04:45:35.323Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682024-12-21T04:45:35.495Z Compiling dropshot v0.13.0
22692024-12-21T04:45:35.629Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702024-12-21T04:45:35.699Z Compiling serde_with v3.11.0
22712024-12-21T04:45:35.762Z Compiling parse-display v0.10.0
22722024-12-21T04:45:35.802Z Checking num-rational v0.4.2
22732024-12-21T04:45:36.452Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22742024-12-21T04:45:36.636Z Compiling regress v0.9.1
22752024-12-21T04:45:37.007Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22762024-12-21T04:45:38.378Z Compiling phf_generator v0.11.2
22772024-12-21T04:45:38.568Z Checking num-complex v0.4.6
22782024-12-21T04:45:39.795Z Compiling macaddr v1.0.1
22792024-12-21T04:45:39.858Z Checking cobs v0.2.3
22802024-12-21T04:45:40.040Z Checking postcard v1.0.10
22812024-12-21T04:45:40.214Z Checking num v0.4.3
22822024-12-21T04:45:40.345Z Compiling phf_codegen v0.11.2
22832024-12-21T04:45:40.676Z Compiling parse-zoneinfo v0.3.1
22842024-12-21T04:45:41.824Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-21T04:45:42.116Z Checking float-ord v0.3.2
22862024-12-21T04:45:42.453Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22872024-12-21T04:45:42.607Z Compiling convert_case v0.4.0
22882024-12-21T04:45:42.795Z Compiling chrono-tz-build v0.4.0
22892024-12-21T04:45:43.201Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22902024-12-21T04:45:43.574Z Compiling derive_more v0.99.18
22912024-12-21T04:45:43.691Z Compiling crucible-workspace-hack v0.1.0
22922024-12-21T04:45:43.958Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22932024-12-21T04:45:44.140Z Compiling thiserror v2.0.3
22942024-12-21T04:45:44.278Z Checking newline-converter v0.3.0
22952024-12-21T04:45:44.308Z Compiling chrono-tz v0.10.0
22962024-12-21T04:45:44.538Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22972024-12-21T04:45:44.959Z Checking prettyplease v0.2.25
22982024-12-21T04:45:45.086Z Compiling thiserror-impl v2.0.3
22992024-12-21T04:45:45.120Z Compiling slog-dtrace v0.3.0
23002024-12-21T04:45:45.322Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-12-21T04:45:45.388Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23022024-12-21T04:45:45.684Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23032024-12-21T04:45:47.043Z Checking expectorate v1.1.0
23042024-12-21T04:45:47.218Z Compiling zone_cfg_derive v0.3.0
23052024-12-21T04:45:47.335Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23062024-12-21T04:45:47.669Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23072024-12-21T04:45:47.790Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23082024-12-21T04:45:48.153Z Compiling const_format_proc_macros v0.2.33
23092024-12-21T04:45:48.503Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23102024-12-21T04:45:48.737Z Compiling num-derive v0.4.2
23112024-12-21T04:45:49.004Z Checking highway v1.2.0
23122024-12-21T04:45:49.130Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23132024-12-21T04:45:49.227Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23142024-12-21T04:45:49.408Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23152024-12-21T04:45:49.698Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23162024-12-21T04:45:49.712Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23172024-12-21T04:45:49.950Z Checking zone v0.3.0
23182024-12-21T04:45:50.251Z Checking const_format v0.2.33
23192024-12-21T04:45:50.291Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23202024-12-21T04:45:50.701Z Checking gethostname v0.5.0
23212024-12-21T04:45:50.916Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23222024-12-21T04:45:51.009Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23232024-12-21T04:45:51.041Z Checking bcs v0.1.6
23242024-12-21T04:45:51.066Z Compiling async-recursion v1.1.1
23252024-12-21T04:45:51.447Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23262024-12-21T04:45:51.450Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23272024-12-21T04:45:53.817Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23282024-12-21T04:45:57.689Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23292024-12-21T04:46:01.061Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23302024-12-21T04:46:03.746Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23312024-12-21T04:46:04.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.91s
23322024-12-21T04:46:05.149Z
23332024-12-21T04:46:05.149Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23342024-12-21T04:46:05.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-12-21T04:46:05.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-12-21T04:46:05.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-12-21T04:46:05.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23382024-12-21T04:46:05.782Z
23392024-12-21T04:46:05.782Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23402024-12-21T04:46:06.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-12-21T04:46:06.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-12-21T04:46:06.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-12-21T04:46:06.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23442024-12-21T04:46:06.409Z
23452024-12-21T04:46:06.409Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23462024-12-21T04:46:06.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-12-21T04:46:06.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-12-21T04:46:07.061Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23492024-12-21T04:46:07.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
23502024-12-21T04:46:07.875Z
23512024-12-21T04:46:07.875Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23522024-12-21T04:46:08.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-12-21T04:46:08.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-12-21T04:46:08.547Z Compiling cfg_aliases v0.1.1
23552024-12-21T04:46:08.550Z Compiling vte_generate_state_changes v0.1.2
23562024-12-21T04:46:08.550Z Checking fd-lock v4.0.2
23572024-12-21T04:46:08.550Z Checking nibble_vec v0.1.0
23582024-12-21T04:46:08.649Z Checking bytecount v0.6.8
23592024-12-21T04:46:08.658Z Checking endian-type v0.1.2
23602024-12-21T04:46:08.675Z Compiling tabled_derive v0.7.0
23612024-12-21T04:46:08.696Z Compiling peg-macros v0.8.4
23622024-12-21T04:46:08.721Z Compiling nix v0.28.0
23632024-12-21T04:46:08.803Z Checking papergrid v0.11.0
23642024-12-21T04:46:08.820Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23652024-12-21T04:46:08.834Z Compiling sqlparser_derive v0.2.2
23662024-12-21T04:46:08.870Z Checking radix_trie v0.2.1
23672024-12-21T04:46:09.280Z Checking vte v0.11.1
23682024-12-21T04:46:09.289Z Checking unicode_categories v0.1.1
23692024-12-21T04:46:09.606Z Checking nu-ansi-term v0.50.1
23702024-12-21T04:46:09.939Z Checking home v0.5.9
23712024-12-21T04:46:09.979Z Checking sqlparser v0.45.0
23722024-12-21T04:46:10.017Z Checking sqlformat v0.2.6
23732024-12-21T04:46:10.082Z Checking display-error-chain v0.2.2
23742024-12-21T04:46:10.659Z Checking strip-ansi-escapes v0.2.0
23752024-12-21T04:46:10.808Z Checking reedline v0.35.0
23762024-12-21T04:46:11.057Z Checking tabled v0.15.0
23772024-12-21T04:46:11.608Z Checking peg v0.8.4
23782024-12-21T04:46:12.023Z Checking rustyline v14.0.0
23792024-12-21T04:46:20.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s
23802024-12-21T04:46:20.811Z
23812024-12-21T04:46:20.811Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23822024-12-21T04:46:21.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-12-21T04:46:21.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-12-21T04:46:21.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23852024-12-21T04:46:26.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
23862024-12-21T04:46:26.716Z
23872024-12-21T04:46:26.716Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
23882024-12-21T04:46:27.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-12-21T04:46:27.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-12-21T04:46:27.386Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912024-12-21T04:46:31.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
23922024-12-21T04:46:31.297Z
23932024-12-21T04:46:31.297Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
23942024-12-21T04:46:31.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-12-21T04:46:31.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-12-21T04:46:31.958Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23972024-12-21T04:46:36.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
23982024-12-21T04:46:36.851Z
23992024-12-21T04:46:36.851Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24002024-12-21T04:46:37.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-12-21T04:46:37.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-12-21T04:46:37.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24032024-12-21T04:46:42.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
24042024-12-21T04:46:42.520Z
24052024-12-21T04:46:42.520Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24062024-12-21T04:46:43.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-21T04:46:43.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-21T04:46:43.185Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-21T04:46:47.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
24102024-12-21T04:46:47.355Z
24112024-12-21T04:46:47.355Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24122024-12-21T04:46:47.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-21T04:46:47.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-21T04:46:48.018Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-21T04:46:52.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
24162024-12-21T04:46:52.190Z
24172024-12-21T04:46:52.190Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24182024-12-21T04:46:52.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-21T04:46:52.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-21T04:46:52.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-21T04:46:57.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
24222024-12-21T04:46:58.057Z
24232024-12-21T04:46:58.057Zinfo: running `cargo check --bins` on oximeter (46/176)
24242024-12-21T04:46:58.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-21T04:46:58.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-21T04:46:58.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-12-21T04:46:58.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24282024-12-21T04:46:58.704Z
24292024-12-21T04:46:58.705Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24302024-12-21T04:46:59.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-21T04:46:59.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-21T04:46:59.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-12-21T04:46:59.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24342024-12-21T04:46:59.320Z
24352024-12-21T04:46:59.320Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24362024-12-21T04:46:59.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-21T04:46:59.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-21T04:46:59.975Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24392024-12-21T04:47:02.175Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402024-12-21T04:47:03.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
24412024-12-21T04:47:03.339Z
24422024-12-21T04:47:03.339Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24432024-12-21T04:47:03.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-12-21T04:47:03.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-12-21T04:47:03.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-12-21T04:47:03.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24472024-12-21T04:47:03.978Z
24482024-12-21T04:47:03.978Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24492024-12-21T04:47:04.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-12-21T04:47:04.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-12-21T04:47:04.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-12-21T04:47:04.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24532024-12-21T04:47:04.603Z
24542024-12-21T04:47:04.603Zinfo: running `cargo check --bins` on oxql-types (51/176)
24552024-12-21T04:47:05.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-12-21T04:47:05.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-12-21T04:47:05.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-12-21T04:47:05.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24592024-12-21T04:47:05.238Z
24602024-12-21T04:47:05.238Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24612024-12-21T04:47:05.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-12-21T04:47:05.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-12-21T04:47:05.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-12-21T04:47:05.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24652024-12-21T04:47:05.887Z
24662024-12-21T04:47:05.887Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24672024-12-21T04:47:06.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-12-21T04:47:06.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-12-21T04:47:06.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-12-21T04:47:06.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24712024-12-21T04:47:06.518Z
24722024-12-21T04:47:06.518Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24732024-12-21T04:47:07.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-12-21T04:47:07.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-12-21T04:47:07.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-12-21T04:47:07.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24772024-12-21T04:47:07.158Z
24782024-12-21T04:47:07.158Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24792024-12-21T04:47:07.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-12-21T04:47:07.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-12-21T04:47:07.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-12-21T04:47:07.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24832024-12-21T04:47:07.793Z
24842024-12-21T04:47:07.793Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24852024-12-21T04:47:08.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-12-21T04:47:08.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-12-21T04:47:08.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-12-21T04:47:08.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24892024-12-21T04:47:08.418Z
24902024-12-21T04:47:08.418Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
24912024-12-21T04:47:08.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-12-21T04:47:08.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-12-21T04:47:08.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-12-21T04:47:08.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24952024-12-21T04:47:09.055Z
24962024-12-21T04:47:09.055Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
24972024-12-21T04:47:09.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-12-21T04:47:09.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-12-21T04:47:09.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-12-21T04:47:09.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25012024-12-21T04:47:09.669Z
25022024-12-21T04:47:09.669Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25032024-12-21T04:47:10.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-12-21T04:47:10.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-12-21T04:47:10.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-12-21T04:47:10.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25072024-12-21T04:47:10.306Z
25082024-12-21T04:47:10.306Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25092024-12-21T04:47:10.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-12-21T04:47:10.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-12-21T04:47:10.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-12-21T04:47:10.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25132024-12-21T04:47:10.954Z
25142024-12-21T04:47:10.954Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25152024-12-21T04:47:11.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-12-21T04:47:11.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-12-21T04:47:11.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-12-21T04:47:11.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25192024-12-21T04:47:11.572Z
25202024-12-21T04:47:11.572Zinfo: running `cargo check --bins` on dpd-client (62/176)
25212024-12-21T04:47:12.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-12-21T04:47:12.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-12-21T04:47:12.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-12-21T04:47:12.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25252024-12-21T04:47:12.206Z
25262024-12-21T04:47:12.206Zinfo: running `cargo check --bins` on gateway-client (63/176)
25272024-12-21T04:47:12.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-12-21T04:47:12.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-12-21T04:47:12.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-12-21T04:47:12.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25312024-12-21T04:47:12.827Z
25322024-12-21T04:47:12.827Zinfo: running `cargo check --bins` on installinator-client (64/176)
25332024-12-21T04:47:13.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-12-21T04:47:13.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-12-21T04:47:13.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-12-21T04:47:13.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25372024-12-21T04:47:13.474Z
25382024-12-21T04:47:13.474Zinfo: running `cargo check --bins` on installinator-common (65/176)
25392024-12-21T04:47:14.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-12-21T04:47:14.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-12-21T04:47:14.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-12-21T04:47:14.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25432024-12-21T04:47:14.125Z
25442024-12-21T04:47:14.125Zinfo: running `cargo check --bins` on update-engine (66/176)
25452024-12-21T04:47:14.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-12-21T04:47:14.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-12-21T04:47:14.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-12-21T04:47:14.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25492024-12-21T04:47:14.748Z
25502024-12-21T04:47:14.748Zinfo: running `cargo check --bins` on nexus-client (67/176)
25512024-12-21T04:47:15.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-12-21T04:47:15.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-12-21T04:47:15.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-12-21T04:47:15.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25552024-12-21T04:47:15.407Z
25562024-12-21T04:47:15.407Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25572024-12-21T04:47:15.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-12-21T04:47:15.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-12-21T04:47:15.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-12-21T04:47:15.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25612024-12-21T04:47:16.053Z
25622024-12-21T04:47:16.053Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25632024-12-21T04:47:16.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-12-21T04:47:16.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-12-21T04:47:16.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-12-21T04:47:16.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25672024-12-21T04:47:16.677Z
25682024-12-21T04:47:16.677Zinfo: running `cargo check --bins` on nexus-types (70/176)
25692024-12-21T04:47:17.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-12-21T04:47:17.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-12-21T04:47:17.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-12-21T04:47:17.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25732024-12-21T04:47:17.342Z
25742024-12-21T04:47:17.342Zinfo: running `cargo check --bins` on oxide-client (71/176)
25752024-12-21T04:47:17.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-12-21T04:47:17.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-12-21T04:47:17.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-12-21T04:47:17.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25792024-12-21T04:47:17.963Z
25802024-12-21T04:47:17.963Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25812024-12-21T04:47:18.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-12-21T04:47:18.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-12-21T04:47:18.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-12-21T04:47:18.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25852024-12-21T04:47:18.591Z
25862024-12-21T04:47:18.591Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
25872024-12-21T04:47:19.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-12-21T04:47:19.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-12-21T04:47:19.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-12-21T04:47:19.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25912024-12-21T04:47:19.212Z
25922024-12-21T04:47:19.212Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
25932024-12-21T04:47:19.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-12-21T04:47:19.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-12-21T04:47:19.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-12-21T04:47:19.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25972024-12-21T04:47:19.867Z
25982024-12-21T04:47:19.867Zinfo: running `cargo check --bins` on wicketd-client (75/176)
25992024-12-21T04:47:20.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-12-21T04:47:20.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-12-21T04:47:20.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-12-21T04:47:20.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26032024-12-21T04:47:20.529Z
26042024-12-21T04:47:20.529Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26052024-12-21T04:47:21.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-12-21T04:47:21.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-12-21T04:47:21.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-12-21T04:47:21.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26092024-12-21T04:47:21.185Z
26102024-12-21T04:47:21.185Zinfo: running `cargo check --bins` on wicket-common (77/176)
26112024-12-21T04:47:21.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-12-21T04:47:21.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-12-21T04:47:21.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-12-21T04:47:21.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26152024-12-21T04:47:21.846Z
26162024-12-21T04:47:21.846Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26172024-12-21T04:47:22.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-12-21T04:47:22.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-12-21T04:47:22.521Z Checking csv-core v0.1.11
26202024-12-21T04:47:22.521Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26212024-12-21T04:47:22.524Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26222024-12-21T04:47:22.524Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232024-12-21T04:47:22.838Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26242024-12-21T04:47:22.853Z Checking csv v1.3.0
26252024-12-21T04:47:22.856Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26262024-12-21T04:47:23.447Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26272024-12-21T04:47:23.805Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26282024-12-21T04:47:25.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
26292024-12-21T04:47:25.759Z
26302024-12-21T04:47:25.759Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26312024-12-21T04:47:26.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-12-21T04:47:26.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-12-21T04:47:26.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-12-21T04:47:26.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26352024-12-21T04:47:26.390Z
26362024-12-21T04:47:26.390Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26372024-12-21T04:47:26.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-12-21T04:47:26.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-12-21T04:47:26.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-12-21T04:47:26.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26412024-12-21T04:47:27.023Z
26422024-12-21T04:47:27.023Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26432024-12-21T04:47:27.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-12-21T04:47:27.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-12-21T04:47:27.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-12-21T04:47:27.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26472024-12-21T04:47:27.762Z
26482024-12-21T04:47:27.762Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26492024-12-21T04:47:28.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-12-21T04:47:28.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-12-21T04:47:28.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-12-21T04:47:28.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26532024-12-21T04:47:28.497Z
26542024-12-21T04:47:28.497Zinfo: running `cargo check --bins` on dns-server (83/176)
26552024-12-21T04:47:29.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-12-21T04:47:29.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-12-21T04:47:29.153Z Compiling parking_lot_core v0.8.6
26582024-12-21T04:47:29.156Z Checking fxhash v0.2.1
26592024-12-21T04:47:29.156Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26602024-12-21T04:47:29.156Z Checking hickory-server v0.24.1
26612024-12-21T04:47:29.156Z Checking hickory-client v0.24.1
26622024-12-21T04:47:29.821Z Checking parking_lot v0.11.2
26632024-12-21T04:47:29.938Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26642024-12-21T04:47:29.941Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26652024-12-21T04:47:30.053Z Checking sled v0.34.7
26662024-12-21T04:47:31.880Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26672024-12-21T04:47:33.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
26682024-12-21T04:47:33.307Z
26692024-12-21T04:47:33.307Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26702024-12-21T04:47:33.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-12-21T04:47:33.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-12-21T04:47:33.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-12-21T04:47:33.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26742024-12-21T04:47:33.936Z
26752024-12-21T04:47:33.936Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26762024-12-21T04:47:34.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-12-21T04:47:34.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-12-21T04:47:34.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-12-21T04:47:34.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26802024-12-21T04:47:34.625Z
26812024-12-21T04:47:34.625Zinfo: running `cargo check --bins` on gateway-types (86/176)
26822024-12-21T04:47:35.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-12-21T04:47:35.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-12-21T04:47:35.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-12-21T04:47:35.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26862024-12-21T04:47:35.260Z
26872024-12-21T04:47:35.260Zinfo: running `cargo check --bins` on ipcc (87/176)
26882024-12-21T04:47:35.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-12-21T04:47:35.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-12-21T04:47:35.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912024-12-21T04:47:35.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26922024-12-21T04:47:35.890Z
26932024-12-21T04:47:35.890Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
26942024-12-21T04:47:36.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-12-21T04:47:36.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-12-21T04:47:36.589Z Compiling radium v0.7.0
26972024-12-21T04:47:36.589Z Compiling semver v0.1.20
26982024-12-21T04:47:36.706Z Compiling maybe-uninit v2.0.0
26992024-12-21T04:47:36.708Z Checking tap v1.0.1
27002024-12-21T04:47:36.722Z Checking password-hash v0.5.0
27012024-12-21T04:47:36.725Z Checking blake2 v0.10.6
27022024-12-21T04:47:36.725Z Checking funty v2.0.0
27032024-12-21T04:47:36.725Z Checking crc-catalog v2.4.0
27042024-12-21T04:47:36.843Z Checking wyz v0.5.1
27052024-12-21T04:47:36.876Z Compiling owo-colors v4.1.0
27062024-12-21T04:47:37.143Z Compiling rustc_version v0.1.7
27072024-12-21T04:47:37.152Z Compiling cancel-safe-futures v0.1.5
27082024-12-21T04:47:37.155Z Compiling packed_struct v0.10.1
27092024-12-21T04:47:37.232Z Checking argon2 v0.5.3
27102024-12-21T04:47:37.328Z Checking crc v3.2.1
27112024-12-21T04:47:37.371Z Compiling packed_struct_codegen v0.10.1
27122024-12-21T04:47:37.530Z Compiling indexmap v1.9.3
27132024-12-21T04:47:37.599Z Checking half v2.4.1
27142024-12-21T04:47:37.651Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27152024-12-21T04:47:37.675Z Compiling newtype_derive v0.1.6
27162024-12-21T04:47:37.691Z Checking bitvec v1.0.1
27172024-12-21T04:47:37.722Z Checking nodrop v0.1.14
27182024-12-21T04:47:37.823Z Checking ciborium-io v0.2.2
27192024-12-21T04:47:37.839Z Checking array-init v0.0.4
27202024-12-21T04:47:37.917Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27212024-12-21T04:47:37.997Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27222024-12-21T04:47:38.047Z Checking ciborium-ll v0.2.2
27232024-12-21T04:47:38.141Z Checking smallvec v0.6.14
27242024-12-21T04:47:38.330Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27252024-12-21T04:47:38.402Z Checking libsw v3.3.1
27262024-12-21T04:47:38.539Z Compiling memoffset v0.9.1
27272024-12-21T04:47:38.670Z Checking indent_write v2.2.0
27282024-12-21T04:47:38.764Z Checking swrite v0.1.0
27292024-12-21T04:47:38.822Z Checking hashbrown v0.12.3
27302024-12-21T04:47:38.848Z Checking linear-map v1.2.0
27312024-12-21T04:47:38.877Z Checking bitfield v0.14.0
27322024-12-21T04:47:38.895Z Checking termcolor v1.4.1
27332024-12-21T04:47:39.157Z Checking serde-hex v0.1.0
27342024-12-21T04:47:39.313Z Checking ron v0.8.1
27352024-12-21T04:47:39.331Z Checking env_logger v0.10.2
27362024-12-21T04:47:39.347Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27372024-12-21T04:47:39.744Z Checking ciborium v0.2.2
27382024-12-21T04:47:40.040Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27392024-12-21T04:47:40.170Z Checking steno v0.4.1
27402024-12-21T04:47:40.589Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27412024-12-21T04:47:40.734Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27422024-12-21T04:47:40.756Z Checking hashbrown v0.13.2
27432024-12-21T04:47:40.831Z Checking crc-any v2.5.0
27442024-12-21T04:47:40.912Z Checking humantime v2.1.0
27452024-12-21T04:47:41.195Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27462024-12-21T04:47:41.212Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472024-12-21T04:47:41.796Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27482024-12-21T04:47:41.821Z Checking object v0.30.4
27492024-12-21T04:47:41.877Z Checking path-slash v0.1.5
27502024-12-21T04:47:41.992Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27512024-12-21T04:47:42.026Z Checking nix v0.27.1
27522024-12-21T04:47:42.457Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27532024-12-21T04:47:43.031Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27542024-12-21T04:47:43.143Z Checking tungstenite v0.23.0
27552024-12-21T04:47:43.278Z Checking kstat-rs v0.2.4
27562024-12-21T04:47:43.294Z Checking signal-hook-tokio v0.3.1
27572024-12-21T04:47:43.604Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27582024-12-21T04:47:43.926Z Checking tokio-tungstenite v0.23.1
27592024-12-21T04:47:44.279Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27602024-12-21T04:47:44.650Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27612024-12-21T04:47:44.860Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27622024-12-21T04:47:51.271Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27632024-12-21T04:47:52.553Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27642024-12-21T04:47:55.789Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27652024-12-21T04:48:01.552Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27662024-12-21T04:48:02.250Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27672024-12-21T04:48:05.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.21s
27682024-12-21T04:48:05.298Z
27692024-12-21T04:48:05.298Zinfo: running `cargo check --bins` on gateway-api (89/176)
27702024-12-21T04:48:05.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-12-21T04:48:05.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-12-21T04:48:05.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-12-21T04:48:05.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27742024-12-21T04:48:05.927Z
27752024-12-21T04:48:05.927Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27762024-12-21T04:48:06.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-12-21T04:48:06.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-12-21T04:48:06.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-12-21T04:48:06.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27802024-12-21T04:48:06.538Z
27812024-12-21T04:48:06.538Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27822024-12-21T04:48:07.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-12-21T04:48:07.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-12-21T04:48:07.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-12-21T04:48:07.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27862024-12-21T04:48:07.170Z
27872024-12-21T04:48:07.170Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
27882024-12-21T04:48:07.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-12-21T04:48:07.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-12-21T04:48:07.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-12-21T04:48:07.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27922024-12-21T04:48:07.801Z
27932024-12-21T04:48:07.801Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
27942024-12-21T04:48:08.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-12-21T04:48:08.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-12-21T04:48:08.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-12-21T04:48:08.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27982024-12-21T04:48:08.436Z
27992024-12-21T04:48:08.436Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28002024-12-21T04:48:08.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-12-21T04:48:08.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-12-21T04:48:08.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-12-21T04:48:09.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28042024-12-21T04:48:09.073Z
28052024-12-21T04:48:09.073Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28062024-12-21T04:48:09.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-12-21T04:48:09.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-12-21T04:48:09.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-12-21T04:48:09.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28102024-12-21T04:48:09.712Z
28112024-12-21T04:48:09.712Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28122024-12-21T04:48:10.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-12-21T04:48:10.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-12-21T04:48:10.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-12-21T04:48:10.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28162024-12-21T04:48:10.359Z
28172024-12-21T04:48:10.359Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28182024-12-21T04:48:10.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-12-21T04:48:10.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-12-21T04:48:10.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-12-21T04:48:10.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28222024-12-21T04:48:11.010Z
28232024-12-21T04:48:11.010Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28242024-12-21T04:48:11.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-12-21T04:48:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-12-21T04:48:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272024-12-21T04:48:11.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28282024-12-21T04:48:11.636Z
28292024-12-21T04:48:11.636Zinfo: running `cargo check --bins` on sp-sim (99/176)
28302024-12-21T04:48:12.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-12-21T04:48:12.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-12-21T04:48:12.272Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28332024-12-21T04:48:12.760Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28342024-12-21T04:48:14.621Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28352024-12-21T04:48:16.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
28362024-12-21T04:48:16.561Z
28372024-12-21T04:48:16.561Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28382024-12-21T04:48:17.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-21T04:48:17.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-21T04:48:17.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-21T04:48:17.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28422024-12-21T04:48:17.236Z
28432024-12-21T04:48:17.236Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28442024-12-21T04:48:17.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-21T04:48:17.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-21T04:48:17.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-12-21T04:48:17.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28482024-12-21T04:48:17.927Z
28492024-12-21T04:48:17.927Zinfo: running `cargo check --bins` on db-macros (102/176)
28502024-12-21T04:48:18.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-12-21T04:48:18.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-12-21T04:48:18.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-12-21T04:48:18.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28542024-12-21T04:48:18.542Z
28552024-12-21T04:48:18.542Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28562024-12-21T04:48:19.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-12-21T04:48:19.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-12-21T04:48:19.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-12-21T04:48:19.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28602024-12-21T04:48:19.157Z
28612024-12-21T04:48:19.157Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28622024-12-21T04:48:19.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-21T04:48:19.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-21T04:48:19.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-21T04:48:19.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28662024-12-21T04:48:19.831Z
28672024-12-21T04:48:19.831Zinfo: running `cargo check --bins` on authz-macros (105/176)
28682024-12-21T04:48:20.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-21T04:48:20.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-21T04:48:20.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-21T04:48:20.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28722024-12-21T04:48:20.441Z
28732024-12-21T04:48:20.441Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28742024-12-21T04:48:21.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-21T04:48:21.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-21T04:48:21.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-21T04:48:21.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28782024-12-21T04:48:21.104Z
28792024-12-21T04:48:21.104Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28802024-12-21T04:48:21.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-21T04:48:21.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-21T04:48:21.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-21T04:48:21.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28842024-12-21T04:48:21.762Z
28852024-12-21T04:48:21.762Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
28862024-12-21T04:48:22.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-21T04:48:22.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-21T04:48:22.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-21T04:48:22.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28902024-12-21T04:48:22.392Z
28912024-12-21T04:48:22.392Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
28922024-12-21T04:48:22.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-21T04:48:22.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-21T04:48:22.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-21T04:48:22.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28962024-12-21T04:48:23.047Z
28972024-12-21T04:48:23.047Zinfo: running `cargo check --bins` on typed-rng (110/176)
28982024-12-21T04:48:23.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-21T04:48:23.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-21T04:48:23.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012024-12-21T04:48:23.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29022024-12-21T04:48:23.662Z
29032024-12-21T04:48:23.662Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29042024-12-21T04:48:24.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-12-21T04:48:24.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-12-21T04:48:24.406Z Checking keccak v0.1.5
29072024-12-21T04:48:24.517Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29082024-12-21T04:48:24.519Z Checking secrecy v0.8.0
29092024-12-21T04:48:24.519Z Compiling unicase v2.7.0
29102024-12-21T04:48:24.548Z Compiling same-file v1.0.6
29112024-12-21T04:48:24.551Z Compiling tempfile v3.13.0
29122024-12-21T04:48:24.578Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29132024-12-21T04:48:24.578Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29142024-12-21T04:48:24.712Z Compiling walkdir v2.5.0
29152024-12-21T04:48:24.784Z Checking sha3 v0.10.8
29162024-12-21T04:48:24.820Z Compiling thiserror-impl-no-std v2.0.2
29172024-12-21T04:48:24.882Z Checking universal-hash v0.5.1
29182024-12-21T04:48:24.900Z Compiling ring v0.16.20
29192024-12-21T04:48:24.987Z Compiling blake3 v1.5.4
29202024-12-21T04:48:25.063Z Checking opaque-debug v0.3.1
29212024-12-21T04:48:25.132Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29222024-12-21T04:48:25.154Z Checking poly1305 v0.8.0
29232024-12-21T04:48:25.182Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29242024-12-21T04:48:25.434Z Checking chacha20 v0.9.1
29252024-12-21T04:48:25.471Z Checking aead v0.5.2
29262024-12-21T04:48:25.489Z Compiling memmap2 v0.9.5
29272024-12-21T04:48:25.638Z Compiling arrayref v0.3.9
29282024-12-21T04:48:25.694Z Compiling spin v0.5.2
29292024-12-21T04:48:25.747Z Compiling salty v0.3.0
29302024-12-21T04:48:25.788Z Compiling arrayvec v0.7.6
29312024-12-21T04:48:25.923Z Compiling constant_time_eq v0.3.1
29322024-12-21T04:48:25.956Z Compiling libefi-sys v0.1.0
29332024-12-21T04:48:26.092Z Checking chacha20poly1305 v0.10.1
29342024-12-21T04:48:26.185Z Compiling toolchain_find v0.4.0
29352024-12-21T04:48:26.253Z Compiling camino-tempfile v1.1.1
29362024-12-21T04:48:26.282Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29372024-12-21T04:48:26.609Z Compiling bitfield-struct v0.6.2
29382024-12-21T04:48:26.664Z Compiling topological-sort v0.2.2
29392024-12-21T04:48:26.846Z Compiling mime_guess v2.0.5
29402024-12-21T04:48:26.900Z Compiling rustfmt-wrapper v0.2.1
29412024-12-21T04:48:27.475Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29422024-12-21T04:48:27.569Z Checking primeorder v0.13.6
29432024-12-21T04:48:27.766Z Checking env_filter v0.1.2
29442024-12-21T04:48:27.855Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29452024-12-21T04:48:27.891Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29462024-12-21T04:48:27.982Z Checking env_logger v0.11.5
29472024-12-21T04:48:27.998Z Checking thiserror-no-std v2.0.2
29482024-12-21T04:48:28.013Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29492024-12-21T04:48:28.036Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29502024-12-21T04:48:28.054Z Checking p384 v0.13.0
29512024-12-21T04:48:28.094Z Checking vsss-rs v3.3.4
29522024-12-21T04:48:28.285Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29532024-12-21T04:48:28.536Z Checking bumpalo v3.16.0
29542024-12-21T04:48:28.597Z Checking simd-adler32 v0.3.7
29552024-12-21T04:48:28.601Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29562024-12-21T04:48:28.667Z Checking http-range v0.1.5
29572024-12-21T04:48:29.218Z Checking lockfree-object-pool v0.1.6
29582024-12-21T04:48:29.236Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29592024-12-21T04:48:29.236Z Compiling zip v2.1.3
29602024-12-21T04:48:29.237Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29612024-12-21T04:48:29.237Z Checking zopfli v0.8.1
29622024-12-21T04:48:29.237Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29632024-12-21T04:48:29.273Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29642024-12-21T04:48:29.481Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29652024-12-21T04:48:29.829Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29662024-12-21T04:48:29.848Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29672024-12-21T04:48:29.932Z Checking nanorand v0.7.0
29682024-12-21T04:48:30.263Z Checking atty v0.2.14
29692024-12-21T04:48:30.280Z Checking glob v0.3.1
29702024-12-21T04:48:30.320Z Checking flume v0.11.1
29712024-12-21T04:48:30.395Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29722024-12-21T04:48:30.474Z Compiling omicron-zone-package v0.11.1
29732024-12-21T04:48:30.585Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29742024-12-21T04:48:30.811Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29752024-12-21T04:48:30.960Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29762024-12-21T04:48:31.743Z Checking hyper-staticfile v0.10.1
29772024-12-21T04:48:31.803Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29782024-12-21T04:48:32.283Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29792024-12-21T04:48:32.699Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29802024-12-21T04:48:32.718Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29812024-12-21T04:48:32.858Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29822024-12-21T04:48:33.229Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29832024-12-21T04:48:33.805Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29842024-12-21T04:48:33.967Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29852024-12-21T04:48:33.970Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29862024-12-21T04:48:34.005Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29872024-12-21T04:48:35.462Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29882024-12-21T04:48:37.112Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29892024-12-21T04:48:37.159Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29902024-12-21T04:48:47.642Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29912024-12-21T04:49:01.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.26s
29922024-12-21T04:49:02.107Z
29932024-12-21T04:49:02.107Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
29942024-12-21T04:49:02.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952024-12-21T04:49:02.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962024-12-21T04:49:02.838Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29972024-12-21T04:49:16.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.53s
29982024-12-21T04:49:16.837Z
29992024-12-21T04:49:16.837Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30002024-12-21T04:49:17.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-12-21T04:49:17.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-12-21T04:49:17.579Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30032024-12-21T04:49:31.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s
30042024-12-21T04:49:31.614Z
30052024-12-21T04:49:31.614Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30062024-12-21T04:49:32.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-12-21T04:49:32.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-12-21T04:49:32.348Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30092024-12-21T04:49:45.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s
30102024-12-21T04:49:46.153Z
30112024-12-21T04:49:46.153Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30122024-12-21T04:49:46.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-12-21T04:49:46.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-12-21T04:49:46.890Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30152024-12-21T04:50:00.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
30162024-12-21T04:50:00.794Z
30172024-12-21T04:50:00.794Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30182024-12-21T04:50:01.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-12-21T04:50:01.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-12-21T04:50:01.535Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30212024-12-21T04:50:15.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s
30222024-12-21T04:50:15.707Z
30232024-12-21T04:50:15.707Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30242024-12-21T04:50:16.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-12-21T04:50:16.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-12-21T04:50:16.446Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30272024-12-21T04:50:30.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
30282024-12-21T04:50:30.524Z
30292024-12-21T04:50:30.524Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30302024-12-21T04:50:31.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-12-21T04:50:31.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-12-21T04:50:31.268Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30332024-12-21T04:50:45.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s
30342024-12-21T04:50:45.214Z
30352024-12-21T04:50:45.214Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30362024-12-21T04:50:45.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-12-21T04:50:45.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-12-21T04:50:45.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392024-12-21T04:50:45.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30402024-12-21T04:50:45.887Z
30412024-12-21T04:50:45.887Zinfo: running `cargo check --bins` on key-manager (120/176)
30422024-12-21T04:50:46.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-12-21T04:50:46.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-12-21T04:50:46.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-12-21T04:50:46.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30462024-12-21T04:50:46.524Z
30472024-12-21T04:50:46.524Zinfo: running `cargo check --bins` on range-requests (121/176)
30482024-12-21T04:50:47.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-12-21T04:50:47.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-12-21T04:50:47.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-12-21T04:50:47.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30522024-12-21T04:50:47.153Z
30532024-12-21T04:50:47.153Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30542024-12-21T04:50:47.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-12-21T04:50:47.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-12-21T04:50:47.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-12-21T04:50:47.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30582024-12-21T04:50:47.793Z
30592024-12-21T04:50:47.793Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30602024-12-21T04:50:48.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-12-21T04:50:48.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-12-21T04:50:48.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-12-21T04:50:48.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30642024-12-21T04:50:48.458Z
30652024-12-21T04:50:48.458Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30662024-12-21T04:50:49.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-12-21T04:50:49.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-12-21T04:50:49.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-12-21T04:50:49.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30702024-12-21T04:50:49.079Z
30712024-12-21T04:50:49.079Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30722024-12-21T04:50:49.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-12-21T04:50:49.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-12-21T04:50:49.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752024-12-21T04:50:49.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30762024-12-21T04:50:49.721Z
30772024-12-21T04:50:49.721Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30782024-12-21T04:50:50.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-12-21T04:50:50.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-12-21T04:50:50.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812024-12-21T04:50:50.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30822024-12-21T04:50:50.371Z
30832024-12-21T04:50:50.371Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30842024-12-21T04:50:50.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-12-21T04:50:50.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-12-21T04:50:50.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872024-12-21T04:50:50.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30882024-12-21T04:50:51.018Z
30892024-12-21T04:50:51.018Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/176)
30902024-12-21T04:50:51.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-12-21T04:50:51.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-12-21T04:50:51.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932024-12-21T04:50:51.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30942024-12-21T04:50:51.674Z
30952024-12-21T04:50:51.674Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176)
30962024-12-21T04:50:52.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-12-21T04:50:52.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-12-21T04:50:52.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992024-12-21T04:50:52.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31002024-12-21T04:50:52.327Z
31012024-12-21T04:50:52.327Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31022024-12-21T04:50:52.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-12-21T04:50:52.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-12-21T04:50:52.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052024-12-21T04:50:52.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31062024-12-21T04:50:52.995Z
31072024-12-21T04:50:52.996Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31082024-12-21T04:50:53.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-12-21T04:50:53.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-12-21T04:50:53.685Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31112024-12-21T04:50:53.685Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31122024-12-21T04:50:54.569Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31132024-12-21T04:50:56.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
31142024-12-21T04:50:56.784Z
31152024-12-21T04:50:56.784Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31162024-12-21T04:50:57.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-12-21T04:50:57.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-12-21T04:50:57.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192024-12-21T04:50:57.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31202024-12-21T04:50:57.434Z
31212024-12-21T04:50:57.434Zinfo: running `cargo check --bins` on cert-dev (133/176)
31222024-12-21T04:50:57.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-12-21T04:50:57.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-12-21T04:50:58.051Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31252024-12-21T04:50:58.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31262024-12-21T04:50:58.486Z
31272024-12-21T04:50:58.486Zinfo: running `cargo check --bins` on clickana (134/176)
31282024-12-21T04:50:59.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-12-21T04:50:59.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-12-21T04:50:59.133Z Checking castaway v0.2.3
31312024-12-21T04:50:59.136Z Checking unicode-truncate v1.1.0
31322024-12-21T04:50:59.136Z Checking lru v0.12.5
31332024-12-21T04:50:59.136Z Compiling instability v0.3.2
31342024-12-21T04:50:59.136Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31352024-12-21T04:50:59.136Z Checking cassowary v0.3.0
31362024-12-21T04:50:59.357Z Checking compact_str v0.8.0
31372024-12-21T04:50:59.977Z Checking ratatui v0.28.1
31382024-12-21T04:51:00.884Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31392024-12-21T04:51:01.906Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31402024-12-21T04:51:02.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
31412024-12-21T04:51:02.918Z
31422024-12-21T04:51:02.919Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31432024-12-21T04:51:03.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-12-21T04:51:03.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-12-21T04:51:03.595Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31462024-12-21T04:51:03.595Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31472024-12-21T04:51:04.651Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31482024-12-21T04:51:05.136Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31492024-12-21T04:51:05.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
31502024-12-21T04:51:05.707Z
31512024-12-21T04:51:05.707Zinfo: running `cargo check --bins` on ch-dev (136/176)
31522024-12-21T04:51:06.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-12-21T04:51:06.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-12-21T04:51:06.365Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31552024-12-21T04:51:07.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31562024-12-21T04:51:07.264Z
31572024-12-21T04:51:07.264Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31582024-12-21T04:51:07.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592024-12-21T04:51:07.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602024-12-21T04:51:07.923Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31612024-12-21T04:51:08.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31622024-12-21T04:51:08.468Z
31632024-12-21T04:51:08.468Zinfo: running `cargo check --bins` on db-dev (138/176)
31642024-12-21T04:51:09.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652024-12-21T04:51:09.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662024-12-21T04:51:09.137Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31672024-12-21T04:51:09.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31682024-12-21T04:51:10.051Z
31692024-12-21T04:51:10.051Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31702024-12-21T04:51:10.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712024-12-21T04:51:10.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722024-12-21T04:51:10.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732024-12-21T04:51:10.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31742024-12-21T04:51:10.690Z
31752024-12-21T04:51:10.690Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31762024-12-21T04:51:11.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772024-12-21T04:51:11.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782024-12-21T04:51:11.306Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31792024-12-21T04:51:12.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
31802024-12-21T04:51:12.360Z
31812024-12-21T04:51:12.360Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31822024-12-21T04:51:12.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832024-12-21T04:51:12.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842024-12-21T04:51:12.979Z Checking cargo-platform v0.1.8
31852024-12-21T04:51:13.248Z Checking cargo_metadata v0.18.1
31862024-12-21T04:51:14.225Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31872024-12-21T04:51:15.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s
31882024-12-21T04:51:15.233Z
31892024-12-21T04:51:15.233Zinfo: running `cargo check --bins` on mgs-dev (142/176)
31902024-12-21T04:51:15.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-12-21T04:51:15.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-12-21T04:51:15.951Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31932024-12-21T04:51:17.480Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31942024-12-21T04:51:18.110Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31952024-12-21T04:51:18.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
31962024-12-21T04:51:18.879Z
31972024-12-21T04:51:18.879Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
31982024-12-21T04:51:19.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992024-12-21T04:51:19.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002024-12-21T04:51:19.668Z Compiling crunchy v0.2.2
32012024-12-21T04:51:19.670Z Compiling tiny-keccak v2.0.2
32022024-12-21T04:51:19.670Z Compiling dsl_auto_type v0.1.2
32032024-12-21T04:51:19.670Z Checking scheduled-thread-pool v0.2.7
32042024-12-21T04:51:19.670Z Compiling diesel_table_macro_syntax v0.2.0
32052024-12-21T04:51:19.814Z Compiling ascii-canvas v3.0.0
32062024-12-21T04:51:19.826Z Compiling ena v0.14.3
32072024-12-21T04:51:19.828Z Compiling diff v0.1.13
32082024-12-21T04:51:20.025Z Checking r2d2 v0.8.10
32092024-12-21T04:51:20.128Z Compiling regex-syntax v0.6.29
32102024-12-21T04:51:20.190Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32112024-12-21T04:51:20.225Z Compiling ref-cast v1.0.23
32122024-12-21T04:51:20.327Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32132024-12-21T04:51:20.379Z Compiling derive_builder_core v0.20.2
32142024-12-21T04:51:20.411Z Compiling libxml v0.3.3
32152024-12-21T04:51:20.513Z Compiling ref-cast-impl v1.0.23
32162024-12-21T04:51:20.593Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32172024-12-21T04:51:20.822Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32182024-12-21T04:51:20.841Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32192024-12-21T04:51:20.978Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32202024-12-21T04:51:21.117Z Compiling strum_macros v0.24.3
32212024-12-21T04:51:21.137Z Compiling samael v0.0.17
32222024-12-21T04:51:21.397Z Compiling indoc v1.0.9
32232024-12-21T04:51:21.416Z Compiling diesel_derives v2.2.3
32242024-12-21T04:51:22.384Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32252024-12-21T04:51:22.682Z Compiling oso-derive v0.27.3
32262024-12-21T04:51:22.876Z Compiling derive_builder_macro v0.20.2
32272024-12-21T04:51:23.589Z Compiling lalrpop v0.19.12
32282024-12-21T04:51:23.722Z Compiling impl-trait-for-tuples v0.2.2
32292024-12-21T04:51:23.757Z Checking derive_builder v0.20.2
32302024-12-21T04:51:23.910Z Checking quick-xml v0.33.0
32312024-12-21T04:51:24.290Z Compiling diesel-dtrace v0.4.2
32322024-12-21T04:51:24.577Z Checking maplit v1.0.2
32332024-12-21T04:51:24.795Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32342024-12-21T04:51:24.816Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32352024-12-21T04:51:25.100Z Checking bb8 v0.8.5
32362024-12-21T04:51:25.373Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32372024-12-21T04:51:25.604Z Checking rand_seeder v0.3.0
32382024-12-21T04:51:25.679Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32392024-12-21T04:51:25.852Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32402024-12-21T04:51:26.008Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32412024-12-21T04:51:26.062Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32422024-12-21T04:51:26.324Z Checking is_ci v1.2.0
32432024-12-21T04:51:26.454Z Checking smawk v0.3.2
32442024-12-21T04:51:26.457Z Checking unicode-linebreak v0.1.5
32452024-12-21T04:51:26.742Z Checking supports-color v3.0.1
32462024-12-21T04:51:26.973Z Checking textwrap v0.16.1
32472024-12-21T04:51:26.999Z Checking multimap v0.10.0
32482024-12-21T04:51:27.704Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32492024-12-21T04:51:30.527Z Checking diesel v2.2.6
32502024-12-21T04:51:56.605Z Compiling polar-core v0.27.3
32512024-12-21T04:51:59.892Z Checking async-bb8-diesel v0.2.1
32522024-12-21T04:52:04.050Z Checking oso v0.27.3
32532024-12-21T04:53:10.913Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32542024-12-21T04:53:17.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
32552024-12-21T04:53:17.324Z
32562024-12-21T04:53:17.324Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32572024-12-21T04:53:17.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582024-12-21T04:53:17.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592024-12-21T04:53:17.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602024-12-21T04:53:17.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32612024-12-21T04:53:18.025Z
32622024-12-21T04:53:18.026Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32632024-12-21T04:53:18.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642024-12-21T04:53:18.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652024-12-21T04:53:18.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662024-12-21T04:53:18.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32672024-12-21T04:53:18.725Z
32682024-12-21T04:53:18.725Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32692024-12-21T04:53:19.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702024-12-21T04:53:19.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712024-12-21T04:53:19.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722024-12-21T04:53:19.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32732024-12-21T04:53:19.350Z
32742024-12-21T04:53:19.350Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32752024-12-21T04:53:19.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762024-12-21T04:53:19.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772024-12-21T04:53:20.162Z Compiling libz-sys v1.1.20
32782024-12-21T04:53:20.277Z Compiling libgit2-sys v0.17.0+1.8.1
32792024-12-21T04:53:20.290Z Compiling vergen v8.3.2
32802024-12-21T04:53:20.294Z Compiling cargo-platform v0.1.8
32812024-12-21T04:53:20.294Z Compiling pin-project-internal v1.1.6
32822024-12-21T04:53:20.329Z Compiling libsqlite3-sys v0.30.1
32832024-12-21T04:53:20.329Z Compiling snafu-derive v0.8.5
32842024-12-21T04:53:20.332Z Compiling buf-list v1.0.3
32852024-12-21T04:53:20.580Z Compiling cargo_metadata v0.18.1
32862024-12-21T04:53:20.823Z Compiling cfg_aliases v0.2.1
32872024-12-21T04:53:20.850Z Compiling rustls v0.21.12
32882024-12-21T04:53:20.959Z Compiling nix v0.29.0
32892024-12-21T04:53:21.142Z Checking globset v0.4.15
32902024-12-21T04:53:21.186Z Checking olpc-cjson v0.1.4
32912024-12-21T04:53:21.209Z Checking rustls-webpki v0.101.7
32922024-12-21T04:53:21.404Z Checking sct v0.7.1
32932024-12-21T04:53:21.609Z Checking serde_plain v1.0.2
32942024-12-21T04:53:21.688Z Checking typed-path v0.9.3
32952024-12-21T04:53:22.207Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32962024-12-21T04:53:22.259Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32972024-12-21T04:53:22.490Z Checking hashlink v0.9.1
32982024-12-21T04:53:22.536Z Checking parse-size v1.1.0
32992024-12-21T04:53:22.707Z Checking fallible-iterator v0.3.0
33002024-12-21T04:53:23.149Z Checking fallible-streaming-iterator v0.1.9
33012024-12-21T04:53:23.274Z Checking pin-project v1.1.6
33022024-12-21T04:53:23.364Z Checking rusqlite v0.32.1
33032024-12-21T04:53:23.449Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33042024-12-21T04:53:23.611Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33052024-12-21T04:53:23.894Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33062024-12-21T04:53:24.238Z Checking rustls-pemfile v1.0.4
33072024-12-21T04:53:24.435Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33082024-12-21T04:53:24.514Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33092024-12-21T04:53:24.555Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33102024-12-21T04:53:24.591Z Checking twox-hash v1.6.3
33112024-12-21T04:53:24.691Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33122024-12-21T04:53:24.966Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33132024-12-21T04:53:25.034Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33142024-12-21T04:53:25.059Z Checking tokio-rustls v0.24.1
33152024-12-21T04:53:25.431Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33162024-12-21T04:53:25.642Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33172024-12-21T04:53:25.703Z Checking fatfs v0.3.6
33182024-12-21T04:53:25.740Z Checking snafu v0.8.5
33192024-12-21T04:53:26.183Z Checking tough v0.19.0
33202024-12-21T04:53:26.596Z Checking assert_matches v1.5.0
33212024-12-21T04:53:30.374Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33222024-12-21T04:53:31.830Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33232024-12-21T04:53:32.977Z Compiling git2 v0.19.0
33242024-12-21T04:53:37.645Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33252024-12-21T04:54:30.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
33262024-12-21T04:54:31.059Z
33272024-12-21T04:54:31.059Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33282024-12-21T04:54:31.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292024-12-21T04:54:31.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302024-12-21T04:54:31.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312024-12-21T04:54:31.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33322024-12-21T04:54:31.766Z
33332024-12-21T04:54:31.766Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33342024-12-21T04:54:32.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352024-12-21T04:54:32.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362024-12-21T04:54:32.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372024-12-21T04:54:32.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33382024-12-21T04:54:32.376Z
33392024-12-21T04:54:32.376Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33402024-12-21T04:54:32.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412024-12-21T04:54:32.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422024-12-21T04:54:32.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432024-12-21T04:54:32.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33442024-12-21T04:54:33.026Z
33452024-12-21T04:54:33.026Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33462024-12-21T04:54:33.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472024-12-21T04:54:33.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482024-12-21T04:54:33.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492024-12-21T04:54:33.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33502024-12-21T04:54:33.705Z
33512024-12-21T04:54:33.705Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33522024-12-21T04:54:34.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532024-12-21T04:54:34.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542024-12-21T04:54:34.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552024-12-21T04:54:34.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33562024-12-21T04:54:34.392Z
33572024-12-21T04:54:34.392Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33582024-12-21T04:54:34.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-12-21T04:54:35.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-12-21T04:54:35.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612024-12-21T04:54:35.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33622024-12-21T04:54:35.138Z
33632024-12-21T04:54:35.139Zinfo: running `cargo check --bins` on update-common (154/176)
33642024-12-21T04:54:35.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-12-21T04:54:35.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-12-21T04:54:35.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672024-12-21T04:54:35.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33682024-12-21T04:54:35.760Z
33692024-12-21T04:54:35.760Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33702024-12-21T04:54:36.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-12-21T04:54:36.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-12-21T04:54:36.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732024-12-21T04:54:36.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33742024-12-21T04:54:36.431Z
33752024-12-21T04:54:36.431Zinfo: running `cargo check --bins` on tufaceous (156/176)
33762024-12-21T04:54:37.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-12-21T04:54:37.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-12-21T04:54:37.117Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33792024-12-21T04:54:41.620Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33802024-12-21T04:54:41.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
33812024-12-21T04:54:41.682Z
33822024-12-21T04:54:41.682Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33832024-12-21T04:54:41.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-12-21T04:54:41.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-12-21T04:54:41.682Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33862024-12-21T04:54:41.682Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33872024-12-21T04:54:41.682Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33882024-12-21T04:54:41.682Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33892024-12-21T04:54:41.682Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33902024-12-21T04:55:07.524Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33912024-12-21T04:55:07.524Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33922024-12-21T04:55:07.528Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33932024-12-21T04:55:07.528Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33942024-12-21T04:55:07.528Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33952024-12-21T04:55:08.349Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33962024-12-21T04:55:09.656Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33972024-12-21T04:55:47.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33982024-12-21T04:55:47.776Z
33992024-12-21T04:55:47.776Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34002024-12-21T04:55:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012024-12-21T04:55:48.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022024-12-21T04:55:48.490Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34032024-12-21T04:55:48.548Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34042024-12-21T04:55:48.548Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34052024-12-21T04:55:48.616Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34062024-12-21T04:55:48.619Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34072024-12-21T04:55:48.640Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34082024-12-21T04:55:48.661Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34092024-12-21T04:55:48.668Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34102024-12-21T04:55:48.778Z Checking heck v0.4.1
34112024-12-21T04:55:48.887Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34122024-12-21T04:55:48.903Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34132024-12-21T04:55:48.986Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34142024-12-21T04:55:49.372Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34152024-12-21T04:55:49.389Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34162024-12-21T04:55:49.927Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34172024-12-21T04:55:50.079Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34182024-12-21T04:55:51.636Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34192024-12-21T04:55:51.822Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34202024-12-21T04:55:52.495Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34212024-12-21T04:55:52.580Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34222024-12-21T04:55:54.251Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232024-12-21T04:55:54.270Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34242024-12-21T04:55:59.488Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34252024-12-21T04:55:59.549Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34262024-12-21T04:56:03.480Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34272024-12-21T04:56:03.483Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34282024-12-21T04:56:04.711Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34292024-12-21T04:56:05.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.04s
34302024-12-21T04:56:06.092Z
34312024-12-21T04:56:06.092Zinfo: running `cargo check --bins` on installinator-api (159/176)
34322024-12-21T04:56:06.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332024-12-21T04:56:06.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342024-12-21T04:56:06.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352024-12-21T04:56:06.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34362024-12-21T04:56:06.750Z
34372024-12-21T04:56:06.750Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34382024-12-21T04:56:07.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392024-12-21T04:56:07.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402024-12-21T04:56:07.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412024-12-21T04:56:07.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34422024-12-21T04:56:07.351Z
34432024-12-21T04:56:07.351Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34442024-12-21T04:56:07.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452024-12-21T04:56:07.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462024-12-21T04:56:08.065Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34472024-12-21T04:56:08.065Z Compiling petname v2.0.2
34482024-12-21T04:56:08.070Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34492024-12-21T04:56:08.070Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34502024-12-21T04:56:08.070Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34512024-12-21T04:56:08.070Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34522024-12-21T04:56:08.070Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34532024-12-21T04:56:08.190Z Checking sync-ptr v0.1.1
34542024-12-21T04:56:13.736Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34552024-12-21T04:56:14.375Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34562024-12-21T04:56:15.573Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34572024-12-21T04:56:17.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.78s
34582024-12-21T04:56:17.326Z
34592024-12-21T04:56:17.326Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34602024-12-21T04:56:17.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612024-12-21T04:56:17.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622024-12-21T04:56:17.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632024-12-21T04:56:17.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34642024-12-21T04:56:17.984Z
34652024-12-21T04:56:17.984Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34662024-12-21T04:56:18.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672024-12-21T04:56:18.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682024-12-21T04:56:18.646Z Checking memmap2 v0.9.5
34692024-12-21T04:56:18.646Z Checking arrayref v0.3.9
34702024-12-21T04:56:18.651Z Checking constant_time_eq v0.3.1
34712024-12-21T04:56:18.651Z Checking spin v0.5.2
34722024-12-21T04:56:18.651Z Checking arrayvec v0.7.6
34732024-12-21T04:56:18.651Z Checking topological-sort v0.2.2
34742024-12-21T04:56:18.779Z Checking shell-words v1.1.0
34752024-12-21T04:56:18.945Z Checking ring v0.16.20
34762024-12-21T04:56:19.054Z Checking blake3 v1.5.4
34772024-12-21T04:56:20.093Z Checking omicron-zone-package v0.11.1
34782024-12-21T04:56:21.213Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34792024-12-21T04:56:22.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
34802024-12-21T04:56:22.298Z
34812024-12-21T04:56:22.298Zinfo: running `cargo check --bins` on xtask (164/176)
34822024-12-21T04:56:22.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832024-12-21T04:56:22.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842024-12-21T04:56:22.723Z Checking bitflags v2.6.0
34852024-12-21T04:56:22.726Z Checking serde v1.0.215
34862024-12-21T04:56:22.726Z Checking thiserror v1.0.69
34872024-12-21T04:56:22.811Z Checking scroll v0.12.0
34882024-12-21T04:56:22.822Z Checking log v0.4.22
34892024-12-21T04:56:22.825Z Checking hashbrown v0.15.1
34902024-12-21T04:56:22.825Z Checking zerocopy v0.7.35
34912024-12-21T04:56:22.850Z Checking syn v2.0.87
34922024-12-21T04:56:22.920Z Checking pest v2.7.14
34932024-12-21T04:56:23.050Z Checking rustix v0.38.37
34942024-12-21T04:56:23.066Z Checking once_cell v1.20.2
34952024-12-21T04:56:23.279Z Checking goblin v0.8.2
34962024-12-21T04:56:23.453Z Checking fs-err v2.11.0
34972024-12-21T04:56:23.721Z Checking tabled v0.15.0
34982024-12-21T04:56:23.881Z Checking indexmap v2.6.0
34992024-12-21T04:56:24.257Z Checking anyhow v1.0.93
35002024-12-21T04:56:25.016Z Checking terminal_size v0.4.0
35012024-12-21T04:56:25.016Z Checking tempfile v3.13.0
35022024-12-21T04:56:25.196Z Checking clap_builder v4.5.21
35032024-12-21T04:56:25.335Z Checking dtrace-parser v0.2.0
35042024-12-21T04:56:26.967Z Checking serde_json v1.0.133
35052024-12-21T04:56:26.967Z Checking toml_datetime v0.6.8
35062024-12-21T04:56:26.986Z Checking serde_spanned v0.6.8
35072024-12-21T04:56:26.986Z Checking camino v1.1.9
35082024-12-21T04:56:26.987Z Checking cargo-platform v0.1.8
35092024-12-21T04:56:27.148Z Checking semver v1.0.23
35102024-12-21T04:56:27.268Z Checking toml_edit v0.22.22
35112024-12-21T04:56:27.283Z Checking macaddr v1.0.1
35122024-12-21T04:56:27.564Z Checking camino-tempfile v1.1.1
35132024-12-21T04:56:27.633Z Checking clap v4.5.21
35142024-12-21T04:56:28.207Z Checking dof v0.3.0
35152024-12-21T04:56:28.207Z Checking cargo_metadata v0.18.1
35162024-12-21T04:56:28.613Z Checking usdt-impl v0.5.0
35172024-12-21T04:56:28.978Z Checking usdt v0.5.0
35182024-12-21T04:56:29.129Z Checking toml v0.8.19
35192024-12-21T04:56:29.583Z Checking cargo_toml v0.20.5
35202024-12-21T04:56:30.771Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35212024-12-21T04:56:31.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
35222024-12-21T04:56:31.472Z
35232024-12-21T04:56:31.472Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35242024-12-21T04:56:32.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252024-12-21T04:56:32.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262024-12-21T04:56:32.234Z Checking polyval v0.6.2
35272024-12-21T04:56:32.347Z Checking ctr v0.9.2
35282024-12-21T04:56:32.361Z Checking ssh-encoding v0.2.0
35292024-12-21T04:56:32.367Z Checking blowfish v0.9.1
35302024-12-21T04:56:32.384Z Checking password-hash v0.4.2
35312024-12-21T04:56:32.388Z Checking matches v0.1.10
35322024-12-21T04:56:32.426Z Checking p521 v0.13.3
35332024-12-21T04:56:32.426Z Checking p256 v0.13.2
35342024-12-21T04:56:32.497Z Checking idna v0.2.3
35352024-12-21T04:56:32.574Z Checking ghash v0.5.1
35362024-12-21T04:56:32.593Z Compiling enum-as-inner v0.5.1
35372024-12-21T04:56:32.635Z Checking bcrypt-pbkdf v0.10.0
35382024-12-21T04:56:32.654Z Checking russh-cryptovec v0.7.3
35392024-12-21T04:56:32.720Z Checking aes-gcm v0.10.3
35402024-12-21T04:56:32.784Z Checking pbkdf2 v0.11.0
35412024-12-21T04:56:32.846Z Checking md5 v0.7.0
35422024-12-21T04:56:32.883Z Checking num-bigint v0.4.6
35432024-12-21T04:56:32.916Z Checking des v0.8.1
35442024-12-21T04:56:32.980Z Checking ssh-cipher v0.2.0
35452024-12-21T04:56:33.068Z Compiling dhcproto-macros v0.1.0
35462024-12-21T04:56:33.150Z Checking hex-literal v0.4.1
35472024-12-21T04:56:33.181Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35482024-12-21T04:56:33.277Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35492024-12-21T04:56:33.302Z Checking ssh-key v0.6.6
35502024-12-21T04:56:33.368Z Checking internet-checksum v0.2.1
35512024-12-21T04:56:33.770Z Checking trust-dns-proto v0.22.0
35522024-12-21T04:56:34.642Z Checking russh-keys v0.45.0
35532024-12-21T04:56:35.476Z Checking russh v0.45.0
35542024-12-21T04:56:36.205Z Checking dhcproto v0.12.0
35552024-12-21T04:56:53.773Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35562024-12-21T04:56:54.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.41s
35572024-12-21T04:56:55.095Z
35582024-12-21T04:56:55.095Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35592024-12-21T04:56:55.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602024-12-21T04:56:55.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612024-12-21T04:56:55.745Z Checking termios v0.3.3
35622024-12-21T04:56:55.963Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35632024-12-21T04:56:56.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
35642024-12-21T04:56:56.936Z
35652024-12-21T04:56:56.936Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35662024-12-21T04:56:57.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672024-12-21T04:56:57.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682024-12-21T04:56:57.643Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35692024-12-21T04:56:57.643Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35702024-12-21T04:56:57.650Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35712024-12-21T04:56:57.650Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35722024-12-21T04:56:58.708Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35732024-12-21T04:57:00.049Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35742024-12-21T04:57:01.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
35752024-12-21T04:57:02.120Z
35762024-12-21T04:57:02.120Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35772024-12-21T04:57:02.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782024-12-21T04:57:02.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792024-12-21T04:57:02.765Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35802024-12-21T04:57:03.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35812024-12-21T04:57:03.420Z
35822024-12-21T04:57:03.421Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35832024-12-21T04:57:03.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842024-12-21T04:57:03.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852024-12-21T04:57:03.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862024-12-21T04:57:03.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35872024-12-21T04:57:04.035Z
35882024-12-21T04:57:04.035Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
35892024-12-21T04:57:04.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902024-12-21T04:57:04.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912024-12-21T04:57:04.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922024-12-21T04:57:04.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35932024-12-21T04:57:04.653Z
35942024-12-21T04:57:04.653Zinfo: running `cargo check --bins` on omicron-package (171/176)
35952024-12-21T04:57:05.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962024-12-21T04:57:05.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972024-12-21T04:57:05.323Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35982024-12-21T04:57:06.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
35992024-12-21T04:57:06.876Z
36002024-12-21T04:57:06.876Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36012024-12-21T04:57:07.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022024-12-21T04:57:07.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032024-12-21T04:57:07.586Z Checking rtoolbox v0.0.2
36042024-12-21T04:57:07.589Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36052024-12-21T04:57:07.589Z Checking tui-tree-widget v0.22.0
36062024-12-21T04:57:07.810Z Checking rpassword v7.3.1
36072024-12-21T04:57:11.934Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36082024-12-21T04:57:14.958Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36092024-12-21T04:57:16.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s
36102024-12-21T04:57:16.399Z
36112024-12-21T04:57:16.399Zinfo: running `cargo check --bins` on wicket (173/176)
36122024-12-21T04:57:16.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132024-12-21T04:57:16.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142024-12-21T04:57:17.096Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36152024-12-21T04:57:17.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
36162024-12-21T04:57:17.770Z
36172024-12-21T04:57:17.771Zinfo: running `cargo check --bins` on wicketd (174/176)
36182024-12-21T04:57:18.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192024-12-21T04:57:18.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202024-12-21T04:57:18.506Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36212024-12-21T04:57:18.506Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36222024-12-21T04:57:19.348Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36232024-12-21T04:57:23.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
36242024-12-21T04:57:23.427Z
36252024-12-21T04:57:23.427Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36262024-12-21T04:57:23.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272024-12-21T04:57:23.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282024-12-21T04:57:23.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292024-12-21T04:57:23.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36302024-12-21T04:57:24.043Z
36312024-12-21T04:57:24.043Zinfo: running `cargo check --bins` on zone-setup (176/176)
36322024-12-21T04:57:24.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332024-12-21T04:57:24.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342024-12-21T04:57:24.777Z Checking uzers v0.12.1
36352024-12-21T04:57:25.131Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36362024-12-21T04:57:26.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
36372024-12-21T04:57:26.531Z
36382024-12-21T04:57:26.531Zreal 13:38.834277778
36392024-12-21T04:57:26.531Zuser 25:39.026720387
36402024-12-21T04:57:26.532Zsys 5:46.174962496
36412024-12-21T04:57:26.532Ztrap 0.503956793
36422024-12-21T04:57:26.532Ztflt 2.378519051
36432024-12-21T04:57:26.534Zdflt 3.096371257
36442024-12-21T04:57:26.534Zkflt 0.000910138
36452024-12-21T04:57:26.550Zlock 48:29.247115691
36462024-12-21T04:57:26.551Zslp 2:13:58.666125855
36472024-12-21T04:57:26.551Zlat 1:03.730350980
36482024-12-21T04:57:26.551Zstop 3:25.686199785
36492024-12-21T04:57:26.551Zprocess exited: duration 1098320 ms, exit code 0
 
36502024-12-21T04:57:26.565Zfound 0 output files