01JF0VZMCC8ZTYA3289CHJBF3A: 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: 01JF0W0538JQGSCCSEED44GB6C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T20:40:56.989Zjob assigned to worker 01JF0W07WE5M01C9PFZ10QA9PJ [factory aws, i-0d4a384340e6ef521] (queued for 45 s)
 
22024-12-13T20:41:05.249Zstarting task 0: "setup"
32024-12-13T20:41:05.345Z++ uname -s
42024-12-13T20:41:05.345Z+ kern=SunOS
52024-12-13T20:41:05.345Z+ case "$kern" in
62024-12-13T20:41:05.345Z+ groupadd -g 12345 build
72024-12-13T20:41:05.345Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T20:41:07.215Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T20:41:07.331Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T20:41:07.333Z+ home_fs=zfs
112024-12-13T20:41:07.333Z+ [[ zfs == autofs ]]
122024-12-13T20:41:07.333Z+ mkdir -p /home/build
132024-12-13T20:41:07.336Z+ chown build:build /home/build /work
142024-12-13T20:41:08.337Z+ chmod 0700 /home/build /work
152024-12-13T20:41:08.341Zprocess exited: duration 3150 ms, exit code 0
 
162024-12-13T20:41:08.347Zstarting task 1: "rust-toolchain"
172024-12-13T20:41:08.352Z+ printf ' * toolchain channel = "%s"
182024-12-13T20:41:08.352Z' 1.81.0
192024-12-13T20:41:08.352Z * toolchain channel = "1.81.0"
202024-12-13T20:41:08.352Z+ printf ' * toolchain profile = "%s"
212024-12-13T20:41:08.352Z * toolchain profile = "default"
222024-12-13T20:41:08.352Z' default
232024-12-13T20:41:08.354Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T20:41:08.355Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T20:41:08.474Zinfo: downloading installer
262024-12-13T20:41:09.654Zinfo: profile set to 'default'
272024-12-13T20:41:09.654Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T20:41:09.654Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T20:41:09.822Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T20:41:09.825Zinfo: downloading component 'cargo'
312024-12-13T20:41:10.786Zinfo: downloading component 'clippy'
322024-12-13T20:41:11.153Zinfo: downloading component 'rust-docs'
332024-12-13T20:41:12.466Zinfo: downloading component 'rust-std'
342024-12-13T20:41:14.537Zinfo: downloading component 'rustc'
352024-12-13T20:41:22.135Zinfo: downloading component 'rustfmt'
362024-12-13T20:41:22.427Zinfo: installing component 'cargo'
372024-12-13T20:41:23.223Zinfo: installing component 'clippy'
382024-12-13T20:41:23.579Zinfo: installing component 'rust-docs'
392024-12-13T20:41:25.179Zinfo: installing component 'rust-std'
402024-12-13T20:41:26.884Zinfo: installing component 'rustc'
412024-12-13T20:41:32.559Zinfo: installing component 'rustfmt'
422024-12-13T20:41:32.879Z
432024-12-13T20:41:32.879Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-12-13T20:41:33.237Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T20:41:33.237Z
462024-12-13T20:41:33.239Z
472024-12-13T20:41:33.239ZRust is installed now. Great!
482024-12-13T20:41:33.240Z
492024-12-13T20:41:33.240ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T20:41:33.240Zenvironment variable. This has not been done automatically.
512024-12-13T20:41:33.240Z
522024-12-13T20:41:33.240ZTo configure your current shell, you need to source
532024-12-13T20:41:33.240Zthe corresponding env file under $HOME/.cargo.
542024-12-13T20:41:33.240Z
552024-12-13T20:41:33.240ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T20:41:33.240Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T20:41:33.240Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T20:41:33.307Z+ rustc --version
592024-12-13T20:41:33.371Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T20:41:33.374Zprocess exited: duration 25024 ms, exit code 0
 
612024-12-13T20:41:33.379Zstarting task 2: "authentication"
622024-12-13T20:41:33.399Zprocess exited: duration 20 ms, exit code 0
 
632024-12-13T20:41:33.405Zstarting task 3: "clone repository"
642024-12-13T20:41:33.410Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T20:41:33.412Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T20:41:33.531ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T20:41:40.816Z+ cd /work/oxidecomputer/omicron
682024-12-13T20:41:40.816Z+ git fetch origin c3e489fee584b0e9203cb180609ab812cf333fc4
692024-12-13T20:41:41.119ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T20:41:41.119Z * branch c3e489fee584b0e9203cb180609ab812cf333fc4 -> FETCH_HEAD
712024-12-13T20:41:41.129Z+ [[ -n spr/papertigers/pull-support-bundlequeries-into-a-standalone-crate ]]
722024-12-13T20:41:41.132Z++ git branch --show-current
732024-12-13T20:41:41.134Z+ current=main
742024-12-13T20:41:41.134Z+ [[ main != spr/papertigers/pull-support-bundlequeries-into-a-standalone-crate ]]
752024-12-13T20:41:41.134Z+ git branch -f spr/papertigers/pull-support-bundlequeries-into-a-standalone-crate c3e489fee584b0e9203cb180609ab812cf333fc4
762024-12-13T20:41:41.137Z+ git checkout -f spr/papertigers/pull-support-bundlequeries-into-a-standalone-crate
772024-12-13T20:41:41.311ZSwitched to branch 'spr/papertigers/pull-support-bundlequeries-into-a-standalone-crate'
782024-12-13T20:41:41.313Z+ git reset --hard c3e489fee584b0e9203cb180609ab812cf333fc4
792024-12-13T20:41:41.325ZHEAD is now at c3e489fee Cargo.lock
802024-12-13T20:41:41.328Zprocess exited: duration 7919 ms, exit code 0
 
812024-12-13T20:41:41.334Zstarting task 4: "build"
822024-12-13T20:41:41.339Z+ source .github/buildomat/ci-env.sh
832024-12-13T20:41:41.339Z++ export CARGO_TERM_COLOR=always
842024-12-13T20:41:41.341Z++ CARGO_TERM_COLOR=always
852024-12-13T20:41:41.341Z+ cargo --version
862024-12-13T20:41:41.396Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T20:41:41.399Z+ rustc --version
882024-12-13T20:41:41.459Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T20:41:41.461Z+ source ./env.sh
902024-12-13T20:41:41.461Z++ OLD_SHELL_OPTS=ehxB
912024-12-13T20:41:41.461Z++ set -o xtrace
922024-12-13T20:41:41.464Z++++ dirname ./env.sh
932024-12-13T20:41:41.467Z+++ readlink -f .
942024-12-13T20:41:41.481Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-13T20:41:41.484Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-13T20:41:41.484Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-13T20:41:41.484Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-13T20:41:41.484Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-12-13T20:41:41.484Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-12-13T20:41:41.484Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-12-13T20:41:41.484Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-12-13T20:41:41.484Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-12-13T20:41:41.484Z++ case $OLD_SHELL_OPTS in
1042024-12-13T20:41:41.484Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-13T20:41:41.484Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-12-13T20:41:41.484Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-12-13T20:41:41.484Z+ banner prerequisites
1082024-12-13T20:41:41.487Z
1092024-12-13T20:41:41.487Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-13T20:41:41.487Z # # # # # # # # # # # # # # #
1112024-12-13T20:41:41.487Z # # # # ##### # # ##### # # # # # #### #
1122024-12-13T20:41:41.487Z ##### ##### # ##### # # # # # # # # #
1132024-12-13T20:41:41.487Z # # # # # # # # # # # # # # #
1142024-12-13T20:41:41.487Z # # # ###### # # ###### ### # #### # #### #
1152024-12-13T20:41:41.487Z
1162024-12-13T20:41:41.487Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-13T20:41:49.861Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-13T20:41:53.708Z Startup: Caching catalogs ... Done
1192024-12-13T20:42:03.873ZPlanning: Solver setup ... Done (9.290s)
1202024-12-13T20:42:03.998ZPlanning: Running solver ... Done (0.125s)
1212024-12-13T20:42:04.214ZPlanning: Finding local manifests ... Done (0.115s)
1222024-12-13T20:42:04.242ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-13T20:42:04.881ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-13T20:42:05.090ZPlanning: Package planning ... Done (0.210s)
1252024-12-13T20:42:05.146ZPlanning: Merging actions ... Done (0.055s)
1262024-12-13T20:42:05.883ZPlanning: Checking for conflicting actions ... Done (0.737s)
1272024-12-13T20:42:12.113ZPlanning: Consolidating action changes ... Done (6.229s)
1282024-12-13T20:42:12.586ZPlanning: Evaluating mediators ... Done (0.473s)
1292024-12-13T20:42:12.665ZPlanning: Planning completed in 18.86 seconds
1302024-12-13T20:42:12.723Z Packages to install: 4
1312024-12-13T20:42:12.723Z Packages to update: 1
1322024-12-13T20:42:12.725Z Mediators to change: 2
1332024-12-13T20:42:12.725Z Services to change: 1
1342024-12-13T20:42:12.725Z Estimated space available: 155.64 GB
1352024-12-13T20:42:12.725ZEstimated space to be consumed: 1.61 GB
1362024-12-13T20:42:12.725Z Create boot environment: No
1372024-12-13T20:42:12.726ZCreate backup boot environment: Yes
1382024-12-13T20:42:12.726Z Rebuild boot archive: No
1392024-12-13T20:42:12.726Z
1402024-12-13T20:42:12.726ZChanged mediators:
1412024-12-13T20:42:12.726Z mediator clang:
1422024-12-13T20:42:12.727Z version: None -> 15 (system default)
1432024-12-13T20:42:12.727Z
1442024-12-13T20:42:12.727Z mediator llvm:
1452024-12-13T20:42:12.727Z version: 14 (system default) -> 15 (system default)
1462024-12-13T20:42:12.727Z
1472024-12-13T20:42:12.727ZChanged packages:
1482024-12-13T20:42:12.727Zhelios-dev
1492024-12-13T20:42:12.727Z developer/build-essential
1502024-12-13T20:42:12.727Z None -> 11-2.0
1512024-12-13T20:42:12.727Z library/libxmlsec1
1522024-12-13T20:42:12.727Z None -> 1.2.35-2.0
1532024-12-13T20:42:12.727Z ooce/developer/clang-15
1542024-12-13T20:42:12.727Z None -> 15.0.7-2.0
1552024-12-13T20:42:12.727Z ooce/developer/llvm-15
1562024-12-13T20:42:12.727Z None -> 15.0.7-2.0
1572024-12-13T20:42:12.727Z package/pkg
1582024-12-13T20:42:12.727Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-13T20:42:12.727Z
1602024-12-13T20:42:12.727ZServices:
1612024-12-13T20:42:12.727Z restart_fmri:
1622024-12-13T20:42:12.727Z svc:/system/update-man-index:default
1632024-12-13T20:42:12.727Z
1642024-12-13T20:42:12.727ZEditable files to change:
1652024-12-13T20:42:12.727Z Update:
1662024-12-13T20:42:12.727Z usr/share/lib/pkg/web/config.shtml
1672024-12-13T20:42:13.021Z
1682024-12-13T20:42:13.021ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-13T20:42:18.022ZDownload: 1255/4281 items 109.4/220.6MB 49% complete (21.9M/s)
1702024-12-13T20:42:23.193ZDownload: 2217/4281 items 119.1/220.6MB 53% complete (12.4M/s)
1712024-12-13T20:42:28.194ZDownload: 2606/4281 items 120.5/220.6MB 54% complete (973k/s)
1722024-12-13T20:42:33.828ZDownload: 3246/4281 items 193.0/220.6MB 87% complete (7.3M/s)
1732024-12-13T20:42:38.832ZDownload: 3402/4281 items 213.2/220.6MB 96% complete (9.3M/s)
1742024-12-13T20:42:44.584ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (6.5M/s)
1752024-12-13T20:42:44.687ZDownload: Completed 220.60 MB in 31.66 seconds (7.0M/s)
1762024-12-13T20:42:46.781Z Actions: 1/5063 actions (Removing old actions)
1772024-12-13T20:42:46.799Z Actions: 194/5063 actions (Installing new actions)
1782024-12-13T20:42:51.830Z Actions: 4111/5063 actions (Installing new actions)
1792024-12-13T20:42:51.996Z Actions: 4226/5063 actions (Updating modified actions)
1802024-12-13T20:42:52.295Z Actions: Completed 5063 actions in 5.51 seconds.
1812024-12-13T20:42:52.518Z Done (0.215s)
1822024-12-13T20:42:52.521Z Done (0.000s)
1832024-12-13T20:42:53.069Z Done (0.549s)
1842024-12-13T20:42:59.240Z Done (5.952s)
1852024-12-13T20:42:59.654Z Done (0.327s)
1862024-12-13T20:42:59.657Z Done (0.000s)
1872024-12-13T20:42:59.817Z Done (0.000s)
1882024-12-13T20:43:00.496ZPlanning: Evaluating mediator changes ... Done
1892024-12-13T20:43:00.657ZPlanning: Checking for conflicting actions ... Done
1902024-12-13T20:43:00.660ZPlanning: Consolidating action changes ... Done
1912024-12-13T20:43:00.921ZPlanning: Evaluating mediators ... Done
1922024-12-13T20:43:00.923ZPlanning: Planning completed in 0.43 seconds
1932024-12-13T20:43:00.960Z Mediators to change: 2
1942024-12-13T20:43:00.960Z Create boot environment: No
1952024-12-13T20:43:00.962ZCreate backup boot environment: No
1962024-12-13T20:43:01.056Z Done
1972024-12-13T20:43:01.056Z Done
1982024-12-13T20:43:01.438Z Done
1992024-12-13T20:43:05.033Z Done
2002024-12-13T20:43:05.122Z Done
2012024-12-13T20:43:05.125Z Done
2022024-12-13T20:43:05.253Z Done
2032024-12-13T20:43:05.863ZPlanning: Evaluating mediator changes ... Done
2042024-12-13T20:43:05.866ZPlanning: Merging actions ... Done
2052024-12-13T20:43:06.050ZPlanning: Checking for conflicting actions ... Done
2062024-12-13T20:43:06.053ZPlanning: Consolidating action changes ... Done
2072024-12-13T20:43:06.314ZPlanning: Evaluating mediators ... Done
2082024-12-13T20:43:06.368ZPlanning: Planning completed in 0.75 seconds
2092024-12-13T20:43:06.408Z Packages to change: 1
2102024-12-13T20:43:06.411Z Mediators to change: 1
2112024-12-13T20:43:06.411Z Services to change: 1
2122024-12-13T20:43:06.411Z Create boot environment: No
2132024-12-13T20:43:06.411ZCreate backup boot environment: Yes
2142024-12-13T20:43:08.652Z Actions: 1/6 actions (Updating modified actions)
2152024-12-13T20:43:08.654Z Actions: Completed 6 actions in 0.00 seconds.
2162024-12-13T20:43:08.654Z Done
2172024-12-13T20:43:08.654Z Done
2182024-12-13T20:43:08.766Z Done
2192024-12-13T20:43:12.776Z Done
2202024-12-13T20:43:12.865Z Done
2212024-12-13T20:43:12.868Z Done
2222024-12-13T20:43:12.995Z Done
2232024-12-13T20:43:13.429ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-12-13T20:43:13.429Zclang system 15 system
2252024-12-13T20:43:13.429Zcsh system system illumos
2262024-12-13T20:43:13.429Zctags system system illumos
2272024-12-13T20:43:13.429Zgcc vendor 12 vendor
2282024-12-13T20:43:13.429Zgcc system 10 system
2292024-12-13T20:43:13.429Zgcc system 7 system
2302024-12-13T20:43:13.429Zgo system 1.20 system
2312024-12-13T20:43:13.429Zgo system 1.19 system
2322024-12-13T20:43:13.429Zllvm system 15 system
2332024-12-13T20:43:13.429Zllvm system 14 system
2342024-12-13T20:43:13.429Zmariadb system 10.6 system
2352024-12-13T20:43:13.429Zmta vendor vendor dma
2362024-12-13T20:43:13.429Zopenjdk system 17 system
2372024-12-13T20:43:13.429Zopenjdk system 11 system
2382024-12-13T20:43:13.430Zopenjdk system 1.8 system
2392024-12-13T20:43:13.430Zopenssl vendor 3 vendor
2402024-12-13T20:43:13.430Zperl system 5.36 system
2412024-12-13T20:43:13.430Zpostgresql system 15 system
2422024-12-13T20:43:13.430Zpostgresql system 13 system
2432024-12-13T20:43:13.430Zpython vendor 3 vendor
2442024-12-13T20:43:13.430Zpython system 2 system
2452024-12-13T20:43:13.430Zpython3 system 3.11 system
2462024-12-13T20:43:13.430Zruby system 3.0 system
2472024-12-13T20:43:13.430Zwords vendor vendor american-english
2482024-12-13T20:43:13.430Zwords system system australian-english
2492024-12-13T20:43:13.430Zwords system system british-english
2502024-12-13T20:43:13.430Zwords system system canadian-english
2512024-12-13T20:43:13.430Zwords system system french
2522024-12-13T20:43:13.430Zwords system system italian
2532024-12-13T20:43:13.430Zwords system system ngerman
2542024-12-13T20:43:13.430Zwords system system ogerman
2552024-12-13T20:43:13.430Zwords system system spanish
2562024-12-13T20:43:13.752ZPUBLISHER TYPE STATUS P LOCATION
2572024-12-13T20:43:13.752Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-12-13T20:43:16.381ZFMRI IFO
2592024-12-13T20:43:16.381Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-12-13T20:43:16.381Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-12-13T20:43:16.382Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-12-13T20:43:16.382Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-12-13T20:43:16.382Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-12-13T20:43:16.382Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-12-13T20:43:16.382Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-12-13T20:43:16.382Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-12-13T20:43:16.382Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-12-13T20:43:16.382Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2692024-12-13T20:43:16.382Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702024-12-13T20:43:16.382Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712024-12-13T20:43:16.383Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2722024-12-13T20:43:16.383Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-12-13T20:43:16.383Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-12-13T20:43:17.136Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-12-13T20:43:17.443Z Updating crates.io index
2762024-12-13T20:43:17.553Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2772024-12-13T20:43:18.031Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2782024-12-13T20:43:18.310Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-12-13T20:43:18.560Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-12-13T20:43:18.830Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-12-13T20:43:19.792Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-12-13T20:43:21.222Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-12-13T20:43:22.351Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-12-13T20:43:23.097Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-12-13T20:43:23.349Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-12-13T20:43:23.681Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872024-12-13T20:43:24.293Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882024-12-13T20:43:24.593Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892024-12-13T20:43:24.874Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902024-12-13T20:43:25.115Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912024-12-13T20:43:25.349Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922024-12-13T20:43:25.566Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932024-12-13T20:43:25.848Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-12-13T20:43:26.196Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-12-13T20:43:26.501Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-12-13T20:43:26.834Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-12-13T20:43:27.405Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-12-13T20:43:27.638Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992024-12-13T20:43:28.054Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002024-12-13T20:43:28.472Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3012024-12-13T20:43:28.711Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-12-13T20:43:28.982Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-12-13T20:43:29.262Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-12-13T20:43:30.538Z Downloading crates ...
3052024-12-13T20:43:30.595Z Downloaded anstream v0.6.15
3062024-12-13T20:43:30.598Z Downloaded dtrace-parser v0.2.0
3072024-12-13T20:43:30.607Z Downloaded clap_derive v4.5.18
3082024-12-13T20:43:30.613Z Downloaded camino v1.1.9
3092024-12-13T20:43:30.616Z Downloaded equivalent v1.0.1
3102024-12-13T20:43:30.632Z Downloaded usdt-macro v0.5.0
3112024-12-13T20:43:30.635Z Downloaded scroll_derive v0.12.0
3122024-12-13T20:43:30.635Z Downloaded swrite v0.1.0
3132024-12-13T20:43:30.641Z Downloaded cfg-if v1.0.0
3142024-12-13T20:43:30.644Z Downloaded anstyle-query v1.1.1
3152024-12-13T20:43:30.646Z Downloaded pretty-hex v0.4.1
3162024-12-13T20:43:30.646Z Downloaded fastrand v2.1.1
3172024-12-13T20:43:30.649Z Downloaded usdt-attr-macro v0.5.0
3182024-12-13T20:43:30.651Z Downloaded terminal_size v0.4.0
3192024-12-13T20:43:30.651Z Downloaded crypto-common v0.1.6
3202024-12-13T20:43:30.654Z Downloaded clap_lex v0.7.2
3212024-12-13T20:43:30.654Z Downloaded autocfg v1.4.0
3222024-12-13T20:43:30.657Z Downloaded fnv v1.0.7
3232024-12-13T20:43:30.657Z Downloaded digest v0.10.7
3242024-12-13T20:43:30.659Z Downloaded errno v0.3.9
3252024-12-13T20:43:30.660Z Downloaded dof v0.3.0
3262024-12-13T20:43:30.660Z Downloaded cargo-platform v0.1.8
3272024-12-13T20:43:30.662Z Downloaded toml_datetime v0.6.8
3282024-12-13T20:43:30.662Z Downloaded colorchoice v1.0.2
3292024-12-13T20:43:30.665Z Downloaded thread-id v4.2.2
3302024-12-13T20:43:30.666Z Downloaded heck v0.4.1
3312024-12-13T20:43:30.666Z Downloaded anstyle v1.0.10
3322024-12-13T20:43:30.668Z Downloaded block-buffer v0.10.4
3332024-12-13T20:43:30.668Z Downloaded itoa v1.0.11
3342024-12-13T20:43:30.673Z Downloaded anstyle-parse v0.2.5
3352024-12-13T20:43:30.675Z Downloaded version_check v0.9.5
3362024-12-13T20:43:30.675Z Downloaded tabled_derive v0.7.0
3372024-12-13T20:43:30.675Z Downloaded cpufeatures v0.2.14
3382024-12-13T20:43:30.675Z Downloaded byteorder v1.5.0
3392024-12-13T20:43:30.678Z Downloaded usdt-impl v0.5.0
3402024-12-13T20:43:30.678Z Downloaded memmap v0.7.0
3412024-12-13T20:43:30.681Z Downloaded strsim v0.11.1
3422024-12-13T20:43:30.681Z Downloaded smawk v0.3.2
3432024-12-13T20:43:30.684Z Downloaded generic-array v0.14.7
3442024-12-13T20:43:30.684Z Downloaded bytecount v0.6.8
3452024-12-13T20:43:30.688Z Downloaded usdt v0.5.0
3462024-12-13T20:43:30.688Z Downloaded is_terminal_polyfill v1.70.1
3472024-12-13T20:43:30.691Z Downloaded utf8parse v0.2.2
3482024-12-13T20:43:30.691Z Downloaded proc-macro-error-attr v1.0.4
3492024-12-13T20:43:30.694Z Downloaded unicode-linebreak v0.1.5
3502024-12-13T20:43:30.694Z Downloaded cargo_toml v0.20.5
3512024-12-13T20:43:30.697Z Downloaded pest_generator v2.7.14
3522024-12-13T20:43:30.697Z Downloaded serde_spanned v0.6.8
3532024-12-13T20:43:30.700Z Downloaded plain v0.2.3
3542024-12-13T20:43:30.703Z Downloaded thiserror v1.0.69
3552024-12-13T20:43:30.705Z Downloaded macaddr v1.0.1
3562024-12-13T20:43:30.708Z Downloaded cargo_metadata v0.18.1
3572024-12-13T20:43:30.712Z Downloaded thiserror-impl v1.0.69
3582024-12-13T20:43:30.712Z Downloaded scroll v0.12.0
3592024-12-13T20:43:30.712Z Downloaded pest_derive v2.7.14
3602024-12-13T20:43:30.714Z Downloaded tempfile v3.13.0
3612024-12-13T20:43:30.717Z Downloaded proc-macro-error v1.0.4
3622024-12-13T20:43:30.719Z Downloaded semver v1.0.23
3632024-12-13T20:43:30.722Z Downloaded heck v0.5.0
3642024-12-13T20:43:30.722Z Downloaded fs-err v2.11.0
3652024-12-13T20:43:30.724Z Downloaded zerocopy-derive v0.7.35
3662024-12-13T20:43:30.727Z Downloaded sha2 v0.10.8
3672024-12-13T20:43:30.730Z Downloaded quote v1.0.37
3682024-12-13T20:43:30.732Z Downloaded bitflags v2.6.0
3692024-12-13T20:43:30.735Z Downloaded proc-macro2 v1.0.89
3702024-12-13T20:43:30.738Z Downloaded unicode-ident v1.0.13
3712024-12-13T20:43:30.741Z Downloaded once_cell v1.20.2
3722024-12-13T20:43:30.743Z Downloaded log v0.4.22
3732024-12-13T20:43:30.746Z Downloaded clap v4.5.21
3742024-12-13T20:43:30.753Z Downloaded typenum v1.17.0
3752024-12-13T20:43:30.756Z Downloaded toml v0.8.19
3762024-12-13T20:43:30.759Z Downloaded serde_derive v1.0.215
3772024-12-13T20:43:30.762Z Downloaded ryu v1.0.18
3782024-12-13T20:43:30.766Z Downloaded pest_meta v2.7.14
3792024-12-13T20:43:30.769Z Downloaded ucd-trie v0.1.7
3802024-12-13T20:43:30.769Z Downloaded serde_tokenstream v0.2.2
3812024-12-13T20:43:30.772Z Downloaded papergrid v0.11.0
3822024-12-13T20:43:30.775Z Downloaded textwrap v0.16.1
3832024-12-13T20:43:30.779Z Downloaded anyhow v1.0.93
3842024-12-13T20:43:30.782Z Downloaded serde v1.0.215
3852024-12-13T20:43:30.785Z Downloaded indexmap v2.6.0
3862024-12-13T20:43:30.788Z Downloaded camino-tempfile v1.1.1
3872024-12-13T20:43:30.792Z Downloaded memchr v2.7.4
3882024-12-13T20:43:30.803Z Downloaded toml_edit v0.22.22
3892024-12-13T20:43:30.823Z Downloaded pest v2.7.14
3902024-12-13T20:43:30.831Z Downloaded serde_json v1.0.132
3912024-12-13T20:43:30.838Z Downloaded hashbrown v0.15.1
3922024-12-13T20:43:30.855Z Downloaded zerocopy v0.7.35
3932024-12-13T20:43:30.869Z Downloaded winnow v0.6.20
3942024-12-13T20:43:30.873Z Downloaded clap_builder v4.5.21
3952024-12-13T20:43:30.879Z Downloaded goblin v0.8.2
3962024-12-13T20:43:30.885Z Downloaded tabled v0.15.0
3972024-12-13T20:43:30.901Z Downloaded syn v1.0.109
3982024-12-13T20:43:30.910Z Downloaded unicode-width v0.1.14
3992024-12-13T20:43:30.914Z Downloaded syn v2.0.87
4002024-12-13T20:43:30.924Z Downloaded rustix v0.38.37
4012024-12-13T20:43:30.960Z Downloaded libc v0.2.162
4022024-12-13T20:43:31.267Z Compiling proc-macro2 v1.0.89
4032024-12-13T20:43:31.267Z Compiling unicode-ident v1.0.13
4042024-12-13T20:43:31.267Z Compiling serde v1.0.215
4052024-12-13T20:43:31.267Z Compiling version_check v0.9.5
4062024-12-13T20:43:31.270Z Compiling memchr v2.7.4
4072024-12-13T20:43:31.271Z Compiling thiserror v1.0.69
4082024-12-13T20:43:31.271Z Compiling libc v0.2.162
4092024-12-13T20:43:31.301Z Compiling ucd-trie v0.1.7
4102024-12-13T20:43:31.513Z Compiling ryu v1.0.18
4112024-12-13T20:43:31.857Z Compiling itoa v1.0.11
4122024-12-13T20:43:32.027Z Compiling once_cell v1.20.2
4132024-12-13T20:43:32.053Z Compiling byteorder v1.5.0
4142024-12-13T20:43:32.368Z Compiling rustix v0.38.37
4152024-12-13T20:43:32.742Z Compiling serde_json v1.0.132
4162024-12-13T20:43:32.887Z Compiling bitflags v2.6.0
4172024-12-13T20:43:33.150Z Compiling proc-macro-error-attr v1.0.4
4182024-12-13T20:43:33.177Z Compiling usdt-impl v0.5.0
4192024-12-13T20:43:33.180Z Compiling syn v1.0.109
4202024-12-13T20:43:33.263Z Compiling proc-macro-error v1.0.4
4212024-12-13T20:43:33.323Z Compiling camino v1.1.9
4222024-12-13T20:43:33.519Z Compiling plain v0.2.3
4232024-12-13T20:43:33.546Z Compiling equivalent v1.0.1
4242024-12-13T20:43:33.649Z Compiling log v0.4.22
4252024-12-13T20:43:33.675Z Compiling utf8parse v0.2.2
4262024-12-13T20:43:33.675Z Compiling hashbrown v0.15.1
4272024-12-13T20:43:33.869Z Compiling thread-id v4.2.2
4282024-12-13T20:43:33.872Z Compiling anstyle-parse v0.2.5
4292024-12-13T20:43:33.979Z Compiling quote v1.0.37
4302024-12-13T20:43:34.057Z Compiling unicode-width v0.1.14
4312024-12-13T20:43:34.084Z Compiling anstyle-query v1.1.1
4322024-12-13T20:43:34.219Z Compiling errno v0.3.9
4332024-12-13T20:43:34.245Z Compiling colorchoice v1.0.2
4342024-12-13T20:43:34.380Z Compiling syn v2.0.87
4352024-12-13T20:43:34.464Z Compiling autocfg v1.4.0
4362024-12-13T20:43:34.538Z Compiling anstyle v1.0.10
4372024-12-13T20:43:34.725Z Compiling is_terminal_polyfill v1.70.1
4382024-12-13T20:43:34.875Z Compiling indexmap v2.6.0
4392024-12-13T20:43:34.916Z Compiling pretty-hex v0.4.1
4402024-12-13T20:43:34.999Z Compiling semver v1.0.23
4412024-12-13T20:43:35.123Z Compiling winnow v0.6.20
4422024-12-13T20:43:35.607Z Compiling fs-err v2.11.0
4432024-12-13T20:43:35.633Z Compiling anstream v0.6.15
4442024-12-13T20:43:36.023Z Compiling clap_lex v0.7.2
4452024-12-13T20:43:36.236Z Compiling strsim v0.11.1
4462024-12-13T20:43:36.427Z Compiling heck v0.4.1
4472024-12-13T20:43:36.504Z Compiling fnv v1.0.7
4482024-12-13T20:43:36.567Z Compiling terminal_size v0.4.0
4492024-12-13T20:43:36.631Z Compiling anyhow v1.0.93
4502024-12-13T20:43:36.790Z Compiling bytecount v0.6.8
4512024-12-13T20:43:36.958Z Compiling cfg-if v1.0.0
4522024-12-13T20:43:36.993Z Compiling heck v0.5.0
4532024-12-13T20:43:37.098Z Compiling fastrand v2.1.1
4542024-12-13T20:43:37.294Z Compiling papergrid v0.11.0
4552024-12-13T20:43:37.566Z Compiling tempfile v3.13.0
4562024-12-13T20:43:37.692Z Compiling clap_builder v4.5.21
4572024-12-13T20:43:37.849Z Compiling memmap v0.7.0
4582024-12-13T20:43:37.959Z Compiling unicode-linebreak v0.1.5
4592024-12-13T20:43:38.203Z Compiling smawk v0.3.2
4602024-12-13T20:43:38.428Z Compiling textwrap v0.16.1
4612024-12-13T20:43:39.006Z Compiling swrite v0.1.0
4622024-12-13T20:43:40.014Z Compiling tabled_derive v0.7.0
4632024-12-13T20:43:41.504Z Compiling tabled v0.15.0
4642024-12-13T20:43:43.186Z Compiling serde_derive v1.0.215
4652024-12-13T20:43:43.190Z Compiling thiserror-impl v1.0.69
4662024-12-13T20:43:43.190Z Compiling zerocopy-derive v0.7.35
4672024-12-13T20:43:43.190Z Compiling scroll_derive v0.12.0
4682024-12-13T20:43:43.190Z Compiling clap_derive v4.5.18
4692024-12-13T20:43:44.303Z Compiling scroll v0.12.0
4702024-12-13T20:43:44.781Z Compiling goblin v0.8.2
4712024-12-13T20:43:45.039Z Compiling zerocopy v0.7.35
4722024-12-13T20:43:45.740Z Compiling pest v2.7.14
4732024-12-13T20:43:47.167Z Compiling clap v4.5.21
4742024-12-13T20:43:48.016Z Compiling pest_meta v2.7.14
4752024-12-13T20:43:48.865Z Compiling pest_generator v2.7.14
4762024-12-13T20:43:50.704Z Compiling pest_derive v2.7.14
4772024-12-13T20:43:51.408Z Compiling dtrace-parser v0.2.0
4782024-12-13T20:43:53.248Z Compiling serde_tokenstream v0.2.2
4792024-12-13T20:43:53.288Z Compiling serde_spanned v0.6.8
4802024-12-13T20:43:53.291Z Compiling toml_datetime v0.6.8
4812024-12-13T20:43:53.624Z Compiling cargo-platform v0.1.8
4822024-12-13T20:43:53.654Z Compiling toml_edit v0.22.22
4832024-12-13T20:43:53.885Z Compiling macaddr v1.0.1
4842024-12-13T20:43:54.228Z Compiling camino-tempfile v1.1.1
4852024-12-13T20:43:54.714Z Compiling dof v0.3.0
4862024-12-13T20:43:54.714Z Compiling cargo_metadata v0.18.1
4872024-12-13T20:43:56.438Z Compiling usdt-macro v0.5.0
4882024-12-13T20:43:56.438Z Compiling usdt-attr-macro v0.5.0
4892024-12-13T20:43:56.503Z Compiling toml v0.8.19
4902024-12-13T20:43:57.324Z Compiling cargo_toml v0.20.5
4912024-12-13T20:43:57.902Z Compiling usdt v0.5.0
4922024-12-13T20:44:00.805Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-12-13T20:44:04.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.99s
4942024-12-13T20:44:05.163Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-12-13T20:44:05.685Z Downloading crates ...
4962024-12-13T20:44:05.818Z Downloaded heck v0.3.3
4972024-12-13T20:44:05.820Z Downloaded headers-core v0.3.0
4982024-12-13T20:44:05.826Z Downloaded darling v0.20.10
4992024-12-13T20:44:05.836Z Downloaded http-range v0.1.5
5002024-12-13T20:44:05.839Z Downloaded http-body v1.0.1
5012024-12-13T20:44:05.848Z Downloaded instant v0.1.13
5022024-12-13T20:44:05.854Z Downloaded is_ci v1.2.0
5032024-12-13T20:44:05.856Z Downloaded hubpack_derive v0.1.1
5042024-12-13T20:44:05.862Z Downloaded matches v0.1.10
5052024-12-13T20:44:05.867Z Downloaded adler2 v2.0.0
5062024-12-13T20:44:05.870Z Downloaded aead v0.5.2
5072024-12-13T20:44:05.873Z Downloaded match_cfg v0.1.0
5082024-12-13T20:44:05.875Z Downloaded httpdate v1.0.3
5092024-12-13T20:44:05.875Z Downloaded http-body-util v0.1.2
5102024-12-13T20:44:05.878Z Downloaded async-bb8-diesel v0.2.1
5112024-12-13T20:44:05.880Z Downloaded md5 v0.7.0
5122024-12-13T20:44:05.883Z Downloaded hostname v0.4.0
5132024-12-13T20:44:05.883Z Downloaded hex v0.4.3
5142024-12-13T20:44:05.885Z Downloaded ident_case v1.0.1
5152024-12-13T20:44:05.889Z Downloaded home v0.5.9
5162024-12-13T20:44:05.889Z Downloaded ascii-canvas v3.0.0
5172024-12-13T20:44:05.892Z Downloaded async-stream-impl v0.3.6
5182024-12-13T20:44:05.892Z Downloaded atomicwrites v0.4.4
5192024-12-13T20:44:05.895Z Downloaded internet-checksum v0.2.1
5202024-12-13T20:44:05.895Z Downloaded hex-literal v0.4.1
5212024-12-13T20:44:05.897Z Downloaded atty v0.2.14
5222024-12-13T20:44:05.900Z Downloaded lru-cache v0.1.2
5232024-12-13T20:44:05.900Z Downloaded arrayref v0.3.9
5242024-12-13T20:44:05.904Z Downloaded lazy_static v1.5.0
5252024-12-13T20:44:05.907Z Downloaded bcrypt-pbkdf v0.10.0
5262024-12-13T20:44:05.907Z Downloaded async-recursion v1.1.1
5272024-12-13T20:44:05.910Z Downloaded linked-hash-map v0.5.6
5282024-12-13T20:44:05.912Z Downloaded hyper-tls v0.6.0
5292024-12-13T20:44:05.914Z Downloaded bb8 v0.8.5
5302024-12-13T20:44:05.916Z Downloaded lalrpop-util v0.19.12
5312024-12-13T20:44:05.916Z Downloaded kstat-rs v0.2.4
5322024-12-13T20:44:05.919Z Downloaded linear-map v1.2.0
5332024-12-13T20:44:05.922Z Downloaded argon2 v0.5.3
5342024-12-13T20:44:05.924Z Downloaded lazycell v1.3.0
5352024-12-13T20:44:05.924Z Downloaded idna_adapter v1.2.0
5362024-12-13T20:44:05.928Z Downloaded block-padding v0.3.3
5372024-12-13T20:44:05.928Z Downloaded memoffset v0.9.1
5382024-12-13T20:44:05.930Z Downloaded lru v0.12.5
5392024-12-13T20:44:05.930Z Downloaded is-terminal v0.4.13
5402024-12-13T20:44:05.932Z Downloaded bit-vec v0.6.3
5412024-12-13T20:44:05.935Z Downloaded bitfield v0.14.0
5422024-12-13T20:44:05.935Z Downloaded cfg_aliases v0.2.1
5432024-12-13T20:44:05.937Z Downloaded lockfree-object-pool v0.1.6
5442024-12-13T20:44:05.940Z Downloaded hubpack v0.1.2
5452024-12-13T20:44:05.942Z Downloaded managed v0.8.0
5462024-12-13T20:44:05.942Z Downloaded hostname v0.3.1
5472024-12-13T20:44:05.945Z Downloaded libloading v0.8.5
5482024-12-13T20:44:05.947Z Downloaded blowfish v0.9.1
5492024-12-13T20:44:05.950Z Downloaded icu_provider_macros v1.5.0
5502024-12-13T20:44:05.952Z Downloaded cstr-argument v0.1.2
5512024-12-13T20:44:05.952Z Downloaded md-5 v0.10.6
5522024-12-13T20:44:05.955Z Downloaded libsw v3.3.1
5532024-12-13T20:44:05.957Z Downloaded mime v0.3.17
5542024-12-13T20:44:05.959Z Downloaded primeorder v0.13.6
5552024-12-13T20:44:05.959Z Downloaded maplit v1.0.2
5562024-12-13T20:44:05.962Z Downloaded bitfield-struct v0.6.2
5572024-12-13T20:44:05.964Z Downloaded hickory-client v0.24.1
5582024-12-13T20:44:05.966Z Downloaded serde-big-array v0.5.1
5592024-12-13T20:44:05.968Z Downloaded hyper-rustls v0.27.3
5602024-12-13T20:44:05.972Z Downloaded instability v0.3.2
5612024-12-13T20:44:05.974Z Downloaded iana-time-zone v0.1.61
5622024-12-13T20:44:05.976Z Downloaded async-trait v0.1.83
5632024-12-13T20:44:05.980Z Downloaded indoc v1.0.9
5642024-12-13T20:44:05.983Z Downloaded chrono-tz-build v0.4.0
5652024-12-13T20:44:05.987Z Downloaded tower-service v0.3.3
5662024-12-13T20:44:05.989Z Downloaded take_mut v0.2.2
5672024-12-13T20:44:05.989Z Downloaded memmap2 v0.9.5
5682024-12-13T20:44:05.991Z Downloaded constant_time_eq v0.3.1
5692024-12-13T20:44:05.992Z Downloaded lock_api v0.4.12
5702024-12-13T20:44:05.994Z Downloaded convert_case v0.4.0
5712024-12-13T20:44:05.996Z Downloaded cipher v0.4.4
5722024-12-13T20:44:05.999Z Downloaded hyper-staticfile v0.10.1
5732024-12-13T20:44:06.002Z Downloaded addr2line v0.24.2
5742024-12-13T20:44:06.004Z Downloaded crc-catalog v2.4.0
5752024-12-13T20:44:06.004Z Downloaded crc v3.2.1
5762024-12-13T20:44:06.007Z Downloaded libefi-sys v0.1.0
5772024-12-13T20:44:06.009Z Downloaded ctr v0.9.2
5782024-12-13T20:44:06.011Z Downloaded crossbeam-deque v0.8.5
5792024-12-13T20:44:06.014Z Downloaded curve25519-dalek-derive v0.1.1
5802024-12-13T20:44:06.016Z Downloaded waitgroup v0.1.2
5812024-12-13T20:44:06.016Z Downloaded bzip2 v0.4.4
5822024-12-13T20:44:06.018Z Downloaded buf-list v1.0.3
5832024-12-13T20:44:06.020Z Downloaded r2d2 v0.8.10
5842024-12-13T20:44:06.022Z Downloaded signature v2.2.0
5852024-12-13T20:44:06.025Z Downloaded salsa20 v0.10.2
5862024-12-13T20:44:06.028Z Downloaded serde_repr v0.1.19
5872024-12-13T20:44:06.033Z Downloaded mime_guess v2.0.5
5882024-12-13T20:44:06.033Z Downloaded hmac v0.12.1
5892024-12-13T20:44:06.035Z Downloaded diesel_table_macro_syntax v0.2.0
5902024-12-13T20:44:06.035Z Downloaded highway v1.2.0
5912024-12-13T20:44:06.045Z Downloaded endian-type v0.1.2
5922024-12-13T20:44:06.053Z Downloaded spki v0.7.3
5932024-12-13T20:44:06.053Z Downloaded newline-converter v0.3.0
5942024-12-13T20:44:06.053Z Downloaded tabwriter v1.4.0
5952024-12-13T20:44:06.053Z Downloaded structmeta v0.3.0
5962024-12-13T20:44:06.053Z Downloaded icu_normalizer v1.5.0
5972024-12-13T20:44:06.057Z Downloaded jobserver v0.1.32
5982024-12-13T20:44:06.057Z Downloaded cookie_store v0.21.0
5992024-12-13T20:44:06.057Z Downloaded crc32fast v1.4.2
6002024-12-13T20:44:06.059Z Downloaded litemap v0.7.3
6012024-12-13T20:44:06.062Z Downloaded icu_provider v1.5.0
6022024-12-13T20:44:06.065Z Downloaded yoke-derive v0.7.4
6032024-12-13T20:44:06.068Z Downloaded csv-core v0.1.11
6042024-12-13T20:44:06.068Z Downloaded shell-words v1.1.0
6052024-12-13T20:44:06.070Z Downloaded phf_shared v0.10.0
6062024-12-13T20:44:06.070Z Downloaded whoami v1.5.2
6072024-12-13T20:44:06.074Z Downloaded num-conv v0.1.0
6082024-12-13T20:44:06.074Z Downloaded zone v0.3.0
6092024-12-13T20:44:06.077Z Downloaded thread_local v1.1.8
6102024-12-13T20:44:06.077Z Downloaded thiserror-impl v2.0.3
6112024-12-13T20:44:06.080Z Downloaded thiserror-no-std v2.0.2
6122024-12-13T20:44:06.083Z Downloaded universal-hash v0.5.1
6132024-12-13T20:44:06.086Z Downloaded twox-hash v1.6.3
6142024-12-13T20:44:06.091Z Downloaded debug-ignore v1.0.5
6152024-12-13T20:44:06.091Z Downloaded data-encoding v2.6.0
6162024-12-13T20:44:06.095Z Downloaded arc-swap v1.7.1
6172024-12-13T20:44:06.095Z Downloaded fixedbitset v0.4.2
6182024-12-13T20:44:06.099Z Downloaded flagset v0.4.6
6192024-12-13T20:44:06.099Z Downloaded filetime v0.2.25
6202024-12-13T20:44:06.102Z Downloaded crc-any v2.5.0
6212024-12-13T20:44:06.104Z Downloaded clang-sys v1.8.1
6222024-12-13T20:44:06.107Z Downloaded crossbeam-utils v0.8.20
6232024-12-13T20:44:06.109Z Downloaded sqlparser_derive v0.2.2
6242024-12-13T20:44:06.109Z Downloaded icu_properties v1.5.1
6252024-12-13T20:44:06.112Z Downloaded num v0.4.3
6262024-12-13T20:44:06.115Z Downloaded unicode-xid v0.2.6
6272024-12-13T20:44:06.118Z Downloaded crossbeam-epoch v0.9.18
6282024-12-13T20:44:06.120Z Downloaded pbkdf2 v0.11.0
6292024-12-13T20:44:06.123Z Downloaded phf_shared v0.11.2
6302024-12-13T20:44:06.126Z Downloaded pbkdf2 v0.12.2
6312024-12-13T20:44:06.126Z Downloaded heapless v0.8.0
6322024-12-13T20:44:06.130Z Downloaded hash32 v0.2.1
6332024-12-13T20:44:06.133Z Downloaded slog-term v2.9.1
6342024-12-13T20:44:06.135Z Downloaded darling_macro v0.20.10
6352024-12-13T20:44:06.135Z Downloaded write16 v1.0.0
6362024-12-13T20:44:06.138Z Downloaded pkg-config v0.3.31
6372024-12-13T20:44:06.141Z Downloaded chacha20poly1305 v0.10.1
6382024-12-13T20:44:06.142Z Downloaded quick-error v1.2.3
6392024-12-13T20:44:06.145Z Downloaded packed_struct v0.10.1
6402024-12-13T20:44:06.146Z Downloaded rand_chacha v0.3.1
6412024-12-13T20:44:06.148Z Downloaded peg v0.8.4
6422024-12-13T20:44:06.151Z Downloaded semver v0.1.20
6432024-12-13T20:44:06.153Z Downloaded newtype_derive v0.1.6
6442024-12-13T20:44:06.155Z Downloaded number_prefix v0.4.0
6452024-12-13T20:44:06.155Z Downloaded const-oid v0.9.6
6462024-12-13T20:44:06.158Z Downloaded num_threads v0.1.7
6472024-12-13T20:44:06.162Z Downloaded derive_builder v0.20.2
6482024-12-13T20:44:06.164Z Downloaded ecdsa v0.16.9
6492024-12-13T20:44:06.167Z Downloaded sqlformat v0.2.6
6502024-12-13T20:44:06.169Z Downloaded prettyplease v0.2.25
6512024-12-13T20:44:06.174Z Downloaded newtype-uuid v1.1.3
6522024-12-13T20:44:06.176Z Downloaded icu_collections v1.5.0
6532024-12-13T20:44:06.181Z Downloaded poly1305 v0.8.0
6542024-12-13T20:44:06.184Z Downloaded russh-keys v0.45.0
6552024-12-13T20:44:06.192Z Downloaded unarray v0.1.4
6562024-12-13T20:44:06.195Z Downloaded bumpalo v3.16.0
6572024-12-13T20:44:06.195Z Downloaded writeable v0.5.5
6582024-12-13T20:44:06.198Z Downloaded proc-macro-crate v1.3.1
6592024-12-13T20:44:06.198Z Downloaded unicase v2.7.0
6602024-12-13T20:44:06.198Z Downloaded slog-async v2.8.0
6612024-12-13T20:44:06.202Z Downloaded rustc_version v0.4.1
6622024-12-13T20:44:06.202Z Downloaded futures-channel v0.3.31
6632024-12-13T20:44:06.205Z Downloaded static_assertions v1.1.0
6642024-12-13T20:44:06.209Z Downloaded embedded-io v0.6.1
6652024-12-13T20:44:06.209Z Downloaded stable_deref_trait v1.2.0
6662024-12-13T20:44:06.211Z Downloaded fallible-iterator v0.3.0
6672024-12-13T20:44:06.211Z Downloaded tiny-keccak v2.0.2
6682024-12-13T20:44:06.215Z Downloaded tokio-native-tls v0.3.1
6692024-12-13T20:44:06.217Z Downloaded bytes v1.8.0
6702024-12-13T20:44:06.221Z Downloaded tinyvec_macros v0.1.1
6712024-12-13T20:44:06.226Z Downloaded fd-lock v4.0.2
6722024-12-13T20:44:06.226Z Downloaded fallible-streaming-iterator v0.1.9
6732024-12-13T20:44:06.229Z Downloaded dirs-next v2.0.0
6742024-12-13T20:44:06.239Z Downloaded want v0.3.1
6752024-12-13T20:44:06.244Z Downloaded pretty-hex v0.2.1
6762024-12-13T20:44:06.244Z Downloaded typify-macro v0.2.0
6772024-12-13T20:44:06.244Z Downloaded rsa v0.9.6
6782024-12-13T20:44:06.248Z Downloaded foreign-types v0.3.2
6792024-12-13T20:44:06.251Z Downloaded qorb v0.2.1
6802024-12-13T20:44:06.253Z Downloaded rfc6979 v0.4.0
6812024-12-13T20:44:06.255Z Downloaded resolv-conf v0.7.0
6822024-12-13T20:44:06.258Z Downloaded defmt v0.3.8
6832024-12-13T20:44:06.262Z Downloaded schemars_derive v0.8.21
6842024-12-13T20:44:06.265Z Downloaded typify v0.2.0
6852024-12-13T20:44:06.267Z Downloaded strum_macros v0.24.3
6862024-12-13T20:44:06.269Z Downloaded rustls-pki-types v1.10.0
6872024-12-13T20:44:06.272Z Downloaded percent-encoding v2.3.1
6882024-12-13T20:44:06.275Z Downloaded oso-derive v0.27.3
6892024-12-13T20:44:06.275Z Downloaded rand_core v0.6.4
6902024-12-13T20:44:06.277Z Downloaded tracing v0.1.40
6912024-12-13T20:44:06.282Z Downloaded progenitor v0.8.0
6922024-12-13T20:44:06.286Z Downloaded tokio-tungstenite v0.24.0
6932024-12-13T20:44:06.289Z Downloaded tokio-stream v0.1.16
6942024-12-13T20:44:06.293Z Downloaded rpassword v7.3.1
6952024-12-13T20:44:06.296Z Downloaded aes v0.8.4
6962024-12-13T20:44:06.298Z Downloaded zerofrom-derive v0.1.4
6972024-12-13T20:44:06.298Z Downloaded tls_codec v0.4.1
6982024-12-13T20:44:06.302Z Downloaded env_filter v0.1.2
6992024-12-13T20:44:06.306Z Downloaded enum-as-inner v0.6.1
7002024-12-13T20:44:06.307Z Downloaded strum_macros v0.25.3
7012024-12-13T20:44:06.309Z Downloaded progenitor-impl v0.8.0
7022024-12-13T20:44:06.311Z Downloaded zopfli v0.8.1
7032024-12-13T20:44:06.314Z Downloaded samael v0.0.17
7042024-12-13T20:44:06.319Z Downloaded sync_wrapper v1.0.1
7052024-12-13T20:44:06.322Z Downloaded serde_urlencoded v0.7.1
7062024-12-13T20:44:06.322Z Downloaded smallvec v1.13.2
7072024-12-13T20:44:06.324Z Downloaded zeroize v1.8.1
7082024-12-13T20:44:06.327Z Downloaded utf-8 v0.7.6
7092024-12-13T20:44:06.330Z Downloaded display-error-chain v0.2.2
7102024-12-13T20:44:06.330Z Downloaded futures v0.3.31
7112024-12-13T20:44:06.335Z Downloaded zone_cfg_derive v0.1.2
7122024-12-13T20:44:06.337Z Downloaded dirs-sys-next v0.1.2
7132024-12-13T20:44:06.338Z Downloaded deranged v0.3.11
7142024-12-13T20:44:06.343Z Downloaded zone_cfg_derive v0.3.0
7152024-12-13T20:44:06.343Z Downloaded term v0.7.0
7162024-12-13T20:44:06.346Z Downloaded normalize-line-endings v0.3.0
7172024-12-13T20:44:06.346Z Downloaded predicates-tree v1.0.11
7182024-12-13T20:44:06.349Z Downloaded mirai-annotations v1.12.0
7192024-12-13T20:44:06.349Z Downloaded zone v0.1.8
7202024-12-13T20:44:06.349Z Downloaded rand_seeder v0.3.0
7212024-12-13T20:44:06.352Z Downloaded strum v0.26.3
7222024-12-13T20:44:06.352Z Downloaded rtoolbox v0.0.2
7232024-12-13T20:44:06.355Z Downloaded tracing-core v0.1.32
7242024-12-13T20:44:06.357Z Downloaded aes-gcm v0.10.3
7252024-12-13T20:44:06.361Z Downloaded sigpipe v0.1.3
7262024-12-13T20:44:06.363Z Downloaded peg-runtime v0.8.3
7272024-12-13T20:44:06.363Z Downloaded serde_path_to_error v0.1.16
7282024-12-13T20:44:06.367Z Downloaded secrecy v0.8.0
7292024-12-13T20:44:06.367Z Downloaded serde_with_macros v3.11.0
7302024-12-13T20:44:06.369Z Downloaded fatfs v0.3.6
7312024-12-13T20:44:06.373Z Downloaded darling_core v0.20.10
7322024-12-13T20:44:06.376Z Downloaded num-rational v0.4.2
7332024-12-13T20:44:06.379Z Downloaded libm v0.2.8
7342024-12-13T20:44:06.387Z Downloaded miniz_oxide v0.8.0
7352024-12-13T20:44:06.391Z Downloaded itertools v0.10.5
7362024-12-13T20:44:06.397Z Downloaded untrusted v0.7.1
7372024-12-13T20:44:06.399Z Downloaded tokio-macros v2.4.0
7382024-12-13T20:44:06.399Z Downloaded synstructure v0.13.1
7392024-12-13T20:44:06.402Z Downloaded foreign-types-shared v0.3.1
7402024-12-13T20:44:06.404Z Downloaded globset v0.4.15
7412024-12-13T20:44:06.406Z Downloaded xz2 v0.1.7
7422024-12-13T20:44:06.406Z Downloaded utf16_iter v1.0.5
7432024-12-13T20:44:06.409Z Downloaded foreign-types v0.5.0
7442024-12-13T20:44:06.409Z Downloaded nodrop v0.1.14
7452024-12-13T20:44:06.412Z Downloaded foreign-types-macros v0.2.3
7462024-12-13T20:44:06.418Z Downloaded float-ord v0.3.2
7472024-12-13T20:44:06.418Z Downloaded defmt-macros v0.3.9
7482024-12-13T20:44:06.421Z Downloaded foldhash v0.1.3
7492024-12-13T20:44:06.421Z Downloaded openssl-probe v0.1.5
7502024-12-13T20:44:06.421Z Downloaded serde_derive_internals v0.29.1
7512024-12-13T20:44:06.421Z Downloaded slog-dtrace v0.3.0
7522024-12-13T20:44:06.424Z Downloaded rand_xorshift v0.3.0
7532024-12-13T20:44:06.426Z Downloaded snafu-derive v0.8.5
7542024-12-13T20:44:06.426Z Downloaded toml v0.7.8
7552024-12-13T20:44:06.429Z Downloaded rustversion v1.0.17
7562024-12-13T20:44:06.433Z Downloaded time-core v0.1.2
7572024-12-13T20:44:06.435Z Downloaded schemars v0.8.21
7582024-12-13T20:44:06.447Z Downloaded spin v0.5.2
7592024-12-13T20:44:06.449Z Downloaded signal-hook-tokio v0.3.1
7602024-12-13T20:44:06.452Z Downloaded tls_codec_derive v0.4.1
7612024-12-13T20:44:06.452Z Downloaded rand v0.8.5
7622024-12-13T20:44:06.456Z Downloaded tui-tree-widget v0.22.0
7632024-12-13T20:44:06.460Z Downloaded structmeta-derive v0.3.0
7642024-12-13T20:44:06.460Z Downloaded structmeta-derive v0.2.0
7652024-12-13T20:44:06.463Z Downloaded string_cache v0.8.7
7662024-12-13T20:44:06.463Z Downloaded zerofrom v0.1.4
7672024-12-13T20:44:06.463Z Downloaded pin-project v1.1.6
7682024-12-13T20:44:06.477Z Downloaded opaque-debug v0.3.1
7692024-12-13T20:44:06.481Z Downloaded glob v0.3.1
7702024-12-13T20:44:06.481Z Downloaded form_urlencoded v1.2.1
7712024-12-13T20:44:06.481Z Downloaded dunce v1.0.5
7722024-12-13T20:44:06.484Z Downloaded dsl_auto_type v0.1.2
7732024-12-13T20:44:06.484Z Downloaded unicode-truncate v1.1.0
7742024-12-13T20:44:06.486Z Downloaded parking_lot_core v0.9.10
7752024-12-13T20:44:06.488Z Downloaded flume v0.11.1
7762024-12-13T20:44:06.492Z Downloaded diesel_derives v2.2.3
7772024-12-13T20:44:06.495Z Downloaded foreign-types-shared v0.1.1
7782024-12-13T20:44:06.498Z Downloaded radium v0.7.0
7792024-12-13T20:44:06.498Z Downloaded strip-ansi-escapes v0.2.0
7802024-12-13T20:44:06.501Z Downloaded rustls-pemfile v1.0.4
7812024-12-13T20:44:06.501Z Downloaded libxml v0.3.3
7822024-12-13T20:44:06.507Z Downloaded rustls-pemfile v2.2.0
7832024-12-13T20:44:06.510Z Downloaded idna v1.0.3
7842024-12-13T20:44:06.515Z Downloaded diesel-dtrace v0.4.0
7852024-12-13T20:44:06.518Z Downloaded hyper v1.5.0
7862024-12-13T20:44:06.524Z Downloaded try-lock v0.2.5
7872024-12-13T20:44:06.527Z Downloaded des v0.8.1
7882024-12-13T20:44:06.530Z Downloaded derive_builder_macro v0.20.2
7892024-12-13T20:44:06.530Z Downloaded progenitor-client v0.8.0
7902024-12-13T20:44:06.530Z Downloaded env_logger v0.11.5
7912024-12-13T20:44:06.534Z Downloaded num-bigint-dig v0.8.4
7922024-12-13T20:44:06.537Z Downloaded hashlink v0.9.1
7932024-12-13T20:44:06.540Z Downloaded ron v0.8.1
7942024-12-13T20:44:06.545Z Downloaded toolchain_find v0.4.0
7952024-12-13T20:44:06.547Z Downloaded ref-cast v1.0.23
7962024-12-13T20:44:06.550Z Downloaded scrypt v0.11.0
7972024-12-13T20:44:06.552Z Downloaded scopeguard v1.2.0
7982024-12-13T20:44:06.555Z Downloaded time v0.3.36
7992024-12-13T20:44:06.561Z Downloaded russh-cryptovec v0.7.3
8002024-12-13T20:44:06.564Z Downloaded powerfmt v0.2.0
8012024-12-13T20:44:06.564Z Downloaded multer v3.1.0
8022024-12-13T20:44:06.566Z Downloaded futures-task v0.3.31
8032024-12-13T20:44:06.569Z Downloaded scheduled-thread-pool v0.2.7
8042024-12-13T20:44:06.569Z Downloaded crossterm v0.28.1
8052024-12-13T20:44:06.576Z Downloaded ena v0.14.3
8062024-12-13T20:44:06.578Z Downloaded derive_more v0.99.18
8072024-12-13T20:44:06.584Z Downloaded itertools v0.13.0
8082024-12-13T20:44:06.590Z Downloaded vte_generate_state_changes v0.1.2
8092024-12-13T20:44:06.593Z Downloaded defmt-parser v0.3.4
8102024-12-13T20:44:06.593Z Downloaded termios v0.3.3
8112024-12-13T20:44:06.595Z Downloaded slog-json v2.6.1
8122024-12-13T20:44:06.598Z Downloaded nanorand v0.7.0
8132024-12-13T20:44:06.602Z Downloaded futures-sink v0.3.31
8142024-12-13T20:44:06.602Z Downloaded peg-macros v0.8.4
8152024-12-13T20:44:06.602Z Downloaded sec1 v0.7.3
8162024-12-13T20:44:06.607Z Downloaded multimap v0.10.0
8172024-12-13T20:44:06.607Z Downloaded strum_macros v0.26.4
8182024-12-13T20:44:06.610Z Downloaded mio v1.0.2
8192024-12-13T20:44:06.613Z Downloaded parse-display v0.10.0
8202024-12-13T20:44:06.618Z Downloaded der_derive v0.7.3
8212024-12-13T20:44:06.618Z Downloaded walkdir v2.5.0
8222024-12-13T20:44:06.620Z Downloaded socket2 v0.5.7
8232024-12-13T20:44:06.620Z Downloaded supports-color v3.0.1
8242024-12-13T20:44:06.623Z Downloaded unicode-properties v0.1.3
8252024-12-13T20:44:06.624Z Downloaded quinn v0.11.5
8262024-12-13T20:44:06.627Z Downloaded downcast v0.11.0
8272024-12-13T20:44:06.629Z Downloaded dhcproto-macros v0.1.0
8282024-12-13T20:44:06.629Z Downloaded sync-ptr v0.1.1
8292024-12-13T20:44:06.631Z Downloaded signal-hook-mio v0.2.4
8302024-12-13T20:44:06.631Z Downloaded topological-sort v0.2.2
8312024-12-13T20:44:06.634Z Downloaded postgres-types v0.2.8
8322024-12-13T20:44:06.636Z Downloaded siphasher v0.3.11
8332024-12-13T20:44:06.636Z Downloaded dropshot_endpoint v0.13.0
8342024-12-13T20:44:06.639Z Downloaded pkcs5 v0.7.1
8352024-12-13T20:44:06.643Z Downloaded simd-adler32 v0.3.7
8362024-12-13T20:44:06.647Z Downloaded fs_extra v1.3.0
8372024-12-13T20:44:06.650Z Downloaded tungstenite v0.21.0
8382024-12-13T20:44:06.654Z Downloaded omicron-zone-package v0.11.1
8392024-12-13T20:44:06.656Z Downloaded p521 v0.13.3
8402024-12-13T20:44:06.661Z Downloaded parse-size v1.1.0
8412024-12-13T20:44:06.661Z Downloaded precomputed-hash v0.1.1
8422024-12-13T20:44:06.661Z Downloaded sct v0.7.1
8432024-12-13T20:44:06.665Z Downloaded pkcs1 v0.7.5
8442024-12-13T20:44:06.668Z Downloaded parse-display-derive v0.10.0
8452024-12-13T20:44:06.668Z Downloaded group v0.13.0
8462024-12-13T20:44:06.668Z Downloaded which v4.4.2
8472024-12-13T20:44:06.670Z Downloaded toml_edit v0.19.15
8482024-12-13T20:44:06.684Z Downloaded termtree v0.4.1
8492024-12-13T20:44:06.687Z Downloaded value-bag v1.9.0
8502024-12-13T20:44:06.689Z Downloaded num-iter v0.1.45
8512024-12-13T20:44:06.689Z Downloaded ssh-key v0.6.6
8522024-12-13T20:44:06.695Z Downloaded tungstenite v0.23.0
8532024-12-13T20:44:06.701Z Downloaded env_logger v0.10.2
8542024-12-13T20:44:06.703Z Downloaded uzers v0.12.1
8552024-12-13T20:44:06.703Z Downloaded predicates-core v1.0.8
8562024-12-13T20:44:06.706Z Downloaded zerocopy-derive v0.8.10
8572024-12-13T20:44:06.710Z Downloaded subprocess v0.2.9
8582024-12-13T20:44:06.714Z Downloaded signal-hook-registry v1.4.2
8592024-12-13T20:44:06.716Z Downloaded phf_generator v0.11.2
8602024-12-13T20:44:06.716Z Downloaded tokio-util v0.7.12
8612024-12-13T20:44:06.723Z Downloaded num_enum v0.5.11
8622024-12-13T20:44:06.726Z Downloaded funty v2.0.0
8632024-12-13T20:44:06.729Z Downloaded winnow v0.5.40
8642024-12-13T20:44:06.737Z Downloaded ed25519 v2.2.3
8652024-12-13T20:44:06.740Z Downloaded bindgen v0.69.5
8662024-12-13T20:44:06.746Z Downloaded num-derive v0.4.2
8672024-12-13T20:44:06.748Z Downloaded slog-stdlog v4.1.1
8682024-12-13T20:44:06.748Z Downloaded rustls-webpki v0.101.7
8692024-12-13T20:44:06.761Z Downloaded password-hash v0.5.0
8702024-12-13T20:44:06.763Z Downloaded either v1.13.0
8712024-12-13T20:44:06.767Z Downloaded tokio-rustls v0.25.0
8722024-12-13T20:44:06.769Z Downloaded displaydoc v0.2.5
8732024-12-13T20:44:06.770Z Downloaded futures-macro v0.3.31
8742024-12-13T20:44:06.774Z Downloaded parking_lot v0.11.2
8752024-12-13T20:44:06.778Z Downloaded salty v0.3.0
8762024-12-13T20:44:06.782Z Downloaded tokio-rustls v0.24.1
8772024-12-13T20:44:06.782Z Downloaded yasna v0.5.2
8782024-12-13T20:44:06.785Z Downloaded test-strategy v0.3.1
8792024-12-13T20:44:06.789Z Downloaded serde_with v3.11.0
8802024-12-13T20:44:06.795Z Downloaded tokio-rustls v0.26.0
8812024-12-13T20:44:06.797Z Downloaded getrandom v0.2.15
8822024-12-13T20:44:06.800Z Downloaded flate2 v1.0.34
8832024-12-13T20:44:06.805Z Downloaded tap v1.0.1
8842024-12-13T20:44:06.808Z Downloaded parse-zoneinfo v0.3.1
8852024-12-13T20:44:06.812Z Downloaded nom v7.1.3
8862024-12-13T20:44:06.815Z Downloaded dropshot_endpoint v0.12.0
8872024-12-13T20:44:06.818Z Downloaded num-traits v0.2.19
8882024-12-13T20:44:06.824Z Downloaded rayon v1.10.0
8892024-12-13T20:44:06.833Z Downloaded dhcproto v0.12.0
8902024-12-13T20:44:06.837Z Downloaded der v0.7.9
8912024-12-13T20:44:06.841Z Downloaded openssl-sys v0.9.103
8922024-12-13T20:44:06.846Z Downloaded expectorate v1.1.0
8932024-12-13T20:44:06.850Z Downloaded zerovec v0.10.4
8942024-12-13T20:44:06.857Z Downloaded sqlparser v0.45.0
8952024-12-13T20:44:06.864Z Downloaded elliptic-curve v0.13.8
8962024-12-13T20:44:06.868Z Downloaded vcpkg v0.2.15
8972024-12-13T20:44:06.907Z Downloaded rcgen v0.12.1
8982024-12-13T20:44:06.910Z Downloaded publicsuffix v2.2.3
8992024-12-13T20:44:06.912Z Downloaded tough v0.19.0
9002024-12-13T20:44:06.919Z Downloaded lalrpop v0.19.12
9012024-12-13T20:44:06.932Z Downloaded hashbrown v0.12.3
9022024-12-13T20:44:06.937Z Downloaded rustls-webpki v0.102.8
9032024-12-13T20:44:06.955Z Downloaded hashbrown v0.13.2
9042024-12-13T20:44:06.960Z Downloaded rustyline v14.0.0
9052024-12-13T20:44:06.964Z Downloaded quick-xml v0.33.0
9062024-12-13T20:44:06.972Z Downloaded icu_properties_data v1.5.0
9072024-12-13T20:44:06.984Z Downloaded idna v0.5.0
9082024-12-13T20:44:06.991Z Downloaded regex v1.11.1
9092024-12-13T20:44:07.009Z Downloaded idna v0.4.0
9102024-12-13T20:44:07.013Z Downloaded reedline v0.35.0
9112024-12-13T20:44:07.021Z Downloaded russh v0.45.0
9122024-12-13T20:44:07.031Z Downloaded quinn-proto v0.11.8
9132024-12-13T20:44:07.034Z Downloaded futures-util v0.3.31
9142024-12-13T20:44:07.049Z Downloaded rusqlite v0.32.1
9152024-12-13T20:44:07.055Z Downloaded idna v0.3.0
9162024-12-13T20:44:07.060Z Downloaded bstr v1.10.0
9172024-12-13T20:44:07.071Z Downloaded rustls v0.21.12
9182024-12-13T20:44:07.083Z Downloaded git2 v0.19.0
9192024-12-13T20:44:07.091Z Downloaded dropshot v0.12.0
9202024-12-13T20:44:07.110Z Downloaded object v0.30.4
9212024-12-13T20:44:07.119Z Downloaded regex-syntax v0.8.5
9222024-12-13T20:44:07.128Z Downloaded nix v0.27.1
9232024-12-13T20:44:07.138Z Downloaded chrono-tz v0.10.0
9242024-12-13T20:44:07.146Z Downloaded p384 v0.13.0
9252024-12-13T20:44:07.152Z Downloaded rustls v0.22.4
9262024-12-13T20:44:07.165Z Downloaded proptest v1.5.0
9272024-12-13T20:44:07.173Z Downloaded radix_trie v0.2.1
9282024-12-13T20:44:07.178Z Downloaded nix v0.29.0
9292024-12-13T20:44:07.190Z Downloaded regress v0.9.1
9302024-12-13T20:44:07.199Z Downloaded rustls v0.23.19
9312024-12-13T20:44:07.210Z Downloaded smoltcp v0.11.0
9322024-12-13T20:44:07.222Z Downloaded regress v0.10.1
9332024-12-13T20:44:07.232Z Downloaded dropshot v0.13.0
9342024-12-13T20:44:07.250Z Downloaded smoltcp v0.9.1
9352024-12-13T20:44:07.261Z Downloaded typify-impl v0.2.0
9362024-12-13T20:44:07.276Z Downloaded zerocopy v0.8.10
9372024-12-13T20:44:07.298Z Downloaded openapiv3 v2.0.0
9382024-12-13T20:44:07.310Z Downloaded sled v0.34.7
9392024-12-13T20:44:07.321Z Downloaded unicode-width v0.2.0
9402024-12-13T20:44:07.325Z Downloaded openssl v0.10.66
9412024-12-13T20:44:07.337Z Downloaded bzip2-sys v0.1.11+1.0.8
9422024-12-13T20:44:07.347Z Downloaded object v0.36.5
9432024-12-13T20:44:07.359Z Downloaded diesel v2.2.6
9442024-12-13T20:44:07.375Z Downloaded regex-automata v0.4.8
9452024-12-13T20:44:07.392Z Downloaded gimli v0.31.1
9462024-12-13T20:44:07.400Z Downloaded trust-dns-proto v0.22.0
9472024-12-13T20:44:07.412Z Downloaded nix v0.28.0
9482024-12-13T20:44:07.427Z Downloaded hickory-proto v0.24.1
9492024-12-13T20:44:07.438Z Downloaded ratatui v0.28.1
9502024-12-13T20:44:07.456Z Downloaded regex-syntax v0.6.29
9512024-12-13T20:44:07.463Z Downloaded petname v2.0.2
9522024-12-13T20:44:07.468Z Downloaded webpki-roots v0.26.6
9532024-12-13T20:44:07.475Z Downloaded polar-core v0.27.3
9542024-12-13T20:44:07.480Z Downloaded petgraph v0.6.5
9552024-12-13T20:44:07.497Z Downloaded zerocopy-derive v0.6.6
9562024-12-13T20:44:07.506Z Downloaded tokio v1.40.0
9572024-12-13T20:44:07.543Z Downloaded hashbrown v0.14.5
9582024-12-13T20:44:07.547Z Downloaded idna v0.2.3
9592024-12-13T20:44:07.554Z Downloaded curve25519-dalek v4.1.3
9602024-12-13T20:44:07.562Z Downloaded reqwest v0.12.9
9612024-12-13T20:44:07.570Z Downloaded lzma-sys v0.1.20
9622024-12-13T20:44:07.598Z Downloaded csv v1.3.0
9632024-12-13T20:44:07.617Z Downloaded chrono v0.4.38
9642024-12-13T20:44:07.624Z Downloaded libz-sys v1.1.20
9652024-12-13T20:44:07.644Z Downloaded signal-hook v0.3.17
9662024-12-13T20:44:07.647Z Downloaded unicode-normalization v0.1.24
9672024-12-13T20:44:07.650Z Downloaded portable-atomic v1.9.0
9682024-12-13T20:44:07.656Z Downloaded sha3 v0.10.8
9692024-12-13T20:44:07.661Z Downloaded predicates v3.1.2
9702024-12-13T20:44:07.663Z Downloaded zerocopy v0.6.6
9712024-12-13T20:44:07.666Z Downloaded vte v0.11.1
9722024-12-13T20:44:07.669Z Downloaded unicode-segmentation v1.12.0
9732024-12-13T20:44:07.671Z Downloaded similar v2.6.0
9742024-12-13T20:44:07.675Z Downloaded ed25519-dalek v2.1.1
9752024-12-13T20:44:07.678Z Downloaded zip v2.1.3
9762024-12-13T20:44:07.682Z Downloaded hkdf v0.12.4
9772024-12-13T20:44:07.685Z Downloaded slog-scope v4.4.0
9782024-12-13T20:44:07.687Z Downloaded vsss-rs v3.3.4
9792024-12-13T20:44:07.689Z Downloaded vergen v8.3.2
9802024-12-13T20:44:07.692Z Downloaded ghash v0.5.1
9812024-12-13T20:44:07.692Z Downloaded termcolor v1.4.1
9822024-12-13T20:44:07.694Z Downloaded psl-types v2.0.11
9832024-12-13T20:44:07.694Z Downloaded ppv-lite86 v0.2.20
9842024-12-13T20:44:07.696Z Downloaded parking_lot v0.12.3
9852024-12-13T20:44:07.698Z Downloaded uuid v1.11.0
9862024-12-13T20:44:07.700Z Downloaded serde_yaml v0.9.34+deprecated
9872024-12-13T20:44:07.703Z Downloaded bitvec v1.0.1
9882024-12-13T20:44:07.716Z Downloaded num-integer v0.1.46
9892024-12-13T20:44:07.719Z Downloaded rayon-core v1.12.1
9902024-12-13T20:44:07.721Z Downloaded h2 v0.4.6
9912024-12-13T20:44:07.728Z Downloaded parking_lot_core v0.8.6
9922024-12-13T20:44:07.731Z Downloaded tracing-attributes v0.1.27
9932024-12-13T20:44:07.734Z Downloaded unsafe-libyaml v0.2.11
9942024-12-13T20:44:07.737Z Downloaded tokio-postgres v0.7.12
9952024-12-13T20:44:07.740Z Downloaded mockall v0.13.0
9962024-12-13T20:44:07.740Z Downloaded rustc-demangle v0.1.24
9972024-12-13T20:44:07.743Z Downloaded encoding_rs v0.8.34
9982024-12-13T20:44:07.763Z Downloaded rusty-fork v0.3.0
9992024-12-13T20:44:07.765Z Downloaded progenitor-macro v0.8.0
10002024-12-13T20:44:07.765Z Downloaded pin-utils v0.1.0
10012024-12-13T20:44:07.768Z Downloaded new_debug_unreachable v1.0.6
10022024-12-13T20:44:07.768Z Downloaded shlex v1.3.0
10032024-12-13T20:44:07.768Z Downloaded zip v0.6.6
10042024-12-13T20:44:07.771Z Downloaded postgres-protocol v0.6.7
10052024-12-13T20:44:07.774Z Downloaded postcard v1.0.10
10062024-12-13T20:44:07.777Z Downloaded x509-cert v0.2.5
10072024-12-13T20:44:07.781Z Downloaded thiserror v2.0.3
10082024-12-13T20:44:07.785Z Downloaded fallible-iterator v0.2.0
10092024-12-13T20:44:07.788Z Downloaded snafu v0.8.5
10102024-12-13T20:44:07.792Z Downloaded aws-lc-rs v1.10.0
10112024-12-13T20:44:07.800Z Downloaded fragile v2.0.0
10122024-12-13T20:44:07.802Z Downloaded wait-timeout v0.2.0
10132024-12-13T20:44:07.804Z Downloaded tinystr v0.7.6
10142024-12-13T20:44:07.807Z Downloaded spin v0.9.8
10152024-12-13T20:44:07.809Z Downloaded url v2.5.3
10162024-12-13T20:44:07.812Z Downloaded steno v0.4.1
10172024-12-13T20:44:07.815Z Downloaded blake3 v1.5.4
10182024-12-13T20:44:07.821Z Downloaded itertools v0.12.1
10192024-12-13T20:44:07.827Z Downloaded same-file v1.0.6
10202024-12-13T20:44:07.829Z Downloaded rustc-hash v2.0.0
10212024-12-13T20:44:07.831Z Downloaded p256 v0.13.2
10222024-12-13T20:44:07.833Z Downloaded tinyvec v1.8.0
10232024-12-13T20:44:07.836Z Downloaded utf8_iter v1.0.4
10242024-12-13T20:44:07.839Z Downloaded ron v0.7.1
10252024-12-13T20:44:07.841Z Downloaded derive-where v1.2.7
10262024-12-13T20:44:07.843Z Downloaded typed-path v0.9.3
10272024-12-13T20:44:07.849Z Downloaded tar v0.4.42
10282024-12-13T20:44:07.851Z Downloaded headers v0.4.0
10292024-12-13T20:44:07.856Z Downloaded phf_codegen v0.11.2
10302024-12-13T20:44:07.859Z Downloaded phf v0.11.2
10312024-12-13T20:44:07.859Z Downloaded openssl-macros v0.1.1
10322024-12-13T20:44:07.859Z Downloaded native-tls v0.2.12
10332024-12-13T20:44:07.862Z Downloaded float-cmp v0.9.0
10342024-12-13T20:44:07.862Z Downloaded zerovec-derive v0.10.3
10352024-12-13T20:44:07.864Z Downloaded num-bigint v0.4.6
10362024-12-13T20:44:07.867Z Downloaded pin-project-lite v0.2.14
10372024-12-13T20:44:07.871Z Downloaded pin-project-internal v1.1.6
10382024-12-13T20:44:07.874Z Downloaded libgit2-sys v0.17.0+1.8.1
10392024-12-13T20:44:07.952Z Downloaded owo-colors v4.1.0
10402024-12-13T20:44:07.954Z Downloaded unicode_categories v0.1.1
10412024-12-13T20:44:07.962Z Downloaded unicode-bidi v0.3.17
10422024-12-13T20:44:07.966Z Downloaded paste v1.0.15
10432024-12-13T20:44:07.966Z Downloaded pem-rfc7468 v0.7.0
10442024-12-13T20:44:07.969Z Downloaded password-hash v0.4.2
10452024-12-13T20:44:07.973Z Downloaded minimal-lexical v0.2.1
10462024-12-13T20:44:07.975Z Downloaded aho-corasick v1.1.3
10472024-12-13T20:44:07.981Z Downloaded untrusted v0.9.0
10482024-12-13T20:44:07.984Z Downloaded path-slash v0.1.5
10492024-12-13T20:44:07.987Z Downloaded pkcs8 v0.10.2
10502024-12-13T20:44:07.989Z Downloaded wyz v0.5.1
10512024-12-13T20:44:07.991Z Downloaded crypto-bigint v0.5.5
10522024-12-13T20:44:07.998Z Downloaded slog v2.7.0
10532024-12-13T20:44:08.001Z Downloaded oso v0.27.3
10542024-12-13T20:44:08.005Z Downloaded tungstenite v0.24.0
10552024-12-13T20:44:08.010Z Downloaded crossbeam-channel v0.5.13
10562024-12-13T20:44:08.014Z Downloaded cc v1.1.30
10572024-12-13T20:44:08.019Z Downloaded mockall_derive v0.13.0
10582024-12-13T20:44:08.022Z Downloaded http v1.1.0
10592024-12-13T20:44:08.027Z Downloaded stringprep v0.1.5
10602024-12-13T20:44:08.030Z Downloaded smf v0.2.3
10612024-12-13T20:44:08.030Z Downloaded serde_plain v1.0.2
10622024-12-13T20:44:08.030Z Downloaded olpc-cjson v0.1.4
10632024-12-13T20:44:08.030Z Downloaded half v2.4.1
10642024-12-13T20:44:08.033Z Downloaded hickory-server v0.24.1
10652024-12-13T20:44:08.035Z Downloaded pem v3.0.4
10662024-12-13T20:44:08.038Z Downloaded num_enum_derive v0.5.11
10672024-12-13T20:44:08.038Z Downloaded nibble_vec v0.1.0
10682024-12-13T20:44:08.041Z Downloaded hash32 v0.3.1
10692024-12-13T20:44:08.041Z Downloaded futures-io v0.3.31
10702024-12-13T20:44:08.043Z Downloaded time-macros v0.2.18
10712024-12-13T20:44:08.045Z Downloaded diff v0.1.13
10722024-12-13T20:44:08.045Z Downloaded xattr v1.3.1
10732024-12-13T20:44:08.049Z Downloaded futures-executor v0.3.31
10742024-12-13T20:44:08.049Z Downloaded futures-core v0.3.31
10752024-12-13T20:44:08.051Z Downloaded polyval v0.6.2
10762024-12-13T20:44:08.051Z Downloaded const_format v0.2.33
10772024-12-13T20:44:08.054Z Downloaded embedded-io v0.4.0
10782024-12-13T20:44:08.059Z Downloaded slog-bunyan v2.5.0
10792024-12-13T20:44:08.059Z Downloaded hickory-resolver v0.24.1
10802024-12-13T20:44:08.062Z Downloaded hyper-util v0.1.10
10812024-12-13T20:44:08.064Z Downloaded num-complex v0.4.6
10822024-12-13T20:44:08.067Z Downloaded nu-ansi-term v0.50.1
10832024-12-13T20:44:08.071Z Downloaded sha1 v0.10.6
10842024-12-13T20:44:08.071Z Downloaded serde-hex v0.1.0
10852024-12-13T20:44:08.071Z Downloaded compact_str v0.8.0
10862024-12-13T20:44:08.074Z Downloaded rustc-hash v1.1.0
10872024-12-13T20:44:08.077Z Downloaded packed_struct_codegen v0.10.1
10882024-12-13T20:44:08.077Z Downloaded yoke v0.7.4
10892024-12-13T20:44:08.078Z Downloaded zeroize_derive v1.4.2
10902024-12-13T20:44:08.080Z Downloaded tokio-tungstenite v0.23.1
10912024-12-13T20:44:08.082Z Downloaded derive_builder_core v0.20.2
10922024-12-13T20:44:08.082Z Downloaded gethostname v0.5.0
10932024-12-13T20:44:08.084Z Downloaded base64 v0.22.1
10942024-12-13T20:44:08.087Z Downloaded heapless v0.7.17
10952024-12-13T20:44:08.090Z Downloaded indicatif v0.17.9
10962024-12-13T20:44:08.092Z Downloaded base64 v0.21.7
10972024-12-13T20:44:08.096Z Downloaded backtrace v0.3.74
10982024-12-13T20:44:08.101Z Downloaded cookie v0.18.1
10992024-12-13T20:44:08.106Z Downloaded ff v0.13.0
11002024-12-13T20:44:08.110Z Downloaded tokio-tungstenite v0.21.0
11012024-12-13T20:44:08.110Z Downloaded dyn-clone v1.0.17
11022024-12-13T20:44:08.110Z Downloaded enum-as-inner v0.5.1
11032024-12-13T20:44:08.110Z Downloaded difflib v0.4.0
11042024-12-13T20:44:08.110Z Downloaded thiserror-impl-no-std v2.0.2
11052024-12-13T20:44:08.117Z Downloaded subtle v2.6.1
11062024-12-13T20:44:08.117Z Downloaded ssh-encoding v0.2.0
11072024-12-13T20:44:08.117Z Downloaded ssh-cipher v0.2.0
11082024-12-13T20:44:08.120Z Downloaded smallvec v0.6.14
11092024-12-13T20:44:08.120Z Downloaded base64 v0.13.1
11102024-12-13T20:44:08.120Z Downloaded icu_normalizer_data v1.5.0
11112024-12-13T20:44:08.124Z Downloaded colored v2.1.0
11122024-12-13T20:44:08.124Z Downloaded console v0.15.8
11132024-12-13T20:44:08.128Z Downloaded structmeta v0.2.0
11142024-12-13T20:44:08.128Z Downloaded const_format_proc_macros v0.2.33
11152024-12-13T20:44:08.128Z Downloaded fxhash v0.2.1
11162024-12-13T20:44:08.131Z Downloaded indexmap v1.9.3
11172024-12-13T20:44:08.133Z Downloaded icu_locid_transform_data v1.5.0
11182024-12-13T20:44:08.135Z Downloaded icu_locid_transform v1.5.0
11192024-12-13T20:44:08.138Z Downloaded slog-envlogger v2.2.0
11202024-12-13T20:44:08.138Z Downloaded slab v0.4.9
11212024-12-13T20:44:08.141Z Downloaded icu_locid v1.5.0
11222024-12-13T20:44:08.143Z Downloaded cmake v0.1.51
11232024-12-13T20:44:08.145Z Downloaded ciborium v0.2.2
11242024-12-13T20:44:08.148Z Downloaded blake2 v0.10.6
11252024-12-13T20:44:08.150Z Downloaded rustfmt-wrapper v0.2.1
11262024-12-13T20:44:08.155Z Downloaded rustc_version v0.1.7
11272024-12-13T20:44:08.155Z Downloaded ref-cast-impl v1.0.23
11282024-12-13T20:44:08.155Z Downloaded cassowary v0.3.0
11292024-12-13T20:44:08.155Z Downloaded ahash v0.8.11
11302024-12-13T20:44:08.159Z Downloaded quinn-udp v0.5.5
11312024-12-13T20:44:08.159Z Downloaded cancel-safe-futures v0.1.5
11322024-12-13T20:44:08.163Z Downloaded allocator-api2 v0.2.18
11332024-12-13T20:44:08.165Z Downloaded cobs v0.2.3
11342024-12-13T20:44:08.165Z Downloaded ciborium-ll v0.2.2
11352024-12-13T20:44:08.167Z Downloaded chacha20 v0.9.1
11362024-12-13T20:44:08.171Z Downloaded cexpr v0.6.0
11372024-12-13T20:44:08.171Z Downloaded cbc v0.1.2
11382024-12-13T20:44:08.174Z Downloaded httparse v1.9.5
11392024-12-13T20:44:08.174Z Downloaded bcs v0.1.6
11402024-12-13T20:44:08.177Z Downloaded backoff v0.4.0
11412024-12-13T20:44:08.179Z Downloaded atomic-waker v1.1.2
11422024-12-13T20:44:08.179Z Downloaded arrayvec v0.7.6
11432024-12-13T20:44:08.185Z Downloaded base64ct v1.6.0
11442024-12-13T20:44:08.194Z Downloaded crucible-workspace-hack v0.1.0
11452024-12-13T20:44:08.194Z Downloaded maybe-uninit v2.0.0
11462024-12-13T20:44:08.194Z Downloaded crunchy v0.2.2
11472024-12-13T20:44:08.194Z Downloaded castaway v0.2.3
11482024-12-13T20:44:08.194Z Downloaded bit-set v0.5.3
11492024-12-13T20:44:08.194Z Downloaded base16ct v0.2.0
11502024-12-13T20:44:08.197Z Downloaded ipnet v2.10.1
11512024-12-13T20:44:08.197Z Downloaded ciborium-io v0.2.2
11522024-12-13T20:44:08.197Z Downloaded cfg_aliases v0.1.1
11532024-12-13T20:44:08.197Z Downloaded bitflags v1.3.2
11542024-12-13T20:44:08.198Z Downloaded humantime v2.1.0
11552024-12-13T20:44:08.198Z Downloaded async-stream v0.3.6
11562024-12-13T20:44:08.203Z Downloaded assert_matches v1.5.0
11572024-12-13T20:44:08.203Z Downloaded ipnetwork v0.20.0
11582024-12-13T20:44:08.208Z Downloaded inout v0.1.3
11592024-12-13T20:44:08.208Z Downloaded indent_write v2.2.0
11602024-12-13T20:44:08.208Z Downloaded impl-trait-for-tuples v0.2.2
11612024-12-13T20:44:08.210Z Downloaded array-init v0.0.4
11622024-12-13T20:44:08.210Z Downloaded keccak v0.1.5
11632024-12-13T20:44:08.254Z Downloaded ring v0.17.8
11642024-12-13T20:44:08.480Z Downloaded ring v0.16.20
11652024-12-13T20:44:08.561Z Downloaded libsqlite3-sys v0.30.1
11662024-12-13T20:44:08.666Z Downloaded aws-lc-sys v0.22.0
11672024-12-13T20:44:08.979Z Compiling serde v1.0.215
11682024-12-13T20:44:08.982Z Compiling lock_api v0.4.12
11692024-12-13T20:44:08.982Z Compiling scopeguard v1.2.0
11702024-12-13T20:44:08.982Z Compiling value-bag v1.9.0
11712024-12-13T20:44:08.982Z Compiling typenum v1.17.0
11722024-12-13T20:44:08.982Z Compiling generic-array v0.14.7
11732024-12-13T20:44:09.167Z Compiling syn v2.0.87
11742024-12-13T20:44:09.182Z Compiling getrandom v0.2.15
11752024-12-13T20:44:09.269Z Compiling subtle v2.6.1
11762024-12-13T20:44:09.507Z Compiling rand_core v0.6.4
11772024-12-13T20:44:09.620Z Compiling log v0.4.22
11782024-12-13T20:44:09.708Z Compiling shlex v1.3.0
11792024-12-13T20:44:09.728Z Compiling jobserver v0.1.32
11802024-12-13T20:44:09.759Z Compiling const-oid v0.9.6
11812024-12-13T20:44:10.049Z Compiling smallvec v1.13.2
11822024-12-13T20:44:10.091Z Compiling spin v0.9.8
11832024-12-13T20:44:10.145Z Compiling cc v1.1.30
11842024-12-13T20:44:10.476Z Compiling pin-project-lite v0.2.14
11852024-12-13T20:44:10.496Z Compiling rustix v0.38.37
11862024-12-13T20:44:10.514Z Compiling parking_lot_core v0.9.10
11872024-12-13T20:44:10.610Z Compiling futures-core v0.3.31
11882024-12-13T20:44:10.677Z Compiling signal-hook-registry v1.4.2
11892024-12-13T20:44:10.843Z Compiling mio v1.0.2
11902024-12-13T20:44:11.392Z Compiling parking_lot v0.12.3
11912024-12-13T20:44:11.495Z Compiling aho-corasick v1.1.3
11922024-12-13T20:44:11.610Z Compiling regex-syntax v0.8.5
11932024-12-13T20:44:11.743Z Compiling cpufeatures v0.2.14
11942024-12-13T20:44:11.840Z Compiling lazy_static v1.5.0
11952024-12-13T20:44:11.860Z Compiling glob v0.3.1
11962024-12-13T20:44:11.968Z Compiling futures-sink v0.3.31
11972024-12-13T20:44:12.004Z Compiling stable_deref_trait v1.2.0
11982024-12-13T20:44:12.112Z Compiling either v1.13.0
11992024-12-13T20:44:12.115Z Compiling socket2 v0.5.7
12002024-12-13T20:44:12.341Z Compiling slab v0.4.9
12012024-12-13T20:44:12.521Z Compiling prettyplease v0.2.25
12022024-12-13T20:44:12.767Z Compiling minimal-lexical v0.2.1
12032024-12-13T20:44:12.882Z Compiling clang-sys v1.8.1
12042024-12-13T20:44:13.189Z Compiling nom v7.1.3
12052024-12-13T20:44:13.232Z Compiling libloading v0.8.5
12062024-12-13T20:44:13.284Z Compiling bindgen v0.69.5
12072024-12-13T20:44:13.656Z Compiling serde_json v1.0.132
12082024-12-13T20:44:13.703Z Compiling home v0.5.9
12092024-12-13T20:44:14.034Z Compiling itertools v0.10.5
12102024-12-13T20:44:14.100Z Compiling futures-channel v0.3.31
12112024-12-13T20:44:14.773Z Compiling foldhash v0.1.3
12122024-12-13T20:44:14.804Z Compiling allocator-api2 v0.2.18
12132024-12-13T20:44:14.811Z Compiling futures-io v0.3.31
12142024-12-13T20:44:15.103Z Compiling pin-utils v0.1.0
12152024-12-13T20:44:15.205Z Compiling regex-automata v0.4.8
12162024-12-13T20:44:15.370Z Compiling lazycell v1.3.0
12172024-12-13T20:44:15.548Z Compiling futures-task v0.3.31
12182024-12-13T20:44:15.845Z Compiling rustc-hash v1.1.0
12192024-12-13T20:44:15.997Z Compiling hashbrown v0.15.1
12202024-12-13T20:44:16.831Z Compiling synstructure v0.13.1
12212024-12-13T20:44:17.132Z Compiling cexpr v0.6.0
12222024-12-13T20:44:17.369Z Compiling cmake v0.1.51
12232024-12-13T20:44:18.383Z Compiling libm v0.2.8
12242024-12-13T20:44:18.424Z Compiling dunce v1.0.5
12252024-12-13T20:44:18.534Z Compiling pkg-config v0.3.31
12262024-12-13T20:44:18.554Z Compiling tinyvec_macros v0.1.1
12272024-12-13T20:44:18.645Z Compiling fs_extra v1.3.0
12282024-12-13T20:44:18.741Z Compiling tinyvec v1.8.0
12292024-12-13T20:44:18.933Z Compiling num-traits v0.2.19
12302024-12-13T20:44:19.428Z Compiling ring v0.17.8
12312024-12-13T20:44:20.070Z Compiling base64ct v1.6.0
12322024-12-13T20:44:20.144Z Compiling writeable v0.5.5
12332024-12-13T20:44:20.264Z Compiling unicode-normalization v0.1.24
12342024-12-13T20:44:20.517Z Compiling paste v1.0.15
12352024-12-13T20:44:20.629Z Compiling unicode-bidi v0.3.17
12362024-12-13T20:44:20.652Z Compiling litemap v0.7.3
12372024-12-13T20:44:20.729Z Compiling regex v1.11.1
12382024-12-13T20:44:21.093Z Compiling pem-rfc7468 v0.7.0
12392024-12-13T20:44:21.808Z Compiling httparse v1.9.5
12402024-12-13T20:44:21.829Z Compiling flagset v0.4.6
12412024-12-13T20:44:22.013Z Compiling aws-lc-rs v1.10.0
12422024-12-13T20:44:22.450Z Compiling tracing-core v0.1.32
12432024-12-13T20:44:22.628Z Compiling percent-encoding v2.3.1
12442024-12-13T20:44:23.008Z Compiling icu_locid_transform_data v1.5.0
12452024-12-13T20:44:23.114Z Compiling crossbeam-utils v0.8.20
12462024-12-13T20:44:23.130Z Compiling rustls-pki-types v1.10.0
12472024-12-13T20:44:23.623Z Compiling serde_derive v1.0.215
12482024-12-13T20:44:23.680Z Compiling zeroize_derive v1.4.2
12492024-12-13T20:44:23.738Z Compiling zerocopy-derive v0.7.35
12502024-12-13T20:44:23.865Z Compiling tokio-macros v2.4.0
12512024-12-13T20:44:24.190Z Compiling zerofrom-derive v0.1.4
12522024-12-13T20:44:25.129Z Compiling zeroize v1.8.1
12532024-12-13T20:44:25.487Z Compiling thiserror-impl v1.0.69
12542024-12-13T20:44:25.895Z Compiling zerocopy v0.7.35
12552024-12-13T20:44:25.986Z Compiling yoke-derive v0.7.4
12562024-12-13T20:44:26.804Z Compiling crypto-common v0.1.6
12572024-12-13T20:44:27.017Z Compiling block-buffer v0.10.4
12582024-12-13T20:44:27.274Z Compiling digest v0.10.7
12592024-12-13T20:44:27.476Z Compiling futures-macro v0.3.31
12602024-12-13T20:44:27.715Z Compiling hmac v0.12.1
12612024-12-13T20:44:27.785Z Compiling zerovec-derive v0.10.3
12622024-12-13T20:44:27.999Z Compiling block-padding v0.3.3
12632024-12-13T20:44:28.246Z Compiling displaydoc v0.2.5
12642024-12-13T20:44:28.346Z Compiling zerofrom v0.1.4
12652024-12-13T20:44:28.580Z Compiling inout v0.1.3
12662024-12-13T20:44:28.850Z Compiling thiserror v1.0.69
12672024-12-13T20:44:28.869Z Compiling cipher v0.4.4
12682024-12-13T20:44:28.915Z Compiling yoke v0.7.4
12692024-12-13T20:44:28.983Z Compiling sha2 v0.10.8
12702024-12-13T20:44:29.268Z Compiling ppv-lite86 v0.2.20
12712024-12-13T20:44:29.374Z Compiling der_derive v0.7.3
12722024-12-13T20:44:29.465Z Compiling futures-util v0.3.31
12732024-12-13T20:44:29.908Z Compiling icu_provider_macros v1.5.0
12742024-12-13T20:44:30.094Z Compiling rand_chacha v0.3.1
12752024-12-13T20:44:30.497Z Compiling zerovec v0.10.4
12762024-12-13T20:44:31.013Z Compiling tracing-attributes v0.1.27
12772024-12-13T20:44:31.623Z Compiling der v0.7.9
12782024-12-13T20:44:32.287Z Compiling tinystr v0.7.6
12792024-12-13T20:44:32.309Z Compiling icu_collections v1.5.0
12802024-12-13T20:44:32.368Z Compiling rand v0.8.5
12812024-12-13T20:44:32.662Z Compiling icu_locid v1.5.0
12822024-12-13T20:44:32.711Z Compiling salsa20 v0.10.2
12832024-12-13T20:44:32.979Z Compiling pest v2.7.14
12842024-12-13T20:44:33.878Z Compiling icu_provider v1.5.0
12852024-12-13T20:44:34.576Z Compiling spki v0.7.3
12862024-12-13T20:44:34.689Z Compiling tracing v0.1.40
12872024-12-13T20:44:34.968Z Compiling icu_locid_transform v1.5.0
12882024-12-13T20:44:34.993Z Compiling pbkdf2 v0.12.2
12892024-12-13T20:44:35.114Z Compiling time-core v0.1.2
12902024-12-13T20:44:35.158Z Compiling icu_properties_data v1.5.0
12912024-12-13T20:44:35.179Z Compiling untrusted v0.9.0
12922024-12-13T20:44:35.201Z Compiling untrusted v0.7.1
12932024-12-13T20:44:35.313Z Compiling num-conv v0.1.0
12942024-12-13T20:44:35.360Z Compiling vcpkg v0.2.15
12952024-12-13T20:44:35.382Z Compiling powerfmt v0.2.0
12962024-12-13T20:44:35.425Z Compiling mirai-annotations v1.12.0
12972024-12-13T20:44:35.526Z Compiling pest_meta v2.7.14
12982024-12-13T20:44:35.570Z Compiling time-macros v0.2.18
12992024-12-13T20:44:35.764Z Compiling deranged v0.3.11
13002024-12-13T20:44:37.342Z Compiling bitflags v2.6.0
13012024-12-13T20:44:37.565Z Compiling bytes v1.8.0
13022024-12-13T20:44:37.733Z Compiling indexmap v2.6.0
13032024-12-13T20:44:37.760Z Compiling semver v1.0.23
13042024-12-13T20:44:38.607Z Compiling tokio v1.40.0
13052024-12-13T20:44:38.864Z Compiling http v1.1.0
13062024-12-13T20:44:38.907Z Compiling rustc_version v0.4.1
13072024-12-13T20:44:39.228Z Compiling openssl-sys v0.9.103
13082024-12-13T20:44:39.412Z Compiling icu_properties v1.5.1
13092024-12-13T20:44:39.672Z Compiling scrypt v0.11.0
13102024-12-13T20:44:40.225Z Compiling aes v0.8.4
13112024-12-13T20:44:40.346Z Compiling cbc v0.1.2
13122024-12-13T20:44:40.588Z Compiling scroll_derive v0.12.0
13132024-12-13T20:44:40.630Z Compiling write16 v1.0.0
13142024-12-13T20:44:40.770Z Compiling num_threads v0.1.7
13152024-12-13T20:44:40.893Z Compiling utf8_iter v1.0.4
13162024-12-13T20:44:40.913Z Compiling utf16_iter v1.0.5
13172024-12-13T20:44:41.120Z Compiling atomic-waker v1.1.2
13182024-12-13T20:44:41.139Z Compiling icu_normalizer_data v1.5.0
13192024-12-13T20:44:41.241Z Compiling pkcs5 v0.7.1
13202024-12-13T20:44:41.307Z Compiling time v0.3.36
13212024-12-13T20:44:41.357Z Compiling http-body v1.0.1
13222024-12-13T20:44:41.600Z Compiling which v4.4.2
13232024-12-13T20:44:42.211Z Compiling scroll v0.12.0
13242024-12-13T20:44:42.552Z Compiling pest_generator v2.7.14
13252024-12-13T20:44:42.792Z Compiling form_urlencoded v1.2.1
13262024-12-13T20:44:43.093Z Compiling slog v2.7.0
13272024-12-13T20:44:43.115Z Compiling icu_normalizer v1.5.0
13282024-12-13T20:44:43.139Z Compiling try-lock v0.2.5
13292024-12-13T20:44:43.282Z Compiling goblin v0.8.2
13302024-12-13T20:44:43.704Z Compiling want v0.3.1
13312024-12-13T20:44:43.999Z Compiling pkcs8 v0.10.2
13322024-12-13T20:44:44.393Z Compiling idna_adapter v1.2.0
13332024-12-13T20:44:44.524Z Compiling pest_derive v2.7.14
13342024-12-13T20:44:44.626Z Compiling httpdate v1.0.3
13352024-12-13T20:44:44.719Z Compiling idna v1.0.3
13362024-12-13T20:44:45.164Z Compiling toml_datetime v0.6.8
13372024-12-13T20:44:45.322Z Compiling dtrace-parser v0.2.0
13382024-12-13T20:44:45.663Z Compiling serde_spanned v0.6.8
13392024-12-13T20:44:45.912Z Compiling serde_tokenstream v0.2.2
13402024-12-13T20:44:45.950Z Compiling uuid v1.11.0
13412024-12-13T20:44:46.502Z Compiling foreign-types-shared v0.1.1
13422024-12-13T20:44:46.522Z Compiling adler2 v2.0.0
13432024-12-13T20:44:46.572Z Compiling base64 v0.22.1
13442024-12-13T20:44:46.612Z Compiling rustversion v1.0.17
13452024-12-13T20:44:46.742Z Compiling openssl v0.10.66
13462024-12-13T20:44:47.166Z Compiling tokio-util v0.7.12
13472024-12-13T20:44:47.333Z Compiling iana-time-zone v0.1.61
13482024-12-13T20:44:47.335Z Compiling tower-service v0.3.3
13492024-12-13T20:44:47.374Z Compiling match_cfg v0.1.0
13502024-12-13T20:44:47.474Z Compiling hostname v0.3.1
13512024-12-13T20:44:47.492Z Compiling chrono v0.4.38
13522024-12-13T20:44:47.621Z Compiling miniz_oxide v0.8.0
13532024-12-13T20:44:47.720Z Compiling foreign-types v0.3.2
13542024-12-13T20:44:47.795Z Compiling url v2.5.3
13552024-12-13T20:44:48.663Z Compiling h2 v0.4.6
13562024-12-13T20:44:49.165Z Compiling dof v0.3.0
13572024-12-13T20:44:49.233Z Compiling async-trait v0.1.83
13582024-12-13T20:44:49.854Z Compiling openssl-macros v0.1.1
13592024-12-13T20:44:50.624Z Compiling usdt-impl v0.5.0
13602024-12-13T20:44:51.314Z Compiling dirs-sys-next v0.1.2
13612024-12-13T20:44:51.381Z Compiling rustls v0.22.4
13622024-12-13T20:44:51.639Z Compiling siphasher v0.3.11
13632024-12-13T20:44:51.962Z Compiling syn v1.0.109
13642024-12-13T20:44:51.982Z Compiling native-tls v0.2.12
13652024-12-13T20:44:52.044Z Compiling rustls v0.23.19
13662024-12-13T20:44:52.177Z Compiling data-encoding v2.6.0
13672024-12-13T20:44:52.352Z Compiling dirs-next v2.0.0
13682024-12-13T20:44:52.643Z Compiling http-body-util v0.1.2
13692024-12-13T20:44:53.236Z Compiling heapless v0.7.17
13702024-12-13T20:44:53.685Z Compiling crossbeam-epoch v0.9.18
13712024-12-13T20:44:53.777Z Compiling sha1 v0.10.6
13722024-12-13T20:44:53.960Z Compiling signature v2.2.0
13732024-12-13T20:44:54.053Z Compiling bzip2-sys v0.1.11+1.0.8
13742024-12-13T20:44:54.168Z Compiling serde_derive_internals v0.29.1
13752024-12-13T20:44:54.239Z Compiling thread_local v1.1.8
13762024-12-13T20:44:54.441Z Compiling encoding_rs v0.8.34
13772024-12-13T20:44:54.533Z Compiling cookie v0.18.1
13782024-12-13T20:44:54.594Z Compiling multer v3.1.0
13792024-12-13T20:44:54.767Z Compiling signal-hook v0.3.17
13802024-12-13T20:44:54.804Z Compiling slog-async v2.8.0
13812024-12-13T20:44:54.861Z Compiling unicode-properties v0.1.3
13822024-12-13T20:44:55.025Z Compiling gimli v0.31.1
13832024-12-13T20:44:55.261Z Compiling schemars v0.8.21
13842024-12-13T20:44:55.293Z Compiling openssl-probe v0.1.5
13852024-12-13T20:44:55.584Z Compiling hyper v1.5.0
13862024-12-13T20:44:55.667Z Compiling ipnet v2.10.1
13872024-12-13T20:44:56.973Z Compiling rayon-core v1.12.1
13882024-12-13T20:44:57.006Z Compiling mime v0.3.17
13892024-12-13T20:44:57.269Z Compiling schemars_derive v0.8.21
13902024-12-13T20:44:57.726Z Compiling stringprep v0.1.5
13912024-12-13T20:44:58.840Z Compiling hyper-util v0.1.10
13922024-12-13T20:44:59.486Z Compiling toml_edit v0.22.22
13932024-12-13T20:44:59.661Z Compiling addr2line v0.24.2
13942024-12-13T20:45:00.320Z Compiling crossbeam-deque v0.8.5
13952024-12-13T20:45:00.371Z Compiling usdt-attr-macro v0.5.0
13962024-12-13T20:45:00.627Z Compiling usdt-macro v0.5.0
13972024-12-13T20:45:01.131Z Compiling term v0.7.0
13982024-12-13T20:45:01.439Z Compiling slog-json v2.6.1
13992024-12-13T20:45:02.139Z Compiling serde_urlencoded v0.7.1
14002024-12-13T20:45:02.160Z Compiling curve25519-dalek v4.1.3
14012024-12-13T20:45:02.160Z Compiling crossbeam-channel v0.5.13
14022024-12-13T20:45:02.160Z Compiling enum-as-inner v0.6.1
14032024-12-13T20:45:02.295Z Compiling futures-executor v0.3.31
14042024-12-13T20:45:02.538Z Compiling md-5 v0.10.6
14052024-12-13T20:45:02.629Z Compiling rustls-pemfile v2.2.0
14062024-12-13T20:45:02.806Z Compiling async-stream-impl v0.3.6
14072024-12-13T20:45:02.868Z Compiling num-integer v0.1.46
14082024-12-13T20:45:03.011Z Compiling idna v0.4.0
14092024-12-13T20:45:03.147Z Compiling idna v0.3.0
14102024-12-13T20:45:03.176Z Compiling hash32 v0.2.1
14112024-12-13T20:45:03.561Z Compiling ff v0.13.0
14122024-12-13T20:45:03.657Z Compiling is-terminal v0.4.13
14132024-12-13T20:45:03.787Z Compiling dropshot v0.12.0
14142024-12-13T20:45:03.807Z Compiling object v0.36.5
14152024-12-13T20:45:04.071Z Compiling smoltcp v0.9.1
14162024-12-13T20:45:04.177Z Compiling psl-types v2.0.11
14172024-12-13T20:45:04.377Z Compiling anyhow v1.0.93
14182024-12-13T20:45:04.687Z Compiling quick-error v1.2.3
14192024-12-13T20:45:04.794Z Compiling linked-hash-map v0.5.6
14202024-12-13T20:45:04.814Z Compiling portable-atomic v1.9.0
14212024-12-13T20:45:04.836Z Compiling fallible-iterator v0.2.0
14222024-12-13T20:45:04.999Z Compiling rustc-demangle v0.1.24
14232024-12-13T20:45:05.174Z Compiling dyn-clone v1.0.17
14242024-12-13T20:45:05.396Z Compiling utf-8 v0.7.6
14252024-12-13T20:45:05.546Z Compiling base16ct v0.2.0
14262024-12-13T20:45:05.719Z Compiling take_mut v0.2.2
14272024-12-13T20:45:05.872Z Compiling num-bigint-dig v0.8.4
14282024-12-13T20:45:05.971Z Compiling sec1 v0.7.3
14292024-12-13T20:45:05.990Z Compiling tungstenite v0.24.0
14302024-12-13T20:45:06.175Z Compiling postgres-protocol v0.6.7
14312024-12-13T20:45:07.082Z Compiling lru-cache v0.1.2
14322024-12-13T20:45:07.565Z Compiling resolv-conf v0.7.0
14332024-12-13T20:45:07.667Z Compiling publicsuffix v2.2.3
14342024-12-13T20:45:07.694Z Compiling async-stream v0.3.6
14352024-12-13T20:45:08.023Z Compiling hickory-proto v0.24.1
14362024-12-13T20:45:08.044Z Compiling slog-term v2.9.1
14372024-12-13T20:45:08.383Z Compiling group v0.13.0
14382024-12-13T20:45:08.385Z Compiling usdt v0.5.0
14392024-12-13T20:45:08.910Z Compiling num-iter v0.1.45
14402024-12-13T20:45:09.102Z Compiling toml v0.8.19
14412024-12-13T20:45:09.473Z Compiling futures v0.3.31
14422024-12-13T20:45:09.599Z Compiling slog-bunyan v2.5.0
14432024-12-13T20:45:09.966Z Compiling camino v1.1.9
14442024-12-13T20:45:10.925Z Compiling tokio-native-tls v0.3.1
14452024-12-13T20:45:11.204Z Compiling backtrace v0.3.74
14462024-12-13T20:45:11.679Z Compiling phf_shared v0.11.2
14472024-12-13T20:45:11.917Z Compiling dropshot_endpoint v0.12.0
14482024-12-13T20:45:11.951Z Compiling terminal_size v0.4.0
14492024-12-13T20:45:12.067Z Compiling waitgroup v0.1.2
14502024-12-13T20:45:12.169Z Compiling openapiv3 v2.0.0
14512024-12-13T20:45:12.295Z Compiling serde_path_to_error v0.1.16
14522024-12-13T20:45:12.436Z Compiling hkdf v0.12.4
14532024-12-13T20:45:12.698Z Compiling crypto-bigint v0.5.5
14542024-12-13T20:45:13.118Z Compiling webpki-roots v0.26.6
14552024-12-13T20:45:13.334Z Compiling zerocopy-derive v0.6.6
14562024-12-13T20:45:14.893Z Compiling curve25519-dalek-derive v0.1.1
14572024-12-13T20:45:14.912Z Compiling hubpack_derive v0.1.1
14582024-12-13T20:45:15.616Z Compiling idna v0.5.0
14592024-12-13T20:45:15.819Z Compiling hostname v0.4.0
14602024-12-13T20:45:16.068Z Compiling fs-err v2.11.0
14612024-12-13T20:45:16.366Z Compiling crc32fast v1.4.2
14622024-12-13T20:45:16.411Z Compiling ahash v0.8.11
14632024-12-13T20:45:16.638Z Compiling debug-ignore v1.0.5
14642024-12-13T20:45:16.658Z Compiling managed v0.8.0
14652024-12-13T20:45:16.699Z Compiling bitflags v1.3.2
14662024-12-13T20:45:16.744Z Compiling winnow v0.5.40
14672024-12-13T20:45:16.785Z Compiling clap_builder v4.5.21
14682024-12-13T20:45:16.897Z Compiling strum_macros v0.25.3
14692024-12-13T20:45:17.246Z Compiling console v0.15.8
14702024-12-13T20:45:18.371Z Compiling flate2 v1.0.34
14712024-12-13T20:45:18.813Z Compiling cookie_store v0.21.0
14722024-12-13T20:45:19.347Z Compiling hubpack v0.1.2
14732024-12-13T20:45:19.380Z Compiling elliptic-curve v0.13.8
14742024-12-13T20:45:19.803Z Compiling zerocopy v0.6.6
14752024-12-13T20:45:20.219Z Compiling hickory-resolver v0.24.1
14762024-12-13T20:45:20.383Z Compiling toml_edit v0.19.15
14772024-12-13T20:45:20.655Z Compiling phf v0.11.2
14782024-12-13T20:45:20.942Z Compiling signal-hook-mio v0.2.4
14792024-12-13T20:45:21.116Z Compiling hyper-tls v0.6.0
14802024-12-13T20:45:21.136Z Compiling rayon v1.10.0
14812024-12-13T20:45:21.549Z Compiling bzip2 v0.4.4
14822024-12-13T20:45:21.946Z Compiling tokio-tungstenite v0.24.0
14832024-12-13T20:45:22.508Z Compiling postgres-types v0.2.8
14842024-12-13T20:45:25.386Z Compiling ed25519 v2.2.3
14852024-12-13T20:45:25.948Z Compiling phf_shared v0.10.0
14862024-12-13T20:45:26.340Z Compiling tokio-stream v0.1.16
14872024-12-13T20:45:26.363Z Compiling pkcs1 v0.7.5
14882024-12-13T20:45:26.964Z Compiling serde-big-array v0.5.1
14892024-12-13T20:45:26.998Z Compiling clap_derive v4.5.18
14902024-12-13T20:45:27.197Z Compiling rfc6979 v0.4.0
14912024-12-13T20:45:27.239Z Compiling derive-where v1.2.7
14922024-12-13T20:45:27.369Z Compiling serde_repr v0.1.19
14932024-12-13T20:45:27.392Z Compiling float-cmp v0.9.0
14942024-12-13T20:45:27.395Z Compiling bstr v1.10.0
14952024-12-13T20:45:27.616Z Compiling sync_wrapper v1.0.1
14962024-12-13T20:45:27.775Z Compiling predicates-core v1.0.8
14972024-12-13T20:45:28.168Z Compiling unicode-segmentation v1.12.0
14982024-12-13T20:45:28.418Z Compiling normalize-line-endings v0.3.0
14992024-12-13T20:45:28.549Z Compiling precomputed-hash v0.1.1
15002024-12-13T20:45:28.568Z Compiling bit-vec v0.6.3
15012024-12-13T20:45:28.665Z Compiling whoami v1.5.2
15022024-12-13T20:45:29.012Z Compiling number_prefix v0.4.0
15032024-12-13T20:45:29.047Z Compiling unicode-width v0.2.0
15042024-12-13T20:45:29.243Z Compiling static_assertions v1.1.0
15052024-12-13T20:45:29.294Z Compiling new_debug_unreachable v1.0.6
15062024-12-13T20:45:29.317Z Compiling difflib v0.4.0
15072024-12-13T20:45:29.344Z Compiling fixedbitset v0.4.2
15082024-12-13T20:45:29.388Z Compiling string_cache v0.8.7
15092024-12-13T20:45:29.552Z Compiling indicatif v0.17.9
15102024-12-13T20:45:29.807Z Compiling predicates v3.1.2
15112024-12-13T20:45:29.859Z Compiling petgraph v0.6.5
15122024-12-13T20:45:30.902Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15132024-12-13T20:45:30.963Z Compiling tokio-postgres v0.7.12
15142024-12-13T20:45:31.562Z Compiling bit-set v0.5.3
15152024-12-13T20:45:31.807Z Compiling similar v2.6.0
15162024-12-13T20:45:31.855Z Compiling ecdsa v0.16.9
15172024-12-13T20:45:32.117Z Compiling clap v4.5.21
15182024-12-13T20:45:32.246Z Compiling rsa v0.9.6
15192024-12-13T20:45:32.755Z Compiling ed25519-dalek v2.1.1
15202024-12-13T20:45:34.011Z Compiling toml v0.7.8
15212024-12-13T20:45:34.079Z Compiling zip v0.6.6
15222024-12-13T20:45:34.195Z Compiling crossterm v0.28.1
15232024-12-13T20:45:36.102Z Compiling hex v0.4.3
15242024-12-13T20:45:36.398Z Compiling x509-cert v0.2.5
15252024-12-13T20:45:36.430Z Compiling lalrpop-util v0.19.12
15262024-12-13T20:45:36.669Z Compiling peg-runtime v0.8.3
15272024-12-13T20:45:36.707Z Compiling unicode-xid v0.2.6
15282024-12-13T20:45:36.761Z Compiling strum_macros v0.26.4
15292024-12-13T20:45:36.888Z Compiling xattr v1.3.1
15302024-12-13T20:45:37.169Z Compiling filetime v0.2.25
15312024-12-13T20:45:37.478Z Compiling tar v0.4.42
15322024-12-13T20:45:42.006Z Compiling strum v0.26.3
15332024-12-13T20:45:44.917Z Compiling aws-lc-sys v0.22.0
15342024-12-13T20:46:13.976Z Compiling rustls-webpki v0.102.8
15352024-12-13T20:46:17.332Z Compiling tokio-rustls v0.25.0
15362024-12-13T20:46:19.110Z Compiling tokio-rustls v0.26.0
15372024-12-13T20:46:19.494Z Compiling hyper-rustls v0.27.3
15382024-12-13T20:46:19.761Z Compiling reqwest v0.12.9
15392024-12-13T20:46:20.977Z Compiling qorb v0.2.1
15402024-12-13T20:46:27.718Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15412024-12-13T20:46:27.718Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15422024-12-13T20:46:31.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15432024-12-13T20:46:31.788Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15442024-12-13T20:46:31.839ZDec 13 20:46:31.509 INFO Starting download, target: Console
15452024-12-13T20:46:31.839ZDec 13 20:46:31.509 INFO Starting download, target: Cockroach
15462024-12-13T20:46:31.839ZDec 13 20:46:31.509 INFO Starting download, target: DendriteOpenapi
15472024-12-13T20:46:31.839ZDec 13 20:46:31.509 INFO Starting download, target: Clickhouse
15482024-12-13T20:46:31.840ZDec 13 20:46:31.509 INFO Starting download, target: DendriteStub
15492024-12-13T20:46:31.842ZDec 13 20:46:31.509 INFO Starting download, target: MaghemiteMgd
15502024-12-13T20:46:31.843ZDec 13 20:46:31.510 INFO Starting download, target: TransceiverControl
15512024-12-13T20:46:31.843ZDec 13 20:46:31.510 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15522024-12-13T20:46:31.843ZDec 13 20:46:31.510 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15532024-12-13T20:46:31.843ZDec 13 20:46:31.510 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15542024-12-13T20:46:31.843ZDec 13 20:46:31.510 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15552024-12-13T20:46:31.843ZDec 13 20:46:31.510 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-12-13T20:46:31.843ZDec 13 20:46:31.510 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15572024-12-13T20:46:31.843ZDec 13 20:46:31.510 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15582024-12-13T20:46:31.992ZDec 13 20:46:31.656 INFO Download complete, target: DendriteOpenapi
15592024-12-13T20:46:32.291ZDec 13 20:46:31.923 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15602024-12-13T20:46:32.410ZDec 13 20:46:32.045 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15612024-12-13T20:46:32.717ZDec 13 20:46:32.367 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15622024-12-13T20:46:32.743ZDec 13 20:46:32.382 INFO Download complete, target: Console
15632024-12-13T20:46:32.893ZDec 13 20:46:32.527 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15642024-12-13T20:46:32.928ZDec 13 20:46:32.589 INFO Download complete, target: TransceiverControl
15652024-12-13T20:46:33.335ZDec 13 20:46:33.001 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15662024-12-13T20:46:33.335ZDec 13 20:46:33.001 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15672024-12-13T20:46:34.030ZDec 13 20:46:33.699 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15682024-12-13T20:46:35.694ZDec 13 20:46:35.362 INFO Download complete, target: DendriteStub
15692024-12-13T20:46:36.020ZDec 13 20:46:35.555 INFO Download complete, target: MaghemiteMgd
15702024-12-13T20:46:40.985ZDec 13 20:46:40.654 INFO Checking that binary works, target: Cockroach
15712024-12-13T20:46:41.211ZDec 13 20:46:40.806 INFO Download complete, target: Cockroach
15722024-12-13T20:46:46.688ZDec 13 20:46:46.351 INFO Checking that binary works, target: Clickhouse
15732024-12-13T20:46:47.115ZDec 13 20:46:46.782 INFO Download complete, target: Clickhouse
15742024-12-13T20:46:47.136ZAll builder prerequisites installed successfully, and PATH looks valid
15752024-12-13T20:46:47.144Z
15762024-12-13T20:46:47.144Zreal 5:05.612008302
15772024-12-13T20:46:47.144Zuser 16:18.680032182
15782024-12-13T20:46:47.144Zsys 3:12.069221894
15792024-12-13T20:46:47.144Ztrap 0.521159160
15802024-12-13T20:46:47.144Ztflt 4.455357270
15812024-12-13T20:46:47.144Zdflt 4.556929118
15822024-12-13T20:46:47.144Zkflt 0.122376911
15832024-12-13T20:46:47.144Zlock 29:27.691562549
15842024-12-13T20:46:47.146Zslp 1:02:02.541418538
15852024-12-13T20:46:47.146Zlat 51.650953486
15862024-12-13T20:46:47.146Zstop 2:15.905250601
15872024-12-13T20:46:47.146Z+ banner hack-check
15882024-12-13T20:46:47.146Z
15892024-12-13T20:46:47.146Z # # ## #### # # #### # # ###### #### # #
15902024-12-13T20:46:47.146Z # # # # # # # # # # # # # # # # #
15912024-12-13T20:46:47.146Z ###### # # # #### ##### # ###### ##### # ####
15922024-12-13T20:46:47.146Z # # ###### # # # # # # # # # #
15932024-12-13T20:46:47.146Z # # # # # # # # # # # # # # # # #
15942024-12-13T20:46:47.146Z # # # # #### # # #### # # ###### #### # #
15952024-12-13T20:46:47.146Z
15962024-12-13T20:46:47.146Z+ export CARGO_INCREMENTAL=0
15972024-12-13T20:46:47.146Z+ CARGO_INCREMENTAL=0
15982024-12-13T20:46:47.146Z+ ptime -m timeout 2h cargo xtask check-features --ci
15992024-12-13T20:46:47.672Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16002024-12-13T20:46:51.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
16012024-12-13T20:46:51.138Z Running `target/debug/xtask check-features --ci`
16022024-12-13T20:46:51.151Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16032024-12-13T20:46:51.156Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16042024-12-13T20:46:51.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16052024-12-13T20:46:51.618Z Running `target/debug/xtask download cargo-hack`
16062024-12-13T20:46:52.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16072024-12-13T20:46:52.804Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16082024-12-13T20:46:57.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
16092024-12-13T20:46:57.987Z Running `target/debug/xtask-downloader cargo-hack`
16102024-12-13T20:46:58.024ZDec 13 20:46:57.691 INFO Starting download, target: CargoHack
16112024-12-13T20:46:58.027ZDec 13 20:46:57.691 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16122024-12-13T20:46:58.694ZDec 13 20:46:58.361 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16132024-12-13T20:46:58.782ZDec 13 20:46:58.449 INFO Download complete, target: CargoHack
16142024-12-13T20:46:58.786Zrunning: "/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"
16152024-12-13T20:46:58.801Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16162024-12-13T20:46:58.968Zinfo: running `cargo check --bins` on api_identity (1/174)
16172024-12-13T20:46:59.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-12-13T20:46:59.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-12-13T20:46:59.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-12-13T20:46:59.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16212024-12-13T20:46:59.564Z
16222024-12-13T20:46:59.564Zinfo: running `cargo check --bins` on bootstore (2/174)
16232024-12-13T20:47:00.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-12-13T20:47:00.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-12-13T20:47:00.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-12-13T20:47:00.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16272024-12-13T20:47:00.196Z
16282024-12-13T20:47:00.196Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/174)
16292024-12-13T20:47:00.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-12-13T20:47:00.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-12-13T20:47:00.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-12-13T20:47:00.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16332024-12-13T20:47:00.805Z
16342024-12-13T20:47:00.805Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174)
16352024-12-13T20:47:01.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-12-13T20:47:01.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-12-13T20:47:01.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-12-13T20:47:01.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16392024-12-13T20:47:01.429Z
16402024-12-13T20:47:01.429Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174)
16412024-12-13T20:47:01.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-12-13T20:47:01.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-12-13T20:47:01.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-12-13T20:47:01.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16452024-12-13T20:47:01.841Z
16462024-12-13T20:47:01.841Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174)
16472024-12-13T20:47:02.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-12-13T20:47:02.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-12-13T20:47:02.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-12-13T20:47:02.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16512024-12-13T20:47:02.286Z
16522024-12-13T20:47:02.286Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174)
16532024-12-13T20:47:02.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-12-13T20:47:02.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-12-13T20:47:02.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-12-13T20:47:02.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16572024-12-13T20:47:02.714Z
16582024-12-13T20:47:02.714Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174)
16592024-12-13T20:47:03.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-12-13T20:47:03.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-12-13T20:47:03.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-12-13T20:47:03.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16632024-12-13T20:47:03.130Z
16642024-12-13T20:47:03.133Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174)
16652024-12-13T20:47:03.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-12-13T20:47:03.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-12-13T20:47:03.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-12-13T20:47:03.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16692024-12-13T20:47:03.558Z
16702024-12-13T20:47:03.558Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174)
16712024-12-13T20:47:03.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-12-13T20:47:03.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-12-13T20:47:03.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-12-13T20:47:03.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16752024-12-13T20:47:03.955Z
16762024-12-13T20:47:03.955Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174)
16772024-12-13T20:47:04.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-12-13T20:47:04.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-12-13T20:47:04.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-12-13T20:47:04.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16812024-12-13T20:47:04.373Z
16822024-12-13T20:47:04.373Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174)
16832024-12-13T20:47:04.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-12-13T20:47:04.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-12-13T20:47:04.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-12-13T20:47:04.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16872024-12-13T20:47:04.792Z
16882024-12-13T20:47:04.792Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174)
16892024-12-13T20:47:05.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-12-13T20:47:05.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-12-13T20:47:05.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-12-13T20:47:05.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16932024-12-13T20:47:05.210Z
16942024-12-13T20:47:05.210Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174)
16952024-12-13T20:47:05.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-12-13T20:47:05.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-12-13T20:47:05.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-12-13T20:47:05.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16992024-12-13T20:47:05.619Z
17002024-12-13T20:47:05.620Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174)
17012024-12-13T20:47:06.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-12-13T20:47:06.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-12-13T20:47:06.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-12-13T20:47:06.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17052024-12-13T20:47:06.047Z
17062024-12-13T20:47:06.047Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174)
17072024-12-13T20:47:06.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-12-13T20:47:06.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-12-13T20:47:06.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-12-13T20:47:06.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17112024-12-13T20:47:06.457Z
17122024-12-13T20:47:06.457Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174)
17132024-12-13T20:47:06.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-12-13T20:47:06.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-12-13T20:47:06.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-12-13T20:47:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17172024-12-13T20:47:06.865Z
17182024-12-13T20:47:06.865Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174)
17192024-12-13T20:47:07.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-12-13T20:47:07.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-12-13T20:47:07.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-12-13T20:47:07.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17232024-12-13T20:47:07.289Z
17242024-12-13T20:47:07.289Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174)
17252024-12-13T20:47:07.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-12-13T20:47:07.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-12-13T20:47:07.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-12-13T20:47:07.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17292024-12-13T20:47:07.712Z
17302024-12-13T20:47:07.712Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174)
17312024-12-13T20:47:08.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-12-13T20:47:08.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-12-13T20:47:08.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-12-13T20:47:08.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17352024-12-13T20:47:08.139Z
17362024-12-13T20:47:08.139Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174)
17372024-12-13T20:47:08.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-12-13T20:47:08.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-12-13T20:47:08.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-12-13T20:47:08.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17412024-12-13T20:47:08.551Z
17422024-12-13T20:47:08.552Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174)
17432024-12-13T20:47:08.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-12-13T20:47:08.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-12-13T20:47:08.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-12-13T20:47:08.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17472024-12-13T20:47:08.973Z
17482024-12-13T20:47:08.973Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174)
17492024-12-13T20:47:09.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-12-13T20:47:09.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-12-13T20:47:09.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-12-13T20:47:09.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17532024-12-13T20:47:09.394Z
17542024-12-13T20:47:09.394Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174)
17552024-12-13T20:47:09.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-12-13T20:47:09.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-12-13T20:47:09.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-12-13T20:47:09.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17592024-12-13T20:47:09.815Z
17602024-12-13T20:47:09.816Zinfo: running `cargo check --bins` on sled-hardware-types (25/174)
17612024-12-13T20:47:10.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-12-13T20:47:10.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-12-13T20:47:10.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-12-13T20:47:10.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17652024-12-13T20:47:10.436Z
17662024-12-13T20:47:10.436Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/174)
17672024-12-13T20:47:10.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-12-13T20:47:10.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-12-13T20:47:10.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-12-13T20:47:10.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17712024-12-13T20:47:11.064Z
17722024-12-13T20:47:11.065Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174)
17732024-12-13T20:47:11.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-12-13T20:47:11.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-12-13T20:47:11.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762024-12-13T20:47:11.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17772024-12-13T20:47:11.699Z
17782024-12-13T20:47:11.699Zinfo: running `cargo check --bins` on oxlog (28/174)
17792024-12-13T20:47:12.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802024-12-13T20:47:12.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812024-12-13T20:47:12.308Z Checking cfg-if v1.0.0
17822024-12-13T20:47:12.311Z Checking libc v0.2.162
17832024-12-13T20:47:12.436Z Checking serde v1.0.215
17842024-12-13T20:47:12.458Z Checking zeroize v1.8.1
17852024-12-13T20:47:12.458Z Checking memchr v2.7.4
17862024-12-13T20:47:12.459Z Checking typenum v1.17.0
17872024-12-13T20:47:12.474Z Checking scopeguard v1.2.0
17882024-12-13T20:47:12.511Z Checking subtle v2.6.1
17892024-12-13T20:47:12.511Z Checking value-bag v1.9.0
17902024-12-13T20:47:12.590Z Checking lock_api v0.4.12
17912024-12-13T20:47:12.669Z Checking smallvec v1.13.2
17922024-12-13T20:47:12.727Z Checking const-oid v0.9.6
17932024-12-13T20:47:12.891Z Checking log v0.4.22
17942024-12-13T20:47:12.993Z Checking itoa v1.0.11
17952024-12-13T20:47:13.024Z Checking pin-project-lite v0.2.14
17962024-12-13T20:47:13.133Z Checking byteorder v1.5.0
17972024-12-13T20:47:13.173Z Checking futures-core v0.3.31
17982024-12-13T20:47:13.268Z Checking once_cell v1.20.2
17992024-12-13T20:47:13.362Z Checking cpufeatures v0.2.14
18002024-12-13T20:47:13.412Z Checking stable_deref_trait v1.2.0
18012024-12-13T20:47:13.445Z Checking futures-sink v0.3.31
18022024-12-13T20:47:13.515Z Checking spin v0.9.8
18032024-12-13T20:47:13.548Z Checking zerocopy v0.7.35
18042024-12-13T20:47:13.558Z Checking slab v0.4.9
18052024-12-13T20:47:13.580Z Checking getrandom v0.2.15
18062024-12-13T20:47:13.590Z Checking parking_lot_core v0.9.10
18072024-12-13T20:47:13.736Z Checking generic-array v0.14.7
18082024-12-13T20:47:13.806Z Checking rand_core v0.6.4
18092024-12-13T20:47:13.817Z Checking signal-hook-registry v1.4.2
18102024-12-13T20:47:13.834Z Checking mio v1.0.2
18112024-12-13T20:47:13.905Z Checking parking_lot v0.12.3
18122024-12-13T20:47:14.051Z Checking socket2 v0.5.7
18132024-12-13T20:47:14.080Z Checking zerofrom v0.1.4
18142024-12-13T20:47:14.251Z Checking futures-channel v0.3.31
18152024-12-13T20:47:14.298Z Checking yoke v0.7.4
18162024-12-13T20:47:14.427Z Checking futures-io v0.3.31
18172024-12-13T20:47:14.525Z Checking foldhash v0.1.3
18182024-12-13T20:47:14.537Z Checking futures-task v0.3.31
18192024-12-13T20:47:14.587Z Checking allocator-api2 v0.2.18
18202024-12-13T20:47:14.604Z Checking pin-utils v0.1.0
18212024-12-13T20:47:14.609Z Checking equivalent v1.0.1
18222024-12-13T20:47:14.697Z Checking zerovec v0.10.4
18232024-12-13T20:47:14.712Z Checking tinyvec_macros v0.1.1
18242024-12-13T20:47:14.715Z Checking ryu v1.0.18
18252024-12-13T20:47:14.751Z Checking futures-util v0.3.31
18262024-12-13T20:47:14.788Z Checking tinyvec v1.8.0
18272024-12-13T20:47:14.886Z Checking crypto-common v0.1.6
18282024-12-13T20:47:14.947Z Checking block-buffer v0.10.4
18292024-12-13T20:47:14.961Z Checking block-padding v0.3.3
18302024-12-13T20:47:15.063Z Checking fnv v1.0.7
18312024-12-13T20:47:15.162Z Checking inout v0.1.3
18322024-12-13T20:47:15.162Z Checking digest v0.10.7
18332024-12-13T20:47:15.190Z Checking libm v0.2.8
18342024-12-13T20:47:15.205Z Checking hashbrown v0.15.1
18352024-12-13T20:47:15.399Z Checking cipher v0.4.4
18362024-12-13T20:47:15.518Z Checking hmac v0.12.1
18372024-12-13T20:47:15.733Z Checking sha2 v0.10.8
18382024-12-13T20:47:15.776Z Checking writeable v0.5.5
18392024-12-13T20:47:16.073Z Checking unicode-normalization v0.1.24
18402024-12-13T20:47:16.089Z Checking unicode-bidi v0.3.17
18412024-12-13T20:47:16.104Z Checking base64ct v1.6.0
18422024-12-13T20:47:16.298Z Checking litemap v0.7.3
18432024-12-13T20:47:16.323Z Checking tinystr v0.7.6
18442024-12-13T20:47:16.360Z Checking num-traits v0.2.19
18452024-12-13T20:47:16.529Z Checking pem-rfc7468 v0.7.0
18462024-12-13T20:47:16.623Z Checking ppv-lite86 v0.2.20
18472024-12-13T20:47:16.686Z Checking icu_locid v1.5.0
18482024-12-13T20:47:16.702Z Checking flagset v0.4.6
18492024-12-13T20:47:16.770Z Checking tracing-core v0.1.32
18502024-12-13T20:47:16.904Z Checking der v0.7.9
18512024-12-13T20:47:16.990Z Checking thiserror v1.0.69
18522024-12-13T20:47:17.114Z Checking rustls-pki-types v1.10.0
18532024-12-13T20:47:17.347Z Checking bytes v1.8.0
18542024-12-13T20:47:17.406Z Checking indexmap v2.6.0
18552024-12-13T20:47:17.426Z Checking serde_json v1.0.132
18562024-12-13T20:47:17.684Z Checking rand_chacha v0.3.1
18572024-12-13T20:47:17.737Z Checking icu_provider v1.5.0
18582024-12-13T20:47:18.094Z Checking bitflags v2.6.0
18592024-12-13T20:47:18.109Z Checking percent-encoding v2.3.1
18602024-12-13T20:47:18.152Z Checking tokio v1.40.0
18612024-12-13T20:47:18.314Z Checking http v1.1.0
18622024-12-13T20:47:18.385Z Checking icu_locid_transform_data v1.5.0
18632024-12-13T20:47:18.401Z Checking rand v0.8.5
18642024-12-13T20:47:18.470Z Checking icu_locid_transform v1.5.0
18652024-12-13T20:47:18.675Z Checking tracing v0.1.40
18662024-12-13T20:47:18.691Z Checking spki v0.7.3
18672024-12-13T20:47:18.951Z Checking icu_collections v1.5.0
18682024-12-13T20:47:19.005Z Checking salsa20 v0.10.2
18692024-12-13T20:47:19.196Z Checking pbkdf2 v0.12.2
18702024-12-13T20:47:19.212Z Checking aws-lc-sys v0.22.0
18712024-12-13T20:47:19.347Z Checking httparse v1.9.5
18722024-12-13T20:47:19.431Z Checking untrusted v0.9.0
18732024-12-13T20:47:19.571Z Checking icu_properties_data v1.5.0
18742024-12-13T20:47:19.586Z Checking untrusted v0.7.1
18752024-12-13T20:47:19.649Z Checking mirai-annotations v1.12.0
18762024-12-13T20:47:19.708Z Checking powerfmt v0.2.0
18772024-12-13T20:47:19.731Z Checking ring v0.17.8
18782024-12-13T20:47:19.767Z Checking scrypt v0.11.0
18792024-12-13T20:47:19.789Z Checking icu_properties v1.5.1
18802024-12-13T20:47:19.813Z Checking aes v0.8.4
18812024-12-13T20:47:19.849Z Checking cbc v0.1.2
18822024-12-13T20:47:19.968Z Checking crossbeam-utils v0.8.20
18832024-12-13T20:47:19.985Z Checking deranged v0.3.11
18842024-12-13T20:47:20.035Z Checking icu_normalizer_data v1.5.0
18852024-12-13T20:47:20.127Z Checking write16 v1.0.0
18862024-12-13T20:47:20.250Z Checking num_threads v0.1.7
18872024-12-13T20:47:20.356Z Checking utf16_iter v1.0.5
18882024-12-13T20:47:20.527Z Checking num-conv v0.1.0
18892024-12-13T20:47:20.709Z Checking utf8_iter v1.0.4
18902024-12-13T20:47:20.736Z Checking time-core v0.1.2
18912024-12-13T20:47:20.752Z Checking atomic-waker v1.1.2
18922024-12-13T20:47:20.881Z Checking pkcs5 v0.7.1
18932024-12-13T20:47:20.894Z Checking http-body v1.0.1
18942024-12-13T20:47:20.908Z Checking form_urlencoded v1.2.1
18952024-12-13T20:47:21.099Z Checking try-lock v0.2.5
18962024-12-13T20:47:21.117Z Checking httpdate v1.0.3
18972024-12-13T20:47:21.236Z Checking want v0.3.1
18982024-12-13T20:47:21.344Z Checking unicode-ident v1.0.13
18992024-12-13T20:47:21.395Z Checking pkcs8 v0.10.2
19002024-12-13T20:47:21.410Z Checking serde_spanned v0.6.8
19012024-12-13T20:47:21.500Z Checking proc-macro2 v1.0.89
19022024-12-13T20:47:21.528Z Checking toml_datetime v0.6.8
19032024-12-13T20:47:21.580Z Checking uuid v1.11.0
19042024-12-13T20:47:21.689Z Checking slog v2.7.0
19052024-12-13T20:47:21.723Z Checking time v0.3.36
19062024-12-13T20:47:21.756Z Checking aws-lc-rs v1.10.0
19072024-12-13T20:47:21.788Z Checking scroll v0.12.0
19082024-12-13T20:47:22.164Z Checking base64 v0.22.1
19092024-12-13T20:47:22.189Z Checking adler2 v2.0.0
19102024-12-13T20:47:22.205Z Checking foreign-types-shared v0.1.1
19112024-12-13T20:47:22.279Z Checking ucd-trie v0.1.7
19122024-12-13T20:47:22.300Z Checking plain v0.2.3
19132024-12-13T20:47:22.334Z Checking iana-time-zone v0.1.61
19142024-12-13T20:47:22.444Z Checking tower-service v0.3.3
19152024-12-13T20:47:22.481Z Checking match_cfg v0.1.0
19162024-12-13T20:47:22.497Z Checking pest v2.7.14
19172024-12-13T20:47:22.567Z Checking hostname v0.3.1
19182024-12-13T20:47:22.584Z Checking chrono v0.4.38
19192024-12-13T20:47:22.623Z Checking goblin v0.8.2
19202024-12-13T20:47:22.688Z Checking miniz_oxide v0.8.0
19212024-12-13T20:47:23.090Z Checking icu_normalizer v1.5.0
19222024-12-13T20:47:23.427Z Checking foreign-types v0.3.2
19232024-12-13T20:47:23.521Z Checking quote v1.0.37
19242024-12-13T20:47:23.668Z Checking rustls-webpki v0.102.8
19252024-12-13T20:47:23.866Z Checking idna_adapter v1.2.0
19262024-12-13T20:47:23.880Z Checking openssl-sys v0.9.103
19272024-12-13T20:47:24.057Z Checking idna v1.0.3
19282024-12-13T20:47:24.275Z Checking errno v0.3.9
19292024-12-13T20:47:24.464Z Checking dirs-sys-next v0.1.2
19302024-12-13T20:47:24.494Z Checking aho-corasick v1.1.3
19312024-12-13T20:47:24.565Z Checking url v2.5.3
19322024-12-13T20:47:24.699Z Checking data-encoding v2.6.0
19332024-12-13T20:47:24.835Z Checking pretty-hex v0.4.1
19342024-12-13T20:47:24.887Z Checking siphasher v0.3.11
19352024-12-13T20:47:24.964Z Checking regex-syntax v0.8.5
19362024-12-13T20:47:25.165Z Checking dtrace-parser v0.2.0
19372024-12-13T20:47:25.172Z Checking openssl v0.10.66
19382024-12-13T20:47:25.295Z Checking dirs-next v2.0.0
19392024-12-13T20:47:25.361Z Checking rustix v0.38.37
19402024-12-13T20:47:25.415Z Checking syn v2.0.87
19412024-12-13T20:47:25.495Z Checking tokio-util v0.7.12
19422024-12-13T20:47:25.570Z Checking http-body-util v0.1.2
19432024-12-13T20:47:26.024Z Checking crossbeam-epoch v0.9.18
19442024-12-13T20:47:26.162Z Checking signature v2.2.0
19452024-12-13T20:47:26.344Z Checking sha1 v0.10.6
19462024-12-13T20:47:26.416Z Checking h2 v0.4.6
19472024-12-13T20:47:26.456Z Checking lazy_static v1.5.0
19482024-12-13T20:47:26.599Z Checking thread-id v4.2.2
19492024-12-13T20:47:26.643Z Checking thread_local v1.1.8
19502024-12-13T20:47:26.670Z Checking encoding_rs v0.8.34
19512024-12-13T20:47:26.870Z Checking utf8parse v0.2.2
19522024-12-13T20:47:27.007Z Checking mime v0.3.17
19532024-12-13T20:47:27.356Z Checking gimli v0.31.1
19542024-12-13T20:47:27.705Z Checking dof v0.3.0
19552024-12-13T20:47:28.223Z Checking regex-automata v0.4.8
19562024-12-13T20:47:28.312Z Checking ipnet v2.10.1
19572024-12-13T20:47:28.787Z Checking winnow v0.6.20
19582024-12-13T20:47:28.910Z Checking anstyle v1.0.10
19592024-12-13T20:47:28.948Z Checking unicode-properties v0.1.3
19602024-12-13T20:47:29.253Z Checking openssl-probe v0.1.5
19612024-12-13T20:47:29.315Z Checking stringprep v0.1.5
19622024-12-13T20:47:29.408Z Checking anstyle-parse v0.2.5
19632024-12-13T20:47:29.595Z Checking crossbeam-deque v0.8.5
19642024-12-13T20:47:29.680Z Checking term v0.7.0
19652024-12-13T20:47:29.888Z Checking rustls v0.23.19
19662024-12-13T20:47:30.120Z Checking rustls v0.22.4
19672024-12-13T20:47:30.702Z Checking native-tls v0.2.12
19682024-12-13T20:47:31.020Z Checking slog-json v2.6.1
19692024-12-13T20:47:31.261Z Checking serde_urlencoded v0.7.1
19702024-12-13T20:47:31.361Z Checking addr2line v0.24.2
19712024-12-13T20:47:31.657Z Checking crossbeam-channel v0.5.13
19722024-12-13T20:47:31.723Z Checking usdt-impl v0.5.0
19732024-12-13T20:47:31.737Z Checking toml_edit v0.22.22
19742024-12-13T20:47:31.863Z Checking futures-executor v0.3.31
19752024-12-13T20:47:32.106Z Checking num-integer v0.1.46
19762024-12-13T20:47:32.298Z Checking rustls-pemfile v2.2.0
19772024-12-13T20:47:32.360Z Checking idna v0.3.0
19782024-12-13T20:47:32.509Z Checking idna v0.4.0
19792024-12-13T20:47:32.580Z Checking hyper v1.5.0
19802024-12-13T20:47:32.580Z Checking md-5 v0.10.6
19812024-12-13T20:47:32.790Z Checking ff v0.13.0
19822024-12-13T20:47:32.944Z Checking memmap v0.7.0
19832024-12-13T20:47:32.980Z Checking is-terminal v0.4.13
19842024-12-13T20:47:33.105Z Checking hash32 v0.2.1
19852024-12-13T20:47:33.132Z Checking object v0.36.5
19862024-12-13T20:47:33.217Z Checking psl-types v2.0.11
19872024-12-13T20:47:33.344Z Checking linked-hash-map v0.5.6
19882024-12-13T20:47:33.392Z Checking colorchoice v1.0.2
19892024-12-13T20:47:33.408Z Checking utf-8 v0.7.6
19902024-12-13T20:47:33.517Z Checking rustc-demangle v0.1.24
19912024-12-13T20:47:33.593Z Checking either v1.13.0
19922024-12-13T20:47:33.657Z Checking anstyle-query v1.1.1
19932024-12-13T20:47:33.732Z Checking take_mut v0.2.2
19942024-12-13T20:47:33.785Z Checking quick-error v1.2.3
19952024-12-13T20:47:33.878Z Checking fallible-iterator v0.2.0
19962024-12-13T20:47:33.921Z Checking base16ct v0.2.0
19972024-12-13T20:47:33.936Z Checking dyn-clone v1.0.17
19982024-12-13T20:47:33.968Z Checking is_terminal_polyfill v1.70.1
19992024-12-13T20:47:34.073Z Checking schemars v0.8.21
20002024-12-13T20:47:34.089Z Checking anstream v0.6.15
20012024-12-13T20:47:34.103Z Checking sec1 v0.7.3
20022024-12-13T20:47:34.317Z Checking toml v0.8.19
20032024-12-13T20:47:34.443Z Checking resolv-conf v0.7.0
20042024-12-13T20:47:34.473Z Checking postgres-protocol v0.6.7
20052024-12-13T20:47:34.489Z Checking slog-async v2.8.0
20062024-12-13T20:47:34.605Z Checking hyper-util v0.1.10
20072024-12-13T20:47:34.755Z Checking tokio-rustls v0.25.0
20082024-12-13T20:47:34.772Z Checking lru-cache v0.1.2
20092024-12-13T20:47:34.941Z Checking tungstenite v0.24.0
20102024-12-13T20:47:35.031Z Checking heapless v0.7.17
20112024-12-13T20:47:35.146Z Checking publicsuffix v2.2.3
20122024-12-13T20:47:35.148Z Checking hickory-proto v0.24.1
20132024-12-13T20:47:35.353Z Checking tokio-rustls v0.26.0
20142024-12-13T20:47:35.386Z Checking usdt v0.5.0
20152024-12-13T20:47:35.633Z Checking slog-term v2.9.1
20162024-12-13T20:47:35.705Z Checking group v0.13.0
20172024-12-13T20:47:35.763Z Checking num-iter v0.1.45
20182024-12-13T20:47:35.831Z Checking futures v0.3.31
20192024-12-13T20:47:35.928Z Checking slog-bunyan v2.5.0
20202024-12-13T20:47:35.944Z Checking tokio-native-tls v0.3.1
20212024-12-13T20:47:35.958Z Checking rayon-core v1.12.1
20222024-12-13T20:47:36.040Z Checking multer v3.1.0
20232024-12-13T20:47:36.086Z Checking terminal_size v0.4.0
20242024-12-13T20:47:36.106Z Checking phf_shared v0.11.2
20252024-12-13T20:47:36.184Z Checking cookie v0.18.1
20262024-12-13T20:47:36.248Z Checking async-stream v0.3.6
20272024-12-13T20:47:36.387Z Checking bzip2-sys v0.1.11+1.0.8
20282024-12-13T20:47:36.424Z Checking camino v1.1.9
20292024-12-13T20:47:36.451Z Checking signal-hook v0.3.17
20302024-12-13T20:47:36.517Z Checking waitgroup v0.1.2
20312024-12-13T20:47:36.577Z Checking openapiv3 v2.0.0
20322024-12-13T20:47:36.629Z Checking webpki-roots v0.26.6
20332024-12-13T20:47:36.670Z Checking serde_path_to_error v0.1.16
20342024-12-13T20:47:36.670Z Checking idna v0.5.0
20352024-12-13T20:47:36.810Z Checking hkdf v0.12.4
20362024-12-13T20:47:36.858Z Checking crypto-bigint v0.5.5
20372024-12-13T20:47:36.990Z Checking hostname v0.4.0
20382024-12-13T20:47:37.010Z Checking crc32fast v1.4.2
20392024-12-13T20:47:37.120Z Checking managed v0.8.0
20402024-12-13T20:47:37.229Z Checking winnow v0.5.40
20412024-12-13T20:47:37.276Z Checking unicode-width v0.1.14
20422024-12-13T20:47:37.475Z Checking clap_lex v0.7.2
20432024-12-13T20:47:37.522Z Checking debug-ignore v1.0.5
20442024-12-13T20:47:37.663Z Checking bitflags v1.3.2
20452024-12-13T20:47:37.787Z Checking strsim v0.11.1
20462024-12-13T20:47:37.876Z Checking console v0.15.8
20472024-12-13T20:47:37.876Z Checking smoltcp v0.9.1
20482024-12-13T20:47:38.032Z Checking clap_builder v4.5.21
20492024-12-13T20:47:38.346Z Checking cookie_store v0.21.0
20502024-12-13T20:47:39.052Z Checking flate2 v1.0.34
20512024-12-13T20:47:39.240Z Checking hyper-rustls v0.27.3
20522024-12-13T20:47:39.508Z Checking backtrace v0.3.74
20532024-12-13T20:47:39.552Z Checking signal-hook-mio v0.2.4
20542024-12-13T20:47:39.641Z Checking elliptic-curve v0.13.8
20552024-12-13T20:47:39.694Z Checking rayon v1.10.0
20562024-12-13T20:47:39.709Z Checking hyper-tls v0.6.0
20572024-12-13T20:47:39.953Z Checking hickory-resolver v0.24.1
20582024-12-13T20:47:40.006Z Checking bzip2 v0.4.4
20592024-12-13T20:47:40.086Z Checking dropshot v0.12.0
20602024-12-13T20:47:40.117Z Checking anyhow v1.0.93
20612024-12-13T20:47:40.266Z Checking phf v0.11.2
20622024-12-13T20:47:40.281Z Checking num-bigint-dig v0.8.4
20632024-12-13T20:47:40.309Z Checking toml_edit v0.19.15
20642024-12-13T20:47:40.450Z Checking tokio-tungstenite v0.24.0
20652024-12-13T20:47:40.529Z Checking postgres-types v0.2.8
20662024-12-13T20:47:40.894Z Checking bstr v1.10.0
20672024-12-13T20:47:41.124Z Checking regex v1.11.1
20682024-12-13T20:47:41.210Z Checking tokio-stream v0.1.16
20692024-12-13T20:47:41.620Z Checking ed25519 v2.2.3
20702024-12-13T20:47:41.832Z Checking phf_shared v0.10.0
20712024-12-13T20:47:42.082Z Checking curve25519-dalek v4.1.3
20722024-12-13T20:47:42.082Z Checking zerocopy v0.6.6
20732024-12-13T20:47:42.293Z Checking pkcs1 v0.7.5
20742024-12-13T20:47:42.293Z Checking hubpack v0.1.2
20752024-12-13T20:47:42.478Z Checking portable-atomic v1.9.0
20762024-12-13T20:47:42.536Z Checking float-cmp v0.9.0
20772024-12-13T20:47:42.536Z Checking serde-big-array v0.5.1
20782024-12-13T20:47:42.613Z Checking rfc6979 v0.4.0
20792024-12-13T20:47:42.628Z Checking sync_wrapper v1.0.1
20802024-12-13T20:47:42.714Z Checking difflib v0.4.0
20812024-12-13T20:47:42.805Z Checking bit-vec v0.6.3
20822024-12-13T20:47:42.981Z Checking number_prefix v0.4.0
20832024-12-13T20:47:42.981Z Checking unicode-width v0.2.0
20842024-12-13T20:47:43.117Z Checking precomputed-hash v0.1.1
20852024-12-13T20:47:43.117Z Checking static_assertions v1.1.0
20862024-12-13T20:47:43.291Z Checking whoami v1.5.2
20872024-12-13T20:47:43.291Z Checking new_debug_unreachable v1.0.6
20882024-12-13T20:47:43.291Z Checking normalize-line-endings v0.3.0
20892024-12-13T20:47:43.291Z Checking fixedbitset v0.4.2
20902024-12-13T20:47:43.291Z Checking predicates-core v1.0.8
20912024-12-13T20:47:43.435Z Checking unicode-segmentation v1.12.0
20922024-12-13T20:47:43.435Z Checking minimal-lexical v0.2.1
20932024-12-13T20:47:43.436Z Checking predicates v3.1.2
20942024-12-13T20:47:43.526Z Checking tokio-postgres v0.7.12
20952024-12-13T20:47:43.526Z Checking petgraph v0.6.5
20962024-12-13T20:47:43.588Z Checking indicatif v0.17.9
20972024-12-13T20:47:43.703Z Checking ed25519-dalek v2.1.1
20982024-12-13T20:47:43.778Z Checking nom v7.1.3
20992024-12-13T20:47:43.778Z Checking qorb v0.2.1
21002024-12-13T20:47:43.940Z Checking similar v2.6.0
21012024-12-13T20:47:44.136Z Checking string_cache v0.8.7
21022024-12-13T20:47:44.426Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21032024-12-13T20:47:44.426Z Checking bit-set v0.5.3
21042024-12-13T20:47:44.573Z Checking ecdsa v0.16.9
21052024-12-13T20:47:44.573Z Checking reqwest v0.12.9
21062024-12-13T20:47:44.915Z Checking toml v0.7.8
21072024-12-13T20:47:45.138Z Checking rsa v0.9.6
21082024-12-13T20:47:45.562Z Checking clap v4.5.21
21092024-12-13T20:47:45.748Z Checking zip v0.6.6
21102024-12-13T20:47:46.099Z Checking crossterm v0.28.1
21112024-12-13T20:47:46.299Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21122024-12-13T20:47:46.435Z Checking itertools v0.10.5
21132024-12-13T20:47:46.435Z Checking fs-err v2.11.0
21142024-12-13T20:47:46.435Z Checking ahash v0.8.11
21152024-12-13T20:47:46.494Z Checking x509-cert v0.2.5
21162024-12-13T20:47:46.645Z Checking hex v0.4.3
21172024-12-13T20:47:46.731Z Checking semver v1.0.23
21182024-12-13T20:47:46.951Z Checking peg-runtime v0.8.3
21192024-12-13T20:47:47.257Z Checking lalrpop-util v0.19.12
21202024-12-13T20:47:47.545Z Checking sigpipe v0.1.3
21212024-12-13T20:47:48.616Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21222024-12-13T20:47:48.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.21s
21232024-12-13T20:47:49.081Z
21242024-12-13T20:47:49.081Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174)
21252024-12-13T20:47:49.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-12-13T20:47:49.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-12-13T20:47:49.733Z Compiling hashbrown v0.14.5
21282024-12-13T20:47:49.943Z Checking heck v0.5.0
21292024-12-13T20:47:49.968Z Compiling unsafe-libyaml v0.2.11
21302024-12-13T20:47:49.968Z Compiling ident_case v1.0.1
21312024-12-13T20:47:49.969Z Checking progenitor-client v0.8.0
21322024-12-13T20:47:49.969Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21332024-12-13T20:47:49.969Z Compiling proc-macro-crate v1.3.1
21342024-12-13T20:47:50.010Z Compiling darling_core v0.20.10
21352024-12-13T20:47:50.051Z Checking ipnetwork v0.20.0
21362024-12-13T20:47:50.660Z Compiling structmeta-derive v0.3.0
21372024-12-13T20:47:51.303Z Compiling newtype-uuid v1.1.3
21382024-12-13T20:47:51.789Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21392024-12-13T20:47:51.789Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21402024-12-13T20:47:51.789Z Compiling lzma-sys v0.1.20
21412024-12-13T20:47:51.789Z Compiling foreign-types-macros v0.2.3
21422024-12-13T20:47:51.789Z Checking regress v0.10.1
21432024-12-13T20:47:51.789Z Compiling num_enum_derive v0.5.11
21442024-12-13T20:47:51.789Z Compiling serde_yaml v0.9.34+deprecated
21452024-12-13T20:47:52.068Z Compiling dropshot v0.13.0
21462024-12-13T20:47:52.275Z Checking foreign-types-shared v0.3.1
21472024-12-13T20:47:52.275Z Checking arc-swap v1.7.1
21482024-12-13T20:47:52.275Z Checking foreign-types v0.5.0
21492024-12-13T20:47:52.560Z Compiling proc-macro-error v1.0.4
21502024-12-13T20:47:52.754Z Checking slog-scope v4.4.0
21512024-12-13T20:47:53.268Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21522024-12-13T20:47:53.497Z Checking tungstenite v0.21.0
21532024-12-13T20:47:53.497Z Compiling structmeta v0.3.0
21542024-12-13T20:47:53.497Z Compiling heck v0.3.3
21552024-12-13T20:47:53.767Z Checking num_enum v0.5.11
21562024-12-13T20:47:53.991Z Compiling parse-display-derive v0.10.0
21572024-12-13T20:47:53.991Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21582024-12-13T20:47:53.991Z Compiling dropshot_endpoint v0.13.0
21592024-12-13T20:47:54.230Z Checking cstr-argument v0.1.2
21602024-12-13T20:47:54.381Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612024-12-13T20:47:54.667Z Checking instant v0.1.13
21622024-12-13T20:47:55.029Z Checking typify-impl v0.2.0
21632024-12-13T20:47:55.029Z Checking fastrand v2.1.1
21642024-12-13T20:47:55.277Z Checking base64 v0.21.7
21652024-12-13T20:47:55.698Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21662024-12-13T20:47:55.850Z Checking pretty-hex v0.2.1
21672024-12-13T20:47:55.978Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682024-12-13T20:47:56.151Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21692024-12-13T20:47:56.151Z Checking tempfile v3.13.0
21702024-12-13T20:47:56.214Z Checking backoff v0.4.0
21712024-12-13T20:47:56.223Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21722024-12-13T20:47:56.315Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21732024-12-13T20:47:56.350Z Checking tokio-tungstenite v0.21.0
21742024-12-13T20:47:56.540Z Checking strum v0.26.3
21752024-12-13T20:47:56.766Z Compiling zone_cfg_derive v0.1.2
21762024-12-13T20:47:57.138Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21772024-12-13T20:47:57.138Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21782024-12-13T20:47:57.405Z Checking slog-stdlog v4.1.1
21792024-12-13T20:47:57.405Z Compiling darling_macro v0.20.10
21802024-12-13T20:47:57.405Z Checking regress v0.9.1
21812024-12-13T20:47:57.405Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21822024-12-13T20:47:57.573Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21832024-12-13T20:47:57.573Z Checking colored v2.1.0
21842024-12-13T20:47:57.863Z Checking macaddr v1.0.1
21852024-12-13T20:47:57.863Z Checking base64 v0.13.1
21862024-12-13T20:47:58.150Z Compiling darling v0.20.10
21872024-12-13T20:47:58.393Z Checking ron v0.7.1
21882024-12-13T20:47:58.393Z Checking zone v0.1.8
21892024-12-13T20:47:58.393Z Compiling serde_with_macros v3.11.0
21902024-12-13T20:47:58.565Z Checking parse-display v0.10.0
21912024-12-13T20:47:58.745Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-12-13T20:47:58.952Z Checking xz2 v0.1.7
21932024-12-13T20:47:59.139Z Checking slog-envlogger v2.2.0
21942024-12-13T20:47:59.399Z Checking tabwriter v1.4.0
21952024-12-13T20:47:59.400Z Checking xattr v1.3.1
21962024-12-13T20:47:59.400Z Checking pem v3.0.4
21972024-12-13T20:47:59.600Z Checking yasna v0.5.2
21982024-12-13T20:47:59.600Z Checking headers-core v0.3.0
21992024-12-13T20:47:59.600Z Checking smf v0.2.3
22002024-12-13T20:47:59.600Z Checking filetime v0.2.25
22012024-12-13T20:47:59.958Z Checking same-file v1.0.6
22022024-12-13T20:48:00.154Z Checking tar v0.4.42
22032024-12-13T20:48:00.155Z Checking walkdir v2.5.0
22042024-12-13T20:48:00.155Z Checking headers v0.4.0
22052024-12-13T20:48:00.333Z Checking atomicwrites v0.4.4
22062024-12-13T20:48:00.333Z Checking rcgen v0.12.1
22072024-12-13T20:48:00.501Z Checking camino-tempfile v1.1.1
22082024-12-13T20:48:00.612Z Checking subprocess v0.2.9
22092024-12-13T20:48:01.170Z Checking serde_with v3.11.0
22102024-12-13T20:48:04.807Z Compiling typify-macro v0.2.0
22112024-12-13T20:48:06.647Z Compiling typify v0.2.0
22122024-12-13T20:48:06.783Z Compiling progenitor-impl v0.8.0
22132024-12-13T20:48:09.868Z Compiling progenitor-macro v0.8.0
22142024-12-13T20:48:14.559Z Checking progenitor v0.8.0
22152024-12-13T20:48:14.714Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22162024-12-13T20:48:14.714Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22172024-12-13T20:48:17.443Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22182024-12-13T20:48:17.698Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22192024-12-13T20:48:24.104Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22202024-12-13T20:48:25.673Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22212024-12-13T20:48:26.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.86s
22222024-12-13T20:48:27.123Z
22232024-12-13T20:48:27.123Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174)
22242024-12-13T20:48:27.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-12-13T20:48:27.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-12-13T20:48:27.763Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22272024-12-13T20:48:29.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
22282024-12-13T20:48:29.338Z
22292024-12-13T20:48:29.338Zinfo: running `cargo check --bins` on nexus-config (31/174)
22302024-12-13T20:48:29.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-12-13T20:48:29.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-12-13T20:48:29.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-12-13T20:48:29.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22342024-12-13T20:48:29.950Z
22352024-12-13T20:48:29.950Zinfo: running `cargo check --bins` on omicron-rpaths (32/174)
22362024-12-13T20:48:30.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-12-13T20:48:30.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-12-13T20:48:30.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-12-13T20:48:30.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22402024-12-13T20:48:30.553Z
22412024-12-13T20:48:30.553Zinfo: running `cargo check --bins` on omicron-certificates (33/174)
22422024-12-13T20:48:31.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-12-13T20:48:31.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-12-13T20:48:31.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452024-12-13T20:48:31.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22462024-12-13T20:48:31.178Z
22472024-12-13T20:48:31.178Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/174)
22482024-12-13T20:48:31.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-12-13T20:48:31.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-12-13T20:48:31.869Z Compiling zerocopy v0.8.10
22512024-12-13T20:48:31.872Z Compiling progenitor-client v0.8.0
22522024-12-13T20:48:31.872Z Compiling itertools v0.13.0
22532024-12-13T20:48:31.872Z Compiling zerocopy-derive v0.8.10
22542024-12-13T20:48:31.872Z Compiling heapless v0.8.0
22552024-12-13T20:48:31.872Z Compiling newtype-uuid v1.1.3
22562024-12-13T20:48:31.872Z Compiling ipnetwork v0.20.0
22572024-12-13T20:48:31.872Z Checking hash32 v0.3.1
22582024-12-13T20:48:32.180Z Compiling instant v0.1.13
22592024-12-13T20:48:32.311Z Compiling smoltcp v0.11.0
22602024-12-13T20:48:32.326Z Compiling progenitor v0.8.0
22612024-12-13T20:48:32.440Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22622024-12-13T20:48:32.572Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22632024-12-13T20:48:32.897Z Compiling backoff v0.4.0
22642024-12-13T20:48:32.911Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652024-12-13T20:48:33.009Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-12-13T20:48:33.177Z Compiling dropshot v0.13.0
22672024-12-13T20:48:33.194Z Compiling serde_with v3.11.0
22682024-12-13T20:48:33.242Z Compiling parse-display v0.10.0
22692024-12-13T20:48:33.271Z Checking num-rational v0.4.2
22702024-12-13T20:48:33.721Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22712024-12-13T20:48:33.942Z Compiling regress v0.9.1
22722024-12-13T20:48:33.961Z Compiling phf_generator v0.11.2
22732024-12-13T20:48:34.146Z Checking num-complex v0.4.6
22742024-12-13T20:48:35.176Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22752024-12-13T20:48:35.651Z Compiling macaddr v1.0.1
22762024-12-13T20:48:36.044Z Checking cobs v0.2.3
22772024-12-13T20:48:36.105Z Compiling num v0.4.3
22782024-12-13T20:48:36.243Z Checking postcard v1.0.10
22792024-12-13T20:48:36.324Z Compiling phf_codegen v0.11.2
22802024-12-13T20:48:36.809Z Compiling parse-zoneinfo v0.3.1
22812024-12-13T20:48:37.310Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22822024-12-13T20:48:37.589Z Compiling convert_case v0.4.0
22832024-12-13T20:48:38.241Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22842024-12-13T20:48:38.565Z Compiling float-ord v0.3.2
22852024-12-13T20:48:38.831Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862024-12-13T20:48:38.863Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22872024-12-13T20:48:38.959Z Compiling derive_more v0.99.18
22882024-12-13T20:48:39.076Z Compiling chrono-tz-build v0.4.0
22892024-12-13T20:48:39.578Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22902024-12-13T20:48:40.487Z Compiling thiserror v2.0.3
22912024-12-13T20:48:40.548Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22922024-12-13T20:48:40.787Z Compiling crucible-workspace-hack v0.1.0
22932024-12-13T20:48:40.851Z Compiling chrono-tz v0.10.0
22942024-12-13T20:48:41.079Z Checking newline-converter v0.3.0
22952024-12-13T20:48:41.221Z Checking prettyplease v0.2.25
22962024-12-13T20:48:41.447Z Compiling thiserror-impl v2.0.3
22972024-12-13T20:48:41.532Z Compiling slog-dtrace v0.3.0
22982024-12-13T20:48:41.792Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22992024-12-13T20:48:42.401Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23002024-12-13T20:48:42.557Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-12-13T20:48:42.731Z Checking expectorate v1.1.0
23022024-12-13T20:48:42.884Z Compiling zone_cfg_derive v0.3.0
23032024-12-13T20:48:43.339Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042024-12-13T20:48:43.419Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23052024-12-13T20:48:43.450Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23062024-12-13T20:48:44.274Z Compiling const_format_proc_macros v0.2.33
23072024-12-13T20:48:44.414Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23082024-12-13T20:48:44.597Z Compiling num-derive v0.4.2
23092024-12-13T20:48:45.350Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23102024-12-13T20:48:45.550Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23112024-12-13T20:48:45.613Z Checking highway v1.2.0
23122024-12-13T20:48:45.683Z Checking zone v0.3.0
23132024-12-13T20:48:46.029Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23142024-12-13T20:48:46.406Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23152024-12-13T20:48:46.423Z Checking const_format v0.2.33
23162024-12-13T20:48:46.873Z Checking gethostname v0.5.0
23172024-12-13T20:48:47.003Z Checking bcs v0.1.6
23182024-12-13T20:48:47.028Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23192024-12-13T20:48:47.059Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23202024-12-13T20:48:47.072Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23212024-12-13T20:48:47.074Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23222024-12-13T20:48:47.455Z Compiling async-recursion v1.1.1
23232024-12-13T20:48:51.385Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23242024-12-13T20:48:51.488Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23252024-12-13T20:48:54.895Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23262024-12-13T20:48:58.180Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23272024-12-13T20:49:00.778Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23282024-12-13T20:49:01.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.79s
23292024-12-13T20:49:02.168Z
23302024-12-13T20:49:02.168Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/174)
23312024-12-13T20:49:02.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-12-13T20:49:02.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-12-13T20:49:02.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-12-13T20:49:02.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23352024-12-13T20:49:02.805Z
23362024-12-13T20:49:02.805Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/174)
23372024-12-13T20:49:03.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-12-13T20:49:03.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-12-13T20:49:03.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-12-13T20:49:03.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23412024-12-13T20:49:03.435Z
23422024-12-13T20:49:03.435Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/174)
23432024-12-13T20:49:03.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-12-13T20:49:03.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-12-13T20:49:04.082Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23462024-12-13T20:49:04.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
23472024-12-13T20:49:04.874Z
23482024-12-13T20:49:04.874Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174)
23492024-12-13T20:49:05.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-12-13T20:49:05.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-12-13T20:49:05.547Z Compiling cfg_aliases v0.1.1
23522024-12-13T20:49:05.550Z Compiling vte_generate_state_changes v0.1.2
23532024-12-13T20:49:05.550Z Checking fd-lock v4.0.2
23542024-12-13T20:49:05.550Z Checking nibble_vec v0.1.0
23552024-12-13T20:49:05.659Z Checking bytecount v0.6.8
23562024-12-13T20:49:05.680Z Checking endian-type v0.1.2
23572024-12-13T20:49:05.703Z Compiling tabled_derive v0.7.0
23582024-12-13T20:49:05.707Z Checking itertools v0.12.1
23592024-12-13T20:49:05.732Z Compiling nix v0.28.0
23602024-12-13T20:49:05.805Z Checking papergrid v0.11.0
23612024-12-13T20:49:05.824Z Compiling peg-macros v0.8.4
23622024-12-13T20:49:05.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23632024-12-13T20:49:05.869Z Checking radix_trie v0.2.1
23642024-12-13T20:49:06.255Z Checking vte v0.11.1
23652024-12-13T20:49:06.270Z Compiling sqlparser_derive v0.2.2
23662024-12-13T20:49:06.958Z Checking nu-ansi-term v0.50.1
23672024-12-13T20:49:07.275Z Checking unicode_categories v0.1.1
23682024-12-13T20:49:07.376Z Checking home v0.5.9
23692024-12-13T20:49:07.405Z Checking sqlparser v0.45.0
23702024-12-13T20:49:07.540Z Checking display-error-chain v0.2.2
23712024-12-13T20:49:07.578Z Checking sqlformat v0.2.6
23722024-12-13T20:49:07.582Z Checking strip-ansi-escapes v0.2.0
23732024-12-13T20:49:08.215Z Checking tabled v0.15.0
23742024-12-13T20:49:08.316Z Checking reedline v0.35.0
23752024-12-13T20:49:08.854Z Checking peg v0.8.4
23762024-12-13T20:49:08.975Z Checking rustyline v14.0.0
23772024-12-13T20:49:18.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.22s
23782024-12-13T20:49:18.260Z
23792024-12-13T20:49:18.260Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174)
23802024-12-13T20:49:18.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-12-13T20:49:18.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-12-13T20:49:18.932Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23832024-12-13T20:49:23.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
23842024-12-13T20:49:24.049Z
23852024-12-13T20:49:24.049Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174)
23862024-12-13T20:49:24.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-12-13T20:49:24.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-12-13T20:49:24.703Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23892024-12-13T20:49:28.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
23902024-12-13T20:49:28.586Z
23912024-12-13T20:49:28.586Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174)
23922024-12-13T20:49:29.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-12-13T20:49:29.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-12-13T20:49:29.233Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23952024-12-13T20:49:33.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
23962024-12-13T20:49:34.128Z
23972024-12-13T20:49:34.128Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174)
23982024-12-13T20:49:34.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-12-13T20:49:34.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-12-13T20:49:34.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24012024-12-13T20:49:39.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
24022024-12-13T20:49:39.705Z
24032024-12-13T20:49:39.705Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174)
24042024-12-13T20:49:40.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-12-13T20:49:40.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-12-13T20:49:40.363Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24072024-12-13T20:49:44.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
24082024-12-13T20:49:44.486Z
24092024-12-13T20:49:44.487Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174)
24102024-12-13T20:49:45.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-12-13T20:49:45.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-12-13T20:49:45.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24132024-12-13T20:49:49.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
24142024-12-13T20:49:49.263Z
24152024-12-13T20:49:49.263Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174)
24162024-12-13T20:49:49.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-12-13T20:49:49.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-12-13T20:49:49.917Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24192024-12-13T20:49:54.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
24202024-12-13T20:49:54.967Z
24212024-12-13T20:49:54.968Zinfo: running `cargo check --bins` on oximeter (46/174)
24222024-12-13T20:49:55.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-12-13T20:49:55.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-12-13T20:49:55.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-12-13T20:49:55.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24262024-12-13T20:49:55.587Z
24272024-12-13T20:49:55.587Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/174)
24282024-12-13T20:49:56.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-12-13T20:49:56.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-12-13T20:49:56.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-12-13T20:49:56.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24322024-12-13T20:49:56.194Z
24332024-12-13T20:49:56.195Zinfo: running `cargo check --bins` on oximeter-schema (48/174)
24342024-12-13T20:49:56.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-12-13T20:49:56.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-12-13T20:49:56.819Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24372024-12-13T20:49:57.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24382024-12-13T20:49:57.427Z
24392024-12-13T20:49:57.427Zinfo: running `cargo check --bins` on oximeter-types (49/174)
24402024-12-13T20:49:57.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-12-13T20:49:57.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-12-13T20:49:57.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-12-13T20:49:57.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24442024-12-13T20:49:58.043Z
24452024-12-13T20:49:58.043Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/174)
24462024-12-13T20:49:58.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-12-13T20:49:58.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-12-13T20:49:58.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-12-13T20:49:58.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24502024-12-13T20:49:58.662Z
24512024-12-13T20:49:58.663Zinfo: running `cargo check --bins` on oxql-types (51/174)
24522024-12-13T20:49:59.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-12-13T20:49:59.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-12-13T20:49:59.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-12-13T20:49:59.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24562024-12-13T20:49:59.281Z
24572024-12-13T20:49:59.281Zinfo: running `cargo check --bins` on oximeter-test-utils (52/174)
24582024-12-13T20:49:59.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-12-13T20:49:59.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-12-13T20:49:59.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-12-13T20:49:59.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24622024-12-13T20:49:59.924Z
24632024-12-13T20:49:59.924Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/174)
24642024-12-13T20:50:00.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-12-13T20:50:00.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-12-13T20:50:00.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-12-13T20:50:00.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24682024-12-13T20:50:00.556Z
24692024-12-13T20:50:00.556Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/174)
24702024-12-13T20:50:01.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-12-13T20:50:01.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-12-13T20:50:01.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-12-13T20:50:01.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24742024-12-13T20:50:01.192Z
24752024-12-13T20:50:01.193Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174)
24762024-12-13T20:50:01.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-12-13T20:50:01.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-12-13T20:50:01.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-12-13T20:50:01.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24802024-12-13T20:50:01.816Z
24812024-12-13T20:50:01.816Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/174)
24822024-12-13T20:50:02.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-12-13T20:50:02.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-12-13T20:50:02.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-12-13T20:50:02.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24862024-12-13T20:50:02.434Z
24872024-12-13T20:50:02.434Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/174)
24882024-12-13T20:50:02.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-12-13T20:50:02.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-12-13T20:50:02.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-12-13T20:50:02.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24922024-12-13T20:50:03.054Z
24932024-12-13T20:50:03.055Zinfo: running `cargo check --bins` on cockroach-admin-client (58/174)
24942024-12-13T20:50:03.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-12-13T20:50:03.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-12-13T20:50:03.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-12-13T20:50:03.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24982024-12-13T20:50:03.673Z
24992024-12-13T20:50:03.673Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/174)
25002024-12-13T20:50:04.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-12-13T20:50:04.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-12-13T20:50:04.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-12-13T20:50:04.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25042024-12-13T20:50:04.292Z
25052024-12-13T20:50:04.292Zinfo: running `cargo check --bins` on dns-service-client (60/174)
25062024-12-13T20:50:04.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-12-13T20:50:04.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-12-13T20:50:04.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-12-13T20:50:04.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25102024-12-13T20:50:04.906Z
25112024-12-13T20:50:04.906Zinfo: running `cargo check --bins` on internal-dns-types (61/174)
25122024-12-13T20:50:05.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-12-13T20:50:05.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-12-13T20:50:05.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-12-13T20:50:05.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25162024-12-13T20:50:05.526Z
25172024-12-13T20:50:05.526Zinfo: running `cargo check --bins` on dpd-client (62/174)
25182024-12-13T20:50:06.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-12-13T20:50:06.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-12-13T20:50:06.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-12-13T20:50:06.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25222024-12-13T20:50:06.143Z
25232024-12-13T20:50:06.143Zinfo: running `cargo check --bins` on gateway-client (63/174)
25242024-12-13T20:50:06.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-12-13T20:50:06.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-12-13T20:50:06.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-12-13T20:50:06.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25282024-12-13T20:50:06.749Z
25292024-12-13T20:50:06.749Zinfo: running `cargo check --bins` on installinator-client (64/174)
25302024-12-13T20:50:07.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-12-13T20:50:07.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-12-13T20:50:07.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-12-13T20:50:07.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25342024-12-13T20:50:07.390Z
25352024-12-13T20:50:07.390Zinfo: running `cargo check --bins` on installinator-common (65/174)
25362024-12-13T20:50:07.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-12-13T20:50:07.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-12-13T20:50:07.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-12-13T20:50:07.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25402024-12-13T20:50:08.022Z
25412024-12-13T20:50:08.022Zinfo: running `cargo check --bins` on update-engine (66/174)
25422024-12-13T20:50:08.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-12-13T20:50:08.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-12-13T20:50:08.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-12-13T20:50:08.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25462024-12-13T20:50:08.642Z
25472024-12-13T20:50:08.642Zinfo: running `cargo check --bins` on nexus-client (67/174)
25482024-12-13T20:50:09.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-12-13T20:50:09.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-12-13T20:50:09.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-12-13T20:50:09.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25522024-12-13T20:50:09.294Z
25532024-12-13T20:50:09.294Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/174)
25542024-12-13T20:50:09.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-12-13T20:50:09.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-12-13T20:50:09.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-12-13T20:50:09.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25582024-12-13T20:50:09.916Z
25592024-12-13T20:50:09.916Zinfo: running `cargo check --bins` on omicron-passwords (69/174)
25602024-12-13T20:50:10.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-12-13T20:50:10.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-12-13T20:50:10.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-12-13T20:50:10.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25642024-12-13T20:50:10.523Z
25652024-12-13T20:50:10.523Zinfo: running `cargo check --bins` on nexus-types (70/174)
25662024-12-13T20:50:11.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-12-13T20:50:11.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-12-13T20:50:11.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-12-13T20:50:11.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25702024-12-13T20:50:11.172Z
25712024-12-13T20:50:11.172Zinfo: running `cargo check --bins` on oxide-client (71/174)
25722024-12-13T20:50:11.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-12-13T20:50:11.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-12-13T20:50:11.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-12-13T20:50:11.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25762024-12-13T20:50:11.779Z
25772024-12-13T20:50:11.779Zinfo: running `cargo check --bins` on oximeter-client (72/174)
25782024-12-13T20:50:12.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-12-13T20:50:12.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-12-13T20:50:12.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-12-13T20:50:12.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25822024-12-13T20:50:12.399Z
25832024-12-13T20:50:12.399Zinfo: running `cargo check --bins` on repo-depot-client (73/174)
25842024-12-13T20:50:12.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-12-13T20:50:12.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-12-13T20:50:12.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-12-13T20:50:12.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25882024-12-13T20:50:13.008Z
25892024-12-13T20:50:13.008Zinfo: running `cargo check --bins` on sled-agent-client (74/174)
25902024-12-13T20:50:13.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-12-13T20:50:13.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-12-13T20:50:13.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-12-13T20:50:13.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25942024-12-13T20:50:13.653Z
25952024-12-13T20:50:13.653Zinfo: running `cargo check --bins` on wicketd-client (75/174)
25962024-12-13T20:50:14.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-12-13T20:50:14.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-12-13T20:50:14.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-12-13T20:50:14.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26002024-12-13T20:50:14.307Z
26012024-12-13T20:50:14.307Zinfo: running `cargo check --bins` on sled-agent-types (76/174)
26022024-12-13T20:50:14.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-12-13T20:50:14.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-12-13T20:50:14.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-12-13T20:50:14.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26062024-12-13T20:50:14.952Z
26072024-12-13T20:50:14.952Zinfo: running `cargo check --bins` on wicket-common (77/174)
26082024-12-13T20:50:15.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-12-13T20:50:15.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-12-13T20:50:15.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-12-13T20:50:15.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26122024-12-13T20:50:15.600Z
26132024-12-13T20:50:15.601Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/174)
26142024-12-13T20:50:16.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-12-13T20:50:16.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-12-13T20:50:16.274Z Checking csv-core v0.1.11
26172024-12-13T20:50:16.274Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26182024-12-13T20:50:16.278Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26192024-12-13T20:50:16.580Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26202024-12-13T20:50:16.592Z Checking csv v1.3.0
26212024-12-13T20:50:17.155Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26222024-12-13T20:50:17.507Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26232024-12-13T20:50:18.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
26242024-12-13T20:50:18.909Z
26252024-12-13T20:50:18.909Zinfo: running `cargo check --bins` on cockroach-admin-api (79/174)
26262024-12-13T20:50:19.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-12-13T20:50:19.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-12-13T20:50:19.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-12-13T20:50:19.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26302024-12-13T20:50:19.530Z
26312024-12-13T20:50:19.530Zinfo: running `cargo check --bins` on cockroach-admin-types (80/174)
26322024-12-13T20:50:20.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-12-13T20:50:20.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-12-13T20:50:20.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-12-13T20:50:20.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26362024-12-13T20:50:20.163Z
26372024-12-13T20:50:20.164Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174)
26382024-12-13T20:50:20.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-12-13T20:50:20.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-12-13T20:50:20.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-12-13T20:50:20.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26422024-12-13T20:50:20.881Z
26432024-12-13T20:50:20.881Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174)
26442024-12-13T20:50:21.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-12-13T20:50:21.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-12-13T20:50:21.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472024-12-13T20:50:21.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26482024-12-13T20:50:21.605Z
26492024-12-13T20:50:21.605Zinfo: running `cargo check --bins` on dns-server (83/174)
26502024-12-13T20:50:22.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-12-13T20:50:22.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-12-13T20:50:22.244Z Compiling parking_lot_core v0.8.6
26532024-12-13T20:50:22.244Z Checking fxhash v0.2.1
26542024-12-13T20:50:22.246Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26552024-12-13T20:50:22.246Z Checking hickory-server v0.24.1
26562024-12-13T20:50:22.247Z Checking hickory-client v0.24.1
26572024-12-13T20:50:22.885Z Checking parking_lot v0.11.2
26582024-12-13T20:50:23.035Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26592024-12-13T20:50:23.035Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26602024-12-13T20:50:23.120Z Checking sled v0.34.7
26612024-12-13T20:50:24.885Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26622024-12-13T20:50:26.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
26632024-12-13T20:50:26.282Z
26642024-12-13T20:50:26.282Zinfo: running `cargo check --bins` on dns-server-api (84/174)
26652024-12-13T20:50:26.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-12-13T20:50:26.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-12-13T20:50:26.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682024-12-13T20:50:26.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26692024-12-13T20:50:26.907Z
26702024-12-13T20:50:26.907Zinfo: running `cargo check --bins` on gateway-test-utils (85/174)
26712024-12-13T20:50:27.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-12-13T20:50:27.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-12-13T20:50:27.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742024-12-13T20:50:27.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26752024-12-13T20:50:27.588Z
26762024-12-13T20:50:27.588Zinfo: running `cargo check --bins` on gateway-types (86/174)
26772024-12-13T20:50:28.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-12-13T20:50:28.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-12-13T20:50:28.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802024-12-13T20:50:28.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26812024-12-13T20:50:28.209Z
26822024-12-13T20:50:28.209Zinfo: running `cargo check --bins` on ipcc (87/174)
26832024-12-13T20:50:28.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-12-13T20:50:28.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-12-13T20:50:28.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862024-12-13T20:50:28.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26872024-12-13T20:50:28.824Z
26882024-12-13T20:50:28.824Zinfo: running `cargo check --bins` on omicron-gateway (88/174)
26892024-12-13T20:50:29.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-12-13T20:50:29.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-12-13T20:50:29.515Z Compiling semver v0.1.20
26922024-12-13T20:50:29.515Z Compiling radium v0.7.0
26932024-12-13T20:50:29.629Z Checking tap v1.0.1
26942024-12-13T20:50:29.632Z Compiling maybe-uninit v2.0.0
26952024-12-13T20:50:29.637Z Checking password-hash v0.5.0
26962024-12-13T20:50:29.646Z Checking blake2 v0.10.6
26972024-12-13T20:50:29.649Z Compiling packed_struct v0.10.1
26982024-12-13T20:50:29.649Z Checking crc-catalog v2.4.0
26992024-12-13T20:50:29.762Z Checking wyz v0.5.1
27002024-12-13T20:50:29.817Z Checking funty v2.0.0
27012024-12-13T20:50:30.086Z Compiling rustc_version v0.1.7
27022024-12-13T20:50:30.099Z Compiling cancel-safe-futures v0.1.5
27032024-12-13T20:50:30.110Z Compiling owo-colors v4.1.0
27042024-12-13T20:50:30.143Z Checking argon2 v0.5.3
27052024-12-13T20:50:30.284Z Checking crc v3.2.1
27062024-12-13T20:50:30.321Z Compiling packed_struct_codegen v0.10.1
27072024-12-13T20:50:30.373Z Compiling indexmap v1.9.3
27082024-12-13T20:50:30.440Z Checking half v2.4.1
27092024-12-13T20:50:30.523Z Compiling newtype_derive v0.1.6
27102024-12-13T20:50:30.669Z Checking ciborium-io v0.2.2
27112024-12-13T20:50:31.692Z Checking nodrop v0.1.14
27122024-12-13T20:50:31.695Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27132024-12-13T20:50:31.695Z Checking bitvec v1.0.1
27142024-12-13T20:50:31.695Z Checking array-init v0.0.4
27152024-12-13T20:50:31.695Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27162024-12-13T20:50:31.695Z Checking ciborium-ll v0.2.2
27172024-12-13T20:50:31.695Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27182024-12-13T20:50:31.695Z Checking smallvec v0.6.14
27192024-12-13T20:50:31.695Z Checking libsw v3.3.1
27202024-12-13T20:50:31.695Z Compiling memoffset v0.9.1
27212024-12-13T20:50:31.695Z Checking bitfield v0.14.0
27222024-12-13T20:50:31.695Z Checking linear-map v1.2.0
27232024-12-13T20:50:31.695Z Checking termcolor v1.4.1
27242024-12-13T20:50:31.695Z Checking hashbrown v0.12.3
27252024-12-13T20:50:31.739Z Checking indent_write v2.2.0
27262024-12-13T20:50:31.758Z Checking swrite v0.1.0
27272024-12-13T20:50:31.843Z Checking ron v0.8.1
27282024-12-13T20:50:31.874Z Checking serde-hex v0.1.0
27292024-12-13T20:50:31.939Z Checking env_logger v0.10.2
27302024-12-13T20:50:31.956Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27312024-12-13T20:50:32.516Z Checking ciborium v0.2.2
27322024-12-13T20:50:32.791Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27332024-12-13T20:50:33.109Z Checking steno v0.4.1
27342024-12-13T20:50:33.294Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27352024-12-13T20:50:33.464Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27362024-12-13T20:50:33.503Z Checking hashbrown v0.13.2
27372024-12-13T20:50:33.543Z Checking crc-any v2.5.0
27382024-12-13T20:50:33.655Z Checking humantime v2.1.0
27392024-12-13T20:50:33.910Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27402024-12-13T20:50:33.941Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27412024-12-13T20:50:34.271Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27422024-12-13T20:50:34.516Z Checking object v0.30.4
27432024-12-13T20:50:34.548Z Checking path-slash v0.1.5
27442024-12-13T20:50:34.591Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27452024-12-13T20:50:35.129Z Checking nix v0.27.1
27462024-12-13T20:50:35.353Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27472024-12-13T20:50:35.822Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27482024-12-13T20:50:35.852Z Checking tungstenite v0.23.0
27492024-12-13T20:50:36.070Z Checking kstat-rs v0.2.4
27502024-12-13T20:50:36.087Z Checking signal-hook-tokio v0.3.1
27512024-12-13T20:50:36.423Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27522024-12-13T20:50:36.647Z Checking tokio-tungstenite v0.23.1
27532024-12-13T20:50:37.125Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27542024-12-13T20:50:37.473Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27552024-12-13T20:50:37.490Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27562024-12-13T20:50:44.078Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27572024-12-13T20:50:45.366Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27582024-12-13T20:50:48.202Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27592024-12-13T20:50:53.925Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602024-12-13T20:50:54.616Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27612024-12-13T20:50:57.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s
27622024-12-13T20:50:57.584Z
27632024-12-13T20:50:57.584Zinfo: running `cargo check --bins` on gateway-api (89/174)
27642024-12-13T20:50:58.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-12-13T20:50:58.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-12-13T20:50:58.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-12-13T20:50:58.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27682024-12-13T20:50:58.232Z
27692024-12-13T20:50:58.232Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174)
27702024-12-13T20:50:58.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-12-13T20:50:58.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-12-13T20:50:58.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-12-13T20:50:58.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27742024-12-13T20:50:58.833Z
27752024-12-13T20:50:58.833Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174)
27762024-12-13T20:50:59.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-12-13T20:50:59.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-12-13T20:50:59.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-12-13T20:50:59.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27802024-12-13T20:50:59.455Z
27812024-12-13T20:50:59.455Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174)
27822024-12-13T20:51:00.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-12-13T20:51:00.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-12-13T20:51:00.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-12-13T20:51:00.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27862024-12-13T20:51:00.124Z
27872024-12-13T20:51:00.124Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174)
27882024-12-13T20:51:00.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-12-13T20:51:00.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-12-13T20:51:00.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-12-13T20:51:00.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27922024-12-13T20:51:00.704Z
27932024-12-13T20:51:00.704Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174)
27942024-12-13T20:51:01.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-12-13T20:51:01.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-12-13T20:51:01.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-12-13T20:51:01.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27982024-12-13T20:51:01.322Z
27992024-12-13T20:51:01.322Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174)
28002024-12-13T20:51:01.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-12-13T20:51:01.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-12-13T20:51:01.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-12-13T20:51:01.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28042024-12-13T20:51:01.935Z
28052024-12-13T20:51:01.935Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174)
28062024-12-13T20:51:02.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-12-13T20:51:02.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-12-13T20:51:02.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-12-13T20:51:02.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28102024-12-13T20:51:02.560Z
28112024-12-13T20:51:02.560Zinfo: running `cargo check --bins` on oximeter-producer (97/174)
28122024-12-13T20:51:03.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-12-13T20:51:03.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-12-13T20:51:03.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-12-13T20:51:03.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28162024-12-13T20:51:03.199Z
28172024-12-13T20:51:03.199Zinfo: running `cargo check --bins` on internal-dns-resolver (98/174)
28182024-12-13T20:51:03.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-12-13T20:51:03.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-12-13T20:51:03.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-12-13T20:51:03.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28222024-12-13T20:51:03.810Z
28232024-12-13T20:51:03.810Zinfo: running `cargo check --bins` on sp-sim (99/174)
28242024-12-13T20:51:04.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-12-13T20:51:04.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-12-13T20:51:04.432Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28272024-12-13T20:51:06.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
28282024-12-13T20:51:06.434Z
28292024-12-13T20:51:06.434Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174)
28302024-12-13T20:51:07.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-12-13T20:51:07.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-12-13T20:51:07.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-12-13T20:51:07.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28342024-12-13T20:51:07.094Z
28352024-12-13T20:51:07.094Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174)
28362024-12-13T20:51:07.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-12-13T20:51:07.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-12-13T20:51:07.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392024-12-13T20:51:07.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28402024-12-13T20:51:07.760Z
28412024-12-13T20:51:07.760Zinfo: running `cargo check --bins` on db-macros (102/174)
28422024-12-13T20:51:08.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-12-13T20:51:08.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-12-13T20:51:08.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-12-13T20:51:08.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28462024-12-13T20:51:08.361Z
28472024-12-13T20:51:08.361Zinfo: running `cargo check --bins` on nexus-macros-common (103/174)
28482024-12-13T20:51:08.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-12-13T20:51:08.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-12-13T20:51:08.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-12-13T20:51:08.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28522024-12-13T20:51:08.966Z
28532024-12-13T20:51:08.967Zinfo: running `cargo check --bins` on nexus-auth (104/174)
28542024-12-13T20:51:09.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-12-13T20:51:09.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-12-13T20:51:09.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-12-13T20:51:09.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28582024-12-13T20:51:09.615Z
28592024-12-13T20:51:09.615Zinfo: running `cargo check --bins` on authz-macros (105/174)
28602024-12-13T20:51:10.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-12-13T20:51:10.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-12-13T20:51:10.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-12-13T20:51:10.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28642024-12-13T20:51:10.212Z
28652024-12-13T20:51:10.212Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/174)
28662024-12-13T20:51:10.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-12-13T20:51:10.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-12-13T20:51:10.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-12-13T20:51:10.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28702024-12-13T20:51:10.857Z
28712024-12-13T20:51:10.857Zinfo: running `cargo check --bins` on nexus-db-model (107/174)
28722024-12-13T20:51:11.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-12-13T20:51:11.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-12-13T20:51:11.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-12-13T20:51:11.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28762024-12-13T20:51:11.504Z
28772024-12-13T20:51:11.504Zinfo: running `cargo check --bins` on nexus-defaults (108/174)
28782024-12-13T20:51:12.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-12-13T20:51:12.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-12-13T20:51:12.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-12-13T20:51:12.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28822024-12-13T20:51:12.119Z
28832024-12-13T20:51:12.119Zinfo: running `cargo check --bins` on nexus-inventory (109/174)
28842024-12-13T20:51:12.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-12-13T20:51:12.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-12-13T20:51:12.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-12-13T20:51:12.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28882024-12-13T20:51:12.762Z
28892024-12-13T20:51:12.762Zinfo: running `cargo check --bins` on typed-rng (110/174)
28902024-12-13T20:51:13.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-12-13T20:51:13.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-12-13T20:51:13.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-12-13T20:51:13.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28942024-12-13T20:51:13.360Z
28952024-12-13T20:51:13.360Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174)
28962024-12-13T20:51:13.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-12-13T20:51:13.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-12-13T20:51:14.089Z Checking keccak v0.1.5
28992024-12-13T20:51:14.198Z Checking secrecy v0.8.0
29002024-12-13T20:51:14.201Z Compiling unicase v2.7.0
29012024-12-13T20:51:14.201Z Compiling same-file v1.0.6
29022024-12-13T20:51:14.217Z Compiling tempfile v3.13.0
29032024-12-13T20:51:14.239Z Compiling thiserror-impl-no-std v2.0.2
29042024-12-13T20:51:14.242Z Checking universal-hash v0.5.1
29052024-12-13T20:51:14.242Z Compiling blake3 v1.5.4
29062024-12-13T20:51:14.368Z Compiling walkdir v2.5.0
29072024-12-13T20:51:14.435Z Compiling ring v0.16.20
29082024-12-13T20:51:14.463Z Checking opaque-debug v0.3.1
29092024-12-13T20:51:14.496Z Checking sha3 v0.10.8
29102024-12-13T20:51:14.570Z Checking poly1305 v0.8.0
29112024-12-13T20:51:14.651Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29122024-12-13T20:51:14.884Z Checking chacha20 v0.9.1
29132024-12-13T20:51:14.941Z Checking aead v0.5.2
29142024-12-13T20:51:15.074Z Compiling memmap2 v0.9.5
29152024-12-13T20:51:15.090Z Compiling libefi-sys v0.1.0
29162024-12-13T20:51:15.120Z Compiling spin v0.5.2
29172024-12-13T20:51:15.149Z Compiling constant_time_eq v0.3.1
29182024-12-13T20:51:15.198Z Compiling arrayvec v0.7.6
29192024-12-13T20:51:15.320Z Compiling arrayref v0.3.9
29202024-12-13T20:51:15.336Z Compiling salty v0.3.0
29212024-12-13T20:51:15.379Z Checking chacha20poly1305 v0.10.1
29222024-12-13T20:51:15.524Z Compiling toolchain_find v0.4.0
29232024-12-13T20:51:15.544Z Compiling camino-tempfile v1.1.1
29242024-12-13T20:51:15.602Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29252024-12-13T20:51:15.765Z Compiling bitfield-struct v0.6.2
29262024-12-13T20:51:15.822Z Compiling topological-sort v0.2.2
29272024-12-13T20:51:15.970Z Compiling mime_guess v2.0.5
29282024-12-13T20:51:16.094Z Compiling rustfmt-wrapper v0.2.1
29292024-12-13T20:51:16.582Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29302024-12-13T20:51:16.599Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29312024-12-13T20:51:16.674Z Checking primeorder v0.13.6
29322024-12-13T20:51:16.787Z Checking env_filter v0.1.2
29332024-12-13T20:51:16.878Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29342024-12-13T20:51:17.023Z Checking env_logger v0.11.5
29352024-12-13T20:51:17.159Z Checking p384 v0.13.0
29362024-12-13T20:51:17.221Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29372024-12-13T20:51:17.239Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29382024-12-13T20:51:17.310Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29392024-12-13T20:51:17.370Z Checking thiserror-no-std v2.0.2
29402024-12-13T20:51:17.478Z Checking vsss-rs v3.3.4
29412024-12-13T20:51:17.533Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29422024-12-13T20:51:17.581Z Checking bumpalo v3.16.0
29432024-12-13T20:51:17.802Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29442024-12-13T20:51:17.837Z Checking http-range v0.1.5
29452024-12-13T20:51:17.899Z Checking lockfree-object-pool v0.1.6
29462024-12-13T20:51:17.921Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29472024-12-13T20:51:18.011Z Compiling zip v2.1.3
29482024-12-13T20:51:18.145Z Checking simd-adler32 v0.3.7
29492024-12-13T20:51:18.258Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29502024-12-13T20:51:18.276Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29512024-12-13T20:51:18.340Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29522024-12-13T20:51:18.458Z Checking zopfli v0.8.1
29532024-12-13T20:51:18.554Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29542024-12-13T20:51:18.925Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29552024-12-13T20:51:18.991Z Checking nanorand v0.7.0
29562024-12-13T20:51:19.123Z Checking atty v0.2.14
29572024-12-13T20:51:19.141Z Checking glob v0.3.1
29582024-12-13T20:51:19.246Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29592024-12-13T20:51:19.358Z Checking flume v0.11.1
29602024-12-13T20:51:19.452Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29612024-12-13T20:51:19.798Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29622024-12-13T20:51:20.095Z Compiling omicron-zone-package v0.11.1
29632024-12-13T20:51:20.901Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29642024-12-13T20:51:20.925Z Checking hyper-staticfile v0.10.1
29652024-12-13T20:51:21.666Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29662024-12-13T20:51:21.715Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29672024-12-13T20:51:21.802Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29682024-12-13T20:51:22.081Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29692024-12-13T20:51:22.590Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29702024-12-13T20:51:22.629Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29712024-12-13T20:51:22.683Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29722024-12-13T20:51:23.007Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29732024-12-13T20:51:23.376Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29742024-12-13T20:51:24.472Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29752024-12-13T20:51:26.244Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29762024-12-13T20:51:26.247Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29772024-12-13T20:51:36.599Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29782024-12-13T20:51:49.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.34s
29792024-12-13T20:51:49.889Z
29802024-12-13T20:51:49.889Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174)
29812024-12-13T20:51:50.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-12-13T20:51:50.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-12-13T20:51:50.618Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29842024-12-13T20:52:03.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
29852024-12-13T20:52:04.060Z
29862024-12-13T20:52:04.060Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174)
29872024-12-13T20:52:04.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-12-13T20:52:04.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-12-13T20:52:04.784Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29902024-12-13T20:52:18.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s
29912024-12-13T20:52:18.369Z
29922024-12-13T20:52:18.369Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174)
29932024-12-13T20:52:18.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-12-13T20:52:18.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-12-13T20:52:19.092Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29962024-12-13T20:52:32.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
29972024-12-13T20:52:32.600Z
29982024-12-13T20:52:32.600Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174)
29992024-12-13T20:52:33.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002024-12-13T20:52:33.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012024-12-13T20:52:33.328Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30022024-12-13T20:52:46.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s
30032024-12-13T20:52:46.823Z
30042024-12-13T20:52:46.823Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174)
30052024-12-13T20:52:47.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-12-13T20:52:47.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-12-13T20:52:47.555Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30082024-12-13T20:53:00.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s
30092024-12-13T20:53:01.155Z
30102024-12-13T20:53:01.155Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174)
30112024-12-13T20:53:01.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-12-13T20:53:01.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-12-13T20:53:01.876Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30142024-12-13T20:53:15.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
30152024-12-13T20:53:15.349Z
30162024-12-13T20:53:15.349Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174)
30172024-12-13T20:53:15.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-12-13T20:53:15.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-12-13T20:53:16.082Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202024-12-13T20:53:29.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
30212024-12-13T20:53:29.731Z
30222024-12-13T20:53:29.731Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/174)
30232024-12-13T20:53:30.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-12-13T20:53:30.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-12-13T20:53:30.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262024-12-13T20:53:30.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30272024-12-13T20:53:30.379Z
30282024-12-13T20:53:30.379Zinfo: running `cargo check --bins` on key-manager (120/174)
30292024-12-13T20:53:30.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-12-13T20:53:30.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-12-13T20:53:30.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322024-12-13T20:53:30.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30332024-12-13T20:53:30.995Z
30342024-12-13T20:53:30.995Zinfo: running `cargo check --bins` on range-requests (121/174)
30352024-12-13T20:53:31.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-12-13T20:53:31.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-12-13T20:53:31.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-12-13T20:53:31.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30392024-12-13T20:53:31.593Z
30402024-12-13T20:53:31.593Zinfo: running `cargo check --bins` on repo-depot-api (122/174)
30412024-12-13T20:53:32.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-12-13T20:53:32.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-12-13T20:53:32.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-12-13T20:53:32.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30452024-12-13T20:53:32.214Z
30462024-12-13T20:53:32.215Zinfo: running `cargo check --bins` on sled-agent-api (123/174)
30472024-12-13T20:53:32.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-12-13T20:53:32.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-12-13T20:53:32.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-12-13T20:53:32.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30512024-12-13T20:53:32.858Z
30522024-12-13T20:53:32.859Zinfo: running `cargo check --bins` on sled-diagnostics (124/174)
30532024-12-13T20:53:33.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-12-13T20:53:33.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-12-13T20:53:33.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-12-13T20:53:33.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30572024-12-13T20:53:33.468Z
30582024-12-13T20:53:33.468Zinfo: running `cargo check --bins` on sled-hardware (125/174)
30592024-12-13T20:53:34.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-12-13T20:53:34.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-12-13T20:53:34.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-12-13T20:53:34.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30632024-12-13T20:53:34.106Z
30642024-12-13T20:53:34.106Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/174)
30652024-12-13T20:53:34.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-12-13T20:53:34.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-12-13T20:53:34.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-12-13T20:53:34.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30692024-12-13T20:53:34.749Z
30702024-12-13T20:53:34.749Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174)
30712024-12-13T20:53:35.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-12-13T20:53:35.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-12-13T20:53:35.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-12-13T20:53:35.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30752024-12-13T20:53:35.395Z
30762024-12-13T20:53:35.395Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/174)
30772024-12-13T20:53:35.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-12-13T20:53:35.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-12-13T20:53:35.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802024-12-13T20:53:35.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30812024-12-13T20:53:36.046Z
30822024-12-13T20:53:36.046Zinfo: running `cargo check --bins` on nexus-test-interface (129/174)
30832024-12-13T20:53:36.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-12-13T20:53:36.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-12-13T20:53:36.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862024-12-13T20:53:36.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30872024-12-13T20:53:36.689Z
30882024-12-13T20:53:36.689Zinfo: running `cargo check --bins` on oximeter-collector (130/174)
30892024-12-13T20:53:37.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-12-13T20:53:37.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-12-13T20:53:37.365Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30922024-12-13T20:53:37.365Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30932024-12-13T20:53:38.226Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30942024-12-13T20:53:40.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
30952024-12-13T20:53:40.421Z
30962024-12-13T20:53:40.421Zinfo: running `cargo check --bins` on oximeter-api (131/174)
30972024-12-13T20:53:40.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982024-12-13T20:53:40.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992024-12-13T20:53:40.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002024-12-13T20:53:40.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31012024-12-13T20:53:41.037Z
31022024-12-13T20:53:41.037Zinfo: running `cargo check --bins` on cert-dev (132/174)
31032024-12-13T20:53:41.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-12-13T20:53:41.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-12-13T20:53:41.635Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31062024-12-13T20:53:41.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
31072024-12-13T20:53:42.060Z
31082024-12-13T20:53:42.060Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (133/174)
31092024-12-13T20:53:42.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-12-13T20:53:42.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-12-13T20:53:42.731Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31122024-12-13T20:53:42.731Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31132024-12-13T20:53:43.304Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31142024-12-13T20:53:43.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31152024-12-13T20:53:43.838Z
31162024-12-13T20:53:43.838Zinfo: running `cargo check --bins` on ch-dev (134/174)
31172024-12-13T20:53:44.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182024-12-13T20:53:44.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192024-12-13T20:53:44.958Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31202024-12-13T20:53:45.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31212024-12-13T20:53:45.371Z
31222024-12-13T20:53:45.371Zinfo: running `cargo check --bins` on crdb-seed (135/174)
31232024-12-13T20:53:45.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-12-13T20:53:45.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-12-13T20:53:46.024Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31262024-12-13T20:53:46.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31272024-12-13T20:53:46.560Z
31282024-12-13T20:53:46.560Zinfo: running `cargo check --bins` on db-dev (136/174)
31292024-12-13T20:53:47.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302024-12-13T20:53:47.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312024-12-13T20:53:47.218Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31322024-12-13T20:53:47.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31332024-12-13T20:53:48.110Z
31342024-12-13T20:53:48.110Zinfo: running `cargo check --bins` on omicron-dev-lib (137/174)
31352024-12-13T20:53:48.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-12-13T20:53:48.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-12-13T20:53:48.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382024-12-13T20:53:48.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31392024-12-13T20:53:48.736Z
31402024-12-13T20:53:48.736Zinfo: running `cargo check --bins` on xtask-downloader (138/174)
31412024-12-13T20:53:49.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-12-13T20:53:49.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-12-13T20:53:49.344Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31442024-12-13T20:53:50.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
31452024-12-13T20:53:50.381Z
31462024-12-13T20:53:50.381Zinfo: running `cargo check --bins` on omicron-ls-apis (139/174)
31472024-12-13T20:53:50.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-12-13T20:53:50.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-12-13T20:53:50.990Z Checking cargo-platform v0.1.8
31502024-12-13T20:53:51.253Z Checking cargo_metadata v0.18.1
31512024-12-13T20:53:52.218Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31522024-12-13T20:53:52.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
31532024-12-13T20:53:53.101Z
31542024-12-13T20:53:53.101Zinfo: running `cargo check --bins` on mgs-dev (140/174)
31552024-12-13T20:53:53.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-12-13T20:53:53.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-12-13T20:53:53.820Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31582024-12-13T20:53:54.518Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31592024-12-13T20:53:55.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31602024-12-13T20:53:55.256Z
31612024-12-13T20:53:55.257Zinfo: running `cargo check --bins` on omicron-omdb (141/174)
31622024-12-13T20:53:55.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-12-13T20:53:55.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-12-13T20:53:56.034Z Compiling crunchy v0.2.2
31652024-12-13T20:53:56.034Z Compiling tiny-keccak v2.0.2
31662024-12-13T20:53:56.041Z Compiling dsl_auto_type v0.1.2
31672024-12-13T20:53:56.041Z Checking scheduled-thread-pool v0.2.7
31682024-12-13T20:53:56.041Z Compiling diesel_table_macro_syntax v0.2.0
31692024-12-13T20:53:56.144Z Compiling ascii-canvas v3.0.0
31702024-12-13T20:53:56.148Z Compiling ena v0.14.3
31712024-12-13T20:53:56.152Z Compiling regex-syntax v0.6.29
31722024-12-13T20:53:56.410Z Checking r2d2 v0.8.10
31732024-12-13T20:53:56.431Z Compiling diff v0.1.13
31742024-12-13T20:53:56.531Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31752024-12-13T20:53:56.599Z Compiling ref-cast v1.0.23
31762024-12-13T20:53:56.683Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31772024-12-13T20:53:56.711Z Compiling derive_builder_core v0.20.2
31782024-12-13T20:53:56.779Z Compiling libxml v0.3.3
31792024-12-13T20:53:56.951Z Compiling ref-cast-impl v1.0.23
31802024-12-13T20:53:57.088Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31812024-12-13T20:53:57.203Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31822024-12-13T20:53:57.222Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31832024-12-13T20:53:57.404Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31842024-12-13T20:53:57.498Z Compiling strum_macros v0.24.3
31852024-12-13T20:53:57.613Z Compiling samael v0.0.17
31862024-12-13T20:53:57.805Z Compiling diesel_derives v2.2.3
31872024-12-13T20:53:57.834Z Compiling indoc v1.0.9
31882024-12-13T20:53:58.779Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31892024-12-13T20:53:59.051Z Compiling impl-trait-for-tuples v0.2.2
31902024-12-13T20:53:59.168Z Compiling derive_builder_macro v0.20.2
31912024-12-13T20:53:59.429Z Compiling lalrpop v0.19.12
31922024-12-13T20:54:00.043Z Checking derive_builder v0.20.2
31932024-12-13T20:54:00.196Z Compiling oso-derive v0.27.3
31942024-12-13T20:54:00.555Z Checking quick-xml v0.33.0
31952024-12-13T20:54:01.087Z Compiling diesel-dtrace v0.4.0
31962024-12-13T20:54:01.234Z Checking maplit v1.0.2
31972024-12-13T20:54:01.423Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31982024-12-13T20:54:01.450Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31992024-12-13T20:54:01.728Z Checking bb8 v0.8.5
32002024-12-13T20:54:02.294Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32012024-12-13T20:54:02.329Z Checking castaway v0.2.3
32022024-12-13T20:54:02.427Z Checking rand_seeder v0.3.0
32032024-12-13T20:54:02.487Z Checking compact_str v0.8.0
32042024-12-13T20:54:02.511Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32052024-12-13T20:54:02.661Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32062024-12-13T20:54:02.883Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32072024-12-13T20:54:03.105Z Checking unicode-truncate v1.1.0
32082024-12-13T20:54:03.328Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32092024-12-13T20:54:03.342Z Checking lru v0.12.5
32102024-12-13T20:54:03.592Z Compiling instability v0.3.2
32112024-12-13T20:54:03.633Z Checking smawk v0.3.2
32122024-12-13T20:54:03.835Z Checking unicode-linebreak v0.1.5
32132024-12-13T20:54:04.242Z Checking cassowary v0.3.0
32142024-12-13T20:54:04.286Z Checking is_ci v1.2.0
32152024-12-13T20:54:04.453Z Checking supports-color v3.0.1
32162024-12-13T20:54:04.638Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32172024-12-13T20:54:04.695Z Checking textwrap v0.16.1
32182024-12-13T20:54:04.728Z Checking ratatui v0.28.1
32192024-12-13T20:54:04.728Z Checking multimap v0.10.0
32202024-12-13T20:54:11.256Z Checking diesel v2.2.6
32212024-12-13T20:54:33.000Z Compiling polar-core v0.27.3
32222024-12-13T20:54:36.537Z Checking async-bb8-diesel v0.2.1
32232024-12-13T20:54:40.397Z Checking oso v0.27.3
32242024-12-13T20:55:48.557Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32252024-12-13T20:55:54.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
32262024-12-13T20:55:54.817Z
32272024-12-13T20:55:54.817Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174)
32282024-12-13T20:55:55.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292024-12-13T20:55:55.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302024-12-13T20:55:55.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312024-12-13T20:55:55.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32322024-12-13T20:55:55.492Z
32332024-12-13T20:55:55.492Zinfo: running `cargo check --bins` on nexus-saga-recovery (143/174)
32342024-12-13T20:55:56.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352024-12-13T20:55:56.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362024-12-13T20:55:56.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372024-12-13T20:55:56.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32382024-12-13T20:55:56.157Z
32392024-12-13T20:55:56.157Zinfo: running `cargo check --bins` on nexus-test-utils-macros (144/174)
32402024-12-13T20:55:56.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412024-12-13T20:55:56.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422024-12-13T20:55:56.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432024-12-13T20:55:56.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32442024-12-13T20:55:56.762Z
32452024-12-13T20:55:56.763Zinfo: running `cargo check --bins` on omicron-nexus (145/174)
32462024-12-13T20:55:57.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472024-12-13T20:55:57.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482024-12-13T20:55:57.557Z Compiling libz-sys v1.1.20
32492024-12-13T20:55:57.671Z Compiling libgit2-sys v0.17.0+1.8.1
32502024-12-13T20:55:57.684Z Compiling vergen v8.3.2
32512024-12-13T20:55:57.686Z Compiling cargo-platform v0.1.8
32522024-12-13T20:55:57.686Z Compiling pin-project-internal v1.1.6
32532024-12-13T20:55:57.724Z Compiling libsqlite3-sys v0.30.1
32542024-12-13T20:55:57.727Z Compiling snafu-derive v0.8.5
32552024-12-13T20:55:57.727Z Compiling rustls v0.21.12
32562024-12-13T20:55:57.965Z Compiling cfg_aliases v0.2.1
32572024-12-13T20:55:58.016Z Compiling cargo_metadata v0.18.1
32582024-12-13T20:55:58.073Z Compiling buf-list v1.0.3
32592024-12-13T20:55:58.240Z Compiling nix v0.29.0
32602024-12-13T20:55:58.342Z Checking globset v0.4.15
32612024-12-13T20:55:58.598Z Checking olpc-cjson v0.1.4
32622024-12-13T20:55:58.758Z Checking rustls-webpki v0.101.7
32632024-12-13T20:55:58.811Z Checking sct v0.7.1
32642024-12-13T20:55:58.830Z Checking serde_plain v1.0.2
32652024-12-13T20:55:59.025Z Checking typed-path v0.9.3
32662024-12-13T20:55:59.370Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32672024-12-13T20:55:59.545Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32682024-12-13T20:55:59.634Z Checking hashlink v0.9.1
32692024-12-13T20:55:59.804Z Checking fallible-streaming-iterator v0.1.9
32702024-12-13T20:56:00.047Z Checking parse-size v1.1.0
32712024-12-13T20:56:00.227Z Checking fallible-iterator v0.3.0
32722024-12-13T20:56:00.753Z Checking pin-project v1.1.6
32732024-12-13T20:56:00.823Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32742024-12-13T20:56:00.851Z Checking rusqlite v0.32.1
32752024-12-13T20:56:00.870Z Checking rustls-pemfile v1.0.4
32762024-12-13T20:56:00.972Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32772024-12-13T20:56:01.067Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32782024-12-13T20:56:01.330Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32792024-12-13T20:56:01.547Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32802024-12-13T20:56:01.684Z Checking twox-hash v1.6.3
32812024-12-13T20:56:01.777Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32822024-12-13T20:56:02.196Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32832024-12-13T20:56:02.436Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32842024-12-13T20:56:02.694Z Checking tokio-rustls v0.24.1
32852024-12-13T20:56:02.921Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32862024-12-13T20:56:03.014Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32872024-12-13T20:56:03.046Z Checking fatfs v0.3.6
32882024-12-13T20:56:03.122Z Checking snafu v0.8.5
32892024-12-13T20:56:03.605Z Checking tough v0.19.0
32902024-12-13T20:56:03.740Z Checking assert_matches v1.5.0
32912024-12-13T20:56:07.768Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32922024-12-13T20:56:08.995Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32932024-12-13T20:56:09.608Z Compiling git2 v0.19.0
32942024-12-13T20:56:14.286Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32952024-12-13T20:57:07.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32962024-12-13T20:57:07.298Z
32972024-12-13T20:57:07.298Zinfo: running `cargo check --bins` on nexus-external-api (146/174)
32982024-12-13T20:57:11.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992024-12-13T20:57:11.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002024-12-13T20:57:11.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012024-12-13T20:57:11.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33022024-12-13T20:57:11.571Z
33032024-12-13T20:57:11.571Zinfo: running `cargo check --bins` on openapi-manager-types (147/174)
33042024-12-13T20:57:11.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052024-12-13T20:57:11.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062024-12-13T20:57:11.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072024-12-13T20:57:11.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33082024-12-13T20:57:11.571Z
33092024-12-13T20:57:11.571Zinfo: running `cargo check --bins` on nexus-internal-api (148/174)
33102024-12-13T20:57:11.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112024-12-13T20:57:11.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122024-12-13T20:57:11.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132024-12-13T20:57:11.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33142024-12-13T20:57:11.571Z
33152024-12-13T20:57:11.571Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (149/174)
33162024-12-13T20:57:11.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172024-12-13T20:57:11.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182024-12-13T20:57:11.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192024-12-13T20:57:11.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33202024-12-13T20:57:11.572Z
33212024-12-13T20:57:11.572Zinfo: running `cargo check --bins` on nexus-networking (150/174)
33222024-12-13T20:57:11.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232024-12-13T20:57:11.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242024-12-13T20:57:11.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252024-12-13T20:57:11.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33262024-12-13T20:57:11.623Z
33272024-12-13T20:57:11.623Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (151/174)
33282024-12-13T20:57:11.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292024-12-13T20:57:11.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302024-12-13T20:57:11.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312024-12-13T20:57:11.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33322024-12-13T20:57:11.623Z
33332024-12-13T20:57:11.623Zinfo: running `cargo check --bins` on update-common (152/174)
33342024-12-13T20:57:11.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352024-12-13T20:57:11.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362024-12-13T20:57:11.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372024-12-13T20:57:11.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33382024-12-13T20:57:11.873Z
33392024-12-13T20:57:11.873Zinfo: running `cargo check --bins` on tufaceous-lib (153/174)
33402024-12-13T20:57:12.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412024-12-13T20:57:12.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422024-12-13T20:57:12.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432024-12-13T20:57:12.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33442024-12-13T20:57:12.518Z
33452024-12-13T20:57:12.518Zinfo: running `cargo check --bins` on tufaceous (154/174)
33462024-12-13T20:57:13.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472024-12-13T20:57:13.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482024-12-13T20:57:13.191Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33492024-12-13T20:57:14.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33502024-12-13T20:57:14.334Z
33512024-12-13T20:57:14.334Zinfo: running `cargo check --bins` on omicron-dev (155/174)
33522024-12-13T20:57:14.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532024-12-13T20:57:14.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542024-12-13T20:57:15.178Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33552024-12-13T20:57:15.304Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33562024-12-13T20:57:15.304Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33572024-12-13T20:57:15.313Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33582024-12-13T20:57:40.590Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33592024-12-13T20:57:40.590Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33602024-12-13T20:57:40.593Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33612024-12-13T20:57:40.593Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33622024-12-13T20:57:40.593Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33632024-12-13T20:57:41.551Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33642024-12-13T20:57:42.959Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33652024-12-13T20:58:20.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33662024-12-13T20:58:20.774Z
33672024-12-13T20:58:20.774Zinfo: running `cargo check --bins` on openapi-manager (156/174)
33682024-12-13T20:58:21.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-12-13T20:58:21.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-12-13T20:58:21.475Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33712024-12-13T20:58:21.478Z Checking heck v0.4.1
33722024-12-13T20:58:21.478Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33732024-12-13T20:58:23.035Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33742024-12-13T20:58:23.076Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33752024-12-13T20:58:23.960Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33762024-12-13T20:58:25.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
33772024-12-13T20:58:25.268Z
33782024-12-13T20:58:25.268Zinfo: running `cargo check --bins` on installinator-api (157/174)
33792024-12-13T20:58:25.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802024-12-13T20:58:25.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812024-12-13T20:58:25.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822024-12-13T20:58:25.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33832024-12-13T20:58:25.903Z
33842024-12-13T20:58:25.903Zinfo: running `cargo check --bins` on wicketd-api (158/174)
33852024-12-13T20:58:26.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862024-12-13T20:58:26.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872024-12-13T20:58:26.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882024-12-13T20:58:26.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33892024-12-13T20:58:26.548Z
33902024-12-13T20:58:26.548Zinfo: running `cargo check --bins` on reconfigurator-cli (159/174)
33912024-12-13T20:58:27.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-12-13T20:58:27.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-12-13T20:58:27.228Z Compiling petname v2.0.2
33942024-12-13T20:58:27.230Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33952024-12-13T20:58:27.230Z Checking sync-ptr v0.1.1
33962024-12-13T20:58:28.636Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33972024-12-13T20:58:30.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
33982024-12-13T20:58:30.509Z
33992024-12-13T20:58:30.509Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174)
34002024-12-13T20:58:30.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012024-12-13T20:58:30.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022024-12-13T20:58:30.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032024-12-13T20:58:30.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34042024-12-13T20:58:31.016Z
34052024-12-13T20:58:31.016Zinfo: running `cargo check --bins` on omicron-releng (161/174)
34062024-12-13T20:58:31.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072024-12-13T20:58:31.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082024-12-13T20:58:31.669Z Checking memmap2 v0.9.5
34092024-12-13T20:58:31.670Z Checking arrayvec v0.7.6
34102024-12-13T20:58:31.670Z Checking arrayref v0.3.9
34112024-12-13T20:58:31.672Z Checking spin v0.5.2
34122024-12-13T20:58:31.672Z Checking constant_time_eq v0.3.1
34132024-12-13T20:58:31.672Z Checking topological-sort v0.2.2
34142024-12-13T20:58:31.672Z Checking shell-words v1.1.0
34152024-12-13T20:58:31.963Z Checking ring v0.16.20
34162024-12-13T20:58:32.059Z Checking blake3 v1.5.4
34172024-12-13T20:58:33.069Z Checking omicron-zone-package v0.11.1
34182024-12-13T20:58:34.177Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34192024-12-13T20:58:35.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
34202024-12-13T20:58:35.260Z
34212024-12-13T20:58:35.260Zinfo: running `cargo check --bins` on xtask (162/174)
34222024-12-13T20:58:35.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232024-12-13T20:58:35.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242024-12-13T20:58:35.685Z Checking bitflags v2.6.0
34252024-12-13T20:58:35.688Z Checking serde v1.0.215
34262024-12-13T20:58:35.688Z Checking thiserror v1.0.69
34272024-12-13T20:58:35.778Z Checking scroll v0.12.0
34282024-12-13T20:58:35.780Z Checking log v0.4.22
34292024-12-13T20:58:35.785Z Checking hashbrown v0.15.1
34302024-12-13T20:58:35.792Z Checking zerocopy v0.7.35
34312024-12-13T20:58:35.814Z Checking syn v2.0.87
34322024-12-13T20:58:35.873Z Checking pest v2.7.14
34332024-12-13T20:58:36.002Z Checking rustix v0.38.37
34342024-12-13T20:58:36.033Z Checking once_cell v1.20.2
34352024-12-13T20:58:36.217Z Checking goblin v0.8.2
34362024-12-13T20:58:36.321Z Checking fs-err v2.11.0
34372024-12-13T20:58:36.625Z Checking anyhow v1.0.93
34382024-12-13T20:58:36.825Z Checking indexmap v2.6.0
34392024-12-13T20:58:36.991Z Checking tabled v0.15.0
34402024-12-13T20:58:37.957Z Checking terminal_size v0.4.0
34412024-12-13T20:58:37.957Z Checking tempfile v3.13.0
34422024-12-13T20:58:38.084Z Checking clap_builder v4.5.21
34432024-12-13T20:58:38.316Z Checking dtrace-parser v0.2.0
34442024-12-13T20:58:40.051Z Checking serde_json v1.0.132
34452024-12-13T20:58:40.051Z Checking toml_datetime v0.6.8
34462024-12-13T20:58:40.053Z Checking serde_spanned v0.6.8
34472024-12-13T20:58:40.053Z Checking camino v1.1.9
34482024-12-13T20:58:40.053Z Checking cargo-platform v0.1.8
34492024-12-13T20:58:40.152Z Checking semver v1.0.23
34502024-12-13T20:58:40.243Z Checking macaddr v1.0.1
34512024-12-13T20:58:40.337Z Checking toml_edit v0.22.22
34522024-12-13T20:58:40.542Z Checking camino-tempfile v1.1.1
34532024-12-13T20:58:40.775Z Checking clap v4.5.21
34542024-12-13T20:58:41.278Z Checking dof v0.3.0
34552024-12-13T20:58:41.279Z Checking cargo_metadata v0.18.1
34562024-12-13T20:58:41.685Z Checking usdt-impl v0.5.0
34572024-12-13T20:58:42.042Z Checking usdt v0.5.0
34582024-12-13T20:58:42.118Z Checking toml v0.8.19
34592024-12-13T20:58:42.590Z Checking cargo_toml v0.20.5
34602024-12-13T20:58:43.771Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34612024-12-13T20:58:44.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s
34622024-12-13T20:58:44.473Z
34632024-12-13T20:58:44.473Zinfo: running `cargo check --bins` on end-to-end-tests (163/174)
34642024-12-13T20:58:45.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652024-12-13T20:58:45.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662024-12-13T20:58:45.226Z Checking polyval v0.6.2
34672024-12-13T20:58:45.339Z Checking ctr v0.9.2
34682024-12-13T20:58:45.349Z Checking ssh-encoding v0.2.0
34692024-12-13T20:58:45.352Z Checking blowfish v0.9.1
34702024-12-13T20:58:45.373Z Checking password-hash v0.4.2
34712024-12-13T20:58:45.378Z Checking matches v0.1.10
34722024-12-13T20:58:45.401Z Checking p521 v0.13.3
34732024-12-13T20:58:45.401Z Checking p256 v0.13.2
34742024-12-13T20:58:45.474Z Checking idna v0.2.3
34752024-12-13T20:58:45.559Z Checking ghash v0.5.1
34762024-12-13T20:58:45.610Z Compiling enum-as-inner v0.5.1
34772024-12-13T20:58:45.629Z Checking bcrypt-pbkdf v0.10.0
34782024-12-13T20:58:45.665Z Checking russh-cryptovec v0.7.3
34792024-12-13T20:58:45.744Z Checking aes-gcm v0.10.3
34802024-12-13T20:58:45.761Z Checking pbkdf2 v0.11.0
34812024-12-13T20:58:45.861Z Checking md5 v0.7.0
34822024-12-13T20:58:45.884Z Checking num-bigint v0.4.6
34832024-12-13T20:58:45.885Z Checking des v0.8.1
34842024-12-13T20:58:45.964Z Checking ssh-cipher v0.2.0
34852024-12-13T20:58:46.037Z Compiling dhcproto-macros v0.1.0
34862024-12-13T20:58:46.132Z Checking hex-literal v0.4.1
34872024-12-13T20:58:46.153Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34882024-12-13T20:58:46.252Z Checking ssh-key v0.6.6
34892024-12-13T20:58:46.270Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34902024-12-13T20:58:46.285Z Checking internet-checksum v0.2.1
34912024-12-13T20:58:46.589Z Checking trust-dns-proto v0.22.0
34922024-12-13T20:58:47.575Z Checking russh-keys v0.45.0
34932024-12-13T20:58:48.497Z Checking russh v0.45.0
34942024-12-13T20:58:49.147Z Checking dhcproto v0.12.0
34952024-12-13T20:59:06.124Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34962024-12-13T20:59:07.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.04s
34972024-12-13T20:59:07.720Z
34982024-12-13T20:59:07.720Zinfo: running `cargo check --bins` on gateway-cli (164/174)
34992024-12-13T20:59:08.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002024-12-13T20:59:08.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012024-12-13T20:59:08.353Z Checking termios v0.3.3
35022024-12-13T20:59:08.566Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35032024-12-13T20:59:09.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
35042024-12-13T20:59:09.536Z
35052024-12-13T20:59:09.536Zinfo: running `cargo check --bins --no-default-features` on installinator (165/174)
35062024-12-13T20:59:10.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-12-13T20:59:10.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-12-13T20:59:10.224Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35092024-12-13T20:59:12.229Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35102024-12-13T20:59:14.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
35112024-12-13T20:59:14.307Z
35122024-12-13T20:59:14.307Zinfo: running `cargo check --bins` on internal-dns-cli (166/174)
35132024-12-13T20:59:14.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142024-12-13T20:59:14.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152024-12-13T20:59:14.944Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35162024-12-13T20:59:15.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35172024-12-13T20:59:15.595Z
35182024-12-13T20:59:15.595Zinfo: running `cargo check --bins` on omicron-live-tests (167/174)
35192024-12-13T20:59:16.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202024-12-13T20:59:16.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212024-12-13T20:59:16.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222024-12-13T20:59:16.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35232024-12-13T20:59:16.208Z
35242024-12-13T20:59:16.208Zinfo: running `cargo check --bins` on live-tests-macros (168/174)
35252024-12-13T20:59:16.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262024-12-13T20:59:16.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272024-12-13T20:59:16.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282024-12-13T20:59:16.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35292024-12-13T20:59:16.826Z
35302024-12-13T20:59:16.826Zinfo: running `cargo check --bins` on omicron-package (169/174)
35312024-12-13T20:59:17.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322024-12-13T20:59:17.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332024-12-13T20:59:18.029Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35342024-12-13T20:59:18.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
35352024-12-13T20:59:18.955Z
35362024-12-13T20:59:18.955Zinfo: running `cargo check --bins` on wicket-dbg (170/174)
35372024-12-13T20:59:19.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382024-12-13T20:59:19.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392024-12-13T20:59:19.654Z Checking rtoolbox v0.0.2
35402024-12-13T20:59:19.654Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35412024-12-13T20:59:19.657Z Checking tui-tree-widget v0.22.0
35422024-12-13T20:59:19.873Z Checking rpassword v7.3.1
35432024-12-13T20:59:23.899Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35442024-12-13T20:59:26.873Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35452024-12-13T20:59:28.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
35462024-12-13T20:59:28.287Z
35472024-12-13T20:59:28.287Zinfo: running `cargo check --bins` on wicket (171/174)
35482024-12-13T20:59:28.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492024-12-13T20:59:28.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502024-12-13T20:59:28.983Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35512024-12-13T20:59:29.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35522024-12-13T20:59:29.612Z
35532024-12-13T20:59:29.612Zinfo: running `cargo check --bins` on wicketd (172/174)
35542024-12-13T20:59:30.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552024-12-13T20:59:30.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562024-12-13T20:59:30.319Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35572024-12-13T20:59:34.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
35582024-12-13T20:59:34.412Z
35592024-12-13T20:59:34.412Zinfo: running `cargo check --bins` on omicron-workspace-hack (173/174)
35602024-12-13T20:59:34.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612024-12-13T20:59:34.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622024-12-13T20:59:34.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632024-12-13T20:59:34.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35642024-12-13T20:59:35.023Z
35652024-12-13T20:59:35.023Zinfo: running `cargo check --bins` on zone-setup (174/174)
35662024-12-13T20:59:35.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672024-12-13T20:59:35.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682024-12-13T20:59:35.759Z Checking uzers v0.12.1
35692024-12-13T20:59:36.101Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35702024-12-13T20:59:37.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
35712024-12-13T20:59:37.468Z
35722024-12-13T20:59:37.468Zreal 12:50.235858776
35732024-12-13T20:59:37.468Zuser 24:04.257629801
35742024-12-13T20:59:37.468Zsys 5:23.889344882
35752024-12-13T20:59:37.468Ztrap 0.457468521
35762024-12-13T20:59:37.472Ztflt 2.302678431
35772024-12-13T20:59:37.472Zdflt 3.074192696
35782024-12-13T20:59:37.472Zkflt 0.000890901
35792024-12-13T20:59:37.472Zlock 45:50.695536549
35802024-12-13T20:59:37.472Zslp 2:05:15.868646721
35812024-12-13T20:59:37.472Zlat 1:03.242887852
35822024-12-13T20:59:37.472Zstop 3:20.738829624
35832024-12-13T20:59:37.472Zprocess exited: duration 1076007 ms, exit code 0
 
35842024-12-13T20:59:37.478Zfound 0 output files