01JCKE91K78EJQNFPS1VQ0S68Q: 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: 01JCKEA0HG9PJ892Z7J0GJNT3R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-13T19:00:20.525Zjob assigned to worker 01JCKE9W6K5S7SKTQ1HVA5VC24 (queued for 57 s)
 
22024-11-13T19:00:28.266Zstarting task 0: "setup"
32024-11-13T19:00:28.274Z++ uname -s
42024-11-13T19:00:28.277Z+ kern=SunOS
52024-11-13T19:00:28.277Z+ case "$kern" in
62024-11-13T19:00:28.277Z+ groupadd -g 12345 build
72024-11-13T19:00:28.279Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-13T19:00:30.291Z+ zfs create -o mountpoint=/work rpool/work
92024-11-13T19:00:30.415Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-13T19:00:30.417Z+ home_fs=zfs
112024-11-13T19:00:30.417Z+ [[ zfs == autofs ]]
122024-11-13T19:00:30.417Z+ mkdir -p /home/build
132024-11-13T19:00:30.420Z+ chown build:build /home/build /work
142024-11-13T19:00:32.422Z+ chmod 0700 /home/build /work
152024-11-13T19:00:32.425Zprocess exited: duration 4159 ms, exit code 0
 
162024-11-13T19:00:32.431Zstarting task 1: "rust-toolchain"
172024-11-13T19:00:32.437Z+ printf ' * toolchain channel = "%s"
182024-11-13T19:00:32.437Z * toolchain channel = "1.81.0"
192024-11-13T19:00:32.437Z * toolchain profile = "default"
202024-11-13T19:00:32.437Z' 1.81.0
212024-11-13T19:00:32.437Z+ printf ' * toolchain profile = "%s"
222024-11-13T19:00:32.437Z' default
232024-11-13T19:00:32.439Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-13T19:00:32.439Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-13T19:00:32.557Zinfo: downloading installer
262024-11-13T19:00:33.748Zinfo: profile set to 'default'
272024-11-13T19:00:33.748Zinfo: default host triple is x86_64-unknown-illumos
282024-11-13T19:00:33.751Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-13T19:00:33.892Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-13T19:00:33.892Zinfo: downloading component 'cargo'
312024-11-13T19:00:34.622Zinfo: downloading component 'clippy'
322024-11-13T19:00:34.892Zinfo: downloading component 'rust-docs'
332024-11-13T19:00:35.896Zinfo: downloading component 'rust-std'
342024-11-13T19:00:37.462Zinfo: downloading component 'rustc'
352024-11-13T19:00:43.034Zinfo: downloading component 'rustfmt'
362024-11-13T19:00:43.246Zinfo: installing component 'cargo'
372024-11-13T19:00:44.082Zinfo: installing component 'clippy'
382024-11-13T19:00:44.473Zinfo: installing component 'rust-docs'
392024-11-13T19:00:46.116Zinfo: installing component 'rust-std'
402024-11-13T19:00:47.945Zinfo: installing component 'rustc'
412024-11-13T19:00:53.634Zinfo: installing component 'rustfmt'
422024-11-13T19:00:54.011Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-13T19:00:54.011Z
442024-11-13T19:00:54.343Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-13T19:00:54.343Z
462024-11-13T19:00:54.346Z
472024-11-13T19:00:54.346ZRust is installed now. Great!
482024-11-13T19:00:54.346Z
492024-11-13T19:00:54.346ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-13T19:00:54.346Zenvironment variable. This has not been done automatically.
512024-11-13T19:00:54.346Z
522024-11-13T19:00:54.346ZTo configure your current shell, you need to source
532024-11-13T19:00:54.346Zthe corresponding env file under $HOME/.cargo.
542024-11-13T19:00:54.346Z
552024-11-13T19:00:54.346ZThis is usually done by running one of the following (note the leading DOT):
562024-11-13T19:00:54.346Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-13T19:00:54.346Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-13T19:00:54.415Z+ rustc --version
592024-11-13T19:00:54.479Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-13T19:00:54.482Zprocess exited: duration 22045 ms, exit code 0
 
612024-11-13T19:00:54.487Zstarting task 2: "authentication"
622024-11-13T19:00:54.508Zprocess exited: duration 20 ms, exit code 0
 
632024-11-13T19:00:54.513Zstarting task 3: "clone repository"
642024-11-13T19:00:54.519Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-13T19:00:54.521Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-13T19:00:55.016ZCloning into '/work/oxidecomputer/omicron'...
672024-11-13T19:01:35.762Z+ cd /work/oxidecomputer/omicron
682024-11-13T19:01:35.762Z+ git fetch origin 49a43bbf6eb2e023fffbb8c6819c9ea637778a79
692024-11-13T19:01:36.495ZFrom https://github.com/oxidecomputer/omicron
702024-11-13T19:01:36.495Z * branch 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 -> FETCH_HEAD
712024-11-13T19:01:36.505Z+ [[ -n system-oxql-endpoints ]]
722024-11-13T19:01:36.508Z++ git branch --show-current
732024-11-13T19:01:36.510Z+ current=main
742024-11-13T19:01:36.510Z+ [[ main != system-oxql-endpoints ]]
752024-11-13T19:01:36.511Z+ git branch -f system-oxql-endpoints 49a43bbf6eb2e023fffbb8c6819c9ea637778a79
762024-11-13T19:01:36.514Z+ git checkout -f system-oxql-endpoints
772024-11-13T19:01:36.681ZSwitched to branch 'system-oxql-endpoints'
782024-11-13T19:01:36.684Z+ git reset --hard 49a43bbf6eb2e023fffbb8c6819c9ea637778a79
792024-11-13T19:01:36.707ZHEAD is now at 49a43bbf6 /schema -> /schemas
802024-11-13T19:01:36.710Zprocess exited: duration 42183 ms, exit code 0
 
812024-11-13T19:01:36.714Zstarting task 4: "build"
822024-11-13T19:01:36.719Z+ source .github/buildomat/ci-env.sh
832024-11-13T19:01:36.719Z++ export CARGO_TERM_COLOR=always
842024-11-13T19:01:36.722Z++ CARGO_TERM_COLOR=always
852024-11-13T19:01:36.722Z+ cargo --version
862024-11-13T19:01:36.776Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-13T19:01:36.778Z+ rustc --version
882024-11-13T19:01:36.838Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-13T19:01:36.841Z+ source ./env.sh
902024-11-13T19:01:36.841Z++ OLD_SHELL_OPTS=ehxB
912024-11-13T19:01:36.841Z++ set -o xtrace
922024-11-13T19:01:36.843Z++++ dirname ./env.sh
932024-11-13T19:01:36.845Z+++ readlink -f .
942024-11-13T19:01:36.848Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-13T19:01:36.848Z++ 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-13T19:01:36.848Z++ 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-13T19:01:36.848Z++ 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-13T19:01:36.848Z++ 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-13T19:01:36.848Z++ 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-13T19:01:36.848Z++ 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-13T19:01:36.848Z++ 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-13T19:01:36.848Z++ 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-13T19:01:36.848Z++ case $OLD_SHELL_OPTS in
1042024-11-13T19:01:36.848Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-13T19:01:36.848Z+ 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-13T19:01:36.848Z+ 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-13T19:01:36.848Z+ banner prerequisites
1082024-11-13T19:01:36.851Z
1092024-11-13T19:01:36.851Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-13T19:01:36.851Z # # # # # # # # # # # # # # #
1112024-11-13T19:01:36.851Z # # # # ##### # # ##### # # # # # #### #
1122024-11-13T19:01:36.851Z ##### ##### # ##### # # # # # # # # #
1132024-11-13T19:01:36.851Z # # # # # # # # # # # # # # #
1142024-11-13T19:01:36.851Z # # # ###### # # ###### ### # #### # #### #
1152024-11-13T19:01:36.851Z
1162024-11-13T19:01:36.851Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-13T19:01:48.982Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-13T19:01:52.810Z Startup: Caching catalogs ... Done
1192024-11-13T19:02:00.955ZPlanning: Solver setup ... Done (7.420s)
1202024-11-13T19:02:01.059ZPlanning: Running solver ... Done (0.104s)
1212024-11-13T19:02:01.282ZPlanning: Finding local manifests ... Done (0.137s)
1222024-11-13T19:02:01.315ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-13T19:02:01.974ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-13T19:02:02.543ZPlanning: Package planning ... Done (0.569s)
1252024-11-13T19:02:02.599ZPlanning: Merging actions ... Done (0.055s)
1262024-11-13T19:02:03.556ZPlanning: Checking for conflicting actions ... Done (0.957s)
1272024-11-13T19:02:09.489ZPlanning: Consolidating action changes ... Done (5.931s)
1282024-11-13T19:02:09.894ZPlanning: Evaluating mediators ... Done (0.405s)
1292024-11-13T19:02:09.976ZPlanning: Planning completed in 17.07 seconds
1302024-11-13T19:02:09.992Z Packages to install: 4
1312024-11-13T19:02:09.992Z Packages to update: 1
1322024-11-13T19:02:09.994Z Mediators to change: 2
1332024-11-13T19:02:09.994Z Services to change: 1
1342024-11-13T19:02:09.994Z Estimated space available: 155.64 GB
1352024-11-13T19:02:09.994ZEstimated space to be consumed: 1.59 GB
1362024-11-13T19:02:09.994Z Create boot environment: No
1372024-11-13T19:02:09.994ZCreate backup boot environment: Yes
1382024-11-13T19:02:09.994Z Rebuild boot archive: No
1392024-11-13T19:02:09.994Z
1402024-11-13T19:02:09.994ZChanged mediators:
1412024-11-13T19:02:09.995Z mediator clang:
1422024-11-13T19:02:09.995Z version: None -> 15 (system default)
1432024-11-13T19:02:09.995Z
1442024-11-13T19:02:09.995Z mediator llvm:
1452024-11-13T19:02:09.995Z version: 14 (system default) -> 15 (system default)
1462024-11-13T19:02:09.995Z
1472024-11-13T19:02:09.995ZChanged packages:
1482024-11-13T19:02:09.995Zhelios-dev
1492024-11-13T19:02:09.995Z developer/build-essential
1502024-11-13T19:02:09.995Z None -> 11-2.0
1512024-11-13T19:02:09.995Z library/libxmlsec1
1522024-11-13T19:02:09.995Z None -> 1.2.35-2.0
1532024-11-13T19:02:09.995Z ooce/developer/clang-15
1542024-11-13T19:02:09.995Z None -> 15.0.7-2.0
1552024-11-13T19:02:09.995Z ooce/developer/llvm-15
1562024-11-13T19:02:09.995Z None -> 15.0.7-2.0
1572024-11-13T19:02:09.995Z package/pkg
1582024-11-13T19:02:09.995Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-13T19:02:09.995Z
1602024-11-13T19:02:09.995ZServices:
1612024-11-13T19:02:09.995Z restart_fmri:
1622024-11-13T19:02:09.995Z svc:/system/update-man-index:default
1632024-11-13T19:02:09.995Z
1642024-11-13T19:02:09.995ZEditable files to change:
1652024-11-13T19:02:09.995Z Update:
1662024-11-13T19:02:09.995Z usr/share/lib/pkg/web/config.shtml
1672024-11-13T19:02:10.336Z
1682024-11-13T19:02:10.336ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-13T19:02:15.345ZDownload: 565/4281 items 17.6/220.6MB 7% complete (3.7M/s)
1702024-11-13T19:02:20.722ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (8.5M/s)
1712024-11-13T19:02:25.723ZDownload: 1894/4281 items 118.6/220.6MB 53% complete (10.1M/s)
1722024-11-13T19:02:30.738ZDownload: 2708/4281 items 120.8/220.6MB 54% complete (3.8M/s)
1732024-11-13T19:02:35.742ZDownload: 3153/4281 items 171.0/220.6MB 77% complete (5.2M/s)
1742024-11-13T19:02:40.972ZDownload: 3245/4281 items 203.0/220.6MB 92% complete (8.2M/s)
1752024-11-13T19:02:48.212ZDownload: 3248/4281 items 203.0/220.6MB 92% complete (8.0M/s)
1762024-11-13T19:02:54.527ZDownload: 3282/4281 items 209.4/220.6MB 94% complete (752k/s)
1772024-11-13T19:03:00.939ZDownload: 3285/4281 items 210.1/220.6MB 95% complete (888k/s)
1782024-11-13T19:03:05.986ZDownload: 4191/4281 items 220.5/220.6MB 99% complete (2.2M/s)
1792024-11-13T19:03:11.391ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (2.0M/s)
1802024-11-13T19:03:17.210ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (1.9M/s)
1812024-11-13T19:03:17.322ZDownload: Completed 220.60 MB in 66.97 seconds (3.3M/s)
1822024-11-13T19:03:19.424Z Actions: 1/5063 actions (Removing old actions)
1832024-11-13T19:03:19.443Z Actions: 194/5063 actions (Installing new actions)
1842024-11-13T19:03:24.105Z Actions: 4226/5063 actions (Updating modified actions)
1852024-11-13T19:03:24.420Z Actions: Completed 5063 actions in 4.99 seconds.
1862024-11-13T19:03:24.790Z Done (0.362s)
1872024-11-13T19:03:24.792Z Done (0.000s)
1882024-11-13T19:03:25.309Z Done (0.517s)
1892024-11-13T19:03:29.645Z Done (4.121s)
1902024-11-13T19:03:29.733Z Done (0.018s)
1912024-11-13T19:03:29.738Z Done (0.000s)
1922024-11-13T19:03:29.890Z Done (0.000s)
1932024-11-13T19:03:30.562ZPlanning: Evaluating mediator changes ... Done
1942024-11-13T19:03:30.722ZPlanning: Checking for conflicting actions ... Done
1952024-11-13T19:03:30.725ZPlanning: Consolidating action changes ... Done
1962024-11-13T19:03:31.002ZPlanning: Evaluating mediators ... Done
1972024-11-13T19:03:31.004ZPlanning: Planning completed in 0.44 seconds
1982024-11-13T19:03:31.041Z Mediators to change: 2
1992024-11-13T19:03:31.041Z Create boot environment: No
2002024-11-13T19:03:31.044ZCreate backup boot environment: No
2012024-11-13T19:03:31.118Z Done
2022024-11-13T19:03:31.118Z Done
2032024-11-13T19:03:31.482Z Done
2042024-11-13T19:03:35.028Z Done
2052024-11-13T19:03:35.117Z Done
2062024-11-13T19:03:35.120Z Done
2072024-11-13T19:03:35.226Z Done
2082024-11-13T19:03:35.848ZPlanning: Evaluating mediator changes ... Done
2092024-11-13T19:03:35.850ZPlanning: Merging actions ... Done
2102024-11-13T19:03:36.040ZPlanning: Checking for conflicting actions ... Done
2112024-11-13T19:03:36.042ZPlanning: Consolidating action changes ... Done
2122024-11-13T19:03:36.308ZPlanning: Evaluating mediators ... Done
2132024-11-13T19:03:36.363ZPlanning: Planning completed in 0.76 seconds
2142024-11-13T19:03:36.405Z Packages to change: 1
2152024-11-13T19:03:36.405Z Mediators to change: 1
2162024-11-13T19:03:36.408Z Services to change: 1
2172024-11-13T19:03:36.408Z Create boot environment: No
2182024-11-13T19:03:36.408ZCreate backup boot environment: Yes
2192024-11-13T19:03:38.504Z Actions: 1/6 actions (Updating modified actions)
2202024-11-13T19:03:38.507Z Actions: Completed 6 actions in 0.00 seconds.
2212024-11-13T19:03:38.507Z Done
2222024-11-13T19:03:38.507Z Done
2232024-11-13T19:03:38.613Z Done
2242024-11-13T19:03:42.318Z Done
2252024-11-13T19:03:42.412Z Done
2262024-11-13T19:03:42.415Z Done
2272024-11-13T19:03:42.536Z Done
2282024-11-13T19:03:42.968ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292024-11-13T19:03:42.968Zclang system 15 system
2302024-11-13T19:03:42.968Zcsh system system illumos
2312024-11-13T19:03:42.968Zctags system system illumos
2322024-11-13T19:03:42.968Zgcc vendor 12 vendor
2332024-11-13T19:03:42.968Zgcc system 10 system
2342024-11-13T19:03:42.968Zgcc system 7 system
2352024-11-13T19:03:42.968Zgo system 1.20 system
2362024-11-13T19:03:42.968Zgo system 1.19 system
2372024-11-13T19:03:42.968Zllvm system 15 system
2382024-11-13T19:03:42.968Zllvm system 14 system
2392024-11-13T19:03:42.968Zmariadb system 10.6 system
2402024-11-13T19:03:42.968Zmta vendor vendor dma
2412024-11-13T19:03:42.968Zopenjdk system 17 system
2422024-11-13T19:03:42.968Zopenjdk system 11 system
2432024-11-13T19:03:42.968Zopenjdk system 1.8 system
2442024-11-13T19:03:42.968Zopenssl vendor 3 vendor
2452024-11-13T19:03:42.968Zperl system 5.36 system
2462024-11-13T19:03:42.968Zpostgresql system 15 system
2472024-11-13T19:03:42.968Zpostgresql system 13 system
2482024-11-13T19:03:42.968Zpython vendor 3 vendor
2492024-11-13T19:03:42.968Zpython system 2 system
2502024-11-13T19:03:42.968Zpython3 system 3.11 system
2512024-11-13T19:03:42.968Zruby system 3.0 system
2522024-11-13T19:03:42.968Zwords vendor vendor american-english
2532024-11-13T19:03:42.968Zwords system system australian-english
2542024-11-13T19:03:42.968Zwords system system british-english
2552024-11-13T19:03:42.968Zwords system system canadian-english
2562024-11-13T19:03:42.968Zwords system system french
2572024-11-13T19:03:42.968Zwords system system italian
2582024-11-13T19:03:42.968Zwords system system ngerman
2592024-11-13T19:03:42.968Zwords system system ogerman
2602024-11-13T19:03:42.969Zwords system system spanish
2612024-11-13T19:03:43.296ZPUBLISHER TYPE STATUS P LOCATION
2622024-11-13T19:03:43.296Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632024-11-13T19:03:45.815ZFMRI IFO
2642024-11-13T19:03:45.815Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652024-11-13T19:03:45.815Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662024-11-13T19:03:45.815Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672024-11-13T19:03:45.815Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682024-11-13T19:03:45.815Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692024-11-13T19:03:45.815Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702024-11-13T19:03:45.815Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2712024-11-13T19:03:45.815Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722024-11-13T19:03:45.815Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732024-11-13T19:03:45.815Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2742024-11-13T19:03:45.815Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2752024-11-13T19:03:45.815Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762024-11-13T19:03:45.815Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2772024-11-13T19:03:45.816Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2782024-11-13T19:03:45.816Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792024-11-13T19:03:46.537Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802024-11-13T19:03:47.182Z Updating crates.io index
2812024-11-13T19:03:47.235Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2822024-11-13T19:03:49.358Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2832024-11-13T19:03:49.978Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842024-11-13T19:03:50.483Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852024-11-13T19:03:51.122Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862024-11-13T19:03:54.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872024-11-13T19:04:00.751Z Updating git repository `https://github.com/oxidecomputer/opte`
2882024-11-13T19:04:03.524Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892024-11-13T19:04:07.394Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902024-11-13T19:04:08.079Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2912024-11-13T19:04:08.715Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922024-11-13T19:04:10.151Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2932024-11-13T19:04:10.816Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2942024-11-13T19:04:11.659Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952024-11-13T19:04:12.370Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2962024-11-13T19:04:13.009Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2972024-11-13T19:04:13.589Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2982024-11-13T19:04:14.357Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992024-11-13T19:04:15.167Z Updating git repository `https://github.com/oxidecomputer/ispf`
3002024-11-13T19:04:15.874Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3012024-11-13T19:04:16.522Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3022024-11-13T19:04:17.556Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3032024-11-13T19:04:18.255Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042024-11-13T19:04:19.229Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3052024-11-13T19:04:20.189Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3062024-11-13T19:04:20.863Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3072024-11-13T19:04:21.618Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3082024-11-13T19:04:23.075Z Downloading crates ...
3092024-11-13T19:04:23.148Z Downloaded block-buffer v0.10.4
3102024-11-13T19:04:23.150Z Downloaded anstyle v1.0.10
3112024-11-13T19:04:23.152Z Downloaded anstyle-parse v0.2.5
3122024-11-13T19:04:23.155Z Downloaded anyhow v1.0.93
3132024-11-13T19:04:23.167Z Downloaded scroll_derive v0.12.0
3142024-11-13T19:04:23.173Z Downloaded usdt-macro v0.5.0
3152024-11-13T19:04:23.176Z Downloaded serde_tokenstream v0.2.2
3162024-11-13T19:04:23.176Z Downloaded plain v0.2.3
3172024-11-13T19:04:23.178Z Downloaded proc-macro-error-attr v1.0.4
3182024-11-13T19:04:23.178Z Downloaded cpufeatures v0.2.14
3192024-11-13T19:04:23.181Z Downloaded fs-err v2.11.0
3202024-11-13T19:04:23.183Z Downloaded pest_generator v2.7.14
3212024-11-13T19:04:23.186Z Downloaded macaddr v1.0.1
3222024-11-13T19:04:23.186Z Downloaded itoa v1.0.11
3232024-11-13T19:04:23.188Z Downloaded cfg-if v1.0.0
3242024-11-13T19:04:23.188Z Downloaded errno v0.3.9
3252024-11-13T19:04:23.190Z Downloaded dof v0.3.0
3262024-11-13T19:04:23.192Z Downloaded thread-id v4.2.2
3272024-11-13T19:04:23.192Z Downloaded usdt v0.5.0
3282024-11-13T19:04:23.195Z Downloaded strsim v0.11.1
3292024-11-13T19:04:23.195Z Downloaded anstream v0.6.15
3302024-11-13T19:04:23.198Z Downloaded semver v1.0.23
3312024-11-13T19:04:23.200Z Downloaded cargo_metadata v0.18.1
3322024-11-13T19:04:23.203Z Downloaded thiserror v1.0.64
3332024-11-13T19:04:23.207Z Downloaded tempfile v3.13.0
3342024-11-13T19:04:23.210Z Downloaded camino v1.1.9
3352024-11-13T19:04:23.212Z Downloaded clap_derive v4.5.18
3362024-11-13T19:04:23.215Z Downloaded anstyle-query v1.1.1
3372024-11-13T19:04:23.217Z Downloaded unicode-ident v1.0.13
3382024-11-13T19:04:23.227Z Downloaded indexmap v2.6.0
3392024-11-13T19:04:23.250Z Downloaded toml_edit v0.22.22
3402024-11-13T19:04:23.272Z Downloaded equivalent v1.0.1
3412024-11-13T19:04:23.275Z Downloaded digest v0.10.7
3422024-11-13T19:04:23.280Z Downloaded memmap v0.7.0
3432024-11-13T19:04:23.284Z Downloaded swrite v0.1.0
3442024-11-13T19:04:23.286Z Downloaded dtrace-parser v0.2.0
3452024-11-13T19:04:23.290Z Downloaded pretty-hex v0.4.1
3462024-11-13T19:04:23.292Z Downloaded cargo-platform v0.1.8
3472024-11-13T19:04:23.298Z Downloaded bytecount v0.6.8
3482024-11-13T19:04:23.300Z Downloaded fnv v1.0.7
3492024-11-13T19:04:23.302Z Downloaded byteorder v1.5.0
3502024-11-13T19:04:23.306Z Downloaded heck v0.5.0
3512024-11-13T19:04:23.309Z Downloaded usdt-attr-macro v0.5.0
3522024-11-13T19:04:23.315Z Downloaded hashbrown v0.15.0
3532024-11-13T19:04:23.319Z Downloaded smawk v0.3.2
3542024-11-13T19:04:23.321Z Downloaded pest v2.7.14
3552024-11-13T19:04:23.325Z Downloaded thiserror-impl v1.0.64
3562024-11-13T19:04:23.331Z Downloaded serde_spanned v0.6.8
3572024-11-13T19:04:23.331Z Downloaded is_terminal_polyfill v1.70.1
3582024-11-13T19:04:23.331Z Downloaded heck v0.4.1
3592024-11-13T19:04:23.331Z Downloaded colorchoice v1.0.2
3602024-11-13T19:04:23.333Z Downloaded utf8parse v0.2.2
3612024-11-13T19:04:23.333Z Downloaded toml_datetime v0.6.8
3622024-11-13T19:04:23.333Z Downloaded terminal_size v0.4.0
3632024-11-13T19:04:23.336Z Downloaded generic-array v0.14.7
3642024-11-13T19:04:23.336Z Downloaded crypto-common v0.1.6
3652024-11-13T19:04:23.339Z Downloaded scroll v0.12.0
3662024-11-13T19:04:23.342Z Downloaded proc-macro-error v1.0.4
3672024-11-13T19:04:23.345Z Downloaded autocfg v1.4.0
3682024-11-13T19:04:23.347Z Downloaded pest_derive v2.7.14
3692024-11-13T19:04:23.350Z Downloaded camino-tempfile v1.1.1
3702024-11-13T19:04:23.350Z Downloaded usdt-impl v0.5.0
3712024-11-13T19:04:23.352Z Downloaded unicode-linebreak v0.1.5
3722024-11-13T19:04:23.352Z Downloaded tabled_derive v0.7.0
3732024-11-13T19:04:23.355Z Downloaded serde_json v1.0.132
3742024-11-13T19:04:23.359Z Downloaded zerocopy-derive v0.7.35
3752024-11-13T19:04:23.363Z Downloaded version_check v0.9.5
3762024-11-13T19:04:23.366Z Downloaded cargo_toml v0.20.5
3772024-11-13T19:04:23.368Z Downloaded ryu v1.0.18
3782024-11-13T19:04:23.371Z Downloaded once_cell v1.20.2
3792024-11-13T19:04:23.373Z Downloaded log v0.4.22
3802024-11-13T19:04:23.376Z Downloaded proc-macro2 v1.0.89
3812024-11-13T19:04:23.378Z Downloaded winnow v0.6.20
3822024-11-13T19:04:23.384Z Downloaded ucd-trie v0.1.7
3832024-11-13T19:04:23.387Z Downloaded typenum v1.17.0
3842024-11-13T19:04:23.389Z Downloaded toml v0.8.19
3852024-11-13T19:04:23.392Z Downloaded serde_derive v1.0.215
3862024-11-13T19:04:23.394Z Downloaded pest_meta v2.7.14
3872024-11-13T19:04:23.397Z Downloaded clap_lex v0.7.2
3882024-11-13T19:04:23.399Z Downloaded clap v4.5.20
3892024-11-13T19:04:23.406Z Downloaded textwrap v0.16.1
3902024-11-13T19:04:23.409Z Downloaded clap_builder v4.5.20
3912024-11-13T19:04:23.415Z Downloaded papergrid v0.11.0
3922024-11-13T19:04:23.421Z Downloaded serde v1.0.215
3932024-11-13T19:04:23.424Z Downloaded bitflags v2.6.0
3942024-11-13T19:04:23.426Z Downloaded memchr v2.7.4
3952024-11-13T19:04:23.431Z Downloaded sha2 v0.10.8
3962024-11-13T19:04:23.434Z Downloaded quote v1.0.37
3972024-11-13T19:04:23.436Z Downloaded fastrand v2.1.1
3982024-11-13T19:04:23.441Z Downloaded syn v2.0.87
3992024-11-13T19:04:23.461Z Downloaded zerocopy v0.7.35
4002024-11-13T19:04:23.477Z Downloaded goblin v0.8.2
4012024-11-13T19:04:23.483Z Downloaded tabled v0.15.0
4022024-11-13T19:04:23.498Z Downloaded rustix v0.38.37
4032024-11-13T19:04:23.519Z Downloaded syn v1.0.109
4042024-11-13T19:04:23.529Z Downloaded unicode-width v0.1.14
4052024-11-13T19:04:23.561Z Downloaded libc v0.2.162
4062024-11-13T19:04:23.849Z Compiling proc-macro2 v1.0.89
4072024-11-13T19:04:23.849Z Compiling unicode-ident v1.0.13
4082024-11-13T19:04:23.849Z Compiling serde v1.0.215
4092024-11-13T19:04:23.849Z Compiling version_check v0.9.5
4102024-11-13T19:04:23.852Z Compiling memchr v2.7.4
4112024-11-13T19:04:23.852Z Compiling thiserror v1.0.64
4122024-11-13T19:04:23.852Z Compiling libc v0.2.162
4132024-11-13T19:04:23.852Z Compiling itoa v1.0.11
4142024-11-13T19:04:24.099Z Compiling ucd-trie v0.1.7
4152024-11-13T19:04:24.123Z Compiling ryu v1.0.18
4162024-11-13T19:04:24.468Z Compiling once_cell v1.20.2
4172024-11-13T19:04:24.698Z Compiling byteorder v1.5.0
4182024-11-13T19:04:24.723Z Compiling serde_json v1.0.132
4192024-11-13T19:04:24.877Z Compiling rustix v0.38.37
4202024-11-13T19:04:25.161Z Compiling bitflags v2.6.0
4212024-11-13T19:04:25.185Z Compiling usdt-impl v0.5.0
4222024-11-13T19:04:25.412Z Compiling proc-macro-error-attr v1.0.4
4232024-11-13T19:04:25.516Z Compiling syn v1.0.109
4242024-11-13T19:04:25.623Z Compiling proc-macro-error v1.0.4
4252024-11-13T19:04:25.689Z Compiling quote v1.0.37
4262024-11-13T19:04:25.791Z Compiling equivalent v1.0.1
4272024-11-13T19:04:25.814Z Compiling camino v1.1.9
4282024-11-13T19:04:25.893Z Compiling utf8parse v0.2.2
4292024-11-13T19:04:25.915Z Compiling plain v0.2.3
4302024-11-13T19:04:26.068Z Compiling syn v2.0.87
4312024-11-13T19:04:26.095Z Compiling errno v0.3.9
4322024-11-13T19:04:26.192Z Compiling hashbrown v0.15.0
4332024-11-13T19:04:26.323Z Compiling log v0.4.22
4342024-11-13T19:04:26.408Z Compiling thread-id v4.2.2
4352024-11-13T19:04:26.498Z Compiling anstyle-parse v0.2.5
4362024-11-13T19:04:26.713Z Compiling anstyle v1.0.10
4372024-11-13T19:04:26.842Z Compiling autocfg v1.4.0
4382024-11-13T19:04:27.032Z Compiling pretty-hex v0.4.1
4392024-11-13T19:04:27.207Z Compiling anstyle-query v1.1.1
4402024-11-13T19:04:27.253Z Compiling colorchoice v1.0.2
4412024-11-13T19:04:27.368Z Compiling winnow v0.6.20
4422024-11-13T19:04:27.422Z Compiling indexmap v2.6.0
4432024-11-13T19:04:27.477Z Compiling is_terminal_polyfill v1.70.1
4442024-11-13T19:04:27.525Z Compiling semver v1.0.23
4452024-11-13T19:04:27.629Z Compiling unicode-width v0.1.14
4462024-11-13T19:04:28.117Z Compiling fs-err v2.11.0
4472024-11-13T19:04:28.164Z Compiling anstream v0.6.15
4482024-11-13T19:04:28.409Z Compiling heck v0.4.1
4492024-11-13T19:04:28.508Z Compiling heck v0.5.0
4502024-11-13T19:04:28.927Z Compiling terminal_size v0.4.0
4512024-11-13T19:04:28.951Z Compiling anyhow v1.0.93
4522024-11-13T19:04:28.998Z Compiling strsim v0.11.1
4532024-11-13T19:04:29.122Z Compiling clap_lex v0.7.2
4542024-11-13T19:04:29.300Z Compiling bytecount v0.6.8
4552024-11-13T19:04:29.525Z Compiling cfg-if v1.0.0
4562024-11-13T19:04:29.592Z Compiling fnv v1.0.7
4572024-11-13T19:04:29.633Z Compiling fastrand v2.1.1
4582024-11-13T19:04:29.725Z Compiling papergrid v0.11.0
4592024-11-13T19:04:29.910Z Compiling clap_builder v4.5.20
4602024-11-13T19:04:30.041Z Compiling tempfile v3.13.0
4612024-11-13T19:04:30.223Z Compiling memmap v0.7.0
4622024-11-13T19:04:30.329Z Compiling unicode-linebreak v0.1.5
4632024-11-13T19:04:30.598Z Compiling smawk v0.3.2
4642024-11-13T19:04:30.825Z Compiling textwrap v0.16.1
4652024-11-13T19:04:31.327Z Compiling swrite v0.1.0
4662024-11-13T19:04:32.408Z Compiling tabled_derive v0.7.0
4672024-11-13T19:04:34.053Z Compiling tabled v0.15.0
4682024-11-13T19:04:35.342Z Compiling serde_derive v1.0.215
4692024-11-13T19:04:35.345Z Compiling thiserror-impl v1.0.64
4702024-11-13T19:04:35.345Z Compiling zerocopy-derive v0.7.35
4712024-11-13T19:04:35.480Z Compiling scroll_derive v0.12.0
4722024-11-13T19:04:35.508Z Compiling clap_derive v4.5.18
4732024-11-13T19:04:36.773Z Compiling scroll v0.12.0
4742024-11-13T19:04:37.219Z Compiling goblin v0.8.2
4752024-11-13T19:04:37.265Z Compiling zerocopy v0.7.35
4762024-11-13T19:04:37.941Z Compiling pest v2.7.14
4772024-11-13T19:04:39.413Z Compiling clap v4.5.20
4782024-11-13T19:04:40.260Z Compiling pest_meta v2.7.14
4792024-11-13T19:04:41.129Z Compiling pest_generator v2.7.14
4802024-11-13T19:04:43.105Z Compiling pest_derive v2.7.14
4812024-11-13T19:04:43.810Z Compiling dtrace-parser v0.2.0
4822024-11-13T19:04:45.684Z Compiling toml_datetime v0.6.8
4832024-11-13T19:04:45.684Z Compiling serde_spanned v0.6.8
4842024-11-13T19:04:45.687Z Compiling cargo-platform v0.1.8
4852024-11-13T19:04:46.085Z Compiling serde_tokenstream v0.2.2
4862024-11-13T19:04:46.167Z Compiling toml_edit v0.22.22
4872024-11-13T19:04:46.235Z Compiling macaddr v1.0.1
4882024-11-13T19:04:46.385Z Compiling camino-tempfile v1.1.1
4892024-11-13T19:04:47.212Z Compiling dof v0.3.0
4902024-11-13T19:04:47.212Z Compiling cargo_metadata v0.18.1
4912024-11-13T19:04:49.022Z Compiling toml v0.8.19
4922024-11-13T19:04:49.243Z Compiling usdt-macro v0.5.0
4932024-11-13T19:04:49.243Z Compiling usdt-attr-macro v0.5.0
4942024-11-13T19:04:49.873Z Compiling cargo_toml v0.20.5
4952024-11-13T19:04:50.635Z Compiling usdt v0.5.0
4962024-11-13T19:04:53.375Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4972024-11-13T19:04:57.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
4982024-11-13T19:04:57.772Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4992024-11-13T19:04:58.269Z Downloading crates ...
5002024-11-13T19:04:58.389Z Downloaded array-init v0.0.4
5012024-11-13T19:04:58.392Z Downloaded ascii-canvas v3.0.0
5022024-11-13T19:04:58.393Z Downloaded adler2 v2.0.0
5032024-11-13T19:04:58.395Z Downloaded allocator-api2 v0.2.18
5042024-11-13T19:04:58.403Z Downloaded httpdate v1.0.3
5052024-11-13T19:04:58.406Z Downloaded home v0.5.9
5062024-11-13T19:04:58.406Z Downloaded cfg_aliases v0.1.1
5072024-11-13T19:04:58.411Z Downloaded crunchy v0.2.2
5082024-11-13T19:04:58.414Z Downloaded block-padding v0.3.3
5092024-11-13T19:04:58.416Z Downloaded async-recursion v1.1.1
5102024-11-13T19:04:58.419Z Downloaded hubpack_derive v0.1.1
5112024-11-13T19:04:58.422Z Downloaded atomic-waker v1.1.2
5122024-11-13T19:04:58.422Z Downloaded is_ci v1.2.0
5132024-11-13T19:04:58.424Z Downloaded ident_case v1.0.1
5142024-11-13T19:04:58.424Z Downloaded bit-vec v0.6.3
5152024-11-13T19:04:58.427Z Downloaded bb8 v0.8.5
5162024-11-13T19:04:58.431Z Downloaded cmake v0.1.51
5172024-11-13T19:04:58.431Z Downloaded chrono-tz-build v0.4.0
5182024-11-13T19:04:58.434Z Downloaded ciborium-ll v0.2.2
5192024-11-13T19:04:58.434Z Downloaded http-body-util v0.1.2
5202024-11-13T19:04:58.434Z Downloaded cbc v0.1.2
5212024-11-13T19:04:58.437Z Downloaded bitflags v1.3.2
5222024-11-13T19:04:58.439Z Downloaded crc v3.2.1
5232024-11-13T19:04:58.442Z Downloaded keccak v0.1.5
5242024-11-13T19:04:58.442Z Downloaded instability v0.3.2
5252024-11-13T19:04:58.444Z Downloaded convert_case v0.4.0
5262024-11-13T19:04:58.447Z Downloaded lru-cache v0.1.2
5272024-11-13T19:04:58.447Z Downloaded hickory-resolver v0.24.1
5282024-11-13T19:04:58.450Z Downloaded newtype-uuid v1.1.3
5292024-11-13T19:04:58.453Z Downloaded maplit v1.0.2
5302024-11-13T19:04:58.453Z Downloaded libsw v3.3.1
5312024-11-13T19:04:58.457Z Downloaded ipnet v2.10.1
5322024-11-13T19:04:58.461Z Downloaded mime_guess v2.0.5
5332024-11-13T19:04:58.461Z Downloaded memmap2 v0.9.5
5342024-11-13T19:04:58.467Z Downloaded lalrpop-util v0.19.12
5352024-11-13T19:04:58.467Z Downloaded lock_api v0.4.12
5362024-11-13T19:04:58.467Z Downloaded argon2 v0.5.3
5372024-11-13T19:04:58.471Z Downloaded native-tls v0.2.12
5382024-11-13T19:04:58.471Z Downloaded multer v3.1.0
5392024-11-13T19:04:58.474Z Downloaded mockall v0.13.0
5402024-11-13T19:04:58.474Z Downloaded crossbeam-utils v0.8.20
5412024-11-13T19:04:58.477Z Downloaded const-oid v0.9.6
5422024-11-13T19:04:58.479Z Downloaded http-range v0.1.5
5432024-11-13T19:04:58.479Z Downloaded atomicwrites v0.4.4
5442024-11-13T19:04:58.482Z Downloaded atty v0.2.14
5452024-11-13T19:04:58.485Z Downloaded async-stream-impl v0.3.6
5462024-11-13T19:04:58.485Z Downloaded blake2 v0.10.6
5472024-11-13T19:04:58.488Z Downloaded maybe-uninit v2.0.0
5482024-11-13T19:04:58.490Z Downloaded addr2line v0.24.2
5492024-11-13T19:04:58.490Z Downloaded hyper-util v0.1.10
5502024-11-13T19:04:58.495Z Downloaded radium v0.7.0
5512024-11-13T19:04:58.498Z Downloaded arrayvec v0.7.6
5522024-11-13T19:04:58.502Z Downloaded instant v0.1.13
5532024-11-13T19:04:58.502Z Downloaded ahash v0.8.11
5542024-11-13T19:04:58.504Z Downloaded cfg_aliases v0.2.1
5552024-11-13T19:04:58.505Z Downloaded bitfield-struct v0.6.2
5562024-11-13T19:04:58.507Z Downloaded signal-hook-tokio v0.3.1
5572024-11-13T19:04:58.507Z Downloaded md5 v0.7.0
5582024-11-13T19:04:58.510Z Downloaded chacha20poly1305 v0.10.1
5592024-11-13T19:04:58.510Z Downloaded hyper-rustls v0.27.3
5602024-11-13T19:04:58.514Z Downloaded mirai-annotations v1.12.0
5612024-11-13T19:04:58.517Z Downloaded assert_matches v1.5.0
5622024-11-13T19:04:58.517Z Downloaded newline-converter v0.3.0
5632024-11-13T19:04:58.517Z Downloaded matches v0.1.10
5642024-11-13T19:04:58.517Z Downloaded match_cfg v0.1.0
5652024-11-13T19:04:58.519Z Downloaded new_debug_unreachable v1.0.6
5662024-11-13T19:04:58.519Z Downloaded rusty-fork v0.3.0
5672024-11-13T19:04:58.522Z Downloaded newtype_derive v0.1.6
5682024-11-13T19:04:58.522Z Downloaded scopeguard v1.2.0
5692024-11-13T19:04:58.525Z Downloaded hostname v0.4.0
5702024-11-13T19:04:58.528Z Downloaded hostname v0.3.1
5712024-11-13T19:04:58.528Z Downloaded hubpack v0.1.2
5722024-11-13T19:04:58.528Z Downloaded crucible-workspace-hack v0.1.0
5732024-11-13T19:04:58.532Z Downloaded hex v0.4.3
5742024-11-13T19:04:58.532Z Downloaded cstr-argument v0.1.2
5752024-11-13T19:04:58.535Z Downloaded tinyvec_macros v0.1.1
5762024-11-13T19:04:58.535Z Downloaded heck v0.3.3
5772024-11-13T19:04:58.535Z Downloaded bit-set v0.5.3
5782024-11-13T19:04:58.535Z Downloaded base16ct v0.2.0
5792024-11-13T19:04:58.537Z Downloaded waitgroup v0.1.2
5802024-11-13T19:04:58.540Z Downloaded bcrypt-pbkdf v0.10.0
5812024-11-13T19:04:58.540Z Downloaded bitfield v0.14.0
5822024-11-13T19:04:58.544Z Downloaded vte_generate_state_changes v0.1.2
5832024-11-13T19:04:58.544Z Downloaded toolchain_find v0.4.0
5842024-11-13T19:04:58.544Z Downloaded backtrace v0.3.74
5852024-11-13T19:04:58.549Z Downloaded lazy_static v1.5.0
5862024-11-13T19:04:58.551Z Downloaded hyper-tls v0.6.0
5872024-11-13T19:04:58.551Z Downloaded impl-trait-for-tuples v0.2.2
5882024-11-13T19:04:58.554Z Downloaded signal-hook-mio v0.2.4
5892024-11-13T19:04:58.557Z Downloaded indoc v1.0.9
5902024-11-13T19:04:58.559Z Downloaded lru v0.12.5
5912024-11-13T19:04:58.562Z Downloaded cipher v0.4.4
5922024-11-13T19:04:58.562Z Downloaded lockfree-object-pool v0.1.6
5932024-11-13T19:04:58.565Z Downloaded zone_cfg_derive v0.3.0
5942024-11-13T19:04:58.568Z Downloaded memoffset v0.9.1
5952024-11-13T19:04:58.568Z Downloaded linked-hash-map v0.5.6
5962024-11-13T19:04:58.568Z Downloaded diesel_table_macro_syntax v0.2.0
5972024-11-13T19:04:58.571Z Downloaded lazycell v1.3.0
5982024-11-13T19:04:58.571Z Downloaded nibble_vec v0.1.0
5992024-11-13T19:04:58.575Z Downloaded constant_time_eq v0.3.1
6002024-11-13T19:04:58.575Z Downloaded multimap v0.10.0
6012024-11-13T19:04:58.577Z Downloaded nanorand v0.7.0
6022024-11-13T19:04:58.577Z Downloaded curve25519-dalek-derive v0.1.1
6032024-11-13T19:04:58.580Z Downloaded sct v0.7.1
6042024-11-13T19:04:58.583Z Downloaded httparse v1.9.5
6052024-11-13T19:04:58.585Z Downloaded crossbeam-deque v0.8.5
6062024-11-13T19:04:58.588Z Downloaded hickory-client v0.24.1
6072024-11-13T19:04:58.590Z Downloaded termcolor v1.4.1
6082024-11-13T19:04:58.593Z Downloaded strip-ansi-escapes v0.2.0
6092024-11-13T19:04:58.593Z Downloaded sqlformat v0.2.6
6102024-11-13T19:04:58.596Z Downloaded r2d2 v0.8.10
6112024-11-13T19:04:58.599Z Downloaded foreign-types v0.3.2
6122024-11-13T19:04:58.599Z Downloaded tiny-keccak v2.0.2
6132024-11-13T19:04:58.601Z Downloaded signature v2.2.0
6142024-11-13T19:04:58.604Z Downloaded funty v2.0.0
6152024-11-13T19:04:58.604Z Downloaded bcs v0.1.6
6162024-11-13T19:04:58.606Z Downloaded zeroize_derive v1.4.2
6172024-11-13T19:04:58.606Z Downloaded wait-timeout v0.2.0
6182024-11-13T19:04:58.609Z Downloaded ipnetwork v0.20.0
6192024-11-13T19:04:58.611Z Downloaded string_cache v0.8.7
6202024-11-13T19:04:58.611Z Downloaded hyper-staticfile v0.10.1
6212024-11-13T19:04:58.614Z Downloaded rustc-demangle v0.1.24
6222024-11-13T19:04:58.617Z Downloaded managed v0.8.0
6232024-11-13T19:04:58.619Z Downloaded jobserver v0.1.32
6242024-11-13T19:04:58.619Z Downloaded libloading v0.8.5
6252024-11-13T19:04:58.621Z Downloaded num-iter v0.1.45
6262024-11-13T19:04:58.624Z Downloaded slog-stdlog v4.1.1
6272024-11-13T19:04:58.626Z Downloaded cancel-safe-futures v0.1.5
6282024-11-13T19:04:58.629Z Downloaded debug-ignore v1.0.5
6292024-11-13T19:04:58.631Z Downloaded phf_shared v0.10.0
6302024-11-13T19:04:58.631Z Downloaded enum-as-inner v0.6.1
6312024-11-13T19:04:58.634Z Downloaded difflib v0.4.0
6322024-11-13T19:04:58.634Z Downloaded defmt-parser v0.3.4
6332024-11-13T19:04:58.636Z Downloaded base64ct v1.6.0
6342024-11-13T19:04:58.638Z Downloaded env_filter v0.1.2
6352024-11-13T19:04:58.640Z Downloaded cookie_store v0.21.0
6362024-11-13T19:04:58.643Z Downloaded embedded-io v0.6.1
6372024-11-13T19:04:58.643Z Downloaded aes-gcm v0.10.3
6382024-11-13T19:04:58.646Z Downloaded term v0.7.0
6392024-11-13T19:04:58.649Z Downloaded csv-core v0.1.11
6402024-11-13T19:04:58.652Z Downloaded colored v2.1.0
6412024-11-13T19:04:58.654Z Downloaded defmt-macros v0.3.9
6422024-11-13T19:04:58.656Z Downloaded termtree v0.4.1
6432024-11-13T19:04:58.659Z Downloaded try-lock v0.2.5
6442024-11-13T19:04:58.659Z Downloaded foldhash v0.1.3
6452024-11-13T19:04:58.661Z Downloaded hash32 v0.2.1
6462024-11-13T19:04:58.661Z Downloaded slog-term v2.9.1
6472024-11-13T19:04:58.664Z Downloaded tokio-tungstenite v0.24.0
6482024-11-13T19:04:58.666Z Downloaded vte v0.11.1
6492024-11-13T19:04:58.674Z Downloaded darling_macro v0.20.10
6502024-11-13T19:04:58.677Z Downloaded indexmap v1.9.3
6512024-11-13T19:04:58.677Z Downloaded strum v0.26.3
6522024-11-13T19:04:58.677Z Downloaded ciborium v0.2.2
6532024-11-13T19:04:58.679Z Downloaded num-integer v0.1.46
6542024-11-13T19:04:58.679Z Downloaded fd-lock v4.0.2
6552024-11-13T19:04:58.682Z Downloaded peg v0.8.4
6562024-11-13T19:04:58.685Z Downloaded foreign-types v0.5.0
6572024-11-13T19:04:58.687Z Downloaded dhcproto-macros v0.1.0
6582024-11-13T19:04:58.687Z Downloaded defmt v0.3.8
6592024-11-13T19:04:58.690Z Downloaded rand_xorshift v0.3.0
6602024-11-13T19:04:58.693Z Downloaded rustc_version v0.1.7
6612024-11-13T19:04:58.693Z Downloaded phf_generator v0.11.2
6622024-11-13T19:04:58.695Z Downloaded phf_codegen v0.11.2
6632024-11-13T19:04:58.698Z Downloaded foreign-types-shared v0.1.1
6642024-11-13T19:04:58.698Z Downloaded foreign-types-macros v0.2.3
6652024-11-13T19:04:58.698Z Downloaded crossbeam-epoch v0.9.18
6662024-11-13T19:04:58.701Z Downloaded unsafe-libyaml v0.2.11
6672024-11-13T19:04:58.703Z Downloaded crc-any v2.5.0
6682024-11-13T19:04:58.706Z Downloaded secrecy v0.8.0
6692024-11-13T19:04:58.708Z Downloaded cookie v0.18.1
6702024-11-13T19:04:58.711Z Downloaded scheduled-thread-pool v0.2.7
6712024-11-13T19:04:58.716Z Downloaded same-file v1.0.6
6722024-11-13T19:04:58.716Z Downloaded slog-bunyan v2.5.0
6732024-11-13T19:04:58.718Z Downloaded semver v0.1.20
6742024-11-13T19:04:58.718Z Downloaded sec1 v0.7.3
6752024-11-13T19:04:58.718Z Downloaded structmeta-derive v0.3.0
6762024-11-13T19:04:58.721Z Downloaded thiserror-no-std v2.0.2
6772024-11-13T19:04:58.724Z Downloaded tabwriter v1.4.0
6782024-11-13T19:04:58.724Z Downloaded smf v0.2.3
6792024-11-13T19:04:58.726Z Downloaded serde-big-array v0.5.1
6802024-11-13T19:04:58.729Z Downloaded sigpipe v0.1.3
6812024-11-13T19:04:58.729Z Downloaded psl-types v2.0.11
6822024-11-13T19:04:58.731Z Downloaded rsa v0.9.6
6832024-11-13T19:04:58.734Z Downloaded data-encoding v2.6.0
6842024-11-13T19:04:58.736Z Downloaded zone v0.1.8
6852024-11-13T19:04:58.736Z Downloaded futures-channel v0.3.31
6862024-11-13T19:04:58.739Z Downloaded bytes v1.7.2
6872024-11-13T19:04:58.742Z Downloaded diff v0.1.13
6882024-11-13T19:04:58.746Z Downloaded poly1305 v0.8.0
6892024-11-13T19:04:58.748Z Downloaded ed25519 v2.2.3
6902024-11-13T19:04:58.751Z Downloaded filetime v0.2.25
6912024-11-13T19:04:58.753Z Downloaded polyval v0.6.2
6922024-11-13T19:04:58.755Z Downloaded miniz_oxide v0.8.0
6932024-11-13T19:04:58.758Z Downloaded packed_struct_codegen v0.10.1
6942024-11-13T19:04:58.758Z Downloaded either v1.13.0
6952024-11-13T19:04:58.760Z Downloaded password-hash v0.4.2
6962024-11-13T19:04:58.763Z Downloaded rustls-pemfile v2.2.0
6972024-11-13T19:04:58.765Z Downloaded base64 v0.22.1
6982024-11-13T19:04:58.768Z Downloaded hash32 v0.3.1
6992024-11-13T19:04:58.773Z Downloaded parking_lot_core v0.9.10
7002024-11-13T19:04:58.776Z Downloaded pkg-config v0.3.31
7012024-11-13T19:04:58.776Z Downloaded parse-display-derive v0.10.0
7022024-11-13T19:04:58.776Z Downloaded schemars_derive v0.8.21
7032024-11-13T19:04:58.779Z Downloaded primeorder v0.13.6
7042024-11-13T19:04:58.779Z Downloaded num-rational v0.4.2
7052024-11-13T19:04:58.781Z Downloaded toml v0.7.8
7062024-11-13T19:04:58.784Z Downloaded futures v0.3.31
7072024-11-13T19:04:58.788Z Downloaded futures-sink v0.3.31
7082024-11-13T19:04:58.791Z Downloaded display-error-chain v0.2.2
7092024-11-13T19:04:58.791Z Downloaded number_prefix v0.4.0
7102024-11-13T19:04:58.794Z Downloaded peg-runtime v0.8.3
7112024-11-13T19:04:58.794Z Downloaded num_threads v0.1.7
7122024-11-13T19:04:58.796Z Downloaded serde_urlencoded v0.7.1
7132024-11-13T19:04:58.796Z Downloaded rtoolbox v0.0.2
7142024-11-13T19:04:58.799Z Downloaded parse-display v0.10.0
7152024-11-13T19:04:58.799Z Downloaded simd-adler32 v0.3.7
7162024-11-13T19:04:58.803Z Downloaded slab v0.4.9
7172024-11-13T19:04:58.805Z Downloaded siphasher v0.3.11
7182024-11-13T19:04:58.805Z Downloaded walkdir v2.5.0
7192024-11-13T19:04:58.808Z Downloaded const_format v0.2.33
7202024-11-13T19:04:58.812Z Downloaded progenitor-client v0.8.0
7212024-11-13T19:04:58.814Z Downloaded path-slash v0.1.5
7222024-11-13T19:04:58.814Z Downloaded hickory-server v0.24.1
7232024-11-13T19:04:58.818Z Downloaded zeroize v1.8.1
7242024-11-13T19:04:58.821Z Downloaded structmeta v0.2.0
7252024-11-13T19:04:58.821Z Downloaded postcard v1.0.10
7262024-11-13T19:04:58.823Z Downloaded vsss-rs v3.3.4
7272024-11-13T19:04:58.826Z Downloaded tls_codec_derive v0.4.1
7282024-11-13T19:04:58.838Z Downloaded des v0.8.1
7292024-11-13T19:04:58.840Z Downloaded unarray v0.1.4
7302024-11-13T19:04:58.842Z Downloaded typify-macro v0.2.0
7312024-11-13T19:04:58.843Z Downloaded topological-sort v0.2.2
7322024-11-13T19:04:58.845Z Downloaded hashlink v0.9.1
7332024-11-13T19:04:58.845Z Downloaded serde_repr v0.1.19
7342024-11-13T19:04:58.848Z Downloaded pkcs8 v0.10.2
7352024-11-13T19:04:58.850Z Downloaded half v2.4.1
7362024-11-13T19:04:58.853Z Downloaded bumpalo v3.16.0
7372024-11-13T19:04:58.856Z Downloaded ena v0.14.3
7382024-11-13T19:04:58.859Z Downloaded zone_cfg_derive v0.1.2
7392024-11-13T19:04:58.861Z Downloaded group v0.13.0
7402024-11-13T19:04:58.861Z Downloaded fallible-streaming-iterator v0.1.9
7412024-11-13T19:04:58.863Z Downloaded fallible-iterator v0.3.0
7422024-11-13T19:04:58.863Z Downloaded ff v0.13.0
7432024-11-13T19:04:58.866Z Downloaded futures-task v0.3.31
7442024-11-13T19:04:58.868Z Downloaded vergen v8.3.2
7452024-11-13T19:04:58.871Z Downloaded pem v3.0.4
7462024-11-13T19:04:58.873Z Downloaded tokio-stream v0.1.16
7472024-11-13T19:04:58.876Z Downloaded nodrop v0.1.14
7482024-11-13T19:04:58.878Z Downloaded num_enum_derive v0.5.11
7492024-11-13T19:04:58.878Z Downloaded parse-size v1.1.0
7502024-11-13T19:04:58.880Z Downloaded percent-encoding v2.3.1
7512024-11-13T19:04:58.883Z Downloaded subtle v2.6.1
7522024-11-13T19:04:58.883Z Downloaded strum_macros v0.26.4
7532024-11-13T19:04:58.885Z Downloaded spin v0.5.2
7542024-11-13T19:04:58.887Z Downloaded ref-cast v1.0.23
7552024-11-13T19:04:58.890Z Downloaded thread_local v1.1.8
7562024-11-13T19:04:58.890Z Downloaded predicates-tree v1.0.11
7572024-11-13T19:04:58.892Z Downloaded ref-cast-impl v1.0.23
7582024-11-13T19:04:58.892Z Downloaded salsa20 v0.10.2
7592024-11-13T19:04:58.895Z Downloaded tokio-rustls v0.26.0
7602024-11-13T19:04:58.897Z Downloaded parking_lot v0.12.3
7612024-11-13T19:04:58.900Z Downloaded derive_more v0.99.18
7622024-11-13T19:04:58.903Z Downloaded itertools v0.12.1
7632024-11-13T19:04:58.911Z Downloaded strum_macros v0.25.3
7642024-11-13T19:04:58.913Z Downloaded time-core v0.1.2
7652024-11-13T19:04:58.915Z Downloaded schemars v0.8.21
7662024-11-13T19:04:58.925Z Downloaded foreign-types-shared v0.3.1
7672024-11-13T19:04:58.928Z Downloaded utf-8 v0.7.6
7682024-11-13T19:04:58.928Z Downloaded toml_edit v0.19.15
7692024-11-13T19:04:58.944Z Downloaded ghash v0.5.1
7702024-11-13T19:04:58.947Z Downloaded hkdf v0.12.4
7712024-11-13T19:04:58.949Z Downloaded futures-macro v0.3.31
7722024-11-13T19:04:58.949Z Downloaded float-ord v0.3.2
7732024-11-13T19:04:58.952Z Downloaded float-cmp v0.9.0
7742024-11-13T19:04:58.952Z Downloaded peg-macros v0.8.4
7752024-11-13T19:04:58.956Z Downloaded progenitor v0.8.0
7762024-11-13T19:04:58.959Z Downloaded normalize-line-endings v0.3.0
7772024-11-13T19:04:58.959Z Downloaded predicates v3.1.2
7782024-11-13T19:04:58.959Z Downloaded tracing-attributes v0.1.27
7792024-11-13T19:04:58.961Z Downloaded pin-utils v0.1.0
7802024-11-13T19:04:58.964Z Downloaded gethostname v0.5.0
7812024-11-13T19:04:58.964Z Downloaded olpc-cjson v0.1.4
7822024-11-13T19:04:58.967Z Downloaded elliptic-curve v0.13.8
7832024-11-13T19:04:58.969Z Downloaded shlex v1.3.0
7842024-11-13T19:04:58.972Z Downloaded tower-service v0.3.3
7852024-11-13T19:04:58.972Z Downloaded sync_wrapper v1.0.1
7862024-11-13T19:04:58.974Z Downloaded typify v0.2.0
7872024-11-13T19:04:58.976Z Downloaded dhcproto v0.12.0
7882024-11-13T19:04:58.979Z Downloaded tokio-native-tls v0.3.1
7892024-11-13T19:04:58.981Z Downloaded stable_deref_trait v1.2.0
7902024-11-13T19:04:58.983Z Downloaded serde_path_to_error v0.1.16
7912024-11-13T19:04:58.983Z Downloaded rustc-hash v1.1.0
7922024-11-13T19:04:58.986Z Downloaded yasna v0.5.2
7932024-11-13T19:04:58.988Z Downloaded wyz v0.5.1
7942024-11-13T19:04:58.988Z Downloaded spin v0.9.8
7952024-11-13T19:04:58.991Z Downloaded serde_derive_internals v0.29.1
7962024-11-13T19:04:58.994Z Downloaded zopfli v0.8.1
7972024-11-13T19:04:58.997Z Downloaded dirs-next v2.0.0
7982024-11-13T19:04:58.997Z Downloaded russh-cryptovec v0.7.3
7992024-11-13T19:04:59.001Z Downloaded snafu v0.8.5
8002024-11-13T19:04:59.003Z Downloaded num-conv v0.1.0
8012024-11-13T19:04:59.006Z Downloaded form_urlencoded v1.2.1
8022024-11-13T19:04:59.006Z Downloaded xattr v1.3.1
8032024-11-13T19:04:59.013Z Downloaded want v0.3.1
8042024-11-13T19:04:59.013Z Downloaded rcgen v0.12.1
8052024-11-13T19:04:59.013Z Downloaded pretty-hex v0.2.1
8062024-11-13T19:04:59.013Z Downloaded dirs-sys-next v0.1.2
8072024-11-13T19:04:59.017Z Downloaded openssl-sys v0.9.104
8082024-11-13T19:04:59.019Z Downloaded ed25519-dalek v2.1.1
8092024-11-13T19:04:59.023Z Downloaded qorb v0.2.0
8102024-11-13T19:04:59.026Z Downloaded libm v0.2.8
8112024-11-13T19:04:59.035Z Downloaded downcast v0.11.0
8122024-11-13T19:04:59.037Z Downloaded shell-words v1.1.0
8132024-11-13T19:04:59.040Z Downloaded rand_chacha v0.3.1
8142024-11-13T19:04:59.040Z Downloaded packed_struct v0.10.1
8152024-11-13T19:04:59.042Z Downloaded progenitor-macro v0.8.0
8162024-11-13T19:04:59.042Z Downloaded aws-lc-rs v1.10.0
8172024-11-13T19:04:59.051Z Downloaded xz2 v0.1.7
8182024-11-13T19:04:59.053Z Downloaded headers-core v0.3.0
8192024-11-13T19:04:59.056Z Downloaded rustyline v14.0.0
8202024-11-13T19:04:59.060Z Downloaded tokio-rustls v0.24.1
8212024-11-13T19:04:59.062Z Downloaded endian-type v0.1.2
8222024-11-13T19:04:59.065Z Downloaded ssh-encoding v0.2.0
8232024-11-13T19:04:59.065Z Downloaded unicode-bidi v0.3.17
8242024-11-13T19:04:59.067Z Downloaded password-hash v0.5.0
8252024-11-13T19:04:59.070Z Downloaded structmeta v0.3.0
8262024-11-13T19:04:59.072Z Downloaded ssh-cipher v0.2.0
8272024-11-13T19:04:59.072Z Downloaded dropshot_endpoint v0.12.0
8282024-11-13T19:04:59.075Z Downloaded whoami v1.5.2
8292024-11-13T19:04:59.078Z Downloaded sha1 v0.10.6
8302024-11-13T19:04:59.080Z Downloaded predicates-core v1.0.8
8312024-11-13T19:04:59.082Z Downloaded num-derive v0.4.2
8322024-11-13T19:04:59.085Z Downloaded socket2 v0.5.7
8332024-11-13T19:04:59.087Z Downloaded tar v0.4.43
8342024-11-13T19:04:59.089Z Downloaded samael v0.0.17
8352024-11-13T19:04:59.094Z Downloaded omicron-zone-package v0.11.1
8362024-11-13T19:04:59.097Z Downloaded crossterm v0.28.1
8372024-11-13T19:04:59.105Z Downloaded rfc6979 v0.4.0
8382024-11-13T19:04:59.107Z Downloaded dsl_auto_type v0.1.2
8392024-11-13T19:04:59.107Z Downloaded tui-tree-widget v0.22.0
8402024-11-13T19:04:59.110Z Downloaded rand_core v0.6.4
8412024-11-13T19:04:59.110Z Downloaded signal-hook v0.3.17
8422024-11-13T19:04:59.113Z Downloaded num_enum v0.5.11
8432024-11-13T19:04:59.118Z Downloaded p256 v0.13.2
8442024-11-13T19:04:59.121Z Downloaded enum-as-inner v0.5.1
8452024-11-13T19:04:59.124Z Downloaded pkcs1 v0.7.5
8462024-11-13T19:04:59.126Z Downloaded sqlparser_derive v0.2.2
8472024-11-13T19:04:59.129Z Downloaded oso-derive v0.27.3
8482024-11-13T19:04:59.129Z Downloaded num v0.4.3
8492024-11-13T19:04:59.129Z Downloaded globset v0.4.15
8502024-11-13T19:04:59.131Z Downloaded dyn-clone v1.0.17
8512024-11-13T19:04:59.133Z Downloaded typed-path v0.9.3
8522024-11-13T19:04:59.138Z Downloaded dunce v1.0.5
8532024-11-13T19:04:59.140Z Downloaded slog-dtrace v0.3.0
8542024-11-13T19:04:59.143Z Downloaded untrusted v0.9.0
8552024-11-13T19:04:59.143Z Downloaded russh-keys v0.45.0
8562024-11-13T19:04:59.145Z Downloaded tokio-util v0.7.12
8572024-11-13T19:04:59.152Z Downloaded itertools v0.13.0
8582024-11-13T19:04:59.159Z Downloaded precomputed-hash v0.1.1
8592024-11-13T19:04:59.162Z Downloaded openssl-macros v0.1.1
8602024-11-13T19:04:59.162Z Downloaded rustls-pemfile v1.0.4
8612024-11-13T19:04:59.164Z Downloaded flagset v0.4.6
8622024-11-13T19:04:59.167Z Downloaded slog-scope v4.4.0
8632024-11-13T19:04:59.167Z Downloaded rustc_version v0.4.1
8642024-11-13T19:04:59.169Z Downloaded fallible-iterator v0.2.0
8652024-11-13T19:04:59.169Z Downloaded paste v1.0.15
8662024-11-13T19:04:59.171Z Downloaded openssl-probe v0.1.5
8672024-11-13T19:04:59.173Z Downloaded fragile v2.0.0
8682024-11-13T19:04:59.176Z Downloaded take_mut v0.2.2
8692024-11-13T19:04:59.176Z Downloaded diesel_derives v2.2.3
8702024-11-13T19:04:59.179Z Downloaded opaque-debug v0.3.1
8712024-11-13T19:04:59.182Z Downloaded tls_codec v0.4.1
8722024-11-13T19:04:59.184Z Downloaded num-complex v0.4.6
8732024-11-13T19:04:59.184Z Downloaded tap v1.0.1
8742024-11-13T19:04:59.187Z Downloaded bindgen v0.69.5
8752024-11-13T19:04:59.193Z Downloaded glob v0.3.1
8762024-11-13T19:04:59.195Z Downloaded owo-colors v4.1.0
8772024-11-13T19:04:59.197Z Downloaded der v0.7.9
8782024-11-13T19:04:59.202Z Downloaded spki v0.7.3
8792024-11-13T19:04:59.204Z Downloaded uzers v0.12.1
8802024-11-13T19:04:59.207Z Downloaded derive_builder_core v0.20.2
8812024-11-13T19:04:59.209Z Downloaded hyper v1.4.1
8822024-11-13T19:04:59.215Z Downloaded fxhash v0.2.1
8832024-11-13T19:04:59.217Z Downloaded pin-project-internal v1.1.6
8842024-11-13T19:04:59.220Z Downloaded phf_shared v0.11.2
8852024-11-13T19:04:59.220Z Downloaded slog-json v2.6.1
8862024-11-13T19:04:59.223Z Downloaded resolv-conf v0.7.0
8872024-11-13T19:04:59.223Z Downloaded der_derive v0.7.3
8882024-11-13T19:04:59.226Z Downloaded snafu-derive v0.8.5
8892024-11-13T19:04:59.226Z Downloaded untrusted v0.7.1
8902024-11-13T19:04:59.228Z Downloaded x509-cert v0.2.5
8912024-11-13T19:04:59.233Z Downloaded proc-macro-crate v1.3.1
8922024-11-13T19:04:59.236Z Downloaded structmeta-derive v0.2.0
8932024-11-13T19:04:59.236Z Downloaded rustc-hash v2.0.0
8942024-11-13T19:04:59.238Z Downloaded deranged v0.3.11
8952024-11-13T19:04:59.238Z Downloaded ppv-lite86 v0.2.20
8962024-11-13T19:04:59.241Z Downloaded powerfmt v0.2.0
8972024-11-13T19:04:59.243Z Downloaded unicase v2.7.0
8982024-11-13T19:04:59.243Z Downloaded time-macros v0.2.18
8992024-11-13T19:04:59.246Z Downloaded tungstenite v0.23.0
9002024-11-13T19:04:59.248Z Downloaded futures-executor v0.3.31
9012024-11-13T19:04:59.251Z Downloaded twox-hash v1.6.3
9022024-11-13T19:04:59.253Z Downloaded futures-core v0.3.31
9032024-11-13T19:04:59.253Z Downloaded derive_builder v0.20.2
9042024-11-13T19:04:59.258Z Downloaded serde_with v3.11.0
9052024-11-13T19:04:59.267Z Downloaded phf v0.11.2
9062024-11-13T19:04:59.270Z Downloaded tokio-postgres v0.7.12
9072024-11-13T19:04:59.274Z Downloaded tokio-macros v2.4.0
9082024-11-13T19:04:59.277Z Downloaded rand v0.8.5
9092024-11-13T19:04:59.279Z Downloaded pin-project v1.1.6
9102024-11-13T19:04:59.289Z Downloaded env_logger v0.11.5
9112024-11-13T19:04:59.292Z Downloaded serde_yaml v0.9.34+deprecated
9122024-11-13T19:04:59.295Z Downloaded smallvec v1.13.2
9132024-11-13T19:04:59.298Z Downloaded tungstenite v0.24.0
9142024-11-13T19:04:59.301Z Downloaded getrandom v0.2.15
9152024-11-13T19:04:59.304Z Downloaded pem-rfc7468 v0.7.0
9162024-11-13T19:04:59.308Z Downloaded oso v0.27.3
9172024-11-13T19:04:59.311Z Downloaded hashbrown v0.14.5
9182024-11-13T19:04:59.314Z Downloaded fs_extra v1.3.0
9192024-11-13T19:04:59.317Z Downloaded tracing-core v0.1.32
9202024-11-13T19:04:59.319Z Downloaded expectorate v1.1.0
9212024-11-13T19:04:59.322Z Downloaded reedline v0.35.0
9222024-11-13T19:04:59.329Z Downloaded num-bigint-dig v0.8.4
9232024-11-13T19:04:59.334Z Downloaded derive-where v1.2.7
9242024-11-13T19:04:59.337Z Downloaded zip v0.6.6
9252024-11-13T19:04:59.342Z Downloaded ron v0.8.1
9262024-11-13T19:04:59.347Z Downloaded ssh-key v0.6.6
9272024-11-13T19:04:59.354Z Downloaded quinn v0.11.5
9282024-11-13T19:04:59.358Z Downloaded ron v0.7.1
9292024-11-13T19:04:59.362Z Downloaded pkcs5 v0.7.1
9302024-11-13T19:04:59.366Z Downloaded flate2 v1.0.34
9312024-11-13T19:04:59.371Z Downloaded chrono v0.4.38
9322024-11-13T19:04:59.379Z Downloaded parse-zoneinfo v0.3.1
9332024-11-13T19:04:59.382Z Downloaded rustls-pki-types v1.9.0
9342024-11-13T19:04:59.385Z Downloaded portable-atomic v1.9.0
9352024-11-13T19:04:59.392Z Downloaded reqwest v0.12.9
9362024-11-13T19:04:59.400Z Downloaded idna v0.4.0
9372024-11-13T19:04:59.407Z Downloaded p521 v0.13.3
9382024-11-13T19:04:59.411Z Downloaded bitvec v1.0.1
9392024-11-13T19:04:59.428Z Downloaded num-bigint v0.4.6
9402024-11-13T19:04:59.432Z Downloaded nix v0.27.1
9412024-11-13T19:04:59.445Z Downloaded nom v7.1.3
9422024-11-13T19:04:59.449Z Downloaded zip v2.1.3
9432024-11-13T19:04:59.453Z Downloaded git2 v0.19.0
9442024-11-13T19:04:59.461Z Downloaded tough v0.19.0
9452024-11-13T19:04:59.469Z Downloaded lalrpop v0.19.12
9462024-11-13T19:04:59.481Z Downloaded russh v0.45.0
9472024-11-13T19:04:59.486Z Downloaded futures-util v0.3.31
9482024-11-13T19:04:59.498Z Downloaded rustls-webpki v0.101.7
9492024-11-13T19:04:59.513Z Downloaded quinn-proto v0.11.8
9502024-11-13T19:04:59.520Z Downloaded radix_trie v0.2.1
9512024-11-13T19:04:59.525Z Downloaded idna v0.2.3
9522024-11-13T19:04:59.532Z Downloaded time v0.3.36
9532024-11-13T19:04:59.540Z Downloaded quick-xml v0.33.0
9542024-11-13T19:04:59.545Z Downloaded idna v0.5.0
9552024-11-13T19:04:59.553Z Downloaded rustls-webpki v0.102.8
9562024-11-13T19:04:59.571Z Downloaded rusqlite v0.32.1
9572024-11-13T19:04:59.577Z Downloaded curve25519-dalek v4.1.3
9582024-11-13T19:04:59.586Z Downloaded regex-syntax v0.6.29
9592024-11-13T19:04:59.593Z Downloaded nix v0.28.0
9602024-11-13T19:04:59.605Z Downloaded gimli v0.31.1
9612024-11-13T19:04:59.614Z Downloaded openssl v0.10.68
9622024-11-13T19:04:59.623Z Downloaded sqlparser v0.45.0
9632024-11-13T19:04:59.629Z Downloaded polar-core v0.27.3
9642024-11-13T19:04:59.639Z Downloaded chrono-tz v0.10.0
9652024-11-13T19:04:59.646Z Downloaded rustls v0.22.4
9662024-11-13T19:04:59.659Z Downloaded smoltcp v0.11.0
9672024-11-13T19:04:59.671Z Downloaded object v0.30.4
9682024-11-13T19:04:59.681Z Downloaded nix v0.29.0
9692024-11-13T19:04:59.694Z Downloaded openapiv3 v2.0.0
9702024-11-13T19:04:59.705Z Downloaded rustls v0.23.14
9712024-11-13T19:04:59.717Z Downloaded trust-dns-proto v0.22.0
9722024-11-13T19:04:59.729Z Downloaded diesel v2.2.4
9732024-11-13T19:04:59.747Z Downloaded object v0.36.5
9742024-11-13T19:04:59.759Z Downloaded ratatui v0.28.1
9752024-11-13T19:04:59.779Z Downloaded dropshot v0.12.0
9762024-11-13T19:04:59.798Z Downloaded regex-syntax v0.8.5
9772024-11-13T19:04:59.807Z Downloaded vcpkg v0.2.15
9782024-11-13T19:04:59.845Z Downloaded regress v0.9.1
9792024-11-13T19:04:59.854Z Downloaded hickory-proto v0.24.1
9802024-11-13T19:04:59.870Z Downloaded regress v0.10.1
9812024-11-13T19:04:59.878Z Downloaded bstr v1.10.0
9822024-11-13T19:04:59.888Z Downloaded typify-impl v0.2.0
9832024-11-13T19:04:59.904Z Downloaded bzip2-sys v0.1.11+1.0.8
9842024-11-13T19:04:59.916Z Downloaded smoltcp v0.9.1
9852024-11-13T19:04:59.927Z Downloaded sled v0.34.7
9862024-11-13T19:04:59.937Z Downloaded idna v0.3.0
9872024-11-13T19:04:59.944Z Downloaded proptest v1.5.0
9882024-11-13T19:04:59.953Z Downloaded webpki-roots v0.26.6
9892024-11-13T19:04:59.956Z Downloaded p384 v0.13.0
9902024-11-13T19:04:59.963Z Downloaded salty v0.3.0
9912024-11-13T19:04:59.969Z Downloaded rustls v0.21.12
9922024-11-13T19:04:59.980Z Downloaded zerocopy-derive v0.6.6
9932024-11-13T19:04:59.990Z Downloaded regex-automata v0.4.8
9942024-11-13T19:05:00.007Z Downloaded regex v1.11.1
9952024-11-13T19:05:00.020Z Downloaded rayon v1.10.0
9962024-11-13T19:05:00.029Z Downloaded csv v1.3.0
9972024-11-13T19:05:00.049Z Downloaded winnow v0.5.40
9982024-11-13T19:05:00.057Z Downloaded h2 v0.4.6
9992024-11-13T19:05:00.064Z Downloaded heapless v0.7.17
10002024-11-13T19:05:00.068Z Downloaded lzma-sys v0.1.20
10012024-11-13T19:05:00.098Z Downloaded tungstenite v0.21.0
10022024-11-13T19:05:00.101Z Downloaded slog v2.7.0
10032024-11-13T19:05:00.103Z Downloaded prettyplease v0.2.25
10042024-11-13T19:05:00.111Z Downloaded blake3 v1.5.4
10052024-11-13T19:05:00.114Z Downloaded sha3 v0.10.8
10062024-11-13T19:05:00.119Z Downloaded unicode-xid v0.2.6
10072024-11-13T19:05:00.121Z Downloaded strum_macros v0.24.3
10082024-11-13T19:05:00.123Z Downloaded rand_seeder v0.3.0
10092024-11-13T19:05:00.123Z Downloaded fixedbitset v0.4.2
10102024-11-13T19:05:00.125Z Downloaded url v2.5.2
10112024-11-13T19:05:00.128Z Downloaded tracing v0.1.40
10122024-11-13T19:05:00.131Z Downloaded libz-sys v1.1.20
10132024-11-13T19:05:00.152Z Downloaded publicsuffix v2.2.3
10142024-11-13T19:05:00.154Z Downloaded petgraph v0.6.5
10152024-11-13T19:05:00.172Z Downloaded hashbrown v0.12.3
10162024-11-13T19:05:00.175Z Downloaded slog-envlogger v2.2.0
10172024-11-13T19:05:00.178Z Downloaded slog-async v2.8.0
10182024-11-13T19:05:00.180Z Downloaded env_logger v0.10.2
10192024-11-13T19:05:00.182Z Downloaded tokio v1.40.0
10202024-11-13T19:05:00.219Z Downloaded rayon-core v1.12.1
10212024-11-13T19:05:00.222Z Downloaded unicode-segmentation v1.12.0
10222024-11-13T19:05:00.226Z Downloaded unicode-normalization v0.1.24
10232024-11-13T19:05:00.229Z Downloaded aho-corasick v1.1.3
10242024-11-13T19:05:00.235Z Downloaded diesel-dtrace v0.3.0
10252024-11-13T19:05:00.239Z Downloaded zone v0.3.0
10262024-11-13T19:05:00.241Z Downloaded supports-color v3.0.1
10272024-11-13T19:05:00.241Z Downloaded serde_with_macros v3.11.0
10282024-11-13T19:05:00.241Z Downloaded postgres-types v0.2.8
10292024-11-13T19:05:00.243Z Downloaded postgres-protocol v0.6.7
10302024-11-13T19:05:00.246Z Downloaded headers v0.4.0
10312024-11-13T19:05:00.249Z Downloaded hashbrown v0.13.2
10322024-11-13T19:05:00.254Z Downloaded futures-io v0.3.31
10332024-11-13T19:05:00.257Z Downloaded which v4.4.2
10342024-11-13T19:05:00.257Z Downloaded displaydoc v0.2.5
10352024-11-13T19:05:00.261Z Downloaded derive_builder_macro v0.20.2
10362024-11-13T19:05:00.263Z Downloaded rustversion v1.0.17
10372024-11-13T19:05:00.263Z Downloaded quinn-udp v0.5.5
10382024-11-13T19:05:00.266Z Downloaded value-bag v1.9.0
10392024-11-13T19:05:00.270Z Downloaded unicode-truncate v1.1.0
10402024-11-13T19:05:00.270Z Downloaded serde_plain v1.0.2
10412024-11-13T19:05:00.272Z Downloaded darling_core v0.20.10
10422024-11-13T19:05:00.274Z Downloaded pin-project-lite v0.2.14
10432024-11-13T19:05:00.278Z Downloaded libxml v0.3.3
10442024-11-13T19:05:00.284Z Downloaded itertools v0.10.5
10452024-11-13T19:05:00.291Z Downloaded uuid v1.10.0
10462024-11-13T19:05:00.294Z Downloaded serde-hex v0.1.0
10472024-11-13T19:05:00.296Z Downloaded fatfs v0.3.6
10482024-11-13T19:05:00.299Z Downloaded minimal-lexical v0.2.1
10492024-11-13T19:05:00.304Z Downloaded crossbeam-channel v0.5.13
10502024-11-13T19:05:00.308Z Downloaded subprocess v0.2.9
10512024-11-13T19:05:00.310Z Downloaded flume v0.11.1
10522024-11-13T19:05:00.314Z Downloaded pbkdf2 v0.11.0
10532024-11-13T19:05:00.316Z Downloaded similar v2.6.0
10542024-11-13T19:05:00.321Z Downloaded aes v0.8.4
10552024-11-13T19:05:00.324Z Downloaded steno v0.4.1
10562024-11-13T19:05:00.328Z Downloaded http v1.1.0
10572024-11-13T19:05:00.333Z Downloaded progenitor-impl v0.8.0
10582024-11-13T19:05:00.335Z Downloaded crypto-bigint v0.5.5
10592024-11-13T19:05:00.340Z Downloaded tokio-rustls v0.25.0
10602024-11-13T19:05:00.343Z Downloaded termios v0.3.3
10612024-11-13T19:05:00.345Z Downloaded zerocopy v0.6.6
10622024-11-13T19:05:00.347Z Downloaded unicode-properties v0.1.3
10632024-11-13T19:05:00.350Z Downloaded unicode_categories v0.1.1
10642024-11-13T19:05:00.352Z Downloaded embedded-io v0.4.0
10652024-11-13T19:05:00.352Z Downloaded test-strategy v0.3.1
10662024-11-13T19:05:00.356Z Downloaded num-traits v0.2.19
10672024-11-13T19:05:00.359Z Downloaded cc v1.1.30
10682024-11-13T19:05:00.361Z Downloaded parking_lot_core v0.8.6
10692024-11-13T19:05:00.363Z Downloaded parking_lot v0.11.2
10702024-11-13T19:05:00.366Z Downloaded encoding_rs v0.8.34
10712024-11-13T19:05:00.386Z Downloaded rpassword v7.3.1
10722024-11-13T19:05:00.389Z Downloaded quick-error v1.2.3
10732024-11-13T19:05:00.389Z Downloaded tokio-tungstenite v0.21.0
10742024-11-13T19:05:00.392Z Downloaded thiserror-impl-no-std v2.0.2
10752024-11-13T19:05:00.392Z Downloaded indicatif v0.17.8
10762024-11-13T19:05:00.395Z Downloaded nu-ansi-term v0.50.1
10772024-11-13T19:05:00.398Z Downloaded tokio-tungstenite v0.23.1
10782024-11-13T19:05:00.400Z Downloaded tinyvec v1.8.0
10792024-11-13T19:05:00.403Z Downloaded static_assertions v1.1.0
10802024-11-13T19:05:00.405Z Downloaded base64 v0.13.1
10812024-11-13T19:05:00.407Z Downloaded pbkdf2 v0.12.2
10822024-11-13T19:05:00.407Z Downloaded ecdsa v0.16.9
10832024-11-13T19:05:00.409Z Downloaded mockall_derive v0.13.0
10842024-11-13T19:05:00.412Z Downloaded clang-sys v1.8.1
10852024-11-13T19:05:00.414Z Downloaded console v0.15.8
10862024-11-13T19:05:00.416Z Downloaded const_format_proc_macros v0.2.33
10872024-11-13T19:05:00.419Z Downloaded iana-time-zone v0.1.61
10882024-11-13T19:05:00.421Z Downloaded arc-swap v1.7.1
10892024-11-13T19:05:00.424Z Downloaded hmac v0.12.1
10902024-11-13T19:05:00.427Z Downloaded universal-hash v0.5.1
10912024-11-13T19:05:00.429Z Downloaded stringprep v0.1.5
10922024-11-13T19:05:00.429Z Downloaded smallvec v0.6.14
10932024-11-13T19:05:00.431Z Downloaded chacha20 v0.9.1
10942024-11-13T19:05:00.432Z Downloaded signal-hook-registry v1.4.2
10952024-11-13T19:05:00.434Z Downloaded scrypt v0.11.0
10962024-11-13T19:05:00.434Z Downloaded rustfmt-wrapper v0.2.1
10972024-11-13T19:05:00.437Z Downloaded ctr v0.9.2
10982024-11-13T19:05:00.437Z Downloaded backoff v0.4.0
10992024-11-13T19:05:00.439Z Downloaded async-trait v0.1.83
11002024-11-13T19:05:00.442Z Downloaded mio v1.0.2
11012024-11-13T19:05:00.446Z Downloaded md-5 v0.10.6
11022024-11-13T19:05:00.449Z Downloaded highway v1.2.0
11032024-11-13T19:05:00.451Z Downloaded libgit2-sys v0.17.0+1.8.1
11042024-11-13T19:05:00.508Z Downloaded crc-catalog v2.4.0
11052024-11-13T19:05:00.511Z Downloaded cobs v0.2.3
11062024-11-13T19:05:00.511Z Downloaded async-bb8-diesel v0.2.1
11072024-11-13T19:05:00.513Z Downloaded mime v0.3.17
11082024-11-13T19:05:00.516Z Downloaded is-terminal v0.4.13
11092024-11-13T19:05:00.516Z Downloaded kstat-rs v0.2.4
11102024-11-13T19:05:00.518Z Downloaded internet-checksum v0.2.1
11112024-11-13T19:05:00.518Z Downloaded inout v0.1.3
11122024-11-13T19:05:00.518Z Downloaded humantime v2.1.0
11132024-11-13T19:05:00.522Z Downloaded base64 v0.21.7
11142024-11-13T19:05:00.525Z Downloaded http-body v1.0.1
11152024-11-13T19:05:00.525Z Downloaded compact_str v0.8.0
11162024-11-13T19:05:00.528Z Downloaded cexpr v0.6.0
11172024-11-13T19:05:00.530Z Downloaded castaway v0.2.3
11182024-11-13T19:05:00.530Z Downloaded blowfish v0.9.1
11192024-11-13T19:05:00.533Z Downloaded heapless v0.8.0
11202024-11-13T19:05:00.535Z Downloaded ciborium-io v0.2.2
11212024-11-13T19:05:00.535Z Downloaded darling v0.20.10
11222024-11-13T19:05:00.539Z Downloaded crc32fast v1.4.2
11232024-11-13T19:05:00.541Z Downloaded linear-map v1.2.0
11242024-11-13T19:05:00.544Z Downloaded libefi-sys v0.1.0
11252024-11-13T19:05:00.544Z Downloaded indent_write v2.2.0
11262024-11-13T19:05:00.546Z Downloaded hex-literal v0.4.1
11272024-11-13T19:05:00.546Z Downloaded bzip2 v0.4.4
11282024-11-13T19:05:00.549Z Downloaded buf-list v1.0.3
11292024-11-13T19:05:00.549Z Downloaded arrayref v0.3.9
11302024-11-13T19:05:00.551Z Downloaded aead v0.5.2
11312024-11-13T19:05:00.551Z Downloaded cassowary v0.3.0
11322024-11-13T19:05:00.554Z Downloaded async-stream v0.3.6
11332024-11-13T19:05:00.740Z Downloaded ring v0.17.8
11342024-11-13T19:05:00.987Z Downloaded ring v0.16.20
11352024-11-13T19:05:01.071Z Downloaded libsqlite3-sys v0.30.1
11362024-11-13T19:05:01.183Z Downloaded aws-lc-sys v0.22.0
11372024-11-13T19:05:01.529Z Compiling serde v1.0.215
11382024-11-13T19:05:01.532Z Compiling lock_api v0.4.12
11392024-11-13T19:05:01.532Z Compiling scopeguard v1.2.0
11402024-11-13T19:05:01.532Z Compiling value-bag v1.9.0
11412024-11-13T19:05:01.683Z Compiling typenum v1.17.0
11422024-11-13T19:05:01.686Z Compiling generic-array v0.14.7
11432024-11-13T19:05:01.722Z Compiling syn v2.0.87
11442024-11-13T19:05:01.738Z Compiling getrandom v0.2.15
11452024-11-13T19:05:01.811Z Compiling subtle v2.6.1
11462024-11-13T19:05:02.029Z Compiling rand_core v0.6.4
11472024-11-13T19:05:02.145Z Compiling log v0.4.22
11482024-11-13T19:05:02.218Z Compiling shlex v1.3.0
11492024-11-13T19:05:02.237Z Compiling jobserver v0.1.32
11502024-11-13T19:05:02.255Z Compiling const-oid v0.9.6
11512024-11-13T19:05:02.703Z Compiling spin v0.9.8
11522024-11-13T19:05:02.726Z Compiling cc v1.1.30
11532024-11-13T19:05:02.790Z Compiling pin-project-lite v0.2.14
11542024-11-13T19:05:02.928Z Compiling smallvec v1.13.2
11552024-11-13T19:05:03.158Z Compiling rustix v0.38.37
11562024-11-13T19:05:03.224Z Compiling parking_lot_core v0.9.10
11572024-11-13T19:05:03.330Z Compiling futures-core v0.3.31
11582024-11-13T19:05:03.375Z Compiling signal-hook-registry v1.4.2
11592024-11-13T19:05:03.605Z Compiling mio v1.0.2
11602024-11-13T19:05:04.129Z Compiling parking_lot v0.12.3
11612024-11-13T19:05:04.235Z Compiling aho-corasick v1.1.3
11622024-11-13T19:05:04.413Z Compiling either v1.13.0
11632024-11-13T19:05:04.585Z Compiling regex-syntax v0.8.5
11642024-11-13T19:05:04.605Z Compiling cpufeatures v0.2.14
11652024-11-13T19:05:04.757Z Compiling lazy_static v1.5.0
11662024-11-13T19:05:04.845Z Compiling futures-sink v0.3.31
11672024-11-13T19:05:04.886Z Compiling glob v0.3.1
11682024-11-13T19:05:04.889Z Compiling socket2 v0.5.7
11692024-11-13T19:05:05.008Z Compiling slab v0.4.9
11702024-11-13T19:05:05.112Z Compiling prettyplease v0.2.25
11712024-11-13T19:05:05.462Z Compiling minimal-lexical v0.2.1
11722024-11-13T19:05:05.788Z Compiling libloading v0.8.5
11732024-11-13T19:05:05.900Z Compiling nom v7.1.3
11742024-11-13T19:05:05.949Z Compiling clang-sys v1.8.1
11752024-11-13T19:05:05.974Z Compiling bindgen v0.69.5
11762024-11-13T19:05:06.218Z Compiling serde_json v1.0.132
11772024-11-13T19:05:06.538Z Compiling home v0.5.9
11782024-11-13T19:05:06.802Z Compiling futures-channel v0.3.31
11792024-11-13T19:05:06.821Z Compiling itertools v0.12.1
11802024-11-13T19:05:07.225Z Compiling lazycell v1.3.0
11812024-11-13T19:05:07.271Z Compiling allocator-api2 v0.2.18
11822024-11-13T19:05:07.395Z Compiling futures-task v0.3.31
11832024-11-13T19:05:07.720Z Compiling foldhash v0.1.3
11842024-11-13T19:05:08.024Z Compiling tinyvec_macros v0.1.1
11852024-11-13T19:05:08.126Z Compiling futures-io v0.3.31
11862024-11-13T19:05:08.145Z Compiling pin-utils v0.1.0
11872024-11-13T19:05:08.244Z Compiling regex-automata v0.4.8
11882024-11-13T19:05:08.447Z Compiling rustc-hash v1.1.0
11892024-11-13T19:05:08.599Z Compiling hashbrown v0.15.0
11902024-11-13T19:05:09.936Z Compiling cexpr v0.6.0
11912024-11-13T19:05:09.986Z Compiling tinyvec v1.8.0
11922024-11-13T19:05:10.015Z Compiling cmake v0.1.51
11932024-11-13T19:05:11.078Z Compiling libm v0.2.8
11942024-11-13T19:05:11.397Z Compiling pkg-config v0.3.31
11952024-11-13T19:05:11.445Z Compiling fs_extra v1.3.0
11962024-11-13T19:05:11.549Z Compiling dunce v1.0.5
11972024-11-13T19:05:11.683Z Compiling unicode-normalization v0.1.24
11982024-11-13T19:05:11.813Z Compiling num-traits v0.2.19
11992024-11-13T19:05:12.055Z Compiling unicode-bidi v0.3.17
12002024-11-13T19:05:12.863Z Compiling ring v0.17.8
12012024-11-13T19:05:12.883Z Compiling base64ct v1.6.0
12022024-11-13T19:05:12.992Z Compiling paste v1.0.15
12032024-11-13T19:05:13.560Z Compiling pem-rfc7468 v0.7.0
12042024-11-13T19:05:13.562Z Compiling httparse v1.9.5
12052024-11-13T19:05:13.826Z Compiling regex v1.11.1
12062024-11-13T19:05:14.324Z Compiling flagset v0.4.6
12072024-11-13T19:05:14.345Z Compiling aws-lc-rs v1.10.0
12082024-11-13T19:05:14.782Z Compiling tracing-core v0.1.32
12092024-11-13T19:05:14.936Z Compiling crossbeam-utils v0.8.20
12102024-11-13T19:05:15.471Z Compiling percent-encoding v2.3.1
12112024-11-13T19:05:15.473Z Compiling rustls-pki-types v1.9.0
12122024-11-13T19:05:15.839Z Compiling powerfmt v0.2.0
12132024-11-13T19:05:16.143Z Compiling vcpkg v0.2.15
12142024-11-13T19:05:16.180Z Compiling num-conv v0.1.0
12152024-11-13T19:05:16.458Z Compiling time-core v0.1.2
12162024-11-13T19:05:16.530Z Compiling untrusted v0.9.0
12172024-11-13T19:05:16.570Z Compiling mirai-annotations v1.12.0
12182024-11-13T19:05:16.630Z Compiling untrusted v0.7.1
12192024-11-13T19:05:16.701Z Compiling serde_derive v1.0.215
12202024-11-13T19:05:16.721Z Compiling zeroize_derive v1.4.2
12212024-11-13T19:05:16.761Z Compiling zerocopy-derive v0.7.35
12222024-11-13T19:05:16.806Z Compiling tokio-macros v2.4.0
12232024-11-13T19:05:18.305Z Compiling zeroize v1.8.1
12242024-11-13T19:05:18.346Z Compiling thiserror-impl v1.0.64
12252024-11-13T19:05:18.377Z Compiling futures-macro v0.3.31
12262024-11-13T19:05:18.775Z Compiling der_derive v0.7.3
12272024-11-13T19:05:19.110Z Compiling zerocopy v0.7.35
12282024-11-13T19:05:19.756Z Compiling tracing-attributes v0.1.27
12292024-11-13T19:05:20.074Z Compiling crypto-common v0.1.6
12302024-11-13T19:05:20.288Z Compiling block-buffer v0.10.4
12312024-11-13T19:05:20.314Z Compiling futures-util v0.3.31
12322024-11-13T19:05:20.563Z Compiling digest v0.10.7
12332024-11-13T19:05:20.757Z Compiling block-padding v0.3.3
12342024-11-13T19:05:21.015Z Compiling hmac v0.12.1
12352024-11-13T19:05:21.066Z Compiling inout v0.1.3
12362024-11-13T19:05:21.186Z Compiling sha2 v0.10.8
12372024-11-13T19:05:21.259Z Compiling ppv-lite86 v0.2.20
12382024-11-13T19:05:21.280Z Compiling der v0.7.9
12392024-11-13T19:05:21.346Z Compiling cipher v0.4.4
12402024-11-13T19:05:21.606Z Compiling thiserror v1.0.64
12412024-11-13T19:05:21.753Z Compiling pest v2.7.14
12422024-11-13T19:05:21.908Z Compiling salsa20 v0.10.2
12432024-11-13T19:05:22.106Z Compiling rand_chacha v0.3.1
12442024-11-13T19:05:22.147Z Compiling pbkdf2 v0.12.2
12452024-11-13T19:05:22.317Z Compiling scrypt v0.11.0
12462024-11-13T19:05:22.935Z Compiling rand v0.8.5
12472024-11-13T19:05:23.741Z Compiling tracing v0.1.40
12482024-11-13T19:05:24.269Z Compiling spki v0.7.3
12492024-11-13T19:05:24.436Z Compiling pest_meta v2.7.14
12502024-11-13T19:05:24.637Z Compiling cbc v0.1.2
12512024-11-13T19:05:24.689Z Compiling aes v0.8.4
12522024-11-13T19:05:24.866Z Compiling openssl-sys v0.9.104
12532024-11-13T19:05:24.886Z Compiling scroll_derive v0.12.0
12542024-11-13T19:05:25.072Z Compiling time-macros v0.2.18
12552024-11-13T19:05:25.993Z Compiling deranged v0.3.11
12562024-11-13T19:05:26.643Z Compiling num_threads v0.1.7
12572024-11-13T19:05:26.778Z Compiling atomic-waker v1.1.2
12582024-11-13T19:05:26.970Z Compiling scroll v0.12.0
12592024-11-13T19:05:27.578Z Compiling pest_generator v2.7.14
12602024-11-13T19:05:27.693Z Compiling pkcs5 v0.7.1
12612024-11-13T19:05:27.713Z Compiling form_urlencoded v1.2.1
12622024-11-13T19:05:28.024Z Compiling try-lock v0.2.5
12632024-11-13T19:05:28.054Z Compiling slog v2.7.0
12642024-11-13T19:05:28.185Z Compiling want v0.3.1
12652024-11-13T19:05:28.462Z Compiling time v0.3.36
12662024-11-13T19:05:28.492Z Compiling pkcs8 v0.10.2
12672024-11-13T19:05:28.632Z Compiling goblin v0.8.2
12682024-11-13T19:05:28.702Z Compiling httpdate v1.0.3
12692024-11-13T19:05:29.202Z Compiling idna v0.5.0
12702024-11-13T19:05:29.223Z Compiling openssl v0.10.68
12712024-11-13T19:05:29.540Z Compiling foreign-types-shared v0.1.1
12722024-11-13T19:05:29.564Z Compiling pest_derive v2.7.14
12732024-11-13T19:05:29.633Z Compiling match_cfg v0.1.0
12742024-11-13T19:05:29.654Z Compiling base64 v0.22.1
12752024-11-13T19:05:29.727Z Compiling adler2 v2.0.0
12762024-11-13T19:05:29.747Z Compiling iana-time-zone v0.1.61
12772024-11-13T19:05:29.936Z Compiling tower-service v0.3.3
12782024-11-13T19:05:30.081Z Compiling rustversion v1.0.17
12792024-11-13T19:05:30.191Z Compiling url v2.5.2
12802024-11-13T19:05:30.371Z Compiling dtrace-parser v0.2.0
12812024-11-13T19:05:30.426Z Compiling miniz_oxide v0.8.0
12822024-11-13T19:05:30.850Z Compiling hostname v0.3.1
12832024-11-13T19:05:30.896Z Compiling foreign-types v0.3.2
12842024-11-13T19:05:31.104Z Compiling bitflags v2.6.0
12852024-11-13T19:05:31.435Z Compiling bytes v1.7.2
12862024-11-13T19:05:32.102Z Compiling indexmap v2.6.0
12872024-11-13T19:05:32.413Z Compiling tokio v1.40.0
12882024-11-13T19:05:32.597Z Compiling http v1.1.0
12892024-11-13T19:05:32.786Z Compiling semver v1.0.23
12902024-11-13T19:05:33.574Z Compiling rustc_version v0.4.1
12912024-11-13T19:05:33.658Z Compiling toml_datetime v0.6.8
12922024-11-13T19:05:33.831Z Compiling serde_spanned v0.6.8
12932024-11-13T19:05:34.068Z Compiling serde_tokenstream v0.2.2
12942024-11-13T19:05:34.161Z Compiling http-body v1.0.1
12952024-11-13T19:05:34.332Z Compiling uuid v1.10.0
12962024-11-13T19:05:34.412Z Compiling dof v0.3.0
12972024-11-13T19:05:34.687Z Compiling chrono v0.4.38
12982024-11-13T19:05:35.117Z Compiling openssl-macros v0.1.1
12992024-11-13T19:05:35.300Z Compiling usdt-impl v0.5.0
13002024-11-13T19:05:35.781Z Compiling which v4.4.2
13012024-11-13T19:05:35.893Z Compiling async-trait v0.1.83
13022024-11-13T19:05:36.666Z Compiling dirs-sys-next v0.1.2
13032024-11-13T19:05:36.916Z Compiling siphasher v0.3.11
13042024-11-13T19:05:37.098Z Compiling native-tls v0.2.12
13052024-11-13T19:05:37.298Z Compiling rustls v0.22.4
13062024-11-13T19:05:37.317Z Compiling data-encoding v2.6.0
13072024-11-13T19:05:37.412Z Compiling rustls v0.23.14
13082024-11-13T19:05:37.579Z Compiling syn v1.0.109
13092024-11-13T19:05:37.913Z Compiling dirs-next v2.0.0
13102024-11-13T19:05:38.302Z Compiling http-body-util v0.1.2
13112024-11-13T19:05:38.504Z Compiling heapless v0.7.17
13122024-11-13T19:05:38.797Z Compiling crossbeam-epoch v0.9.18
13132024-11-13T19:05:38.938Z Compiling signature v2.2.0
13142024-11-13T19:05:39.185Z Compiling sha1 v0.10.6
13152024-11-13T19:05:39.208Z Compiling bzip2-sys v0.1.11+1.0.8
13162024-11-13T19:05:39.580Z Compiling serde_derive_internals v0.29.1
13172024-11-13T19:05:39.609Z Compiling thread_local v1.1.8
13182024-11-13T19:05:39.706Z Compiling cookie v0.18.1
13192024-11-13T19:05:39.756Z Compiling encoding_rs v0.8.34
13202024-11-13T19:05:39.969Z Compiling multer v3.1.0
13212024-11-13T19:05:40.116Z Compiling unicode-properties v0.1.3
13222024-11-13T19:05:40.134Z Compiling signal-hook v0.3.17
13232024-11-13T19:05:40.241Z Compiling gimli v0.31.1
13242024-11-13T19:05:40.391Z Compiling slog-async v2.8.0
13252024-11-13T19:05:40.506Z Compiling mime v0.3.17
13262024-11-13T19:05:40.951Z Compiling tokio-util v0.7.12
13272024-11-13T19:05:41.081Z Compiling ipnet v2.10.1
13282024-11-13T19:05:42.341Z Compiling h2 v0.4.6
13292024-11-13T19:05:42.376Z Compiling schemars v0.8.21
13302024-11-13T19:05:42.434Z Compiling rayon-core v1.12.1
13312024-11-13T19:05:42.703Z Compiling openssl-probe v0.1.5
13322024-11-13T19:05:42.814Z Compiling schemars_derive v0.8.21
13332024-11-13T19:05:43.144Z Compiling stringprep v0.1.5
13342024-11-13T19:05:44.456Z Compiling toml_edit v0.22.22
13352024-11-13T19:05:44.866Z Compiling addr2line v0.24.2
13362024-11-13T19:05:45.667Z Compiling crossbeam-deque v0.8.5
13372024-11-13T19:05:46.015Z Compiling usdt-macro v0.5.0
13382024-11-13T19:05:46.181Z Compiling usdt-attr-macro v0.5.0
13392024-11-13T19:05:47.108Z Compiling term v0.7.0
13402024-11-13T19:05:47.432Z Compiling curve25519-dalek v4.1.3
13412024-11-13T19:05:47.849Z Compiling slog-json v2.6.1
13422024-11-13T19:05:48.074Z Compiling serde_urlencoded v0.7.1
13432024-11-13T19:05:48.256Z Compiling crossbeam-channel v0.5.13
13442024-11-13T19:05:48.376Z Compiling futures-executor v0.3.31
13452024-11-13T19:05:48.621Z Compiling md-5 v0.10.6
13462024-11-13T19:05:48.640Z Compiling enum-as-inner v0.6.1
13472024-11-13T19:05:48.879Z Compiling async-stream-impl v0.3.6
13482024-11-13T19:05:48.951Z Compiling rustls-pemfile v2.2.0
13492024-11-13T19:05:49.303Z Compiling hyper v1.4.1
13502024-11-13T19:05:49.420Z Compiling num-integer v0.1.46
13512024-11-13T19:05:49.768Z Compiling idna v0.3.0
13522024-11-13T19:05:50.289Z Compiling idna v0.4.0
13532024-11-13T19:05:50.309Z Compiling hash32 v0.2.1
13542024-11-13T19:05:50.697Z Compiling ff v0.13.0
13552024-11-13T19:05:50.939Z Compiling is-terminal v0.4.13
13562024-11-13T19:05:51.074Z Compiling object v0.36.5
13572024-11-13T19:05:51.374Z Compiling dropshot v0.12.0
13582024-11-13T19:05:51.652Z Compiling base16ct v0.2.0
13592024-11-13T19:05:51.975Z Compiling hyper-util v0.1.10
13602024-11-13T19:05:51.993Z Compiling stable_deref_trait v1.2.0
13612024-11-13T19:05:52.097Z Compiling portable-atomic v1.9.0
13622024-11-13T19:05:53.056Z Compiling linked-hash-map v0.5.6
13632024-11-13T19:05:53.170Z Compiling anyhow v1.0.93
13642024-11-13T19:05:53.204Z Compiling rustc-demangle v0.1.24
13652024-11-13T19:05:53.445Z Compiling utf-8 v0.7.6
13662024-11-13T19:05:53.610Z Compiling quick-error v1.2.3
13672024-11-13T19:05:53.763Z Compiling smoltcp v0.9.1
13682024-11-13T19:05:53.787Z Compiling fallible-iterator v0.2.0
13692024-11-13T19:05:53.842Z Compiling num-bigint-dig v0.8.4
13702024-11-13T19:05:54.127Z Compiling psl-types v2.0.11
13712024-11-13T19:05:54.179Z Compiling take_mut v0.2.2
13722024-11-13T19:05:54.326Z Compiling dyn-clone v1.0.17
13732024-11-13T19:05:54.500Z Compiling postgres-protocol v0.6.7
13742024-11-13T19:05:54.540Z Compiling publicsuffix v2.2.3
13752024-11-13T19:05:55.207Z Compiling resolv-conf v0.7.0
13762024-11-13T19:05:55.258Z Compiling tungstenite v0.24.0
13772024-11-13T19:05:55.554Z Compiling lru-cache v0.1.2
13782024-11-13T19:05:55.858Z Compiling sec1 v0.7.3
13792024-11-13T19:05:56.098Z Compiling hickory-proto v0.24.1
13802024-11-13T19:05:56.443Z Compiling slog-term v2.9.1
13812024-11-13T19:05:57.047Z Compiling usdt v0.5.0
13822024-11-13T19:05:57.602Z Compiling group v0.13.0
13832024-11-13T19:05:57.642Z Compiling async-stream v0.3.6
13842024-11-13T19:05:57.719Z Compiling num-iter v0.1.45
13852024-11-13T19:05:57.929Z Compiling futures v0.3.31
13862024-11-13T19:05:57.949Z Compiling slog-bunyan v2.5.0
13872024-11-13T19:05:58.054Z Compiling toml v0.8.19
13882024-11-13T19:05:59.379Z Compiling backtrace v0.3.74
13892024-11-13T19:05:59.491Z Compiling tokio-native-tls v0.3.1
13902024-11-13T19:05:59.784Z Compiling camino v1.1.9
13912024-11-13T19:05:59.823Z Compiling phf_shared v0.11.2
13922024-11-13T19:05:59.981Z Compiling terminal_size v0.4.0
13932024-11-13T19:06:00.199Z Compiling dropshot_endpoint v0.12.0
13942024-11-13T19:06:00.202Z Compiling openapiv3 v2.0.0
13952024-11-13T19:06:00.432Z Compiling serde_path_to_error v0.1.16
13962024-11-13T19:06:00.766Z Compiling waitgroup v0.1.2
13972024-11-13T19:06:00.998Z Compiling hkdf v0.12.4
13982024-11-13T19:06:01.254Z Compiling crypto-bigint v0.5.5
13992024-11-13T19:06:01.257Z Compiling zerocopy-derive v0.6.6
14002024-11-13T19:06:01.295Z Compiling hubpack_derive v0.1.1
14012024-11-13T19:06:02.229Z Compiling curve25519-dalek-derive v0.1.1
14022024-11-13T19:06:03.119Z Compiling webpki-roots v0.26.6
14032024-11-13T19:06:03.338Z Compiling hostname v0.4.0
14042024-11-13T19:06:03.605Z Compiling ahash v0.8.11
14052024-11-13T19:06:03.651Z Compiling fs-err v2.11.0
14062024-11-13T19:06:03.844Z Compiling crc32fast v1.4.2
14072024-11-13T19:06:03.928Z Compiling managed v0.8.0
14082024-11-13T19:06:03.948Z Compiling bitflags v1.3.2
14092024-11-13T19:06:04.055Z Compiling debug-ignore v1.0.5
14102024-11-13T19:06:04.163Z Compiling winnow v0.5.40
14112024-11-13T19:06:04.212Z Compiling strum_macros v0.25.3
14122024-11-13T19:06:04.399Z Compiling elliptic-curve v0.13.8
14132024-11-13T19:06:04.980Z Compiling clap_builder v4.5.20
14142024-11-13T19:06:05.243Z Compiling flate2 v1.0.34
14152024-11-13T19:06:06.327Z Compiling console v0.15.8
14162024-11-13T19:06:06.936Z Compiling zerocopy v0.6.6
14172024-11-13T19:06:07.520Z Compiling hubpack v0.1.2
14182024-11-13T19:06:07.882Z Compiling toml_edit v0.19.15
14192024-11-13T19:06:07.994Z Compiling hickory-resolver v0.24.1
14202024-11-13T19:06:08.080Z Compiling phf v0.11.2
14212024-11-13T19:06:08.377Z Compiling signal-hook-mio v0.2.4
14222024-11-13T19:06:08.508Z Compiling hyper-tls v0.6.0
14232024-11-13T19:06:08.546Z Compiling rayon v1.10.0
14242024-11-13T19:06:08.894Z Compiling cookie_store v0.21.0
14252024-11-13T19:06:08.922Z Compiling bzip2 v0.4.4
14262024-11-13T19:06:10.513Z Compiling tokio-tungstenite v0.24.0
14272024-11-13T19:06:12.516Z Compiling postgres-types v0.2.8
14282024-11-13T19:06:13.470Z Compiling tokio-stream v0.1.16
14292024-11-13T19:06:14.093Z Compiling ed25519 v2.2.3
14302024-11-13T19:06:14.572Z Compiling phf_shared v0.10.0
14312024-11-13T19:06:14.722Z Compiling serde-big-array v0.5.1
14322024-11-13T19:06:14.804Z Compiling pkcs1 v0.7.5
14332024-11-13T19:06:14.968Z Compiling rfc6979 v0.4.0
14342024-11-13T19:06:14.989Z Compiling derive-where v1.2.7
14352024-11-13T19:06:14.992Z Compiling serde_repr v0.1.19
14362024-11-13T19:06:15.160Z Compiling clap_derive v4.5.18
14372024-11-13T19:06:15.825Z Compiling float-cmp v0.9.0
14382024-11-13T19:06:15.976Z Compiling bstr v1.10.0
14392024-11-13T19:06:16.049Z Compiling sync_wrapper v1.0.1
14402024-11-13T19:06:16.118Z Compiling difflib v0.4.0
14412024-11-13T19:06:16.209Z Compiling static_assertions v1.1.0
14422024-11-13T19:06:16.251Z Compiling predicates-core v1.0.8
14432024-11-13T19:06:16.314Z Compiling whoami v1.5.2
14442024-11-13T19:06:16.610Z Compiling normalize-line-endings v0.3.0
14452024-11-13T19:06:16.744Z Compiling number_prefix v0.4.0
14462024-11-13T19:06:16.969Z Compiling new_debug_unreachable v1.0.6
14472024-11-13T19:06:16.990Z Compiling bit-vec v0.6.3
14482024-11-13T19:06:17.068Z Compiling precomputed-hash v0.1.1
14492024-11-13T19:06:17.182Z Compiling fixedbitset v0.4.2
14502024-11-13T19:06:17.460Z Compiling unicode-segmentation v1.12.0
14512024-11-13T19:06:17.706Z Compiling petgraph v0.6.5
14522024-11-13T19:06:17.856Z Compiling bit-set v0.5.3
14532024-11-13T19:06:17.856Z Compiling string_cache v0.8.7
14542024-11-13T19:06:18.145Z Compiling indicatif v0.17.8
14552024-11-13T19:06:18.345Z Compiling similar v2.6.0
14562024-11-13T19:06:18.373Z Compiling predicates v3.1.2
14572024-11-13T19:06:18.719Z Compiling tokio-postgres v0.7.12
14582024-11-13T19:06:20.223Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14592024-11-13T19:06:20.346Z Compiling clap v4.5.20
14602024-11-13T19:06:20.385Z Compiling rsa v0.9.6
14612024-11-13T19:06:20.477Z Compiling ecdsa v0.16.9
14622024-11-13T19:06:20.856Z Compiling ed25519-dalek v2.1.1
14632024-11-13T19:06:21.350Z Compiling toml v0.7.8
14642024-11-13T19:06:21.830Z Compiling zip v0.6.6
14652024-11-13T19:06:22.163Z Compiling crossterm v0.28.1
14662024-11-13T19:06:23.906Z Compiling hex v0.4.3
14672024-11-13T19:06:24.009Z Compiling x509-cert v0.2.5
14682024-11-13T19:06:24.066Z Compiling itertools v0.10.5
14692024-11-13T19:06:24.522Z Compiling lalrpop-util v0.19.12
14702024-11-13T19:06:24.543Z Compiling unicode-xid v0.2.6
14712024-11-13T19:06:24.718Z Compiling peg-runtime v0.8.3
14722024-11-13T19:06:24.872Z Compiling strum_macros v0.26.4
14732024-11-13T19:06:25.405Z Compiling xattr v1.3.1
14742024-11-13T19:06:25.685Z Compiling filetime v0.2.25
14752024-11-13T19:06:26.020Z Compiling tar v0.4.43
14762024-11-13T19:06:29.773Z Compiling strum v0.26.3
14772024-11-13T19:06:33.724Z Compiling aws-lc-sys v0.22.0
14782024-11-13T19:07:01.680Z Compiling rustls-webpki v0.102.8
14792024-11-13T19:07:05.057Z Compiling tokio-rustls v0.25.0
14802024-11-13T19:07:06.668Z Compiling tokio-rustls v0.26.0
14812024-11-13T19:07:07.057Z Compiling hyper-rustls v0.27.3
14822024-11-13T19:07:07.432Z Compiling reqwest v0.12.9
14832024-11-13T19:07:08.683Z Compiling qorb v0.2.0
14842024-11-13T19:07:13.368Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14852024-11-13T19:07:13.603Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14862024-11-13T19:07:18.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
14872024-11-13T19:07:18.999Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14882024-11-13T19:07:19.047ZNov 13 19:07:17.915 INFO Starting download, target: DendriteStub
14892024-11-13T19:07:19.047ZNov 13 19:07:17.916 INFO Starting download, target: DendriteOpenapi
14902024-11-13T19:07:19.047ZNov 13 19:07:17.916 INFO Starting download, target: Console
14912024-11-13T19:07:19.047ZNov 13 19:07:17.916 INFO Starting download, target: Clickhouse
14922024-11-13T19:07:19.047ZNov 13 19:07:17.916 INFO Starting download, target: Cockroach
14932024-11-13T19:07:19.047ZNov 13 19:07:17.916 INFO Starting download, target: MaghemiteMgd
14942024-11-13T19:07:19.050ZNov 13 19:07:17.916 INFO Starting download, target: TransceiverControl
14952024-11-13T19:07:19.050ZNov 13 19:07:17.916 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14962024-11-13T19:07:19.050ZNov 13 19:07:17.916 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14972024-11-13T19:07:19.050ZNov 13 19:07:17.916 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14982024-11-13T19:07:19.050ZNov 13 19:07:17.916 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
14992024-11-13T19:07:19.050ZNov 13 19:07:17.916 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15002024-11-13T19:07:19.050ZNov 13 19:07:17.917 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15012024-11-13T19:07:19.050ZNov 13 19:07:17.917 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15022024-11-13T19:07:19.241ZNov 13 19:07:18.109 INFO Download complete, target: DendriteOpenapi
15032024-11-13T19:07:19.493ZNov 13 19:07:18.347 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15042024-11-13T19:07:19.556ZNov 13 19:07:18.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15052024-11-13T19:07:19.901ZNov 13 19:07:18.767 INFO Download complete, target: Console
15062024-11-13T19:07:20.087ZNov 13 19:07:18.954 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15072024-11-13T19:07:20.132ZNov 13 19:07:18.999 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15082024-11-13T19:07:20.184ZNov 13 19:07:19.051 INFO Download complete, target: TransceiverControl
15092024-11-13T19:07:20.889ZNov 13 19:07:19.757 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15102024-11-13T19:07:20.889ZNov 13 19:07:19.757 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15112024-11-13T19:07:21.140ZNov 13 19:07:20.008 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15122024-11-13T19:07:22.846ZNov 13 19:07:21.714 INFO Download complete, target: DendriteStub
15132024-11-13T19:07:23.126ZNov 13 19:07:21.993 INFO Download complete, target: MaghemiteMgd
15142024-11-13T19:07:28.454ZNov 13 19:07:27.320 INFO Checking that binary works, target: Cockroach
15152024-11-13T19:07:28.612ZNov 13 19:07:27.478 INFO Download complete, target: Cockroach
15162024-11-13T19:07:33.807ZNov 13 19:07:32.672 INFO Checking that binary works, target: Clickhouse
15172024-11-13T19:07:33.960ZNov 13 19:07:32.825 INFO Download complete, target: Clickhouse
15182024-11-13T19:07:33.980ZAll builder prerequisites installed successfully, and PATH looks valid
15192024-11-13T19:07:33.983Z
15202024-11-13T19:07:33.983Zreal 5:57.034307037
15212024-11-13T19:07:33.983Zuser 16:08.425811145
15222024-11-13T19:07:33.983Zsys 3:07.738716094
15232024-11-13T19:07:33.983Ztrap 0.564225324
15242024-11-13T19:07:33.983Ztflt 1.595283194
15252024-11-13T19:07:33.983Zdflt 2.632609086
15262024-11-13T19:07:33.983Zkflt 0.022195621
15272024-11-13T19:07:33.983Zlock 28:15.619891284
15282024-11-13T19:07:33.983Zslp 1:01:33.370377347
15292024-11-13T19:07:33.983Zlat 56.889890067
15302024-11-13T19:07:33.983Zstop 2:11.374870945
15312024-11-13T19:07:33.983Z+ banner hack-check
15322024-11-13T19:07:33.986Z
15332024-11-13T19:07:33.986Z # # ## #### # # #### # # ###### #### # #
15342024-11-13T19:07:33.986Z # # # # # # # # # # # # # # # # #
15352024-11-13T19:07:33.986Z ###### # # # #### ##### # ###### ##### # ####
15362024-11-13T19:07:33.986Z # # ###### # # # # # # # # # #
15372024-11-13T19:07:33.986Z # # # # # # # # # # # # # # # # #
15382024-11-13T19:07:33.986Z # # # # #### # # #### # # ###### #### # #
15392024-11-13T19:07:33.986Z
15402024-11-13T19:07:33.986Z+ export CARGO_INCREMENTAL=0
15412024-11-13T19:07:33.986Z+ CARGO_INCREMENTAL=0
15422024-11-13T19:07:33.986Z+ ptime -m timeout 2h cargo xtask check-features --ci
15432024-11-13T19:07:34.482Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15442024-11-13T19:07:38.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
15452024-11-13T19:07:38.360Z Running `target/debug/xtask check-features --ci`
15462024-11-13T19:07:38.381Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15472024-11-13T19:07:38.383Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15482024-11-13T19:07:38.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15492024-11-13T19:07:38.825Z Running `target/debug/xtask download cargo-hack`
15502024-11-13T19:07:39.606Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15512024-11-13T19:07:39.963Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15522024-11-13T19:07:44.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
15532024-11-13T19:07:44.653Z Running `target/debug/xtask-downloader cargo-hack`
15542024-11-13T19:07:44.694ZNov 13 19:07:43.550 INFO Starting download, target: CargoHack
15552024-11-13T19:07:44.696ZNov 13 19:07:43.551 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15562024-11-13T19:07:45.419ZNov 13 19:07:44.281 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15572024-11-13T19:07:45.506ZNov 13 19:07:44.368 INFO Download complete, target: CargoHack
15582024-11-13T19:07:45.510Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15592024-11-13T19:07:45.526Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15602024-11-13T19:07:45.689Zinfo: running `cargo check --bins` on api_identity (1/168)
15612024-11-13T19:07:46.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-11-13T19:07:46.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-11-13T19:07:46.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-11-13T19:07:46.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15652024-11-13T19:07:46.268Z
15662024-11-13T19:07:46.268Zinfo: running `cargo check --bins` on bootstore (2/168)
15672024-11-13T19:07:46.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-11-13T19:07:46.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-11-13T19:07:46.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-11-13T19:07:46.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15712024-11-13T19:07:46.896Z
15722024-11-13T19:07:46.896Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
15732024-11-13T19:07:47.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-11-13T19:07:47.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-11-13T19:07:47.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-11-13T19:07:47.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15772024-11-13T19:07:47.486Z
15782024-11-13T19:07:47.486Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
15792024-11-13T19:07:48.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-11-13T19:07:48.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-11-13T19:07:48.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-11-13T19:07:48.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15832024-11-13T19:07:48.078Z
15842024-11-13T19:07:48.078Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
15852024-11-13T19:07:48.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-11-13T19:07:48.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-11-13T19:07:48.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-11-13T19:07:48.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15892024-11-13T19:07:48.474Z
15902024-11-13T19:07:48.474Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
15912024-11-13T19:07:48.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-11-13T19:07:48.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-11-13T19:07:48.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-11-13T19:07:48.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15952024-11-13T19:07:48.872Z
15962024-11-13T19:07:48.872Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
15972024-11-13T19:07:49.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-11-13T19:07:49.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-11-13T19:07:49.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-11-13T19:07:49.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16012024-11-13T19:07:49.274Z
16022024-11-13T19:07:49.274Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
16032024-11-13T19:07:49.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-11-13T19:07:49.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-11-13T19:07:49.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-11-13T19:07:49.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16072024-11-13T19:07:49.674Z
16082024-11-13T19:07:49.674Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
16092024-11-13T19:07:50.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-11-13T19:07:50.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-11-13T19:07:50.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-11-13T19:07:50.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16132024-11-13T19:07:50.075Z
16142024-11-13T19:07:50.075Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
16152024-11-13T19:07:50.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-11-13T19:07:50.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-11-13T19:07:50.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-11-13T19:07:50.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16192024-11-13T19:07:50.480Z
16202024-11-13T19:07:50.480Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
16212024-11-13T19:07:50.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-11-13T19:07:50.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-11-13T19:07:50.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-11-13T19:07:50.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16252024-11-13T19:07:50.878Z
16262024-11-13T19:07:50.878Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
16272024-11-13T19:07:51.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-11-13T19:07:51.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-11-13T19:07:51.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-11-13T19:07:51.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16312024-11-13T19:07:51.302Z
16322024-11-13T19:07:51.304Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
16332024-11-13T19:07:51.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-11-13T19:07:51.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-11-13T19:07:51.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-11-13T19:07:51.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16372024-11-13T19:07:51.698Z
16382024-11-13T19:07:51.698Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16392024-11-13T19:07:52.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-11-13T19:07:52.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-11-13T19:07:52.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-11-13T19:07:52.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16432024-11-13T19:07:52.099Z
16442024-11-13T19:07:52.099Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16452024-11-13T19:07:52.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-11-13T19:07:52.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-11-13T19:07:52.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-11-13T19:07:52.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16492024-11-13T19:07:52.528Z
16502024-11-13T19:07:52.529Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16512024-11-13T19:07:52.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-11-13T19:07:52.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-11-13T19:07:52.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-11-13T19:07:52.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16552024-11-13T19:07:52.890Z
16562024-11-13T19:07:52.890Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
16572024-11-13T19:07:53.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-11-13T19:07:53.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-11-13T19:07:53.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-11-13T19:07:53.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16612024-11-13T19:07:53.289Z
16622024-11-13T19:07:53.289Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
16632024-11-13T19:07:53.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-11-13T19:07:53.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-11-13T19:07:53.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-11-13T19:07:53.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16672024-11-13T19:07:53.693Z
16682024-11-13T19:07:53.693Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
16692024-11-13T19:07:54.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-11-13T19:07:54.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-11-13T19:07:54.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-11-13T19:07:54.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16732024-11-13T19:07:54.094Z
16742024-11-13T19:07:54.094Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
16752024-11-13T19:07:54.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-11-13T19:07:54.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-11-13T19:07:54.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-11-13T19:07:54.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16792024-11-13T19:07:54.557Z
16802024-11-13T19:07:54.557Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
16812024-11-13T19:07:54.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-11-13T19:07:54.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-11-13T19:07:54.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-11-13T19:07:54.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16852024-11-13T19:07:54.914Z
16862024-11-13T19:07:54.914Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
16872024-11-13T19:07:55.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-11-13T19:07:55.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-11-13T19:07:55.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-11-13T19:07:55.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16912024-11-13T19:07:55.300Z
16922024-11-13T19:07:55.300Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
16932024-11-13T19:07:55.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-11-13T19:07:55.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-11-13T19:07:55.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-11-13T19:07:55.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16972024-11-13T19:07:55.709Z
16982024-11-13T19:07:55.709Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
16992024-11-13T19:07:56.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-11-13T19:07:56.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-11-13T19:07:56.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-11-13T19:07:56.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17032024-11-13T19:07:56.117Z
17042024-11-13T19:07:56.117Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
17052024-11-13T19:07:56.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-11-13T19:07:56.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-11-13T19:07:56.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-11-13T19:07:56.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17092024-11-13T19:07:56.710Z
17102024-11-13T19:07:56.710Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
17112024-11-13T19:07:57.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-11-13T19:07:57.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-11-13T19:07:57.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-11-13T19:07:57.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17152024-11-13T19:07:57.295Z
17162024-11-13T19:07:57.295Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
17172024-11-13T19:07:57.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-11-13T19:07:57.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-11-13T19:07:57.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-11-13T19:07:57.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17212024-11-13T19:07:57.893Z
17222024-11-13T19:07:57.893Zinfo: running `cargo check --bins` on oxlog (28/168)
17232024-11-13T19:07:58.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-11-13T19:07:58.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-11-13T19:07:58.473Z Checking cfg-if v1.0.0
17262024-11-13T19:07:58.475Z Checking libc v0.2.162
17272024-11-13T19:07:58.576Z Checking serde v1.0.215
17282024-11-13T19:07:58.578Z Checking zeroize v1.8.1
17292024-11-13T19:07:58.590Z Checking memchr v2.7.4
17302024-11-13T19:07:58.594Z Checking typenum v1.17.0
17312024-11-13T19:07:58.600Z Checking scopeguard v1.2.0
17322024-11-13T19:07:58.613Z Checking subtle v2.6.1
17332024-11-13T19:07:58.637Z Checking value-bag v1.9.0
17342024-11-13T19:07:58.743Z Checking lock_api v0.4.12
17352024-11-13T19:07:58.826Z Checking itoa v1.0.11
17362024-11-13T19:07:58.878Z Checking const-oid v0.9.6
17372024-11-13T19:07:59.023Z Checking log v0.4.22
17382024-11-13T19:07:59.040Z Checking pin-project-lite v0.2.14
17392024-11-13T19:07:59.139Z Checking smallvec v1.13.2
17402024-11-13T19:07:59.173Z Checking byteorder v1.5.0
17412024-11-13T19:07:59.473Z Checking futures-core v0.3.31
17422024-11-13T19:07:59.499Z Checking once_cell v1.20.2
17432024-11-13T19:07:59.786Z Checking cpufeatures v0.2.14
17442024-11-13T19:07:59.791Z Checking futures-sink v0.3.31
17452024-11-13T19:07:59.791Z Checking spin v0.9.8
17462024-11-13T19:07:59.791Z Checking zerocopy v0.7.35
17472024-11-13T19:07:59.791Z Checking getrandom v0.2.15
17482024-11-13T19:07:59.791Z Checking parking_lot_core v0.9.10
17492024-11-13T19:07:59.791Z Checking signal-hook-registry v1.4.2
17502024-11-13T19:07:59.920Z Checking generic-array v0.14.7
17512024-11-13T19:07:59.951Z Checking rand_core v0.6.4
17522024-11-13T19:07:59.978Z Checking mio v1.0.2
17532024-11-13T19:07:59.999Z Checking socket2 v0.5.7
17542024-11-13T19:08:00.077Z Checking parking_lot v0.12.3
17552024-11-13T19:08:00.283Z Checking slab v0.4.9
17562024-11-13T19:08:00.442Z Checking futures-channel v0.3.31
17572024-11-13T19:08:00.498Z Checking tinyvec_macros v0.1.1
17582024-11-13T19:08:00.545Z Checking allocator-api2 v0.2.18
17592024-11-13T19:08:00.560Z Checking futures-io v0.3.31
17602024-11-13T19:08:00.585Z Checking futures-task v0.3.31
17612024-11-13T19:08:00.653Z Checking equivalent v1.0.1
17622024-11-13T19:08:00.726Z Checking foldhash v0.1.3
17632024-11-13T19:08:00.758Z Checking pin-utils v0.1.0
17642024-11-13T19:08:00.802Z Checking tinyvec v1.8.0
17652024-11-13T19:08:00.818Z Checking ryu v1.0.18
17662024-11-13T19:08:00.842Z Checking futures-util v0.3.31
17672024-11-13T19:08:00.927Z Checking fnv v1.0.7
17682024-11-13T19:08:01.042Z Checking unicode-bidi v0.3.17
17692024-11-13T19:08:01.058Z Checking crypto-common v0.1.6
17702024-11-13T19:08:01.058Z Checking block-buffer v0.10.4
17712024-11-13T19:08:01.058Z Checking block-padding v0.3.3
17722024-11-13T19:08:01.151Z Checking hashbrown v0.15.0
17732024-11-13T19:08:01.238Z Checking libm v0.2.8
17742024-11-13T19:08:01.267Z Checking inout v0.1.3
17752024-11-13T19:08:01.293Z Checking digest v0.10.7
17762024-11-13T19:08:01.501Z Checking cipher v0.4.4
17772024-11-13T19:08:01.654Z Checking base64ct v1.6.0
17782024-11-13T19:08:01.668Z Checking hmac v0.12.1
17792024-11-13T19:08:01.878Z Checking sha2 v0.10.8
17802024-11-13T19:08:01.915Z Checking ppv-lite86 v0.2.20
17812024-11-13T19:08:02.124Z Checking num-traits v0.2.19
17822024-11-13T19:08:02.138Z Checking pem-rfc7468 v0.7.0
17832024-11-13T19:08:02.141Z Checking unicode-normalization v0.1.24
17842024-11-13T19:08:02.367Z Checking flagset v0.4.6
17852024-11-13T19:08:02.382Z Checking tracing-core v0.1.32
17862024-11-13T19:08:02.455Z Checking thiserror v1.0.64
17872024-11-13T19:08:02.549Z Checking der v0.7.9
17882024-11-13T19:08:02.579Z Checking rustls-pki-types v1.9.0
17892024-11-13T19:08:02.692Z Checking rand_chacha v0.3.1
17902024-11-13T19:08:03.017Z Checking percent-encoding v2.3.1
17912024-11-13T19:08:03.085Z Checking rand v0.8.5
17922024-11-13T19:08:03.088Z Checking tracing v0.1.40
17932024-11-13T19:08:03.143Z Checking salsa20 v0.10.2
17942024-11-13T19:08:03.232Z Checking pbkdf2 v0.12.2
17952024-11-13T19:08:03.362Z Checking aws-lc-sys v0.22.0
17962024-11-13T19:08:03.392Z Checking httparse v1.9.5
17972024-11-13T19:08:03.456Z Checking powerfmt v0.2.0
17982024-11-13T19:08:03.614Z Checking bytes v1.7.2
17992024-11-13T19:08:03.722Z Checking indexmap v2.6.0
18002024-11-13T19:08:03.812Z Checking serde_json v1.0.132
18012024-11-13T19:08:03.828Z Checking bitflags v2.6.0
18022024-11-13T19:08:04.124Z Checking mirai-annotations v1.12.0
18032024-11-13T19:08:04.303Z Checking untrusted v0.7.1
18042024-11-13T19:08:04.389Z Checking untrusted v0.9.0
18052024-11-13T19:08:04.405Z Checking spki v0.7.3
18062024-11-13T19:08:04.419Z Checking tokio v1.40.0
18072024-11-13T19:08:04.464Z Checking http v1.1.0
18082024-11-13T19:08:04.535Z Checking ring v0.17.8
18092024-11-13T19:08:04.675Z Checking deranged v0.3.11
18102024-11-13T19:08:05.054Z Checking scrypt v0.11.0
18112024-11-13T19:08:05.279Z Checking aes v0.8.4
18122024-11-13T19:08:05.586Z Checking cbc v0.1.2
18132024-11-13T19:08:05.790Z Checking crossbeam-utils v0.8.20
18142024-11-13T19:08:05.922Z Checking num-conv v0.1.0
18152024-11-13T19:08:05.979Z Checking time-core v0.1.2
18162024-11-13T19:08:06.097Z Checking aws-lc-rs v1.10.0
18172024-11-13T19:08:06.133Z Checking num_threads v0.1.7
18182024-11-13T19:08:06.149Z Checking atomic-waker v1.1.2
18192024-11-13T19:08:06.165Z Checking pkcs5 v0.7.1
18202024-11-13T19:08:06.237Z Checking http-body v1.0.1
18212024-11-13T19:08:06.267Z Checking form_urlencoded v1.2.1
18222024-11-13T19:08:06.399Z Checking try-lock v0.2.5
18232024-11-13T19:08:06.439Z Checking unicode-ident v1.0.13
18242024-11-13T19:08:06.455Z Checking time v0.3.36
18252024-11-13T19:08:06.458Z Checking httpdate v1.0.3
18262024-11-13T19:08:06.487Z Checking toml_datetime v0.6.8
18272024-11-13T19:08:06.532Z Checking want v0.3.1
18282024-11-13T19:08:06.588Z Checking proc-macro2 v1.0.89
18292024-11-13T19:08:06.671Z Checking pkcs8 v0.10.2
18302024-11-13T19:08:06.708Z Checking uuid v1.10.0
18312024-11-13T19:08:06.724Z Checking serde_spanned v0.6.8
18322024-11-13T19:08:06.761Z Checking idna v0.5.0
18332024-11-13T19:08:06.906Z Checking slog v2.7.0
18342024-11-13T19:08:06.984Z Checking scroll v0.12.0
18352024-11-13T19:08:07.259Z Checking iana-time-zone v0.1.61
18362024-11-13T19:08:07.344Z Checking ucd-trie v0.1.7
18372024-11-13T19:08:07.391Z Checking base64 v0.22.1
18382024-11-13T19:08:07.407Z Checking plain v0.2.3
18392024-11-13T19:08:07.431Z Checking foreign-types-shared v0.1.1
18402024-11-13T19:08:07.529Z Checking tower-service v0.3.3
18412024-11-13T19:08:07.544Z Checking match_cfg v0.1.0
18422024-11-13T19:08:07.559Z Checking adler2 v2.0.0
18432024-11-13T19:08:07.619Z Checking url v2.5.2
18442024-11-13T19:08:07.636Z Checking hostname v0.3.1
18452024-11-13T19:08:07.650Z Checking goblin v0.8.2
18462024-11-13T19:08:07.696Z Checking miniz_oxide v0.8.0
18472024-11-13T19:08:07.758Z Checking pest v2.7.14
18482024-11-13T19:08:07.849Z Checking foreign-types v0.3.2
18492024-11-13T19:08:07.935Z Checking chrono v0.4.38
18502024-11-13T19:08:07.975Z Checking rustls-webpki v0.102.8
18512024-11-13T19:08:08.389Z Checking quote v1.0.37
18522024-11-13T19:08:08.436Z Checking openssl-sys v0.9.104
18532024-11-13T19:08:08.734Z Checking dirs-sys-next v0.1.2
18542024-11-13T19:08:08.803Z Checking errno v0.3.9
18552024-11-13T19:08:08.918Z Checking aho-corasick v1.1.3
18562024-11-13T19:08:08.944Z Checking regex-syntax v0.8.5
18572024-11-13T19:08:08.963Z Checking pretty-hex v0.4.1
18582024-11-13T19:08:09.136Z Checking siphasher v0.3.11
18592024-11-13T19:08:09.423Z Checking data-encoding v2.6.0
18602024-11-13T19:08:09.696Z Checking openssl v0.10.68
18612024-11-13T19:08:10.095Z Checking rustix v0.38.37
18622024-11-13T19:08:10.123Z Checking dirs-next v2.0.0
18632024-11-13T19:08:10.237Z Checking syn v2.0.87
18642024-11-13T19:08:10.254Z Checking dtrace-parser v0.2.0
18652024-11-13T19:08:10.656Z Checking crossbeam-epoch v0.9.18
18662024-11-13T19:08:10.724Z Checking http-body-util v0.1.2
18672024-11-13T19:08:11.103Z Checking sha1 v0.10.6
18682024-11-13T19:08:11.190Z Checking signature v2.2.0
18692024-11-13T19:08:11.375Z Checking lazy_static v1.5.0
18702024-11-13T19:08:11.375Z Checking thread_local v1.1.8
18712024-11-13T19:08:11.498Z Checking thread-id v4.2.2
18722024-11-13T19:08:11.605Z Checking encoding_rs v0.8.34
18732024-11-13T19:08:11.656Z Checking ipnet v2.10.1
18742024-11-13T19:08:11.802Z Checking tokio-util v0.7.12
18752024-11-13T19:08:12.112Z Checking anstyle v1.0.10
18762024-11-13T19:08:12.225Z Checking regex-automata v0.4.8
18772024-11-13T19:08:12.489Z Checking openssl-probe v0.1.5
18782024-11-13T19:08:12.638Z Checking mime v0.3.17
18792024-11-13T19:08:12.741Z Checking dof v0.3.0
18802024-11-13T19:08:12.777Z Checking h2 v0.4.6
18812024-11-13T19:08:12.954Z Checking gimli v0.31.1
18822024-11-13T19:08:13.373Z Checking unicode-properties v0.1.3
18832024-11-13T19:08:13.691Z Checking either v1.13.0
18842024-11-13T19:08:13.739Z Checking winnow v0.6.20
18852024-11-13T19:08:13.886Z Checking utf8parse v0.2.2
18862024-11-13T19:08:14.036Z Checking anstyle-parse v0.2.5
18872024-11-13T19:08:14.053Z Checking stringprep v0.1.5
18882024-11-13T19:08:14.303Z Checking crossbeam-deque v0.8.5
18892024-11-13T19:08:14.306Z Checking term v0.7.0
18902024-11-13T19:08:14.629Z Checking slog-json v2.6.1
18912024-11-13T19:08:14.768Z Checking rustls v0.23.14
18922024-11-13T19:08:14.882Z Checking rustls v0.22.4
18932024-11-13T19:08:15.391Z Checking native-tls v0.2.12
18942024-11-13T19:08:15.724Z Checking crossbeam-channel v0.5.13
18952024-11-13T19:08:16.462Z Checking serde_urlencoded v0.7.1
18962024-11-13T19:08:16.643Z Checking usdt-impl v0.5.0
18972024-11-13T19:08:16.660Z Checking toml_edit v0.22.22
18982024-11-13T19:08:16.899Z Checking futures-executor v0.3.31
18992024-11-13T19:08:16.933Z Checking num-integer v0.1.46
19002024-11-13T19:08:16.984Z Checking addr2line v0.24.2
19012024-11-13T19:08:17.120Z Checking rustls-pemfile v2.2.0
19022024-11-13T19:08:17.196Z Checking idna v0.3.0
19032024-11-13T19:08:17.339Z Checking idna v0.4.0
19042024-11-13T19:08:17.418Z Checking md-5 v0.10.6
19052024-11-13T19:08:17.507Z Checking ff v0.13.0
19062024-11-13T19:08:17.630Z Checking is-terminal v0.4.13
19072024-11-13T19:08:17.717Z Checking memmap v0.7.0
19082024-11-13T19:08:17.742Z Checking hash32 v0.2.1
19092024-11-13T19:08:17.924Z Checking object v0.36.5
19102024-11-13T19:08:18.048Z Checking rustc-demangle v0.1.24
19112024-11-13T19:08:18.063Z Checking stable_deref_trait v1.2.0
19122024-11-13T19:08:18.161Z Checking anstyle-query v1.1.1
19132024-11-13T19:08:18.221Z Checking psl-types v2.0.11
19142024-11-13T19:08:18.286Z Checking dyn-clone v1.0.17
19152024-11-13T19:08:18.404Z Checking take_mut v0.2.2
19162024-11-13T19:08:18.423Z Checking quick-error v1.2.3
19172024-11-13T19:08:18.474Z Checking is_terminal_polyfill v1.70.1
19182024-11-13T19:08:18.549Z Checking base16ct v0.2.0
19192024-11-13T19:08:18.552Z Checking colorchoice v1.0.2
19202024-11-13T19:08:18.580Z Checking utf-8 v0.7.6
19212024-11-13T19:08:18.593Z Checking fallible-iterator v0.2.0
19222024-11-13T19:08:18.685Z Checking linked-hash-map v0.5.6
19232024-11-13T19:08:18.733Z Checking sec1 v0.7.3
19242024-11-13T19:08:18.772Z Checking tungstenite v0.24.0
19252024-11-13T19:08:18.999Z Checking lru-cache v0.1.2
19262024-11-13T19:08:19.100Z Checking hyper v1.4.1
19272024-11-13T19:08:19.116Z Checking anstream v0.6.15
19282024-11-13T19:08:19.168Z Checking tokio-rustls v0.25.0
19292024-11-13T19:08:19.190Z Checking toml v0.8.19
19302024-11-13T19:08:19.204Z Checking postgres-protocol v0.6.7
19312024-11-13T19:08:19.479Z Checking slog-async v2.8.0
19322024-11-13T19:08:19.538Z Checking resolv-conf v0.7.0
19332024-11-13T19:08:19.706Z Checking schemars v0.8.21
19342024-11-13T19:08:19.765Z Checking publicsuffix v2.2.3
19352024-11-13T19:08:19.870Z Checking hickory-proto v0.24.1
19362024-11-13T19:08:19.886Z Checking heapless v0.7.17
19372024-11-13T19:08:19.923Z Checking usdt v0.5.0
19382024-11-13T19:08:20.001Z Checking slog-term v2.9.1
19392024-11-13T19:08:20.171Z Checking group v0.13.0
19402024-11-13T19:08:20.435Z Checking tokio-rustls v0.26.0
19412024-11-13T19:08:20.453Z Checking num-iter v0.1.45
19422024-11-13T19:08:20.492Z Checking futures v0.3.31
19432024-11-13T19:08:20.599Z Checking tokio-native-tls v0.3.1
19442024-11-13T19:08:20.614Z Checking slog-bunyan v2.5.0
19452024-11-13T19:08:20.778Z Checking rayon-core v1.12.1
19462024-11-13T19:08:20.839Z Checking multer v3.1.0
19472024-11-13T19:08:20.842Z Checking terminal_size v0.4.0
19482024-11-13T19:08:20.904Z Checking phf_shared v0.11.2
19492024-11-13T19:08:21.015Z Checking cookie v0.18.1
19502024-11-13T19:08:21.191Z Checking async-stream v0.3.6
19512024-11-13T19:08:21.226Z Checking waitgroup v0.1.2
19522024-11-13T19:08:21.229Z Checking hyper-util v0.1.10
19532024-11-13T19:08:21.329Z Checking bzip2-sys v0.1.11+1.0.8
19542024-11-13T19:08:21.351Z Checking camino v1.1.9
19552024-11-13T19:08:21.372Z Checking signal-hook v0.3.17
19562024-11-13T19:08:21.434Z Checking openapiv3 v2.0.0
19572024-11-13T19:08:21.450Z Checking serde_path_to_error v0.1.16
19582024-11-13T19:08:21.466Z Checking webpki-roots v0.26.6
19592024-11-13T19:08:21.678Z Checking hkdf v0.12.4
19602024-11-13T19:08:21.698Z Checking crypto-bigint v0.5.5
19612024-11-13T19:08:21.908Z Checking hostname v0.4.0
19622024-11-13T19:08:21.948Z Checking crc32fast v1.4.2
19632024-11-13T19:08:22.033Z Checking bitflags v1.3.2
19642024-11-13T19:08:22.067Z Checking managed v0.8.0
19652024-11-13T19:08:22.127Z Checking winnow v0.5.40
19662024-11-13T19:08:22.182Z Checking debug-ignore v1.0.5
19672024-11-13T19:08:22.321Z Checking clap_lex v0.7.2
19682024-11-13T19:08:22.468Z Checking strsim v0.11.1
19692024-11-13T19:08:22.576Z Checking unicode-width v0.1.14
19702024-11-13T19:08:22.751Z Checking clap_builder v4.5.20
19712024-11-13T19:08:23.067Z Checking console v0.15.8
19722024-11-13T19:08:23.310Z Checking hyper-rustls v0.27.3
19732024-11-13T19:08:23.666Z Checking hyper-tls v0.6.0
19742024-11-13T19:08:23.682Z Checking smoltcp v0.9.1
19752024-11-13T19:08:23.947Z Checking flate2 v1.0.34
19762024-11-13T19:08:24.472Z Checking backtrace v0.3.74
19772024-11-13T19:08:24.570Z Checking signal-hook-mio v0.2.4
19782024-11-13T19:08:24.573Z Checking elliptic-curve v0.13.8
19792024-11-13T19:08:24.706Z Checking cookie_store v0.21.0
19802024-11-13T19:08:24.827Z Checking hickory-resolver v0.24.1
19812024-11-13T19:08:24.991Z Checking dropshot v0.12.0
19822024-11-13T19:08:25.045Z Checking anyhow v1.0.93
19832024-11-13T19:08:25.150Z Checking bzip2 v0.4.4
19842024-11-13T19:08:25.166Z Checking toml_edit v0.19.15
19852024-11-13T19:08:25.182Z Checking rayon v1.10.0
19862024-11-13T19:08:25.339Z Checking phf v0.11.2
19872024-11-13T19:08:25.437Z Checking num-bigint-dig v0.8.4
19882024-11-13T19:08:25.452Z Checking postgres-types v0.2.8
19892024-11-13T19:08:25.596Z Checking tokio-tungstenite v0.24.0
19902024-11-13T19:08:25.836Z Checking regex v1.11.1
19912024-11-13T19:08:26.080Z Checking bstr v1.10.0
19922024-11-13T19:08:26.166Z Checking tokio-stream v0.1.16
19932024-11-13T19:08:26.381Z Checking ed25519 v2.2.3
19942024-11-13T19:08:26.453Z Checking phf_shared v0.10.0
19952024-11-13T19:08:26.690Z Checking curve25519-dalek v4.1.3
19962024-11-13T19:08:26.754Z Checking zerocopy v0.6.6
19972024-11-13T19:08:27.049Z Checking pkcs1 v0.7.5
19982024-11-13T19:08:27.095Z Checking hubpack v0.1.2
19992024-11-13T19:08:27.427Z Checking portable-atomic v1.9.0
20002024-11-13T19:08:27.466Z Checking float-cmp v0.9.0
20012024-11-13T19:08:27.526Z Checking serde-big-array v0.5.1
20022024-11-13T19:08:27.652Z Checking rfc6979 v0.4.0
20032024-11-13T19:08:27.680Z Checking sync_wrapper v1.0.1
20042024-11-13T19:08:27.684Z Checking precomputed-hash v0.1.1
20052024-11-13T19:08:27.740Z Checking unicode-segmentation v1.12.0
20062024-11-13T19:08:27.783Z Checking number_prefix v0.4.0
20072024-11-13T19:08:27.797Z Checking predicates-core v1.0.8
20082024-11-13T19:08:27.815Z Checking minimal-lexical v0.2.1
20092024-11-13T19:08:27.969Z Checking new_debug_unreachable v1.0.6
20102024-11-13T19:08:27.984Z Checking static_assertions v1.1.0
20112024-11-13T19:08:28.053Z Checking normalize-line-endings v0.3.0
20122024-11-13T19:08:28.067Z Checking whoami v1.5.2
20132024-11-13T19:08:28.169Z Checking fixedbitset v0.4.2
20142024-11-13T19:08:28.221Z Checking difflib v0.4.0
20152024-11-13T19:08:28.365Z Checking bit-vec v0.6.3
20162024-11-13T19:08:28.425Z Checking petgraph v0.6.5
20172024-11-13T19:08:28.440Z Checking similar v2.6.0
20182024-11-13T19:08:28.455Z Checking tokio-postgres v0.7.12
20192024-11-13T19:08:28.531Z Checking predicates v3.1.2
20202024-11-13T19:08:28.603Z Checking ed25519-dalek v2.1.1
20212024-11-13T19:08:28.648Z Checking qorb v0.2.0
20222024-11-13T19:08:28.685Z Checking bit-set v0.5.3
20232024-11-13T19:08:28.946Z Checking nom v7.1.3
20242024-11-13T19:08:28.992Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20252024-11-13T19:08:29.038Z Checking indicatif v0.17.8
20262024-11-13T19:08:29.183Z Checking string_cache v0.8.7
20272024-11-13T19:08:29.293Z Checking ecdsa v0.16.9
20282024-11-13T19:08:29.473Z Checking reqwest v0.12.9
20292024-11-13T19:08:29.817Z Checking toml v0.7.8
20302024-11-13T19:08:30.059Z Checking rsa v0.9.6
20312024-11-13T19:08:30.616Z Checking clap v4.5.20
20322024-11-13T19:08:30.723Z Checking zip v0.6.6
20332024-11-13T19:08:31.107Z Checking crossterm v0.28.1
20342024-11-13T19:08:31.197Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20352024-11-13T19:08:31.225Z Checking itertools v0.10.5
20362024-11-13T19:08:31.289Z Checking itertools v0.12.1
20372024-11-13T19:08:31.413Z Checking fs-err v2.11.0
20382024-11-13T19:08:31.592Z Checking ahash v0.8.11
20392024-11-13T19:08:31.718Z Checking x509-cert v0.2.5
20402024-11-13T19:08:31.809Z Checking hex v0.4.3
20412024-11-13T19:08:31.953Z Checking semver v1.0.23
20422024-11-13T19:08:32.169Z Checking lalrpop-util v0.19.12
20432024-11-13T19:08:32.350Z Checking peg-runtime v0.8.3
20442024-11-13T19:08:32.380Z Checking sigpipe v0.1.3
20452024-11-13T19:08:33.804Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20462024-11-13T19:08:34.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.20s
20472024-11-13T19:08:34.258Z
20482024-11-13T19:08:34.258Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
20492024-11-13T19:08:34.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-11-13T19:08:34.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-11-13T19:08:34.872Z Compiling hashbrown v0.14.5
20522024-11-13T19:08:34.985Z Checking heck v0.5.0
20532024-11-13T19:08:34.998Z Compiling unsafe-libyaml v0.2.11
20542024-11-13T19:08:35.012Z Compiling ident_case v1.0.1
20552024-11-13T19:08:35.024Z Checking progenitor-client v0.8.0
20562024-11-13T19:08:35.038Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572024-11-13T19:08:35.054Z Compiling proc-macro-crate v1.3.1
20582024-11-13T19:08:35.137Z Compiling darling_core v0.20.10
20592024-11-13T19:08:35.181Z Checking ipnetwork v0.20.0
20602024-11-13T19:08:35.326Z Compiling structmeta-derive v0.3.0
20612024-11-13T19:08:35.381Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20622024-11-13T19:08:35.541Z Compiling newtype-uuid v1.1.3
20632024-11-13T19:08:35.693Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20642024-11-13T19:08:35.827Z Compiling lzma-sys v0.1.20
20652024-11-13T19:08:36.035Z Compiling foreign-types-macros v0.2.3
20662024-11-13T19:08:36.139Z Compiling num_enum_derive v0.5.11
20672024-11-13T19:08:36.142Z Checking regress v0.10.1
20682024-11-13T19:08:36.595Z Compiling serde_yaml v0.9.34+deprecated
20692024-11-13T19:08:36.991Z Checking arc-swap v1.7.1
20702024-11-13T19:08:37.317Z Checking foreign-types-shared v0.3.1
20712024-11-13T19:08:37.436Z Checking slog-scope v4.4.0
20722024-11-13T19:08:37.439Z Checking foreign-types v0.5.0
20732024-11-13T19:08:37.577Z Compiling proc-macro-error v1.0.4
20742024-11-13T19:08:38.222Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20752024-11-13T19:08:38.273Z Checking tungstenite v0.21.0
20762024-11-13T19:08:38.309Z Compiling structmeta v0.3.0
20772024-11-13T19:08:38.332Z Compiling heck v0.3.3
20782024-11-13T19:08:38.709Z Checking num_enum v0.5.11
20792024-11-13T19:08:38.747Z Compiling parse-display-derive v0.10.0
20802024-11-13T19:08:38.769Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20812024-11-13T19:08:38.863Z Checking cstr-argument v0.1.2
20822024-11-13T19:08:39.041Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20832024-11-13T19:08:39.198Z Checking instant v0.1.13
20842024-11-13T19:08:39.319Z Checking pretty-hex v0.2.1
20852024-11-13T19:08:39.472Z Checking base64 v0.21.7
20862024-11-13T19:08:39.593Z Checking fastrand v2.1.1
20872024-11-13T19:08:39.703Z Checking typify-impl v0.2.0
20882024-11-13T19:08:39.797Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20892024-11-13T19:08:39.921Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20902024-11-13T19:08:39.935Z Checking tempfile v3.13.0
20912024-11-13T19:08:40.094Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20922024-11-13T19:08:40.236Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20932024-11-13T19:08:40.312Z Checking backoff v0.4.0
20942024-11-13T19:08:40.518Z Checking tokio-tungstenite v0.21.0
20952024-11-13T19:08:40.617Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20962024-11-13T19:08:40.945Z Checking strum v0.26.3
20972024-11-13T19:08:40.965Z Compiling zone_cfg_derive v0.1.2
20982024-11-13T19:08:41.001Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20992024-11-13T19:08:41.095Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21002024-11-13T19:08:41.331Z Checking slog-stdlog v4.1.1
21012024-11-13T19:08:41.501Z Checking regress v0.9.1
21022024-11-13T19:08:41.558Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21032024-11-13T19:08:41.725Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21042024-11-13T19:08:41.795Z Checking colored v2.1.0
21052024-11-13T19:08:42.017Z Checking macaddr v1.0.1
21062024-11-13T19:08:42.106Z Checking base64 v0.13.1
21072024-11-13T19:08:42.219Z Compiling darling_macro v0.20.10
21082024-11-13T19:08:42.346Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21092024-11-13T19:08:42.492Z Checking zone v0.1.8
21102024-11-13T19:08:42.507Z Checking ron v0.7.1
21112024-11-13T19:08:42.805Z Checking xz2 v0.1.7
21122024-11-13T19:08:43.087Z Checking slog-envlogger v2.2.0
21132024-11-13T19:08:43.174Z Compiling darling v0.20.10
21142024-11-13T19:08:43.189Z Checking tabwriter v1.4.0
21152024-11-13T19:08:43.295Z Compiling serde_with_macros v3.11.0
21162024-11-13T19:08:43.308Z Checking xattr v1.3.1
21172024-11-13T19:08:43.421Z Checking pem v3.0.4
21182024-11-13T19:08:43.424Z Checking parse-display v0.10.0
21192024-11-13T19:08:43.491Z Checking yasna v0.5.2
21202024-11-13T19:08:43.606Z Checking headers-core v0.3.0
21212024-11-13T19:08:43.657Z Checking smf v0.2.3
21222024-11-13T19:08:43.672Z Checking filetime v0.2.25
21232024-11-13T19:08:43.746Z Checking same-file v1.0.6
21242024-11-13T19:08:43.877Z Checking tar v0.4.43
21252024-11-13T19:08:43.920Z Checking walkdir v2.5.0
21262024-11-13T19:08:44.115Z Checking headers v0.4.0
21272024-11-13T19:08:44.201Z Checking atomicwrites v0.4.4
21282024-11-13T19:08:44.218Z Checking camino-tempfile v1.1.1
21292024-11-13T19:08:44.351Z Checking rcgen v0.12.1
21302024-11-13T19:08:44.386Z Checking subprocess v0.2.9
21312024-11-13T19:08:45.767Z Checking serde_with v3.11.0
21322024-11-13T19:08:49.083Z Compiling typify-macro v0.2.0
21332024-11-13T19:08:50.954Z Compiling typify v0.2.0
21342024-11-13T19:08:51.024Z Compiling progenitor-impl v0.8.0
21352024-11-13T19:08:54.248Z Compiling progenitor-macro v0.8.0
21362024-11-13T19:08:59.557Z Checking progenitor v0.8.0
21372024-11-13T19:09:00.952Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21382024-11-13T19:09:00.962Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21392024-11-13T19:09:02.368Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21402024-11-13T19:09:02.598Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21412024-11-13T19:09:09.205Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21422024-11-13T19:09:10.759Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21432024-11-13T19:09:11.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.68s
21442024-11-13T19:09:12.114Z
21452024-11-13T19:09:12.114Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
21462024-11-13T19:09:12.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-11-13T19:09:12.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-11-13T19:09:12.745Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21492024-11-13T19:09:14.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
21502024-11-13T19:09:14.288Z
21512024-11-13T19:09:14.288Zinfo: running `cargo check --bins` on nexus-config (31/168)
21522024-11-13T19:09:14.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532024-11-13T19:09:14.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542024-11-13T19:09:14.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552024-11-13T19:09:14.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21562024-11-13T19:09:14.872Z
21572024-11-13T19:09:14.873Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
21582024-11-13T19:09:15.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592024-11-13T19:09:15.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602024-11-13T19:09:15.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612024-11-13T19:09:15.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622024-11-13T19:09:15.445Z
21632024-11-13T19:09:15.446Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
21642024-11-13T19:09:15.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652024-11-13T19:09:15.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662024-11-13T19:09:15.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672024-11-13T19:09:15.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21682024-11-13T19:09:16.029Z
21692024-11-13T19:09:16.029Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
21702024-11-13T19:09:16.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712024-11-13T19:09:16.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722024-11-13T19:09:16.651Z Compiling heapless v0.8.0
21732024-11-13T19:09:16.748Z Checking hash32 v0.3.1
21742024-11-13T19:09:16.758Z Compiling smoltcp v0.11.0
21752024-11-13T19:09:16.768Z Checking cobs v0.2.3
21762024-11-13T19:09:16.780Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21772024-11-13T19:09:16.783Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21782024-11-13T19:09:16.804Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21792024-11-13T19:09:16.807Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21802024-11-13T19:09:16.899Z Compiling crucible-workspace-hack v0.1.0
21812024-11-13T19:09:16.914Z Checking postcard v1.0.10
21822024-11-13T19:09:16.927Z Checking newline-converter v0.3.0
21832024-11-13T19:09:17.061Z Compiling convert_case v0.4.0
21842024-11-13T19:09:17.115Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21852024-11-13T19:09:17.285Z Checking expectorate v1.1.0
21862024-11-13T19:09:17.323Z Compiling zone_cfg_derive v0.3.0
21872024-11-13T19:09:17.442Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21882024-11-13T19:09:17.457Z Checking itertools v0.13.0
21892024-11-13T19:09:17.471Z Compiling num-derive v0.4.2
21902024-11-13T19:09:17.636Z Compiling slog-dtrace v0.3.0
21912024-11-13T19:09:17.790Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21922024-11-13T19:09:17.989Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21932024-11-13T19:09:18.007Z Compiling derive_more v0.99.18
21942024-11-13T19:09:18.789Z Checking zone v0.3.0
21952024-11-13T19:09:19.346Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21962024-11-13T19:09:20.688Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21972024-11-13T19:09:21.588Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21982024-11-13T19:09:21.972Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21992024-11-13T19:09:22.731Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22002024-11-13T19:09:23.382Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22012024-11-13T19:09:24.543Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22022024-11-13T19:09:25.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
22032024-11-13T19:09:25.600Z
22042024-11-13T19:09:25.600Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
22052024-11-13T19:09:26.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062024-11-13T19:09:26.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072024-11-13T19:09:26.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082024-11-13T19:09:26.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22092024-11-13T19:09:26.190Z
22102024-11-13T19:09:26.190Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
22112024-11-13T19:09:26.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122024-11-13T19:09:26.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132024-11-13T19:09:26.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142024-11-13T19:09:26.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22152024-11-13T19:09:26.787Z
22162024-11-13T19:09:26.787Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
22172024-11-13T19:09:27.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182024-11-13T19:09:27.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192024-11-13T19:09:27.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202024-11-13T19:09:27.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22212024-11-13T19:09:27.497Z
22222024-11-13T19:09:27.498Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
22232024-11-13T19:09:28.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-11-13T19:09:28.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-11-13T19:09:28.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262024-11-13T19:09:28.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22272024-11-13T19:09:28.250Z
22282024-11-13T19:09:28.251Zinfo: running `cargo check --bins` on dns-server (39/168)
22292024-11-13T19:09:28.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-11-13T19:09:28.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-11-13T19:09:28.750Z Compiling parking_lot_core v0.8.6
22322024-11-13T19:09:28.755Z Checking nibble_vec v0.1.0
22332024-11-13T19:09:28.755Z Checking endian-type v0.1.2
22342024-11-13T19:09:28.755Z Checking fxhash v0.2.1
22352024-11-13T19:09:28.755Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22362024-11-13T19:09:28.755Z Checking hickory-server v0.24.1
22372024-11-13T19:09:29.159Z Checking radix_trie v0.2.1
22382024-11-13T19:09:29.422Z Checking parking_lot v0.11.2
22392024-11-13T19:09:29.437Z Checking hickory-client v0.24.1
22402024-11-13T19:09:29.540Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22412024-11-13T19:09:29.557Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22422024-11-13T19:09:29.711Z Checking sled v0.34.7
22432024-11-13T19:09:31.518Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22442024-11-13T19:09:32.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
22452024-11-13T19:09:32.885Z
22462024-11-13T19:09:32.886Zinfo: running `cargo check --bins` on dns-server-api (40/168)
22472024-11-13T19:09:33.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-11-13T19:09:33.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-11-13T19:09:33.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502024-11-13T19:09:33.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22512024-11-13T19:09:33.485Z
22522024-11-13T19:09:33.485Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
22532024-11-13T19:09:33.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-11-13T19:09:34.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-11-13T19:09:34.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562024-11-13T19:09:34.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22572024-11-13T19:09:34.069Z
22582024-11-13T19:09:34.070Zinfo: running `cargo check --bins` on dns-service-client (42/168)
22592024-11-13T19:09:34.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602024-11-13T19:09:34.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612024-11-13T19:09:34.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622024-11-13T19:09:34.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22632024-11-13T19:09:34.652Z
22642024-11-13T19:09:34.653Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
22652024-11-13T19:09:35.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662024-11-13T19:09:35.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672024-11-13T19:09:35.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682024-11-13T19:09:35.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22692024-11-13T19:09:35.285Z
22702024-11-13T19:09:35.285Zinfo: running `cargo check --bins` on gateway-types (44/168)
22712024-11-13T19:09:35.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722024-11-13T19:09:35.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732024-11-13T19:09:35.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742024-11-13T19:09:35.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22752024-11-13T19:09:35.874Z
22762024-11-13T19:09:35.874Zinfo: running `cargo check --bins` on ipcc (45/168)
22772024-11-13T19:09:36.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782024-11-13T19:09:36.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792024-11-13T19:09:36.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802024-11-13T19:09:36.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22812024-11-13T19:09:36.462Z
22822024-11-13T19:09:36.462Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
22832024-11-13T19:09:37.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-11-13T19:09:37.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-11-13T19:09:37.121Z Checking num-rational v0.4.2
22862024-11-13T19:09:37.121Z Compiling progenitor-client v0.8.0
22872024-11-13T19:09:37.124Z Checking num-complex v0.4.6
22882024-11-13T19:09:37.124Z Compiling newtype-uuid v1.1.3
22892024-11-13T19:09:37.124Z Compiling ipnetwork v0.20.0
22902024-11-13T19:09:37.124Z Compiling instant v0.1.13
22912024-11-13T19:09:37.223Z Checking float-ord v0.3.2
22922024-11-13T19:09:37.226Z Compiling radium v0.7.0
22932024-11-13T19:09:37.401Z Compiling semver v0.1.20
22942024-11-13T19:09:37.414Z Compiling backoff v0.4.0
22952024-11-13T19:09:37.512Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22962024-11-13T19:09:37.655Z Compiling progenitor v0.8.0
22972024-11-13T19:09:37.702Z Compiling rustc_version v0.1.7
22982024-11-13T19:09:37.779Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22992024-11-13T19:09:37.853Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23002024-11-13T19:09:37.871Z Compiling parse-display v0.10.0
23012024-11-13T19:09:37.887Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23022024-11-13T19:09:38.022Z Compiling serde_with v3.11.0
23032024-11-13T19:09:38.053Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23042024-11-13T19:09:38.120Z Checking num v0.4.3
23052024-11-13T19:09:38.127Z Compiling regress v0.9.1
23062024-11-13T19:09:38.201Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23072024-11-13T19:09:38.531Z Compiling macaddr v1.0.1
23082024-11-13T19:09:38.562Z Checking tap v1.0.1
23092024-11-13T19:09:38.725Z Compiling maybe-uninit v2.0.0
23102024-11-13T19:09:38.959Z Checking wyz v0.5.1
23112024-11-13T19:09:39.329Z Compiling newtype_derive v0.1.6
23122024-11-13T19:09:39.366Z Checking password-hash v0.5.0
23132024-11-13T19:09:39.620Z Checking blake2 v0.10.6
23142024-11-13T19:09:39.754Z Compiling owo-colors v4.1.0
23152024-11-13T19:09:39.998Z Compiling packed_struct v0.10.1
23162024-11-13T19:09:40.014Z Compiling cancel-safe-futures v0.1.5
23172024-11-13T19:09:40.028Z Checking crc-catalog v2.4.0
23182024-11-13T19:09:40.078Z Checking funty v2.0.0
23192024-11-13T19:09:40.154Z Checking crc v3.2.1
23202024-11-13T19:09:40.376Z Checking argon2 v0.5.3
23212024-11-13T19:09:40.588Z Compiling packed_struct_codegen v0.10.1
23222024-11-13T19:09:40.663Z Checking half v2.4.1
23232024-11-13T19:09:41.058Z Checking bitvec v1.0.1
23242024-11-13T19:09:41.081Z Compiling indexmap v1.9.3
23252024-11-13T19:09:41.129Z Checking ciborium-io v0.2.2
23262024-11-13T19:09:41.249Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23272024-11-13T19:09:41.366Z Checking nodrop v0.1.14
23282024-11-13T19:09:41.485Z Checking array-init v0.0.4
23292024-11-13T19:09:41.587Z Checking ciborium-ll v0.2.2
23302024-11-13T19:09:41.638Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23312024-11-13T19:09:41.927Z Checking smallvec v0.6.14
23322024-11-13T19:09:41.994Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23332024-11-13T19:09:42.529Z Checking prettyplease v0.2.25
23342024-11-13T19:09:42.663Z Checking libsw v3.3.1
23352024-11-13T19:09:42.771Z Compiling memoffset v0.9.1
23362024-11-13T19:09:42.945Z Checking linear-map v1.2.0
23372024-11-13T19:09:43.064Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23382024-11-13T19:09:43.283Z Checking highway v1.2.0
23392024-11-13T19:09:43.301Z Checking termcolor v1.4.1
23402024-11-13T19:09:43.470Z Checking bitfield v0.14.0
23412024-11-13T19:09:43.627Z Checking indent_write v2.2.0
23422024-11-13T19:09:43.686Z Checking hashbrown v0.12.3
23432024-11-13T19:09:43.744Z Checking swrite v0.1.0
23442024-11-13T19:09:43.760Z Checking ron v0.8.1
23452024-11-13T19:09:43.820Z Checking env_logger v0.10.2
23462024-11-13T19:09:43.857Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23472024-11-13T19:09:44.027Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23482024-11-13T19:09:44.263Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23492024-11-13T19:09:45.115Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23502024-11-13T19:09:45.320Z Checking serde-hex v0.1.0
23512024-11-13T19:09:45.348Z Checking steno v0.4.1
23522024-11-13T19:09:45.389Z Checking ciborium v0.2.2
23532024-11-13T19:09:45.963Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23542024-11-13T19:09:46.225Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23552024-11-13T19:09:46.384Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23562024-11-13T19:09:46.710Z Checking hashbrown v0.13.2
23572024-11-13T19:09:46.997Z Checking crc-any v2.5.0
23582024-11-13T19:09:47.378Z Checking humantime v2.1.0
23592024-11-13T19:09:47.592Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23602024-11-13T19:09:47.664Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23612024-11-13T19:09:47.773Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23622024-11-13T19:09:47.804Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23632024-11-13T19:09:47.846Z Checking object v0.30.4
23642024-11-13T19:09:47.918Z Checking path-slash v0.1.5
23652024-11-13T19:09:48.062Z Checking nix v0.27.1
23662024-11-13T19:09:48.176Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23672024-11-13T19:09:48.193Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23682024-11-13T19:09:48.905Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23692024-11-13T19:09:49.161Z Checking tungstenite v0.23.0
23702024-11-13T19:09:49.365Z Checking kstat-rs v0.2.4
23712024-11-13T19:09:49.420Z Checking signal-hook-tokio v0.3.1
23722024-11-13T19:09:49.933Z Checking tokio-tungstenite v0.23.1
23732024-11-13T19:09:50.333Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23742024-11-13T19:09:50.929Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23752024-11-13T19:09:56.833Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23762024-11-13T19:09:58.813Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23772024-11-13T19:09:59.171Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23782024-11-13T19:10:02.212Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23792024-11-13T19:10:02.424Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23802024-11-13T19:10:02.674Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23812024-11-13T19:10:07.961Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23822024-11-13T19:10:08.599Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23832024-11-13T19:10:11.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.87s
23842024-11-13T19:10:11.515Z
23852024-11-13T19:10:11.515Zinfo: running `cargo check --bins` on gateway-api (47/168)
23862024-11-13T19:10:12.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-11-13T19:10:12.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-11-13T19:10:12.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-11-13T19:10:12.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23902024-11-13T19:10:12.123Z
23912024-11-13T19:10:12.123Zinfo: running `cargo check --bins` on oximeter (48/168)
23922024-11-13T19:10:12.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-11-13T19:10:12.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-11-13T19:10:12.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-11-13T19:10:12.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23962024-11-13T19:10:12.720Z
23972024-11-13T19:10:12.720Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
23982024-11-13T19:10:13.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-11-13T19:10:13.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-11-13T19:10:13.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-11-13T19:10:13.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24022024-11-13T19:10:13.292Z
24032024-11-13T19:10:13.292Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
24042024-11-13T19:10:13.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-11-13T19:10:13.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-11-13T19:10:13.885Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24072024-11-13T19:10:14.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
24082024-11-13T19:10:14.455Z
24092024-11-13T19:10:14.455Zinfo: running `cargo check --bins` on oximeter-types (51/168)
24102024-11-13T19:10:14.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-11-13T19:10:14.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-11-13T19:10:14.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-11-13T19:10:14.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24142024-11-13T19:10:15.054Z
24152024-11-13T19:10:15.054Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
24162024-11-13T19:10:15.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-11-13T19:10:15.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-11-13T19:10:15.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-11-13T19:10:15.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24202024-11-13T19:10:15.643Z
24212024-11-13T19:10:15.643Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
24222024-11-13T19:10:16.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-11-13T19:10:16.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-11-13T19:10:16.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-11-13T19:10:16.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24262024-11-13T19:10:16.229Z
24272024-11-13T19:10:16.229Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
24282024-11-13T19:10:16.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-11-13T19:10:16.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-11-13T19:10:16.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-11-13T19:10:16.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24322024-11-13T19:10:16.828Z
24332024-11-13T19:10:16.828Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
24342024-11-13T19:10:17.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-11-13T19:10:17.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-11-13T19:10:17.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-11-13T19:10:17.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24382024-11-13T19:10:17.427Z
24392024-11-13T19:10:17.427Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
24402024-11-13T19:10:17.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-11-13T19:10:17.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-11-13T19:10:17.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-11-13T19:10:17.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24442024-11-13T19:10:18.022Z
24452024-11-13T19:10:18.023Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
24462024-11-13T19:10:18.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-11-13T19:10:18.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-11-13T19:10:18.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-11-13T19:10:18.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24502024-11-13T19:10:18.619Z
24512024-11-13T19:10:18.619Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
24522024-11-13T19:10:19.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-11-13T19:10:19.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-11-13T19:10:19.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-11-13T19:10:19.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24562024-11-13T19:10:19.209Z
24572024-11-13T19:10:19.210Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
24582024-11-13T19:10:19.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-11-13T19:10:19.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-11-13T19:10:19.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-11-13T19:10:19.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24622024-11-13T19:10:19.810Z
24632024-11-13T19:10:19.811Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
24642024-11-13T19:10:20.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-11-13T19:10:20.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-11-13T19:10:20.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-11-13T19:10:20.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24682024-11-13T19:10:20.437Z
24692024-11-13T19:10:20.437Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
24702024-11-13T19:10:20.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-11-13T19:10:20.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-11-13T19:10:20.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-11-13T19:10:20.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24742024-11-13T19:10:21.018Z
24752024-11-13T19:10:21.018Zinfo: running `cargo check --bins` on nexus-client (62/168)
24762024-11-13T19:10:21.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-11-13T19:10:21.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-11-13T19:10:21.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-11-13T19:10:21.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24802024-11-13T19:10:21.774Z
24812024-11-13T19:10:21.774Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
24822024-11-13T19:10:22.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-11-13T19:10:22.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-11-13T19:10:22.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-11-13T19:10:22.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24862024-11-13T19:10:22.227Z
24872024-11-13T19:10:22.227Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
24882024-11-13T19:10:22.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-11-13T19:10:22.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-11-13T19:10:22.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-11-13T19:10:22.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24922024-11-13T19:10:22.809Z
24932024-11-13T19:10:22.809Zinfo: running `cargo check --bins` on nexus-types (65/168)
24942024-11-13T19:10:23.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-11-13T19:10:23.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-11-13T19:10:23.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-11-13T19:10:23.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24982024-11-13T19:10:23.418Z
24992024-11-13T19:10:23.418Zinfo: running `cargo check --bins` on gateway-client (66/168)
25002024-11-13T19:10:23.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-11-13T19:10:23.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-11-13T19:10:23.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-11-13T19:10:23.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25042024-11-13T19:10:23.992Z
25052024-11-13T19:10:23.992Zinfo: running `cargo check --bins` on oxql-types (67/168)
25062024-11-13T19:10:24.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-11-13T19:10:24.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-11-13T19:10:24.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-11-13T19:10:24.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25102024-11-13T19:10:24.581Z
25112024-11-13T19:10:24.581Zinfo: running `cargo check --bins` on update-engine (68/168)
25122024-11-13T19:10:25.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-11-13T19:10:25.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-11-13T19:10:25.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-11-13T19:10:25.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25162024-11-13T19:10:25.154Z
25172024-11-13T19:10:25.154Zinfo: running `cargo check --bins` on sp-sim (69/168)
25182024-11-13T19:10:25.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-11-13T19:10:25.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-11-13T19:10:25.750Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25212024-11-13T19:10:27.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
25222024-11-13T19:10:27.655Z
25232024-11-13T19:10:27.655Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
25242024-11-13T19:10:28.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-11-13T19:10:28.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-11-13T19:10:28.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-11-13T19:10:28.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25282024-11-13T19:10:28.286Z
25292024-11-13T19:10:28.286Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
25302024-11-13T19:10:28.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-11-13T19:10:28.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-11-13T19:10:28.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-11-13T19:10:28.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25342024-11-13T19:10:28.938Z
25352024-11-13T19:10:28.938Zinfo: running `cargo check --bins` on db-macros (72/168)
25362024-11-13T19:10:29.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-11-13T19:10:29.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-11-13T19:10:29.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-11-13T19:10:29.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25402024-11-13T19:10:29.514Z
25412024-11-13T19:10:29.514Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
25422024-11-13T19:10:30.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-11-13T19:10:30.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-11-13T19:10:30.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-11-13T19:10:30.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25462024-11-13T19:10:30.087Z
25472024-11-13T19:10:30.087Zinfo: running `cargo check --bins` on nexus-auth (74/168)
25482024-11-13T19:10:30.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-11-13T19:10:30.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-11-13T19:10:30.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-11-13T19:10:30.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25522024-11-13T19:10:30.713Z
25532024-11-13T19:10:30.713Zinfo: running `cargo check --bins` on authz-macros (75/168)
25542024-11-13T19:10:31.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-11-13T19:10:31.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-11-13T19:10:31.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-11-13T19:10:31.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25582024-11-13T19:10:32.295Z
25592024-11-13T19:10:32.295Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
25602024-11-13T19:10:32.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-11-13T19:10:32.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-11-13T19:10:32.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-11-13T19:10:32.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25642024-11-13T19:10:32.299Z
25652024-11-13T19:10:32.299Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
25662024-11-13T19:10:32.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-11-13T19:10:32.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-11-13T19:10:32.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-11-13T19:10:32.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25702024-11-13T19:10:32.543Z
25712024-11-13T19:10:32.543Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
25722024-11-13T19:10:33.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-11-13T19:10:33.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-11-13T19:10:33.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-11-13T19:10:33.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25762024-11-13T19:10:33.134Z
25772024-11-13T19:10:33.135Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
25782024-11-13T19:10:33.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-11-13T19:10:33.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-11-13T19:10:33.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-11-13T19:10:33.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25822024-11-13T19:10:33.743Z
25832024-11-13T19:10:33.743Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
25842024-11-13T19:10:34.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-11-13T19:10:34.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-11-13T19:10:34.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-11-13T19:10:34.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25882024-11-13T19:10:34.358Z
25892024-11-13T19:10:34.358Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
25902024-11-13T19:10:34.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-11-13T19:10:34.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-11-13T19:10:34.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-11-13T19:10:34.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25942024-11-13T19:10:34.946Z
25952024-11-13T19:10:34.946Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
25962024-11-13T19:10:35.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-11-13T19:10:35.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-11-13T19:10:35.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-11-13T19:10:35.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26002024-11-13T19:10:35.546Z
26012024-11-13T19:10:35.546Zinfo: running `cargo check --bins` on typed-rng (83/168)
26022024-11-13T19:10:36.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-11-13T19:10:36.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-11-13T19:10:36.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-11-13T19:10:36.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26062024-11-13T19:10:36.115Z
26072024-11-13T19:10:36.115Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
26082024-11-13T19:10:36.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-11-13T19:10:36.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-11-13T19:10:36.811Z Checking keccak v0.1.5
26112024-11-13T19:10:36.916Z Checking secrecy v0.8.0
26122024-11-13T19:10:36.918Z Compiling unicase v2.7.0
26132024-11-13T19:10:36.918Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26142024-11-13T19:10:36.918Z Compiling same-file v1.0.6
26152024-11-13T19:10:36.929Z Compiling tempfile v3.13.0
26162024-11-13T19:10:36.976Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26172024-11-13T19:10:36.980Z Compiling thiserror-impl-no-std v2.0.2
26182024-11-13T19:10:37.120Z Compiling walkdir v2.5.0
26192024-11-13T19:10:37.187Z Checking sha3 v0.10.8
26202024-11-13T19:10:37.223Z Checking universal-hash v0.5.1
26212024-11-13T19:10:37.297Z Compiling blake3 v1.5.4
26222024-11-13T19:10:37.357Z Compiling ring v0.16.20
26232024-11-13T19:10:37.404Z Checking opaque-debug v0.3.1
26242024-11-13T19:10:37.498Z Checking poly1305 v0.8.0
26252024-11-13T19:10:37.581Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26262024-11-13T19:10:37.755Z Checking chacha20 v0.9.1
26272024-11-13T19:10:37.839Z Checking aead v0.5.2
26282024-11-13T19:10:37.857Z Compiling memmap2 v0.9.5
26292024-11-13T19:10:37.878Z Compiling salty v0.3.0
26302024-11-13T19:10:38.019Z Compiling arrayvec v0.7.6
26312024-11-13T19:10:38.052Z Compiling libefi-sys v0.1.0
26322024-11-13T19:10:38.091Z Compiling arrayref v0.3.9
26332024-11-13T19:10:38.200Z Compiling constant_time_eq v0.3.1
26342024-11-13T19:10:38.278Z Compiling spin v0.5.2
26352024-11-13T19:10:38.340Z Checking chacha20poly1305 v0.10.1
26362024-11-13T19:10:38.390Z Compiling toolchain_find v0.4.0
26372024-11-13T19:10:38.484Z Compiling camino-tempfile v1.1.1
26382024-11-13T19:10:38.507Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26392024-11-13T19:10:38.622Z Compiling bitfield-struct v0.6.2
26402024-11-13T19:10:38.797Z Compiling topological-sort v0.2.2
26412024-11-13T19:10:38.923Z Compiling mime_guess v2.0.5
26422024-11-13T19:10:39.002Z Compiling rustfmt-wrapper v0.2.1
26432024-11-13T19:10:39.415Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26442024-11-13T19:10:39.583Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26452024-11-13T19:10:39.632Z Checking primeorder v0.13.6
26462024-11-13T19:10:39.847Z Checking env_filter v0.1.2
26472024-11-13T19:10:39.865Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26482024-11-13T19:10:40.065Z Checking env_logger v0.11.5
26492024-11-13T19:10:40.082Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26502024-11-13T19:10:40.100Z Checking p384 v0.13.0
26512024-11-13T19:10:40.142Z Checking thiserror-no-std v2.0.2
26522024-11-13T19:10:40.210Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26532024-11-13T19:10:40.233Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26542024-11-13T19:10:40.258Z Checking vsss-rs v3.3.4
26552024-11-13T19:10:40.457Z Checking gethostname v0.5.0
26562024-11-13T19:10:40.581Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26572024-11-13T19:10:40.630Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26582024-11-13T19:10:40.647Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26592024-11-13T19:10:40.926Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602024-11-13T19:10:41.003Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26612024-11-13T19:10:41.099Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26622024-11-13T19:10:41.213Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26632024-11-13T19:10:41.500Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26642024-11-13T19:10:41.518Z Checking nanorand v0.7.0
26652024-11-13T19:10:41.535Z Checking atty v0.2.14
26662024-11-13T19:10:41.560Z Checking glob v0.3.1
26672024-11-13T19:10:41.663Z Checking http-range v0.1.5
26682024-11-13T19:10:41.894Z Checking hyper-staticfile v0.10.1
26692024-11-13T19:10:41.912Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26702024-11-13T19:10:41.925Z Checking flume v0.11.1
26712024-11-13T19:10:42.408Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26722024-11-13T19:10:42.590Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732024-11-13T19:10:42.676Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26742024-11-13T19:10:43.165Z Compiling omicron-zone-package v0.11.1
26752024-11-13T19:10:43.401Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26762024-11-13T19:10:43.794Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26772024-11-13T19:10:44.542Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26782024-11-13T19:10:44.582Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26792024-11-13T19:10:44.611Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26802024-11-13T19:10:45.048Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26812024-11-13T19:10:45.122Z Checking display-error-chain v0.2.2
26822024-11-13T19:10:46.147Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26832024-11-13T19:10:47.218Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26842024-11-13T19:10:48.956Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26852024-11-13T19:10:48.956Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26862024-11-13T19:10:58.854Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26872024-11-13T19:11:11.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.34s
26882024-11-13T19:11:11.638Z
26892024-11-13T19:11:11.638Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
26902024-11-13T19:11:12.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-11-13T19:11:12.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-11-13T19:11:12.326Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26932024-11-13T19:11:25.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
26942024-11-13T19:11:25.449Z
26952024-11-13T19:11:25.449Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
26962024-11-13T19:11:26.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-11-13T19:11:26.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-11-13T19:11:26.134Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26992024-11-13T19:11:39.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
27002024-11-13T19:11:39.253Z
27012024-11-13T19:11:39.253Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
27022024-11-13T19:11:39.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-11-13T19:11:39.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-11-13T19:11:39.940Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27052024-11-13T19:11:52.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
27062024-11-13T19:11:53.080Z
27072024-11-13T19:11:53.080Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
27082024-11-13T19:11:53.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-11-13T19:11:53.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-11-13T19:11:53.781Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27112024-11-13T19:12:06.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
27122024-11-13T19:12:06.748Z
27132024-11-13T19:12:06.748Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
27142024-11-13T19:12:07.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-11-13T19:12:07.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-11-13T19:12:07.437Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27172024-11-13T19:12:20.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
27182024-11-13T19:12:20.641Z
27192024-11-13T19:12:20.641Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
27202024-11-13T19:12:21.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-11-13T19:12:21.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-11-13T19:12:21.341Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27232024-11-13T19:12:34.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
27242024-11-13T19:12:34.513Z
27252024-11-13T19:12:34.513Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
27262024-11-13T19:12:35.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-11-13T19:12:35.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-11-13T19:12:35.204Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27292024-11-13T19:12:48.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
27302024-11-13T19:12:48.374Z
27312024-11-13T19:12:48.374Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
27322024-11-13T19:12:48.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332024-11-13T19:12:48.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342024-11-13T19:12:48.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352024-11-13T19:12:48.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27362024-11-13T19:12:48.982Z
27372024-11-13T19:12:48.982Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
27382024-11-13T19:12:49.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392024-11-13T19:12:49.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402024-11-13T19:12:49.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412024-11-13T19:12:49.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27422024-11-13T19:12:49.599Z
27432024-11-13T19:12:49.599Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
27442024-11-13T19:12:50.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-11-13T19:12:50.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-11-13T19:12:50.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472024-11-13T19:12:50.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27482024-11-13T19:12:50.195Z
27492024-11-13T19:12:50.195Zinfo: running `cargo check --bins` on dpd-client (95/168)
27502024-11-13T19:12:50.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-11-13T19:12:50.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-11-13T19:12:50.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-11-13T19:12:50.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27542024-11-13T19:12:50.782Z
27552024-11-13T19:12:50.782Zinfo: running `cargo check --bins` on installinator-common (96/168)
27562024-11-13T19:12:51.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-11-13T19:12:51.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-11-13T19:12:51.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-11-13T19:12:51.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27602024-11-13T19:12:51.381Z
27612024-11-13T19:12:51.381Zinfo: running `cargo check --bins` on key-manager (97/168)
27622024-11-13T19:12:51.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-11-13T19:12:51.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-11-13T19:12:51.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-11-13T19:12:51.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27662024-11-13T19:12:51.974Z
27672024-11-13T19:12:51.974Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
27682024-11-13T19:12:52.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-11-13T19:12:52.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-11-13T19:12:52.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-11-13T19:12:52.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27722024-11-13T19:12:52.573Z
27732024-11-13T19:12:52.573Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
27742024-11-13T19:12:53.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-11-13T19:12:53.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-11-13T19:12:53.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-11-13T19:12:53.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27782024-11-13T19:12:53.166Z
27792024-11-13T19:12:53.166Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
27802024-11-13T19:12:53.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-11-13T19:12:53.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-11-13T19:12:53.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-11-13T19:12:53.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27842024-11-13T19:12:53.750Z
27852024-11-13T19:12:53.750Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
27862024-11-13T19:12:54.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-11-13T19:12:54.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-11-13T19:12:54.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-11-13T19:12:54.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27902024-11-13T19:12:54.363Z
27912024-11-13T19:12:54.363Zinfo: running `cargo check --bins` on sled-hardware (102/168)
27922024-11-13T19:12:54.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-11-13T19:12:54.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-11-13T19:12:54.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-11-13T19:12:54.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27962024-11-13T19:12:54.961Z
27972024-11-13T19:12:54.961Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
27982024-11-13T19:12:55.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-11-13T19:12:55.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-11-13T19:12:55.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-11-13T19:12:55.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28022024-11-13T19:12:55.573Z
28032024-11-13T19:12:55.573Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
28042024-11-13T19:12:56.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-11-13T19:12:56.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-11-13T19:12:56.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-11-13T19:12:56.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28082024-11-13T19:12:56.172Z
28092024-11-13T19:12:56.172Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
28102024-11-13T19:12:56.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-11-13T19:12:56.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-11-13T19:12:56.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-11-13T19:12:56.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28142024-11-13T19:12:56.783Z
28152024-11-13T19:12:56.784Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
28162024-11-13T19:12:57.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-11-13T19:12:57.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-11-13T19:12:57.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-11-13T19:12:57.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28202024-11-13T19:12:57.392Z
28212024-11-13T19:12:57.392Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
28222024-11-13T19:12:57.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-11-13T19:12:57.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-11-13T19:12:58.040Z Compiling phf_generator v0.11.2
28252024-11-13T19:12:58.045Z Compiling parse-zoneinfo v0.3.1
28262024-11-13T19:12:58.149Z Compiling const_format_proc_macros v0.2.33
28272024-11-13T19:12:58.151Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282024-11-13T19:12:58.151Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28292024-11-13T19:12:58.151Z Checking bcs v0.1.6
28302024-11-13T19:12:58.151Z Compiling async-recursion v1.1.1
28312024-11-13T19:12:58.160Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28322024-11-13T19:12:58.274Z Compiling phf_codegen v0.11.2
28332024-11-13T19:12:58.472Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28342024-11-13T19:12:58.860Z Compiling chrono-tz-build v0.4.0
28352024-11-13T19:12:59.796Z Checking const_format v0.2.33
28362024-11-13T19:12:59.915Z Compiling chrono-tz v0.10.0
28372024-11-13T19:13:10.388Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28382024-11-13T19:13:12.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s
28392024-11-13T19:13:12.309Z
28402024-11-13T19:13:12.309Zinfo: running `cargo check --bins` on oximeter-api (108/168)
28412024-11-13T19:13:12.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-11-13T19:13:12.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-11-13T19:13:12.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-11-13T19:13:12.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28452024-11-13T19:13:12.894Z
28462024-11-13T19:13:12.894Zinfo: running `cargo check --bins` on oximeter-client (109/168)
28472024-11-13T19:13:13.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-11-13T19:13:13.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-11-13T19:13:13.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-11-13T19:13:13.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28512024-11-13T19:13:13.487Z
28522024-11-13T19:13:13.488Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
28532024-11-13T19:13:14.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-11-13T19:13:14.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-11-13T19:13:14.099Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562024-11-13T19:13:14.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
28572024-11-13T19:13:14.877Z
28582024-11-13T19:13:14.877Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
28592024-11-13T19:13:15.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-11-13T19:13:15.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-11-13T19:13:15.508Z Compiling cfg_aliases v0.1.1
28622024-11-13T19:13:15.511Z Compiling vte_generate_state_changes v0.1.2
28632024-11-13T19:13:15.511Z Checking fd-lock v4.0.2
28642024-11-13T19:13:15.607Z Checking bytecount v0.6.8
28652024-11-13T19:13:15.624Z Compiling tabled_derive v0.7.0
28662024-11-13T19:13:15.633Z Compiling peg-macros v0.8.4
28672024-11-13T19:13:15.635Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682024-11-13T19:13:15.642Z Compiling sqlparser_derive v0.2.2
28692024-11-13T19:13:15.680Z Compiling nix v0.28.0
28702024-11-13T19:13:15.743Z Checking papergrid v0.11.0
28712024-11-13T19:13:16.131Z Checking unicode_categories v0.1.1
28722024-11-13T19:13:16.151Z Checking vte v0.11.1
28732024-11-13T19:13:16.446Z Checking home v0.5.9
28742024-11-13T19:13:16.592Z Checking nu-ansi-term v0.50.1
28752024-11-13T19:13:16.754Z Checking sqlparser v0.45.0
28762024-11-13T19:13:16.988Z Checking sqlformat v0.2.6
28772024-11-13T19:13:17.470Z Checking strip-ansi-escapes v0.2.0
28782024-11-13T19:13:17.603Z Checking reedline v0.35.0
28792024-11-13T19:13:18.083Z Checking tabled v0.15.0
28802024-11-13T19:13:18.562Z Checking peg v0.8.4
28812024-11-13T19:13:18.928Z Checking rustyline v14.0.0
28822024-11-13T19:13:28.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
28832024-11-13T19:13:28.606Z
28842024-11-13T19:13:28.606Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
28852024-11-13T19:13:29.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-11-13T19:13:29.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-11-13T19:13:29.233Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28882024-11-13T19:13:35.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
28892024-11-13T19:13:35.458Z
28902024-11-13T19:13:35.458Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
28912024-11-13T19:13:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-11-13T19:13:35.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-11-13T19:13:36.092Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28942024-11-13T19:13:40.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
28952024-11-13T19:13:40.836Z
28962024-11-13T19:13:40.836Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
28972024-11-13T19:13:41.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-11-13T19:13:41.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-11-13T19:13:41.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29002024-11-13T19:13:47.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
29012024-11-13T19:13:47.356Z
29022024-11-13T19:13:47.356Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
29032024-11-13T19:13:47.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-11-13T19:13:47.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-11-13T19:13:47.979Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29062024-11-13T19:13:53.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
29072024-11-13T19:13:53.954Z
29082024-11-13T19:13:53.954Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
29092024-11-13T19:13:54.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-11-13T19:13:54.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-11-13T19:13:54.589Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29122024-11-13T19:13:59.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
29132024-11-13T19:13:59.536Z
29142024-11-13T19:13:59.536Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
29152024-11-13T19:14:00.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-11-13T19:14:00.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-11-13T19:14:00.156Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29182024-11-13T19:14:05.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
29192024-11-13T19:14:05.183Z
29202024-11-13T19:14:05.183Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
29212024-11-13T19:14:05.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-11-13T19:14:05.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-11-13T19:14:05.808Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29242024-11-13T19:14:11.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
29252024-11-13T19:14:11.974Z
29262024-11-13T19:14:11.974Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
29272024-11-13T19:14:12.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-11-13T19:14:12.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-11-13T19:14:12.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302024-11-13T19:14:12.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29312024-11-13T19:14:12.588Z
29322024-11-13T19:14:12.588Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
29332024-11-13T19:14:13.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342024-11-13T19:14:13.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352024-11-13T19:14:13.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362024-11-13T19:14:13.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29372024-11-13T19:14:13.160Z
29382024-11-13T19:14:13.161Zinfo: running `cargo check --bins` on installinator-client (121/168)
29392024-11-13T19:14:13.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402024-11-13T19:14:13.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412024-11-13T19:14:13.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422024-11-13T19:14:13.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29432024-11-13T19:14:13.778Z
29442024-11-13T19:14:13.779Zinfo: running `cargo check --bins` on oxide-client (122/168)
29452024-11-13T19:14:14.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462024-11-13T19:14:14.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472024-11-13T19:14:14.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482024-11-13T19:14:14.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29492024-11-13T19:14:14.355Z
29502024-11-13T19:14:14.355Zinfo: running `cargo check --bins` on wicketd-client (123/168)
29512024-11-13T19:14:14.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522024-11-13T19:14:14.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532024-11-13T19:14:14.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542024-11-13T19:14:14.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29552024-11-13T19:14:14.975Z
29562024-11-13T19:14:14.975Zinfo: running `cargo check --bins` on wicket-common (124/168)
29572024-11-13T19:14:15.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582024-11-13T19:14:15.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592024-11-13T19:14:15.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602024-11-13T19:14:15.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29612024-11-13T19:14:15.591Z
29622024-11-13T19:14:15.591Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
29632024-11-13T19:14:16.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642024-11-13T19:14:16.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652024-11-13T19:14:16.209Z Checking csv-core v0.1.11
29662024-11-13T19:14:16.212Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29672024-11-13T19:14:16.509Z Checking csv v1.3.0
29682024-11-13T19:14:17.034Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29692024-11-13T19:14:17.394Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29702024-11-13T19:14:18.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
29712024-11-13T19:14:18.744Z
29722024-11-13T19:14:18.744Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
29732024-11-13T19:14:19.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-11-13T19:14:19.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-11-13T19:14:19.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762024-11-13T19:14:19.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29772024-11-13T19:14:19.337Z
29782024-11-13T19:14:19.337Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
29792024-11-13T19:14:19.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-11-13T19:14:19.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-11-13T19:14:19.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822024-11-13T19:14:19.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29832024-11-13T19:14:19.924Z
29842024-11-13T19:14:19.924Zinfo: running `cargo check --bins` on cert-dev (128/168)
29852024-11-13T19:14:20.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-11-13T19:14:20.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-11-13T19:14:20.505Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29882024-11-13T19:14:20.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29892024-11-13T19:14:20.916Z
29902024-11-13T19:14:20.916Zinfo: running `cargo check --bins` on ch-dev (129/168)
29912024-11-13T19:14:21.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-11-13T19:14:21.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-11-13T19:14:21.536Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29942024-11-13T19:14:22.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
29952024-11-13T19:14:22.374Z
29962024-11-13T19:14:22.374Zinfo: running `cargo check --bins` on crdb-seed (130/168)
29972024-11-13T19:14:22.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-11-13T19:14:22.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-11-13T19:14:22.983Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30002024-11-13T19:14:23.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
30012024-11-13T19:14:23.484Z
30022024-11-13T19:14:23.484Zinfo: running `cargo check --bins` on db-dev (131/168)
30032024-11-13T19:14:24.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-11-13T19:14:24.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-11-13T19:14:24.112Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30062024-11-13T19:14:24.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
30072024-11-13T19:14:24.957Z
30082024-11-13T19:14:24.957Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
30092024-11-13T19:14:25.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-11-13T19:14:25.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-11-13T19:14:25.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122024-11-13T19:14:25.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30132024-11-13T19:14:25.566Z
30142024-11-13T19:14:25.566Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
30152024-11-13T19:14:26.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-11-13T19:14:26.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-11-13T19:14:26.140Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30182024-11-13T19:14:26.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
30192024-11-13T19:14:27.126Z
30202024-11-13T19:14:27.126Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
30212024-11-13T19:14:27.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-11-13T19:14:27.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-11-13T19:14:27.709Z Checking cargo-platform v0.1.8
30242024-11-13T19:14:27.969Z Checking cargo_metadata v0.18.1
30252024-11-13T19:14:28.932Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30262024-11-13T19:14:29.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
30272024-11-13T19:14:29.804Z
30282024-11-13T19:14:29.804Zinfo: running `cargo check --bins` on mgs-dev (135/168)
30292024-11-13T19:14:30.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-11-13T19:14:30.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-11-13T19:14:30.474Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30322024-11-13T19:14:31.133Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30332024-11-13T19:14:31.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
30342024-11-13T19:14:31.809Z
30352024-11-13T19:14:31.809Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
30362024-11-13T19:14:32.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-11-13T19:14:32.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-11-13T19:14:32.548Z Compiling crunchy v0.2.2
30392024-11-13T19:14:32.548Z Compiling tiny-keccak v2.0.2
30402024-11-13T19:14:32.551Z Compiling dsl_auto_type v0.1.2
30412024-11-13T19:14:32.551Z Checking scheduled-thread-pool v0.2.7
30422024-11-13T19:14:32.551Z Compiling diesel_table_macro_syntax v0.2.0
30432024-11-13T19:14:32.551Z Compiling ascii-canvas v3.0.0
30442024-11-13T19:14:32.656Z Compiling ena v0.14.3
30452024-11-13T19:14:32.659Z Compiling diff v0.1.13
30462024-11-13T19:14:32.867Z Checking r2d2 v0.8.10
30472024-11-13T19:14:32.923Z Compiling regex-syntax v0.6.29
30482024-11-13T19:14:33.076Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30492024-11-13T19:14:33.111Z Compiling ref-cast v1.0.23
30502024-11-13T19:14:33.175Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30512024-11-13T19:14:33.195Z Compiling derive_builder_core v0.20.2
30522024-11-13T19:14:33.305Z Compiling libxml v0.3.3
30532024-11-13T19:14:33.356Z Compiling ref-cast-impl v1.0.23
30542024-11-13T19:14:33.435Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30552024-11-13T19:14:33.707Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30562024-11-13T19:14:33.725Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30572024-11-13T19:14:33.947Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30582024-11-13T19:14:33.969Z Compiling strum_macros v0.24.3
30592024-11-13T19:14:34.002Z Compiling samael v0.0.17
30602024-11-13T19:14:34.331Z Compiling indoc v1.0.9
30612024-11-13T19:14:34.357Z Compiling diesel_derives v2.2.3
30622024-11-13T19:14:35.308Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30632024-11-13T19:14:35.595Z Compiling impl-trait-for-tuples v0.2.2
30642024-11-13T19:14:35.678Z Compiling derive_builder_macro v0.20.2
30652024-11-13T19:14:36.504Z Compiling lalrpop v0.19.12
30662024-11-13T19:14:36.554Z Checking derive_builder v0.20.2
30672024-11-13T19:14:36.716Z Compiling oso-derive v0.27.3
30682024-11-13T19:14:37.222Z Checking quick-xml v0.33.0
30692024-11-13T19:14:37.718Z Compiling diesel-dtrace v0.3.0
30702024-11-13T19:14:37.852Z Checking maplit v1.0.2
30712024-11-13T19:14:37.991Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30722024-11-13T19:14:38.094Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30732024-11-13T19:14:38.299Z Checking bb8 v0.8.5
30742024-11-13T19:14:38.411Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30752024-11-13T19:14:38.685Z Checking castaway v0.2.3
30762024-11-13T19:14:38.804Z Checking rand_seeder v0.3.0
30772024-11-13T19:14:38.859Z Checking compact_str v0.8.0
30782024-11-13T19:14:38.963Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30792024-11-13T19:14:39.051Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30802024-11-13T19:14:39.259Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30812024-11-13T19:14:39.689Z Checking unicode-truncate v1.1.0
30822024-11-13T19:14:39.768Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30832024-11-13T19:14:39.921Z Checking lru v0.12.5
30842024-11-13T19:14:40.032Z Compiling instability v0.3.2
30852024-11-13T19:14:40.198Z Checking is_ci v1.2.0
30862024-11-13T19:14:40.347Z Checking cassowary v0.3.0
30872024-11-13T19:14:40.420Z Checking unicode-linebreak v0.1.5
30882024-11-13T19:14:40.767Z Checking smawk v0.3.2
30892024-11-13T19:14:40.832Z Checking supports-color v3.0.1
30902024-11-13T19:14:40.980Z Checking textwrap v0.16.1
30912024-11-13T19:14:41.065Z Checking multimap v0.10.0
30922024-11-13T19:14:41.114Z Checking ratatui v0.28.1
30932024-11-13T19:14:41.133Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30942024-11-13T19:14:44.007Z Checking diesel v2.2.4
30952024-11-13T19:15:09.845Z Compiling polar-core v0.27.3
30962024-11-13T19:15:13.539Z Checking async-bb8-diesel v0.2.1
30972024-11-13T19:15:17.305Z Checking oso v0.27.3
30982024-11-13T19:16:26.921Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30992024-11-13T19:16:32.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
31002024-11-13T19:16:33.154Z
31012024-11-13T19:16:33.154Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
31022024-11-13T19:16:33.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-11-13T19:16:33.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-11-13T19:16:33.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052024-11-13T19:16:33.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31062024-11-13T19:16:33.792Z
31072024-11-13T19:16:33.792Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
31082024-11-13T19:16:34.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-11-13T19:16:34.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-11-13T19:16:34.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112024-11-13T19:16:34.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31122024-11-13T19:16:34.434Z
31132024-11-13T19:16:34.434Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
31142024-11-13T19:16:34.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-11-13T19:16:34.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-11-13T19:16:34.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172024-11-13T19:16:34.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182024-11-13T19:16:35.012Z
31192024-11-13T19:16:35.012Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
31202024-11-13T19:16:35.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-11-13T19:16:35.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-11-13T19:16:35.773Z Compiling libz-sys v1.1.20
31232024-11-13T19:16:35.882Z Compiling libgit2-sys v0.17.0+1.8.1
31242024-11-13T19:16:35.893Z Compiling vergen v8.3.2
31252024-11-13T19:16:35.896Z Compiling cargo-platform v0.1.8
31262024-11-13T19:16:35.896Z Compiling pin-project-internal v1.1.6
31272024-11-13T19:16:35.928Z Compiling libsqlite3-sys v0.30.1
31282024-11-13T19:16:35.931Z Compiling snafu-derive v0.8.5
31292024-11-13T19:16:35.931Z Compiling cfg_aliases v0.2.1
31302024-11-13T19:16:36.044Z Checking simd-adler32 v0.3.7
31312024-11-13T19:16:36.198Z Compiling cargo_metadata v0.18.1
31322024-11-13T19:16:36.399Z Compiling zip v2.1.3
31332024-11-13T19:16:36.418Z Checking bumpalo v3.16.0
31342024-11-13T19:16:36.421Z Compiling buf-list v1.0.3
31352024-11-13T19:16:36.691Z Compiling rustls v0.21.12
31362024-11-13T19:16:36.777Z Checking lockfree-object-pool v0.1.6
31372024-11-13T19:16:36.918Z Compiling nix v0.29.0
31382024-11-13T19:16:36.997Z Checking globset v0.4.15
31392024-11-13T19:16:37.026Z Checking zopfli v0.8.1
31402024-11-13T19:16:37.118Z Checking sct v0.7.1
31412024-11-13T19:16:37.328Z Checking rustls-webpki v0.101.7
31422024-11-13T19:16:37.485Z Checking olpc-cjson v0.1.4
31432024-11-13T19:16:37.709Z Checking serde_plain v1.0.2
31442024-11-13T19:16:37.709Z Compiling displaydoc v0.2.5
31452024-11-13T19:16:37.829Z Checking typed-path v0.9.3
31462024-11-13T19:16:38.703Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31472024-11-13T19:16:38.873Z Checking pin-project v1.1.6
31482024-11-13T19:16:38.987Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31492024-11-13T19:16:39.005Z Checking hashlink v0.9.1
31502024-11-13T19:16:39.272Z Checking fallible-streaming-iterator v0.1.9
31512024-11-13T19:16:39.512Z Checking parse-size v1.1.0
31522024-11-13T19:16:39.597Z Checking fallible-iterator v0.3.0
31532024-11-13T19:16:39.785Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31542024-11-13T19:16:39.788Z Checking rustls-pemfile v1.0.4
31552024-11-13T19:16:40.272Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31562024-11-13T19:16:40.282Z Checking rusqlite v0.32.1
31572024-11-13T19:16:40.282Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31582024-11-13T19:16:40.282Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31592024-11-13T19:16:40.414Z Checking twox-hash v1.6.3
31602024-11-13T19:16:40.525Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31612024-11-13T19:16:40.923Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31622024-11-13T19:16:41.296Z Checking tokio-rustls v0.24.1
31632024-11-13T19:16:41.653Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31642024-11-13T19:16:41.685Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31652024-11-13T19:16:41.737Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31662024-11-13T19:16:41.800Z Checking snafu v0.8.5
31672024-11-13T19:16:42.215Z Checking fatfs v0.3.6
31682024-11-13T19:16:42.324Z Checking tough v0.19.0
31692024-11-13T19:16:42.440Z Checking assert_matches v1.5.0
31702024-11-13T19:16:46.305Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31712024-11-13T19:16:47.686Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31722024-11-13T19:16:48.625Z Compiling git2 v0.19.0
31732024-11-13T19:16:53.710Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31742024-11-13T19:18:06.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
31752024-11-13T19:18:06.797Z
31762024-11-13T19:18:06.797Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
31772024-11-13T19:18:07.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782024-11-13T19:18:07.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792024-11-13T19:18:07.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802024-11-13T19:18:07.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31812024-11-13T19:18:07.445Z
31822024-11-13T19:18:07.445Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
31832024-11-13T19:18:07.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842024-11-13T19:18:07.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852024-11-13T19:18:07.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862024-11-13T19:18:07.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31872024-11-13T19:18:08.024Z
31882024-11-13T19:18:08.024Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
31892024-11-13T19:18:08.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902024-11-13T19:18:08.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912024-11-13T19:18:08.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922024-11-13T19:18:08.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31932024-11-13T19:18:08.641Z
31942024-11-13T19:18:08.641Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
31952024-11-13T19:18:09.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962024-11-13T19:18:09.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972024-11-13T19:18:09.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982024-11-13T19:18:09.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31992024-11-13T19:18:09.271Z
32002024-11-13T19:18:09.271Zinfo: running `cargo check --bins` on nexus-networking (145/168)
32012024-11-13T19:18:09.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022024-11-13T19:18:09.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032024-11-13T19:18:09.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042024-11-13T19:18:09.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32052024-11-13T19:18:09.898Z
32062024-11-13T19:18:09.898Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
32072024-11-13T19:18:10.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082024-11-13T19:18:10.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092024-11-13T19:18:10.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102024-11-13T19:18:10.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32112024-11-13T19:18:10.533Z
32122024-11-13T19:18:10.533Zinfo: running `cargo check --bins` on update-common (147/168)
32132024-11-13T19:18:11.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142024-11-13T19:18:11.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152024-11-13T19:18:11.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162024-11-13T19:18:11.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32172024-11-13T19:18:11.158Z
32182024-11-13T19:18:11.158Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
32192024-11-13T19:18:11.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-11-13T19:18:11.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-11-13T19:18:11.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222024-11-13T19:18:11.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32232024-11-13T19:18:11.763Z
32242024-11-13T19:18:11.763Zinfo: running `cargo check --bins` on tufaceous (149/168)
32252024-11-13T19:18:12.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-11-13T19:18:12.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-11-13T19:18:12.391Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32282024-11-13T19:18:13.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
32292024-11-13T19:18:13.483Z
32302024-11-13T19:18:13.483Zinfo: running `cargo check --bins` on omicron-dev (150/168)
32312024-11-13T19:18:14.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-11-13T19:18:14.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-11-13T19:18:14.285Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32342024-11-13T19:18:14.406Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32352024-11-13T19:18:14.409Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32362024-11-13T19:18:14.409Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32372024-11-13T19:18:40.310Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32382024-11-13T19:18:40.310Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32392024-11-13T19:18:40.312Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32402024-11-13T19:18:40.312Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32412024-11-13T19:18:40.312Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32422024-11-13T19:18:41.085Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32432024-11-13T19:18:42.299Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32442024-11-13T19:19:20.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
32452024-11-13T19:19:20.729Z
32462024-11-13T19:19:20.729Zinfo: running `cargo check --bins` on openapi-manager (151/168)
32472024-11-13T19:19:21.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482024-11-13T19:19:21.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492024-11-13T19:19:21.402Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32502024-11-13T19:19:21.402Z Checking heck v0.4.1
32512024-11-13T19:19:21.404Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32522024-11-13T19:19:21.632Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32532024-11-13T19:19:23.001Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32542024-11-13T19:19:23.855Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32552024-11-13T19:19:24.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
32562024-11-13T19:19:25.024Z
32572024-11-13T19:19:25.025Zinfo: running `cargo check --bins` on installinator-api (152/168)
32582024-11-13T19:19:25.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592024-11-13T19:19:25.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602024-11-13T19:19:25.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612024-11-13T19:19:25.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32622024-11-13T19:19:25.753Z
32632024-11-13T19:19:25.753Zinfo: running `cargo check --bins` on wicketd-api (153/168)
32642024-11-13T19:19:26.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652024-11-13T19:19:26.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662024-11-13T19:19:26.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672024-11-13T19:19:26.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32682024-11-13T19:19:26.411Z
32692024-11-13T19:19:26.411Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
32702024-11-13T19:19:26.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712024-11-13T19:19:26.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722024-11-13T19:19:27.006Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32732024-11-13T19:19:28.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
32742024-11-13T19:19:28.215Z
32752024-11-13T19:19:28.215Zinfo: running `cargo check --bins` on omicron-releng (155/168)
32762024-11-13T19:19:28.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772024-11-13T19:19:28.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782024-11-13T19:19:28.846Z Checking memmap2 v0.9.5
32792024-11-13T19:19:28.846Z Checking arrayref v0.3.9
32802024-11-13T19:19:28.849Z Checking arrayvec v0.7.6
32812024-11-13T19:19:28.849Z Checking spin v0.5.2
32822024-11-13T19:19:28.849Z Checking constant_time_eq v0.3.1
32832024-11-13T19:19:28.849Z Checking topological-sort v0.2.2
32842024-11-13T19:19:28.947Z Checking shell-words v1.1.0
32852024-11-13T19:19:29.146Z Checking ring v0.16.20
32862024-11-13T19:19:29.230Z Checking blake3 v1.5.4
32872024-11-13T19:19:30.260Z Checking omicron-zone-package v0.11.1
32882024-11-13T19:19:31.388Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32892024-11-13T19:19:32.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
32902024-11-13T19:19:32.426Z
32912024-11-13T19:19:32.426Zinfo: running `cargo check --bins` on xtask (156/168)
32922024-11-13T19:19:32.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932024-11-13T19:19:32.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942024-11-13T19:19:32.834Z Checking bitflags v2.6.0
32952024-11-13T19:19:32.837Z Checking serde v1.0.215
32962024-11-13T19:19:32.837Z Checking thiserror v1.0.64
32972024-11-13T19:19:32.922Z Checking scroll v0.12.0
32982024-11-13T19:19:32.925Z Checking log v0.4.22
32992024-11-13T19:19:32.925Z Checking hashbrown v0.15.0
33002024-11-13T19:19:32.938Z Checking zerocopy v0.7.35
33012024-11-13T19:19:32.962Z Checking syn v2.0.87
33022024-11-13T19:19:33.022Z Checking pest v2.7.14
33032024-11-13T19:19:33.147Z Checking rustix v0.38.37
33042024-11-13T19:19:33.193Z Checking once_cell v1.20.2
33052024-11-13T19:19:33.372Z Checking goblin v0.8.2
33062024-11-13T19:19:33.498Z Checking fs-err v2.11.0
33072024-11-13T19:19:33.831Z Checking tabled v0.15.0
33082024-11-13T19:19:33.945Z Checking indexmap v2.6.0
33092024-11-13T19:19:34.369Z Checking anyhow v1.0.93
33102024-11-13T19:19:35.238Z Checking terminal_size v0.4.0
33112024-11-13T19:19:35.241Z Checking tempfile v3.13.0
33122024-11-13T19:19:35.410Z Checking clap_builder v4.5.20
33132024-11-13T19:19:35.456Z Checking dtrace-parser v0.2.0
33142024-11-13T19:19:37.256Z Checking serde_json v1.0.132
33152024-11-13T19:19:37.256Z Checking serde_spanned v0.6.8
33162024-11-13T19:19:37.257Z Checking toml_datetime v0.6.8
33172024-11-13T19:19:37.259Z Checking camino v1.1.9
33182024-11-13T19:19:37.259Z Checking semver v1.0.23
33192024-11-13T19:19:37.451Z Checking cargo-platform v0.1.8
33202024-11-13T19:19:37.467Z Checking macaddr v1.0.1
33212024-11-13T19:19:37.532Z Checking toml_edit v0.22.22
33222024-11-13T19:19:37.572Z Checking clap v4.5.20
33232024-11-13T19:19:37.766Z Checking camino-tempfile v1.1.1
33242024-11-13T19:19:38.484Z Checking dof v0.3.0
33252024-11-13T19:19:38.484Z Checking cargo_metadata v0.18.1
33262024-11-13T19:19:38.891Z Checking usdt-impl v0.5.0
33272024-11-13T19:19:39.248Z Checking usdt v0.5.0
33282024-11-13T19:19:39.284Z Checking toml v0.8.19
33292024-11-13T19:19:39.755Z Checking cargo_toml v0.20.5
33302024-11-13T19:19:40.979Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33312024-11-13T19:19:41.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
33322024-11-13T19:19:41.698Z
33332024-11-13T19:19:41.698Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
33342024-11-13T19:19:42.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352024-11-13T19:19:42.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362024-11-13T19:19:42.414Z Checking polyval v0.6.2
33372024-11-13T19:19:42.522Z Checking ctr v0.9.2
33382024-11-13T19:19:42.536Z Checking ssh-encoding v0.2.0
33392024-11-13T19:19:42.536Z Checking blowfish v0.9.1
33402024-11-13T19:19:42.558Z Checking password-hash v0.4.2
33412024-11-13T19:19:42.561Z Checking matches v0.1.10
33422024-11-13T19:19:42.586Z Checking p256 v0.13.2
33432024-11-13T19:19:42.589Z Checking p521 v0.13.3
33442024-11-13T19:19:42.645Z Checking idna v0.2.3
33452024-11-13T19:19:42.732Z Checking ghash v0.5.1
33462024-11-13T19:19:42.778Z Checking bcrypt-pbkdf v0.10.0
33472024-11-13T19:19:42.795Z Compiling enum-as-inner v0.5.1
33482024-11-13T19:19:42.841Z Checking russh-cryptovec v0.7.3
33492024-11-13T19:19:42.926Z Checking aes-gcm v0.10.3
33502024-11-13T19:19:42.972Z Checking pbkdf2 v0.11.0
33512024-11-13T19:19:43.032Z Checking md5 v0.7.0
33522024-11-13T19:19:43.052Z Checking num-bigint v0.4.6
33532024-11-13T19:19:43.071Z Checking des v0.8.1
33542024-11-13T19:19:43.163Z Checking ssh-cipher v0.2.0
33552024-11-13T19:19:43.239Z Compiling dhcproto-macros v0.1.0
33562024-11-13T19:19:43.309Z Checking hex-literal v0.4.1
33572024-11-13T19:19:43.336Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33582024-11-13T19:19:43.437Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33592024-11-13T19:19:43.456Z Checking ssh-key v0.6.6
33602024-11-13T19:19:43.485Z Checking internet-checksum v0.2.1
33612024-11-13T19:19:43.825Z Checking trust-dns-proto v0.22.0
33622024-11-13T19:19:44.715Z Checking russh-keys v0.45.0
33632024-11-13T19:19:45.634Z Checking russh v0.45.0
33642024-11-13T19:19:46.367Z Checking dhcproto v0.12.0
33652024-11-13T19:20:03.223Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33662024-11-13T19:20:04.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.83s
33672024-11-13T19:20:04.744Z
33682024-11-13T19:20:04.744Zinfo: running `cargo check --bins` on gateway-cli (158/168)
33692024-11-13T19:20:05.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-11-13T19:20:05.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-11-13T19:20:05.352Z Checking termios v0.3.3
33722024-11-13T19:20:05.563Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33732024-11-13T19:20:06.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
33742024-11-13T19:20:06.502Z
33752024-11-13T19:20:06.502Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
33762024-11-13T19:20:07.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-11-13T19:20:07.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-11-13T19:20:07.167Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33792024-11-13T19:20:09.165Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33802024-11-13T19:20:10.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
33812024-11-13T19:20:11.147Z
33822024-11-13T19:20:11.147Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
33832024-11-13T19:20:11.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-11-13T19:20:11.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-11-13T19:20:11.746Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33862024-11-13T19:20:12.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33872024-11-13T19:20:12.347Z
33882024-11-13T19:20:12.347Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
33892024-11-13T19:20:12.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-11-13T19:20:12.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-11-13T19:20:12.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922024-11-13T19:20:12.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932024-11-13T19:20:12.918Z
33942024-11-13T19:20:12.918Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
33952024-11-13T19:20:13.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962024-11-13T19:20:13.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972024-11-13T19:20:13.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982024-11-13T19:20:13.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992024-11-13T19:20:13.500Z
34002024-11-13T19:20:13.500Zinfo: running `cargo check --bins` on omicron-package (163/168)
34012024-11-13T19:20:14.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022024-11-13T19:20:14.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032024-11-13T19:20:14.122Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34042024-11-13T19:20:15.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
34052024-11-13T19:20:15.532Z
34062024-11-13T19:20:15.532Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
34072024-11-13T19:20:16.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082024-11-13T19:20:16.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092024-11-13T19:20:16.196Z Checking rtoolbox v0.0.2
34102024-11-13T19:20:16.197Z Checking tui-tree-widget v0.22.0
34112024-11-13T19:20:16.201Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34122024-11-13T19:20:16.427Z Checking rpassword v7.3.1
34132024-11-13T19:20:20.414Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34142024-11-13T19:20:23.341Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34152024-11-13T19:20:24.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
34162024-11-13T19:20:24.637Z
34172024-11-13T19:20:24.637Zinfo: running `cargo check --bins` on wicket (165/168)
34182024-11-13T19:20:25.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192024-11-13T19:20:25.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202024-11-13T19:20:25.310Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34212024-11-13T19:20:25.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
34222024-11-13T19:20:25.880Z
34232024-11-13T19:20:25.880Zinfo: running `cargo check --bins` on wicketd (166/168)
34242024-11-13T19:20:26.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252024-11-13T19:20:26.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262024-11-13T19:20:26.551Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34272024-11-13T19:20:30.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
34282024-11-13T19:20:30.538Z
34292024-11-13T19:20:30.539Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
34302024-11-13T19:20:31.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312024-11-13T19:20:31.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322024-11-13T19:20:31.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332024-11-13T19:20:31.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342024-11-13T19:20:31.116Z
34352024-11-13T19:20:31.116Zinfo: running `cargo check --bins` on zone-setup (168/168)
34362024-11-13T19:20:31.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372024-11-13T19:20:31.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382024-11-13T19:20:31.805Z Checking uzers v0.12.1
34392024-11-13T19:20:32.136Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34402024-11-13T19:20:33.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
34412024-11-13T19:20:33.389Z
34422024-11-13T19:20:33.392Zreal 12:59.199081293
34432024-11-13T19:20:33.392Zuser 23:23.559665345
34442024-11-13T19:20:33.392Zsys 5:08.227134226
34452024-11-13T19:20:33.392Ztrap 0.440762123
34462024-11-13T19:20:33.392Ztflt 2.390249382
34472024-11-13T19:20:33.392Zdflt 2.948209058
34482024-11-13T19:20:33.392Zkflt 0.000946189
34492024-11-13T19:20:33.392Zlock 46:28.321629130
34502024-11-13T19:20:33.392Zslp 2:03:46.170224023
34512024-11-13T19:20:33.392Zlat 57.357264612
34522024-11-13T19:20:33.392Zstop 3:05.120119301
34532024-11-13T19:20:33.392Zprocess exited: duration 1136379 ms, exit code 0
 
34542024-11-13T19:20:33.398Zfound 0 output files