01JC72R85J6Z0JQVD9B5WT6YFW: 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: 01JC72RR7N56SMDDRHB1GJ3CPC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-08T23:47:36.996Zjob assigned to worker 01JC72RZAEESP4EJFPEB18VEJF (queued for 47 s)
 
22024-11-08T23:47:44.952Zstarting task 0: "setup"
32024-11-08T23:47:44.963Z++ uname -s
42024-11-08T23:47:44.966Z+ kern=SunOS
52024-11-08T23:47:44.966Z+ case "$kern" in
62024-11-08T23:47:44.966Z+ groupadd -g 12345 build
72024-11-08T23:47:44.969Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-08T23:47:46.983Z+ zfs create -o mountpoint=/work rpool/work
92024-11-08T23:47:47.102Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-08T23:47:47.105Z+ home_fs=zfs
112024-11-08T23:47:47.105Z+ [[ zfs == autofs ]]
122024-11-08T23:47:47.105Z+ mkdir -p /home/build
132024-11-08T23:47:47.109Z+ chown build:build /home/build /work
142024-11-08T23:47:48.109Z+ chmod 0700 /home/build /work
152024-11-08T23:47:48.113Zprocess exited: duration 3159 ms, exit code 0
 
162024-11-08T23:47:48.118Zstarting task 1: "rust-toolchain"
172024-11-08T23:47:48.123Z+ printf ' * toolchain channel = "%s"
182024-11-08T23:47:48.124Z * toolchain channel = "1.82.0"
192024-11-08T23:47:48.124Z' 1.82.0
202024-11-08T23:47:48.124Z+ printf ' * toolchain profile = "%s"
212024-11-08T23:47:48.124Z' default
222024-11-08T23:47:48.124Z * toolchain profile = "default"
232024-11-08T23:47:48.126Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-08T23:47:48.126Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
252024-11-08T23:47:48.243Zinfo: downloading installer
262024-11-08T23:47:49.584Zinfo: profile set to 'default'
272024-11-08T23:47:49.584Zinfo: default host triple is x86_64-unknown-illumos
282024-11-08T23:47:49.587Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
292024-11-08T23:47:49.723Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-08T23:47:49.723Zinfo: downloading component 'cargo'
312024-11-08T23:47:50.421Zinfo: downloading component 'clippy'
322024-11-08T23:47:50.689Zinfo: downloading component 'rust-docs'
332024-11-08T23:47:51.674Zinfo: downloading component 'rust-std'
342024-11-08T23:47:53.235Zinfo: downloading component 'rustc'
352024-11-08T23:47:58.834Zinfo: downloading component 'rustfmt'
362024-11-08T23:47:59.033Zinfo: installing component 'cargo'
372024-11-08T23:47:59.913Zinfo: installing component 'clippy'
382024-11-08T23:48:00.325Zinfo: installing component 'rust-docs'
392024-11-08T23:48:02.065Zinfo: installing component 'rust-std'
402024-11-08T23:48:04.052Zinfo: installing component 'rustc'
412024-11-08T23:48:10.322Zinfo: installing component 'rustfmt'
422024-11-08T23:48:10.669Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
432024-11-08T23:48:10.669Z
442024-11-08T23:48:11.056Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-08T23:48:11.056Z
462024-11-08T23:48:11.059Z
472024-11-08T23:48:11.059ZRust is installed now. Great!
482024-11-08T23:48:11.059Z
492024-11-08T23:48:11.059ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-08T23:48:11.059Zenvironment variable. This has not been done automatically.
512024-11-08T23:48:11.059Z
522024-11-08T23:48:11.059ZTo configure your current shell, you need to source
532024-11-08T23:48:11.059Zthe corresponding env file under $HOME/.cargo.
542024-11-08T23:48:11.059Z
552024-11-08T23:48:11.059ZThis is usually done by running one of the following (note the leading DOT):
562024-11-08T23:48:11.059Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-08T23:48:11.059Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-08T23:48:11.140Z+ rustc --version
592024-11-08T23:48:11.208Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-08T23:48:11.210Zprocess exited: duration 23088 ms, exit code 0
 
612024-11-08T23:48:11.217Zstarting task 2: "authentication"
622024-11-08T23:48:11.239Zprocess exited: duration 21 ms, exit code 0
 
632024-11-08T23:48:11.245Zstarting task 3: "clone repository"
642024-11-08T23:48:11.250Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-08T23:48:11.253Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-08T23:48:11.291ZCloning into '/work/oxidecomputer/omicron'...
672024-11-08T23:48:18.694Z+ cd /work/oxidecomputer/omicron
682024-11-08T23:48:18.694Z+ git fetch origin 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc
692024-11-08T23:48:18.987ZFrom https://github.com/oxidecomputer/omicron
702024-11-08T23:48:18.987Z * branch 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc -> FETCH_HEAD
712024-11-08T23:48:18.997Z+ [[ -n rss-datasets ]]
722024-11-08T23:48:19.000Z++ git branch --show-current
732024-11-08T23:48:19.003Z+ current=main
742024-11-08T23:48:19.003Z+ [[ main != rss-datasets ]]
752024-11-08T23:48:19.003Z+ git branch -f rss-datasets 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc
762024-11-08T23:48:19.006Z+ git checkout -f rss-datasets
772024-11-08T23:48:19.179ZSwitched to branch 'rss-datasets'
782024-11-08T23:48:19.182Z+ git reset --hard 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc
792024-11-08T23:48:19.203ZHEAD is now at 1ae6ba742 EXPECTORATE
802024-11-08T23:48:19.211Zprocess exited: duration 7958 ms, exit code 0
 
812024-11-08T23:48:19.218Zstarting task 4: "build"
822024-11-08T23:48:19.223Z+ source .github/buildomat/ci-env.sh
832024-11-08T23:48:19.226Z++ export CARGO_TERM_COLOR=always
842024-11-08T23:48:19.226Z++ CARGO_TERM_COLOR=always
852024-11-08T23:48:19.226Z+ cargo --version
862024-11-08T23:48:19.282Zcargo 1.82.0 (8f40fc59f 2024-08-21)
872024-11-08T23:48:19.285Z+ rustc --version
882024-11-08T23:48:19.347Zrustc 1.82.0 (f6e511eec 2024-10-15)
892024-11-08T23:48:19.349Z+ source ./env.sh
902024-11-08T23:48:19.349Z++ OLD_SHELL_OPTS=ehxB
912024-11-08T23:48:19.349Z++ set -o xtrace
922024-11-08T23:48:19.352Z++++ dirname ./env.sh
932024-11-08T23:48:19.354Z+++ readlink -f .
942024-11-08T23:48:19.357Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-08T23:48:19.357Z++ 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-11-08T23:48:19.357Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-08T23:48:19.357Z++ 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-11-08T23:48:19.357Z++ 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-11-08T23:48:19.357Z++ 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-11-08T23:48:19.357Z++ 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-11-08T23:48:19.357Z++ 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-11-08T23:48:19.358Z++ 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-11-08T23:48:19.358Z++ case $OLD_SHELL_OPTS in
1042024-11-08T23:48:19.360Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-08T23:48:19.360Z+ 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-11-08T23:48:19.360Z+ 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-11-08T23:48:19.360Z+ banner prerequisites
1082024-11-08T23:48:19.360Z
1092024-11-08T23:48:19.360Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-08T23:48:19.360Z # # # # # # # # # # # # # # #
1112024-11-08T23:48:19.360Z # # # # ##### # # ##### # # # # # #### #
1122024-11-08T23:48:19.361Z ##### ##### # ##### # # # # # # # # #
1132024-11-08T23:48:19.361Z # # # # # # # # # # # # # # #
1142024-11-08T23:48:19.361Z # # # ###### # # ###### ### # #### # #### #
1152024-11-08T23:48:19.361Z
1162024-11-08T23:48:19.361Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-08T23:48:28.724Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-08T23:48:32.226Z Startup: Caching catalogs ... Done
1192024-11-08T23:48:40.550ZPlanning: Solver setup ... Done (7.591s)
1202024-11-08T23:48:40.655ZPlanning: Running solver ... Done (0.105s)
1212024-11-08T23:48:40.750ZPlanning: Finding local manifests ... Done (0.004s)
1222024-11-08T23:48:40.764ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-08T23:48:41.074ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-08T23:48:41.178ZPlanning: Package planning ... Done (0.103s)
1252024-11-08T23:48:41.234ZPlanning: Merging actions ... Done (0.056s)
1262024-11-08T23:48:41.426ZPlanning: Checking for conflicting actions ... Done (0.192s)
1272024-11-08T23:48:43.320ZPlanning: Consolidating action changes ... Done (1.894s)
1282024-11-08T23:48:43.755ZPlanning: Evaluating mediators ... Done (0.422s)
1292024-11-08T23:48:43.827ZPlanning: Planning completed in 11.51 seconds
1302024-11-08T23:48:43.842Z Packages to install: 4
1312024-11-08T23:48:43.842Z Packages to update: 1
1322024-11-08T23:48:43.845Z Mediators to change: 2
1332024-11-08T23:48:43.845Z Services to change: 1
1342024-11-08T23:48:43.845Z Estimated space available: 155.61 GB
1352024-11-08T23:48:43.845ZEstimated space to be consumed: 1.59 GB
1362024-11-08T23:48:43.845Z Create boot environment: No
1372024-11-08T23:48:43.845ZCreate backup boot environment: Yes
1382024-11-08T23:48:43.845Z Rebuild boot archive: No
1392024-11-08T23:48:43.845Z
1402024-11-08T23:48:43.845ZChanged mediators:
1412024-11-08T23:48:43.846Z mediator clang:
1422024-11-08T23:48:43.846Z version: None -> 15 (system default)
1432024-11-08T23:48:43.846Z
1442024-11-08T23:48:43.846Z mediator llvm:
1452024-11-08T23:48:43.846Z version: 14 (system default) -> 15 (system default)
1462024-11-08T23:48:43.846Z
1472024-11-08T23:48:43.846ZChanged packages:
1482024-11-08T23:48:43.846Zhelios-dev
1492024-11-08T23:48:43.846Z developer/build-essential
1502024-11-08T23:48:43.846Z None -> 11-2.0
1512024-11-08T23:48:43.846Z library/libxmlsec1
1522024-11-08T23:48:43.846Z None -> 1.2.35-2.0
1532024-11-08T23:48:43.846Z ooce/developer/clang-15
1542024-11-08T23:48:43.846Z None -> 15.0.7-2.0
1552024-11-08T23:48:43.846Z ooce/developer/llvm-15
1562024-11-08T23:48:43.846Z None -> 15.0.7-2.0
1572024-11-08T23:48:43.846Z package/pkg
1582024-11-08T23:48:43.846Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-08T23:48:43.846Z
1602024-11-08T23:48:43.846ZServices:
1612024-11-08T23:48:43.846Z restart_fmri:
1622024-11-08T23:48:43.846Z svc:/system/update-man-index:default
1632024-11-08T23:48:43.846Z
1642024-11-08T23:48:43.846ZEditable files to change:
1652024-11-08T23:48:43.846Z Update:
1662024-11-08T23:48:43.846Z usr/share/lib/pkg/web/config.shtml
1672024-11-08T23:48:43.926Z
1682024-11-08T23:48:43.926ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-08T23:48:50.063ZDownload: 213/4281 items 1.3/220.6MB 0% complete (671k/s)
1702024-11-08T23:48:55.065ZDownload: 1106/4281 items 20.2/220.6MB 9% complete (1.9M/s)
1712024-11-08T23:49:00.315ZDownload: 1195/4281 items 83.4/220.6MB 37% complete (9.6M/s)
1722024-11-08T23:49:05.322ZDownload: 1512/4281 items 117.3/220.6MB 53% complete (8.6M/s)
1732024-11-08T23:49:10.354ZDownload: 2121/4281 items 118.9/220.6MB 53% complete (3.8M/s)
1742024-11-08T23:49:15.620ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (3.7M/s)
1752024-11-08T23:49:20.623ZDownload: 2926/4281 items 121.2/220.6MB 54% complete (225k/s)
1762024-11-08T23:49:26.095ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (9.4M/s)
1772024-11-08T23:49:31.758ZDownload: 3251/4281 items 203.1/220.6MB 92% complete (8.2M/s)
1782024-11-08T23:49:55.790ZDownload: 3288/4281 items 212.6/220.6MB 96% complete
1792024-11-08T23:50:00.858ZDownload: 3726/4281 items 216.8/220.6MB 98% complete (919k/s)
1802024-11-08T23:50:05.934ZDownload: 4200/4281 items 220.6/220.6MB 99% complete (818k/s)
1812024-11-08T23:50:25.893ZDownload: 4207/4281 items 220.6/220.6MB 99% complete
1822024-11-08T23:50:26.022ZDownload: Completed 220.60 MB in 102.08 seconds (2.2M/s)
1832024-11-08T23:50:27.035Z Actions: 1/5063 actions (Removing old actions)
1842024-11-08T23:50:27.054Z Actions: 194/5063 actions (Installing new actions)
1852024-11-08T23:50:31.795Z Actions: 4226/5063 actions (Updating modified actions)
1862024-11-08T23:50:32.114Z Actions: Completed 5063 actions in 5.08 seconds.
1872024-11-08T23:50:32.498Z Done (0.375s)
1882024-11-08T23:50:32.501Z Done (0.000s)
1892024-11-08T23:50:33.014Z Done (0.515s)
1902024-11-08T23:50:37.577Z Done (4.346s)
1912024-11-08T23:50:37.663Z Done (0.016s)
1922024-11-08T23:50:37.666Z Done (0.000s)
1932024-11-08T23:50:37.820Z Done (0.000s)
1942024-11-08T23:50:38.500ZPlanning: Evaluating mediator changes ... Done
1952024-11-08T23:50:38.663ZPlanning: Checking for conflicting actions ... Done
1962024-11-08T23:50:38.665ZPlanning: Consolidating action changes ... Done
1972024-11-08T23:50:38.940ZPlanning: Evaluating mediators ... Done
1982024-11-08T23:50:38.942ZPlanning: Planning completed in 0.44 seconds
1992024-11-08T23:50:38.980Z Mediators to change: 2
2002024-11-08T23:50:38.980Z Create boot environment: No
2012024-11-08T23:50:38.983ZCreate backup boot environment: No
2022024-11-08T23:50:39.065Z Done
2032024-11-08T23:50:39.065Z Done
2042024-11-08T23:50:39.405Z Done
2052024-11-08T23:50:43.088Z Done
2062024-11-08T23:50:43.180Z Done
2072024-11-08T23:50:43.182Z Done
2082024-11-08T23:50:43.293Z Done
2092024-11-08T23:50:43.927ZPlanning: Evaluating mediator changes ... Done
2102024-11-08T23:50:43.929ZPlanning: Merging actions ... Done
2112024-11-08T23:50:44.125ZPlanning: Checking for conflicting actions ... Done
2122024-11-08T23:50:44.128ZPlanning: Consolidating action changes ... Done
2132024-11-08T23:50:44.399ZPlanning: Evaluating mediators ... Done
2142024-11-08T23:50:44.458ZPlanning: Planning completed in 0.78 seconds
2152024-11-08T23:50:44.498Z Packages to change: 1
2162024-11-08T23:50:44.498Z Mediators to change: 1
2172024-11-08T23:50:44.498Z Services to change: 1
2182024-11-08T23:50:44.501Z Create boot environment: No
2192024-11-08T23:50:44.501ZCreate backup boot environment: Yes
2202024-11-08T23:50:46.690Z Actions: 1/6 actions (Updating modified actions)
2212024-11-08T23:50:46.693Z Actions: Completed 6 actions in 0.00 seconds.
2222024-11-08T23:50:46.693Z Done
2232024-11-08T23:50:46.693Z Done
2242024-11-08T23:50:46.799Z Done
2252024-11-08T23:50:50.647Z Done
2262024-11-08T23:50:50.747Z Done
2272024-11-08T23:50:50.754Z Done
2282024-11-08T23:50:50.895Z Done
2292024-11-08T23:50:51.334ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302024-11-08T23:50:51.334Zclang system 15 system
2312024-11-08T23:50:51.334Zcsh system system illumos
2322024-11-08T23:50:51.334Zctags system system illumos
2332024-11-08T23:50:51.334Zgcc vendor 12 vendor
2342024-11-08T23:50:51.334Zgcc system 10 system
2352024-11-08T23:50:51.335Zgcc system 7 system
2362024-11-08T23:50:51.335Zgo system 1.20 system
2372024-11-08T23:50:51.335Zgo system 1.19 system
2382024-11-08T23:50:51.335Zllvm system 15 system
2392024-11-08T23:50:51.335Zllvm system 14 system
2402024-11-08T23:50:51.335Zmariadb system 10.6 system
2412024-11-08T23:50:51.335Zmta vendor vendor dma
2422024-11-08T23:50:51.335Zopenjdk system 17 system
2432024-11-08T23:50:51.335Zopenjdk system 11 system
2442024-11-08T23:50:51.335Zopenjdk system 1.8 system
2452024-11-08T23:50:51.335Zopenssl vendor 3 vendor
2462024-11-08T23:50:51.335Zperl system 5.36 system
2472024-11-08T23:50:51.335Zpostgresql system 15 system
2482024-11-08T23:50:51.335Zpostgresql system 13 system
2492024-11-08T23:50:51.335Zpython vendor 3 vendor
2502024-11-08T23:50:51.335Zpython system 2 system
2512024-11-08T23:50:51.335Zpython3 system 3.11 system
2522024-11-08T23:50:51.335Zruby system 3.0 system
2532024-11-08T23:50:51.335Zwords vendor vendor american-english
2542024-11-08T23:50:51.335Zwords system system australian-english
2552024-11-08T23:50:51.335Zwords system system british-english
2562024-11-08T23:50:51.335Zwords system system canadian-english
2572024-11-08T23:50:51.335Zwords system system french
2582024-11-08T23:50:51.335Zwords system system italian
2592024-11-08T23:50:51.335Zwords system system ngerman
2602024-11-08T23:50:51.335Zwords system system ogerman
2612024-11-08T23:50:51.335Zwords system system spanish
2622024-11-08T23:50:51.675ZPUBLISHER TYPE STATUS P LOCATION
2632024-11-08T23:50:51.675Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642024-11-08T23:50:54.209ZFMRI IFO
2652024-11-08T23:50:54.209Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662024-11-08T23:50:54.209Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672024-11-08T23:50:54.209Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682024-11-08T23:50:54.209Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692024-11-08T23:50:54.209Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702024-11-08T23:50:54.209Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712024-11-08T23:50:54.209Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2722024-11-08T23:50:54.209Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732024-11-08T23:50:54.210Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742024-11-08T23:50:54.210Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2752024-11-08T23:50:54.210Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2762024-11-08T23:50:54.210Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772024-11-08T23:50:54.210Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2782024-11-08T23:50:54.210Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2792024-11-08T23:50:54.210Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802024-11-08T23:50:54.932Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812024-11-08T23:50:55.243Z Updating crates.io index
2822024-11-08T23:50:55.328Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2832024-11-08T23:50:56.098Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2842024-11-08T23:50:56.377Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852024-11-08T23:50:56.666Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862024-11-08T23:50:56.927Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872024-11-08T23:50:57.795Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882024-11-08T23:51:00.180Z Updating git repository `https://github.com/oxidecomputer/opte`
2892024-11-08T23:51:01.315Z Updating git repository `https://github.com/oxidecomputer/falcon`
2902024-11-08T23:51:02.120Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912024-11-08T23:51:02.375Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2922024-11-08T23:51:02.692Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932024-11-08T23:51:03.259Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2942024-11-08T23:51:03.645Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2952024-11-08T23:51:03.944Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962024-11-08T23:51:04.265Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2972024-11-08T23:51:04.506Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2982024-11-08T23:51:04.786Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2992024-11-08T23:51:05.117Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002024-11-08T23:51:05.429Z Updating git repository `https://github.com/oxidecomputer/ispf`
3012024-11-08T23:51:05.778Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3022024-11-08T23:51:06.098Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3032024-11-08T23:51:06.707Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3042024-11-08T23:51:07.013Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052024-11-08T23:51:07.510Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3062024-11-08T23:51:07.861Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3072024-11-08T23:51:08.185Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3082024-11-08T23:51:08.470Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3092024-11-08T23:51:09.718Z Downloading crates ...
3102024-11-08T23:51:09.842Z Downloaded anstyle v1.0.10
3112024-11-08T23:51:09.848Z Downloaded anyhow v1.0.92
3122024-11-08T23:51:09.851Z Downloaded camino v1.1.9
3132024-11-08T23:51:09.854Z Downloaded cargo_toml v0.20.5
3142024-11-08T23:51:09.858Z Downloaded camino-tempfile v1.1.1
3152024-11-08T23:51:09.862Z Downloaded goblin v0.8.2
3162024-11-08T23:51:09.868Z Downloaded itoa v1.0.11
3172024-11-08T23:51:09.871Z Downloaded fs-err v2.11.0
3182024-11-08T23:51:09.875Z Downloaded fnv v1.0.7
3192024-11-08T23:51:09.875Z Downloaded generic-array v0.14.7
3202024-11-08T23:51:09.875Z Downloaded toml_datetime v0.6.8
3212024-11-08T23:51:09.878Z Downloaded strsim v0.11.1
3222024-11-08T23:51:09.878Z Downloaded byteorder v1.5.0
3232024-11-08T23:51:09.880Z Downloaded sha2 v0.10.8
3242024-11-08T23:51:09.880Z Downloaded bitflags v2.6.0
3252024-11-08T23:51:09.884Z Downloaded ryu v1.0.18
3262024-11-08T23:51:09.887Z Downloaded unicode-ident v1.0.13
3272024-11-08T23:51:09.889Z Downloaded typenum v1.17.0
3282024-11-08T23:51:09.893Z Downloaded serde_derive v1.0.210
3292024-11-08T23:51:09.896Z Downloaded utf8parse v0.2.2
3302024-11-08T23:51:09.896Z Downloaded semver v1.0.23
3312024-11-08T23:51:09.898Z Downloaded memchr v2.7.4
3322024-11-08T23:51:09.906Z Downloaded swrite v0.1.0
3332024-11-08T23:51:09.908Z Downloaded smawk v0.3.2
3342024-11-08T23:51:09.908Z Downloaded serde_tokenstream v0.2.2
3352024-11-08T23:51:09.908Z Downloaded tabled_derive v0.7.0
3362024-11-08T23:51:09.908Z Downloaded papergrid v0.11.0
3372024-11-08T23:51:09.912Z Downloaded usdt-macro v0.5.0
3382024-11-08T23:51:09.914Z Downloaded cpufeatures v0.2.14
3392024-11-08T23:51:09.914Z Downloaded heck v0.5.0
3402024-11-08T23:51:09.916Z Downloaded autocfg v1.4.0
3412024-11-08T23:51:09.919Z Downloaded digest v0.10.7
3422024-11-08T23:51:09.919Z Downloaded fastrand v2.1.1
3432024-11-08T23:51:09.921Z Downloaded anstyle-parse v0.2.5
3442024-11-08T23:51:09.921Z Downloaded usdt-impl v0.5.0
3452024-11-08T23:51:09.924Z Downloaded usdt-attr-macro v0.5.0
3462024-11-08T23:51:09.924Z Downloaded ucd-trie v0.1.7
3472024-11-08T23:51:09.926Z Downloaded thread-id v4.2.2
3482024-11-08T23:51:09.927Z Downloaded block-buffer v0.10.4
3492024-11-08T23:51:09.930Z Downloaded pretty-hex v0.4.1
3502024-11-08T23:51:09.930Z Downloaded plain v0.2.3
3512024-11-08T23:51:09.933Z Downloaded syn v1.0.109
3522024-11-08T23:51:09.940Z Downloaded version_check v0.9.5
3532024-11-08T23:51:09.945Z Downloaded thiserror-impl v1.0.64
3542024-11-08T23:51:09.945Z Downloaded thiserror v1.0.64
3552024-11-08T23:51:09.948Z Downloaded toml v0.8.19
3562024-11-08T23:51:09.950Z Downloaded proc-macro-error-attr v1.0.4
3572024-11-08T23:51:09.950Z Downloaded proc-macro-error v1.0.4
3582024-11-08T23:51:09.953Z Downloaded cargo_metadata v0.18.1
3592024-11-08T23:51:09.959Z Downloaded proc-macro2 v1.0.87
3602024-11-08T23:51:09.959Z Downloaded clap_derive v4.5.18
3612024-11-08T23:51:09.962Z Downloaded clap v4.5.20
3622024-11-08T23:51:09.968Z Downloaded is_terminal_polyfill v1.70.1
3632024-11-08T23:51:09.971Z Downloaded clap_builder v4.5.20
3642024-11-08T23:51:09.977Z Downloaded colorchoice v1.0.2
3652024-11-08T23:51:09.979Z Downloaded winnow v0.6.20
3662024-11-08T23:51:09.985Z Downloaded textwrap v0.16.1
3672024-11-08T23:51:09.991Z Downloaded hashbrown v0.15.0
3682024-11-08T23:51:09.994Z Downloaded clap_lex v0.7.2
3692024-11-08T23:51:09.994Z Downloaded cargo-platform v0.1.8
3702024-11-08T23:51:09.996Z Downloaded bytecount v0.6.8
3712024-11-08T23:51:09.996Z Downloaded anstyle-query v1.1.1
3722024-11-08T23:51:10.001Z Downloaded heck v0.4.1
3732024-11-08T23:51:10.001Z Downloaded tempfile v3.13.0
3742024-11-08T23:51:10.004Z Downloaded serde v1.0.210
3752024-11-08T23:51:10.004Z Downloaded unicode-linebreak v0.1.5
3762024-11-08T23:51:10.007Z Downloaded anstream v0.6.15
3772024-11-08T23:51:10.009Z Downloaded indexmap v2.6.0
3782024-11-08T23:51:10.013Z Downloaded zerocopy-derive v0.7.35
3792024-11-08T23:51:10.016Z Downloaded scroll v0.12.0
3802024-11-08T23:51:10.018Z Downloaded log v0.4.22
3812024-11-08T23:51:10.021Z Downloaded serde_spanned v0.6.8
3822024-11-08T23:51:10.021Z Downloaded scroll_derive v0.12.0
3832024-11-08T23:51:10.021Z Downloaded once_cell v1.20.2
3842024-11-08T23:51:10.025Z Downloaded memmap v0.7.0
3852024-11-08T23:51:10.025Z Downloaded macaddr v1.0.1
3862024-11-08T23:51:10.028Z Downloaded quote v1.0.37
3872024-11-08T23:51:10.031Z Downloaded errno v0.3.9
3882024-11-08T23:51:10.031Z Downloaded equivalent v1.0.1
3892024-11-08T23:51:10.031Z Downloaded dtrace-parser v0.2.0
3902024-11-08T23:51:10.034Z Downloaded dof v0.3.0
3912024-11-08T23:51:10.034Z Downloaded crypto-common v0.1.6
3922024-11-08T23:51:10.034Z Downloaded cfg-if v1.0.0
3932024-11-08T23:51:10.041Z Downloaded serde_json v1.0.128
3942024-11-08T23:51:10.048Z Downloaded terminal_size v0.4.0
3952024-11-08T23:51:10.055Z Downloaded pest_generator v2.7.14
3962024-11-08T23:51:10.055Z Downloaded pest v2.7.14
3972024-11-08T23:51:10.057Z Downloaded pest_meta v2.7.14
3982024-11-08T23:51:10.058Z Downloaded pest_derive v2.7.14
3992024-11-08T23:51:10.066Z Downloaded unicode-width v0.1.14
4002024-11-08T23:51:10.072Z Downloaded syn v2.0.79
4012024-11-08T23:51:10.085Z Downloaded toml_edit v0.22.22
4022024-11-08T23:51:10.103Z Downloaded zerocopy v0.7.35
4032024-11-08T23:51:10.150Z Downloaded rustix v0.38.37
4042024-11-08T23:51:10.170Z Downloaded usdt v0.5.0
4052024-11-08T23:51:10.173Z Downloaded libc v0.2.161
4062024-11-08T23:51:10.196Z Downloaded tabled v0.15.0
4072024-11-08T23:51:10.494Z Compiling proc-macro2 v1.0.87
4082024-11-08T23:51:10.494Z Compiling unicode-ident v1.0.13
4092024-11-08T23:51:10.497Z Compiling serde v1.0.210
4102024-11-08T23:51:10.497Z Compiling version_check v0.9.5
4112024-11-08T23:51:10.499Z Compiling thiserror v1.0.64
4122024-11-08T23:51:10.499Z Compiling memchr v2.7.4
4132024-11-08T23:51:10.499Z Compiling libc v0.2.161
4142024-11-08T23:51:10.531Z Compiling ucd-trie v0.1.7
4152024-11-08T23:51:10.747Z Compiling itoa v1.0.11
4162024-11-08T23:51:11.021Z Compiling ryu v1.0.18
4172024-11-08T23:51:11.271Z Compiling once_cell v1.20.2
4182024-11-08T23:51:11.370Z Compiling byteorder v1.5.0
4192024-11-08T23:51:11.395Z Compiling serde_json v1.0.128
4202024-11-08T23:51:11.717Z Compiling rustix v0.38.37
4212024-11-08T23:51:11.801Z Compiling bitflags v2.6.0
4222024-11-08T23:51:11.850Z Compiling usdt-impl v0.5.0
4232024-11-08T23:51:12.209Z Compiling proc-macro-error-attr v1.0.4
4242024-11-08T23:51:12.233Z Compiling syn v1.0.109
4252024-11-08T23:51:12.296Z Compiling proc-macro-error v1.0.4
4262024-11-08T23:51:12.325Z Compiling quote v1.0.37
4272024-11-08T23:51:12.585Z Compiling camino v1.1.9
4282024-11-08T23:51:12.607Z Compiling hashbrown v0.15.0
4292024-11-08T23:51:12.632Z Compiling plain v0.2.3
4302024-11-08T23:51:12.807Z Compiling syn v2.0.79
4312024-11-08T23:51:12.832Z Compiling errno v0.3.9
4322024-11-08T23:51:12.978Z Compiling log v0.4.22
4332024-11-08T23:51:13.077Z Compiling utf8parse v0.2.2
4342024-11-08T23:51:13.189Z Compiling equivalent v1.0.1
4352024-11-08T23:51:13.256Z Compiling thread-id v4.2.2
4362024-11-08T23:51:13.310Z Compiling anstyle-parse v0.2.5
4372024-11-08T23:51:13.541Z Compiling pretty-hex v0.4.1
4382024-11-08T23:51:13.637Z Compiling anstyle v1.0.10
4392024-11-08T23:51:13.772Z Compiling is_terminal_polyfill v1.70.1
4402024-11-08T23:51:13.798Z Compiling unicode-width v0.1.14
4412024-11-08T23:51:13.902Z Compiling indexmap v2.6.0
4422024-11-08T23:51:13.926Z Compiling semver v1.0.23
4432024-11-08T23:51:14.130Z Compiling autocfg v1.4.0
4442024-11-08T23:51:14.168Z Compiling anstyle-query v1.1.1
4452024-11-08T23:51:14.330Z Compiling winnow v0.6.20
4462024-11-08T23:51:14.354Z Compiling colorchoice v1.0.2
4472024-11-08T23:51:14.530Z Compiling anstream v0.6.15
4482024-11-08T23:51:15.240Z Compiling fs-err v2.11.0
4492024-11-08T23:51:15.264Z Compiling terminal_size v0.4.0
4502024-11-08T23:51:15.296Z Compiling bytecount v0.6.8
4512024-11-08T23:51:15.325Z Compiling cfg-if v1.0.0
4522024-11-08T23:51:15.435Z Compiling anyhow v1.0.92
4532024-11-08T23:51:15.474Z Compiling fnv v1.0.7
4542024-11-08T23:51:15.521Z Compiling strsim v0.11.1
4552024-11-08T23:51:15.545Z Compiling heck v0.4.1
4562024-11-08T23:51:15.620Z Compiling clap_lex v0.7.2
4572024-11-08T23:51:15.967Z Compiling heck v0.5.0
4582024-11-08T23:51:16.077Z Compiling fastrand v2.1.1
4592024-11-08T23:51:16.452Z Compiling tempfile v3.13.0
4602024-11-08T23:51:16.493Z Compiling clap_builder v4.5.20
4612024-11-08T23:51:16.515Z Compiling papergrid v0.11.0
4622024-11-08T23:51:16.805Z Compiling memmap v0.7.0
4632024-11-08T23:51:16.917Z Compiling unicode-linebreak v0.1.5
4642024-11-08T23:51:17.187Z Compiling smawk v0.3.2
4652024-11-08T23:51:17.405Z Compiling textwrap v0.16.1
4662024-11-08T23:51:17.903Z Compiling swrite v0.1.0
4672024-11-08T23:51:18.843Z Compiling tabled_derive v0.7.0
4682024-11-08T23:51:20.521Z Compiling tabled v0.15.0
4692024-11-08T23:51:21.322Z Compiling serde_derive v1.0.210
4702024-11-08T23:51:21.322Z Compiling thiserror-impl v1.0.64
4712024-11-08T23:51:21.325Z Compiling zerocopy-derive v0.7.35
4722024-11-08T23:51:21.325Z Compiling scroll_derive v0.12.0
4732024-11-08T23:51:21.325Z Compiling clap_derive v4.5.18
4742024-11-08T23:51:22.800Z Compiling scroll v0.12.0
4752024-11-08T23:51:23.301Z Compiling goblin v0.8.2
4762024-11-08T23:51:23.333Z Compiling zerocopy v0.7.35
4772024-11-08T23:51:23.991Z Compiling pest v2.7.14
4782024-11-08T23:51:24.862Z Compiling clap v4.5.20
4792024-11-08T23:51:26.404Z Compiling pest_meta v2.7.14
4802024-11-08T23:51:27.305Z Compiling pest_generator v2.7.14
4812024-11-08T23:51:28.992Z Compiling pest_derive v2.7.14
4822024-11-08T23:51:30.714Z Compiling dtrace-parser v0.2.0
4832024-11-08T23:51:31.502Z Compiling toml_datetime v0.6.8
4842024-11-08T23:51:31.505Z Compiling serde_spanned v0.6.8
4852024-11-08T23:51:31.505Z Compiling cargo-platform v0.1.8
4862024-11-08T23:51:31.861Z Compiling serde_tokenstream v0.2.2
4872024-11-08T23:51:31.984Z Compiling toml_edit v0.22.22
4882024-11-08T23:51:32.090Z Compiling macaddr v1.0.1
4892024-11-08T23:51:32.092Z Compiling camino-tempfile v1.1.1
4902024-11-08T23:51:33.041Z Compiling dof v0.3.0
4912024-11-08T23:51:33.041Z Compiling cargo_metadata v0.18.1
4922024-11-08T23:51:34.746Z Compiling toml v0.8.19
4932024-11-08T23:51:35.067Z Compiling usdt-attr-macro v0.5.0
4942024-11-08T23:51:35.067Z Compiling usdt-macro v0.5.0
4952024-11-08T23:51:35.736Z Compiling cargo_toml v0.20.5
4962024-11-08T23:51:36.413Z Compiling usdt v0.5.0
4972024-11-08T23:51:39.291Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4982024-11-08T23:51:43.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.46s
4992024-11-08T23:51:43.457Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5002024-11-08T23:51:43.990Z Downloading crates ...
5012024-11-08T23:51:44.142Z Downloaded bit-set v0.5.3
5022024-11-08T23:51:44.145Z Downloaded bit-vec v0.6.3
5032024-11-08T23:51:44.148Z Downloaded atomic-waker v1.1.2
5042024-11-08T23:51:44.148Z Downloaded async-trait v0.1.83
5052024-11-08T23:51:44.151Z Downloaded base64 v0.22.1
5062024-11-08T23:51:44.156Z Downloaded base64 v0.13.1
5072024-11-08T23:51:44.160Z Downloaded home v0.5.9
5082024-11-08T23:51:44.164Z Downloaded hickory-client v0.24.1
5092024-11-08T23:51:44.166Z Downloaded base64 v0.21.7
5102024-11-08T23:51:44.172Z Downloaded hickory-resolver v0.24.1
5112024-11-08T23:51:44.175Z Downloaded highway v1.2.0
5122024-11-08T23:51:44.178Z Downloaded atomicwrites v0.4.4
5132024-11-08T23:51:44.180Z Downloaded async-recursion v1.1.1
5142024-11-08T23:51:44.184Z Downloaded http-range v0.1.5
5152024-11-08T23:51:44.187Z Downloaded hostname v0.4.0
5162024-11-08T23:51:44.189Z Downloaded hostname v0.3.1
5172024-11-08T23:51:44.189Z Downloaded hyper v1.4.1
5182024-11-08T23:51:44.198Z Downloaded indoc v1.0.9
5192024-11-08T23:51:44.203Z Downloaded ident_case v1.0.1
5202024-11-08T23:51:44.205Z Downloaded iana-time-zone v0.1.61
5212024-11-08T23:51:44.208Z Downloaded lazycell v1.3.0
5222024-11-08T23:51:44.210Z Downloaded hyper-rustls v0.27.3
5232024-11-08T23:51:44.214Z Downloaded lock_api v0.4.12
5242024-11-08T23:51:44.217Z Downloaded indicatif v0.17.8
5252024-11-08T23:51:44.220Z Downloaded indexmap v1.9.3
5262024-11-08T23:51:44.225Z Downloaded arc-swap v1.7.1
5272024-11-08T23:51:44.229Z Downloaded http v1.1.0
5282024-11-08T23:51:44.235Z Downloaded minimal-lexical v0.2.1
5292024-11-08T23:51:44.239Z Downloaded itertools v0.10.5
5302024-11-08T23:51:44.247Z Downloaded itertools v0.12.1
5312024-11-08T23:51:44.255Z Downloaded crossbeam-utils v0.8.20
5322024-11-08T23:51:44.258Z Downloaded colored v2.1.0
5332024-11-08T23:51:44.261Z Downloaded aes-gcm v0.10.3
5342024-11-08T23:51:44.265Z Downloaded bindgen v0.69.5
5352024-11-08T23:51:44.273Z Downloaded cexpr v0.6.0
5362024-11-08T23:51:44.276Z Downloaded chrono v0.4.38
5372024-11-08T23:51:44.285Z Downloaded bitflags v1.3.2
5382024-11-08T23:51:44.288Z Downloaded backtrace v0.3.74
5392024-11-08T23:51:44.294Z Downloaded aes v0.8.4
5402024-11-08T23:51:44.298Z Downloaded allocator-api2 v0.2.18
5412024-11-08T23:51:44.302Z Downloaded addr2line v0.24.2
5422024-11-08T23:51:44.305Z Downloaded hyper-util v0.1.9
5432024-11-08T23:51:44.309Z Downloaded base64ct v1.6.0
5442024-11-08T23:51:44.312Z Downloaded ahash v0.8.11
5452024-11-08T23:51:44.315Z Downloaded backoff v0.4.0
5462024-11-08T23:51:44.318Z Downloaded atty v0.2.14
5472024-11-08T23:51:44.321Z Downloaded async-stream-impl v0.3.6
5482024-11-08T23:51:44.321Z Downloaded async-stream v0.3.6
5492024-11-08T23:51:44.324Z Downloaded arrayref v0.3.9
5502024-11-08T23:51:44.324Z Downloaded aead v0.5.2
5512024-11-08T23:51:44.328Z Downloaded adler2 v2.0.0
5522024-11-08T23:51:44.330Z Downloaded lazy_static v1.5.0
5532024-11-08T23:51:44.330Z Downloaded hyper-tls v0.6.0
5542024-11-08T23:51:44.333Z Downloaded httparse v1.9.5
5552024-11-08T23:51:44.335Z Downloaded http-body-util v0.1.2
5562024-11-08T23:51:44.338Z Downloaded hex v0.4.3
5572024-11-08T23:51:44.341Z Downloaded heck v0.3.3
5582024-11-08T23:51:44.344Z Downloaded convert_case v0.4.0
5592024-11-08T23:51:44.344Z Downloaded cipher v0.4.4
5602024-11-08T23:51:44.347Z Downloaded constant_time_eq v0.3.1
5612024-11-08T23:51:44.347Z Downloaded crossbeam-deque v0.8.5
5622024-11-08T23:51:44.350Z Downloaded ctr v0.9.2
5632024-11-08T23:51:44.354Z Downloaded maplit v1.0.2
5642024-11-08T23:51:44.354Z Downloaded md5 v0.7.0
5652024-11-08T23:51:44.357Z Downloaded ciborium v0.2.2
5662024-11-08T23:51:44.357Z Downloaded mime v0.3.17
5672024-11-08T23:51:44.360Z Downloaded nibble_vec v0.1.0
5682024-11-08T23:51:44.362Z Downloaded darling v0.20.10
5692024-11-08T23:51:44.366Z Downloaded miniz_oxide v0.8.0
5702024-11-08T23:51:44.369Z Downloaded compact_str v0.8.0
5712024-11-08T23:51:44.373Z Downloaded libm v0.2.8
5722024-11-08T23:51:44.382Z Downloaded crossbeam-channel v0.5.13
5732024-11-08T23:51:44.387Z Downloaded hmac v0.12.1
5742024-11-08T23:51:44.392Z Downloaded hkdf v0.12.4
5752024-11-08T23:51:44.394Z Downloaded blake3 v1.5.4
5762024-11-08T23:51:44.402Z Downloaded mio v1.0.2
5772024-11-08T23:51:44.408Z Downloaded idna v0.5.0
5782024-11-08T23:51:44.416Z Downloaded itertools v0.13.0
5792024-11-08T23:51:44.425Z Downloaded idna v0.4.0
5802024-11-08T23:51:44.433Z Downloaded idna v0.3.0
5812024-11-08T23:51:44.441Z Downloaded lalrpop v0.19.12
5822024-11-08T23:51:44.454Z Downloaded mirai-annotations v1.12.0
5832024-11-08T23:51:44.457Z Downloaded memmap2 v0.9.5
5842024-11-08T23:51:44.460Z Downloaded lockfree-object-pool v0.1.6
5852024-11-08T23:51:44.462Z Downloaded chacha20poly1305 v0.10.1
5862024-11-08T23:51:44.463Z Downloaded assert_matches v1.5.0
5872024-11-08T23:51:44.465Z Downloaded linked-hash-map v0.5.6
5882024-11-08T23:51:44.465Z Downloaded console v0.15.8
5892024-11-08T23:51:44.468Z Downloaded cmake v0.1.51
5902024-11-08T23:51:44.471Z Downloaded chacha20 v0.9.1
5912024-11-08T23:51:44.474Z Downloaded cfg_aliases v0.2.1
5922024-11-08T23:51:44.474Z Downloaded bzip2 v0.4.4
5932024-11-08T23:51:44.477Z Downloaded native-tls v0.2.12
5942024-11-08T23:51:44.480Z Downloaded rand_xorshift v0.3.0
5952024-11-08T23:51:44.482Z Downloaded nix v0.28.0
5962024-11-08T23:51:44.494Z Downloaded ron v0.7.1
5972024-11-08T23:51:44.500Z Downloaded libefi-sys v0.1.0
5982024-11-08T23:51:44.502Z Downloaded lalrpop-util v0.19.12
5992024-11-08T23:51:44.502Z Downloaded kstat-rs v0.2.4
6002024-11-08T23:51:44.505Z Downloaded keccak v0.1.5
6012024-11-08T23:51:44.505Z Downloaded ipnetwork v0.20.0
6022024-11-08T23:51:44.508Z Downloaded internet-checksum v0.2.1
6032024-11-08T23:51:44.517Z Downloaded reqwest v0.12.8
6042024-11-08T23:51:44.523Z Downloaded lru-cache v0.1.2
6052024-11-08T23:51:44.523Z Downloaded scopeguard v1.2.0
6062024-11-08T23:51:44.527Z Downloaded linear-map v1.2.0
6072024-11-08T23:51:44.527Z Downloaded libxml v0.3.3
6082024-11-08T23:51:44.531Z Downloaded multer v3.1.0
6092024-11-08T23:51:44.541Z Downloaded rustls-pki-types v1.9.0
6102024-11-08T23:51:44.546Z Downloaded mockall_derive v0.13.0
6112024-11-08T23:51:44.549Z Downloaded mockall v0.13.0
6122024-11-08T23:51:44.553Z Downloaded maybe-uninit v2.0.0
6132024-11-08T23:51:44.553Z Downloaded match_cfg v0.1.0
6142024-11-08T23:51:44.553Z Downloaded radix_trie v0.2.1
6152024-11-08T23:51:44.558Z Downloaded rustls-webpki v0.101.7
6162024-11-08T23:51:44.575Z Downloaded tokio-macros v2.4.0
6172024-11-08T23:51:44.578Z Downloaded similar v2.6.0
6182024-11-08T23:51:44.581Z Downloaded strum_macros v0.26.4
6192024-11-08T23:51:44.585Z Downloaded cfg_aliases v0.1.1
6202024-11-08T23:51:44.588Z Downloaded cbc v0.1.2
6212024-11-08T23:51:44.588Z Downloaded cassowary v0.3.0
6222024-11-08T23:51:44.590Z Downloaded supports-color v3.0.1
6232024-11-08T23:51:44.593Z Downloaded strum_macros v0.25.3
6242024-11-08T23:51:44.596Z Downloaded untrusted v0.9.0
6252024-11-08T23:51:44.596Z Downloaded tokio-rustls v0.24.1
6262024-11-08T23:51:44.598Z Downloaded tokio-stream v0.1.16
6272024-11-08T23:51:44.604Z Downloaded zeroize v1.8.1
6282024-11-08T23:51:44.606Z Downloaded utf-8 v0.7.6
6292024-11-08T23:51:44.609Z Downloaded deranged v0.3.11
6302024-11-08T23:51:44.609Z Downloaded darling_core v0.20.10
6312024-11-08T23:51:44.614Z Downloaded url v2.5.2
6322024-11-08T23:51:44.620Z Downloaded newtype_derive v0.1.6
6332024-11-08T23:51:44.622Z Downloaded newtype-uuid v1.1.2
6342024-11-08T23:51:44.622Z Downloaded newline-converter v0.3.0
6352024-11-08T23:51:44.625Z Downloaded nanorand v0.7.0
6362024-11-08T23:51:44.627Z Downloaded hubpack v0.1.2
6372024-11-08T23:51:44.627Z Downloaded flate2 v1.0.34
6382024-11-08T23:51:44.633Z Downloaded fixedbitset v0.4.2
6392024-11-08T23:51:44.636Z Downloaded funty v2.0.0
6402024-11-08T23:51:44.639Z Downloaded ghash v0.5.1
6412024-11-08T23:51:44.639Z Downloaded fragile v2.0.0
6422024-11-08T23:51:44.643Z Downloaded env_logger v0.11.5
6432024-11-08T23:51:44.647Z Downloaded h2 v0.4.6
6442024-11-08T23:51:44.651Z Downloaded block-padding v0.3.3
6452024-11-08T23:51:44.654Z Downloaded bzip2-sys v0.1.11+1.0.8
6462024-11-08T23:51:44.667Z Downloaded cobs v0.2.3
6472024-11-08T23:51:44.671Z Downloaded curve25519-dalek-derive v0.1.1
6482024-11-08T23:51:44.671Z Downloaded cstr-argument v0.1.2
6492024-11-08T23:51:44.675Z Downloaded crucible-workspace-hack v0.1.0
6502024-11-08T23:51:44.675Z Downloaded crossterm v0.28.1
6512024-11-08T23:51:44.679Z Downloaded pin-utils v0.1.0
6522024-11-08T23:51:44.683Z Downloaded pin-project v1.1.6
6532024-11-08T23:51:44.695Z Downloaded serde-big-array v0.5.1
6542024-11-08T23:51:44.699Z Downloaded rand_core v0.6.4
6552024-11-08T23:51:44.703Z Downloaded proc-macro-crate v1.3.1
6562024-11-08T23:51:44.703Z Downloaded pin-project-lite v0.2.14
6572024-11-08T23:51:44.708Z Downloaded rustc-hash v2.0.0
6582024-11-08T23:51:44.708Z Downloaded rustc-hash v1.1.0
6592024-11-08T23:51:44.712Z Downloaded sha1 v0.10.6
6602024-11-08T23:51:44.712Z Downloaded slog v2.7.0
6612024-11-08T23:51:44.717Z Downloaded serde_yaml v0.9.34+deprecated
6622024-11-08T23:51:44.719Z Downloaded spin v0.9.8
6632024-11-08T23:51:44.722Z Downloaded regex v1.11.0
6642024-11-08T23:51:44.736Z Downloaded rustc-demangle v0.1.24
6652024-11-08T23:51:44.739Z Downloaded scrypt v0.11.0
6662024-11-08T23:51:44.742Z Downloaded rand_seeder v0.3.0
6672024-11-08T23:51:44.742Z Downloaded ref-cast-impl v1.0.23
6682024-11-08T23:51:44.744Z Downloaded pem v3.0.4
6692024-11-08T23:51:44.744Z Downloaded pin-project-internal v1.1.6
6702024-11-08T23:51:44.748Z Downloaded number_prefix v0.4.0
6712024-11-08T23:51:44.752Z Downloaded num_threads v0.1.7
6722024-11-08T23:51:44.752Z Downloaded num-traits v0.2.19
6732024-11-08T23:51:44.755Z Downloaded sync_wrapper v1.0.1
6742024-11-08T23:51:44.755Z Downloaded crc-catalog v2.4.0
6752024-11-08T23:51:44.755Z Downloaded crc-any v2.5.0
6762024-11-08T23:51:44.758Z Downloaded tracing-attributes v0.1.27
6772024-11-08T23:51:44.761Z Downloaded csv v1.3.0
6782024-11-08T23:51:44.783Z Downloaded unicode-xid v0.2.6
6792024-11-08T23:51:44.785Z Downloaded libz-sys v1.1.20
6802024-11-08T23:51:44.808Z Downloaded uuid v1.10.0
6812024-11-08T23:51:44.811Z Downloaded unicode-normalization v0.1.24
6822024-11-08T23:51:44.818Z Downloaded value-bag v1.9.0
6832024-11-08T23:51:44.821Z Downloaded unicode-segmentation v1.12.0
6842024-11-08T23:51:44.823Z Downloaded either v1.13.0
6852024-11-08T23:51:44.826Z Downloaded vcpkg v0.2.15
6862024-11-08T23:51:44.867Z Downloaded group v0.13.0
6872024-11-08T23:51:44.869Z Downloaded regex-automata v0.4.8
6882024-11-08T23:51:44.889Z Downloaded phf_generator v0.11.2
6892024-11-08T23:51:44.902Z Downloaded p256 v0.13.2
6902024-11-08T23:51:44.902Z Downloaded hashlink v0.9.1
6912024-11-08T23:51:44.905Z Downloaded radium v0.7.0
6922024-11-08T23:51:44.905Z Downloaded zopfli v0.8.1
6932024-11-08T23:51:44.905Z Downloaded fs_extra v1.3.0
6942024-11-08T23:51:44.905Z Downloaded heapless v0.8.0
6952024-11-08T23:51:44.908Z Downloaded flagset v0.4.6
6962024-11-08T23:51:44.910Z Downloaded embedded-io v0.4.0
6972024-11-08T23:51:44.914Z Downloaded rustc_version v0.4.1
6982024-11-08T23:51:44.914Z Downloaded parking_lot_core v0.9.10
6992024-11-08T23:51:44.916Z Downloaded hashbrown v0.14.5
7002024-11-08T23:51:44.923Z Downloaded parse-zoneinfo v0.3.1
7012024-11-08T23:51:44.926Z Downloaded postcard v1.0.10
7022024-11-08T23:51:44.929Z Downloaded polyval v0.6.2
7032024-11-08T23:51:44.932Z Downloaded parking_lot_core v0.8.6
7042024-11-08T23:51:44.934Z Downloaded parking_lot v0.12.3
7052024-11-08T23:51:44.938Z Downloaded russh-keys v0.45.0
7062024-11-08T23:51:44.941Z Downloaded portable-atomic v1.9.0
7072024-11-08T23:51:44.948Z Downloaded pretty-hex v0.2.1
7082024-11-08T23:51:44.951Z Downloaded pem-rfc7468 v0.7.0
7092024-11-08T23:51:44.951Z Downloaded progenitor v0.8.0
7102024-11-08T23:51:44.953Z Downloaded primeorder v0.13.6
7112024-11-08T23:51:44.953Z Downloaded prettyplease v0.2.22
7122024-11-08T23:51:44.959Z Downloaded data-encoding v2.6.0
7132024-11-08T23:51:44.961Z Downloaded darling_macro v0.20.10
7142024-11-08T23:51:44.961Z Downloaded pkcs1 v0.7.5
7152024-11-08T23:51:44.966Z Downloaded parse-size v1.1.0
7162024-11-08T23:51:44.966Z Downloaded parse-display-derive v0.10.0
7172024-11-08T23:51:44.969Z Downloaded rustls-pemfile v1.0.4
7182024-11-08T23:51:44.969Z Downloaded signal-hook v0.3.17
7192024-11-08T23:51:44.972Z Downloaded tower-service v0.3.3
7202024-11-08T23:51:44.975Z Downloaded fallible-iterator v0.2.0
7212024-11-08T23:51:44.978Z Downloaded thread_local v1.1.8
7222024-11-08T23:51:44.978Z Downloaded parse-display v0.10.0
7232024-11-08T23:51:44.978Z Downloaded packed_struct v0.10.1
7242024-11-08T23:51:44.981Z Downloaded num_enum_derive v0.5.11
7252024-11-08T23:51:44.985Z Downloaded num_enum v0.5.11
7262024-11-08T23:51:44.991Z Downloaded num-iter v0.1.45
7272024-11-08T23:51:44.991Z Downloaded num-integer v0.1.46
7282024-11-08T23:51:44.995Z Downloaded num-conv v0.1.0
7292024-11-08T23:51:44.995Z Downloaded num-complex v0.4.6
7302024-11-08T23:51:44.999Z Downloaded num v0.4.3
7312024-11-08T23:51:44.999Z Downloaded serde-hex v0.1.0
7322024-11-08T23:51:44.999Z Downloaded num-rational v0.4.2
7332024-11-08T23:51:45.002Z Downloaded rustc_version v0.1.7
7342024-11-08T23:51:45.003Z Downloaded ref-cast v1.0.23
7352024-11-08T23:51:45.007Z Downloaded reedline v0.35.0
7362024-11-08T23:51:45.014Z Downloaded quinn-udp v0.5.5
7372024-11-08T23:51:45.018Z Downloaded num-derive v0.4.2
7382024-11-08T23:51:45.018Z Downloaded num-bigint v0.4.6
7392024-11-08T23:51:45.022Z Downloaded unicode-truncate v1.1.0
7402024-11-08T23:51:45.024Z Downloaded typed-path v0.9.3
7412024-11-08T23:51:45.031Z Downloaded yasna v0.5.2
7422024-11-08T23:51:45.033Z Downloaded defmt v0.3.8
7432024-11-08T23:51:45.038Z Downloaded ed25519 v2.2.3
7442024-11-08T23:51:45.041Z Downloaded ed25519-dalek v2.1.1
7452024-11-08T23:51:45.044Z Downloaded foreign-types v0.3.2
7462024-11-08T23:51:45.047Z Downloaded regex-syntax v0.6.29
7472024-11-08T23:51:45.055Z Downloaded flume v0.11.0
7482024-11-08T23:51:45.057Z Downloaded foldhash v0.1.3
7492024-11-08T23:51:45.060Z Downloaded defmt-macros v0.3.9
7502024-11-08T23:51:45.063Z Downloaded winnow v0.5.40
7512024-11-08T23:51:45.079Z Downloaded serde_urlencoded v0.7.1
7522024-11-08T23:51:45.082Z Downloaded serde_repr v0.1.19
7532024-11-08T23:51:45.082Z Downloaded fd-lock v4.0.2
7542024-11-08T23:51:45.082Z Downloaded stable_deref_trait v1.2.0
7552024-11-08T23:51:45.082Z Downloaded fatfs v0.3.6
7562024-11-08T23:51:45.084Z Downloaded vergen v8.3.2
7572024-11-08T23:51:45.087Z Downloaded xz2 v0.1.7
7582024-11-08T23:51:45.090Z Downloaded derive_builder_core v0.20.2
7592024-11-08T23:51:45.094Z Downloaded strip-ansi-escapes v0.2.0
7602024-11-08T23:51:45.096Z Downloaded dyn-clone v1.0.17
7612024-11-08T23:51:45.096Z Downloaded rustls v0.21.12
7622024-11-08T23:51:45.109Z Downloaded normalize-line-endings v0.3.0
7632024-11-08T23:51:45.111Z Downloaded postgres-types v0.2.8
7642024-11-08T23:51:45.114Z Downloaded postgres-protocol v0.6.7
7652024-11-08T23:51:45.116Z Downloaded poly1305 v0.8.0
7662024-11-08T23:51:45.118Z Downloaded hashbrown v0.12.3
7672024-11-08T23:51:45.123Z Downloaded signal-hook-mio v0.2.4
7682024-11-08T23:51:45.126Z Downloaded libgit2-sys v0.17.0+1.8.1
7692024-11-08T23:51:45.187Z Downloaded which v4.4.2
7702024-11-08T23:51:45.189Z Downloaded want v0.3.1
7712024-11-08T23:51:45.189Z Downloaded toml_edit v0.19.15
7722024-11-08T23:51:45.206Z Downloaded zeroize_derive v1.4.2
7732024-11-08T23:51:45.209Z Downloaded wyz v0.5.1
7742024-11-08T23:51:45.209Z Downloaded whoami v1.5.2
7752024-11-08T23:51:45.212Z Downloaded debug-ignore v1.0.5
7762024-11-08T23:51:45.215Z Downloaded openssl-probe v0.1.5
7772024-11-08T23:51:45.215Z Downloaded openssl-macros v0.1.1
7782024-11-08T23:51:45.217Z Downloaded xattr v1.3.1
7792024-11-08T23:51:45.219Z Downloaded omicron-zone-package v0.11.1
7802024-11-08T23:51:45.223Z Downloaded parking_lot v0.11.2
7812024-11-08T23:51:45.226Z Downloaded olpc-cjson v0.1.4
7822024-11-08T23:51:45.226Z Downloaded num-bigint-dig v0.8.4
7832024-11-08T23:51:45.232Z Downloaded smoltcp v0.11.0
7842024-11-08T23:51:45.244Z Downloaded phf_shared v0.11.2
7852024-11-08T23:51:45.247Z Downloaded webpki-roots v0.26.6
7862024-11-08T23:51:45.250Z Downloaded opaque-debug v0.3.1
7872024-11-08T23:51:45.254Z Downloaded time-macros v0.2.18
7882024-11-08T23:51:45.257Z Downloaded rusty-fork v0.3.0
7892024-11-08T23:51:45.257Z Downloaded ron v0.8.1
7902024-11-08T23:51:45.261Z Downloaded rustversion v1.0.17
7912024-11-08T23:51:45.264Z Downloaded vte_generate_state_changes v0.1.2
7922024-11-08T23:51:45.267Z Downloaded wait-timeout v0.2.0
7932024-11-08T23:51:45.267Z Downloaded twox-hash v1.6.3
7942024-11-08T23:51:45.269Z Downloaded try-lock v0.2.5
7952024-11-08T23:51:45.272Z Downloaded vte v0.11.1
7962024-11-08T23:51:45.276Z Downloaded rayon-core v1.12.1
7972024-11-08T23:51:45.279Z Downloaded tokio-util v0.7.12
7982024-11-08T23:51:45.285Z Downloaded rand v0.8.5
7992024-11-08T23:51:45.289Z Downloaded tokio-tungstenite v0.24.0
8002024-11-08T23:51:45.292Z Downloaded rand_chacha v0.3.1
8012024-11-08T23:51:45.296Z Downloaded tiny-keccak v2.0.2
8022024-11-08T23:51:45.299Z Downloaded r2d2 v0.8.10
8032024-11-08T23:51:45.299Z Downloaded rustls-pemfile v2.2.0
8042024-11-08T23:51:45.301Z Downloaded quick-error v1.2.3
8052024-11-08T23:51:45.305Z Downloaded tough v0.19.0
8062024-11-08T23:51:45.311Z Downloaded rayon v1.10.0
8072024-11-08T23:51:45.326Z Downloaded topological-sort v0.2.2
8082024-11-08T23:51:45.330Z Downloaded thiserror-impl-no-std v2.0.2
8092024-11-08T23:51:45.330Z Downloaded smf v0.2.3
8102024-11-08T23:51:45.330Z Downloaded slog-stdlog v4.1.1
8112024-11-08T23:51:45.330Z Downloaded rcgen v0.12.1
8122024-11-08T23:51:45.335Z Downloaded proptest v1.5.0
8132024-11-08T23:51:45.344Z Downloaded socket2 v0.5.7
8142024-11-08T23:51:45.346Z Downloaded serde_plain v1.0.2
8152024-11-08T23:51:45.350Z Downloaded rustyline v14.0.0
8162024-11-08T23:51:45.352Z Downloaded rsa v0.9.6
8172024-11-08T23:51:45.358Z Downloaded object v0.36.5
8182024-11-08T23:51:45.372Z Downloaded futures-io v0.3.31
8192024-11-08T23:51:45.375Z Downloaded futures-executor v0.3.31
8202024-11-08T23:51:45.375Z Downloaded foreign-types-shared v0.1.1
8212024-11-08T23:51:45.375Z Downloaded foreign-types-macros v0.2.3
8222024-11-08T23:51:45.377Z Downloaded der v0.7.9
8232024-11-08T23:51:45.382Z Downloaded getrandom v0.2.15
8242024-11-08T23:51:45.389Z Downloaded tokio-tungstenite v0.23.1
8252024-11-08T23:51:45.391Z Downloaded thiserror-no-std v2.0.2
8262024-11-08T23:51:45.395Z Downloaded signal-hook-tokio v0.3.1
8272024-11-08T23:51:45.395Z Downloaded foreign-types v0.5.0
8282024-11-08T23:51:45.399Z Downloaded openssl-sys v0.9.104
8292024-11-08T23:51:45.401Z Downloaded same-file v1.0.6
8302024-11-08T23:51:45.404Z Downloaded hash32 v0.3.1
8312024-11-08T23:51:45.404Z Downloaded nix v0.29.0
8322024-11-08T23:51:45.418Z Downloaded sqlparser_derive v0.2.2
8332024-11-08T23:51:45.421Z Downloaded tui-tree-widget v0.22.0
8342024-11-08T23:51:45.421Z Downloaded structmeta-derive v0.3.0
8352024-11-08T23:51:45.424Z Downloaded structmeta-derive v0.2.0
8362024-11-08T23:51:45.424Z Downloaded serde_with_macros v3.11.0
8372024-11-08T23:51:45.427Z Downloaded enum-as-inner v0.5.1
8382024-11-08T23:51:45.427Z Downloaded phf_shared v0.10.0
8392024-11-08T23:51:45.430Z Downloaded phf_codegen v0.11.2
8402024-11-08T23:51:45.430Z Downloaded phf v0.11.2
8412024-11-08T23:51:45.432Z Downloaded static_assertions v1.1.0
8422024-11-08T23:51:45.432Z Downloaded openssl v0.10.68
8432024-11-08T23:51:45.443Z Downloaded termtree v0.4.1
8442024-11-08T23:51:45.446Z Downloaded packed_struct_codegen v0.10.1
8452024-11-08T23:51:45.446Z Downloaded schemars_derive v0.8.21
8462024-11-08T23:51:45.449Z Downloaded pkg-config v0.3.31
8472024-11-08T23:51:45.449Z Downloaded time v0.3.36
8482024-11-08T23:51:45.457Z Downloaded displaydoc v0.2.5
8492024-11-08T23:51:45.460Z Downloaded stringprep v0.1.5
8502024-11-08T23:51:45.463Z Downloaded downcast v0.11.0
8512024-11-08T23:51:45.465Z Downloaded filetime v0.2.25
8522024-11-08T23:51:45.465Z Downloaded globset v0.4.15
8532024-11-08T23:51:45.469Z Downloaded paste v1.0.15
8542024-11-08T23:51:45.472Z Downloaded float-cmp v0.9.0
8552024-11-08T23:51:45.475Z Downloaded powerfmt v0.2.0
8562024-11-08T23:51:45.475Z Downloaded owo-colors v4.1.0
8572024-11-08T23:51:45.478Z Downloaded serde_path_to_error v0.1.16
8582024-11-08T23:51:45.480Z Downloaded steno v0.4.1
8592024-11-08T23:51:45.483Z Downloaded salsa20 v0.10.2
8602024-11-08T23:51:45.486Z Downloaded rtoolbox v0.0.2
8612024-11-08T23:51:45.491Z Downloaded rpassword v7.3.1
8622024-11-08T23:51:45.491Z Downloaded pkcs5 v0.7.1
8632024-11-08T23:51:45.493Z Downloaded p521 v0.13.3
8642024-11-08T23:51:45.499Z Downloaded predicates-core v1.0.8
8652024-11-08T23:51:45.502Z Downloaded elliptic-curve v0.13.8
8662024-11-08T23:51:45.504Z Downloaded termcolor v1.4.1
8672024-11-08T23:51:45.504Z Downloaded quinn v0.11.5
8682024-11-08T23:51:45.509Z Downloaded regex-syntax v0.8.5
8692024-11-08T23:51:45.519Z Downloaded walkdir v2.5.0
8702024-11-08T23:51:45.523Z Downloaded tinyvec v1.8.0
8712024-11-08T23:51:45.525Z Downloaded vsss-rs v3.3.4
8722024-11-08T23:51:45.529Z Downloaded tokio-tungstenite v0.21.0
8732024-11-08T23:51:45.531Z Downloaded nu-ansi-term v0.50.1
8742024-11-08T23:51:45.534Z Downloaded time-core v0.1.2
8752024-11-08T23:51:45.537Z Downloaded ppv-lite86 v0.2.20
8762024-11-08T23:51:45.537Z Downloaded fallible-iterator v0.3.0
8772024-11-08T23:51:45.540Z Downloaded percent-encoding v2.3.1
8782024-11-08T23:51:45.540Z Downloaded glob v0.3.1
8792024-11-08T23:51:45.542Z Downloaded futures-macro v0.3.31
8802024-11-08T23:51:45.542Z Downloaded psl-types v2.0.11
8812024-11-08T23:51:45.545Z Downloaded predicates v3.1.2
8822024-11-08T23:51:45.547Z Downloaded futures-task v0.3.31
8832024-11-08T23:51:45.547Z Downloaded signature v2.2.0
8842024-11-08T23:51:45.550Z Downloaded signal-hook-registry v1.4.2
8852024-11-08T23:51:45.552Z Downloaded shlex v1.3.0
8862024-11-08T23:51:45.553Z Downloaded dirs-sys-next v0.1.2
8872024-11-08T23:51:45.556Z Downloaded x509-cert v0.2.5
8882024-11-08T23:51:45.559Z Downloaded quinn-proto v0.11.8
8892024-11-08T23:51:45.568Z Downloaded siphasher v0.3.11
8902024-11-08T23:51:45.570Z Downloaded futures-util v0.3.31
8912024-11-08T23:51:45.583Z Downloaded slog-async v2.8.0
8922024-11-08T23:51:45.586Z Downloaded zip v0.6.6
8932024-11-08T23:51:45.589Z Downloaded env_filter v0.1.2
8942024-11-08T23:51:45.591Z Downloaded hash32 v0.2.1
8952024-11-08T23:51:45.593Z Downloaded waitgroup v0.1.2
8962024-11-08T23:51:45.593Z Downloaded test-strategy v0.3.1
8972024-11-08T23:51:45.598Z Downloaded serde_derive_internals v0.29.1
8982024-11-08T23:51:45.601Z Downloaded progenitor-impl v0.8.0
8992024-11-08T23:51:45.605Z Downloaded password-hash v0.5.0
9002024-11-08T23:51:45.608Z Downloaded p384 v0.13.0
9012024-11-08T23:51:45.612Z Downloaded futures-sink v0.3.31
9022024-11-08T23:51:45.616Z Downloaded spin v0.5.2
9032024-11-08T23:51:45.616Z Downloaded slab v0.4.9
9042024-11-08T23:51:45.619Z Downloaded ff v0.13.0
9052024-11-08T23:51:45.619Z Downloaded diesel_derives v2.2.3
9062024-11-08T23:51:45.625Z Downloaded petgraph v0.6.5
9072024-11-08T23:51:45.643Z Downloaded env_logger v0.10.2
9082024-11-08T23:51:45.645Z Downloaded path-slash v0.1.5
9092024-11-08T23:51:45.648Z Downloaded des v0.8.1
9102024-11-08T23:51:45.653Z Downloaded derive_builder_macro v0.20.2
9112024-11-08T23:51:45.653Z Downloaded tls_codec_derive v0.4.1
9122024-11-08T23:51:45.656Z Downloaded tls_codec v0.4.1
9132024-11-08T23:51:45.656Z Downloaded regress v0.10.1
9142024-11-08T23:51:45.665Z Downloaded ratatui v0.28.1
9152024-11-08T23:51:45.686Z Downloaded display-error-chain v0.2.2
9162024-11-08T23:51:45.688Z Downloaded dhcproto v0.12.0
9172024-11-08T23:51:45.691Z Downloaded termios v0.3.3
9182024-11-08T23:51:45.694Z Downloaded string_cache v0.8.7
9192024-11-08T23:51:45.694Z Downloaded snafu v0.8.5
9202024-11-08T23:51:45.699Z Downloaded oso-derive v0.27.3
9212024-11-08T23:51:45.703Z Downloaded oso v0.27.3
9222024-11-08T23:51:45.705Z Downloaded salty v0.3.0
9232024-11-08T23:51:45.713Z Downloaded precomputed-hash v0.1.1
9242024-11-08T23:51:45.716Z Downloaded shell-words v1.1.0
9252024-11-08T23:51:45.716Z Downloaded resolv-conf v0.7.0
9262024-11-08T23:51:45.716Z Downloaded progenitor-client v0.8.0
9272024-11-08T23:51:45.718Z Downloaded rfc6979 v0.4.0
9282024-11-08T23:51:45.718Z Downloaded polar-core v0.27.3
9292024-11-08T23:51:45.727Z Downloaded sled v0.34.7
9302024-11-08T23:51:45.738Z Downloaded diesel-dtrace v0.3.0
9312024-11-08T23:51:45.741Z Downloaded sqlparser v0.45.0
9322024-11-08T23:51:45.745Z Downloaded tokio v1.40.0
9332024-11-08T23:51:45.785Z Downloaded snafu-derive v0.8.5
9342024-11-08T23:51:45.788Z Downloaded openapiv3 v2.0.0
9352024-11-08T23:51:45.807Z Downloaded smoltcp v0.9.1
9362024-11-08T23:51:45.818Z Downloaded sha3 v0.10.8
9372024-11-08T23:51:45.824Z Downloaded enum-as-inner v0.6.1
9382024-11-08T23:51:45.827Z Downloaded peg v0.8.4
9392024-11-08T23:51:45.830Z Downloaded pbkdf2 v0.12.2
9402024-11-08T23:51:45.833Z Downloaded pbkdf2 v0.11.0
9412024-11-08T23:51:45.835Z Downloaded schemars v0.8.21
9422024-11-08T23:51:45.850Z Downloaded encoding_rs v0.8.34
9432024-11-08T23:51:45.878Z Downloaded scheduled-thread-pool v0.2.7
9442024-11-08T23:51:45.883Z Downloaded samael v0.0.17
9452024-11-08T23:51:45.885Z Downloaded predicates-tree v1.0.11
9462024-11-08T23:51:45.888Z Downloaded peg-runtime v0.8.3
9472024-11-08T23:51:45.888Z Downloaded peg-macros v0.8.4
9482024-11-08T23:51:45.891Z Downloaded rustls v0.23.14
9492024-11-08T23:51:45.902Z Downloaded pkcs8 v0.10.2
9502024-11-08T23:51:45.906Z Downloaded password-hash v0.4.2
9512024-11-08T23:51:45.908Z Downloaded derive_builder v0.20.2
9522024-11-08T23:51:45.912Z Downloaded zone_cfg_derive v0.3.0
9532024-11-08T23:51:45.914Z Downloaded dropshot v0.12.0
9542024-11-08T23:51:45.934Z Downloaded diesel v2.2.4
9552024-11-08T23:51:45.956Z Downloaded zone_cfg_derive v0.1.2
9562024-11-08T23:51:45.958Z Downloaded zone v0.1.8
9572024-11-08T23:51:45.958Z Downloaded zip v2.1.3
9582024-11-08T23:51:45.958Z Downloaded toolchain_find v0.4.0
9592024-11-08T23:51:45.963Z Downloaded trust-dns-proto v0.22.0
9602024-11-08T23:51:45.973Z Downloaded gimli v0.31.1
9612024-11-08T23:51:45.981Z Downloaded endian-type v0.1.2
9622024-11-08T23:51:45.984Z Downloaded ena v0.14.3
9632024-11-08T23:51:45.984Z Downloaded half v2.4.1
9642024-11-08T23:51:45.987Z Downloaded git2 v0.19.0
9652024-11-08T23:51:45.995Z Downloaded quick-xml v0.33.0
9662024-11-08T23:51:46.001Z Downloaded qorb v0.2.0
9672024-11-08T23:51:46.005Z Downloaded publicsuffix v2.2.3
9682024-11-08T23:51:46.008Z Downloaded serde_with v3.11.0
9692024-11-08T23:51:46.016Z Downloaded difflib v0.4.0
9702024-11-08T23:51:46.020Z Downloaded derive_more v0.99.18
9712024-11-08T23:51:46.022Z Downloaded tinyvec_macros v0.1.1
9722024-11-08T23:51:46.022Z Downloaded tungstenite v0.24.0
9732024-11-08T23:51:46.026Z Downloaded tungstenite v0.23.0
9742024-11-08T23:51:46.031Z Downloaded float-ord v0.3.2
9752024-11-08T23:51:46.033Z Downloaded defmt-parser v0.3.4
9762024-11-08T23:51:46.033Z Downloaded zerocopy v0.6.6
9772024-11-08T23:51:46.033Z Downloaded typify-impl v0.2.0
9782024-11-08T23:51:46.048Z Downloaded nodrop v0.1.14
9792024-11-08T23:51:46.051Z Downloaded gethostname v0.5.0
9802024-11-08T23:51:46.051Z Downloaded fxhash v0.2.1
9812024-11-08T23:51:46.054Z Downloaded ecdsa v0.16.9
9822024-11-08T23:51:46.054Z Downloaded dhcproto-macros v0.1.0
9832024-11-08T23:51:46.054Z Downloaded zone v0.3.0
9842024-11-08T23:51:46.056Z Downloaded structmeta v0.3.0
9852024-11-08T23:51:46.056Z Downloaded structmeta v0.2.0
9862024-11-08T23:51:46.056Z Downloaded regress v0.9.1
9872024-11-08T23:51:46.068Z Downloaded progenitor-macro v0.8.0
9882024-11-08T23:51:46.072Z Downloaded object v0.30.4
9892024-11-08T23:51:46.075Z Downloaded slog-scope v4.4.0
9902024-11-08T23:51:46.080Z Downloaded slog-envlogger v2.2.0
9912024-11-08T23:51:46.087Z Downloaded slog-dtrace v0.3.0
9922024-11-08T23:51:46.087Z Downloaded slog-bunyan v2.5.0
9932024-11-08T23:51:46.087Z Downloaded nom v7.1.3
9942024-11-08T23:51:46.092Z Downloaded futures-core v0.3.31
9952024-11-08T23:51:46.092Z Downloaded dirs-next v2.0.0
9962024-11-08T23:51:46.092Z Downloaded tungstenite v0.21.0
9972024-11-08T23:51:46.096Z Downloaded rustls v0.22.4
9982024-11-08T23:51:46.104Z Downloaded heapless v0.7.17
9992024-11-08T23:51:46.109Z Downloaded headers-core v0.3.0
10002024-11-08T23:51:46.113Z Downloaded headers v0.4.0
10012024-11-08T23:51:46.118Z Downloaded hashbrown v0.13.2
10022024-11-08T23:51:46.121Z Downloaded russh-cryptovec v0.7.3
10032024-11-08T23:51:46.121Z Downloaded zerocopy-derive v0.6.6
10042024-11-08T23:51:46.128Z Downloaded dunce v1.0.5
10052024-11-08T23:51:46.134Z Downloaded uzers v0.12.1
10062024-11-08T23:51:46.134Z Downloaded take_mut v0.2.2
10072024-11-08T23:51:46.134Z Downloaded tabwriter v1.4.0
10082024-11-08T23:51:46.137Z Downloaded lzma-sys v0.1.20
10092024-11-08T23:51:46.168Z Downloaded unicode-properties v0.1.3
10102024-11-08T23:51:46.171Z Downloaded slog-json v2.6.1
10112024-11-08T23:51:46.171Z Downloaded tracing v0.1.40
10122024-11-08T23:51:46.174Z Downloaded dropshot_endpoint v0.12.0
10132024-11-08T23:51:46.178Z Downloaded diff v0.1.13
10142024-11-08T23:51:46.181Z Downloaded diesel_table_macro_syntax v0.2.0
10152024-11-08T23:51:46.181Z Downloaded der_derive v0.7.3
10162024-11-08T23:51:46.184Z Downloaded hickory-proto v0.24.1
10172024-11-08T23:51:46.198Z Downloaded chrono-tz v0.10.0
10182024-11-08T23:51:46.205Z Downloaded bstr v1.10.0
10192024-11-08T23:51:46.218Z Downloaded futures-channel v0.3.31
10202024-11-08T23:51:46.220Z Downloaded futures v0.3.31
10212024-11-08T23:51:46.224Z Downloaded form_urlencoded v1.2.1
10222024-11-08T23:51:46.224Z Downloaded foreign-types-shared v0.3.1
10232024-11-08T23:51:46.228Z Downloaded fallible-streaming-iterator v0.1.9
10242024-11-08T23:51:46.228Z Downloaded expectorate v1.1.0
10252024-11-08T23:51:46.228Z Downloaded embedded-io v0.6.1
10262024-11-08T23:51:46.230Z Downloaded dsl_auto_type v0.1.2
10272024-11-08T23:51:46.230Z Downloaded derive-where v1.2.7
10282024-11-08T23:51:46.235Z Downloaded unarray v0.1.4
10292024-11-08T23:51:46.239Z Downloaded ssh-cipher v0.2.0
10302024-11-08T23:51:46.239Z Downloaded sigpipe v0.1.3
10312024-11-08T23:51:46.239Z Downloaded rusqlite v0.32.1
10322024-11-08T23:51:46.245Z Downloaded nix v0.27.1
10332024-11-08T23:51:46.255Z Downloaded tracing-core v0.1.32
10342024-11-08T23:51:46.259Z Downloaded toml v0.7.8
10352024-11-08T23:51:46.262Z Downloaded term v0.7.0
10362024-11-08T23:51:46.264Z Downloaded typify-macro v0.2.0
10372024-11-08T23:51:46.264Z Downloaded tokio-postgres v0.7.12
10382024-11-08T23:51:46.269Z Downloaded subprocess v0.2.9
10392024-11-08T23:51:46.272Z Downloaded ssh-key v0.6.6
10402024-11-08T23:51:46.278Z Downloaded ssh-encoding v0.2.0
10412024-11-08T23:51:46.281Z Downloaded smallvec v0.6.14
10422024-11-08T23:51:46.285Z Downloaded slog-term v2.9.1
10432024-11-08T23:51:46.285Z Downloaded semver v0.1.20
10442024-11-08T23:51:46.292Z Downloaded rustfmt-wrapper v0.2.1
10452024-11-08T23:51:46.292Z Downloaded unicode-bidi v0.3.17
10462024-11-08T23:51:46.295Z Downloaded unicase v2.7.0
10472024-11-08T23:51:46.295Z Downloaded typify v0.2.0
10482024-11-08T23:51:46.299Z Downloaded tar v0.4.42
10492024-11-08T23:51:46.304Z Downloaded tap v1.0.1
10502024-11-08T23:51:46.304Z Downloaded sqlformat v0.2.6
10512024-11-08T23:51:46.304Z Downloaded spki v0.7.3
10522024-11-08T23:51:46.307Z Downloaded secrecy v0.8.0
10532024-11-08T23:51:46.307Z Downloaded russh v0.45.0
10542024-11-08T23:51:46.310Z Downloaded crc v3.2.1
10552024-11-08T23:51:46.313Z Downloaded cookie_store v0.21.0
10562024-11-08T23:51:46.316Z Downloaded ring v0.17.8
10572024-11-08T23:51:46.385Z Downloaded cookie v0.18.1
10582024-11-08T23:51:46.389Z Downloaded const_format_proc_macros v0.2.33
10592024-11-08T23:51:46.392Z Downloaded const_format v0.2.33
10602024-11-08T23:51:46.395Z Downloaded untrusted v0.7.1
10612024-11-08T23:51:46.398Z Downloaded unsafe-libyaml v0.2.11
10622024-11-08T23:51:46.401Z Downloaded unicode_categories v0.1.1
10632024-11-08T23:51:46.401Z Downloaded tokio-rustls v0.25.0
10642024-11-08T23:51:46.404Z Downloaded tokio-native-tls v0.3.1
10652024-11-08T23:51:46.410Z Downloaded universal-hash v0.5.1
10662024-11-08T23:51:46.410Z Downloaded tokio-rustls v0.26.0
10672024-11-08T23:51:46.410Z Downloaded subtle v2.6.1
10682024-11-08T23:51:46.413Z Downloaded strum_macros v0.24.3
10692024-11-08T23:51:46.413Z Downloaded strum v0.26.3
10702024-11-08T23:51:46.413Z Downloaded chrono-tz-build v0.4.0
10712024-11-08T23:51:46.417Z Downloaded cancel-safe-futures v0.1.5
10722024-11-08T23:51:46.420Z Downloaded bumpalo v3.16.0
10732024-11-08T23:51:46.420Z Downloaded buf-list v1.0.3
10742024-11-08T23:51:46.423Z Downloaded smallvec v1.13.2
10752024-11-08T23:51:46.426Z Downloaded simd-adler32 v0.3.7
10762024-11-08T23:51:46.430Z Downloaded sec1 v0.7.3
10772024-11-08T23:51:46.430Z Downloaded sct v0.7.1
10782024-11-08T23:51:46.434Z Downloaded rustls-webpki v0.102.8
10792024-11-08T23:51:46.450Z Downloaded managed v0.8.0
10802024-11-08T23:51:46.453Z Downloaded libsw v3.3.1
10812024-11-08T23:51:46.457Z Downloaded instability v0.3.2
10822024-11-08T23:51:46.460Z Downloaded blowfish v0.9.1
10832024-11-08T23:51:46.460Z Downloaded bitfield-struct v0.6.2
10842024-11-08T23:51:46.462Z Downloaded multimap v0.10.0
10852024-11-08T23:51:46.462Z Downloaded curve25519-dalek v4.1.3
10862024-11-08T23:51:46.470Z Downloaded bytes v1.7.2
10872024-11-08T23:51:46.475Z Downloaded blake2 v0.10.6
10882024-11-08T23:51:46.479Z Downloaded bitfield v0.14.0
10892024-11-08T23:51:46.481Z Downloaded bcs v0.1.6
10902024-11-08T23:51:46.481Z Downloaded bcrypt-pbkdf v0.10.0
10912024-11-08T23:51:46.481Z Downloaded bb8 v0.8.5
10922024-11-08T23:51:46.484Z Downloaded crunchy v0.2.2
10932024-11-08T23:51:46.484Z Downloaded idna v0.2.3
10942024-11-08T23:51:46.490Z Downloaded bitvec v1.0.1
10952024-11-08T23:51:46.506Z Downloaded crypto-bigint v0.5.5
10962024-11-08T23:51:46.512Z Downloaded crossbeam-epoch v0.9.18
10972024-11-08T23:51:46.515Z Downloaded csv-core v0.1.11
10982024-11-08T23:51:46.518Z Downloaded new_debug_unreachable v1.0.6
10992024-11-08T23:51:46.518Z Downloaded mime_guess v2.0.5
11002024-11-08T23:51:46.520Z Downloaded libloading v0.8.5
11012024-11-08T23:51:46.524Z Downloaded cc v1.1.30
11022024-11-08T23:51:46.527Z Downloaded memoffset v0.9.1
11032024-11-08T23:51:46.527Z Downloaded md-5 v0.10.6
11042024-11-08T23:51:46.529Z Downloaded ipnet v2.10.1
11052024-11-08T23:51:46.530Z Downloaded matches v0.1.10
11062024-11-08T23:51:46.530Z Downloaded lru v0.12.5
11072024-11-08T23:51:46.532Z Downloaded jobserver v0.1.32
11082024-11-08T23:51:46.534Z Downloaded const-oid v0.9.6
11092024-11-08T23:51:46.537Z Downloaded is_ci v1.2.0
11102024-11-08T23:51:46.537Z Downloaded is-terminal v0.4.13
11112024-11-08T23:51:46.540Z Downloaded instant v0.1.13
11122024-11-08T23:51:46.540Z Downloaded inout v0.1.3
11132024-11-08T23:51:46.542Z Downloaded crc32fast v1.4.2
11142024-11-08T23:51:46.544Z Downloaded clang-sys v1.8.1
11152024-11-08T23:51:46.547Z Downloaded base16ct v0.2.0
11162024-11-08T23:51:46.547Z Downloaded ciborium-ll v0.2.2
11172024-11-08T23:51:46.549Z Downloaded ciborium-io v0.2.2
11182024-11-08T23:51:46.549Z Downloaded castaway v0.2.3
11192024-11-08T23:51:46.552Z Downloaded indent_write v2.2.0
11202024-11-08T23:51:46.552Z Downloaded impl-trait-for-tuples v0.2.2
11212024-11-08T23:51:46.555Z Downloaded hyper-staticfile v0.10.1
11222024-11-08T23:51:46.559Z Downloaded humantime v2.1.0
11232024-11-08T23:51:46.561Z Downloaded httpdate v1.0.3
11242024-11-08T23:51:46.561Z Downloaded ring v0.16.20
11252024-11-08T23:51:46.643Z Downloaded http-body v1.0.1
11262024-11-08T23:51:46.646Z Downloaded hubpack_derive v0.1.1
11272024-11-08T23:51:46.646Z Downloaded aws-lc-rs v1.10.0
11282024-11-08T23:51:46.654Z Downloaded async-bb8-diesel v0.2.1
11292024-11-08T23:51:46.656Z Downloaded hickory-server v0.24.1
11302024-11-08T23:51:46.662Z Downloaded ascii-canvas v3.0.0
11312024-11-08T23:51:46.664Z Downloaded arrayvec v0.7.6
11322024-11-08T23:51:46.667Z Downloaded array-init v0.0.4
11332024-11-08T23:51:46.667Z Downloaded argon2 v0.5.3
11342024-11-08T23:51:46.669Z Downloaded hex-literal v0.4.1
11352024-11-08T23:51:46.669Z Downloaded aho-corasick v1.1.3
11362024-11-08T23:51:46.708Z Downloaded libsqlite3-sys v0.30.1
11372024-11-08T23:51:46.963Z Downloaded aws-lc-sys v0.22.0
11382024-11-08T23:51:47.320Z Compiling serde v1.0.210
11392024-11-08T23:51:47.322Z Compiling lock_api v0.4.12
11402024-11-08T23:51:47.323Z Compiling scopeguard v1.2.0
11412024-11-08T23:51:47.323Z Compiling value-bag v1.9.0
11422024-11-08T23:51:47.323Z Compiling typenum v1.17.0
11432024-11-08T23:51:47.323Z Compiling generic-array v0.14.7
11442024-11-08T23:51:47.503Z Compiling syn v2.0.79
11452024-11-08T23:51:47.515Z Compiling getrandom v0.2.15
11462024-11-08T23:51:47.591Z Compiling subtle v2.6.1
11472024-11-08T23:51:47.916Z Compiling rand_core v0.6.4
11482024-11-08T23:51:47.918Z Compiling shlex v1.3.0
11492024-11-08T23:51:48.014Z Compiling log v0.4.22
11502024-11-08T23:51:48.097Z Compiling jobserver v0.1.32
11512024-11-08T23:51:48.300Z Compiling const-oid v0.9.6
11522024-11-08T23:51:48.338Z Compiling spin v0.9.8
11532024-11-08T23:51:48.440Z Compiling cc v1.1.30
11542024-11-08T23:51:48.466Z Compiling pin-project-lite v0.2.14
11552024-11-08T23:51:48.593Z Compiling rustix v0.38.37
11562024-11-08T23:51:48.726Z Compiling smallvec v1.13.2
11572024-11-08T23:51:48.802Z Compiling parking_lot_core v0.9.10
11582024-11-08T23:51:48.990Z Compiling futures-core v0.3.31
11592024-11-08T23:51:49.112Z Compiling signal-hook-registry v1.4.2
11602024-11-08T23:51:49.225Z Compiling mio v1.0.2
11612024-11-08T23:51:49.467Z Compiling aho-corasick v1.1.3
11622024-11-08T23:51:49.938Z Compiling parking_lot v0.12.3
11632024-11-08T23:51:49.961Z Compiling either v1.13.0
11642024-11-08T23:51:50.088Z Compiling regex-syntax v0.8.5
11652024-11-08T23:51:50.287Z Compiling cpufeatures v0.2.14
11662024-11-08T23:51:50.369Z Compiling lazy_static v1.5.0
11672024-11-08T23:51:50.390Z Compiling glob v0.3.1
11682024-11-08T23:51:50.423Z Compiling futures-sink v0.3.31
11692024-11-08T23:51:50.491Z Compiling socket2 v0.5.7
11702024-11-08T23:51:50.573Z Compiling slab v0.4.9
11712024-11-08T23:51:50.826Z Compiling prettyplease v0.2.22
11722024-11-08T23:51:51.172Z Compiling minimal-lexical v0.2.1
11732024-11-08T23:51:51.422Z Compiling clang-sys v1.8.1
11742024-11-08T23:51:51.500Z Compiling libloading v0.8.5
11752024-11-08T23:51:51.560Z Compiling serde_json v1.0.128
11762024-11-08T23:51:51.727Z Compiling nom v7.1.3
11772024-11-08T23:51:51.914Z Compiling home v0.5.9
11782024-11-08T23:51:51.938Z Compiling bindgen v0.69.5
11792024-11-08T23:51:52.214Z Compiling futures-channel v0.3.31
11802024-11-08T23:51:52.651Z Compiling itertools v0.12.1
11812024-11-08T23:51:52.689Z Compiling tinyvec_macros v0.1.1
11822024-11-08T23:51:52.792Z Compiling futures-io v0.3.31
11832024-11-08T23:51:52.841Z Compiling foldhash v0.1.3
11842024-11-08T23:51:53.131Z Compiling rustc-hash v1.1.0
11852024-11-08T23:51:53.133Z Compiling futures-task v0.3.31
11862024-11-08T23:51:53.317Z Compiling pin-utils v0.1.0
11872024-11-08T23:51:53.514Z Compiling lazycell v1.3.0
11882024-11-08T23:51:53.549Z Compiling allocator-api2 v0.2.18
11892024-11-08T23:51:53.691Z Compiling tinyvec v1.8.0
11902024-11-08T23:51:54.410Z Compiling regex-automata v0.4.8
11912024-11-08T23:51:54.935Z Compiling hashbrown v0.15.0
11922024-11-08T23:51:55.241Z Compiling cmake v0.1.51
11932024-11-08T23:51:55.905Z Compiling cexpr v0.6.0
11942024-11-08T23:51:56.277Z Compiling dunce v1.0.5
11952024-11-08T23:51:56.340Z Compiling pkg-config v0.3.31
11962024-11-08T23:51:56.418Z Compiling libm v0.2.8
11972024-11-08T23:51:56.769Z Compiling fs_extra v1.3.0
11982024-11-08T23:51:56.847Z Compiling unicode-normalization v0.1.24
11992024-11-08T23:51:57.353Z Compiling num-traits v0.2.19
12002024-11-08T23:51:57.633Z Compiling unicode-bidi v0.3.17
12012024-11-08T23:51:57.891Z Compiling ring v0.17.8
12022024-11-08T23:51:57.998Z Compiling base64ct v1.6.0
12032024-11-08T23:51:58.645Z Compiling paste v1.0.15
12042024-11-08T23:51:58.786Z Compiling pem-rfc7468 v0.7.0
12052024-11-08T23:51:59.217Z Compiling flagset v0.4.6
12062024-11-08T23:51:59.242Z Compiling aws-lc-rs v1.10.0
12072024-11-08T23:51:59.419Z Compiling httparse v1.9.5
12082024-11-08T23:51:59.723Z Compiling tracing-core v0.1.32
12092024-11-08T23:52:00.198Z Compiling regex v1.11.0
12102024-11-08T23:52:00.681Z Compiling percent-encoding v2.3.1
12112024-11-08T23:52:01.065Z Compiling crossbeam-utils v0.8.20
12122024-11-08T23:52:01.121Z Compiling rustls-pki-types v1.9.0
12132024-11-08T23:52:01.274Z Compiling time-core v0.1.2
12142024-11-08T23:52:01.450Z Compiling vcpkg v0.2.15
12152024-11-08T23:52:01.544Z Compiling serde_derive v1.0.210
12162024-11-08T23:52:01.690Z Compiling zeroize_derive v1.4.2
12172024-11-08T23:52:01.848Z Compiling zerocopy-derive v0.7.35
12182024-11-08T23:52:02.201Z Compiling tokio-macros v2.4.0
12192024-11-08T23:52:03.175Z Compiling zeroize v1.8.1
12202024-11-08T23:52:03.559Z Compiling thiserror-impl v1.0.64
12212024-11-08T23:52:03.604Z Compiling futures-macro v0.3.31
12222024-11-08T23:52:03.767Z Compiling der_derive v0.7.3
12232024-11-08T23:52:03.978Z Compiling zerocopy v0.7.35
12242024-11-08T23:52:04.991Z Compiling crypto-common v0.1.6
12252024-11-08T23:52:05.057Z Compiling block-buffer v0.10.4
12262024-11-08T23:52:05.244Z Compiling block-padding v0.3.3
12272024-11-08T23:52:05.334Z Compiling digest v0.10.7
12282024-11-08T23:52:05.502Z Compiling futures-util v0.3.31
12292024-11-08T23:52:05.505Z Compiling inout v0.1.3
12302024-11-08T23:52:05.584Z Compiling ppv-lite86 v0.2.20
12312024-11-08T23:52:05.788Z Compiling hmac v0.12.1
12322024-11-08T23:52:05.893Z Compiling sha2 v0.10.8
12332024-11-08T23:52:06.074Z Compiling cipher v0.4.4
12342024-11-08T23:52:06.202Z Compiling der v0.7.9
12352024-11-08T23:52:06.356Z Compiling tracing-attributes v0.1.27
12362024-11-08T23:52:06.528Z Compiling rand_chacha v0.3.1
12372024-11-08T23:52:06.607Z Compiling salsa20 v0.10.2
12382024-11-08T23:52:06.705Z Compiling thiserror v1.0.64
12392024-11-08T23:52:06.831Z Compiling pest v2.7.14
12402024-11-08T23:52:06.852Z Compiling pbkdf2 v0.12.2
12412024-11-08T23:52:07.063Z Compiling rand v0.8.5
12422024-11-08T23:52:08.972Z Compiling spki v0.7.3
12432024-11-08T23:52:09.298Z Compiling num-conv v0.1.0
12442024-11-08T23:52:09.348Z Compiling powerfmt v0.2.0
12452024-11-08T23:52:09.523Z Compiling untrusted v0.7.1
12462024-11-08T23:52:09.576Z Compiling mirai-annotations v1.12.0
12472024-11-08T23:52:09.645Z Compiling untrusted v0.9.0
12482024-11-08T23:52:09.705Z Compiling deranged v0.3.11
12492024-11-08T23:52:09.757Z Compiling time-macros v0.2.18
12502024-11-08T23:52:09.776Z Compiling pest_meta v2.7.14
12512024-11-08T23:52:09.947Z Compiling tracing v0.1.40
12522024-11-08T23:52:10.494Z Compiling scrypt v0.11.0
12532024-11-08T23:52:11.141Z Compiling aes v0.8.4
12542024-11-08T23:52:11.379Z Compiling cbc v0.1.2
12552024-11-08T23:52:11.633Z Compiling openssl-sys v0.9.104
12562024-11-08T23:52:11.723Z Compiling scroll_derive v0.12.0
12572024-11-08T23:52:12.268Z Compiling atomic-waker v1.1.2
12582024-11-08T23:52:12.476Z Compiling num_threads v0.1.7
12592024-11-08T23:52:12.616Z Compiling pkcs5 v0.7.1
12602024-11-08T23:52:12.841Z Compiling pest_generator v2.7.14
12612024-11-08T23:52:12.875Z Compiling time v0.3.36
12622024-11-08T23:52:13.201Z Compiling scroll v0.12.0
12632024-11-08T23:52:13.615Z Compiling form_urlencoded v1.2.1
12642024-11-08T23:52:13.763Z Compiling slog v2.7.0
12652024-11-08T23:52:13.860Z Compiling try-lock v0.2.5
12662024-11-08T23:52:13.953Z Compiling goblin v0.8.2
12672024-11-08T23:52:13.978Z Compiling pkcs8 v0.10.2
12682024-11-08T23:52:14.015Z Compiling want v0.3.1
12692024-11-08T23:52:14.319Z Compiling httpdate v1.0.3
12702024-11-08T23:52:14.647Z Compiling idna v0.5.0
12712024-11-08T23:52:14.695Z Compiling openssl v0.10.68
12722024-11-08T23:52:14.756Z Compiling pest_derive v2.7.14
12732024-11-08T23:52:14.799Z Compiling adler2 v2.0.0
12742024-11-08T23:52:15.008Z Compiling tower-service v0.3.3
12752024-11-08T23:52:15.115Z Compiling rustversion v1.0.17
12762024-11-08T23:52:15.135Z Compiling base64 v0.22.1
12772024-11-08T23:52:15.191Z Compiling match_cfg v0.1.0
12782024-11-08T23:52:15.289Z Compiling iana-time-zone v0.1.61
12792024-11-08T23:52:15.573Z Compiling bitflags v2.6.0
12802024-11-08T23:52:15.731Z Compiling bytes v1.7.2
12812024-11-08T23:52:15.887Z Compiling indexmap v2.6.0
12822024-11-08T23:52:15.889Z Compiling semver v1.0.23
12832024-11-08T23:52:16.240Z Compiling dtrace-parser v0.2.0
12842024-11-08T23:52:16.700Z Compiling tokio v1.40.0
12852024-11-08T23:52:17.128Z Compiling http v1.1.0
12862024-11-08T23:52:17.503Z Compiling rustc_version v0.4.1
12872024-11-08T23:52:18.190Z Compiling uuid v1.10.0
12882024-11-08T23:52:18.277Z Compiling serde_spanned v0.6.8
12892024-11-08T23:52:18.306Z Compiling serde_tokenstream v0.2.2
12902024-11-08T23:52:18.519Z Compiling toml_datetime v0.6.8
12912024-11-08T23:52:18.928Z Compiling http-body v1.0.1
12922024-11-08T23:52:18.972Z Compiling foreign-types-shared v0.1.1
12932024-11-08T23:52:19.091Z Compiling foreign-types v0.3.2
12942024-11-08T23:52:19.113Z Compiling url v2.5.2
12952024-11-08T23:52:19.157Z Compiling chrono v0.4.38
12962024-11-08T23:52:19.188Z Compiling hostname v0.3.1
12972024-11-08T23:52:19.490Z Compiling miniz_oxide v0.8.0
12982024-11-08T23:52:19.679Z Compiling openssl-macros v0.1.1
12992024-11-08T23:52:20.422Z Compiling which v4.4.2
13002024-11-08T23:52:20.984Z Compiling dof v0.3.0
13012024-11-08T23:52:21.040Z Compiling async-trait v0.1.83
13022024-11-08T23:52:21.062Z Compiling dirs-sys-next v0.1.2
13032024-11-08T23:52:21.515Z Compiling data-encoding v2.6.0
13042024-11-08T23:52:21.714Z Compiling rustls v0.23.14
13052024-11-08T23:52:22.008Z Compiling usdt-impl v0.5.0
13062024-11-08T23:52:22.871Z Compiling siphasher v0.3.11
13072024-11-08T23:52:23.062Z Compiling syn v1.0.109
13082024-11-08T23:52:23.270Z Compiling rustls v0.22.4
13092024-11-08T23:52:23.553Z Compiling native-tls v0.2.12
13102024-11-08T23:52:23.601Z Compiling dirs-next v2.0.0
13112024-11-08T23:52:23.788Z Compiling http-body-util v0.1.2
13122024-11-08T23:52:23.807Z Compiling heapless v0.7.17
13132024-11-08T23:52:23.926Z Compiling crossbeam-epoch v0.9.18
13142024-11-08T23:52:24.037Z Compiling sha1 v0.10.6
13152024-11-08T23:52:24.264Z Compiling signature v2.2.0
13162024-11-08T23:52:24.286Z Compiling bzip2-sys v0.1.11+1.0.8
13172024-11-08T23:52:24.495Z Compiling serde_derive_internals v0.29.1
13182024-11-08T23:52:24.552Z Compiling thread_local v1.1.8
13192024-11-08T23:52:24.684Z Compiling cookie v0.18.1
13202024-11-08T23:52:24.782Z Compiling encoding_rs v0.8.34
13212024-11-08T23:52:24.994Z Compiling multer v3.1.0
13222024-11-08T23:52:25.080Z Compiling rayon-core v1.12.1
13232024-11-08T23:52:25.129Z Compiling tokio-util v0.7.12
13242024-11-08T23:52:25.282Z Compiling slog-async v2.8.0
13252024-11-08T23:52:25.370Z Compiling openssl-probe v0.1.5
13262024-11-08T23:52:25.718Z Compiling gimli v0.31.1
13272024-11-08T23:52:25.875Z Compiling ipnet v2.10.1
13282024-11-08T23:52:26.554Z Compiling h2 v0.4.6
13292024-11-08T23:52:27.105Z Compiling unicode-properties v0.1.3
13302024-11-08T23:52:27.151Z Compiling mime v0.3.17
13312024-11-08T23:52:27.529Z Compiling signal-hook v0.3.17
13322024-11-08T23:52:27.755Z Compiling schemars v0.8.21
13332024-11-08T23:52:27.846Z Compiling stringprep v0.1.5
13342024-11-08T23:52:28.147Z Compiling schemars_derive v0.8.21
13352024-11-08T23:52:29.140Z Compiling toml_edit v0.22.22
13362024-11-08T23:52:30.755Z Compiling addr2line v0.24.2
13372024-11-08T23:52:31.356Z Compiling crossbeam-deque v0.8.5
13382024-11-08T23:52:31.527Z Compiling usdt-macro v0.5.0
13392024-11-08T23:52:31.582Z Compiling usdt-attr-macro v0.5.0
13402024-11-08T23:52:31.703Z Compiling term v0.7.0
13412024-11-08T23:52:32.426Z Compiling curve25519-dalek v4.1.3
13422024-11-08T23:52:32.998Z Compiling slog-json v2.6.1
13432024-11-08T23:52:33.096Z Compiling serde_urlencoded v0.7.1
13442024-11-08T23:52:33.138Z Compiling futures-executor v0.3.31
13452024-11-08T23:52:33.170Z Compiling crossbeam-channel v0.5.13
13462024-11-08T23:52:33.385Z Compiling md-5 v0.10.6
13472024-11-08T23:52:33.650Z Compiling rustls-pemfile v2.2.0
13482024-11-08T23:52:33.674Z Compiling async-stream-impl v0.3.6
13492024-11-08T23:52:33.677Z Compiling enum-as-inner v0.6.1
13502024-11-08T23:52:34.003Z Compiling hyper v1.4.1
13512024-11-08T23:52:34.320Z Compiling num-integer v0.1.46
13522024-11-08T23:52:34.772Z Compiling idna v0.3.0
13532024-11-08T23:52:35.060Z Compiling idna v0.4.0
13542024-11-08T23:52:35.147Z Compiling hash32 v0.2.1
13552024-11-08T23:52:35.523Z Compiling ff v0.13.0
13562024-11-08T23:52:35.771Z Compiling is-terminal v0.4.13
13572024-11-08T23:52:35.975Z Compiling dropshot v0.12.0
13582024-11-08T23:52:36.291Z Compiling object v0.36.5
13592024-11-08T23:52:36.469Z Compiling portable-atomic v1.9.0
13602024-11-08T23:52:36.740Z Compiling hyper-util v0.1.9
13612024-11-08T23:52:37.203Z Compiling take_mut v0.2.2
13622024-11-08T23:52:37.223Z Compiling psl-types v2.0.11
13632024-11-08T23:52:37.362Z Compiling base16ct v0.2.0
13642024-11-08T23:52:37.425Z Compiling fallible-iterator v0.2.0
13652024-11-08T23:52:37.510Z Compiling quick-error v1.2.3
13662024-11-08T23:52:37.664Z Compiling num-bigint-dig v0.8.4
13672024-11-08T23:52:37.709Z Compiling linked-hash-map v0.5.6
13682024-11-08T23:52:37.965Z Compiling dyn-clone v1.0.17
13692024-11-08T23:52:38.109Z Compiling utf-8 v0.7.6
13702024-11-08T23:52:38.153Z Compiling stable_deref_trait v1.2.0
13712024-11-08T23:52:38.203Z Compiling smoltcp v0.9.1
13722024-11-08T23:52:38.205Z Compiling rustc-demangle v0.1.24
13732024-11-08T23:52:38.268Z Compiling anyhow v1.0.92
13742024-11-08T23:52:38.428Z Compiling tungstenite v0.24.0
13752024-11-08T23:52:39.144Z Compiling postgres-protocol v0.6.7
13762024-11-08T23:52:40.036Z Compiling lru-cache v0.1.2
13772024-11-08T23:52:40.281Z Compiling resolv-conf v0.7.0
13782024-11-08T23:52:40.301Z Compiling sec1 v0.7.3
13792024-11-08T23:52:40.566Z Compiling publicsuffix v2.2.3
13802024-11-08T23:52:40.914Z Compiling hickory-proto v0.24.1
13812024-11-08T23:52:40.941Z Compiling slog-term v2.9.1
13822024-11-08T23:52:41.047Z Compiling usdt v0.5.0
13832024-11-08T23:52:41.556Z Compiling group v0.13.0
13842024-11-08T23:52:41.907Z Compiling async-stream v0.3.6
13852024-11-08T23:52:41.928Z Compiling num-iter v0.1.45
13862024-11-08T23:52:42.131Z Compiling futures v0.3.31
13872024-11-08T23:52:42.168Z Compiling slog-bunyan v2.5.0
13882024-11-08T23:52:42.266Z Compiling toml v0.8.19
13892024-11-08T23:52:42.392Z Compiling tokio-native-tls v0.3.1
13902024-11-08T23:52:43.932Z Compiling backtrace v0.3.74
13912024-11-08T23:52:44.005Z Compiling camino v1.1.9
13922024-11-08T23:52:44.103Z Compiling phf_shared v0.11.2
13932024-11-08T23:52:44.504Z Compiling terminal_size v0.4.0
13942024-11-08T23:52:44.603Z Compiling dropshot_endpoint v0.12.0
13952024-11-08T23:52:44.730Z Compiling openapiv3 v2.0.0
13962024-11-08T23:52:44.984Z Compiling serde_path_to_error v0.1.16
13972024-11-08T23:52:45.060Z Compiling waitgroup v0.1.2
13982024-11-08T23:52:45.300Z Compiling hkdf v0.12.4
13992024-11-08T23:52:45.405Z Compiling hubpack_derive v0.1.1
14002024-11-08T23:52:45.562Z Compiling crypto-bigint v0.5.5
14012024-11-08T23:52:45.849Z Compiling webpki-roots v0.26.6
14022024-11-08T23:52:46.083Z Compiling curve25519-dalek-derive v0.1.1
14032024-11-08T23:52:46.334Z Compiling zerocopy-derive v0.6.6
14042024-11-08T23:52:47.302Z Compiling hostname v0.4.0
14052024-11-08T23:52:47.582Z Compiling ahash v0.8.11
14062024-11-08T23:52:47.610Z Compiling fs-err v2.11.0
14072024-11-08T23:52:47.929Z Compiling crc32fast v1.4.2
14082024-11-08T23:52:47.966Z Compiling bitflags v1.3.2
14092024-11-08T23:52:48.081Z Compiling debug-ignore v1.0.5
14102024-11-08T23:52:48.238Z Compiling winnow v0.5.40
14112024-11-08T23:52:48.257Z Compiling managed v0.8.0
14122024-11-08T23:52:48.480Z Compiling zerocopy v0.6.6
14132024-11-08T23:52:48.706Z Compiling elliptic-curve v0.13.8
14142024-11-08T23:52:49.175Z Compiling console v0.15.8
14152024-11-08T23:52:49.443Z Compiling clap_builder v4.5.20
14162024-11-08T23:52:49.533Z Compiling strum_macros v0.25.3
14172024-11-08T23:52:50.781Z Compiling flate2 v1.0.34
14182024-11-08T23:52:51.419Z Compiling hickory-resolver v0.24.1
14192024-11-08T23:52:51.840Z Compiling hubpack v0.1.2
14202024-11-08T23:52:52.292Z Compiling toml_edit v0.19.15
14212024-11-08T23:52:52.363Z Compiling signal-hook-mio v0.2.4
14222024-11-08T23:52:52.537Z Compiling phf v0.11.2
14232024-11-08T23:52:52.739Z Compiling cookie_store v0.21.0
14242024-11-08T23:52:52.858Z Compiling rayon v1.10.0
14252024-11-08T23:52:53.499Z Compiling bzip2 v0.4.4
14262024-11-08T23:52:53.922Z Compiling hyper-tls v0.6.0
14272024-11-08T23:52:55.788Z Compiling postgres-types v0.2.8
14282024-11-08T23:52:57.334Z Compiling tokio-tungstenite v0.24.0
14292024-11-08T23:52:57.903Z Compiling tokio-stream v0.1.16
14302024-11-08T23:52:57.948Z Compiling ed25519 v2.2.3
14312024-11-08T23:52:57.948Z Compiling phf_shared v0.10.0
14322024-11-08T23:52:58.358Z Compiling serde-big-array v0.5.1
14332024-11-08T23:52:58.569Z Compiling pkcs1 v0.7.5
14342024-11-08T23:52:58.608Z Compiling rfc6979 v0.4.0
14352024-11-08T23:52:58.806Z Compiling serde_repr v0.1.19
14362024-11-08T23:52:58.994Z Compiling clap_derive v4.5.18
14372024-11-08T23:52:59.539Z Compiling derive-where v1.2.7
14382024-11-08T23:52:59.561Z Compiling float-cmp v0.9.0
14392024-11-08T23:52:59.796Z Compiling bstr v1.10.0
14402024-11-08T23:52:59.890Z Compiling sync_wrapper v1.0.1
14412024-11-08T23:52:59.990Z Compiling static_assertions v1.1.0
14422024-11-08T23:53:00.046Z Compiling new_debug_unreachable v1.0.6
14432024-11-08T23:53:00.068Z Compiling fixedbitset v0.4.2
14442024-11-08T23:53:00.101Z Compiling unicode-segmentation v1.12.0
14452024-11-08T23:53:00.152Z Compiling bit-vec v0.6.3
14462024-11-08T23:53:00.544Z Compiling difflib v0.4.0
14472024-11-08T23:53:00.642Z Compiling normalize-line-endings v0.3.0
14482024-11-08T23:53:00.778Z Compiling precomputed-hash v0.1.1
14492024-11-08T23:53:00.934Z Compiling predicates-core v1.0.8
14502024-11-08T23:53:01.018Z Compiling whoami v1.5.2
14512024-11-08T23:53:01.324Z Compiling number_prefix v0.4.0
14522024-11-08T23:53:01.567Z Compiling indicatif v0.17.8
14532024-11-08T23:53:01.599Z Compiling tokio-postgres v0.7.12
14542024-11-08T23:53:01.701Z Compiling predicates v3.1.2
14552024-11-08T23:53:02.119Z Compiling string_cache v0.8.7
14562024-11-08T23:53:02.588Z Compiling similar v2.6.0
14572024-11-08T23:53:02.950Z Compiling bit-set v0.5.3
14582024-11-08T23:53:03.262Z Compiling petgraph v0.6.5
14592024-11-08T23:53:03.491Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14602024-11-08T23:53:03.721Z Compiling rsa v0.9.6
14612024-11-08T23:53:03.724Z Compiling clap v4.5.20
14622024-11-08T23:53:03.868Z Compiling ecdsa v0.16.9
14632024-11-08T23:53:04.790Z Compiling ed25519-dalek v2.1.1
14642024-11-08T23:53:05.009Z Compiling toml v0.7.8
14652024-11-08T23:53:06.215Z Compiling zip v0.6.6
14662024-11-08T23:53:06.790Z Compiling crossterm v0.28.1
14672024-11-08T23:53:07.634Z Compiling hex v0.4.3
14682024-11-08T23:53:08.203Z Compiling x509-cert v0.2.5
14692024-11-08T23:53:08.292Z Compiling itertools v0.10.5
14702024-11-08T23:53:08.364Z Compiling unicode-xid v0.2.6
14712024-11-08T23:53:08.556Z Compiling lalrpop-util v0.19.12
14722024-11-08T23:53:08.614Z Compiling peg-runtime v0.8.3
14732024-11-08T23:53:08.943Z Compiling strum_macros v0.26.4
14742024-11-08T23:53:09.290Z Compiling xattr v1.3.1
14752024-11-08T23:53:09.565Z Compiling filetime v0.2.25
14762024-11-08T23:53:09.900Z Compiling tar v0.4.42
14772024-11-08T23:53:13.846Z Compiling strum v0.26.3
14782024-11-08T23:53:17.900Z Compiling aws-lc-sys v0.22.0
14792024-11-08T23:53:46.581Z Compiling rustls-webpki v0.102.8
14802024-11-08T23:53:50.116Z Compiling tokio-rustls v0.25.0
14812024-11-08T23:53:51.731Z Compiling tokio-rustls v0.26.0
14822024-11-08T23:53:52.078Z Compiling hyper-rustls v0.27.3
14832024-11-08T23:53:52.419Z Compiling reqwest v0.12.8
14842024-11-08T23:53:53.741Z Compiling qorb v0.2.0
14852024-11-08T23:53:58.350Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14862024-11-08T23:53:58.610Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14872024-11-08T23:54:04.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
14882024-11-08T23:54:04.176Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14892024-11-08T23:54:04.227ZNov 08 23:54:03.087 INFO Starting download, target: Cockroach
14902024-11-08T23:54:04.227ZNov 08 23:54:03.087 INFO Starting download, target: Console
14912024-11-08T23:54:04.228ZNov 08 23:54:03.087 INFO Starting download, target: Clickhouse
14922024-11-08T23:54:04.228ZNov 08 23:54:03.087 INFO Starting download, target: DendriteOpenapi
14932024-11-08T23:54:04.230ZNov 08 23:54:03.087 INFO Starting download, target: DendriteStub
14942024-11-08T23:54:04.230ZNov 08 23:54:03.087 INFO Starting download, target: MaghemiteMgd
14952024-11-08T23:54:04.230ZNov 08 23:54:03.087 INFO Starting download, target: TransceiverControl
14962024-11-08T23:54:04.230ZNov 08 23:54:03.088 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
14972024-11-08T23:54:04.230ZNov 08 23:54:03.088 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14982024-11-08T23:54:04.230ZNov 08 23:54:03.088 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14992024-11-08T23:54:04.230ZNov 08 23:54:03.088 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15002024-11-08T23:54:04.230ZNov 08 23:54:03.088 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15012024-11-08T23:54:04.231ZNov 08 23:54:03.088 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15022024-11-08T23:54:04.231ZNov 08 23:54:03.088 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15032024-11-08T23:54:04.569ZNov 08 23:54:03.412 INFO Download complete, target: DendriteOpenapi
15042024-11-08T23:54:04.726ZNov 08 23:54:03.555 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15052024-11-08T23:54:04.855ZNov 08 23:54:03.707 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15062024-11-08T23:54:05.164ZNov 08 23:54:04.020 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15072024-11-08T23:54:05.188ZNov 08 23:54:04.046 INFO Download complete, target: Console
15082024-11-08T23:54:05.374ZNov 08 23:54:04.233 INFO Download complete, target: TransceiverControl
15092024-11-08T23:54:05.527ZNov 08 23:54:04.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15102024-11-08T23:54:06.091ZNov 08 23:54:04.951 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15112024-11-08T23:54:06.091ZNov 08 23:54:04.951 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15122024-11-08T23:54:06.341ZNov 08 23:54:05.201 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15132024-11-08T23:54:08.142ZNov 08 23:54:07.001 INFO Download complete, target: DendriteStub
15142024-11-08T23:54:08.568ZNov 08 23:54:07.427 INFO Download complete, target: MaghemiteMgd
15152024-11-08T23:54:13.842ZNov 08 23:54:12.700 INFO Checking that binary works, target: Cockroach
15162024-11-08T23:54:14.030ZNov 08 23:54:12.888 INFO Download complete, target: Cockroach
15172024-11-08T23:54:19.187ZNov 08 23:54:18.044 INFO Checking that binary works, target: Clickhouse
15182024-11-08T23:54:19.313ZNov 08 23:54:18.171 INFO Download complete, target: Clickhouse
15192024-11-08T23:54:19.334ZAll builder prerequisites installed successfully, and PATH looks valid
15202024-11-08T23:54:19.337Z
15212024-11-08T23:54:19.337Zreal 5:59.912408031
15222024-11-08T23:54:19.337Zuser 15:39.892770635
15232024-11-08T23:54:19.337Zsys 3:08.902493885
15242024-11-08T23:54:19.337Ztrap 0.545210477
15252024-11-08T23:54:19.337Ztflt 1.679955830
15262024-11-08T23:54:19.337Zdflt 1.733264542
15272024-11-08T23:54:19.337Zkflt 0.026866667
15282024-11-08T23:54:19.337Zlock 27:10.675827842
15292024-11-08T23:54:19.337Zslp 1:00:26.521491579
15302024-11-08T23:54:19.337Zlat 54.860681839
15312024-11-08T23:54:19.338Zstop 2:08.736407365
15322024-11-08T23:54:19.338Z+ banner hack-check
15332024-11-08T23:54:19.340Z
15342024-11-08T23:54:19.340Z # # ## #### # # #### # # ###### #### # #
15352024-11-08T23:54:19.340Z # # # # # # # # # # # # # # # # #
15362024-11-08T23:54:19.340Z ###### # # # #### ##### # ###### ##### # ####
15372024-11-08T23:54:19.340Z # # ###### # # # # # # # # # #
15382024-11-08T23:54:19.340Z # # # # # # # # # # # # # # # # #
15392024-11-08T23:54:19.341Z # # # # #### # # #### # # ###### #### # #
15402024-11-08T23:54:19.341Z
15412024-11-08T23:54:19.341Z+ export CARGO_INCREMENTAL=0
15422024-11-08T23:54:19.341Z+ CARGO_INCREMENTAL=0
15432024-11-08T23:54:19.341Z+ ptime -m timeout 2h cargo xtask check-features --ci
15442024-11-08T23:54:19.870Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15452024-11-08T23:54:23.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
15462024-11-08T23:54:23.396Z Running `target/debug/xtask check-features --ci`
15472024-11-08T23:54:23.418Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15482024-11-08T23:54:23.421Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15492024-11-08T23:54:23.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15502024-11-08T23:54:23.892Z Running `target/debug/xtask download cargo-hack`
15512024-11-08T23:54:24.720Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15522024-11-08T23:54:25.100Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15532024-11-08T23:54:29.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
15542024-11-08T23:54:29.851Z Running `target/debug/xtask-downloader cargo-hack`
15552024-11-08T23:54:29.891ZNov 08 23:54:28.746 INFO Starting download, target: CargoHack
15562024-11-08T23:54:29.894ZNov 08 23:54:28.747 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15572024-11-08T23:54:30.557ZNov 08 23:54:29.412 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15582024-11-08T23:54:30.647ZNov 08 23:54:29.503 INFO Download complete, target: CargoHack
15592024-11-08T23:54:30.652Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15602024-11-08T23:54:30.667Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15612024-11-08T23:54:30.835Zinfo: running `cargo check --bins` on api_identity (1/168)
15622024-11-08T23:54:31.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-11-08T23:54:31.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-11-08T23:54:31.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-11-08T23:54:31.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15662024-11-08T23:54:31.419Z
15672024-11-08T23:54:31.419Zinfo: running `cargo check --bins` on bootstore (2/168)
15682024-11-08T23:54:31.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-11-08T23:54:31.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-11-08T23:54:31.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-11-08T23:54:31.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15722024-11-08T23:54:32.038Z
15732024-11-08T23:54:32.038Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
15742024-11-08T23:54:32.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-11-08T23:54:32.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-11-08T23:54:32.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15772024-11-08T23:54:32.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15782024-11-08T23:54:32.640Z
15792024-11-08T23:54:32.640Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
15802024-11-08T23:54:33.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15812024-11-08T23:54:33.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15822024-11-08T23:54:33.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15832024-11-08T23:54:33.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15842024-11-08T23:54:33.242Z
15852024-11-08T23:54:33.242Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
15862024-11-08T23:54:33.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15872024-11-08T23:54:33.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15882024-11-08T23:54:33.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15892024-11-08T23:54:33.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15902024-11-08T23:54:33.657Z
15912024-11-08T23:54:33.657Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
15922024-11-08T23:54:34.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15932024-11-08T23:54:34.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15942024-11-08T23:54:34.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15952024-11-08T23:54:34.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15962024-11-08T23:54:34.089Z
15972024-11-08T23:54:34.089Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
15982024-11-08T23:54:34.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15992024-11-08T23:54:34.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16002024-11-08T23:54:34.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16012024-11-08T23:54:34.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16022024-11-08T23:54:34.883Z
16032024-11-08T23:54:34.884Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
16042024-11-08T23:54:35.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16052024-11-08T23:54:35.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16062024-11-08T23:54:35.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16072024-11-08T23:54:35.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16082024-11-08T23:54:35.077Z
16092024-11-08T23:54:35.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
16102024-11-08T23:54:35.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-11-08T23:54:35.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-11-08T23:54:35.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-11-08T23:54:35.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16142024-11-08T23:54:35.692Z
16152024-11-08T23:54:35.692Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
16162024-11-08T23:54:35.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-11-08T23:54:35.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-11-08T23:54:35.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-11-08T23:54:35.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16202024-11-08T23:54:35.849Z
16212024-11-08T23:54:35.850Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
16222024-11-08T23:54:36.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-11-08T23:54:36.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-11-08T23:54:36.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-11-08T23:54:36.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16262024-11-08T23:54:36.387Z
16272024-11-08T23:54:36.387Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
16282024-11-08T23:54:36.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-11-08T23:54:36.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-11-08T23:54:36.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-11-08T23:54:36.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16322024-11-08T23:54:36.591Z
16332024-11-08T23:54:36.591Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
16342024-11-08T23:54:36.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-11-08T23:54:36.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-11-08T23:54:37.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-11-08T23:54:37.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16382024-11-08T23:54:37.007Z
16392024-11-08T23:54:37.007Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16402024-11-08T23:54:37.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-11-08T23:54:37.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-11-08T23:54:37.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-11-08T23:54:37.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16442024-11-08T23:54:37.413Z
16452024-11-08T23:54:37.413Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16462024-11-08T23:54:37.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-11-08T23:54:37.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-11-08T23:54:37.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-11-08T23:54:37.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16502024-11-08T23:54:37.835Z
16512024-11-08T23:54:37.836Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16522024-11-08T23:54:38.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-11-08T23:54:38.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-11-08T23:54:38.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-11-08T23:54:38.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16562024-11-08T23:54:38.303Z
16572024-11-08T23:54:38.303Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
16582024-11-08T23:54:38.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-11-08T23:54:38.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-11-08T23:54:38.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-11-08T23:54:38.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16622024-11-08T23:54:38.635Z
16632024-11-08T23:54:38.635Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
16642024-11-08T23:54:39.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-11-08T23:54:39.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-11-08T23:54:39.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-11-08T23:54:39.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16682024-11-08T23:54:39.046Z
16692024-11-08T23:54:39.046Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
16702024-11-08T23:54:39.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-11-08T23:54:39.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-11-08T23:54:39.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-11-08T23:54:39.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16742024-11-08T23:54:39.460Z
16752024-11-08T23:54:39.460Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
16762024-11-08T23:54:39.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-11-08T23:54:39.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-11-08T23:54:39.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-11-08T23:54:39.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16802024-11-08T23:54:39.879Z
16812024-11-08T23:54:39.879Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
16822024-11-08T23:54:40.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-11-08T23:54:40.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-11-08T23:54:40.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-11-08T23:54:40.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16862024-11-08T23:54:40.291Z
16872024-11-08T23:54:40.292Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
16882024-11-08T23:54:40.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-11-08T23:54:40.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-11-08T23:54:40.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-11-08T23:54:40.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16922024-11-08T23:54:40.704Z
16932024-11-08T23:54:40.704Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
16942024-11-08T23:54:41.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-11-08T23:54:41.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-11-08T23:54:41.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-11-08T23:54:41.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16982024-11-08T23:54:41.124Z
16992024-11-08T23:54:41.124Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
17002024-11-08T23:54:41.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-11-08T23:54:41.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-11-08T23:54:41.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-11-08T23:54:41.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17042024-11-08T23:54:41.530Z
17052024-11-08T23:54:41.530Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
17062024-11-08T23:54:42.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072024-11-08T23:54:42.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082024-11-08T23:54:42.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092024-11-08T23:54:42.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17102024-11-08T23:54:42.159Z
17112024-11-08T23:54:42.160Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
17122024-11-08T23:54:42.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-11-08T23:54:42.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-11-08T23:54:42.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-11-08T23:54:42.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17162024-11-08T23:54:42.766Z
17172024-11-08T23:54:42.766Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
17182024-11-08T23:54:43.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-11-08T23:54:43.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-11-08T23:54:43.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-11-08T23:54:43.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17222024-11-08T23:54:43.397Z
17232024-11-08T23:54:43.397Zinfo: running `cargo check --bins` on oxlog (28/168)
17242024-11-08T23:54:43.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-11-08T23:54:43.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-11-08T23:54:44.006Z Checking cfg-if v1.0.0
17272024-11-08T23:54:44.010Z Checking libc v0.2.161
17282024-11-08T23:54:44.112Z Checking serde v1.0.210
17292024-11-08T23:54:44.114Z Checking zeroize v1.8.1
17302024-11-08T23:54:44.132Z Checking memchr v2.7.4
17312024-11-08T23:54:44.142Z Checking typenum v1.17.0
17322024-11-08T23:54:44.145Z Checking scopeguard v1.2.0
17332024-11-08T23:54:44.152Z Checking subtle v2.6.1
17342024-11-08T23:54:44.178Z Checking value-bag v1.9.0
17352024-11-08T23:54:44.287Z Checking lock_api v0.4.12
17362024-11-08T23:54:44.371Z Checking itoa v1.0.11
17372024-11-08T23:54:44.420Z Checking const-oid v0.9.6
17382024-11-08T23:54:44.573Z Checking pin-project-lite v0.2.14
17392024-11-08T23:54:44.604Z Checking log v0.4.22
17402024-11-08T23:54:44.699Z Checking smallvec v1.13.2
17412024-11-08T23:54:44.714Z Checking byteorder v1.5.0
17422024-11-08T23:54:45.004Z Checking futures-core v0.3.31
17432024-11-08T23:54:45.061Z Checking once_cell v1.20.2
17442024-11-08T23:54:45.147Z Checking cpufeatures v0.2.14
17452024-11-08T23:54:45.168Z Checking futures-sink v0.3.31
17462024-11-08T23:54:45.197Z Checking spin v0.9.8
17472024-11-08T23:54:45.239Z Checking zerocopy v0.7.35
17482024-11-08T23:54:45.307Z Checking slab v0.4.9
17492024-11-08T23:54:45.324Z Checking getrandom v0.2.15
17502024-11-08T23:54:45.358Z Checking signal-hook-registry v1.4.2
17512024-11-08T23:54:45.510Z Checking generic-array v0.14.7
17522024-11-08T23:54:45.545Z Checking parking_lot_core v0.9.10
17532024-11-08T23:54:45.561Z Checking rand_core v0.6.4
17542024-11-08T23:54:45.581Z Checking mio v1.0.2
17552024-11-08T23:54:45.601Z Checking socket2 v0.5.7
17562024-11-08T23:54:45.864Z Checking futures-channel v0.3.31
17572024-11-08T23:54:45.906Z Checking parking_lot v0.12.3
17582024-11-08T23:54:46.087Z Checking foldhash v0.1.3
17592024-11-08T23:54:46.207Z Checking futures-task v0.3.31
17602024-11-08T23:54:46.237Z Checking pin-utils v0.1.0
17612024-11-08T23:54:46.263Z Checking allocator-api2 v0.2.18
17622024-11-08T23:54:46.289Z Checking futures-io v0.3.31
17632024-11-08T23:54:46.304Z Checking tinyvec_macros v0.1.1
17642024-11-08T23:54:46.322Z Checking equivalent v1.0.1
17652024-11-08T23:54:46.382Z Checking tinyvec v1.8.0
17662024-11-08T23:54:46.422Z Checking ryu v1.0.18
17672024-11-08T23:54:46.441Z Checking unicode-bidi v0.3.17
17682024-11-08T23:54:46.474Z Checking futures-util v0.3.31
17692024-11-08T23:54:46.647Z Checking fnv v1.0.7
17702024-11-08T23:54:46.752Z Checking libm v0.2.8
17712024-11-08T23:54:46.768Z Checking crypto-common v0.1.6
17722024-11-08T23:54:46.781Z Checking block-buffer v0.10.4
17732024-11-08T23:54:46.913Z Checking hashbrown v0.15.0
17742024-11-08T23:54:46.951Z Checking block-padding v0.3.3
17752024-11-08T23:54:47.009Z Checking digest v0.10.7
17762024-11-08T23:54:47.103Z Checking base64ct v1.6.0
17772024-11-08T23:54:47.155Z Checking inout v0.1.3
17782024-11-08T23:54:47.382Z Checking hmac v0.12.1
17792024-11-08T23:54:47.396Z Checking cipher v0.4.4
17802024-11-08T23:54:47.521Z Checking sha2 v0.10.8
17812024-11-08T23:54:47.597Z Checking pem-rfc7468 v0.7.0
17822024-11-08T23:54:47.687Z Checking num-traits v0.2.19
17832024-11-08T23:54:47.706Z Checking unicode-normalization v0.1.24
17842024-11-08T23:54:47.810Z Checking ppv-lite86 v0.2.20
17852024-11-08T23:54:47.858Z Checking flagset v0.4.6
17862024-11-08T23:54:48.041Z Checking der v0.7.9
17872024-11-08T23:54:48.110Z Checking tracing-core v0.1.32
17882024-11-08T23:54:48.125Z Checking thiserror v1.0.64
17892024-11-08T23:54:48.247Z Checking percent-encoding v2.3.1
17902024-11-08T23:54:48.477Z Checking rustls-pki-types v1.9.0
17912024-11-08T23:54:48.628Z Checking salsa20 v0.10.2
17922024-11-08T23:54:48.658Z Checking rand_chacha v0.3.1
17932024-11-08T23:54:48.781Z Checking tracing v0.1.40
17942024-11-08T23:54:48.870Z Checking pbkdf2 v0.12.2
17952024-11-08T23:54:49.047Z Checking aws-lc-sys v0.22.0
17962024-11-08T23:54:49.073Z Checking rand v0.8.5
17972024-11-08T23:54:49.088Z Checking httparse v1.9.5
17982024-11-08T23:54:49.149Z Checking mirai-annotations v1.12.0
17992024-11-08T23:54:49.307Z Checking bytes v1.7.2
18002024-11-08T23:54:49.333Z Checking indexmap v2.6.0
18012024-11-08T23:54:49.408Z Checking serde_json v1.0.128
18022024-11-08T23:54:49.516Z Checking bitflags v2.6.0
18032024-11-08T23:54:49.807Z Checking untrusted v0.7.1
18042024-11-08T23:54:49.975Z Checking untrusted v0.9.0
18052024-11-08T23:54:49.992Z Checking spki v0.7.3
18062024-11-08T23:54:50.138Z Checking powerfmt v0.2.0
18072024-11-08T23:54:50.156Z Checking tokio v1.40.0
18082024-11-08T23:54:50.271Z Checking http v1.1.0
18092024-11-08T23:54:50.374Z Checking ring v0.17.8
18102024-11-08T23:54:50.403Z Checking deranged v0.3.11
18112024-11-08T23:54:50.688Z Checking scrypt v0.11.0
18122024-11-08T23:54:50.932Z Checking cbc v0.1.2
18132024-11-08T23:54:51.138Z Checking aes v0.8.4
18142024-11-08T23:54:51.162Z Checking crossbeam-utils v0.8.20
18152024-11-08T23:54:51.621Z Checking time-core v0.1.2
18162024-11-08T23:54:51.712Z Checking aws-lc-rs v1.10.0
18172024-11-08T23:54:51.778Z Checking num_threads v0.1.7
18182024-11-08T23:54:51.875Z Checking num-conv v0.1.0
18192024-11-08T23:54:51.894Z Checking atomic-waker v1.1.2
18202024-11-08T23:54:52.025Z Checking http-body v1.0.1
18212024-11-08T23:54:52.066Z Checking form_urlencoded v1.2.1
18222024-11-08T23:54:52.099Z Checking pkcs5 v0.7.1
18232024-11-08T23:54:52.121Z Checking try-lock v0.2.5
18242024-11-08T23:54:52.212Z Checking time v0.3.36
18252024-11-08T23:54:52.241Z Checking unicode-ident v1.0.13
18262024-11-08T23:54:52.257Z Checking want v0.3.1
18272024-11-08T23:54:52.272Z Checking httpdate v1.0.3
18282024-11-08T23:54:52.290Z Checking uuid v1.10.0
18292024-11-08T23:54:52.408Z Checking proc-macro2 v1.0.87
18302024-11-08T23:54:52.428Z Checking serde_spanned v0.6.8
18312024-11-08T23:54:52.504Z Checking toml_datetime v0.6.8
18322024-11-08T23:54:52.627Z Checking idna v0.5.0
18332024-11-08T23:54:52.631Z Checking pkcs8 v0.10.2
18342024-11-08T23:54:52.773Z Checking slog v2.7.0
18352024-11-08T23:54:52.925Z Checking scroll v0.12.0
18362024-11-08T23:54:52.975Z Checking tower-service v0.3.3
18372024-11-08T23:54:53.096Z Checking match_cfg v0.1.0
18382024-11-08T23:54:53.131Z Checking adler2 v2.0.0
18392024-11-08T23:54:53.182Z Checking iana-time-zone v0.1.61
18402024-11-08T23:54:53.283Z Checking base64 v0.22.1
18412024-11-08T23:54:53.299Z Checking ucd-trie v0.1.7
18422024-11-08T23:54:53.325Z Checking foreign-types-shared v0.1.1
18432024-11-08T23:54:53.422Z Checking plain v0.2.3
18442024-11-08T23:54:53.437Z Checking foreign-types v0.3.2
18452024-11-08T23:54:53.506Z Checking url v2.5.2
18462024-11-08T23:54:53.523Z Checking pest v2.7.14
18472024-11-08T23:54:53.526Z Checking chrono v0.4.38
18482024-11-08T23:54:53.561Z Checking goblin v0.8.2
18492024-11-08T23:54:53.579Z Checking rustls-webpki v0.102.8
18502024-11-08T23:54:53.759Z Checking miniz_oxide v0.8.0
18512024-11-08T23:54:54.333Z Checking hostname v0.3.1
18522024-11-08T23:54:54.436Z Checking quote v1.0.37
18532024-11-08T23:54:54.462Z Checking openssl-sys v0.9.104
18542024-11-08T23:54:54.478Z Checking dirs-sys-next v0.1.2
18552024-11-08T23:54:54.664Z Checking errno v0.3.9
18562024-11-08T23:54:54.771Z Checking aho-corasick v1.1.3
18572024-11-08T23:54:54.814Z Checking regex-syntax v0.8.5
18582024-11-08T23:54:54.836Z Checking data-encoding v2.6.0
18592024-11-08T23:54:55.523Z Checking siphasher v0.3.11
18602024-11-08T23:54:55.716Z Checking pretty-hex v0.4.1
18612024-11-08T23:54:55.791Z Checking openssl v0.10.68
18622024-11-08T23:54:55.853Z Checking rustix v0.38.37
18632024-11-08T23:54:55.905Z Checking syn v2.0.79
18642024-11-08T23:54:56.102Z Checking dtrace-parser v0.2.0
18652024-11-08T23:54:56.588Z Checking dirs-next v2.0.0
18662024-11-08T23:54:56.601Z Checking http-body-util v0.1.2
18672024-11-08T23:54:56.714Z Checking crossbeam-epoch v0.9.18
18682024-11-08T23:54:57.087Z Checking signature v2.2.0
18692024-11-08T23:54:57.156Z Checking sha1 v0.10.6
18702024-11-08T23:54:57.294Z Checking lazy_static v1.5.0
18712024-11-08T23:54:57.417Z Checking thread_local v1.1.8
18722024-11-08T23:54:57.433Z Checking thread-id v4.2.2
18732024-11-08T23:54:57.530Z Checking tokio-util v0.7.12
18742024-11-08T23:54:57.547Z Checking encoding_rs v0.8.34
18752024-11-08T23:54:57.695Z Checking unicode-properties v0.1.3
18762024-11-08T23:54:58.080Z Checking openssl-probe v0.1.5
18772024-11-08T23:54:58.174Z Checking regex-automata v0.4.8
18782024-11-08T23:54:58.244Z Checking gimli v0.31.1
18792024-11-08T23:54:58.395Z Checking h2 v0.4.6
18802024-11-08T23:54:58.812Z Checking dof v0.3.0
18812024-11-08T23:54:59.432Z Checking ipnet v2.10.1
18822024-11-08T23:54:59.450Z Checking anstyle v1.0.10
18832024-11-08T23:54:59.835Z Checking utf8parse v0.2.2
18842024-11-08T23:54:59.864Z Checking mime v0.3.17
18852024-11-08T23:54:59.941Z Checking either v1.13.0
18862024-11-08T23:54:59.981Z Checking winnow v0.6.20
18872024-11-08T23:55:00.187Z Checking anstyle-parse v0.2.5
18882024-11-08T23:55:00.336Z Checking stringprep v0.1.5
18892024-11-08T23:55:00.475Z Checking crossbeam-deque v0.8.5
18902024-11-08T23:55:00.621Z Checking term v0.7.0
18912024-11-08T23:55:00.798Z Checking slog-json v2.6.1
18922024-11-08T23:55:01.050Z Checking rustls v0.22.4
18932024-11-08T23:55:01.074Z Checking rustls v0.23.14
18942024-11-08T23:55:01.390Z Checking native-tls v0.2.12
18952024-11-08T23:55:01.792Z Checking serde_urlencoded v0.7.1
18962024-11-08T23:55:02.178Z Checking futures-executor v0.3.31
18972024-11-08T23:55:02.400Z Checking crossbeam-channel v0.5.13
18982024-11-08T23:55:02.477Z Checking addr2line v0.24.2
18992024-11-08T23:55:02.529Z Checking usdt-impl v0.5.0
19002024-11-08T23:55:02.923Z Checking num-integer v0.1.46
19012024-11-08T23:55:02.995Z Checking rustls-pemfile v2.2.0
19022024-11-08T23:55:03.067Z Checking idna v0.4.0
19032024-11-08T23:55:03.112Z Checking toml_edit v0.22.22
19042024-11-08T23:55:03.192Z Checking idna v0.3.0
19052024-11-08T23:55:03.208Z Checking md-5 v0.10.6
19062024-11-08T23:55:03.444Z Checking ff v0.13.0
19072024-11-08T23:55:03.444Z Checking is-terminal v0.4.13
19082024-11-08T23:55:03.621Z Checking memmap v0.7.0
19092024-11-08T23:55:03.639Z Checking hash32 v0.2.1
19102024-11-08T23:55:03.824Z Checking object v0.36.5
19112024-11-08T23:55:03.931Z Checking stable_deref_trait v1.2.0
19122024-11-08T23:55:03.960Z Checking linked-hash-map v0.5.6
19132024-11-08T23:55:04.025Z Checking base16ct v0.2.0
19142024-11-08T23:55:04.060Z Checking psl-types v2.0.11
19152024-11-08T23:55:04.216Z Checking take_mut v0.2.2
19162024-11-08T23:55:04.253Z Checking is_terminal_polyfill v1.70.1
19172024-11-08T23:55:04.288Z Checking rustc-demangle v0.1.24
19182024-11-08T23:55:04.367Z Checking dyn-clone v1.0.17
19192024-11-08T23:55:04.384Z Checking anstyle-query v1.1.1
19202024-11-08T23:55:04.515Z Checking utf-8 v0.7.6
19212024-11-08T23:55:04.532Z Checking quick-error v1.2.3
19222024-11-08T23:55:04.669Z Checking colorchoice v1.0.2
19232024-11-08T23:55:04.707Z Checking fallible-iterator v0.2.0
19242024-11-08T23:55:04.727Z Checking tungstenite v0.24.0
19252024-11-08T23:55:04.800Z Checking tokio-rustls v0.25.0
19262024-11-08T23:55:04.816Z Checking anstream v0.6.15
19272024-11-08T23:55:04.849Z Checking hyper v1.4.1
19282024-11-08T23:55:05.198Z Checking resolv-conf v0.7.0
19292024-11-08T23:55:05.214Z Checking schemars v0.8.21
19302024-11-08T23:55:05.342Z Checking postgres-protocol v0.6.7
19312024-11-08T23:55:05.567Z Checking slog-async v2.8.0
19322024-11-08T23:55:05.666Z Checking lru-cache v0.1.2
19332024-11-08T23:55:05.844Z Checking toml v0.8.19
19342024-11-08T23:55:05.860Z Checking publicsuffix v2.2.3
19352024-11-08T23:55:05.863Z Checking sec1 v0.7.3
19362024-11-08T23:55:06.020Z Checking heapless v0.7.17
19372024-11-08T23:55:06.112Z Checking hickory-proto v0.24.1
19382024-11-08T23:55:06.248Z Checking usdt v0.5.0
19392024-11-08T23:55:06.520Z Checking group v0.13.0
19402024-11-08T23:55:06.631Z Checking slog-term v2.9.1
19412024-11-08T23:55:06.792Z Checking num-iter v0.1.45
19422024-11-08T23:55:06.912Z Checking tokio-rustls v0.26.0
19432024-11-08T23:55:06.928Z Checking futures v0.3.31
19442024-11-08T23:55:06.974Z Checking tokio-native-tls v0.3.1
19452024-11-08T23:55:07.033Z Checking slog-bunyan v2.5.0
19462024-11-08T23:55:07.076Z Checking hyper-util v0.1.9
19472024-11-08T23:55:07.092Z Checking rayon-core v1.12.1
19482024-11-08T23:55:07.119Z Checking multer v3.1.0
19492024-11-08T23:55:07.194Z Checking terminal_size v0.4.0
19502024-11-08T23:55:07.218Z Checking phf_shared v0.11.2
19512024-11-08T23:55:07.310Z Checking cookie v0.18.1
19522024-11-08T23:55:07.362Z Checking async-stream v0.3.6
19532024-11-08T23:55:07.517Z Checking bzip2-sys v0.1.11+1.0.8
19542024-11-08T23:55:07.532Z Checking camino v1.1.9
19552024-11-08T23:55:07.566Z Checking signal-hook v0.3.17
19562024-11-08T23:55:07.637Z Checking waitgroup v0.1.2
19572024-11-08T23:55:07.767Z Checking openapiv3 v2.0.0
19582024-11-08T23:55:07.784Z Checking serde_path_to_error v0.1.16
19592024-11-08T23:55:07.787Z Checking webpki-roots v0.26.6
19602024-11-08T23:55:07.909Z Checking hkdf v0.12.4
19612024-11-08T23:55:08.005Z Checking crypto-bigint v0.5.5
19622024-11-08T23:55:08.103Z Checking hostname v0.4.0
19632024-11-08T23:55:08.131Z Checking crc32fast v1.4.2
19642024-11-08T23:55:08.239Z Checking debug-ignore v1.0.5
19652024-11-08T23:55:08.370Z Checking managed v0.8.0
19662024-11-08T23:55:08.386Z Checking winnow v0.5.40
19672024-11-08T23:55:08.412Z Checking unicode-width v0.1.14
19682024-11-08T23:55:08.735Z Checking bitflags v1.3.2
19692024-11-08T23:55:08.842Z Checking strsim v0.11.1
19702024-11-08T23:55:08.893Z Checking clap_lex v0.7.2
19712024-11-08T23:55:09.131Z Checking console v0.15.8
19722024-11-08T23:55:09.148Z Checking clap_builder v4.5.20
19732024-11-08T23:55:09.318Z Checking hyper-tls v0.6.0
19742024-11-08T23:55:09.622Z Checking hyper-rustls v0.27.3
19752024-11-08T23:55:09.737Z Checking smoltcp v0.9.1
19762024-11-08T23:55:09.995Z Checking flate2 v1.0.34
19772024-11-08T23:55:10.697Z Checking signal-hook-mio v0.2.4
19782024-11-08T23:55:10.774Z Checking backtrace v0.3.74
19792024-11-08T23:55:10.841Z Checking cookie_store v0.21.0
19802024-11-08T23:55:10.997Z Checking elliptic-curve v0.13.8
19812024-11-08T23:55:11.012Z Checking hickory-resolver v0.24.1
19822024-11-08T23:55:11.217Z Checking rayon v1.10.0
19832024-11-08T23:55:11.234Z Checking dropshot v0.12.0
19842024-11-08T23:55:11.314Z Checking anyhow v1.0.92
19852024-11-08T23:55:11.482Z Checking bzip2 v0.4.4
19862024-11-08T23:55:11.516Z Checking toml_edit v0.19.15
19872024-11-08T23:55:11.645Z Checking phf v0.11.2
19882024-11-08T23:55:11.688Z Checking num-bigint-dig v0.8.4
19892024-11-08T23:55:11.761Z Checking postgres-types v0.2.8
19902024-11-08T23:55:11.930Z Checking tokio-tungstenite v0.24.0
19912024-11-08T23:55:12.376Z Checking bstr v1.10.0
19922024-11-08T23:55:12.432Z Checking regex v1.11.0
19932024-11-08T23:55:12.544Z Checking tokio-stream v0.1.16
19942024-11-08T23:55:12.683Z Checking ed25519 v2.2.3
19952024-11-08T23:55:12.993Z Checking phf_shared v0.10.0
19962024-11-08T23:55:13.086Z Checking zerocopy v0.6.6
19972024-11-08T23:55:13.281Z Checking curve25519-dalek v4.1.3
19982024-11-08T23:55:13.346Z Checking pkcs1 v0.7.5
19992024-11-08T23:55:13.380Z Checking hubpack v0.1.2
20002024-11-08T23:55:13.707Z Checking portable-atomic v1.9.0
20012024-11-08T23:55:13.776Z Checking float-cmp v0.9.0
20022024-11-08T23:55:13.883Z Checking serde-big-array v0.5.1
20032024-11-08T23:55:13.963Z Checking rfc6979 v0.4.0
20042024-11-08T23:55:13.989Z Checking sync_wrapper v1.0.1
20052024-11-08T23:55:14.090Z Checking precomputed-hash v0.1.1
20062024-11-08T23:55:14.119Z Checking fixedbitset v0.4.2
20072024-11-08T23:55:14.134Z Checking whoami v1.5.2
20082024-11-08T23:55:14.136Z Checking unicode-segmentation v1.12.0
20092024-11-08T23:55:14.192Z Checking new_debug_unreachable v1.0.6
20102024-11-08T23:55:14.284Z Checking minimal-lexical v0.2.1
20112024-11-08T23:55:14.388Z Checking static_assertions v1.1.0
20122024-11-08T23:55:14.458Z Checking predicates-core v1.0.8
20132024-11-08T23:55:14.488Z Checking difflib v0.4.0
20142024-11-08T23:55:14.656Z Checking number_prefix v0.4.0
20152024-11-08T23:55:14.698Z Checking bit-vec v0.6.3
20162024-11-08T23:55:14.786Z Checking normalize-line-endings v0.3.0
20172024-11-08T23:55:14.814Z Checking nom v7.1.3
20182024-11-08T23:55:14.830Z Checking similar v2.6.0
20192024-11-08T23:55:14.845Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20202024-11-08T23:55:14.903Z Checking predicates v3.1.2
20212024-11-08T23:55:15.036Z Checking bit-set v0.5.3
20222024-11-08T23:55:15.118Z Checking qorb v0.2.0
20232024-11-08T23:55:15.210Z Checking indicatif v0.17.8
20242024-11-08T23:55:15.262Z Checking ed25519-dalek v2.1.1
20252024-11-08T23:55:15.279Z Checking tokio-postgres v0.7.12
20262024-11-08T23:55:15.583Z Checking petgraph v0.6.5
20272024-11-08T23:55:15.678Z Checking string_cache v0.8.7
20282024-11-08T23:55:15.695Z Checking ecdsa v0.16.9
20292024-11-08T23:55:15.970Z Checking reqwest v0.12.8
20302024-11-08T23:55:15.984Z Checking toml v0.7.8
20312024-11-08T23:55:16.398Z Checking rsa v0.9.6
20322024-11-08T23:55:16.762Z Checking clap v4.5.20
20332024-11-08T23:55:16.886Z Checking zip v0.6.6
20342024-11-08T23:55:17.490Z Checking crossterm v0.28.1
20352024-11-08T23:55:17.612Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20362024-11-08T23:55:17.640Z Checking itertools v0.10.5
20372024-11-08T23:55:17.867Z Checking itertools v0.12.1
20382024-11-08T23:55:17.870Z Checking fs-err v2.11.0
20392024-11-08T23:55:17.899Z Checking ahash v0.8.11
20402024-11-08T23:55:18.437Z Checking x509-cert v0.2.5
20412024-11-08T23:55:18.478Z Checking semver v1.0.23
20422024-11-08T23:55:18.519Z Checking hex v0.4.3
20432024-11-08T23:55:18.924Z Checking peg-runtime v0.8.3
20442024-11-08T23:55:19.057Z Checking lalrpop-util v0.19.12
20452024-11-08T23:55:19.093Z Checking sigpipe v0.1.3
20462024-11-08T23:55:20.216Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20472024-11-08T23:55:20.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.12s
20482024-11-08T23:55:20.685Z
20492024-11-08T23:55:20.686Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
20502024-11-08T23:55:21.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512024-11-08T23:55:21.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522024-11-08T23:55:21.323Z Compiling hashbrown v0.14.5
20532024-11-08T23:55:21.438Z Checking heck v0.5.0
20542024-11-08T23:55:21.452Z Compiling unsafe-libyaml v0.2.11
20552024-11-08T23:55:21.466Z Compiling ident_case v1.0.1
20562024-11-08T23:55:21.480Z Checking progenitor-client v0.8.0
20572024-11-08T23:55:21.494Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20582024-11-08T23:55:21.510Z Compiling proc-macro-crate v1.3.1
20592024-11-08T23:55:21.599Z Compiling darling_core v0.20.10
20602024-11-08T23:55:21.635Z Checking ipnetwork v0.20.0
20612024-11-08T23:55:21.799Z Compiling structmeta-derive v0.3.0
20622024-11-08T23:55:21.855Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20632024-11-08T23:55:22.020Z Compiling newtype-uuid v1.1.2
20642024-11-08T23:55:22.181Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20652024-11-08T23:55:22.346Z Compiling lzma-sys v0.1.20
20662024-11-08T23:55:22.532Z Compiling foreign-types-macros v0.2.3
20672024-11-08T23:55:22.543Z Checking regress v0.10.1
20682024-11-08T23:55:22.596Z Compiling num_enum_derive v0.5.11
20692024-11-08T23:55:23.119Z Compiling serde_yaml v0.9.34+deprecated
20702024-11-08T23:55:23.289Z Checking arc-swap v1.7.1
20712024-11-08T23:55:23.739Z Checking foreign-types-shared v0.3.1
20722024-11-08T23:55:23.801Z Checking slog-scope v4.4.0
20732024-11-08T23:55:23.858Z Checking foreign-types v0.5.0
20742024-11-08T23:55:24.013Z Compiling proc-macro-error v1.0.4
20752024-11-08T23:55:24.601Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20762024-11-08T23:55:24.640Z Compiling structmeta v0.3.0
20772024-11-08T23:55:24.665Z Checking tungstenite v0.21.0
20782024-11-08T23:55:24.718Z Compiling heck v0.3.3
20792024-11-08T23:55:25.032Z Checking num_enum v0.5.11
20802024-11-08T23:55:25.049Z Compiling parse-display-derive v0.10.0
20812024-11-08T23:55:25.167Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822024-11-08T23:55:25.189Z Checking cstr-argument v0.1.2
20832024-11-08T23:55:25.375Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20842024-11-08T23:55:25.600Z Checking instant v0.1.13
20852024-11-08T23:55:25.723Z Checking base64 v0.21.7
20862024-11-08T23:55:26.001Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20872024-11-08T23:55:26.161Z Checking pretty-hex v0.2.1
20882024-11-08T23:55:26.177Z Checking fastrand v2.1.1
20892024-11-08T23:55:26.250Z Checking typify-impl v0.2.0
20902024-11-08T23:55:26.314Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20912024-11-08T23:55:26.330Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20922024-11-08T23:55:26.504Z Checking tempfile v3.13.0
20932024-11-08T23:55:26.602Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20942024-11-08T23:55:26.760Z Checking backoff v0.4.0
20952024-11-08T23:55:26.903Z Checking tokio-tungstenite v0.21.0
20962024-11-08T23:55:27.063Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20972024-11-08T23:55:27.122Z Checking strum v0.26.3
20982024-11-08T23:55:27.286Z Compiling zone_cfg_derive v0.1.2
20992024-11-08T23:55:27.384Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21002024-11-08T23:55:27.408Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21012024-11-08T23:55:27.660Z Checking slog-stdlog v4.1.1
21022024-11-08T23:55:27.835Z Checking regress v0.9.1
21032024-11-08T23:55:27.884Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21042024-11-08T23:55:28.048Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21052024-11-08T23:55:28.149Z Checking colored v2.1.0
21062024-11-08T23:55:28.166Z Compiling darling_macro v0.20.10
21072024-11-08T23:55:28.337Z Checking macaddr v1.0.1
21082024-11-08T23:55:28.454Z Checking base64 v0.13.1
21092024-11-08T23:55:28.774Z Checking zone v0.1.8
21102024-11-08T23:55:28.855Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21112024-11-08T23:55:28.874Z Checking ron v0.7.1
21122024-11-08T23:55:29.145Z Compiling darling v0.20.10
21132024-11-08T23:55:29.274Z Compiling serde_with_macros v3.11.0
21142024-11-08T23:55:29.348Z Checking xz2 v0.1.7
21152024-11-08T23:55:29.434Z Checking parse-display v0.10.0
21162024-11-08T23:55:29.477Z Checking slog-envlogger v2.2.0
21172024-11-08T23:55:29.643Z Checking tabwriter v1.4.0
21182024-11-08T23:55:29.670Z Checking xattr v1.3.1
21192024-11-08T23:55:29.711Z Checking pem v3.0.4
21202024-11-08T23:55:29.872Z Checking yasna v0.5.2
21212024-11-08T23:55:29.886Z Checking headers-core v0.3.0
21222024-11-08T23:55:30.040Z Checking smf v0.2.3
21232024-11-08T23:55:30.164Z Checking filetime v0.2.25
21242024-11-08T23:55:30.273Z Checking same-file v1.0.6
21252024-11-08T23:55:30.346Z Checking tar v0.4.42
21262024-11-08T23:55:30.346Z Checking walkdir v2.5.0
21272024-11-08T23:55:30.489Z Checking headers v0.4.0
21282024-11-08T23:55:30.654Z Checking camino-tempfile v1.1.1
21292024-11-08T23:55:30.834Z Checking rcgen v0.12.1
21302024-11-08T23:55:30.913Z Checking atomicwrites v0.4.4
21312024-11-08T23:55:30.914Z Checking subprocess v0.2.9
21322024-11-08T23:55:31.779Z Checking serde_with v3.11.0
21332024-11-08T23:55:35.181Z Compiling typify-macro v0.2.0
21342024-11-08T23:55:36.988Z Compiling typify v0.2.0
21352024-11-08T23:55:37.058Z Compiling progenitor-impl v0.8.0
21362024-11-08T23:55:40.216Z Compiling progenitor-macro v0.8.0
21372024-11-08T23:55:45.551Z Checking progenitor v0.8.0
21382024-11-08T23:55:45.684Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21392024-11-08T23:55:45.701Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21402024-11-08T23:55:48.550Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21412024-11-08T23:55:48.692Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21422024-11-08T23:55:55.324Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21432024-11-08T23:55:56.926Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21442024-11-08T23:55:58.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.51s
21452024-11-08T23:55:58.363Z
21462024-11-08T23:55:58.363Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
21472024-11-08T23:55:58.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482024-11-08T23:55:58.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492024-11-08T23:55:58.999Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21502024-11-08T23:56:00.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
21512024-11-08T23:56:00.587Z
21522024-11-08T23:56:00.587Zinfo: running `cargo check --bins` on nexus-config (31/168)
21532024-11-08T23:56:01.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542024-11-08T23:56:01.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552024-11-08T23:56:01.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562024-11-08T23:56:01.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21572024-11-08T23:56:01.190Z
21582024-11-08T23:56:01.190Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
21592024-11-08T23:56:01.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602024-11-08T23:56:01.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612024-11-08T23:56:01.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622024-11-08T23:56:01.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21632024-11-08T23:56:01.780Z
21642024-11-08T23:56:01.780Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
21652024-11-08T23:56:02.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-11-08T23:56:02.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-11-08T23:56:02.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682024-11-08T23:56:02.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21692024-11-08T23:56:02.374Z
21702024-11-08T23:56:02.374Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
21712024-11-08T23:56:02.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722024-11-08T23:56:02.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732024-11-08T23:56:03.002Z Compiling heapless v0.8.0
21742024-11-08T23:56:03.005Z Checking hash32 v0.3.1
21752024-11-08T23:56:03.110Z Compiling smoltcp v0.11.0
21762024-11-08T23:56:03.121Z Checking cobs v0.2.3
21772024-11-08T23:56:03.131Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21782024-11-08T23:56:03.131Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21792024-11-08T23:56:03.160Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21802024-11-08T23:56:03.164Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21812024-11-08T23:56:03.264Z Compiling crucible-workspace-hack v0.1.0
21822024-11-08T23:56:03.287Z Checking newline-converter v0.3.0
21832024-11-08T23:56:03.303Z Checking postcard v1.0.10
21842024-11-08T23:56:03.438Z Compiling convert_case v0.4.0
21852024-11-08T23:56:03.480Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21862024-11-08T23:56:03.679Z Checking expectorate v1.1.0
21872024-11-08T23:56:03.726Z Compiling zone_cfg_derive v0.3.0
21882024-11-08T23:56:03.826Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21892024-11-08T23:56:03.843Z Checking itertools v0.13.0
21902024-11-08T23:56:03.858Z Compiling num-derive v0.4.2
21912024-11-08T23:56:04.015Z Compiling slog-dtrace v0.3.0
21922024-11-08T23:56:04.184Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21932024-11-08T23:56:04.385Z Compiling derive_more v0.99.18
21942024-11-08T23:56:04.401Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21952024-11-08T23:56:05.137Z Checking zone v0.3.0
21962024-11-08T23:56:05.816Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21972024-11-08T23:56:07.211Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21982024-11-08T23:56:08.110Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21992024-11-08T23:56:08.118Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22002024-11-08T23:56:09.242Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22012024-11-08T23:56:09.556Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22022024-11-08T23:56:11.075Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22032024-11-08T23:56:12.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s
22042024-11-08T23:56:12.184Z
22052024-11-08T23:56:12.184Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
22062024-11-08T23:56:16.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072024-11-08T23:56:16.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082024-11-08T23:56:16.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092024-11-08T23:56:16.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22102024-11-08T23:56:16.501Z
22112024-11-08T23:56:16.501Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
22122024-11-08T23:56:16.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132024-11-08T23:56:16.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142024-11-08T23:56:16.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152024-11-08T23:56:16.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22162024-11-08T23:56:16.501Z
22172024-11-08T23:56:16.501Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
22182024-11-08T23:56:16.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192024-11-08T23:56:16.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202024-11-08T23:56:16.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212024-11-08T23:56:16.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22222024-11-08T23:56:16.501Z
22232024-11-08T23:56:16.501Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
22242024-11-08T23:56:16.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-11-08T23:56:16.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-11-08T23:56:16.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272024-11-08T23:56:16.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22282024-11-08T23:56:16.501Z
22292024-11-08T23:56:16.501Zinfo: running `cargo check --bins` on dns-server (39/168)
22302024-11-08T23:56:16.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-11-08T23:56:16.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-11-08T23:56:16.564Z Compiling parking_lot_core v0.8.6
22332024-11-08T23:56:16.564Z Checking nibble_vec v0.1.0
22342024-11-08T23:56:16.564Z Checking endian-type v0.1.2
22352024-11-08T23:56:16.564Z Checking fxhash v0.2.1
22362024-11-08T23:56:16.564Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22372024-11-08T23:56:16.564Z Checking hickory-server v0.24.1
22382024-11-08T23:56:16.564Z Checking radix_trie v0.2.1
22392024-11-08T23:56:16.564Z Checking hickory-client v0.24.1
22402024-11-08T23:56:16.564Z Checking parking_lot v0.11.2
22412024-11-08T23:56:16.564Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22422024-11-08T23:56:16.564Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22432024-11-08T23:56:16.564Z Checking sled v0.34.7
22442024-11-08T23:56:18.276Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22452024-11-08T23:56:19.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
22462024-11-08T23:56:19.705Z
22472024-11-08T23:56:19.705Zinfo: running `cargo check --bins` on dns-server-api (40/168)
22482024-11-08T23:56:20.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-11-08T23:56:20.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-11-08T23:56:20.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512024-11-08T23:56:20.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22522024-11-08T23:56:20.310Z
22532024-11-08T23:56:20.310Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
22542024-11-08T23:56:20.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552024-11-08T23:56:20.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562024-11-08T23:56:20.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572024-11-08T23:56:20.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22582024-11-08T23:56:20.906Z
22592024-11-08T23:56:20.906Zinfo: running `cargo check --bins` on dns-service-client (42/168)
22602024-11-08T23:56:21.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612024-11-08T23:56:21.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622024-11-08T23:56:21.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632024-11-08T23:56:21.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22642024-11-08T23:56:21.504Z
22652024-11-08T23:56:21.504Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
22662024-11-08T23:56:22.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672024-11-08T23:56:22.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682024-11-08T23:56:22.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692024-11-08T23:56:22.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22702024-11-08T23:56:22.139Z
22712024-11-08T23:56:22.139Zinfo: running `cargo check --bins` on gateway-types (44/168)
22722024-11-08T23:56:22.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732024-11-08T23:56:22.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742024-11-08T23:56:22.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752024-11-08T23:56:22.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22762024-11-08T23:56:22.737Z
22772024-11-08T23:56:22.737Zinfo: running `cargo check --bins` on ipcc (45/168)
22782024-11-08T23:56:23.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792024-11-08T23:56:23.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802024-11-08T23:56:23.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812024-11-08T23:56:23.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22822024-11-08T23:56:23.332Z
22832024-11-08T23:56:23.332Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
22842024-11-08T23:56:23.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852024-11-08T23:56:23.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862024-11-08T23:56:23.998Z Checking num-rational v0.4.2
22872024-11-08T23:56:23.998Z Compiling progenitor-client v0.8.0
22882024-11-08T23:56:24.001Z Checking num-complex v0.4.6
22892024-11-08T23:56:24.001Z Compiling newtype-uuid v1.1.2
22902024-11-08T23:56:24.001Z Compiling ipnetwork v0.20.0
22912024-11-08T23:56:24.001Z Compiling instant v0.1.13
22922024-11-08T23:56:24.099Z Checking float-ord v0.3.2
22932024-11-08T23:56:24.102Z Compiling semver v0.1.20
22942024-11-08T23:56:24.271Z Compiling radium v0.7.0
22952024-11-08T23:56:24.310Z Compiling backoff v0.4.0
22962024-11-08T23:56:24.427Z Compiling progenitor v0.8.0
22972024-11-08T23:56:24.527Z Compiling rustc_version v0.1.7
22982024-11-08T23:56:24.677Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22992024-11-08T23:56:24.677Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23002024-11-08T23:56:24.731Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23012024-11-08T23:56:24.748Z Compiling parse-display v0.10.0
23022024-11-08T23:56:24.786Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032024-11-08T23:56:24.975Z Compiling serde_with v3.11.0
23042024-11-08T23:56:25.000Z Checking num v0.4.3
23052024-11-08T23:56:25.027Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23062024-11-08T23:56:25.044Z Compiling regress v0.9.1
23072024-11-08T23:56:25.104Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23082024-11-08T23:56:25.426Z Compiling macaddr v1.0.1
23092024-11-08T23:56:25.476Z Checking tap v1.0.1
23102024-11-08T23:56:25.645Z Compiling maybe-uninit v2.0.0
23112024-11-08T23:56:25.869Z Checking wyz v0.5.1
23122024-11-08T23:56:26.242Z Compiling newtype_derive v0.1.6
23132024-11-08T23:56:26.333Z Checking password-hash v0.5.0
23142024-11-08T23:56:26.556Z Checking blake2 v0.10.6
23152024-11-08T23:56:26.693Z Checking crc-catalog v2.4.0
23162024-11-08T23:56:26.762Z Compiling owo-colors v4.1.0
23172024-11-08T23:56:26.845Z Compiling packed_struct v0.10.1
23182024-11-08T23:56:26.963Z Checking funty v2.0.0
23192024-11-08T23:56:27.031Z Compiling cancel-safe-futures v0.1.5
23202024-11-08T23:56:27.087Z Checking argon2 v0.5.3
23212024-11-08T23:56:27.358Z Checking crc v3.2.1
23222024-11-08T23:56:27.611Z Compiling packed_struct_codegen v0.10.1
23232024-11-08T23:56:27.811Z Compiling indexmap v1.9.3
23242024-11-08T23:56:27.827Z Checking half v2.4.1
23252024-11-08T23:56:27.894Z Checking bitvec v1.0.1
23262024-11-08T23:56:28.119Z Checking nodrop v0.1.14
23272024-11-08T23:56:28.247Z Checking ciborium-io v0.2.2
23282024-11-08T23:56:28.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23292024-11-08T23:56:28.375Z Checking ciborium-ll v0.2.2
23302024-11-08T23:56:28.644Z Checking array-init v0.0.4
23312024-11-08T23:56:28.682Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23322024-11-08T23:56:28.703Z Checking smallvec v0.6.14
23332024-11-08T23:56:28.953Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23342024-11-08T23:56:29.476Z Checking prettyplease v0.2.22
23352024-11-08T23:56:29.655Z Checking libsw v3.3.1
23362024-11-08T23:56:29.757Z Compiling memoffset v0.9.1
23372024-11-08T23:56:29.909Z Checking linear-map v1.2.0
23382024-11-08T23:56:30.081Z Checking indent_write v2.2.0
23392024-11-08T23:56:30.170Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23402024-11-08T23:56:30.242Z Checking bitfield v0.14.0
23412024-11-08T23:56:30.283Z Checking hashbrown v0.12.3
23422024-11-08T23:56:30.298Z Checking highway v1.2.0
23432024-11-08T23:56:30.571Z Checking swrite v0.1.0
23442024-11-08T23:56:30.646Z Checking termcolor v1.4.1
23452024-11-08T23:56:30.733Z Checking ron v0.8.1
23462024-11-08T23:56:30.806Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23472024-11-08T23:56:31.043Z Checking env_logger v0.10.2
23482024-11-08T23:56:31.089Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23492024-11-08T23:56:31.446Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23502024-11-08T23:56:32.059Z Checking serde-hex v0.1.0
23512024-11-08T23:56:32.136Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23522024-11-08T23:56:32.248Z Checking steno v0.4.1
23532024-11-08T23:56:32.477Z Checking ciborium v0.2.2
23542024-11-08T23:56:32.705Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23552024-11-08T23:56:32.964Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23562024-11-08T23:56:33.526Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23572024-11-08T23:56:33.819Z Checking hashbrown v0.13.2
23582024-11-08T23:56:34.182Z Checking crc-any v2.5.0
23592024-11-08T23:56:34.590Z Checking humantime v2.1.0
23602024-11-08T23:56:34.608Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23612024-11-08T23:56:34.662Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23622024-11-08T23:56:34.706Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23632024-11-08T23:56:34.904Z Checking object v0.30.4
23642024-11-08T23:56:34.968Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23652024-11-08T23:56:35.007Z Checking path-slash v0.1.5
23662024-11-08T23:56:35.159Z Checking nix v0.27.1
23672024-11-08T23:56:35.175Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23682024-11-08T23:56:35.385Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23692024-11-08T23:56:36.278Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23702024-11-08T23:56:36.387Z Checking tungstenite v0.23.0
23712024-11-08T23:56:36.397Z Checking kstat-rs v0.2.4
23722024-11-08T23:56:36.799Z Checking signal-hook-tokio v0.3.1
23732024-11-08T23:56:37.274Z Checking tokio-tungstenite v0.23.1
23742024-11-08T23:56:37.718Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23752024-11-08T23:56:38.145Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23762024-11-08T23:56:43.960Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23772024-11-08T23:56:45.804Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23782024-11-08T23:56:45.908Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23792024-11-08T23:56:49.119Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23802024-11-08T23:56:49.379Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23812024-11-08T23:56:50.051Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23822024-11-08T23:56:56.217Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23832024-11-08T23:56:56.893Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23842024-11-08T23:57:00.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.34s
23852024-11-08T23:57:00.862Z
23862024-11-08T23:57:00.862Zinfo: running `cargo check --bins` on gateway-api (47/168)
23872024-11-08T23:57:01.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-11-08T23:57:01.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-11-08T23:57:01.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902024-11-08T23:57:01.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23912024-11-08T23:57:01.470Z
23922024-11-08T23:57:01.470Zinfo: running `cargo check --bins` on oximeter (48/168)
23932024-11-08T23:57:01.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-11-08T23:57:02.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-11-08T23:57:02.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962024-11-08T23:57:02.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23972024-11-08T23:57:02.072Z
23982024-11-08T23:57:02.072Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
23992024-11-08T23:57:02.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-11-08T23:57:02.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-11-08T23:57:02.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022024-11-08T23:57:02.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24032024-11-08T23:57:02.664Z
24042024-11-08T23:57:02.664Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
24052024-11-08T23:57:03.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-11-08T23:57:03.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-11-08T23:57:03.273Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24082024-11-08T23:57:03.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
24092024-11-08T23:57:03.853Z
24102024-11-08T23:57:03.853Zinfo: running `cargo check --bins` on oximeter-types (51/168)
24112024-11-08T23:57:04.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-11-08T23:57:04.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-11-08T23:57:04.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142024-11-08T23:57:04.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24152024-11-08T23:57:04.469Z
24162024-11-08T23:57:04.469Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
24172024-11-08T23:57:05.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-11-08T23:57:05.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-11-08T23:57:05.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-11-08T23:57:05.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24212024-11-08T23:57:05.081Z
24222024-11-08T23:57:05.081Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
24232024-11-08T23:57:05.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-11-08T23:57:05.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-11-08T23:57:05.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-11-08T23:57:05.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24272024-11-08T23:57:05.668Z
24282024-11-08T23:57:05.668Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
24292024-11-08T23:57:06.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-11-08T23:57:06.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-11-08T23:57:06.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322024-11-08T23:57:06.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24332024-11-08T23:57:06.277Z
24342024-11-08T23:57:06.277Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
24352024-11-08T23:57:06.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-11-08T23:57:06.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-11-08T23:57:06.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-11-08T23:57:06.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24392024-11-08T23:57:06.882Z
24402024-11-08T23:57:06.882Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
24412024-11-08T23:57:07.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-11-08T23:57:07.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-11-08T23:57:07.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-11-08T23:57:07.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24452024-11-08T23:57:07.486Z
24462024-11-08T23:57:07.487Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
24472024-11-08T23:57:08.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-11-08T23:57:08.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-11-08T23:57:08.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-11-08T23:57:08.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24512024-11-08T23:57:08.085Z
24522024-11-08T23:57:08.085Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
24532024-11-08T23:57:08.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-11-08T23:57:08.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-11-08T23:57:08.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-11-08T23:57:08.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24572024-11-08T23:57:08.684Z
24582024-11-08T23:57:08.684Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
24592024-11-08T23:57:09.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-11-08T23:57:09.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-11-08T23:57:09.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-11-08T23:57:09.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24632024-11-08T23:57:09.294Z
24642024-11-08T23:57:09.294Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
24652024-11-08T23:57:09.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-11-08T23:57:09.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-11-08T23:57:09.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-11-08T23:57:09.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24692024-11-08T23:57:09.925Z
24702024-11-08T23:57:09.925Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
24712024-11-08T23:57:10.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-11-08T23:57:10.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-11-08T23:57:10.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742024-11-08T23:57:10.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24752024-11-08T23:57:10.523Z
24762024-11-08T23:57:10.523Zinfo: running `cargo check --bins` on nexus-client (62/168)
24772024-11-08T23:57:11.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-11-08T23:57:11.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-11-08T23:57:11.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-11-08T23:57:11.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24812024-11-08T23:57:11.152Z
24822024-11-08T23:57:11.152Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
24832024-11-08T23:57:11.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-11-08T23:57:11.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-11-08T23:57:11.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862024-11-08T23:57:11.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24872024-11-08T23:57:11.776Z
24882024-11-08T23:57:11.776Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
24892024-11-08T23:57:12.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-11-08T23:57:12.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-11-08T23:57:12.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-11-08T23:57:12.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24932024-11-08T23:57:12.365Z
24942024-11-08T23:57:12.365Zinfo: running `cargo check --bins` on nexus-types (65/168)
24952024-11-08T23:57:12.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-11-08T23:57:12.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-11-08T23:57:12.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-11-08T23:57:12.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24992024-11-08T23:57:12.986Z
25002024-11-08T23:57:12.986Zinfo: running `cargo check --bins` on gateway-client (66/168)
25012024-11-08T23:57:13.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-11-08T23:57:13.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-11-08T23:57:13.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042024-11-08T23:57:13.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25052024-11-08T23:57:13.577Z
25062024-11-08T23:57:13.577Zinfo: running `cargo check --bins` on oxql-types (67/168)
25072024-11-08T23:57:14.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-11-08T23:57:14.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-11-08T23:57:14.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-11-08T23:57:14.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25112024-11-08T23:57:14.176Z
25122024-11-08T23:57:14.176Zinfo: running `cargo check --bins` on update-engine (68/168)
25132024-11-08T23:57:14.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-11-08T23:57:14.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-11-08T23:57:14.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162024-11-08T23:57:14.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25172024-11-08T23:57:14.775Z
25182024-11-08T23:57:14.776Zinfo: running `cargo check --bins` on sp-sim (69/168)
25192024-11-08T23:57:15.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-11-08T23:57:15.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-11-08T23:57:15.399Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25222024-11-08T23:57:17.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
25232024-11-08T23:57:17.448Z
25242024-11-08T23:57:17.448Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
25252024-11-08T23:57:18.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-11-08T23:57:18.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-11-08T23:57:18.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-11-08T23:57:18.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25292024-11-08T23:57:18.101Z
25302024-11-08T23:57:18.101Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
25312024-11-08T23:57:18.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-11-08T23:57:18.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-11-08T23:57:18.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-11-08T23:57:18.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25352024-11-08T23:57:18.758Z
25362024-11-08T23:57:18.758Zinfo: running `cargo check --bins` on db-macros (72/168)
25372024-11-08T23:57:19.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-11-08T23:57:19.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-11-08T23:57:19.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-11-08T23:57:19.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25412024-11-08T23:57:19.344Z
25422024-11-08T23:57:19.344Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
25432024-11-08T23:57:19.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-11-08T23:57:19.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-11-08T23:57:19.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-11-08T23:57:19.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25472024-11-08T23:57:19.926Z
25482024-11-08T23:57:19.926Zinfo: running `cargo check --bins` on nexus-auth (74/168)
25492024-11-08T23:57:20.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-11-08T23:57:20.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-11-08T23:57:20.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-11-08T23:57:20.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25532024-11-08T23:57:20.566Z
25542024-11-08T23:57:20.566Zinfo: running `cargo check --bins` on authz-macros (75/168)
25552024-11-08T23:57:21.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-11-08T23:57:21.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-11-08T23:57:21.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-11-08T23:57:21.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25592024-11-08T23:57:21.156Z
25602024-11-08T23:57:21.156Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
25612024-11-08T23:57:21.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-11-08T23:57:21.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-11-08T23:57:21.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-11-08T23:57:21.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25652024-11-08T23:57:21.780Z
25662024-11-08T23:57:21.780Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
25672024-11-08T23:57:22.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-11-08T23:57:22.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-11-08T23:57:22.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-11-08T23:57:22.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25712024-11-08T23:57:22.402Z
25722024-11-08T23:57:22.402Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
25732024-11-08T23:57:22.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-11-08T23:57:22.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-11-08T23:57:22.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-11-08T23:57:22.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25772024-11-08T23:57:23.003Z
25782024-11-08T23:57:23.003Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
25792024-11-08T23:57:23.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-11-08T23:57:23.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-11-08T23:57:23.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-11-08T23:57:23.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25832024-11-08T23:57:23.612Z
25842024-11-08T23:57:23.612Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
25852024-11-08T23:57:24.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-11-08T23:57:24.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-11-08T23:57:24.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-11-08T23:57:24.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25892024-11-08T23:57:24.239Z
25902024-11-08T23:57:24.239Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
25912024-11-08T23:57:24.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-11-08T23:57:24.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-11-08T23:57:24.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-11-08T23:57:24.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25952024-11-08T23:57:24.841Z
25962024-11-08T23:57:24.841Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
25972024-11-08T23:57:25.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-11-08T23:57:25.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-11-08T23:57:25.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-11-08T23:57:25.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26012024-11-08T23:57:25.455Z
26022024-11-08T23:57:25.455Zinfo: running `cargo check --bins` on typed-rng (83/168)
26032024-11-08T23:57:25.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-11-08T23:57:25.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-11-08T23:57:25.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-11-08T23:57:25.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26072024-11-08T23:57:26.039Z
26082024-11-08T23:57:26.039Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
26092024-11-08T23:57:26.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-11-08T23:57:26.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-11-08T23:57:26.749Z Checking keccak v0.1.5
26122024-11-08T23:57:26.853Z Checking secrecy v0.8.0
26132024-11-08T23:57:26.856Z Compiling unicase v2.7.0
26142024-11-08T23:57:26.856Z Compiling same-file v1.0.6
26152024-11-08T23:57:26.856Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26162024-11-08T23:57:26.876Z Compiling tempfile v3.13.0
26172024-11-08T23:57:26.902Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26182024-11-08T23:57:26.905Z Compiling thiserror-impl-no-std v2.0.2
26192024-11-08T23:57:27.085Z Compiling walkdir v2.5.0
26202024-11-08T23:57:27.124Z Checking universal-hash v0.5.1
26212024-11-08T23:57:27.146Z Checking sha3 v0.10.8
26222024-11-08T23:57:27.250Z Compiling blake3 v1.5.4
26232024-11-08T23:57:27.310Z Compiling ring v0.16.20
26242024-11-08T23:57:27.353Z Checking opaque-debug v0.3.1
26252024-11-08T23:57:27.452Z Checking poly1305 v0.8.0
26262024-11-08T23:57:27.548Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26272024-11-08T23:57:27.739Z Checking chacha20 v0.9.1
26282024-11-08T23:57:27.755Z Checking aead v0.5.2
26292024-11-08T23:57:27.836Z Compiling memmap2 v0.9.5
26302024-11-08T23:57:27.871Z Compiling arrayref v0.3.9
26312024-11-08T23:57:27.959Z Compiling libefi-sys v0.1.0
26322024-11-08T23:57:27.976Z Compiling arrayvec v0.7.6
26332024-11-08T23:57:27.993Z Compiling salty v0.3.0
26342024-11-08T23:57:28.077Z Compiling constant_time_eq v0.3.1
26352024-11-08T23:57:28.236Z Compiling spin v0.5.2
26362024-11-08T23:57:28.289Z Checking chacha20poly1305 v0.10.1
26372024-11-08T23:57:28.404Z Compiling toolchain_find v0.4.0
26382024-11-08T23:57:28.459Z Compiling camino-tempfile v1.1.1
26392024-11-08T23:57:28.477Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26402024-11-08T23:57:28.588Z Compiling bitfield-struct v0.6.2
26412024-11-08T23:57:28.851Z Compiling topological-sort v0.2.2
26422024-11-08T23:57:28.931Z Compiling mime_guess v2.0.5
26432024-11-08T23:57:29.008Z Compiling rustfmt-wrapper v0.2.1
26442024-11-08T23:57:29.508Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26452024-11-08T23:57:29.600Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26462024-11-08T23:57:29.630Z Checking primeorder v0.13.6
26472024-11-08T23:57:29.787Z Checking env_filter v0.1.2
26482024-11-08T23:57:29.885Z Checking thiserror-no-std v2.0.2
26492024-11-08T23:57:29.904Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26502024-11-08T23:57:29.991Z Checking vsss-rs v3.3.4
26512024-11-08T23:57:30.030Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26522024-11-08T23:57:30.033Z Checking env_logger v0.11.5
26532024-11-08T23:57:30.090Z Checking p384 v0.13.0
26542024-11-08T23:57:30.231Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26552024-11-08T23:57:30.247Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26562024-11-08T23:57:30.480Z Checking gethostname v0.5.0
26572024-11-08T23:57:30.609Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26582024-11-08T23:57:30.620Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26592024-11-08T23:57:30.645Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26602024-11-08T23:57:30.974Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26612024-11-08T23:57:31.002Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26622024-11-08T23:57:31.089Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26632024-11-08T23:57:31.250Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26642024-11-08T23:57:31.582Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26652024-11-08T23:57:31.638Z Checking nanorand v0.7.0
26662024-11-08T23:57:31.655Z Checking atty v0.2.14
26672024-11-08T23:57:31.655Z Checking http-range v0.1.5
26682024-11-08T23:57:31.774Z Checking glob v0.3.1
26692024-11-08T23:57:31.841Z Checking hyper-staticfile v0.10.1
26702024-11-08T23:57:31.932Z Checking flume v0.11.0
26712024-11-08T23:57:32.068Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26722024-11-08T23:57:32.447Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26732024-11-08T23:57:32.491Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26742024-11-08T23:57:32.757Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26752024-11-08T23:57:33.066Z Compiling omicron-zone-package v0.11.1
26762024-11-08T23:57:33.490Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26772024-11-08T23:57:34.003Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26782024-11-08T23:57:34.601Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26792024-11-08T23:57:34.667Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26802024-11-08T23:57:34.756Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26812024-11-08T23:57:35.209Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26822024-11-08T23:57:35.263Z Checking display-error-chain v0.2.2
26832024-11-08T23:57:36.096Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26842024-11-08T23:57:37.232Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26852024-11-08T23:57:38.700Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26862024-11-08T23:57:38.702Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26872024-11-08T23:57:51.103Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26882024-11-08T23:58:40.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
26892024-11-08T23:58:40.849Z
26902024-11-08T23:58:40.849Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
26912024-11-08T23:58:41.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-11-08T23:58:41.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-11-08T23:58:41.550Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26942024-11-08T23:59:30.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.96s
26952024-11-08T23:59:31.039Z
26962024-11-08T23:59:31.039Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
26972024-11-08T23:59:31.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-11-08T23:59:31.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-11-08T23:59:31.716Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27002024-11-09T00:00:20.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.91s
27012024-11-09T00:00:21.124Z
27022024-11-09T00:00:21.124Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
27032024-11-09T00:00:21.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-11-09T00:00:21.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-11-09T00:00:21.827Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27062024-11-09T00:01:10.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.80s
27072024-11-09T00:01:11.121Z
27082024-11-09T00:01:11.121Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
27092024-11-09T00:01:11.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-11-09T00:01:11.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-11-09T00:01:11.827Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27122024-11-09T00:02:01.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.69s
27132024-11-09T00:02:01.998Z
27142024-11-09T00:02:01.998Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
27152024-11-09T00:02:02.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-11-09T00:02:02.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-11-09T00:02:02.715Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27182024-11-09T00:02:51.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.96s
27192024-11-09T00:02:52.155Z
27202024-11-09T00:02:52.155Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
27212024-11-09T00:02:52.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-11-09T00:02:52.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-11-09T00:02:52.878Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27242024-11-09T00:03:42.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.24s
27252024-11-09T00:03:42.740Z
27262024-11-09T00:03:42.740Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
27272024-11-09T00:03:43.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-11-09T00:03:43.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-11-09T00:03:43.311Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27302024-11-09T00:04:32.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s
27312024-11-09T00:04:32.961Z
27322024-11-09T00:04:32.961Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
27332024-11-09T00:04:33.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-11-09T00:04:33.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-11-09T00:04:33.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362024-11-09T00:04:33.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27372024-11-09T00:04:33.599Z
27382024-11-09T00:04:33.599Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
27392024-11-09T00:04:34.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-11-09T00:04:34.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-11-09T00:04:34.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422024-11-09T00:04:34.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27432024-11-09T00:04:34.235Z
27442024-11-09T00:04:34.236Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
27452024-11-09T00:04:34.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-11-09T00:04:34.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-11-09T00:04:34.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-11-09T00:04:34.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27492024-11-09T00:04:34.850Z
27502024-11-09T00:04:34.850Zinfo: running `cargo check --bins` on dpd-client (95/168)
27512024-11-09T00:04:35.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-11-09T00:04:35.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-11-09T00:04:35.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-11-09T00:04:35.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27552024-11-09T00:04:35.446Z
27562024-11-09T00:04:35.446Zinfo: running `cargo check --bins` on installinator-common (96/168)
27572024-11-09T00:04:36.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-11-09T00:04:36.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-11-09T00:04:36.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-11-09T00:04:36.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27612024-11-09T00:04:36.140Z
27622024-11-09T00:04:36.140Zinfo: running `cargo check --bins` on key-manager (97/168)
27632024-11-09T00:04:36.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-11-09T00:04:36.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-11-09T00:04:36.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-11-09T00:04:36.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27672024-11-09T00:04:36.680Z
27682024-11-09T00:04:36.680Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
27692024-11-09T00:04:37.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-11-09T00:04:37.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-11-09T00:04:37.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-11-09T00:04:37.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27732024-11-09T00:04:37.298Z
27742024-11-09T00:04:37.298Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
27752024-11-09T00:04:37.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-11-09T00:04:37.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-11-09T00:04:37.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-11-09T00:04:37.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27792024-11-09T00:04:37.900Z
27802024-11-09T00:04:37.900Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
27812024-11-09T00:04:38.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-11-09T00:04:38.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-11-09T00:04:38.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-11-09T00:04:38.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27852024-11-09T00:04:38.493Z
27862024-11-09T00:04:38.493Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
27872024-11-09T00:04:39.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-11-09T00:04:39.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-11-09T00:04:39.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-11-09T00:04:39.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27912024-11-09T00:04:39.112Z
27922024-11-09T00:04:39.112Zinfo: running `cargo check --bins` on sled-hardware (102/168)
27932024-11-09T00:04:39.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-11-09T00:04:39.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-11-09T00:04:39.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-11-09T00:04:39.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27972024-11-09T00:04:39.723Z
27982024-11-09T00:04:39.723Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
27992024-11-09T00:04:40.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-11-09T00:04:40.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-11-09T00:04:40.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-11-09T00:04:40.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28032024-11-09T00:04:40.335Z
28042024-11-09T00:04:40.336Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
28052024-11-09T00:04:40.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-11-09T00:04:40.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-11-09T00:04:40.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-11-09T00:04:40.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28092024-11-09T00:04:40.955Z
28102024-11-09T00:04:40.955Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
28112024-11-09T00:04:41.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-11-09T00:04:41.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-11-09T00:04:41.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-11-09T00:04:41.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28152024-11-09T00:04:41.582Z
28162024-11-09T00:04:41.582Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
28172024-11-09T00:04:42.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-11-09T00:04:42.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-11-09T00:04:42.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-11-09T00:04:42.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28212024-11-09T00:04:42.206Z
28222024-11-09T00:04:42.206Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
28232024-11-09T00:04:42.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-11-09T00:04:42.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-11-09T00:04:42.871Z Compiling phf_generator v0.11.2
28262024-11-09T00:04:42.873Z Compiling parse-zoneinfo v0.3.1
28272024-11-09T00:04:42.985Z Compiling const_format_proc_macros v0.2.33
28282024-11-09T00:04:42.985Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292024-11-09T00:04:42.988Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28302024-11-09T00:04:42.988Z Checking bcs v0.1.6
28312024-11-09T00:04:42.996Z Compiling async-recursion v1.1.1
28322024-11-09T00:04:43.010Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28332024-11-09T00:04:43.122Z Compiling phf_codegen v0.11.2
28342024-11-09T00:04:43.360Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28352024-11-09T00:04:43.620Z Compiling chrono-tz-build v0.4.0
28362024-11-09T00:04:44.642Z Checking const_format v0.2.33
28372024-11-09T00:04:44.677Z Compiling chrono-tz v0.10.0
28382024-11-09T00:04:56.605Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28392024-11-09T00:04:59.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.86s
28402024-11-09T00:04:59.241Z
28412024-11-09T00:04:59.241Zinfo: running `cargo check --bins` on oximeter-api (108/168)
28422024-11-09T00:04:59.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-11-09T00:04:59.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-11-09T00:04:59.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-11-09T00:04:59.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28462024-11-09T00:04:59.840Z
28472024-11-09T00:04:59.840Zinfo: running `cargo check --bins` on oximeter-client (109/168)
28482024-11-09T00:05:00.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-11-09T00:05:00.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-11-09T00:05:00.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-11-09T00:05:00.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28522024-11-09T00:05:00.443Z
28532024-11-09T00:05:00.443Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
28542024-11-09T00:05:00.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-11-09T00:05:01.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-11-09T00:05:01.073Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572024-11-09T00:05:01.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28582024-11-09T00:05:01.867Z
28592024-11-09T00:05:01.867Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
28602024-11-09T00:05:02.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-11-09T00:05:02.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-11-09T00:05:02.517Z Compiling cfg_aliases v0.1.1
28632024-11-09T00:05:02.517Z Compiling vte_generate_state_changes v0.1.2
28642024-11-09T00:05:02.519Z Checking fd-lock v4.0.2
28652024-11-09T00:05:02.519Z Checking bytecount v0.6.8
28662024-11-09T00:05:02.519Z Compiling tabled_derive v0.7.0
28672024-11-09T00:05:02.646Z Compiling peg-macros v0.8.4
28682024-11-09T00:05:02.658Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692024-11-09T00:05:02.660Z Compiling sqlparser_derive v0.2.2
28702024-11-09T00:05:02.698Z Compiling nix v0.28.0
28712024-11-09T00:05:02.761Z Checking papergrid v0.11.0
28722024-11-09T00:05:02.778Z Checking unicode_categories v0.1.1
28732024-11-09T00:05:03.087Z Checking nu-ansi-term v0.50.1
28742024-11-09T00:05:03.251Z Checking vte v0.11.1
28752024-11-09T00:05:03.539Z Checking home v0.5.9
28762024-11-09T00:05:03.712Z Checking sqlformat v0.2.6
28772024-11-09T00:05:03.794Z Checking sqlparser v0.45.0
28782024-11-09T00:05:04.692Z Checking strip-ansi-escapes v0.2.0
28792024-11-09T00:05:04.746Z Checking tabled v0.15.0
28802024-11-09T00:05:04.841Z Checking reedline v0.35.0
28812024-11-09T00:05:05.376Z Checking peg v0.8.4
28822024-11-09T00:05:05.797Z Checking rustyline v14.0.0
28832024-11-09T00:05:17.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.17s
28842024-11-09T00:05:17.225Z
28852024-11-09T00:05:17.225Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
28862024-11-09T00:05:17.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-11-09T00:05:17.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-11-09T00:05:17.979Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28892024-11-09T00:05:25.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s
28902024-11-09T00:05:25.572Z
28912024-11-09T00:05:25.572Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
28922024-11-09T00:05:26.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-11-09T00:05:26.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-11-09T00:05:26.212Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28952024-11-09T00:05:32.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s
28962024-11-09T00:05:32.387Z
28972024-11-09T00:05:32.387Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
28982024-11-09T00:05:32.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-11-09T00:05:32.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-11-09T00:05:33.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29012024-11-09T00:05:40.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
29022024-11-09T00:05:40.400Z
29032024-11-09T00:05:40.400Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
29042024-11-09T00:05:40.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-11-09T00:05:40.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-11-09T00:05:41.036Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29072024-11-09T00:05:48.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s
29082024-11-09T00:05:48.440Z
29092024-11-09T00:05:48.440Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
29102024-11-09T00:05:48.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-11-09T00:05:48.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-11-09T00:05:49.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29132024-11-09T00:05:55.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
29142024-11-09T00:05:55.364Z
29152024-11-09T00:05:55.365Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
29162024-11-09T00:05:55.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-11-09T00:05:55.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-11-09T00:05:56.002Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29192024-11-09T00:06:02.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.86s
29202024-11-09T00:06:02.392Z
29212024-11-09T00:06:02.392Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
29222024-11-09T00:06:02.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-11-09T00:06:02.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-11-09T00:06:03.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29252024-11-09T00:06:10.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.98s
29262024-11-09T00:06:10.542Z
29272024-11-09T00:06:10.542Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
29282024-11-09T00:06:11.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-11-09T00:06:11.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-11-09T00:06:11.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312024-11-09T00:06:11.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29322024-11-09T00:06:11.166Z
29332024-11-09T00:06:11.166Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
29342024-11-09T00:06:11.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352024-11-09T00:06:11.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362024-11-09T00:06:11.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372024-11-09T00:06:11.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29382024-11-09T00:06:11.750Z
29392024-11-09T00:06:11.750Zinfo: running `cargo check --bins` on installinator-client (121/168)
29402024-11-09T00:06:12.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-11-09T00:06:12.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-11-09T00:06:12.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432024-11-09T00:06:12.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29442024-11-09T00:06:12.363Z
29452024-11-09T00:06:12.363Zinfo: running `cargo check --bins` on oxide-client (122/168)
29462024-11-09T00:06:12.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472024-11-09T00:06:12.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482024-11-09T00:06:12.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492024-11-09T00:06:12.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29502024-11-09T00:06:12.958Z
29512024-11-09T00:06:12.958Zinfo: running `cargo check --bins` on wicketd-client (123/168)
29522024-11-09T00:06:13.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-11-09T00:06:13.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-11-09T00:06:13.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552024-11-09T00:06:13.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29562024-11-09T00:06:13.596Z
29572024-11-09T00:06:13.596Zinfo: running `cargo check --bins` on wicket-common (124/168)
29582024-11-09T00:06:14.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-11-09T00:06:14.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-11-09T00:06:14.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612024-11-09T00:06:14.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29622024-11-09T00:06:14.228Z
29632024-11-09T00:06:14.228Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
29642024-11-09T00:06:14.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-11-09T00:06:14.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-11-09T00:06:14.869Z Checking csv-core v0.1.11
29672024-11-09T00:06:14.872Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29682024-11-09T00:06:15.181Z Checking csv v1.3.0
29692024-11-09T00:06:15.730Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29702024-11-09T00:06:16.085Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29712024-11-09T00:06:17.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
29722024-11-09T00:06:17.474Z
29732024-11-09T00:06:17.474Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
29742024-11-09T00:06:18.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-11-09T00:06:18.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-11-09T00:06:18.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772024-11-09T00:06:18.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29782024-11-09T00:06:18.079Z
29792024-11-09T00:06:18.080Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
29802024-11-09T00:06:18.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-11-09T00:06:18.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-11-09T00:06:18.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832024-11-09T00:06:18.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29842024-11-09T00:06:18.686Z
29852024-11-09T00:06:18.686Zinfo: running `cargo check --bins` on cert-dev (128/168)
29862024-11-09T00:06:19.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-11-09T00:06:19.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-11-09T00:06:19.284Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29892024-11-09T00:06:19.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
29902024-11-09T00:06:19.711Z
29912024-11-09T00:06:19.711Zinfo: running `cargo check --bins` on ch-dev (129/168)
29922024-11-09T00:06:20.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-11-09T00:06:20.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-11-09T00:06:20.343Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29952024-11-09T00:06:21.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
29962024-11-09T00:06:21.223Z
29972024-11-09T00:06:21.223Zinfo: running `cargo check --bins` on crdb-seed (130/168)
29982024-11-09T00:06:21.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-11-09T00:06:21.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-11-09T00:06:21.847Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30012024-11-09T00:06:22.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
30022024-11-09T00:06:22.360Z
30032024-11-09T00:06:22.360Zinfo: running `cargo check --bins` on db-dev (131/168)
30042024-11-09T00:06:22.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-11-09T00:06:22.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-11-09T00:06:22.990Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30072024-11-09T00:06:23.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
30082024-11-09T00:06:23.897Z
30092024-11-09T00:06:23.897Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
30102024-11-09T00:06:24.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-11-09T00:06:24.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-11-09T00:06:24.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132024-11-09T00:06:24.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30142024-11-09T00:06:24.512Z
30152024-11-09T00:06:24.512Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
30162024-11-09T00:06:25.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-11-09T00:06:25.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-11-09T00:06:25.113Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30192024-11-09T00:06:26.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
30202024-11-09T00:06:26.229Z
30212024-11-09T00:06:26.229Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
30222024-11-09T00:06:26.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-11-09T00:06:26.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-11-09T00:06:26.827Z Checking cargo-platform v0.1.8
30252024-11-09T00:06:27.096Z Checking cargo_metadata v0.18.1
30262024-11-09T00:06:28.126Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30272024-11-09T00:06:28.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
30282024-11-09T00:06:29.044Z
30292024-11-09T00:06:29.044Zinfo: running `cargo check --bins` on mgs-dev (135/168)
30302024-11-09T00:06:29.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-11-09T00:06:29.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-11-09T00:06:29.743Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30332024-11-09T00:06:30.434Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30342024-11-09T00:06:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
30352024-11-09T00:06:31.121Z
30362024-11-09T00:06:31.121Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
30372024-11-09T00:06:31.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-11-09T00:06:31.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-11-09T00:06:31.882Z Compiling crunchy v0.2.2
30402024-11-09T00:06:31.882Z Compiling tiny-keccak v2.0.2
30412024-11-09T00:06:31.886Z Compiling dsl_auto_type v0.1.2
30422024-11-09T00:06:31.886Z Checking scheduled-thread-pool v0.2.7
30432024-11-09T00:06:31.886Z Compiling diesel_table_macro_syntax v0.2.0
30442024-11-09T00:06:31.886Z Compiling ascii-canvas v3.0.0
30452024-11-09T00:06:31.990Z Compiling ena v0.14.3
30462024-11-09T00:06:31.993Z Compiling diff v0.1.13
30472024-11-09T00:06:32.218Z Checking r2d2 v0.8.10
30482024-11-09T00:06:32.307Z Compiling regex-syntax v0.6.29
30492024-11-09T00:06:32.456Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30502024-11-09T00:06:32.491Z Compiling ref-cast v1.0.23
30512024-11-09T00:06:32.531Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30522024-11-09T00:06:32.531Z Compiling derive_builder_core v0.20.2
30532024-11-09T00:06:32.648Z Compiling libxml v0.3.3
30542024-11-09T00:06:32.677Z Compiling ref-cast-impl v1.0.23
30552024-11-09T00:06:32.836Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30562024-11-09T00:06:33.089Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30572024-11-09T00:06:33.115Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30582024-11-09T00:06:33.275Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30592024-11-09T00:06:33.331Z Compiling strum_macros v0.24.3
30602024-11-09T00:06:33.409Z Compiling samael v0.0.17
30612024-11-09T00:06:33.492Z Compiling diesel_derives v2.2.3
30622024-11-09T00:06:33.650Z Compiling indoc v1.0.9
30632024-11-09T00:06:34.673Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30642024-11-09T00:06:34.859Z Compiling derive_builder_macro v0.20.2
30652024-11-09T00:06:34.965Z Compiling impl-trait-for-tuples v0.2.2
30662024-11-09T00:06:35.807Z Compiling lalrpop v0.19.12
30672024-11-09T00:06:35.846Z Checking derive_builder v0.20.2
30682024-11-09T00:06:36.011Z Compiling oso-derive v0.27.3
30692024-11-09T00:06:36.379Z Checking quick-xml v0.33.0
30702024-11-09T00:06:36.694Z Compiling diesel-dtrace v0.3.0
30712024-11-09T00:06:37.016Z Checking maplit v1.0.2
30722024-11-09T00:06:37.134Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732024-11-09T00:06:37.150Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30742024-11-09T00:06:37.469Z Checking bb8 v0.8.5
30752024-11-09T00:06:37.844Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30762024-11-09T00:06:37.978Z Checking castaway v0.2.3
30772024-11-09T00:06:38.145Z Checking rand_seeder v0.3.0
30782024-11-09T00:06:38.161Z Checking compact_str v0.8.0
30792024-11-09T00:06:38.206Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30802024-11-09T00:06:38.374Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30812024-11-09T00:06:38.570Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30822024-11-09T00:06:38.747Z Checking unicode-truncate v1.1.0
30832024-11-09T00:06:38.976Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30842024-11-09T00:06:39.126Z Checking lru v0.12.5
30852024-11-09T00:06:39.277Z Compiling instability v0.3.2
30862024-11-09T00:06:39.451Z Checking cassowary v0.3.0
30872024-11-09T00:06:39.719Z Checking smawk v0.3.2
30882024-11-09T00:06:39.917Z Checking is_ci v1.2.0
30892024-11-09T00:06:39.940Z Checking unicode-linebreak v0.1.5
30902024-11-09T00:06:40.065Z Checking supports-color v3.0.1
30912024-11-09T00:06:40.301Z Checking multimap v0.10.0
30922024-11-09T00:06:40.350Z Checking ratatui v0.28.1
30932024-11-09T00:06:40.372Z Checking textwrap v0.16.1
30942024-11-09T00:06:40.516Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30952024-11-09T00:06:43.268Z Checking diesel v2.2.4
30962024-11-09T00:07:08.891Z Compiling polar-core v0.27.3
30972024-11-09T00:07:13.855Z Checking async-bb8-diesel v0.2.1
30982024-11-09T00:07:16.425Z Checking oso v0.27.3
30992024-11-09T00:08:58.572Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31002024-11-09T00:09:06.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
31012024-11-09T00:09:07.127Z
31022024-11-09T00:09:07.127Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
31032024-11-09T00:09:07.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-11-09T00:09:07.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-11-09T00:09:07.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062024-11-09T00:09:07.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31072024-11-09T00:09:07.791Z
31082024-11-09T00:09:07.791Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
31092024-11-09T00:09:08.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-11-09T00:09:08.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-11-09T00:09:08.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122024-11-09T00:09:08.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31132024-11-09T00:09:08.444Z
31142024-11-09T00:09:08.445Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
31152024-11-09T00:09:08.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-11-09T00:09:08.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-11-09T00:09:08.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182024-11-09T00:09:08.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31192024-11-09T00:09:09.036Z
31202024-11-09T00:09:09.036Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
31212024-11-09T00:09:09.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-11-09T00:09:09.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-11-09T00:09:09.817Z Compiling libz-sys v1.1.20
31242024-11-09T00:09:09.820Z Compiling libgit2-sys v0.17.0+1.8.1
31252024-11-09T00:09:09.940Z Compiling vergen v8.3.2
31262024-11-09T00:09:09.942Z Compiling cargo-platform v0.1.8
31272024-11-09T00:09:09.942Z Compiling pin-project-internal v1.1.6
31282024-11-09T00:09:09.981Z Compiling libsqlite3-sys v0.30.1
31292024-11-09T00:09:09.984Z Compiling snafu-derive v0.8.5
31302024-11-09T00:09:09.984Z Compiling buf-list v1.0.3
31312024-11-09T00:09:10.255Z Checking bumpalo v3.16.0
31322024-11-09T00:09:10.525Z Compiling cargo_metadata v0.18.1
31332024-11-09T00:09:10.528Z Compiling cfg_aliases v0.2.1
31342024-11-09T00:09:10.578Z Compiling rustls v0.21.12
31352024-11-09T00:09:10.639Z Checking simd-adler32 v0.3.7
31362024-11-09T00:09:10.656Z Compiling zip v2.1.3
31372024-11-09T00:09:10.850Z Checking lockfree-object-pool v0.1.6
31382024-11-09T00:09:10.990Z Compiling nix v0.29.0
31392024-11-09T00:09:11.026Z Checking globset v0.4.15
31402024-11-09T00:09:11.049Z Checking rustls-webpki v0.101.7
31412024-11-09T00:09:11.107Z Checking zopfli v0.8.1
31422024-11-09T00:09:11.529Z Checking sct v0.7.1
31432024-11-09T00:09:11.737Z Checking olpc-cjson v0.1.4
31442024-11-09T00:09:11.756Z Checking serde_plain v1.0.2
31452024-11-09T00:09:11.812Z Compiling displaydoc v0.2.5
31462024-11-09T00:09:11.867Z Checking typed-path v0.9.3
31472024-11-09T00:09:12.785Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31482024-11-09T00:09:12.902Z Checking pin-project v1.1.6
31492024-11-09T00:09:13.007Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31502024-11-09T00:09:13.079Z Checking hashlink v0.9.1
31512024-11-09T00:09:13.320Z Checking fallible-streaming-iterator v0.1.9
31522024-11-09T00:09:13.558Z Checking parse-size v1.1.0
31532024-11-09T00:09:13.698Z Checking fallible-iterator v0.3.0
31542024-11-09T00:09:13.863Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31552024-11-09T00:09:13.994Z Checking rustls-pemfile v1.0.4
31562024-11-09T00:09:14.214Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31572024-11-09T00:09:14.319Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31582024-11-09T00:09:14.348Z Checking rusqlite v0.32.1
31592024-11-09T00:09:14.794Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31602024-11-09T00:09:14.799Z Checking twox-hash v1.6.3
31612024-11-09T00:09:14.799Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31622024-11-09T00:09:15.080Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31632024-11-09T00:09:15.107Z Checking snafu v0.8.5
31642024-11-09T00:09:15.332Z Checking tokio-rustls v0.24.1
31652024-11-09T00:09:15.528Z Checking tough v0.19.0
31662024-11-09T00:09:15.726Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31672024-11-09T00:09:15.865Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31682024-11-09T00:09:15.976Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31692024-11-09T00:09:16.274Z Checking fatfs v0.3.6
31702024-11-09T00:09:16.548Z Checking assert_matches v1.5.0
31712024-11-09T00:09:20.334Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31722024-11-09T00:09:21.756Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31732024-11-09T00:09:22.780Z Compiling git2 v0.19.0
31742024-11-09T00:09:27.897Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31752024-11-09T00:13:01.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 52s
31762024-11-09T00:13:02.170Z
31772024-11-09T00:13:02.170Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
31782024-11-09T00:13:02.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-11-09T00:13:02.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-11-09T00:13:02.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812024-11-09T00:13:02.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31822024-11-09T00:13:02.849Z
31832024-11-09T00:13:02.849Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
31842024-11-09T00:13:03.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-11-09T00:13:03.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-11-09T00:13:03.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872024-11-09T00:13:03.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31882024-11-09T00:13:03.438Z
31892024-11-09T00:13:03.438Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
31902024-11-09T00:13:03.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-11-09T00:13:03.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-11-09T00:13:03.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932024-11-09T00:13:03.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31942024-11-09T00:13:04.070Z
31952024-11-09T00:13:04.070Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
31962024-11-09T00:13:04.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972024-11-09T00:13:04.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982024-11-09T00:13:04.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992024-11-09T00:13:04.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32002024-11-09T00:13:04.719Z
32012024-11-09T00:13:04.719Zinfo: running `cargo check --bins` on nexus-networking (145/168)
32022024-11-09T00:13:05.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032024-11-09T00:13:05.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042024-11-09T00:13:05.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052024-11-09T00:13:05.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32062024-11-09T00:13:05.366Z
32072024-11-09T00:13:05.366Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
32082024-11-09T00:13:05.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092024-11-09T00:13:05.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102024-11-09T00:13:05.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112024-11-09T00:13:05.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32122024-11-09T00:13:06.018Z
32132024-11-09T00:13:06.018Zinfo: running `cargo check --bins` on update-common (147/168)
32142024-11-09T00:13:06.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152024-11-09T00:13:06.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162024-11-09T00:13:06.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172024-11-09T00:13:06.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32182024-11-09T00:13:06.667Z
32192024-11-09T00:13:06.667Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
32202024-11-09T00:13:07.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-11-09T00:13:07.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-11-09T00:13:07.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232024-11-09T00:13:07.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32242024-11-09T00:13:07.296Z
32252024-11-09T00:13:07.296Zinfo: running `cargo check --bins` on tufaceous (149/168)
32262024-11-09T00:13:07.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-11-09T00:13:07.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-11-09T00:13:07.960Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32292024-11-09T00:13:08.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
32302024-11-09T00:13:09.078Z
32312024-11-09T00:13:09.078Zinfo: running `cargo check --bins` on omicron-dev (150/168)
32322024-11-09T00:13:09.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-11-09T00:13:09.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-11-09T00:13:09.918Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32352024-11-09T00:13:10.040Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32362024-11-09T00:13:10.040Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32372024-11-09T00:13:10.043Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32382024-11-09T00:14:08.398Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32392024-11-09T00:14:08.401Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32402024-11-09T00:14:08.401Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32412024-11-09T00:14:08.401Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32422024-11-09T00:14:08.401Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32432024-11-09T00:14:09.224Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32442024-11-09T00:14:10.469Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32452024-11-09T00:17:33.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 24s
32462024-11-09T00:17:33.567Z
32472024-11-09T00:17:33.567Zinfo: running `cargo check --bins` on openapi-manager (151/168)
32482024-11-09T00:17:34.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-11-09T00:17:34.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-11-09T00:17:34.261Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32512024-11-09T00:17:34.264Z Checking heck v0.4.1
32522024-11-09T00:17:34.264Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32532024-11-09T00:17:34.501Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32542024-11-09T00:17:35.889Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32552024-11-09T00:17:36.744Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32562024-11-09T00:17:37.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32572024-11-09T00:17:37.943Z
32582024-11-09T00:17:37.943Zinfo: running `cargo check --bins` on installinator-api (152/168)
32592024-11-09T00:17:38.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602024-11-09T00:17:38.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612024-11-09T00:17:38.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622024-11-09T00:17:38.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32632024-11-09T00:17:38.569Z
32642024-11-09T00:17:38.569Zinfo: running `cargo check --bins` on wicketd-api (153/168)
32652024-11-09T00:17:39.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662024-11-09T00:17:39.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672024-11-09T00:17:39.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682024-11-09T00:17:39.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32692024-11-09T00:17:39.201Z
32702024-11-09T00:17:39.201Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
32712024-11-09T00:17:39.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722024-11-09T00:17:39.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732024-11-09T00:17:39.872Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32742024-11-09T00:17:41.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
32752024-11-09T00:17:41.241Z
32762024-11-09T00:17:41.242Zinfo: running `cargo check --bins` on omicron-releng (155/168)
32772024-11-09T00:17:41.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782024-11-09T00:17:41.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792024-11-09T00:17:41.900Z Checking memmap2 v0.9.5
32802024-11-09T00:17:41.900Z Checking constant_time_eq v0.3.1
32812024-11-09T00:17:41.903Z Checking arrayref v0.3.9
32822024-11-09T00:17:41.903Z Checking arrayvec v0.7.6
32832024-11-09T00:17:41.903Z Checking spin v0.5.2
32842024-11-09T00:17:41.903Z Checking topological-sort v0.2.2
32852024-11-09T00:17:42.013Z Checking shell-words v1.1.0
32862024-11-09T00:17:42.185Z Checking ring v0.16.20
32872024-11-09T00:17:42.311Z Checking blake3 v1.5.4
32882024-11-09T00:17:43.400Z Checking omicron-zone-package v0.11.1
32892024-11-09T00:17:44.551Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32902024-11-09T00:17:45.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
32912024-11-09T00:17:45.654Z
32922024-11-09T00:17:45.654Zinfo: running `cargo check --bins` on xtask (156/168)
32932024-11-09T00:17:46.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942024-11-09T00:17:46.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952024-11-09T00:17:46.079Z Checking bitflags v2.6.0
32962024-11-09T00:17:46.082Z Checking serde v1.0.210
32972024-11-09T00:17:46.082Z Checking thiserror v1.0.64
32982024-11-09T00:17:46.172Z Checking scroll v0.12.0
32992024-11-09T00:17:46.175Z Checking log v0.4.22
33002024-11-09T00:17:46.181Z Checking hashbrown v0.15.0
33012024-11-09T00:17:46.202Z Checking zerocopy v0.7.35
33022024-11-09T00:17:46.216Z Checking syn v2.0.79
33032024-11-09T00:17:46.278Z Checking pest v2.7.14
33042024-11-09T00:17:46.406Z Checking rustix v0.38.37
33052024-11-09T00:17:46.443Z Checking once_cell v1.20.2
33062024-11-09T00:17:46.640Z Checking goblin v0.8.2
33072024-11-09T00:17:46.746Z Checking fs-err v2.11.0
33082024-11-09T00:17:47.054Z Checking anyhow v1.0.92
33092024-11-09T00:17:47.315Z Checking indexmap v2.6.0
33102024-11-09T00:17:47.465Z Checking tabled v0.15.0
33112024-11-09T00:17:48.503Z Checking terminal_size v0.4.0
33122024-11-09T00:17:48.503Z Checking tempfile v3.13.0
33132024-11-09T00:17:48.663Z Checking clap_builder v4.5.20
33142024-11-09T00:17:48.864Z Checking dtrace-parser v0.2.0
33152024-11-09T00:17:50.832Z Checking serde_json v1.0.128
33162024-11-09T00:17:50.833Z Checking toml_datetime v0.6.8
33172024-11-09T00:17:50.837Z Checking serde_spanned v0.6.8
33182024-11-09T00:17:50.837Z Checking camino v1.1.9
33192024-11-09T00:17:50.837Z Checking semver v1.0.23
33202024-11-09T00:17:50.837Z Checking cargo-platform v0.1.8
33212024-11-09T00:17:50.894Z Checking clap v4.5.20
33222024-11-09T00:17:50.954Z Checking macaddr v1.0.1
33232024-11-09T00:17:51.133Z Checking toml_edit v0.22.22
33242024-11-09T00:17:51.349Z Checking camino-tempfile v1.1.1
33252024-11-09T00:17:51.956Z Checking dof v0.3.0
33262024-11-09T00:17:51.959Z Checking cargo_metadata v0.18.1
33272024-11-09T00:17:52.363Z Checking usdt-impl v0.5.0
33282024-11-09T00:17:52.753Z Checking usdt v0.5.0
33292024-11-09T00:17:52.909Z Checking toml v0.8.19
33302024-11-09T00:17:53.384Z Checking cargo_toml v0.20.5
33312024-11-09T00:17:54.609Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33322024-11-09T00:17:55.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.58s
33332024-11-09T00:17:55.357Z
33342024-11-09T00:17:55.357Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
33352024-11-09T00:17:55.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-11-09T00:17:56.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-11-09T00:17:56.098Z Checking polyval v0.6.2
33382024-11-09T00:17:56.234Z Checking ctr v0.9.2
33392024-11-09T00:17:56.264Z Checking ssh-encoding v0.2.0
33402024-11-09T00:17:56.285Z Checking blowfish v0.9.1
33412024-11-09T00:17:56.285Z Checking password-hash v0.4.2
33422024-11-09T00:17:56.285Z Checking matches v0.1.10
33432024-11-09T00:17:56.296Z Checking p521 v0.13.3
33442024-11-09T00:17:56.296Z Checking p256 v0.13.2
33452024-11-09T00:17:56.334Z Checking idna v0.2.3
33462024-11-09T00:17:56.428Z Checking ghash v0.5.1
33472024-11-09T00:17:56.456Z Checking bcrypt-pbkdf v0.10.0
33482024-11-09T00:17:56.472Z Compiling enum-as-inner v0.5.1
33492024-11-09T00:17:56.563Z Checking russh-cryptovec v0.7.3
33502024-11-09T00:17:56.598Z Checking aes-gcm v0.10.3
33512024-11-09T00:17:56.665Z Checking pbkdf2 v0.11.0
33522024-11-09T00:17:56.683Z Checking md5 v0.7.0
33532024-11-09T00:17:56.753Z Checking num-bigint v0.4.6
33542024-11-09T00:17:56.772Z Checking des v0.8.1
33552024-11-09T00:17:56.872Z Checking ssh-cipher v0.2.0
33562024-11-09T00:17:56.937Z Checking hex-literal v0.4.1
33572024-11-09T00:17:56.971Z Compiling dhcproto-macros v0.1.0
33582024-11-09T00:17:57.055Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33592024-11-09T00:17:57.073Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33602024-11-09T00:17:57.159Z Checking ssh-key v0.6.6
33612024-11-09T00:17:57.178Z Checking internet-checksum v0.2.1
33622024-11-09T00:17:57.481Z Checking trust-dns-proto v0.22.0
33632024-11-09T00:17:58.508Z Checking russh-keys v0.45.0
33642024-11-09T00:17:59.488Z Checking russh v0.45.0
33652024-11-09T00:18:00.049Z Checking dhcproto v0.12.0
33662024-11-09T00:18:22.758Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33672024-11-09T00:18:24.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.79s
33682024-11-09T00:18:24.338Z
33692024-11-09T00:18:24.338Zinfo: running `cargo check --bins` on gateway-cli (158/168)
33702024-11-09T00:18:24.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-11-09T00:18:24.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-11-09T00:18:24.965Z Checking termios v0.3.3
33732024-11-09T00:18:25.181Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33742024-11-09T00:18:25.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33752024-11-09T00:18:26.146Z
33762024-11-09T00:18:26.146Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
33772024-11-09T00:18:26.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782024-11-09T00:18:26.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792024-11-09T00:18:26.832Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33802024-11-09T00:18:28.850Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33812024-11-09T00:18:30.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
33822024-11-09T00:18:31.076Z
33832024-11-09T00:18:31.076Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
33842024-11-09T00:18:31.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-11-09T00:18:31.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-11-09T00:18:31.699Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33872024-11-09T00:18:32.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
33882024-11-09T00:18:32.324Z
33892024-11-09T00:18:32.325Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
33902024-11-09T00:18:32.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-11-09T00:18:32.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-11-09T00:18:32.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932024-11-09T00:18:32.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942024-11-09T00:18:32.914Z
33952024-11-09T00:18:32.914Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
33962024-11-09T00:18:33.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972024-11-09T00:18:33.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982024-11-09T00:18:33.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992024-11-09T00:18:33.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34002024-11-09T00:18:33.509Z
34012024-11-09T00:18:33.509Zinfo: running `cargo check --bins` on omicron-package (163/168)
34022024-11-09T00:18:34.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032024-11-09T00:18:34.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042024-11-09T00:18:34.160Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34052024-11-09T00:18:35.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
34062024-11-09T00:18:35.604Z
34072024-11-09T00:18:35.605Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
34082024-11-09T00:18:36.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092024-11-09T00:18:36.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102024-11-09T00:18:36.279Z Checking rtoolbox v0.0.2
34112024-11-09T00:18:36.279Z Checking tui-tree-widget v0.22.0
34122024-11-09T00:18:36.283Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34132024-11-09T00:18:36.520Z Checking rpassword v7.3.1
34142024-11-09T00:18:40.604Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34152024-11-09T00:18:43.862Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34162024-11-09T00:18:45.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.41s
34172024-11-09T00:18:45.209Z
34182024-11-09T00:18:45.209Zinfo: running `cargo check --bins` on wicket (165/168)
34192024-11-09T00:18:45.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202024-11-09T00:18:45.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212024-11-09T00:18:45.886Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34222024-11-09T00:18:46.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
34232024-11-09T00:18:46.469Z
34242024-11-09T00:18:46.469Zinfo: running `cargo check --bins` on wicketd (166/168)
34252024-11-09T00:18:47.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262024-11-09T00:18:47.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272024-11-09T00:18:47.168Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34282024-11-09T00:18:56.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
34292024-11-09T00:18:56.958Z
34302024-11-09T00:18:56.958Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
34312024-11-09T00:18:57.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322024-11-09T00:18:57.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332024-11-09T00:18:57.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342024-11-09T00:18:57.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352024-11-09T00:18:57.558Z
34362024-11-09T00:18:57.559Zinfo: running `cargo check --bins` on zone-setup (168/168)
34372024-11-09T00:18:58.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382024-11-09T00:18:58.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392024-11-09T00:18:58.263Z Checking uzers v0.12.1
34402024-11-09T00:18:58.608Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34412024-11-09T00:18:59.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
34422024-11-09T00:18:59.904Z
34432024-11-09T00:18:59.904Zreal 24:40.320369346
34442024-11-09T00:18:59.904Zuser 35:15.462223447
34452024-11-09T00:18:59.904Zsys 5:18.146455323
34462024-11-09T00:18:59.904Ztrap 0.553501275
34472024-11-09T00:18:59.907Ztflt 2.743176686
34482024-11-09T00:18:59.907Zdflt 2.908447652
34492024-11-09T00:18:59.907Zkflt 0.000903296
34502024-11-09T00:18:59.907Zlock 1:28:15.378347575
34512024-11-09T00:18:59.907Zslp 3:25:49.421676946
34522024-11-09T00:18:59.907Zlat 1:00.039644783
34532024-11-09T00:18:59.907Zstop 3:14.238245868
34542024-11-09T00:18:59.907Zprocess exited: duration 1840385 ms, exit code 0
 
34552024-11-09T00:18:59.913Zfound 0 output files