01JAET1TBAX0JZF948VRV9PK59: 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: 01JAET2HZFD1B34HTYN03PFQT7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T03:18:42.690Zjob assigned to worker 01JAET3MPWG60M4H42VZHKQ44Q (queued for 1 m 17 s)
 
22024-10-18T03:18:49.645Zstarting task 0: "setup"
32024-10-18T03:18:49.654Z++ uname -s
42024-10-18T03:18:49.661Z+ kern=SunOS
52024-10-18T03:18:49.661Z+ case "$kern" in
62024-10-18T03:18:49.661Z+ groupadd -g 12345 build
72024-10-18T03:18:49.661Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T03:18:51.668Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T03:18:51.865Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T03:18:51.867Z+ home_fs=zfs
112024-10-18T03:18:51.867Z+ [[ zfs == autofs ]]
122024-10-18T03:18:51.867Z+ mkdir -p /home/build
132024-10-18T03:18:51.869Z+ chown build:build /home/build /work
142024-10-18T03:18:53.875Z+ chmod 0700 /home/build /work
152024-10-18T03:18:53.880Zprocess exited: duration 4229 ms, exit code 0
 
162024-10-18T03:18:53.886Zstarting task 1: "rust-toolchain"
172024-10-18T03:18:53.892Z+ printf ' * toolchain channel = "%s"
182024-10-18T03:18:53.892Z' 1.80.1
192024-10-18T03:18:53.892Z * toolchain channel = "1.80.1"
202024-10-18T03:18:53.892Z * toolchain profile = "default"
212024-10-18T03:18:53.895Z+ printf ' * toolchain profile = "%s"
222024-10-18T03:18:53.895Z' default
232024-10-18T03:18:53.895Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T03:18:53.895Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T03:18:54.017Zinfo: downloading installer
262024-10-18T03:18:55.433Zinfo: profile set to 'default'
272024-10-18T03:18:55.436Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T03:18:55.436Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T03:18:55.565Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T03:18:55.565Zinfo: downloading component 'cargo'
312024-10-18T03:18:56.261Zinfo: downloading component 'clippy'
322024-10-18T03:18:56.504Zinfo: downloading component 'rust-docs'
332024-10-18T03:18:57.462Zinfo: downloading component 'rust-std'
342024-10-18T03:18:58.794Zinfo: downloading component 'rustc'
352024-10-18T03:19:02.531Zinfo: downloading component 'rustfmt'
362024-10-18T03:19:02.735Zinfo: installing component 'cargo'
372024-10-18T03:19:03.560Zinfo: installing component 'clippy'
382024-10-18T03:19:03.929Zinfo: installing component 'rust-docs'
392024-10-18T03:19:05.527Zinfo: installing component 'rust-std'
402024-10-18T03:19:07.181Zinfo: installing component 'rustc'
412024-10-18T03:19:11.245Zinfo: installing component 'rustfmt'
422024-10-18T03:19:11.566Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T03:19:11.566Z
442024-10-18T03:19:11.815Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T03:19:11.815Z
462024-10-18T03:19:11.817Z
472024-10-18T03:19:11.817ZRust is installed now. Great!
482024-10-18T03:19:11.817Z
492024-10-18T03:19:11.818ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T03:19:11.818Zenvironment variable. This has not been done automatically.
512024-10-18T03:19:11.818Z
522024-10-18T03:19:11.818ZTo configure your current shell, you need to source
532024-10-18T03:19:11.818Zthe corresponding env file under $HOME/.cargo.
542024-10-18T03:19:11.818Z
552024-10-18T03:19:11.818ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T03:19:11.818Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T03:19:11.818Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T03:19:11.866Z+ rustc --version
592024-10-18T03:19:11.928Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T03:19:11.931Zprocess exited: duration 18042 ms, exit code 0
 
612024-10-18T03:19:11.936Zstarting task 2: "authentication"
622024-10-18T03:19:11.957Zprocess exited: duration 20 ms, exit code 0
 
632024-10-18T03:19:11.962Zstarting task 3: "clone repository"
642024-10-18T03:19:11.967Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T03:19:11.969Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T03:19:12.006ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T03:19:19.850Z+ cd /work/oxidecomputer/omicron
682024-10-18T03:19:19.852Z+ git fetch origin d279b43ad0dfb9ee976b2bbb052a4c142e38c7ea
692024-10-18T03:19:20.171ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T03:19:20.171Z * branch d279b43ad0dfb9ee976b2bbb052a4c142e38c7ea -> FETCH_HEAD
712024-10-18T03:19:20.177Z+ [[ -n maghemite-integration ]]
722024-10-18T03:19:20.177Z++ git branch --show-current
732024-10-18T03:19:20.177Z+ current=main
742024-10-18T03:19:20.177Z+ [[ main != maghemite-integration ]]
752024-10-18T03:19:20.177Z+ git branch -f maghemite-integration d279b43ad0dfb9ee976b2bbb052a4c142e38c7ea
762024-10-18T03:19:20.180Z+ git checkout -f maghemite-integration
772024-10-18T03:19:20.335ZSwitched to branch 'maghemite-integration'
782024-10-18T03:19:20.339Z+ git reset --hard d279b43ad0dfb9ee976b2bbb052a4c142e38c7ea
792024-10-18T03:19:20.495ZHEAD is now at d279b43ad Update with latest version
802024-10-18T03:19:20.498Zprocess exited: duration 8534 ms, exit code 0
 
812024-10-18T03:19:20.504Zstarting task 4: "build"
822024-10-18T03:19:20.511Z+ source .github/buildomat/ci-env.sh
832024-10-18T03:19:20.511Z++ export CARGO_TERM_COLOR=always
842024-10-18T03:19:20.513Z++ CARGO_TERM_COLOR=always
852024-10-18T03:19:20.513Z+ cargo --version
862024-10-18T03:19:20.563Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T03:19:20.566Z+ rustc --version
882024-10-18T03:19:20.622Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T03:19:20.624Z+ source ./env.sh
902024-10-18T03:19:20.624Z++ OLD_SHELL_OPTS=ehxB
912024-10-18T03:19:20.624Z++ set -o xtrace
922024-10-18T03:19:20.627Z++++ dirname ./env.sh
932024-10-18T03:19:20.630Z+++ readlink -f .
942024-10-18T03:19:20.632Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-18T03:19:20.633Z++ 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-10-18T03:19:20.633Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-18T03:19:20.633Z++ 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-10-18T03:19:20.633Z++ 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-10-18T03:19:20.633Z++ 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-10-18T03:19:20.633Z++ 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-10-18T03:19:20.633Z++ 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-10-18T03:19:20.633Z++ 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-10-18T03:19:20.633Z++ case $OLD_SHELL_OPTS in
1042024-10-18T03:19:20.633Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-18T03:19:20.633Z+ 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-10-18T03:19:20.633Z+ 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-10-18T03:19:20.633Z+ banner prerequisites
1082024-10-18T03:19:20.636Z
1092024-10-18T03:19:20.636Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-18T03:19:20.636Z # # # # # # # # # # # # # # #
1112024-10-18T03:19:20.636Z # # # # ##### # # ##### # # # # # #### #
1122024-10-18T03:19:20.636Z ##### ##### # ##### # # # # # # # # #
1132024-10-18T03:19:20.636Z # # # # # # # # # # # # # # #
1142024-10-18T03:19:20.636Z # # # ###### # # ###### ### # #### # #### #
1152024-10-18T03:19:20.636Z
1162024-10-18T03:19:20.636Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-18T03:19:29.137Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-18T03:19:32.130Z Startup: Caching catalogs ... Done
1192024-10-18T03:19:38.033ZPlanning: Solver setup ... Done (5.193s)
1202024-10-18T03:19:38.111ZPlanning: Running solver ... Done (0.078s)
1212024-10-18T03:19:38.182ZPlanning: Finding local manifests ... Done (0.004s)
1222024-10-18T03:19:38.301ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-18T03:19:38.610ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-18T03:19:38.708ZPlanning: Package planning ... Done (0.098s)
1252024-10-18T03:19:38.763ZPlanning: Merging actions ... Done (0.055s)
1262024-10-18T03:19:38.956ZPlanning: Checking for conflicting actions ... Done (0.192s)
1272024-10-18T03:19:40.987ZPlanning: Consolidating action changes ... Done (2.031s)
1282024-10-18T03:19:41.421ZPlanning: Evaluating mediators ... Done (0.433s)
1292024-10-18T03:19:41.502ZPlanning: Planning completed in 9.29 seconds
1302024-10-18T03:19:41.525Z Packages to install: 4
1312024-10-18T03:19:41.525Z Packages to update: 1
1322024-10-18T03:19:41.531Z Mediators to change: 2
1332024-10-18T03:19:41.532Z Services to change: 1
1342024-10-18T03:19:41.532Z Estimated space available: 155.71 GB
1352024-10-18T03:19:41.532ZEstimated space to be consumed: 1.57 GB
1362024-10-18T03:19:41.532Z Create boot environment: No
1372024-10-18T03:19:41.532ZCreate backup boot environment: Yes
1382024-10-18T03:19:41.532Z Rebuild boot archive: No
1392024-10-18T03:19:41.532Z
1402024-10-18T03:19:41.532ZChanged mediators:
1412024-10-18T03:19:41.532Z mediator clang:
1422024-10-18T03:19:41.532Z version: None -> 15 (system default)
1432024-10-18T03:19:41.532Z
1442024-10-18T03:19:41.532Z mediator llvm:
1452024-10-18T03:19:41.532Z version: 14 (system default) -> 15 (system default)
1462024-10-18T03:19:41.533Z
1472024-10-18T03:19:41.533ZChanged packages:
1482024-10-18T03:19:41.533Zhelios-dev
1492024-10-18T03:19:41.533Z developer/build-essential
1502024-10-18T03:19:41.533Z None -> 11-2.0
1512024-10-18T03:19:41.533Z library/libxmlsec1
1522024-10-18T03:19:41.533Z None -> 1.2.35-2.0
1532024-10-18T03:19:41.533Z ooce/developer/clang-15
1542024-10-18T03:19:41.533Z None -> 15.0.7-2.0
1552024-10-18T03:19:41.533Z ooce/developer/llvm-15
1562024-10-18T03:19:41.533Z None -> 15.0.7-2.0
1572024-10-18T03:19:41.533Z package/pkg
1582024-10-18T03:19:41.533Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-18T03:19:41.533Z
1602024-10-18T03:19:41.533ZServices:
1612024-10-18T03:19:41.533Z restart_fmri:
1622024-10-18T03:19:41.533Z svc:/system/update-man-index:default
1632024-10-18T03:19:41.533Z
1642024-10-18T03:19:41.534ZEditable files to change:
1652024-10-18T03:19:41.534Z Update:
1662024-10-18T03:19:41.534Z usr/share/lib/pkg/web/config.shtml
1672024-10-18T03:19:41.602Z
1682024-10-18T03:19:41.602ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-18T03:19:47.752ZDownload: 203/4281 items 1.3/220.6MB 0% complete (231k/s)
1702024-10-18T03:19:52.867ZDownload: 682/4281 items 18.0/220.6MB 8% complete (1.8M/s)
1712024-10-18T03:19:57.868ZDownload: 1110/4281 items 19.9/220.6MB 9% complete (1.9M/s)
1722024-10-18T03:20:17.340ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1732024-10-18T03:20:22.348ZDownload: 1474/4281 items 117.3/220.6MB 53% complete (7.3M/s)
1742024-10-18T03:20:27.349ZDownload: 1930/4281 items 118.6/220.6MB 53% complete (3.5M/s)
1752024-10-18T03:20:34.313ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (2.7M/s)
1762024-10-18T03:20:39.315ZDownload: 2588/4281 items 120.4/220.6MB 54% complete (127k/s)
1772024-10-18T03:20:44.316ZDownload: 3098/4281 items 131.6/220.6MB 59% complete (1.2M/s)
1782024-10-18T03:20:49.476ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (8.3M/s)
1792024-10-18T03:20:55.124ZDownload: 3282/4281 items 211.7/220.6MB 95% complete (8.9M/s)
1802024-10-18T03:21:01.532ZDownload: 3283/4281 items 211.7/220.6MB 95% complete (8.7M/s)
1812024-10-18T03:21:14.425ZDownload: 3285/4281 items 212.5/220.6MB 96% complete
1822024-10-18T03:21:19.629ZDownload: 3303/4281 items 212.7/220.6MB 96% complete (802k/s)
1832024-10-18T03:21:24.641ZDownload: 3426/4281 items 215.1/220.6MB 97% complete (358k/s)
1842024-10-18T03:21:29.645ZDownload: 3738/4281 items 216.7/220.6MB 98% complete (389k/s)
1852024-10-18T03:21:34.645ZDownload: 4281/4281 items 220.6/220.6MB 100% complete (568k/s)
1862024-10-18T03:21:34.654ZDownload: Completed 220.60 MB in 113.03 seconds (1.9M/s)
1872024-10-18T03:21:36.728Z Actions: 1/5063 actions (Removing old actions)
1882024-10-18T03:21:36.751Z Actions: 194/5063 actions (Installing new actions)
1892024-10-18T03:21:41.404Z Actions: 4226/5063 actions (Updating modified actions)
1902024-10-18T03:21:41.724Z Actions: Completed 5063 actions in 4.99 seconds.
1912024-10-18T03:21:42.066Z Done (0.335s)
1922024-10-18T03:21:42.069Z Done (0.000s)
1932024-10-18T03:21:42.538Z Done (0.470s)
1942024-10-18T03:21:46.811Z Done (4.082s)
1952024-10-18T03:21:46.900Z Done (0.017s)
1962024-10-18T03:21:46.902Z Done (0.000s)
1972024-10-18T03:21:47.067Z Done (0.000s)
1982024-10-18T03:21:47.701ZPlanning: Evaluating mediator changes ... Done
1992024-10-18T03:21:47.860ZPlanning: Checking for conflicting actions ... Done
2002024-10-18T03:21:47.862ZPlanning: Consolidating action changes ... Done
2012024-10-18T03:21:48.130ZPlanning: Evaluating mediators ... Done
2022024-10-18T03:21:48.132ZPlanning: Planning completed in 0.43 seconds
2032024-10-18T03:21:48.171Z Mediators to change: 2
2042024-10-18T03:21:48.171Z Create boot environment: No
2052024-10-18T03:21:48.173ZCreate backup boot environment: No
2062024-10-18T03:21:48.250Z Done
2072024-10-18T03:21:48.250Z Done
2082024-10-18T03:21:48.560Z Done
2092024-10-18T03:21:52.051Z Done
2102024-10-18T03:21:52.139Z Done
2112024-10-18T03:21:52.142Z Done
2122024-10-18T03:21:52.261Z Done
2132024-10-18T03:21:52.864ZPlanning: Evaluating mediator changes ... Done
2142024-10-18T03:21:52.866ZPlanning: Merging actions ... Done
2152024-10-18T03:21:53.052ZPlanning: Checking for conflicting actions ... Done
2162024-10-18T03:21:53.055ZPlanning: Consolidating action changes ... Done
2172024-10-18T03:21:53.316ZPlanning: Evaluating mediators ... Done
2182024-10-18T03:21:53.371ZPlanning: Planning completed in 0.75 seconds
2192024-10-18T03:21:53.413Z Packages to change: 1
2202024-10-18T03:21:53.413Z Mediators to change: 1
2212024-10-18T03:21:53.416Z Services to change: 1
2222024-10-18T03:21:53.416Z Create boot environment: No
2232024-10-18T03:21:53.416ZCreate backup boot environment: Yes
2242024-10-18T03:21:55.612Z Actions: 1/6 actions (Updating modified actions)
2252024-10-18T03:21:55.614Z Actions: Completed 6 actions in 0.00 seconds.
2262024-10-18T03:21:55.614Z Done
2272024-10-18T03:21:55.614Z Done
2282024-10-18T03:21:55.710Z Done
2292024-10-18T03:21:59.185Z Done
2302024-10-18T03:21:59.273Z Done
2312024-10-18T03:21:59.275Z Done
2322024-10-18T03:21:59.431Z Done
2332024-10-18T03:21:59.852ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342024-10-18T03:21:59.852Zclang system 15 system
2352024-10-18T03:21:59.852Zcsh system system illumos
2362024-10-18T03:21:59.852Zctags system system illumos
2372024-10-18T03:21:59.852Zgcc vendor 12 vendor
2382024-10-18T03:21:59.852Zgcc system 10 system
2392024-10-18T03:21:59.852Zgcc system 7 system
2402024-10-18T03:21:59.852Zgo system 1.20 system
2412024-10-18T03:21:59.852Zgo system 1.19 system
2422024-10-18T03:21:59.852Zllvm system 15 system
2432024-10-18T03:21:59.852Zllvm system 14 system
2442024-10-18T03:21:59.852Zmariadb system 10.6 system
2452024-10-18T03:21:59.852Zmta vendor vendor dma
2462024-10-18T03:21:59.852Zopenjdk system 17 system
2472024-10-18T03:21:59.852Zopenjdk system 11 system
2482024-10-18T03:21:59.852Zopenjdk system 1.8 system
2492024-10-18T03:21:59.852Zopenssl vendor 3 vendor
2502024-10-18T03:21:59.853Zperl system 5.36 system
2512024-10-18T03:21:59.853Zpostgresql system 15 system
2522024-10-18T03:21:59.853Zpostgresql system 13 system
2532024-10-18T03:21:59.853Zpython vendor 3 vendor
2542024-10-18T03:21:59.853Zpython system 2 system
2552024-10-18T03:21:59.853Zpython3 system 3.11 system
2562024-10-18T03:21:59.853Zruby system 3.0 system
2572024-10-18T03:21:59.853Zwords vendor vendor american-english
2582024-10-18T03:21:59.853Zwords system system australian-english
2592024-10-18T03:21:59.853Zwords system system british-english
2602024-10-18T03:21:59.853Zwords system system canadian-english
2612024-10-18T03:21:59.853Zwords system system french
2622024-10-18T03:21:59.853Zwords system system italian
2632024-10-18T03:21:59.853Zwords system system ngerman
2642024-10-18T03:21:59.853Zwords system system ogerman
2652024-10-18T03:21:59.853Zwords system system spanish
2662024-10-18T03:22:00.174ZPUBLISHER TYPE STATUS P LOCATION
2672024-10-18T03:22:00.174Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682024-10-18T03:22:02.352ZFMRI IFO
2692024-10-18T03:22:02.352Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702024-10-18T03:22:02.352Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712024-10-18T03:22:02.352Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722024-10-18T03:22:02.352Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732024-10-18T03:22:02.352Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742024-10-18T03:22:02.353Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752024-10-18T03:22:02.353Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2762024-10-18T03:22:02.353Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772024-10-18T03:22:02.353Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782024-10-18T03:22:02.353Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2792024-10-18T03:22:02.353Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802024-10-18T03:22:02.353Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2812024-10-18T03:22:02.353Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822024-10-18T03:22:03.025Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832024-10-18T03:22:03.343Z Updating crates.io index
2842024-10-18T03:22:03.346Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2852024-10-18T03:22:04.415Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2862024-10-18T03:22:04.691Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872024-10-18T03:22:05.026Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882024-10-18T03:22:05.275Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892024-10-18T03:22:06.070Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902024-10-18T03:22:08.356Z Updating git repository `https://github.com/oxidecomputer/opte`
2912024-10-18T03:22:09.300Z Updating git repository `https://github.com/oxidecomputer/falcon`
2922024-10-18T03:22:10.085Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932024-10-18T03:22:10.338Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942024-10-18T03:22:10.665Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952024-10-18T03:22:11.187Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2962024-10-18T03:22:11.511Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2972024-10-18T03:22:11.823Z Updating git repository `https://github.com/oxidecomputer/tofino`
2982024-10-18T03:22:12.108Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992024-10-18T03:22:12.339Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002024-10-18T03:22:12.609Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012024-10-18T03:22:12.911Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022024-10-18T03:22:13.210Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-10-18T03:22:13.536Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3042024-10-18T03:22:14.025Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-10-18T03:22:14.518Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3062024-10-18T03:22:14.846Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072024-10-18T03:22:15.260Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3082024-10-18T03:22:15.766Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3092024-10-18T03:22:16.072Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3102024-10-18T03:22:16.307Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3112024-10-18T03:22:17.608Z Downloading crates ...
3122024-10-18T03:22:17.682Z Downloaded anstyle-parse v0.2.5
3132024-10-18T03:22:17.687Z Downloaded anstyle-query v1.1.1
3142024-10-18T03:22:17.688Z Downloaded dtrace-parser v0.2.0
3152024-10-18T03:22:17.690Z Downloaded autocfg v1.4.0
3162024-10-18T03:22:17.690Z Downloaded anstyle v1.0.8
3172024-10-18T03:22:17.699Z Downloaded scroll_derive v0.12.0
3182024-10-18T03:22:17.702Z Downloaded generic-array v0.14.7
3192024-10-18T03:22:17.708Z Downloaded plain v0.2.3
3202024-10-18T03:22:17.711Z Downloaded strsim v0.11.1
3212024-10-18T03:22:17.714Z Downloaded macaddr v1.0.1
3222024-10-18T03:22:17.714Z Downloaded errno v0.3.9
3232024-10-18T03:22:17.716Z Downloaded cfg-if v1.0.0
3242024-10-18T03:22:17.716Z Downloaded heck v0.5.0
3252024-10-18T03:22:17.719Z Downloaded crypto-common v0.1.6
3262024-10-18T03:22:17.719Z Downloaded bytecount v0.6.8
3272024-10-18T03:22:17.724Z Downloaded version_check v0.9.5
3282024-10-18T03:22:17.727Z Downloaded fnv v1.0.7
3292024-10-18T03:22:17.727Z Downloaded usdt-impl v0.5.0
3302024-10-18T03:22:17.729Z Downloaded is_terminal_polyfill v1.70.1
3312024-10-18T03:22:17.729Z Downloaded cpufeatures v0.2.14
3322024-10-18T03:22:17.731Z Downloaded cargo-platform v0.1.8
3332024-10-18T03:22:17.734Z Downloaded camino v1.1.9
3342024-10-18T03:22:17.737Z Downloaded tabled_derive v0.7.0
3352024-10-18T03:22:17.737Z Downloaded proc-macro-error v1.0.4
3362024-10-18T03:22:17.739Z Downloaded thiserror-impl v1.0.64
3372024-10-18T03:22:17.742Z Downloaded cargo_metadata v0.18.1
3382024-10-18T03:22:17.744Z Downloaded utf8parse v0.2.2
3392024-10-18T03:22:17.747Z Downloaded usdt v0.5.0
3402024-10-18T03:22:17.747Z Downloaded clap_lex v0.7.2
3412024-10-18T03:22:17.752Z Downloaded serde_spanned v0.6.8
3422024-10-18T03:22:17.754Z Downloaded textwrap v0.16.1
3432024-10-18T03:22:17.757Z Downloaded memmap v0.7.0
3442024-10-18T03:22:17.760Z Downloaded anstream v0.6.15
3452024-10-18T03:22:17.762Z Downloaded proc-macro2 v1.0.87
3462024-10-18T03:22:17.765Z Downloaded papergrid v0.11.0
3472024-10-18T03:22:17.769Z Downloaded unicode-ident v1.0.13
3482024-10-18T03:22:17.771Z Downloaded toml v0.8.19
3492024-10-18T03:22:17.774Z Downloaded sha2 v0.10.8
3502024-10-18T03:22:17.777Z Downloaded pest_derive v2.7.14
3512024-10-18T03:22:17.779Z Downloaded bitflags v2.6.0
3522024-10-18T03:22:17.783Z Downloaded anyhow v1.0.89
3532024-10-18T03:22:17.791Z Downloaded pretty-hex v0.4.1
3542024-10-18T03:22:17.793Z Downloaded thread-id v4.2.2
3552024-10-18T03:22:17.793Z Downloaded equivalent v1.0.1
3562024-10-18T03:22:17.799Z Downloaded usdt-attr-macro v0.5.0
3572024-10-18T03:22:17.807Z Downloaded byteorder v1.5.0
3582024-10-18T03:22:17.810Z Downloaded usdt-macro v0.5.0
3592024-10-18T03:22:17.810Z Downloaded swrite v0.1.0
3602024-10-18T03:22:17.813Z Downloaded fs-err v2.11.0
3612024-10-18T03:22:17.816Z Downloaded fastrand v2.1.1
3622024-10-18T03:22:17.816Z Downloaded digest v0.10.7
3632024-10-18T03:22:17.822Z Downloaded scroll v0.12.0
3642024-10-18T03:22:17.828Z Downloaded camino-tempfile v1.1.1
3652024-10-18T03:22:17.833Z Downloaded toml_datetime v0.6.8
3662024-10-18T03:22:17.835Z Downloaded heck v0.4.1
3672024-10-18T03:22:17.835Z Downloaded proc-macro-error-attr v1.0.4
3682024-10-18T03:22:17.837Z Downloaded dof v0.3.0
3692024-10-18T03:22:17.837Z Downloaded terminal_size v0.4.0
3702024-10-18T03:22:17.840Z Downloaded serde_tokenstream v0.2.2
3712024-10-18T03:22:17.840Z Downloaded pest_generator v2.7.14
3722024-10-18T03:22:17.843Z Downloaded colorchoice v1.0.2
3732024-10-18T03:22:17.843Z Downloaded block-buffer v0.10.4
3742024-10-18T03:22:17.846Z Downloaded quote v1.0.37
3752024-10-18T03:22:17.848Z Downloaded unicode-linebreak v0.1.5
3762024-10-18T03:22:17.848Z Downloaded itoa v1.0.11
3772024-10-18T03:22:17.850Z Downloaded thiserror v1.0.64
3782024-10-18T03:22:17.854Z Downloaded once_cell v1.20.2
3792024-10-18T03:22:17.856Z Downloaded clap_derive v4.5.18
3802024-10-18T03:22:17.861Z Downloaded pest_meta v2.7.14
3812024-10-18T03:22:17.864Z Downloaded semver v1.0.23
3822024-10-18T03:22:17.866Z Downloaded cargo_toml v0.20.5
3832024-10-18T03:22:17.869Z Downloaded zerocopy-derive v0.7.35
3842024-10-18T03:22:17.871Z Downloaded toml_edit v0.22.22
3852024-10-18T03:22:17.893Z Downloaded serde v1.0.210
3862024-10-18T03:22:17.896Z Downloaded ucd-trie v0.1.7
3872024-10-18T03:22:17.898Z Downloaded typenum v1.17.0
3882024-10-18T03:22:17.901Z Downloaded ryu v1.0.18
3892024-10-18T03:22:17.903Z Downloaded log v0.4.22
3902024-10-18T03:22:17.906Z Downloaded clap v4.5.20
3912024-10-18T03:22:17.914Z Downloaded tempfile v3.13.0
3922024-10-18T03:22:17.916Z Downloaded serde_derive v1.0.210
3932024-10-18T03:22:17.919Z Downloaded indexmap v2.6.0
3942024-10-18T03:22:17.923Z Downloaded serde_json v1.0.128
3952024-10-18T03:22:17.930Z Downloaded smawk v0.3.2
3962024-10-18T03:22:17.932Z Downloaded memchr v2.7.4
3972024-10-18T03:22:17.943Z Downloaded zerocopy v0.7.35
3982024-10-18T03:22:17.959Z Downloaded clap_builder v4.5.20
3992024-10-18T03:22:17.966Z Downloaded pest v2.7.14
4002024-10-18T03:22:17.971Z Downloaded hashbrown v0.15.0
4012024-10-18T03:22:17.976Z Downloaded winnow v0.6.20
4022024-10-18T03:22:17.985Z Downloaded syn v1.0.109
4032024-10-18T03:22:17.996Z Downloaded tabled v0.15.0
4042024-10-18T03:22:18.013Z Downloaded goblin v0.8.2
4052024-10-18T03:22:18.021Z Downloaded syn v2.0.79
4062024-10-18T03:22:18.034Z Downloaded unicode-width v0.1.14
4072024-10-18T03:22:18.040Z Downloaded rustix v0.38.37
4082024-10-18T03:22:18.063Z Downloaded libc v0.2.159
4092024-10-18T03:22:18.374Z Compiling proc-macro2 v1.0.87
4102024-10-18T03:22:18.374Z Compiling unicode-ident v1.0.13
4112024-10-18T03:22:18.377Z Compiling version_check v0.9.5
4122024-10-18T03:22:18.378Z Compiling serde v1.0.210
4132024-10-18T03:22:18.378Z Compiling thiserror v1.0.64
4142024-10-18T03:22:18.378Z Compiling memchr v2.7.4
4152024-10-18T03:22:18.378Z Compiling libc v0.2.159
4162024-10-18T03:22:18.378Z Compiling itoa v1.0.11
4172024-10-18T03:22:18.627Z Compiling ryu v1.0.18
4182024-10-18T03:22:18.718Z Compiling ucd-trie v0.1.7
4192024-10-18T03:22:19.209Z Compiling once_cell v1.20.2
4202024-10-18T03:22:19.303Z Compiling byteorder v1.5.0
4212024-10-18T03:22:19.407Z Compiling serde_json v1.0.128
4222024-10-18T03:22:19.675Z Compiling rustix v0.38.37
4232024-10-18T03:22:19.853Z Compiling bitflags v2.6.0
4242024-10-18T03:22:19.888Z Compiling usdt-impl v0.5.0
4252024-10-18T03:22:20.128Z Compiling proc-macro-error-attr v1.0.4
4262024-10-18T03:22:20.275Z Compiling quote v1.0.37
4272024-10-18T03:22:20.326Z Compiling syn v1.0.109
4282024-10-18T03:22:20.511Z Compiling proc-macro-error v1.0.4
4292024-10-18T03:22:20.561Z Compiling log v0.4.22
4302024-10-18T03:22:20.673Z Compiling syn v2.0.79
4312024-10-18T03:22:20.829Z Compiling errno v0.3.9
4322024-10-18T03:22:20.968Z Compiling camino v1.1.9
4332024-10-18T03:22:20.968Z Compiling hashbrown v0.15.0
4342024-10-18T03:22:21.069Z Compiling thread-id v4.2.2
4352024-10-18T03:22:21.107Z Compiling utf8parse v0.2.2
4362024-10-18T03:22:21.134Z Compiling equivalent v1.0.1
4372024-10-18T03:22:21.189Z Compiling plain v0.2.3
4382024-10-18T03:22:21.282Z Compiling anstyle-parse v0.2.5
4392024-10-18T03:22:21.640Z Compiling autocfg v1.4.0
4402024-10-18T03:22:21.689Z Compiling is_terminal_polyfill v1.70.1
4412024-10-18T03:22:21.820Z Compiling pretty-hex v0.4.1
4422024-10-18T03:22:21.853Z Compiling winnow v0.6.20
4432024-10-18T03:22:22.048Z Compiling unicode-width v0.1.14
4442024-10-18T03:22:22.102Z Compiling anstyle-query v1.1.1
4452024-10-18T03:22:22.270Z Compiling indexmap v2.6.0
4462024-10-18T03:22:22.294Z Compiling anstyle v1.0.8
4472024-10-18T03:22:22.582Z Compiling semver v1.0.23
4482024-10-18T03:22:22.755Z Compiling colorchoice v1.0.2
4492024-10-18T03:22:22.845Z Compiling fs-err v2.11.0
4502024-10-18T03:22:22.922Z Compiling anstream v0.6.15
4512024-10-18T03:22:23.148Z Compiling terminal_size v0.4.0
4522024-10-18T03:22:23.371Z Compiling clap_lex v0.7.2
4532024-10-18T03:22:23.463Z Compiling fastrand v2.1.1
4542024-10-18T03:22:23.616Z Compiling bytecount v0.6.8
4552024-10-18T03:22:23.662Z Compiling anyhow v1.0.89
4562024-10-18T03:22:23.833Z Compiling strsim v0.11.1
4572024-10-18T03:22:23.875Z Compiling heck v0.5.0
4582024-10-18T03:22:23.950Z Compiling fnv v1.0.7
4592024-10-18T03:22:24.046Z Compiling cfg-if v1.0.0
4602024-10-18T03:22:24.293Z Compiling heck v0.4.1
4612024-10-18T03:22:24.543Z Compiling tempfile v3.13.0
4622024-10-18T03:22:24.595Z Compiling clap_builder v4.5.20
4632024-10-18T03:22:24.808Z Compiling papergrid v0.11.0
4642024-10-18T03:22:24.881Z Compiling memmap v0.7.0
4652024-10-18T03:22:24.982Z Compiling unicode-linebreak v0.1.5
4662024-10-18T03:22:25.230Z Compiling smawk v0.3.2
4672024-10-18T03:22:25.449Z Compiling textwrap v0.16.1
4682024-10-18T03:22:25.765Z Compiling swrite v0.1.0
4692024-10-18T03:22:26.944Z Compiling tabled_derive v0.7.0
4702024-10-18T03:22:28.635Z Compiling tabled v0.15.0
4712024-10-18T03:22:29.633Z Compiling serde_derive v1.0.210
4722024-10-18T03:22:29.635Z Compiling thiserror-impl v1.0.64
4732024-10-18T03:22:29.635Z Compiling zerocopy-derive v0.7.35
4742024-10-18T03:22:29.635Z Compiling scroll_derive v0.12.0
4752024-10-18T03:22:29.775Z Compiling clap_derive v4.5.18
4762024-10-18T03:22:31.134Z Compiling scroll v0.12.0
4772024-10-18T03:22:31.674Z Compiling zerocopy v0.7.35
4782024-10-18T03:22:31.701Z Compiling goblin v0.8.2
4792024-10-18T03:22:32.392Z Compiling pest v2.7.14
4802024-10-18T03:22:33.408Z Compiling clap v4.5.20
4812024-10-18T03:22:34.731Z Compiling pest_meta v2.7.14
4822024-10-18T03:22:35.574Z Compiling pest_generator v2.7.14
4832024-10-18T03:22:37.455Z Compiling pest_derive v2.7.14
4842024-10-18T03:22:38.161Z Compiling dtrace-parser v0.2.0
4852024-10-18T03:22:39.898Z Compiling toml_datetime v0.6.8
4862024-10-18T03:22:39.899Z Compiling serde_spanned v0.6.8
4872024-10-18T03:22:39.902Z Compiling cargo-platform v0.1.8
4882024-10-18T03:22:40.250Z Compiling serde_tokenstream v0.2.2
4892024-10-18T03:22:40.272Z Compiling macaddr v1.0.1
4902024-10-18T03:22:40.508Z Compiling toml_edit v0.22.22
4912024-10-18T03:22:40.614Z Compiling camino-tempfile v1.1.1
4922024-10-18T03:22:41.321Z Compiling dof v0.3.0
4932024-10-18T03:22:41.321Z Compiling cargo_metadata v0.18.1
4942024-10-18T03:22:43.269Z Compiling toml v0.8.19
4952024-10-18T03:22:43.354Z Compiling usdt-attr-macro v0.5.0
4962024-10-18T03:22:43.354Z Compiling usdt-macro v0.5.0
4972024-10-18T03:22:44.077Z Compiling cargo_toml v0.20.5
4982024-10-18T03:22:44.739Z Compiling usdt v0.5.0
4992024-10-18T03:22:47.607Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5002024-10-18T03:22:51.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.73s
5012024-10-18T03:22:51.791Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5022024-10-18T03:22:52.358Z Downloading crates ...
5032024-10-18T03:22:52.488Z Downloaded bb8 v0.8.5
5042024-10-18T03:22:52.495Z Downloaded arc-swap v1.7.1
5052024-10-18T03:22:52.502Z Downloaded async-stream-impl v0.3.6
5062024-10-18T03:22:52.505Z Downloaded assert_matches v1.5.0
5072024-10-18T03:22:52.507Z Downloaded bit-vec v0.6.3
5082024-10-18T03:22:52.507Z Downloaded blowfish v0.9.1
5092024-10-18T03:22:52.511Z Downloaded cfg_aliases v0.2.1
5102024-10-18T03:22:52.514Z Downloaded atty v0.2.14
5112024-10-18T03:22:52.516Z Downloaded hickory-resolver v0.24.1
5122024-10-18T03:22:52.520Z Downloaded bitfield-struct v0.6.2
5132024-10-18T03:22:52.523Z Downloaded instant v0.1.13
5142024-10-18T03:22:52.525Z Downloaded buf-list v1.0.3
5152024-10-18T03:22:52.528Z Downloaded const_format_proc_macros v0.2.33
5162024-10-18T03:22:52.530Z Downloaded addr2line v0.24.2
5172024-10-18T03:22:52.533Z Downloaded normalize-line-endings v0.3.0
5182024-10-18T03:22:52.535Z Downloaded crossbeam-deque v0.8.5
5192024-10-18T03:22:52.537Z Downloaded md5 v0.7.0
5202024-10-18T03:22:52.539Z Downloaded inout v0.1.3
5212024-10-18T03:22:52.539Z Downloaded indoc v1.0.9
5222024-10-18T03:22:52.542Z Downloaded httpdate v1.0.3
5232024-10-18T03:22:52.544Z Downloaded hyper-tls v0.6.0
5242024-10-18T03:22:52.547Z Downloaded data-encoding v2.6.0
5252024-10-18T03:22:52.549Z Downloaded nodrop v0.1.14
5262024-10-18T03:22:52.549Z Downloaded indent_write v2.2.0
5272024-10-18T03:22:52.551Z Downloaded cobs v0.2.3
5282024-10-18T03:22:52.551Z Downloaded mime v0.3.17
5292024-10-18T03:22:52.554Z Downloaded kstat-rs v0.2.4
5302024-10-18T03:22:52.556Z Downloaded nibble_vec v0.1.0
5312024-10-18T03:22:52.559Z Downloaded ciborium v0.2.2
5322024-10-18T03:22:52.561Z Downloaded crucible-workspace-hack v0.1.0
5332024-10-18T03:22:52.561Z Downloaded cipher v0.4.4
5342024-10-18T03:22:52.563Z Downloaded ciborium-ll v0.2.2
5352024-10-18T03:22:52.565Z Downloaded newtype-uuid v1.1.2
5362024-10-18T03:22:52.568Z Downloaded hyper-rustls v0.27.3
5372024-10-18T03:22:52.570Z Downloaded highway v1.2.0
5382024-10-18T03:22:52.573Z Downloaded managed v0.8.0
5392024-10-18T03:22:52.575Z Downloaded ipnet v2.10.1
5402024-10-18T03:22:52.577Z Downloaded crc-any v2.5.0
5412024-10-18T03:22:52.580Z Downloaded const-oid v0.9.6
5422024-10-18T03:22:52.583Z Downloaded lock_api v0.4.12
5432024-10-18T03:22:52.585Z Downloaded atomicwrites v0.4.4
5442024-10-18T03:22:52.586Z Downloaded lazycell v1.3.0
5452024-10-18T03:22:52.588Z Downloaded hmac v0.12.1
5462024-10-18T03:22:52.590Z Downloaded nanorand v0.7.0
5472024-10-18T03:22:52.592Z Downloaded ctr v0.9.2
5482024-10-18T03:22:52.595Z Downloaded indicatif v0.17.8
5492024-10-18T03:22:52.600Z Downloaded libloading v0.8.5
5502024-10-18T03:22:52.603Z Downloaded rustls-pemfile v1.0.4
5512024-10-18T03:22:52.605Z Downloaded take_mut v0.2.2
5522024-10-18T03:22:52.608Z Downloaded compact_str v0.8.0
5532024-10-18T03:22:52.611Z Downloaded crossbeam-utils v0.8.20
5542024-10-18T03:22:52.614Z Downloaded scopeguard v1.2.0
5552024-10-18T03:22:52.616Z Downloaded bit-set v0.5.3
5562024-10-18T03:22:52.618Z Downloaded base16ct v0.2.0
5572024-10-18T03:22:52.621Z Downloaded darling_core v0.20.10
5582024-10-18T03:22:52.625Z Downloaded arrayref v0.3.9
5592024-10-18T03:22:52.627Z Downloaded http-body-util v0.1.2
5602024-10-18T03:22:52.629Z Downloaded darling_macro v0.20.10
5612024-10-18T03:22:52.631Z Downloaded ident_case v1.0.1
5622024-10-18T03:22:52.631Z Downloaded crunchy v0.2.2
5632024-10-18T03:22:52.634Z Downloaded cstr-argument v0.1.2
5642024-10-18T03:22:52.634Z Downloaded ciborium-io v0.2.2
5652024-10-18T03:22:52.637Z Downloaded mockall_derive v0.13.0
5662024-10-18T03:22:52.639Z Downloaded aead v0.5.2
5672024-10-18T03:22:52.639Z Downloaded chacha20poly1305 v0.10.1
5682024-10-18T03:22:52.642Z Downloaded bitflags v1.3.2
5692024-10-18T03:22:52.645Z Downloaded bitfield v0.14.0
5702024-10-18T03:22:52.648Z Downloaded universal-hash v0.5.1
5712024-10-18T03:22:52.650Z Downloaded http-body v0.4.6
5722024-10-18T03:22:52.652Z Downloaded minimal-lexical v0.2.1
5732024-10-18T03:22:52.656Z Downloaded humantime v2.1.0
5742024-10-18T03:22:52.659Z Downloaded tokio-tungstenite v0.23.1
5752024-10-18T03:22:52.661Z Downloaded structmeta-derive v0.2.0
5762024-10-18T03:22:52.664Z Downloaded is-terminal v0.4.13
5772024-10-18T03:22:52.666Z Downloaded async-trait v0.1.83
5782024-10-18T03:22:52.668Z Downloaded rpassword v7.3.1
5792024-10-18T03:22:52.671Z Downloaded is_ci v1.2.0
5802024-10-18T03:22:52.673Z Downloaded utf-8 v0.7.6
5812024-10-18T03:22:52.673Z Downloaded slog-bunyan v2.5.0
5822024-10-18T03:22:52.676Z Downloaded constant_time_eq v0.3.1
5832024-10-18T03:22:52.676Z Downloaded newline-converter v0.3.0
5842024-10-18T03:22:52.679Z Downloaded match_cfg v0.1.0
5852024-10-18T03:22:52.681Z Downloaded try-lock v0.2.5
5862024-10-18T03:22:52.681Z Downloaded newtype_derive v0.1.6
5872024-10-18T03:22:52.683Z Downloaded backtrace v0.3.74
5882024-10-18T03:22:52.688Z Downloaded mio v1.0.2
5892024-10-18T03:22:52.695Z Downloaded rustc-demangle v0.1.24
5902024-10-18T03:22:52.697Z Downloaded internet-checksum v0.2.1
5912024-10-18T03:22:52.700Z Downloaded backoff v0.4.0
5922024-10-18T03:22:52.711Z Downloaded ascii-canvas v3.0.0
5932024-10-18T03:22:52.711Z Downloaded iana-time-zone v0.1.61
5942024-10-18T03:22:52.714Z Downloaded hyper-staticfile v0.10.1
5952024-10-18T03:22:52.714Z Downloaded httparse v1.9.5
5962024-10-18T03:22:52.715Z Downloaded linked-hash-map v0.5.6
5972024-10-18T03:22:52.715Z Downloaded itertools v0.10.5
5982024-10-18T03:22:52.720Z Downloaded siphasher v0.3.11
5992024-10-18T03:22:52.723Z Downloaded uzers v0.12.1
6002024-10-18T03:22:52.726Z Downloaded memoffset v0.9.1
6012024-10-18T03:22:52.728Z Downloaded float-ord v0.3.2
6022024-10-18T03:22:52.729Z Downloaded md-5 v0.10.6
6032024-10-18T03:22:52.732Z Downloaded libsw v3.3.1
6042024-10-18T03:22:52.734Z Downloaded rand_core v0.6.4
6052024-10-18T03:22:52.737Z Downloaded mockall v0.13.0
6062024-10-18T03:22:52.737Z Downloaded multimap v0.10.0
6072024-10-18T03:22:52.739Z Downloaded lru v0.12.5
6082024-10-18T03:22:52.742Z Downloaded embedded-io v0.6.1
6092024-10-18T03:22:52.742Z Downloaded stable_deref_trait v1.2.0
6102024-10-18T03:22:52.744Z Downloaded slog-dtrace v0.3.0
6112024-10-18T03:22:52.746Z Downloaded scheduled-thread-pool v0.2.7
6122024-10-18T03:22:52.747Z Downloaded indexmap v1.9.3
6132024-10-18T03:22:52.750Z Downloaded precomputed-hash v0.1.1
6142024-10-18T03:22:52.753Z Downloaded csv-core v0.1.11
6152024-10-18T03:22:52.753Z Downloaded crc-catalog v2.4.0
6162024-10-18T03:22:52.755Z Downloaded deranged v0.3.11
6172024-10-18T03:22:52.758Z Downloaded futures-executor v0.3.31
6182024-10-18T03:22:52.758Z Downloaded filetime v0.2.25
6192024-10-18T03:22:52.760Z Downloaded group v0.13.0
6202024-10-18T03:22:52.763Z Downloaded time-macros v0.2.18
6212024-10-18T03:22:52.766Z Downloaded structmeta-derive v0.3.0
6222024-10-18T03:22:52.768Z Downloaded heck v0.3.3
6232024-10-18T03:22:52.768Z Downloaded futures-core v0.3.31
6242024-10-18T03:22:52.770Z Downloaded tabwriter v1.4.0
6252024-10-18T03:22:52.770Z Downloaded libefi-sys v0.1.0
6262024-10-18T03:22:52.773Z Downloaded scrypt v0.11.0
6272024-10-18T03:22:52.775Z Downloaded blake2 v0.10.6
6282024-10-18T03:22:52.778Z Downloaded num_enum v0.5.11
6292024-10-18T03:22:52.782Z Downloaded num-iter v0.1.45
6302024-10-18T03:22:52.785Z Downloaded serde_plain v1.0.2
6312024-10-18T03:22:52.787Z Downloaded ipnetwork v0.20.0
6322024-10-18T03:22:52.790Z Downloaded memmap2 v0.9.5
6332024-10-18T03:22:52.792Z Downloaded des v0.8.1
6342024-10-18T03:22:52.795Z Downloaded native-tls v0.2.12
6352024-10-18T03:22:52.797Z Downloaded tokio-stream v0.1.16
6362024-10-18T03:22:52.800Z Downloaded clang-sys v1.8.1
6372024-10-18T03:22:52.803Z Downloaded downcast v0.11.0
6382024-10-18T03:22:52.805Z Downloaded derive_builder_macro v0.20.2
6392024-10-18T03:22:52.808Z Downloaded dropshot_endpoint v0.12.0
6402024-10-18T03:22:52.810Z Downloaded libxml v0.3.3
6412024-10-18T03:22:52.816Z Downloaded crossbeam-epoch v0.9.18
6422024-10-18T03:22:52.819Z Downloaded defmt v0.3.8
6432024-10-18T03:22:52.823Z Downloaded foreign-types-shared v0.3.1
6442024-10-18T03:22:52.826Z Downloaded ref-cast v1.0.23
6452024-10-18T03:22:52.829Z Downloaded rustc_version v0.1.7
6462024-10-18T03:22:52.831Z Downloaded smallvec v0.6.14
6472024-10-18T03:22:52.831Z Downloaded serde_path_to_error v0.1.16
6482024-10-18T03:22:52.833Z Downloaded subtle v2.6.1
6492024-10-18T03:22:52.836Z Downloaded value-bag v1.9.0
6502024-10-18T03:22:52.838Z Downloaded tokio-tungstenite v0.21.0
6512024-10-18T03:22:52.841Z Downloaded fxhash v0.2.1
6522024-10-18T03:22:52.843Z Downloaded num-rational v0.4.2
6532024-10-18T03:22:52.843Z Downloaded base64 v0.21.7
6542024-10-18T03:22:52.847Z Downloaded ssh-encoding v0.2.0
6552024-10-18T03:22:52.860Z Downloaded supports-color v3.0.1
6562024-10-18T03:22:52.862Z Downloaded wyz v0.5.1
6572024-10-18T03:22:52.864Z Downloaded progenitor-client v0.8.0
6582024-10-18T03:22:52.867Z Downloaded xattr v1.3.1
6592024-10-18T03:22:52.867Z Downloaded pkcs8 v0.10.2
6602024-10-18T03:22:52.871Z Downloaded unicode-xid v0.2.6
6612024-10-18T03:22:52.874Z Downloaded xz2 v0.1.7
6622024-10-18T03:22:52.876Z Downloaded tokio-macros v2.4.0
6632024-10-18T03:22:52.877Z Downloaded primeorder v0.13.6
6642024-10-18T03:22:52.879Z Downloaded unicode-truncate v1.1.0
6652024-10-18T03:22:52.879Z Downloaded ref-cast-impl v1.0.23
6662024-10-18T03:22:52.881Z Downloaded strum v0.26.3
6672024-10-18T03:22:52.881Z Downloaded tui-tree-widget v0.22.0
6682024-10-18T03:22:52.884Z Downloaded shell-words v1.1.0
6692024-10-18T03:22:52.884Z Downloaded rustls-pemfile v2.2.0
6702024-10-18T03:22:52.886Z Downloaded nu-ansi-term v0.50.1
6712024-10-18T03:22:52.889Z Downloaded russh-keys v0.45.0
6722024-10-18T03:22:52.892Z Downloaded miniz_oxide v0.8.0
6732024-10-18T03:22:52.895Z Downloaded ghash v0.5.1
6742024-10-18T03:22:52.898Z Downloaded strum_macros v0.26.4
6752024-10-18T03:22:52.901Z Downloaded slog-term v2.9.1
6762024-10-18T03:22:52.903Z Downloaded russh-cryptovec v0.7.3
6772024-10-18T03:22:52.906Z Downloaded display-error-chain v0.2.1
6782024-10-18T03:22:52.906Z Downloaded parse-display v0.10.0
6792024-10-18T03:22:52.906Z Downloaded owo-colors v4.1.0
6802024-10-18T03:22:52.909Z Downloaded num v0.4.3
6812024-10-18T03:22:52.911Z Downloaded form_urlencoded v1.2.1
6822024-10-18T03:22:52.914Z Downloaded zone_cfg_derive v0.3.0
6832024-10-18T03:22:52.914Z Downloaded waitgroup v0.1.2
6842024-10-18T03:22:52.916Z Downloaded zip v0.6.6
6852024-10-18T03:22:52.919Z Downloaded tokio-rustls v0.26.0
6862024-10-18T03:22:52.921Z Downloaded r2d2 v0.8.10
6872024-10-18T03:22:52.924Z Downloaded pin-utils v0.1.0
6882024-10-18T03:22:52.927Z Downloaded rfc6979 v0.4.0
6892024-10-18T03:22:52.927Z Downloaded progenitor v0.8.0
6902024-10-18T03:22:52.929Z Downloaded num-traits v0.2.19
6912024-10-18T03:22:52.932Z Downloaded aho-corasick v1.1.3
6922024-10-18T03:22:52.938Z Downloaded derive_builder v0.20.2
6932024-10-18T03:22:52.944Z Downloaded headers-core v0.3.0
6942024-10-18T03:22:52.946Z Downloaded oso-derive v0.27.3
6952024-10-18T03:22:52.946Z Downloaded toolchain_find v0.4.0
6962024-10-18T03:22:52.949Z Downloaded strum_macros v0.24.3
6972024-10-18T03:22:52.952Z Downloaded topological-sort v0.2.2
6982024-10-18T03:22:52.954Z Downloaded rtoolbox v0.0.2
6992024-10-18T03:22:52.954Z Downloaded snafu v0.8.5
7002024-10-18T03:22:52.960Z Downloaded env_logger v0.11.5
7012024-10-18T03:22:52.964Z Downloaded getrandom v0.2.15
7022024-10-18T03:22:52.967Z Downloaded tinyvec_macros v0.1.1
7032024-10-18T03:22:52.969Z Downloaded p256 v0.13.2
7042024-10-18T03:22:52.972Z Downloaded zeroize v1.8.1
7052024-10-18T03:22:52.974Z Downloaded ff v0.13.0
7062024-10-18T03:22:52.977Z Downloaded dirs-sys-next v0.1.2
7072024-10-18T03:22:52.980Z Downloaded defmt-macros v0.3.9
7082024-10-18T03:22:52.985Z Downloaded hickory-server v0.24.1
7092024-10-18T03:22:52.987Z Downloaded radium v0.7.0
7102024-10-18T03:22:52.990Z Downloaded serde-big-array v0.5.1
7112024-10-18T03:22:52.992Z Downloaded glob v0.3.1
7122024-10-18T03:22:52.992Z Downloaded fallible-iterator v0.3.0
7132024-10-18T03:22:52.994Z Downloaded fd-lock v4.0.2
7142024-10-18T03:22:52.997Z Downloaded derive_builder_core v0.20.2
7152024-10-18T03:22:53.000Z Downloaded http v1.1.0
7162024-10-18T03:22:53.004Z Downloaded crossbeam-channel v0.5.13
7172024-10-18T03:22:53.009Z Downloaded phf_shared v0.11.2
7182024-10-18T03:22:53.012Z Downloaded path-slash v0.1.5
7192024-10-18T03:22:53.014Z Downloaded peg-runtime v0.8.3
7202024-10-18T03:22:53.015Z Downloaded rustc-hash v1.1.0
7212024-10-18T03:22:53.015Z Downloaded rand_xorshift v0.3.0
7222024-10-18T03:22:53.017Z Downloaded rand_seeder v0.3.0
7232024-10-18T03:22:53.020Z Downloaded env_logger v0.10.2
7242024-10-18T03:22:53.022Z Downloaded hyper v0.14.30
7252024-10-18T03:22:53.030Z Downloaded number_prefix v0.4.0
7262024-10-18T03:22:53.033Z Downloaded spin v0.5.2
7272024-10-18T03:22:53.035Z Downloaded sec1 v0.7.3
7282024-10-18T03:22:53.037Z Downloaded defmt-parser v0.3.4
7292024-10-18T03:22:53.037Z Downloaded parking_lot_core v0.9.10
7302024-10-18T03:22:53.039Z Downloaded tracing-core v0.1.32
7312024-10-18T03:22:53.042Z Downloaded sync_wrapper v0.1.2
7322024-10-18T03:22:53.046Z Downloaded sigpipe v0.1.3
7332024-10-18T03:22:53.046Z Downloaded typify-macro v0.2.0
7342024-10-18T03:22:53.046Z Downloaded smf v0.2.3
7352024-10-18T03:22:53.049Z Downloaded typed-path v0.7.1
7362024-10-18T03:22:53.054Z Downloaded thread_local v1.1.8
7372024-10-18T03:22:53.057Z Downloaded num-conv v0.1.0
7382024-10-18T03:22:53.059Z Downloaded zone_cfg_derive v0.1.2
7392024-10-18T03:22:53.059Z Downloaded postgres-protocol v0.6.7
7402024-10-18T03:22:53.061Z Downloaded peg-macros v0.8.4
7412024-10-18T03:22:53.063Z Downloaded diesel-dtrace v0.3.0
7422024-10-18T03:22:53.066Z Downloaded test-strategy v0.3.1
7432024-10-18T03:22:53.069Z Downloaded pem-rfc7468 v0.7.0
7442024-10-18T03:22:53.071Z Downloaded postgres-types v0.2.8
7452024-10-18T03:22:53.074Z Downloaded num-derive v0.4.2
7462024-10-18T03:22:53.076Z Downloaded env_filter v0.1.2
7472024-10-18T03:22:53.079Z Downloaded secrecy v0.8.0
7482024-10-18T03:22:53.082Z Downloaded futures-io v0.3.31
7492024-10-18T03:22:53.082Z Downloaded quick-error v1.2.3
7502024-10-18T03:22:53.084Z Downloaded funty v2.0.0
7512024-10-18T03:22:53.084Z Downloaded fragile v2.0.0
7522024-10-18T03:22:53.087Z Downloaded foreign-types-macros v0.2.3
7532024-10-18T03:22:53.087Z Downloaded enum-as-inner v0.6.1
7542024-10-18T03:22:53.089Z Downloaded structmeta v0.3.0
7552024-10-18T03:22:53.091Z Downloaded num_enum_derive v0.5.11
7562024-10-18T03:22:53.091Z Downloaded slab v0.4.9
7572024-10-18T03:22:53.094Z Downloaded fatfs v0.3.6
7582024-10-18T03:22:53.097Z Downloaded peg v0.8.4
7592024-10-18T03:22:53.101Z Downloaded vsss-rs v3.3.4
7602024-10-18T03:22:53.104Z Downloaded endian-type v0.1.2
7612024-10-18T03:22:53.107Z Downloaded spin v0.9.8
7622024-10-18T03:22:53.109Z Downloaded paste v1.0.15
7632024-10-18T03:22:53.112Z Downloaded opaque-debug v0.3.1
7642024-10-18T03:22:53.114Z Downloaded toml v0.7.8
7652024-10-18T03:22:53.117Z Downloaded parking_lot v0.11.2
7662024-10-18T03:22:53.119Z Downloaded quinn v0.11.5
7672024-10-18T03:22:53.123Z Downloaded serde-hex v0.1.0
7682024-10-18T03:22:53.125Z Downloaded zone v0.1.8
7692024-10-18T03:22:53.128Z Downloaded zone v0.3.0
7702024-10-18T03:22:53.128Z Downloaded zeroize_derive v1.4.2
7712024-10-18T03:22:53.130Z Downloaded ssh-key v0.6.6
7722024-10-18T03:22:53.136Z Downloaded sqlparser_derive v0.2.2
7732024-10-18T03:22:53.139Z Downloaded psl-types v2.0.11
7742024-10-18T03:22:53.141Z Downloaded diesel_table_macro_syntax v0.2.0
7752024-10-18T03:22:53.141Z Downloaded powerfmt v0.2.0
7762024-10-18T03:22:53.144Z Downloaded spki v0.7.3
7772024-10-18T03:22:53.144Z Downloaded hash32 v0.2.1
7782024-10-18T03:22:53.146Z Downloaded signal-hook-mio v0.2.4
7792024-10-18T03:22:53.149Z Downloaded subprocess v0.2.9
7802024-10-18T03:22:53.151Z Downloaded futures-sink v0.3.31
7812024-10-18T03:22:53.151Z Downloaded dhcproto-macros v0.1.0
7822024-10-18T03:22:53.154Z Downloaded foreign-types v0.3.2
7832024-10-18T03:22:53.154Z Downloaded tower-service v0.3.3
7842024-10-18T03:22:53.157Z Downloaded tokio-native-tls v0.3.1
7852024-10-18T03:22:53.157Z Downloaded num-complex v0.4.6
7862024-10-18T03:22:53.159Z Downloaded smallvec v1.13.2
7872024-10-18T03:22:53.162Z Downloaded tinyvec v1.8.0
7882024-10-18T03:22:53.164Z Downloaded schemars v0.8.21
7892024-10-18T03:22:53.177Z Downloaded fixedbitset v0.4.2
7902024-10-18T03:22:53.179Z Downloaded embedded-io v0.4.0
7912024-10-18T03:22:53.182Z Downloaded sqlformat v0.2.6
7922024-10-18T03:22:53.184Z Downloaded polyval v0.6.2
7932024-10-18T03:22:53.186Z Downloaded headers v0.4.0
7942024-10-18T03:22:53.191Z Downloaded rustversion v1.0.17
7952024-10-18T03:22:53.193Z Downloaded want v0.3.1
7962024-10-18T03:22:53.196Z Downloaded tokio-rustls v0.25.0
7972024-10-18T03:22:53.199Z Downloaded openssl-macros v0.1.1
7982024-10-18T03:22:53.199Z Downloaded progenitor-impl v0.8.0
7992024-10-18T03:22:53.201Z Downloaded hickory-client v0.24.1
8002024-10-18T03:22:53.204Z Downloaded parse-size v1.0.0
8012024-10-18T03:22:53.207Z Downloaded ssh-cipher v0.2.0
8022024-10-18T03:22:53.207Z Downloaded omicron-zone-package v0.11.1
8032024-10-18T03:22:53.210Z Downloaded aes-gcm v0.10.3
8042024-10-18T03:22:53.214Z Downloaded crossterm v0.28.1
8052024-10-18T03:22:53.221Z Downloaded enum-as-inner v0.5.1
8062024-10-18T03:22:53.224Z Downloaded futures-task v0.3.31
8072024-10-18T03:22:53.226Z Downloaded foreign-types v0.5.0
8082024-10-18T03:22:53.226Z Downloaded foldhash v0.1.3
8092024-10-18T03:22:53.230Z Downloaded unarray v0.1.4
8102024-10-18T03:22:53.230Z Downloaded password-hash v0.4.2
8112024-10-18T03:22:53.233Z Downloaded socket2 v0.5.7
8122024-10-18T03:22:53.236Z Downloaded predicates-tree v1.0.11
8132024-10-18T03:22:53.236Z Downloaded futures-macro v0.3.31
8142024-10-18T03:22:53.236Z Downloaded pkg-config v0.3.31
8152024-10-18T03:22:53.238Z Downloaded heapless v0.7.17
8162024-10-18T03:22:53.242Z Downloaded hyper v1.4.1
8172024-10-18T03:22:53.249Z Downloaded signature v2.2.0
8182024-10-18T03:22:53.251Z Downloaded termtree v0.4.1
8192024-10-18T03:22:53.256Z Downloaded flagset v0.4.6
8202024-10-18T03:22:53.256Z Downloaded poly1305 v0.8.0
8212024-10-18T03:22:53.259Z Downloaded tls_codec v0.4.1
8222024-10-18T03:22:53.259Z Downloaded phf_generator v0.11.2
8232024-10-18T03:22:53.261Z Downloaded half v2.4.1
8242024-10-18T03:22:53.264Z Downloaded dhcproto v0.12.0
8252024-10-18T03:22:53.266Z Downloaded resolv-conf v0.7.0
8262024-10-18T03:22:53.269Z Downloaded oso v0.27.3
8272024-10-18T03:22:53.272Z Downloaded expectorate v1.1.0
8282024-10-18T03:22:53.275Z Downloaded termcolor v1.4.1
8292024-10-18T03:22:53.277Z Downloaded either v1.13.0
8302024-10-18T03:22:53.280Z Downloaded toml_edit v0.19.15
8312024-10-18T03:22:53.296Z Downloaded ppv-lite86 v0.2.20
8322024-10-18T03:22:53.299Z Downloaded pretty-hex v0.2.1
8332024-10-18T03:22:53.299Z Downloaded hex v0.4.3
8342024-10-18T03:22:53.301Z Downloaded float-cmp v0.9.0
8352024-10-18T03:22:53.301Z Downloaded whoami v1.5.2
8362024-10-18T03:22:53.304Z Downloaded slog v2.7.0
8372024-10-18T03:22:53.307Z Downloaded ron v0.8.1
8382024-10-18T03:22:53.312Z Downloaded salsa20 v0.10.2
8392024-10-18T03:22:53.315Z Downloaded quinn-udp v0.5.5
8402024-10-18T03:22:53.318Z Downloaded hex-literal v0.4.1
8412024-10-18T03:22:53.318Z Downloaded rustfmt-wrapper v0.2.1
8422024-10-18T03:22:53.320Z Downloaded unicase v2.7.0
8432024-10-18T03:22:53.320Z Downloaded tls_codec_derive v0.4.1
8442024-10-18T03:22:53.323Z Downloaded signal-hook v0.3.17
8452024-10-18T03:22:53.325Z Downloaded der v0.7.9
8462024-10-18T03:22:53.330Z Downloaded tap v1.0.1
8472024-10-18T03:22:53.333Z Downloaded thiserror-no-std v2.0.2
8482024-10-18T03:22:53.335Z Downloaded openssl-probe v0.1.5
8492024-10-18T03:22:53.338Z Downloaded vte v0.11.1
8502024-10-18T03:22:53.340Z Downloaded unsafe-libyaml v0.2.11
8512024-10-18T03:22:53.343Z Downloaded dyn-clone v1.0.17
8522024-10-18T03:22:53.345Z Downloaded sha1 v0.10.6
8532024-10-18T03:22:53.347Z Downloaded which v4.4.2
8542024-10-18T03:22:53.349Z Downloaded ron v0.7.1
8552024-10-18T03:22:53.352Z Downloaded proc-macro-crate v1.3.1
8562024-10-18T03:22:53.354Z Downloaded openssl-sys v0.9.103
8572024-10-18T03:22:53.359Z Downloaded rsa v0.9.6
8582024-10-18T03:22:53.365Z Downloaded signal-hook-registry v1.4.2
8592024-10-18T03:22:53.368Z Downloaded string_cache v0.8.7
8602024-10-18T03:22:53.368Z Downloaded rusty-fork v0.3.0
8612024-10-18T03:22:53.370Z Downloaded untrusted v0.7.1
8622024-10-18T03:22:53.370Z Downloaded sct v0.7.1
8632024-10-18T03:22:53.374Z Downloaded hkdf v0.12.4
8642024-10-18T03:22:53.377Z Downloaded rand_chacha v0.3.1
8652024-10-18T03:22:53.380Z Downloaded parse-display-derive v0.10.0
8662024-10-18T03:22:53.380Z Downloaded untrusted v0.9.0
8672024-10-18T03:22:53.382Z Downloaded termios v0.3.3
8682024-10-18T03:22:53.385Z Downloaded stringprep v0.1.5
8692024-10-18T03:22:53.385Z Downloaded rustc_version v0.4.1
8702024-10-18T03:22:53.387Z Downloaded tungstenite v0.23.0
8712024-10-18T03:22:53.390Z Downloaded pin-project v1.1.6
8722024-10-18T03:22:53.401Z Downloaded hash32 v0.3.1
8732024-10-18T03:22:53.403Z Downloaded pkcs5 v0.7.1
8742024-10-18T03:22:53.407Z Downloaded publicsuffix v2.2.3
8752024-10-18T03:22:53.409Z Downloaded num-bigint-dig v0.8.4
8762024-10-18T03:22:53.415Z Downloaded parse-zoneinfo v0.3.1
8772024-10-18T03:22:53.417Z Downloaded tar v0.4.42
8782024-10-18T03:22:53.420Z Downloaded diff v0.1.13
8792024-10-18T03:22:53.424Z Downloaded reedline v0.35.0
8802024-10-18T03:22:53.432Z Downloaded globset v0.4.15
8812024-10-18T03:22:53.434Z Downloaded ecdsa v0.16.9
8822024-10-18T03:22:53.437Z Downloaded elliptic-curve v0.13.8
8832024-10-18T03:22:53.440Z Downloaded qorb v0.0.2
8842024-10-18T03:22:53.444Z Downloaded h2 v0.3.26
8852024-10-18T03:22:53.452Z Downloaded russh v0.45.0
8862024-10-18T03:22:53.458Z Downloaded ed25519 v2.2.3
8872024-10-18T03:22:53.460Z Downloaded serde_with v3.11.0
8882024-10-18T03:22:53.468Z Downloaded vergen v8.3.2
8892024-10-18T03:22:53.472Z Downloaded parking_lot v0.12.3
8902024-10-18T03:22:53.475Z Downloaded tokio-rustls v0.24.1
8912024-10-18T03:22:53.477Z Downloaded tracing v0.1.40
8922024-10-18T03:22:53.482Z Downloaded rusqlite v0.32.1
8932024-10-18T03:22:53.489Z Downloaded rustls-webpki v0.102.8
8942024-10-18T03:22:53.510Z Downloaded serde_yaml v0.9.34+deprecated
8952024-10-18T03:22:53.515Z Downloaded prettyplease v0.2.22
8962024-10-18T03:22:53.519Z Downloaded tokio-postgres v0.7.12
8972024-10-18T03:22:53.523Z Downloaded heapless v0.8.0
8982024-10-18T03:22:53.527Z Downloaded url v2.5.2
8992024-10-18T03:22:53.530Z Downloaded quick-xml v0.33.0
9002024-10-18T03:22:53.538Z Downloaded rand v0.8.5
9012024-10-18T03:22:53.542Z Downloaded quinn-proto v0.11.8
9022024-10-18T03:22:53.547Z Downloaded proptest v1.5.0
9032024-10-18T03:22:53.557Z Downloaded flate2 v1.0.34
9042024-10-18T03:22:53.563Z Downloaded unicode-normalization v0.1.24
9052024-10-18T03:22:53.567Z Downloaded steno v0.4.1
9062024-10-18T03:22:53.572Z Downloaded lalrpop v0.19.12
9072024-10-18T03:22:53.584Z Downloaded idna v0.4.0
9082024-10-18T03:22:53.591Z Downloaded p384 v0.13.0
9092024-10-18T03:22:53.598Z Downloaded regex v1.11.0
9102024-10-18T03:22:53.613Z Downloaded idna v0.2.3
9112024-10-18T03:22:53.619Z Downloaded hashbrown v0.13.2
9122024-10-18T03:22:53.624Z Downloaded vcpkg v0.2.15
9132024-10-18T03:22:53.664Z Downloaded rustyline v14.0.0
9142024-10-18T03:22:53.668Z Downloaded tough v0.17.1
9152024-10-18T03:22:53.677Z Downloaded reqwest v0.11.27
9162024-10-18T03:22:53.686Z Downloaded winnow v0.5.40
9172024-10-18T03:22:53.694Z Downloaded smoltcp v0.11.0
9182024-10-18T03:22:53.709Z Downloaded curve25519-dalek v4.1.3
9192024-10-18T03:22:53.718Z Downloaded hashbrown v0.14.5
9202024-10-18T03:22:53.723Z Downloaded futures-util v0.3.31
9212024-10-18T03:22:53.735Z Downloaded chrono-tz v0.10.0
9222024-10-18T03:22:53.742Z Downloaded h2 v0.4.6
9232024-10-18T03:22:53.749Z Downloaded gimli v0.31.1
9242024-10-18T03:22:53.758Z Downloaded trust-dns-proto v0.22.0
9252024-10-18T03:22:53.770Z Downloaded nix v0.29.0
9262024-10-18T03:22:53.783Z Downloaded bstr v1.10.0
9272024-10-18T03:22:53.795Z Downloaded regex-syntax v0.6.29
9282024-10-18T03:22:53.802Z Downloaded object v0.30.4
9292024-10-18T03:22:53.812Z Downloaded polar-core v0.27.3
9302024-10-18T03:22:53.821Z Downloaded rustls v0.23.14
9312024-10-18T03:22:53.834Z Downloaded regex-syntax v0.8.5
9322024-10-18T03:22:53.842Z Downloaded webpki-roots v0.26.6
9332024-10-18T03:22:53.847Z Downloaded hickory-proto v0.24.1
9342024-10-18T03:22:53.862Z Downloaded openssl v0.10.66
9352024-10-18T03:22:53.872Z Downloaded rustls v0.21.12
9362024-10-18T03:22:53.884Z Downloaded object v0.36.5
9372024-10-18T03:22:53.897Z Downloaded regress v0.9.1
9382024-10-18T03:22:53.906Z Downloaded openapiv3 v2.0.0
9392024-10-18T03:22:53.919Z Downloaded diesel v2.2.4
9402024-10-18T03:22:53.938Z Downloaded typify-impl v0.2.0
9412024-10-18T03:22:53.954Z Downloaded regex-automata v0.4.8
9422024-10-18T03:22:53.972Z Downloaded ratatui v0.28.1
9432024-10-18T03:22:53.992Z Downloaded sled v0.34.7
9442024-10-18T03:22:54.002Z Downloaded petgraph v0.6.5
9452024-10-18T03:22:54.020Z Downloaded csv v1.3.0
9462024-10-18T03:22:54.041Z Downloaded zerocopy-derive v0.6.6
9472024-10-18T03:22:54.051Z Downloaded tokio v1.40.0
9482024-10-18T03:22:54.090Z Downloaded bzip2-sys v0.1.11+1.0.8
9492024-10-18T03:22:54.103Z Downloaded dropshot v0.12.0
9502024-10-18T03:22:54.122Z Downloaded regress v0.10.1
9512024-10-18T03:22:54.131Z Downloaded lzma-sys v0.1.20
9522024-10-18T03:22:54.162Z Downloaded libz-sys v1.1.20
9532024-10-18T03:22:54.184Z Downloaded sha3 v0.10.8
9542024-10-18T03:22:54.188Z Downloaded rustls v0.22.4
9552024-10-18T03:22:54.202Z Downloaded sqlparser v0.45.0
9562024-10-18T03:22:54.207Z Downloaded git2 v0.19.0
9572024-10-18T03:22:54.216Z Downloaded radix_trie v0.2.1
9582024-10-18T03:22:54.221Z Downloaded nix v0.27.1
9592024-10-18T03:22:54.232Z Downloaded reqwest v0.12.8
9602024-10-18T03:22:54.241Z Downloaded rustls-webpki v0.101.7
9612024-10-18T03:22:54.256Z Downloaded rayon v1.10.0
9622024-10-18T03:22:54.265Z Downloaded smoltcp v0.9.1
9632024-10-18T03:22:54.276Z Downloaded nix v0.28.0
9642024-10-18T03:22:54.288Z Downloaded hashbrown v0.12.3
9652024-10-18T03:22:54.292Z Downloaded bindgen v0.69.5
9662024-10-18T03:22:54.300Z Downloaded chrono v0.4.38
9672024-10-18T03:22:54.307Z Downloaded time v0.3.36
9682024-10-18T03:22:54.340Z Downloaded encoding_rs v0.8.34
9692024-10-18T03:22:54.370Z Downloaded portable-atomic v1.9.0
9702024-10-18T03:22:54.378Z Downloaded idna v0.5.0
9712024-10-18T03:22:54.388Z Downloaded term v0.7.0
9722024-10-18T03:22:54.392Z Downloaded predicates v3.1.2
9732024-10-18T03:22:54.396Z Downloaded signal-hook-tokio v0.3.1
9742024-10-18T03:22:54.399Z Downloaded parking_lot_core v0.8.6
9752024-10-18T03:22:54.401Z Downloaded unicode-segmentation v1.12.0
9762024-10-18T03:22:54.406Z Downloaded p521 v0.13.3
9772024-10-18T03:22:54.410Z Downloaded ring v0.16.20
9782024-10-18T03:22:54.490Z Downloaded libgit2-sys v0.17.0+1.8.1
9792024-10-18T03:22:54.549Z Downloaded unicode-bidi v0.3.17
9802024-10-18T03:22:54.552Z Downloaded diesel_derives v2.2.3
9812024-10-18T03:22:54.555Z Downloaded idna v0.3.0
9822024-10-18T03:22:54.561Z Downloaded tungstenite v0.21.0
9832024-10-18T03:22:54.565Z Downloaded itertools v0.13.0
9842024-10-18T03:22:54.571Z Downloaded rcgen v0.12.1
9852024-10-18T03:22:54.574Z Downloaded tokio-util v0.7.12
9862024-10-18T03:22:54.581Z Downloaded salty v0.3.0
9872024-10-18T03:22:54.587Z Downloaded nom v7.1.3
9882024-10-18T03:22:54.593Z Downloaded bitvec v1.0.1
9892024-10-18T03:22:54.608Z Downloaded phf_codegen v0.11.2
9902024-10-18T03:22:54.610Z Downloaded pem v3.0.4
9912024-10-18T03:22:54.610Z Downloaded static_assertions v1.1.0
9922024-10-18T03:22:54.613Z Downloaded tracing-attributes v0.1.27
9932024-10-18T03:22:54.615Z Downloaded der_derive v0.7.3
9942024-10-18T03:22:54.615Z Downloaded zerocopy v0.6.6
9952024-10-18T03:22:54.617Z Downloaded serde_with_macros v3.11.0
9962024-10-18T03:22:54.620Z Downloaded predicates-core v1.0.8
9972024-10-18T03:22:54.622Z Downloaded derive-where v1.2.7
9982024-10-18T03:22:54.625Z Downloaded similar v2.6.0
9992024-10-18T03:22:54.629Z Downloaded x509-cert v0.2.5
10002024-10-18T03:22:54.634Z Downloaded snafu-derive v0.8.5
10012024-10-18T03:22:54.636Z Downloaded unicode_categories v0.1.1
10022024-10-18T03:22:54.639Z Downloaded libm v0.2.8
10032024-10-18T03:22:54.645Z Downloaded itertools v0.12.1
10042024-10-18T03:22:54.651Z Downloaded postcard v1.0.10
10052024-10-18T03:22:54.654Z Downloaded num-bigint v0.4.6
10062024-10-18T03:22:54.658Z Downloaded ed25519-dalek v2.1.1
10072024-10-18T03:22:54.661Z Downloaded structmeta v0.2.0
10082024-10-18T03:22:54.664Z Downloaded unicode-properties v0.1.3
10092024-10-18T03:22:54.664Z Downloaded twox-hash v1.6.3
10102024-10-18T03:22:54.666Z Downloaded rustc-hash v2.0.0
10112024-10-18T03:22:54.668Z Downloaded password-hash v0.5.0
10122024-10-18T03:22:54.668Z Downloaded blake3 v1.5.4
10132024-10-18T03:22:54.675Z Downloaded num_threads v0.1.7
10142024-10-18T03:22:54.677Z Downloaded foreign-types-shared v0.1.1
10152024-10-18T03:22:54.678Z Downloaded progenitor-macro v0.8.0
10162024-10-18T03:22:54.678Z Downloaded phf_shared v0.10.0
10172024-10-18T03:22:54.680Z Downloaded packed_struct_codegen v0.10.1
10182024-10-18T03:22:54.680Z Downloaded olpc-cjson v0.1.4
10192024-10-18T03:22:54.680Z Downloaded fallible-streaming-iterator v0.1.9
10202024-10-18T03:22:54.684Z Downloaded dirs-next v2.0.0
10212024-10-18T03:22:54.686Z Downloaded samael v0.0.17
10222024-10-18T03:22:54.688Z Downloaded pkcs1 v0.7.5
10232024-10-18T03:22:54.691Z Downloaded pin-project-lite v0.2.14
10242024-10-18T03:22:54.695Z Downloaded flume v0.11.0
10252024-10-18T03:22:54.699Z Downloaded rustls-pki-types v1.9.0
10262024-10-18T03:22:54.702Z Downloaded rayon-core v1.12.1
10272024-10-18T03:22:54.706Z Downloaded walkdir v2.5.0
10282024-10-18T03:22:54.709Z Downloaded pbkdf2 v0.11.0
10292024-10-18T03:22:54.711Z Downloaded strum_macros v0.25.3
10302024-10-18T03:22:54.714Z Downloaded derive_more v0.99.18
10312024-10-18T03:22:54.717Z Downloaded thiserror-impl-no-std v2.0.2
10322024-10-18T03:22:54.719Z Downloaded semver v0.1.20
10332024-10-18T03:22:54.719Z Downloaded slog-scope v4.4.0
10342024-10-18T03:22:54.722Z Downloaded slog-json v2.6.1
10352024-10-18T03:22:54.724Z Downloaded slog-envlogger v2.2.0
10362024-10-18T03:22:54.724Z Downloaded slog-async v2.8.0
10372024-10-18T03:22:54.726Z Downloaded shlex v1.3.0
10382024-10-18T03:22:54.726Z Downloaded crypto-bigint v0.5.5
10392024-10-18T03:22:54.732Z Downloaded slog-stdlog v4.1.1
10402024-10-18T03:22:54.735Z Downloaded http v0.2.12
10412024-10-18T03:22:54.737Z Downloaded pin-project-internal v1.1.6
10422024-10-18T03:22:54.740Z Downloaded const_format v0.2.33
10432024-10-18T03:22:54.744Z Downloaded gethostname v0.5.0
10442024-10-18T03:22:54.746Z Downloaded wait-timeout v0.2.0
10452024-10-18T03:22:54.748Z Downloaded futures v0.3.31
10462024-10-18T03:22:54.751Z Downloaded hashlink v0.9.1
10472024-10-18T03:22:54.754Z Downloaded uuid v1.10.0
10482024-10-18T03:22:54.757Z Downloaded typify v0.2.0
10492024-10-18T03:22:54.760Z Downloaded serde_derive_internals v0.29.1
10502024-10-18T03:22:54.762Z Downloaded cc v1.1.30
10512024-10-18T03:22:54.765Z Downloaded bytes v1.7.2
10522024-10-18T03:22:54.767Z Downloaded fallible-iterator v0.2.0
10532024-10-18T03:22:54.770Z Downloaded strip-ansi-escapes v0.2.0
10542024-10-18T03:22:54.770Z Downloaded serde_urlencoded v0.7.1
10552024-10-18T03:22:54.773Z Downloaded serde_repr v0.1.19
10562024-10-18T03:22:54.775Z Downloaded tiny-keccak v2.0.2
10572024-10-18T03:22:54.775Z Downloaded futures-channel v0.3.31
10582024-10-18T03:22:54.778Z Downloaded ena v0.14.3
10592024-10-18T03:22:54.780Z Downloaded yasna v0.5.2
10602024-10-18T03:22:54.783Z Downloaded cookie v0.18.1
10612024-10-18T03:22:54.785Z Downloaded vte_generate_state_changes v0.1.2
10622024-10-18T03:22:54.786Z Downloaded phf v0.11.2
10632024-10-18T03:22:54.786Z Downloaded percent-encoding v2.3.1
10642024-10-18T03:22:54.788Z Downloaded pbkdf2 v0.12.2
10652024-10-18T03:22:54.788Z Downloaded aes v0.8.4
10662024-10-18T03:22:54.792Z Downloaded multer v3.1.0
10672024-10-18T03:22:54.795Z Downloaded mime_guess v2.0.5
10682024-10-18T03:22:54.797Z Downloaded jobserver v0.1.32
10692024-10-18T03:22:54.800Z Downloaded console v0.15.8
10702024-10-18T03:22:54.802Z Downloaded packed_struct v0.10.1
10712024-10-18T03:22:54.802Z Downloaded num-integer v0.1.46
10722024-10-18T03:22:54.805Z Downloaded dsl_auto_type v0.1.2
10732024-10-18T03:22:54.805Z Downloaded difflib v0.4.0
10742024-10-18T03:22:54.808Z Downloaded allocator-api2 v0.2.18
10752024-10-18T03:22:54.810Z Downloaded schemars_derive v0.8.21
10762024-10-18T03:22:54.813Z Downloaded base64ct v1.6.0
10772024-10-18T03:22:54.813Z Downloaded darling v0.20.10
10782024-10-18T03:22:54.816Z Downloaded maybe-uninit v2.0.0
10792024-10-18T03:22:54.820Z Downloaded keccak v0.1.5
10802024-10-18T03:22:54.821Z Downloaded base64 v0.22.1
10812024-10-18T03:22:54.824Z Downloaded maplit v1.0.2
10822024-10-18T03:22:54.826Z Downloaded lazy_static v1.5.0
10832024-10-18T03:22:54.826Z Downloaded instability v0.3.2
10842024-10-18T03:22:54.832Z Downloaded cancel-safe-futures v0.1.5
10852024-10-18T03:22:54.832Z Downloaded async-bb8-diesel v0.2.1
10862024-10-18T03:22:54.835Z Downloaded ahash v0.8.11
10872024-10-18T03:22:54.838Z Downloaded crc v3.2.1
10882024-10-18T03:22:54.838Z Downloaded colored v2.1.0
10892024-10-18T03:22:54.840Z Downloaded chacha20 v0.9.1
10902024-10-18T03:22:54.845Z Downloaded time-core v0.1.2
10912024-10-18T03:22:54.845Z Downloaded sync_wrapper v1.0.1
10922024-10-18T03:22:54.845Z Downloaded chrono-tz-build v0.4.0
10932024-10-18T03:22:54.845Z Downloaded cfg_aliases v0.1.1
10942024-10-18T03:22:54.848Z Downloaded castaway v0.2.3
10952024-10-18T03:22:54.848Z Downloaded argon2 v0.5.3
10962024-10-18T03:22:54.848Z Downloaded same-file v1.0.6
10972024-10-18T03:22:54.850Z Downloaded impl-trait-for-tuples v0.2.2
10982024-10-18T03:22:54.853Z Downloaded home v0.5.9
10992024-10-18T03:22:54.853Z Downloaded bcrypt-pbkdf v0.10.0
11002024-10-18T03:22:54.853Z Downloaded hubpack v0.1.2
11012024-10-18T03:22:54.856Z Downloaded hostname v0.3.1
11022024-10-18T03:22:54.856Z Downloaded debug-ignore v1.0.5
11032024-10-18T03:22:54.858Z Downloaded ring v0.17.8
11042024-10-18T03:22:54.928Z Downloaded block-padding v0.3.3
11052024-10-18T03:22:54.930Z Downloaded adler2 v2.0.0
11062024-10-18T03:22:54.930Z Downloaded async-stream v0.3.6
11072024-10-18T03:22:54.933Z Downloaded hyper-util v0.1.9
11082024-10-18T03:22:54.936Z Downloaded cookie_store v0.21.0
11092024-10-18T03:22:54.938Z Downloaded bzip2 v0.4.4
11102024-10-18T03:22:54.941Z Downloaded bcs v0.1.6
11112024-10-18T03:22:54.944Z Downloaded crc32fast v1.4.2
11122024-10-18T03:22:54.944Z Downloaded base64 v0.13.1
11132024-10-18T03:22:54.947Z Downloaded linear-map v1.2.0
11142024-10-18T03:22:54.947Z Downloaded lalrpop-util v0.19.12
11152024-10-18T03:22:54.950Z Downloaded hostname v0.4.0
11162024-10-18T03:22:54.950Z Downloaded lru-cache v0.1.2
11172024-10-18T03:22:54.950Z Downloaded http-body v1.0.1
11182024-10-18T03:22:54.953Z Downloaded convert_case v0.4.0
11192024-10-18T03:22:54.953Z Downloaded cexpr v0.6.0
11202024-10-18T03:22:54.955Z Downloaded arrayvec v0.7.6
11212024-10-18T03:22:54.958Z Downloaded cbc v0.1.2
11222024-10-18T03:22:54.958Z Downloaded new_debug_unreachable v1.0.6
11232024-10-18T03:22:54.961Z Downloaded matches v0.1.10
11242024-10-18T03:22:54.961Z Downloaded hubpack_derive v0.1.1
11252024-10-18T03:22:54.961Z Downloaded http-range v0.1.5
11262024-10-18T03:22:54.963Z Downloaded curve25519-dalek-derive v0.1.1
11272024-10-18T03:22:54.963Z Downloaded cassowary v0.3.0
11282024-10-18T03:22:54.963Z Downloaded libsqlite3-sys v0.30.1
11292024-10-18T03:22:55.041Z Downloaded atomic-waker v1.1.2
11302024-10-18T03:22:55.043Z Downloaded async-recursion v1.1.1
11312024-10-18T03:22:55.046Z Downloaded array-init v0.0.4
11322024-10-18T03:22:55.178Z Compiling serde v1.0.210
11332024-10-18T03:22:55.181Z Compiling typenum v1.17.0
11342024-10-18T03:22:55.181Z Compiling generic-array v0.14.7
11352024-10-18T03:22:55.181Z Compiling lock_api v0.4.12
11362024-10-18T03:22:55.181Z Compiling scopeguard v1.2.0
11372024-10-18T03:22:55.181Z Compiling subtle v2.6.1
11382024-10-18T03:22:55.372Z Compiling syn v2.0.79
11392024-10-18T03:22:55.385Z Compiling getrandom v0.2.15
11402024-10-18T03:22:55.530Z Compiling value-bag v1.9.0
11412024-10-18T03:22:55.665Z Compiling rand_core v0.6.4
11422024-10-18T03:22:55.766Z Compiling const-oid v0.9.6
11432024-10-18T03:22:55.788Z Compiling pin-project-lite v0.2.14
11442024-10-18T03:22:55.905Z Compiling smallvec v1.13.2
11452024-10-18T03:22:55.924Z Compiling jobserver v0.1.32
11462024-10-18T03:22:56.135Z Compiling log v0.4.22
11472024-10-18T03:22:56.219Z Compiling shlex v1.3.0
11482024-10-18T03:22:56.292Z Compiling parking_lot_core v0.9.10
11492024-10-18T03:22:56.311Z Compiling futures-core v0.3.31
11502024-10-18T03:22:56.542Z Compiling cc v1.1.30
11512024-10-18T03:22:56.597Z Compiling signal-hook-registry v1.4.2
11522024-10-18T03:22:56.871Z Compiling mio v1.0.2
11532024-10-18T03:22:56.966Z Compiling cpufeatures v0.2.14
11542024-10-18T03:22:57.063Z Compiling futures-sink v0.3.31
11552024-10-18T03:22:57.217Z Compiling parking_lot v0.12.3
11562024-10-18T03:22:57.391Z Compiling spin v0.9.8
11572024-10-18T03:22:57.445Z Compiling socket2 v0.5.7
11582024-10-18T03:22:57.782Z Compiling slab v0.4.9
11592024-10-18T03:22:57.801Z Compiling serde_json v1.0.128
11602024-10-18T03:22:57.980Z Compiling futures-channel v0.3.31
11612024-10-18T03:22:58.071Z Compiling allocator-api2 v0.2.18
11622024-10-18T03:22:58.108Z Compiling foldhash v0.1.3
11632024-10-18T03:22:58.174Z Compiling tinyvec_macros v0.1.1
11642024-10-18T03:22:58.260Z Compiling futures-task v0.3.31
11652024-10-18T03:22:58.369Z Compiling futures-io v0.3.31
11662024-10-18T03:22:58.404Z Compiling pin-utils v0.1.0
11672024-10-18T03:22:58.422Z Compiling tinyvec v1.8.0
11682024-10-18T03:22:58.482Z Compiling libm v0.2.8
11692024-10-18T03:22:58.502Z Compiling num-traits v0.2.19
11702024-10-18T03:22:58.548Z Compiling unicode-bidi v0.3.17
11712024-10-18T03:22:58.696Z Compiling base64ct v1.6.0
11722024-10-18T03:22:58.788Z Compiling hashbrown v0.15.0
11732024-10-18T03:22:59.072Z Compiling flagset v0.4.6
11742024-10-18T03:22:59.253Z Compiling pem-rfc7468 v0.7.0
11752024-10-18T03:22:59.283Z Compiling httparse v1.9.5
11762024-10-18T03:22:59.950Z Compiling unicode-normalization v0.1.24
11772024-10-18T03:23:00.079Z Compiling tracing-core v0.1.32
11782024-10-18T03:23:00.190Z Compiling crossbeam-utils v0.8.20
11792024-10-18T03:23:00.241Z Compiling percent-encoding v2.3.1
11802024-10-18T03:23:00.377Z Compiling rustls-pki-types v1.9.0
11812024-10-18T03:23:00.801Z Compiling ring v0.17.8
11822024-10-18T03:23:00.848Z Compiling num-conv v0.1.0
11832024-10-18T03:23:01.123Z Compiling pkg-config v0.3.31
11842024-10-18T03:23:01.140Z Compiling untrusted v0.9.0
11852024-10-18T03:23:01.310Z Compiling time-core v0.1.2
11862024-10-18T03:23:01.371Z Compiling vcpkg v0.2.15
11872024-10-18T03:23:01.477Z Compiling powerfmt v0.2.0
11882024-10-18T03:23:01.477Z Compiling time-macros v0.2.18
11892024-10-18T03:23:01.904Z Compiling deranged v0.3.11
11902024-10-18T03:23:02.194Z Compiling atomic-waker v1.1.2
11912024-10-18T03:23:02.297Z Compiling num_threads v0.1.7
11922024-10-18T03:23:02.422Z Compiling form_urlencoded v1.2.1
11932024-10-18T03:23:02.657Z Compiling try-lock v0.2.5
11942024-10-18T03:23:02.739Z Compiling rustix v0.38.37
11952024-10-18T03:23:02.781Z Compiling slog v2.7.0
11962024-10-18T03:23:02.842Z Compiling want v0.3.1
11972024-10-18T03:23:03.136Z Compiling httpdate v1.0.3
11982024-10-18T03:23:03.474Z Compiling openssl-sys v0.9.103
11992024-10-18T03:23:03.561Z Compiling idna v0.5.0
12002024-10-18T03:23:03.604Z Compiling tower-service v0.3.3
12012024-10-18T03:23:03.724Z Compiling base64 v0.22.1
12022024-10-18T03:23:03.741Z Compiling match_cfg v0.1.0
12032024-10-18T03:23:03.823Z Compiling openssl v0.10.66
12042024-10-18T03:23:04.144Z Compiling rustversion v1.0.17
12052024-10-18T03:23:04.220Z Compiling foreign-types-shared v0.1.1
12062024-10-18T03:23:04.306Z Compiling iana-time-zone v0.1.61
12072024-10-18T03:23:04.477Z Compiling url v2.5.2
12082024-10-18T03:23:04.770Z Compiling foreign-types v0.3.2
12092024-10-18T03:23:04.772Z Compiling time v0.3.36
12102024-10-18T03:23:04.867Z Compiling hostname v0.3.1
12112024-10-18T03:23:04.913Z Compiling dirs-sys-next v0.1.2
12122024-10-18T03:23:05.043Z Compiling aho-corasick v1.1.3
12132024-10-18T03:23:05.118Z Compiling data-encoding v2.6.0
12142024-10-18T03:23:05.588Z Compiling rustls v0.22.4
12152024-10-18T03:23:05.866Z Compiling siphasher v0.3.11
12162024-10-18T03:23:05.973Z Compiling native-tls v0.2.12
12172024-10-18T03:23:06.205Z Compiling rustls v0.23.14
12182024-10-18T03:23:06.222Z Compiling regex-syntax v0.8.5
12192024-10-18T03:23:06.312Z Compiling adler2 v2.0.0
12202024-10-18T03:23:06.480Z Compiling syn v1.0.109
12212024-10-18T03:23:06.502Z Compiling miniz_oxide v0.8.0
12222024-10-18T03:23:07.202Z Compiling dirs-next v2.0.0
12232024-10-18T03:23:07.442Z Compiling serde_derive_internals v0.29.1
12242024-10-18T03:23:08.053Z Compiling crossbeam-epoch v0.9.18
12252024-10-18T03:23:08.797Z Compiling lazy_static v1.5.0
12262024-10-18T03:23:08.816Z Compiling thread_local v1.1.8
12272024-10-18T03:23:08.924Z Compiling multer v3.1.0
12282024-10-18T03:23:09.214Z Compiling cookie v0.18.1
12292024-10-18T03:23:09.395Z Compiling encoding_rs v0.8.34
12302024-10-18T03:23:09.467Z Compiling serde_derive v1.0.210
12312024-10-18T03:23:09.541Z Compiling zeroize_derive v1.4.2
12322024-10-18T03:23:09.996Z Compiling zerocopy-derive v0.7.35
12332024-10-18T03:23:10.171Z Compiling tokio-macros v2.4.0
12342024-10-18T03:23:10.391Z Compiling thiserror-impl v1.0.64
12352024-10-18T03:23:11.160Z Compiling zeroize v1.8.1
12362024-10-18T03:23:11.578Z Compiling futures-macro v0.3.31
12372024-10-18T03:23:11.800Z Compiling der_derive v0.7.3
12382024-10-18T03:23:12.246Z Compiling zerocopy v0.7.35
12392024-10-18T03:23:12.828Z Compiling tracing-attributes v0.1.27
12402024-10-18T03:23:12.972Z Compiling crypto-common v0.1.6
12412024-10-18T03:23:13.207Z Compiling block-buffer v0.10.4
12422024-10-18T03:23:13.478Z Compiling digest v0.10.7
12432024-10-18T03:23:13.547Z Compiling futures-util v0.3.31
12442024-10-18T03:23:13.708Z Compiling thiserror v1.0.64
12452024-10-18T03:23:13.748Z Compiling block-padding v0.3.3
12462024-10-18T03:23:14.051Z Compiling ppv-lite86 v0.2.20
12472024-10-18T03:23:14.066Z Compiling pest v2.7.14
12482024-10-18T03:23:14.066Z Compiling hmac v0.12.1
12492024-10-18T03:23:14.066Z Compiling inout v0.1.3
12502024-10-18T03:23:14.176Z Compiling sha2 v0.10.8
12512024-10-18T03:23:14.258Z Compiling cipher v0.4.4
12522024-10-18T03:23:14.274Z Compiling der v0.7.9
12532024-10-18T03:23:14.662Z Compiling rand_chacha v0.3.1
12542024-10-18T03:23:14.825Z Compiling salsa20 v0.10.2
12552024-10-18T03:23:15.062Z Compiling rand v0.8.5
12562024-10-18T03:23:16.669Z Compiling tracing v0.1.40
12572024-10-18T03:23:16.912Z Compiling spki v0.7.3
12582024-10-18T03:23:16.959Z Compiling pbkdf2 v0.12.2
12592024-10-18T03:23:17.153Z Compiling scrypt v0.11.0
12602024-10-18T03:23:17.170Z Compiling pest_meta v2.7.14
12612024-10-18T03:23:17.237Z Compiling cbc v0.1.2
12622024-10-18T03:23:17.268Z Compiling aes v0.8.4
12632024-10-18T03:23:17.452Z Compiling scroll_derive v0.12.0
12642024-10-18T03:23:17.685Z Compiling rustls-webpki v0.102.8
12652024-10-18T03:23:17.723Z Compiling async-trait v0.1.83
12662024-10-18T03:23:17.744Z Compiling openssl-macros v0.1.1
12672024-10-18T03:23:18.526Z Compiling pest_generator v2.7.14
12682024-10-18T03:23:18.884Z Compiling scroll v0.12.0
12692024-10-18T03:23:19.466Z Compiling pkcs5 v0.7.1
12702024-10-18T03:23:19.741Z Compiling goblin v0.8.2
12712024-10-18T03:23:19.848Z Compiling sha1 v0.10.6
12722024-10-18T03:23:20.096Z Compiling pkcs8 v0.10.2
12732024-10-18T03:23:20.261Z Compiling signature v2.2.0
12742024-10-18T03:23:20.439Z Compiling regex-automata v0.4.8
12752024-10-18T03:23:20.556Z Compiling schemars v0.8.21
12762024-10-18T03:23:20.576Z Compiling mime v0.3.17
12772024-10-18T03:23:20.683Z Compiling openssl-probe v0.1.5
12782024-10-18T03:23:20.835Z Compiling rayon-core v1.12.1
12792024-10-18T03:23:20.902Z Compiling unicode-properties v0.1.3
12802024-10-18T03:23:21.024Z Compiling ipnet v2.10.1
12812024-10-18T03:23:21.111Z Compiling either v1.13.0
12822024-10-18T03:23:21.145Z Compiling paste v1.0.15
12832024-10-18T03:23:21.284Z Compiling gimli v0.31.1
12842024-10-18T03:23:21.518Z Compiling signal-hook v0.3.17
12852024-10-18T03:23:21.692Z Compiling slog-async v2.8.0
12862024-10-18T03:23:21.903Z Compiling stringprep v0.1.5
12872024-10-18T03:23:22.078Z Compiling pest_derive v2.7.14
12882024-10-18T03:23:22.290Z Compiling futures-executor v0.3.31
12892024-10-18T03:23:22.918Z Compiling dtrace-parser v0.2.0
12902024-10-18T03:23:23.020Z Compiling md-5 v0.10.6
12912024-10-18T03:23:23.288Z Compiling schemars_derive v0.8.21
12922024-10-18T03:23:23.921Z Compiling bytes v1.7.2
12932024-10-18T03:23:25.150Z Compiling tokio v1.40.0
12942024-10-18T03:23:26.359Z Compiling indexmap v2.6.0
12952024-10-18T03:23:26.644Z Compiling http v1.1.0
12962024-10-18T03:23:27.810Z Compiling bitflags v2.6.0
12972024-10-18T03:23:28.258Z Compiling semver v1.0.23
12982024-10-18T03:23:28.462Z Compiling http-body v1.0.1
12992024-10-18T03:23:29.003Z Compiling rustc_version v0.4.1
13002024-10-18T03:23:29.139Z Compiling dof v0.3.0
13012024-10-18T03:23:29.834Z Compiling serde_spanned v0.6.8
13022024-10-18T03:23:30.071Z Compiling toml_datetime v0.6.8
13032024-10-18T03:23:30.110Z Compiling serde_tokenstream v0.2.2
13042024-10-18T03:23:31.015Z Compiling uuid v1.10.0
13052024-10-18T03:23:31.043Z Compiling usdt-impl v0.5.0
13062024-10-18T03:23:31.288Z Compiling chrono v0.4.38
13072024-10-18T03:23:32.010Z Compiling heapless v0.7.17
13082024-10-18T03:23:32.261Z Compiling http-body-util v0.1.2
13092024-10-18T03:23:32.607Z Compiling usdt-macro v0.5.0
13102024-10-18T03:23:32.761Z Compiling usdt-attr-macro v0.5.0
13112024-10-18T03:23:33.160Z Compiling toml_edit v0.22.22
13122024-10-18T03:23:33.897Z Compiling tokio-util v0.7.12
13132024-10-18T03:23:34.143Z Compiling curve25519-dalek v4.1.3
13142024-10-18T03:23:34.456Z Compiling slog-json v2.6.1
13152024-10-18T03:23:34.834Z Compiling addr2line v0.24.2
13162024-10-18T03:23:34.856Z Compiling serde_urlencoded v0.7.1
13172024-10-18T03:23:34.938Z Compiling h2 v0.4.6
13182024-10-18T03:23:35.379Z Compiling enum-as-inner v0.6.1
13192024-10-18T03:23:35.431Z Compiling async-stream-impl v0.3.6
13202024-10-18T03:23:35.609Z Compiling crossbeam-deque v0.8.5
13212024-10-18T03:23:35.928Z Compiling term v0.7.0
13222024-10-18T03:23:36.802Z Compiling crossbeam-channel v0.5.13
13232024-10-18T03:23:38.020Z Compiling num-integer v0.1.46
13242024-10-18T03:23:38.044Z Compiling rustls-pemfile v2.2.0
13252024-10-18T03:23:38.044Z Compiling idna v0.3.0
13262024-10-18T03:23:38.044Z Compiling idna v0.4.0
13272024-10-18T03:23:38.044Z Compiling ff v0.13.0
13282024-10-18T03:23:38.116Z Compiling hash32 v0.2.1
13292024-10-18T03:23:39.101Z Compiling is-terminal v0.4.13
13302024-10-18T03:23:39.235Z Compiling object v0.36.5
13312024-10-18T03:23:39.365Z Compiling dropshot v0.12.0
13322024-10-18T03:23:39.475Z Compiling anyhow v1.0.89
13332024-10-18T03:23:39.684Z Compiling base16ct v0.2.0
13342024-10-18T03:23:40.046Z Compiling psl-types v2.0.11
13352024-10-18T03:23:40.113Z Compiling quick-error v1.2.3
13362024-10-18T03:23:40.178Z Compiling dyn-clone v1.0.17
13372024-10-18T03:23:40.251Z Compiling fallible-iterator v0.2.0
13382024-10-18T03:23:40.374Z Compiling take_mut v0.2.2
13392024-10-18T03:23:40.394Z Compiling num-bigint-dig v0.8.4
13402024-10-18T03:23:40.535Z Compiling linked-hash-map v0.5.6
13412024-10-18T03:23:40.709Z Compiling smoltcp v0.9.1
13422024-10-18T03:23:40.900Z Compiling portable-atomic v1.9.0
13432024-10-18T03:23:40.921Z Compiling utf-8 v0.7.6
13442024-10-18T03:23:41.087Z Compiling rustc-demangle v0.1.24
13452024-10-18T03:23:41.244Z Compiling stable_deref_trait v1.2.0
13462024-10-18T03:23:41.407Z Compiling tungstenite v0.23.0
13472024-10-18T03:23:41.451Z Compiling lru-cache v0.1.2
13482024-10-18T03:23:41.648Z Compiling hyper v1.4.1
13492024-10-18T03:23:42.021Z Compiling postgres-protocol v0.6.7
13502024-10-18T03:23:43.268Z Compiling resolv-conf v0.7.0
13512024-10-18T03:23:43.359Z Compiling publicsuffix v2.2.3
13522024-10-18T03:23:43.769Z Compiling sec1 v0.7.3
13532024-10-18T03:23:43.859Z Compiling usdt v0.5.0
13542024-10-18T03:23:44.079Z Compiling hyper-util v0.1.9
13552024-10-18T03:23:44.334Z Compiling slog-term v2.9.1
13562024-10-18T03:23:44.387Z Compiling tokio-native-tls v0.3.1
13572024-10-18T03:23:44.677Z Compiling hickory-proto v0.24.1
13582024-10-18T03:23:45.416Z Compiling group v0.13.0
13592024-10-18T03:23:45.619Z Compiling num-iter v0.1.45
13602024-10-18T03:23:45.750Z Compiling async-stream v0.3.6
13612024-10-18T03:23:45.795Z Compiling toml v0.8.19
13622024-10-18T03:23:46.334Z Compiling backtrace v0.3.74
13632024-10-18T03:23:47.231Z Compiling slog-bunyan v2.5.0
13642024-10-18T03:23:47.251Z Compiling tokio-rustls v0.26.0
13652024-10-18T03:23:47.439Z Compiling tokio-rustls v0.25.0
13662024-10-18T03:23:47.508Z Compiling terminal_size v0.4.0
13672024-10-18T03:23:47.595Z Compiling dropshot_endpoint v0.12.0
13682024-10-18T03:23:47.667Z Compiling openapiv3 v2.0.0
13692024-10-18T03:23:47.720Z Compiling serde_path_to_error v0.1.16
13702024-10-18T03:23:47.850Z Compiling camino v1.1.9
13712024-10-18T03:23:48.001Z Compiling futures v0.3.31
13722024-10-18T03:23:48.792Z Compiling hkdf v0.12.4
13732024-10-18T03:23:49.047Z Compiling crypto-bigint v0.5.5
13742024-10-18T03:23:49.333Z Compiling zerocopy-derive v0.6.6
13752024-10-18T03:23:49.598Z Compiling curve25519-dalek-derive v0.1.1
13762024-10-18T03:23:49.903Z Compiling phf_shared v0.11.2
13772024-10-18T03:23:50.279Z Compiling waitgroup v0.1.2
13782024-10-18T03:23:50.504Z Compiling webpki-roots v0.26.6
13792024-10-18T03:23:50.609Z Compiling hubpack_derive v0.1.1
13802024-10-18T03:23:50.716Z Compiling hostname v0.4.0
13812024-10-18T03:23:50.982Z Compiling fs-err v2.11.0
13822024-10-18T03:23:51.127Z Compiling ahash v0.8.11
13832024-10-18T03:23:51.268Z Compiling bitflags v1.3.2
13842024-10-18T03:23:51.372Z Compiling winnow v0.5.40
13852024-10-18T03:23:51.497Z Compiling debug-ignore v1.0.5
13862024-10-18T03:23:51.515Z Compiling managed v0.8.0
13872024-10-18T03:23:51.544Z Compiling hubpack v0.1.2
13882024-10-18T03:23:51.643Z Compiling clap_builder v4.5.20
13892024-10-18T03:23:51.955Z Compiling elliptic-curve v0.13.8
13902024-10-18T03:23:51.977Z Compiling zerocopy v0.6.6
13912024-10-18T03:23:52.799Z Compiling console v0.15.8
13922024-10-18T03:23:52.850Z Compiling strum_macros v0.25.3
13932024-10-18T03:23:54.401Z Compiling hyper-rustls v0.27.3
13942024-10-18T03:23:54.840Z Compiling toml_edit v0.19.15
13952024-10-18T03:23:55.253Z Compiling phf v0.11.2
13962024-10-18T03:23:55.265Z Compiling hickory-resolver v0.24.1
13972024-10-18T03:23:55.265Z Compiling signal-hook-mio v0.2.4
13982024-10-18T03:23:55.302Z Compiling cookie_store v0.21.0
13992024-10-18T03:23:56.271Z Compiling rayon v1.10.0
14002024-10-18T03:23:56.824Z Compiling hyper-tls v0.6.0
14012024-10-18T03:23:57.196Z Compiling postgres-types v0.2.8
14022024-10-18T03:23:58.764Z Compiling tokio-tungstenite v0.23.1
14032024-10-18T03:24:00.721Z Compiling tokio-stream v0.1.16
14042024-10-18T03:24:00.930Z Compiling bstr v1.10.0
14052024-10-18T03:24:01.041Z Compiling regex v1.11.0
14062024-10-18T03:24:01.637Z Compiling serde-big-array v0.5.1
14072024-10-18T03:24:01.740Z Compiling ed25519 v2.2.3
14082024-10-18T03:24:01.880Z Compiling pkcs1 v0.7.5
14092024-10-18T03:24:01.883Z Compiling rfc6979 v0.4.0
14102024-10-18T03:24:02.045Z Compiling clap_derive v4.5.18
14112024-10-18T03:24:02.086Z Compiling serde_repr v0.1.19
14122024-10-18T03:24:02.380Z Compiling derive-where v1.2.7
14132024-10-18T03:24:02.666Z Compiling phf_shared v0.10.0
14142024-10-18T03:24:02.699Z Compiling float-cmp v0.9.0
14152024-10-18T03:24:02.803Z Compiling sync_wrapper v1.0.1
14162024-10-18T03:24:02.923Z Compiling crc32fast v1.4.2
14172024-10-18T03:24:02.943Z Compiling normalize-line-endings v0.3.0
14182024-10-18T03:24:03.049Z Compiling whoami v1.5.2
14192024-10-18T03:24:03.233Z Compiling difflib v0.4.0
14202024-10-18T03:24:03.262Z Compiling fixedbitset v0.4.2
14212024-10-18T03:24:03.270Z Compiling new_debug_unreachable v1.0.6
14222024-10-18T03:24:03.364Z Compiling minimal-lexical v0.2.1
14232024-10-18T03:24:03.667Z Compiling number_prefix v0.4.0
14242024-10-18T03:24:03.718Z Compiling predicates-core v1.0.8
14252024-10-18T03:24:03.742Z Compiling unicode-segmentation v1.12.0
14262024-10-18T03:24:03.876Z Compiling precomputed-hash v0.1.1
14272024-10-18T03:24:03.896Z Compiling static_assertions v1.1.0
14282024-10-18T03:24:03.985Z Compiling bit-vec v0.6.3
14292024-10-18T03:24:04.003Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14302024-10-18T03:24:04.069Z Compiling string_cache v0.8.7
14312024-10-18T03:24:04.476Z Compiling similar v2.6.0
14322024-10-18T03:24:04.586Z Compiling bit-set v0.5.3
14332024-10-18T03:24:04.666Z Compiling predicates v3.1.2
14342024-10-18T03:24:04.699Z Compiling indicatif v0.17.8
14352024-10-18T03:24:04.879Z Compiling nom v7.1.3
14362024-10-18T03:24:05.956Z Compiling qorb v0.0.2
14372024-10-18T03:24:06.378Z Compiling petgraph v0.6.5
14382024-10-18T03:24:06.883Z Compiling tokio-postgres v0.7.12
14392024-10-18T03:24:06.914Z Compiling flate2 v1.0.34
14402024-10-18T03:24:07.031Z Compiling clap v4.5.20
14412024-10-18T03:24:07.154Z Compiling reqwest v0.12.8
14422024-10-18T03:24:07.855Z Compiling rsa v0.9.6
14432024-10-18T03:24:08.545Z Compiling ecdsa v0.16.9
14442024-10-18T03:24:09.396Z Compiling ed25519-dalek v2.1.1
14452024-10-18T03:24:10.329Z Compiling toml v0.7.8
14462024-10-18T03:24:10.684Z Compiling crossterm v0.28.1
14472024-10-18T03:24:11.753Z Compiling hex v0.4.3
14482024-10-18T03:24:12.025Z Compiling itertools v0.10.5
14492024-10-18T03:24:12.028Z Compiling itertools v0.12.1
14502024-10-18T03:24:12.224Z Compiling x509-cert v0.2.5
14512024-10-18T03:24:12.361Z Compiling unicode-xid v0.2.6
14522024-10-18T03:24:12.533Z Compiling peg-runtime v0.8.3
14532024-10-18T03:24:12.578Z Compiling lalrpop-util v0.19.12
14542024-10-18T03:24:12.934Z Compiling xattr v1.3.1
14552024-10-18T03:24:13.192Z Compiling strum_macros v0.26.4
14562024-10-18T03:24:13.210Z Compiling filetime v0.2.25
14572024-10-18T03:24:13.533Z Compiling tar v0.4.42
14582024-10-18T03:24:16.729Z Compiling strum v0.26.3
14592024-10-18T03:24:16.803Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14602024-10-18T03:24:17.045Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14612024-10-18T03:24:22.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14622024-10-18T03:24:22.516Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14632024-10-18T03:24:22.561ZOct 18 03:24:22.059 INFO Starting download, target: Cockroach
14642024-10-18T03:24:22.561ZOct 18 03:24:22.059 INFO Starting download, target: Clickhouse
14652024-10-18T03:24:22.561ZOct 18 03:24:22.059 INFO Starting download, target: Console
14662024-10-18T03:24:22.563ZOct 18 03:24:22.059 INFO Starting download, target: DendriteOpenapi
14672024-10-18T03:24:22.563ZOct 18 03:24:22.059 INFO Starting download, target: DendriteStub
14682024-10-18T03:24:22.563ZOct 18 03:24:22.059 INFO Starting download, target: MaghemiteMgd
14692024-10-18T03:24:22.563ZOct 18 03:24:22.059 INFO Starting download, target: TransceiverControl
14702024-10-18T03:24:22.564ZOct 18 03:24:22.060 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14712024-10-18T03:24:22.564ZOct 18 03:24:22.060 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14722024-10-18T03:24:22.564ZOct 18 03:24:22.060 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14732024-10-18T03:24:22.564ZOct 18 03:24:22.060 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14742024-10-18T03:24:22.564ZOct 18 03:24:22.060 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14752024-10-18T03:24:22.564ZOct 18 03:24:22.060 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14762024-10-18T03:24:22.564ZOct 18 03:24:22.060 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14772024-10-18T03:24:22.684ZOct 18 03:24:22.183 INFO Download complete, target: DendriteOpenapi
14782024-10-18T03:24:22.832ZOct 18 03:24:22.319 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14792024-10-18T03:24:23.156ZOct 18 03:24:22.654 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14802024-10-18T03:24:23.189ZOct 18 03:24:22.688 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14812024-10-18T03:24:23.213ZOct 18 03:24:22.712 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14822024-10-18T03:24:23.570ZOct 18 03:24:23.068 INFO Download complete, target: Console
14832024-10-18T03:24:23.628ZOct 18 03:24:23.126 INFO Download complete, target: TransceiverControl
14842024-10-18T03:24:23.777ZOct 18 03:24:23.275 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14852024-10-18T03:24:23.777ZOct 18 03:24:23.275 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14862024-10-18T03:24:24.699ZOct 18 03:24:24.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14872024-10-18T03:24:26.480ZOct 18 03:24:25.978 INFO Download complete, target: DendriteStub
14882024-10-18T03:24:26.593ZOct 18 03:24:26.091 INFO Download complete, target: MaghemiteMgd
14892024-10-18T03:24:32.234ZOct 18 03:24:31.728 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14902024-10-18T03:24:32.578ZOct 18 03:24:32.065 INFO Checking that binary works, target: Cockroach
14912024-10-18T03:24:32.775ZOct 18 03:24:32.272 INFO Download complete, target: Cockroach
14922024-10-18T03:24:38.825ZOct 18 03:24:38.319 INFO Checking that binary works, target: Clickhouse
14932024-10-18T03:24:38.970ZOct 18 03:24:38.465 INFO Download complete, target: Clickhouse
14942024-10-18T03:24:38.989ZAll builder prerequisites installed successfully, and PATH looks valid
14952024-10-18T03:24:38.992Z
14962024-10-18T03:24:38.992Zreal 5:18.302603912
14972024-10-18T03:24:38.992Zuser 12:44.120465621
14982024-10-18T03:24:38.992Zsys 2:41.833001547
14992024-10-18T03:24:38.992Ztrap 0.445683279
15002024-10-18T03:24:38.992Ztflt 1.589117220
15012024-10-18T03:24:38.992Zdflt 1.743315070
15022024-10-18T03:24:38.992Zkflt 0.024800645
15032024-10-18T03:24:38.992Zlock 25:03.841778972
15042024-10-18T03:24:38.992Zslp 51:30.606876158
15052024-10-18T03:24:38.992Zlat 46.642569363
15062024-10-18T03:24:38.992Zstop 2:04.200236997
15072024-10-18T03:24:38.993Z+ banner hack-check
15082024-10-18T03:24:38.995Z
15092024-10-18T03:24:38.995Z # # ## #### # # #### # # ###### #### # #
15102024-10-18T03:24:38.995Z # # # # # # # # # # # # # # # # #
15112024-10-18T03:24:38.995Z ###### # # # #### ##### # ###### ##### # ####
15122024-10-18T03:24:38.995Z # # ###### # # # # # # # # # #
15132024-10-18T03:24:38.995Z # # # # # # # # # # # # # # # # #
15142024-10-18T03:24:38.995Z # # # # #### # # #### # # ###### #### # #
15152024-10-18T03:24:38.995Z
15162024-10-18T03:24:38.995Z+ export CARGO_INCREMENTAL=0
15172024-10-18T03:24:38.996Z+ CARGO_INCREMENTAL=0
15182024-10-18T03:24:38.996Z+ ptime -m timeout 2h cargo xtask check-features --ci
15192024-10-18T03:24:39.561Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15202024-10-18T03:24:43.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
15212024-10-18T03:24:43.294Z Running `target/debug/xtask check-features --ci`
15222024-10-18T03:24:43.313Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15232024-10-18T03:24:43.315Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15242024-10-18T03:24:43.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15252024-10-18T03:24:43.825Z Running `target/debug/xtask download cargo-hack`
15262024-10-18T03:24:44.673Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15272024-10-18T03:24:45.011Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15282024-10-18T03:24:49.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
15292024-10-18T03:24:49.773Z Running `target/debug/xtask-downloader cargo-hack`
15302024-10-18T03:24:49.811ZOct 18 03:24:49.303 INFO Starting download, target: CargoHack
15312024-10-18T03:24:49.814ZOct 18 03:24:49.304 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15322024-10-18T03:24:50.409ZOct 18 03:24:49.903 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15332024-10-18T03:24:50.510ZOct 18 03:24:50.003 INFO Download complete, target: CargoHack
15342024-10-18T03:24:50.513Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15352024-10-18T03:24:50.527Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15362024-10-18T03:24:50.685Zinfo: running `cargo check --bins` on api_identity (1/166)
15372024-10-18T03:24:51.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-10-18T03:24:51.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-10-18T03:24:51.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-10-18T03:24:51.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15412024-10-18T03:24:51.303Z
15422024-10-18T03:24:51.303Zinfo: running `cargo check --bins` on bootstore (2/166)
15432024-10-18T03:24:51.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-10-18T03:24:51.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-10-18T03:24:51.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-10-18T03:24:51.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15472024-10-18T03:24:51.951Z
15482024-10-18T03:24:51.951Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15492024-10-18T03:24:52.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-10-18T03:24:52.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-10-18T03:24:52.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-10-18T03:24:52.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15532024-10-18T03:24:52.593Z
15542024-10-18T03:24:52.593Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15552024-10-18T03:24:53.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-10-18T03:24:53.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-10-18T03:24:53.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-10-18T03:24:53.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15592024-10-18T03:24:53.235Z
15602024-10-18T03:24:53.235Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15612024-10-18T03:24:53.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-10-18T03:24:53.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-10-18T03:24:53.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-10-18T03:24:53.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15652024-10-18T03:24:53.688Z
15662024-10-18T03:24:53.688Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15672024-10-18T03:24:54.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-10-18T03:24:54.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-10-18T03:24:54.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-10-18T03:24:54.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15712024-10-18T03:24:54.144Z
15722024-10-18T03:24:54.144Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15732024-10-18T03:24:54.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-10-18T03:24:54.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-10-18T03:24:54.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-10-18T03:24:54.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15772024-10-18T03:24:54.601Z
15782024-10-18T03:24:54.601Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15792024-10-18T03:24:55.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-10-18T03:24:55.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-10-18T03:24:55.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-10-18T03:24:55.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15832024-10-18T03:24:55.064Z
15842024-10-18T03:24:55.064Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15852024-10-18T03:24:55.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-10-18T03:24:55.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-10-18T03:24:55.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-10-18T03:24:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15892024-10-18T03:24:55.529Z
15902024-10-18T03:24:55.530Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15912024-10-18T03:24:55.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-10-18T03:24:55.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-10-18T03:24:55.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-10-18T03:24:55.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15952024-10-18T03:24:55.992Z
15962024-10-18T03:24:55.992Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15972024-10-18T03:24:56.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-10-18T03:24:56.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-10-18T03:24:56.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-10-18T03:24:56.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16012024-10-18T03:24:56.453Z
16022024-10-18T03:24:56.454Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
16032024-10-18T03:24:56.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-10-18T03:24:56.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-10-18T03:24:56.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-10-18T03:24:56.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16072024-10-18T03:24:56.915Z
16082024-10-18T03:24:56.915Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16092024-10-18T03:24:57.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-10-18T03:24:57.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-10-18T03:24:57.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-10-18T03:24:57.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16132024-10-18T03:24:57.374Z
16142024-10-18T03:24:57.374Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16152024-10-18T03:24:57.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-10-18T03:24:57.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-10-18T03:24:57.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-10-18T03:24:57.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16192024-10-18T03:24:57.830Z
16202024-10-18T03:24:57.830Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16212024-10-18T03:24:58.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-10-18T03:24:58.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-10-18T03:24:58.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-10-18T03:24:58.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16252024-10-18T03:24:58.293Z
16262024-10-18T03:24:58.293Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16272024-10-18T03:24:58.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-10-18T03:24:58.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-10-18T03:24:58.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-10-18T03:24:58.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16312024-10-18T03:24:58.747Z
16322024-10-18T03:24:58.747Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16332024-10-18T03:24:59.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-10-18T03:24:59.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-10-18T03:24:59.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-10-18T03:24:59.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16372024-10-18T03:24:59.380Z
16382024-10-18T03:24:59.380Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16392024-10-18T03:24:59.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-10-18T03:24:59.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-10-18T03:24:59.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-10-18T03:24:59.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16432024-10-18T03:24:59.664Z
16442024-10-18T03:24:59.664Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16452024-10-18T03:25:00.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-10-18T03:25:00.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-10-18T03:25:00.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-10-18T03:25:00.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16492024-10-18T03:25:00.408Z
16502024-10-18T03:25:00.409Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16512024-10-18T03:25:00.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-10-18T03:25:00.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-10-18T03:25:00.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-10-18T03:25:00.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16552024-10-18T03:25:00.584Z
16562024-10-18T03:25:00.584Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16572024-10-18T03:25:01.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-10-18T03:25:01.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-10-18T03:25:01.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-10-18T03:25:01.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16612024-10-18T03:25:01.043Z
16622024-10-18T03:25:01.043Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16632024-10-18T03:25:01.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-10-18T03:25:01.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-10-18T03:25:01.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-10-18T03:25:01.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16672024-10-18T03:25:01.503Z
16682024-10-18T03:25:01.503Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16692024-10-18T03:25:01.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-10-18T03:25:01.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-10-18T03:25:01.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-10-18T03:25:01.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16732024-10-18T03:25:01.972Z
16742024-10-18T03:25:01.972Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16752024-10-18T03:25:02.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-10-18T03:25:02.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-10-18T03:25:02.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-10-18T03:25:02.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16792024-10-18T03:25:02.426Z
16802024-10-18T03:25:02.426Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16812024-10-18T03:25:03.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-10-18T03:25:03.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-10-18T03:25:03.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-10-18T03:25:03.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16852024-10-18T03:25:03.082Z
16862024-10-18T03:25:03.082Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16872024-10-18T03:25:03.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-10-18T03:25:03.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-10-18T03:25:03.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-10-18T03:25:03.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16912024-10-18T03:25:03.734Z
16922024-10-18T03:25:03.734Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16932024-10-18T03:25:04.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-10-18T03:25:04.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-10-18T03:25:04.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-10-18T03:25:04.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16972024-10-18T03:25:04.384Z
16982024-10-18T03:25:04.384Zinfo: running `cargo check --bins` on oxlog (28/166)
16992024-10-18T03:25:04.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-10-18T03:25:04.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-10-18T03:25:05.018Z Checking cfg-if v1.0.0
17022024-10-18T03:25:05.021Z Checking libc v0.2.159
17032024-10-18T03:25:05.128Z Checking serde v1.0.210
17042024-10-18T03:25:05.135Z Checking zeroize v1.8.1
17052024-10-18T03:25:05.135Z Checking memchr v2.7.4
17062024-10-18T03:25:05.163Z Checking typenum v1.17.0
17072024-10-18T03:25:05.163Z Checking scopeguard v1.2.0
17082024-10-18T03:25:05.174Z Checking subtle v2.6.1
17092024-10-18T03:25:05.183Z Checking value-bag v1.9.0
17102024-10-18T03:25:05.275Z Checking lock_api v0.4.12
17112024-10-18T03:25:05.347Z Checking itoa v1.0.11
17122024-10-18T03:25:05.402Z Checking const-oid v0.9.6
17132024-10-18T03:25:05.558Z Checking pin-project-lite v0.2.14
17142024-10-18T03:25:05.576Z Checking log v0.4.22
17152024-10-18T03:25:05.664Z Checking smallvec v1.13.2
17162024-10-18T03:25:05.678Z Checking byteorder v1.5.0
17172024-10-18T03:25:05.946Z Checking futures-core v0.3.31
17182024-10-18T03:25:06.038Z Checking once_cell v1.20.2
17192024-10-18T03:25:06.057Z Checking cpufeatures v0.2.14
17202024-10-18T03:25:06.102Z Checking futures-sink v0.3.31
17212024-10-18T03:25:06.123Z Checking spin v0.9.8
17222024-10-18T03:25:06.137Z Checking zerocopy v0.7.35
17232024-10-18T03:25:06.231Z Checking slab v0.4.9
17242024-10-18T03:25:06.244Z Checking getrandom v0.2.15
17252024-10-18T03:25:06.321Z Checking parking_lot_core v0.9.10
17262024-10-18T03:25:06.409Z Checking generic-array v0.14.7
17272024-10-18T03:25:06.448Z Checking rand_core v0.6.4
17282024-10-18T03:25:06.465Z Checking signal-hook-registry v1.4.2
17292024-10-18T03:25:06.468Z Checking mio v1.0.2
17302024-10-18T03:25:06.645Z Checking parking_lot v0.12.3
17312024-10-18T03:25:06.689Z Checking socket2 v0.5.7
17322024-10-18T03:25:06.745Z Checking futures-channel v0.3.31
17332024-10-18T03:25:06.993Z Checking pin-utils v0.1.0
17342024-10-18T03:25:07.041Z Checking equivalent v1.0.1
17352024-10-18T03:25:07.073Z Checking futures-task v0.3.31
17362024-10-18T03:25:07.089Z Checking tinyvec_macros v0.1.1
17372024-10-18T03:25:07.133Z Checking foldhash v0.1.3
17382024-10-18T03:25:07.148Z Checking futures-io v0.3.31
17392024-10-18T03:25:07.165Z Checking allocator-api2 v0.2.18
17402024-10-18T03:25:07.284Z Checking tinyvec v1.8.0
17412024-10-18T03:25:08.115Z Checking ryu v1.0.18
17422024-10-18T03:25:08.115Z Checking futures-util v0.3.31
17432024-10-18T03:25:08.115Z Checking fnv v1.0.7
17442024-10-18T03:25:08.115Z Checking unicode-bidi v0.3.17
17452024-10-18T03:25:08.115Z Checking libm v0.2.8
17462024-10-18T03:25:08.115Z Checking base64ct v1.6.0
17472024-10-18T03:25:08.115Z Checking crypto-common v0.1.6
17482024-10-18T03:25:08.115Z Checking block-buffer v0.10.4
17492024-10-18T03:25:08.115Z Checking hashbrown v0.15.0
17502024-10-18T03:25:08.115Z Checking digest v0.10.7
17512024-10-18T03:25:08.115Z Checking block-padding v0.3.3
17522024-10-18T03:25:08.121Z Checking pem-rfc7468 v0.7.0
17532024-10-18T03:25:08.187Z Checking inout v0.1.3
17542024-10-18T03:25:08.304Z Checking ppv-lite86 v0.2.20
17552024-10-18T03:25:08.319Z Checking hmac v0.12.1
17562024-10-18T03:25:08.392Z Checking cipher v0.4.4
17572024-10-18T03:25:08.497Z Checking sha2 v0.10.8
17582024-10-18T03:25:08.512Z Checking num-traits v0.2.19
17592024-10-18T03:25:08.579Z Checking unicode-normalization v0.1.24
17602024-10-18T03:25:08.796Z Checking flagset v0.4.6
17612024-10-18T03:25:08.925Z Checking tracing-core v0.1.32
17622024-10-18T03:25:08.981Z Checking der v0.7.9
17632024-10-18T03:25:09.008Z Checking thiserror v1.0.64
17642024-10-18T03:25:09.065Z Checking rand_chacha v0.3.1
17652024-10-18T03:25:09.137Z Checking percent-encoding v2.3.1
17662024-10-18T03:25:09.347Z Checking rustls-pki-types v1.9.0
17672024-10-18T03:25:09.456Z Checking rand v0.8.5
17682024-10-18T03:25:09.472Z Checking salsa20 v0.10.2
17692024-10-18T03:25:09.557Z Checking tracing v0.1.40
17702024-10-18T03:25:09.684Z Checking pbkdf2 v0.12.2
17712024-10-18T03:25:09.841Z Checking httparse v1.9.5
17722024-10-18T03:25:09.875Z Checking powerfmt v0.2.0
17732024-10-18T03:25:09.901Z Checking untrusted v0.9.0
17742024-10-18T03:25:10.030Z Checking ring v0.17.8
17752024-10-18T03:25:10.156Z Checking bytes v1.7.2
17762024-10-18T03:25:10.161Z Checking indexmap v2.6.0
17772024-10-18T03:25:10.161Z Checking serde_json v1.0.128
17782024-10-18T03:25:10.264Z Checking bitflags v2.6.0
17792024-10-18T03:25:10.561Z Checking deranged v0.3.11
17802024-10-18T03:25:10.716Z Checking spki v0.7.3
17812024-10-18T03:25:10.718Z Checking scrypt v0.11.0
17822024-10-18T03:25:10.832Z Checking tokio v1.40.0
17832024-10-18T03:25:10.941Z Checking http v1.1.0
17842024-10-18T03:25:10.992Z Checking cbc v0.1.2
17852024-10-18T03:25:11.181Z Checking aes v0.8.4
17862024-10-18T03:25:11.411Z Checking crossbeam-utils v0.8.20
17872024-10-18T03:25:11.821Z Checking time-core v0.1.2
17882024-10-18T03:25:11.846Z Checking num-conv v0.1.0
17892024-10-18T03:25:11.964Z Checking num_threads v0.1.7
17902024-10-18T03:25:12.049Z Checking atomic-waker v1.1.2
17912024-10-18T03:25:12.071Z Checking rustls-webpki v0.102.8
17922024-10-18T03:25:12.086Z Checking pkcs5 v0.7.1
17932024-10-18T03:25:12.088Z Checking form_urlencoded v1.2.1
17942024-10-18T03:25:12.167Z Checking try-lock v0.2.5
17952024-10-18T03:25:12.249Z Checking http-body v1.0.1
17962024-10-18T03:25:12.273Z Checking httpdate v1.0.3
17972024-10-18T03:25:12.289Z Checking want v0.3.1
17982024-10-18T03:25:12.292Z Checking time v0.3.36
17992024-10-18T03:25:12.343Z Checking unicode-ident v1.0.13
18002024-10-18T03:25:12.437Z Checking serde_spanned v0.6.8
18012024-10-18T03:25:12.453Z Checking uuid v1.10.0
18022024-10-18T03:25:12.492Z Checking toml_datetime v0.6.8
18032024-10-18T03:25:12.516Z Checking proc-macro2 v1.0.87
18042024-10-18T03:25:12.593Z Checking pkcs8 v0.10.2
18052024-10-18T03:25:12.618Z Checking idna v0.5.0
18062024-10-18T03:25:12.776Z Checking slog v2.7.0
18072024-10-18T03:25:12.813Z Checking scroll v0.12.0
18082024-10-18T03:25:12.874Z Checking tower-service v0.3.3
18092024-10-18T03:25:12.988Z Checking plain v0.2.3
18102024-10-18T03:25:13.073Z Checking base64 v0.22.1
18112024-10-18T03:25:13.133Z Checking match_cfg v0.1.0
18122024-10-18T03:25:13.158Z Checking foreign-types-shared v0.1.1
18132024-10-18T03:25:13.215Z Checking iana-time-zone v0.1.61
18142024-10-18T03:25:13.249Z Checking ucd-trie v0.1.7
18152024-10-18T03:25:13.262Z Checking foreign-types v0.3.2
18162024-10-18T03:25:13.283Z Checking goblin v0.8.2
18172024-10-18T03:25:13.343Z Checking hostname v0.3.1
18182024-10-18T03:25:13.359Z Checking chrono v0.4.38
18192024-10-18T03:25:13.436Z Checking pest v2.7.14
18202024-10-18T03:25:13.469Z Checking quote v1.0.37
18212024-10-18T03:25:13.485Z Checking url v2.5.2
18222024-10-18T03:25:13.545Z Checking openssl-sys v0.9.103
18232024-10-18T03:25:13.773Z Checking dirs-sys-next v0.1.2
18242024-10-18T03:25:13.944Z Checking errno v0.3.9
18252024-10-18T03:25:14.111Z Checking aho-corasick v1.1.3
18262024-10-18T03:25:14.270Z Checking regex-syntax v0.8.5
18272024-10-18T03:25:14.727Z Checking adler2 v2.0.0
18282024-10-18T03:25:14.758Z Checking data-encoding v2.6.0
18292024-10-18T03:25:14.877Z Checking pretty-hex v0.4.1
18302024-10-18T03:25:15.035Z Checking siphasher v0.3.11
18312024-10-18T03:25:15.318Z Checking miniz_oxide v0.8.0
18322024-10-18T03:25:15.433Z Checking openssl v0.10.66
18332024-10-18T03:25:15.480Z Checking rustix v0.38.37
18342024-10-18T03:25:15.745Z Checking dirs-next v2.0.0
18352024-10-18T03:25:15.859Z Checking syn v2.0.79
18362024-10-18T03:25:15.923Z Checking dtrace-parser v0.2.0
18372024-10-18T03:25:16.032Z Checking http-body-util v0.1.2
18382024-10-18T03:25:16.368Z Checking crossbeam-epoch v0.9.18
18392024-10-18T03:25:16.490Z Checking signature v2.2.0
18402024-10-18T03:25:16.763Z Checking sha1 v0.10.6
18412024-10-18T03:25:16.785Z Checking lazy_static v1.5.0
18422024-10-18T03:25:16.906Z Checking thread_local v1.1.8
18432024-10-18T03:25:16.939Z Checking thread-id v4.2.2
18442024-10-18T03:25:17.039Z Checking encoding_rs v0.8.34
18452024-10-18T03:25:17.199Z Checking either v1.13.0
18462024-10-18T03:25:17.545Z Checking regex-automata v0.4.8
18472024-10-18T03:25:17.559Z Checking utf8parse v0.2.2
18482024-10-18T03:25:17.704Z Checking winnow v0.6.20
18492024-10-18T03:25:17.813Z Checking tokio-util v0.7.12
18502024-10-18T03:25:18.257Z Checking dof v0.3.0
18512024-10-18T03:25:18.666Z Checking h2 v0.4.6
18522024-10-18T03:25:18.863Z Checking unicode-properties v0.1.3
18532024-10-18T03:25:18.969Z Checking gimli v0.31.1
18542024-10-18T03:25:19.231Z Checking openssl-probe v0.1.5
18552024-10-18T03:25:19.383Z Checking ipnet v2.10.1
18562024-10-18T03:25:19.421Z Checking mime v0.3.17
18572024-10-18T03:25:19.710Z Checking anstyle v1.0.8
18582024-10-18T03:25:19.858Z Checking stringprep v0.1.5
18592024-10-18T03:25:20.043Z Checking anstyle-parse v0.2.5
18602024-10-18T03:25:20.118Z Checking crossbeam-deque v0.8.5
18612024-10-18T03:25:20.294Z Checking term v0.7.0
18622024-10-18T03:25:20.408Z Checking slog-json v2.6.1
18632024-10-18T03:25:20.636Z Checking toml_edit v0.22.22
18642024-10-18T03:25:20.652Z Checking rustls v0.22.4
18652024-10-18T03:25:20.710Z Checking rustls v0.23.14
18662024-10-18T03:25:20.894Z Checking native-tls v0.2.12
18672024-10-18T03:25:21.216Z Checking futures-executor v0.3.31
18682024-10-18T03:25:21.436Z Checking serde_urlencoded v0.7.1
18692024-10-18T03:25:21.819Z Checking crossbeam-channel v0.5.13
18702024-10-18T03:25:22.041Z Checking usdt-impl v0.5.0
18712024-10-18T03:25:22.063Z Checking num-integer v0.1.46
18722024-10-18T03:25:22.525Z Checking rustls-pemfile v2.2.0
18732024-10-18T03:25:22.548Z Checking idna v0.3.0
18742024-10-18T03:25:22.567Z Checking idna v0.4.0
18752024-10-18T03:25:22.739Z Checking md-5 v0.10.6
18762024-10-18T03:25:22.928Z Checking addr2line v0.24.2
18772024-10-18T03:25:22.951Z Checking ff v0.13.0
18782024-10-18T03:25:23.140Z Checking is-terminal v0.4.13
18792024-10-18T03:25:23.221Z Checking memmap v0.7.0
18802024-10-18T03:25:23.262Z Checking hash32 v0.2.1
18812024-10-18T03:25:23.379Z Checking object v0.36.5
18822024-10-18T03:25:23.400Z Checking psl-types v2.0.11
18832024-10-18T03:25:23.418Z Checking linked-hash-map v0.5.6
18842024-10-18T03:25:23.430Z Checking take_mut v0.2.2
18852024-10-18T03:25:23.548Z Checking is_terminal_polyfill v1.70.1
18862024-10-18T03:25:23.564Z Checking base16ct v0.2.0
18872024-10-18T03:25:23.578Z Checking anstyle-query v1.1.1
18882024-10-18T03:25:23.654Z Checking dyn-clone v1.0.17
18892024-10-18T03:25:23.694Z Checking utf-8 v0.7.6
18902024-10-18T03:25:23.731Z Checking rustc-demangle v0.1.24
18912024-10-18T03:25:23.746Z Checking colorchoice v1.0.2
18922024-10-18T03:25:23.787Z Checking stable_deref_trait v1.2.0
18932024-10-18T03:25:23.874Z Checking fallible-iterator v0.2.0
18942024-10-18T03:25:23.889Z Checking quick-error v1.2.3
18952024-10-18T03:25:23.891Z Checking tungstenite v0.23.0
18962024-10-18T03:25:24.025Z Checking resolv-conf v0.7.0
18972024-10-18T03:25:24.131Z Checking heapless v0.7.17
18982024-10-18T03:25:24.208Z Checking tokio-rustls v0.25.0
18992024-10-18T03:25:24.344Z Checking anstream v0.6.15
19002024-10-18T03:25:24.440Z Checking postgres-protocol v0.6.7
19012024-10-18T03:25:24.563Z Checking schemars v0.8.21
19022024-10-18T03:25:24.700Z Checking sec1 v0.7.3
19032024-10-18T03:25:24.740Z Checking lru-cache v0.1.2
19042024-10-18T03:25:24.859Z Checking hyper v1.4.1
19052024-10-18T03:25:24.909Z Checking publicsuffix v2.2.3
19062024-10-18T03:25:25.043Z Checking slog-async v2.8.0
19072024-10-18T03:25:25.084Z Checking usdt v0.5.0
19082024-10-18T03:25:25.118Z Checking hickory-proto v0.24.1
19092024-10-18T03:25:25.131Z Checking slog-term v2.9.1
19102024-10-18T03:25:25.310Z Checking toml v0.8.19
19112024-10-18T03:25:25.328Z Checking group v0.13.0
19122024-10-18T03:25:25.583Z Checking num-iter v0.1.45
19132024-10-18T03:25:25.594Z Checking futures v0.3.31
19142024-10-18T03:25:25.688Z Checking tokio-native-tls v0.3.1
19152024-10-18T03:25:25.751Z Checking slog-bunyan v2.5.0
19162024-10-18T03:25:25.767Z Checking tokio-rustls v0.26.0
19172024-10-18T03:25:25.915Z Checking rayon-core v1.12.1
19182024-10-18T03:25:25.928Z Checking multer v3.1.0
19192024-10-18T03:25:26.036Z Checking terminal_size v0.4.0
19202024-10-18T03:25:26.139Z Checking phf_shared v0.11.2
19212024-10-18T03:25:26.155Z Checking cookie v0.18.1
19222024-10-18T03:25:26.204Z Checking async-stream v0.3.6
19232024-10-18T03:25:26.316Z Checking waitgroup v0.1.2
19242024-10-18T03:25:26.377Z Checking camino v1.1.9
19252024-10-18T03:25:26.417Z Checking signal-hook v0.3.17
19262024-10-18T03:25:26.448Z Checking openapiv3 v2.0.0
19272024-10-18T03:25:26.554Z Checking serde_path_to_error v0.1.16
19282024-10-18T03:25:26.585Z Checking webpki-roots v0.26.6
19292024-10-18T03:25:26.738Z Checking hkdf v0.12.4
19302024-10-18T03:25:26.785Z Checking crypto-bigint v0.5.5
19312024-10-18T03:25:26.882Z Checking hyper-util v0.1.9
19322024-10-18T03:25:26.931Z Checking hostname v0.4.0
19332024-10-18T03:25:26.947Z Checking clap_lex v0.7.2
19342024-10-18T03:25:27.061Z Checking strsim v0.11.1
19352024-10-18T03:25:27.133Z Checking unicode-width v0.1.14
19362024-10-18T03:25:27.184Z Checking managed v0.8.0
19372024-10-18T03:25:27.323Z Checking bitflags v1.3.2
19382024-10-18T03:25:27.421Z Checking debug-ignore v1.0.5
19392024-10-18T03:25:27.540Z Checking winnow v0.5.40
19402024-10-18T03:25:27.560Z Checking smoltcp v0.9.1
19412024-10-18T03:25:27.604Z Checking console v0.15.8
19422024-10-18T03:25:28.195Z Checking clap_builder v4.5.20
19432024-10-18T03:25:28.999Z Checking signal-hook-mio v0.2.4
19442024-10-18T03:25:29.001Z Checking hyper-rustls v0.27.3
19452024-10-18T03:25:29.128Z Checking hyper-tls v0.6.0
19462024-10-18T03:25:29.327Z Checking cookie_store v0.21.0
19472024-10-18T03:25:29.415Z Checking rayon v1.10.0
19482024-10-18T03:25:29.495Z Checking elliptic-curve v0.13.8
19492024-10-18T03:25:29.658Z Checking backtrace v0.3.74
19502024-10-18T03:25:29.822Z Checking dropshot v0.12.0
19512024-10-18T03:25:29.888Z Checking hickory-resolver v0.24.1
19522024-10-18T03:25:29.916Z Checking phf v0.11.2
19532024-10-18T03:25:30.110Z Checking num-bigint-dig v0.8.4
19542024-10-18T03:25:30.174Z Checking postgres-types v0.2.8
19552024-10-18T03:25:30.190Z Checking anyhow v1.0.89
19562024-10-18T03:25:30.537Z Checking tokio-tungstenite v0.23.1
19572024-10-18T03:25:30.556Z Checking toml_edit v0.19.15
19582024-10-18T03:25:30.911Z Checking bstr v1.10.0
19592024-10-18T03:25:30.992Z Checking regex v1.11.0
19602024-10-18T03:25:31.145Z Checking tokio-stream v0.1.16
19612024-10-18T03:25:31.436Z Checking ed25519 v2.2.3
19622024-10-18T03:25:31.594Z Checking phf_shared v0.10.0
19632024-10-18T03:25:31.725Z Checking zerocopy v0.6.6
19642024-10-18T03:25:31.826Z Checking curve25519-dalek v4.1.3
19652024-10-18T03:25:31.859Z Checking pkcs1 v0.7.5
19662024-10-18T03:25:31.984Z Checking hubpack v0.1.2
19672024-10-18T03:25:32.265Z Checking portable-atomic v1.9.0
19682024-10-18T03:25:32.267Z Checking float-cmp v0.9.0
19692024-10-18T03:25:32.280Z Checking serde-big-array v0.5.1
19702024-10-18T03:25:32.452Z Checking rfc6979 v0.4.0
19712024-10-18T03:25:32.483Z Checking sync_wrapper v1.0.1
19722024-10-18T03:25:32.504Z Checking crc32fast v1.4.2
19732024-10-18T03:25:32.614Z Checking bit-vec v0.6.3
19742024-10-18T03:25:32.630Z Checking difflib v0.4.0
19752024-10-18T03:25:32.725Z Checking unicode-segmentation v1.12.0
19762024-10-18T03:25:32.920Z Checking number_prefix v0.4.0
19772024-10-18T03:25:32.953Z Checking new_debug_unreachable v1.0.6
19782024-10-18T03:25:32.995Z Checking static_assertions v1.1.0
19792024-10-18T03:25:33.034Z Checking minimal-lexical v0.2.1
19802024-10-18T03:25:33.084Z Checking predicates-core v1.0.8
19812024-10-18T03:25:33.101Z Checking whoami v1.5.2
19822024-10-18T03:25:33.254Z Checking fixedbitset v0.4.2
19832024-10-18T03:25:33.280Z Checking precomputed-hash v0.1.1
19842024-10-18T03:25:33.283Z Checking normalize-line-endings v0.3.0
19852024-10-18T03:25:33.371Z Checking tokio-postgres v0.7.12
19862024-10-18T03:25:33.385Z Checking string_cache v0.8.7
19872024-10-18T03:25:33.399Z Checking predicates v3.1.2
19882024-10-18T03:25:33.402Z Checking similar v2.6.0
19892024-10-18T03:25:33.423Z Checking qorb v0.0.2
19902024-10-18T03:25:33.426Z Checking nom v7.1.3
19912024-10-18T03:25:33.489Z Checking petgraph v0.6.5
19922024-10-18T03:25:33.630Z Checking ed25519-dalek v2.1.1
19932024-10-18T03:25:33.649Z Checking indicatif v0.17.8
19942024-10-18T03:25:34.025Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19952024-10-18T03:25:34.041Z Checking toml v0.7.8
19962024-10-18T03:25:34.223Z Checking bit-set v0.5.3
19972024-10-18T03:25:34.359Z Checking flate2 v1.0.34
19982024-10-18T03:25:34.464Z Checking reqwest v0.12.8
19992024-10-18T03:25:34.778Z Checking ecdsa v0.16.9
20002024-10-18T03:25:34.985Z Checking rsa v0.9.6
20012024-10-18T03:25:35.464Z Checking clap v4.5.20
20022024-10-18T03:25:35.581Z Checking crossterm v0.28.1
20032024-10-18T03:25:35.607Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20042024-10-18T03:25:35.633Z Checking fs-err v2.11.0
20052024-10-18T03:25:36.031Z Checking itertools v0.12.1
20062024-10-18T03:25:36.187Z Checking itertools v0.10.5
20072024-10-18T03:25:36.202Z Checking ahash v0.8.11
20082024-10-18T03:25:36.222Z Checking x509-cert v0.2.5
20092024-10-18T03:25:36.421Z Checking hex v0.4.3
20102024-10-18T03:25:36.681Z Checking semver v1.0.23
20112024-10-18T03:25:36.741Z Checking peg-runtime v0.8.3
20122024-10-18T03:25:36.937Z Checking lalrpop-util v0.19.12
20132024-10-18T03:25:36.964Z Checking sigpipe v0.1.3
20142024-10-18T03:25:38.660Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20152024-10-18T03:25:38.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.56s
20162024-10-18T03:25:39.101Z
20172024-10-18T03:25:39.101Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20182024-10-18T03:25:39.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192024-10-18T03:25:39.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202024-10-18T03:25:39.771Z Compiling hashbrown v0.14.5
20212024-10-18T03:25:39.881Z Checking heck v0.5.0
20222024-10-18T03:25:39.891Z Compiling unsafe-libyaml v0.2.11
20232024-10-18T03:25:39.901Z Compiling ident_case v1.0.1
20242024-10-18T03:25:39.911Z Checking progenitor-client v0.8.0
20252024-10-18T03:25:39.924Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20262024-10-18T03:25:39.937Z Compiling proc-macro-crate v1.3.1
20272024-10-18T03:25:40.035Z Compiling darling_core v0.20.10
20282024-10-18T03:25:40.054Z Checking ipnetwork v0.20.0
20292024-10-18T03:25:40.210Z Compiling structmeta-derive v0.3.0
20302024-10-18T03:25:40.278Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20312024-10-18T03:25:40.412Z Compiling newtype-uuid v1.1.2
20322024-10-18T03:25:40.591Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20332024-10-18T03:25:40.735Z Compiling lzma-sys v0.1.20
20342024-10-18T03:25:40.905Z Compiling foreign-types-macros v0.2.3
20352024-10-18T03:25:40.972Z Checking regress v0.10.1
20362024-10-18T03:25:41.010Z Compiling num_enum_derive v0.5.11
20372024-10-18T03:25:41.487Z Compiling serde_yaml v0.9.34+deprecated
20382024-10-18T03:25:41.776Z Checking foreign-types-shared v0.3.1
20392024-10-18T03:25:41.885Z Checking arc-swap v1.7.1
20402024-10-18T03:25:42.129Z Checking foreign-types v0.5.0
20412024-10-18T03:25:42.274Z Compiling proc-macro-error v1.0.4
20422024-10-18T03:25:42.289Z Checking slog-scope v4.4.0
20432024-10-18T03:25:43.001Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20442024-10-18T03:25:43.029Z Checking tungstenite v0.21.0
20452024-10-18T03:25:43.100Z Compiling heck v0.3.3
20462024-10-18T03:25:43.283Z Compiling structmeta v0.3.0
20472024-10-18T03:25:43.514Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482024-10-18T03:25:43.621Z Checking num_enum v0.5.11
20492024-10-18T03:25:43.721Z Compiling parse-display-derive v0.10.0
20502024-10-18T03:25:43.767Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20512024-10-18T03:25:43.904Z Checking cstr-argument v0.1.2
20522024-10-18T03:25:44.072Z Checking instant v0.1.13
20532024-10-18T03:25:44.179Z Checking fastrand v2.1.1
20542024-10-18T03:25:44.344Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20552024-10-18T03:25:44.459Z Checking typify-impl v0.2.0
20562024-10-18T03:25:44.478Z Checking pretty-hex v0.2.1
20572024-10-18T03:25:44.522Z Checking base64 v0.21.7
20582024-10-18T03:25:44.628Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20592024-10-18T03:25:44.668Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20602024-10-18T03:25:44.904Z Checking tempfile v3.13.0
20612024-10-18T03:25:44.980Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20622024-10-18T03:25:45.128Z Checking backoff v0.4.0
20632024-10-18T03:25:45.249Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20642024-10-18T03:25:45.428Z Checking tokio-tungstenite v0.21.0
20652024-10-18T03:25:45.568Z Checking strum v0.26.3
20662024-10-18T03:25:45.616Z Compiling zone_cfg_derive v0.1.2
20672024-10-18T03:25:45.724Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20682024-10-18T03:25:45.904Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20692024-10-18T03:25:46.109Z Checking slog-stdlog v4.1.1
20702024-10-18T03:25:46.267Z Checking regress v0.9.1
20712024-10-18T03:25:46.282Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20722024-10-18T03:25:46.425Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20732024-10-18T03:25:46.476Z Checking colored v2.1.0
20742024-10-18T03:25:46.711Z Checking macaddr v1.0.1
20752024-10-18T03:25:46.755Z Checking base64 v0.13.1
20762024-10-18T03:25:47.036Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20772024-10-18T03:25:47.076Z Compiling darling_macro v0.20.10
20782024-10-18T03:25:47.101Z Checking zone v0.1.8
20792024-10-18T03:25:47.117Z Checking ron v0.7.1
20802024-10-18T03:25:47.498Z Checking xz2 v0.1.7
20812024-10-18T03:25:47.761Z Checking slog-envlogger v2.2.0
20822024-10-18T03:25:47.842Z Checking tabwriter v1.4.0
20832024-10-18T03:25:47.959Z Checking xattr v1.3.1
20842024-10-18T03:25:48.079Z Checking pem v3.0.4
20852024-10-18T03:25:48.096Z Compiling darling v0.20.10
20862024-10-18T03:25:48.161Z Checking yasna v0.5.2
20872024-10-18T03:25:48.214Z Compiling serde_with_macros v3.11.0
20882024-10-18T03:25:48.305Z Checking headers-core v0.3.0
20892024-10-18T03:25:48.321Z Checking smf v0.2.3
20902024-10-18T03:25:48.339Z Checking parse-display v0.10.0
20912024-10-18T03:25:48.436Z Checking filetime v0.2.25
20922024-10-18T03:25:48.553Z Checking same-file v1.0.6
20932024-10-18T03:25:48.640Z Checking tar v0.4.42
20942024-10-18T03:25:48.716Z Checking walkdir v2.5.0
20952024-10-18T03:25:48.751Z Checking headers v0.4.0
20962024-10-18T03:25:48.864Z Checking atomicwrites v0.4.4
20972024-10-18T03:25:48.974Z Checking camino-tempfile v1.1.1
20982024-10-18T03:25:49.015Z Checking rcgen v0.12.1
20992024-10-18T03:25:49.058Z Checking subprocess v0.2.9
21002024-10-18T03:25:50.438Z Checking serde_with v3.11.0
21012024-10-18T03:25:53.150Z Compiling typify-macro v0.2.0
21022024-10-18T03:25:55.026Z Compiling typify v0.2.0
21032024-10-18T03:25:55.091Z Compiling progenitor-impl v0.8.0
21042024-10-18T03:25:58.198Z Compiling progenitor-macro v0.8.0
21052024-10-18T03:26:04.427Z Checking progenitor v0.8.0
21062024-10-18T03:26:04.554Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21072024-10-18T03:26:04.557Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21082024-10-18T03:26:07.152Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21092024-10-18T03:26:07.435Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21102024-10-18T03:26:13.584Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21112024-10-18T03:26:15.073Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21122024-10-18T03:26:16.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s
21132024-10-18T03:26:16.355Z
21142024-10-18T03:26:16.355Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21152024-10-18T03:26:16.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-10-18T03:26:16.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-10-18T03:26:17.025Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21182024-10-18T03:26:18.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
21192024-10-18T03:26:18.489Z
21202024-10-18T03:26:18.489Zinfo: running `cargo check --bins` on nexus-config (31/166)
21212024-10-18T03:26:19.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-10-18T03:26:19.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-10-18T03:26:19.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242024-10-18T03:26:19.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21252024-10-18T03:26:19.137Z
21262024-10-18T03:26:19.137Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21272024-10-18T03:26:19.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-10-18T03:26:19.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-10-18T03:26:19.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302024-10-18T03:26:19.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21312024-10-18T03:26:19.767Z
21322024-10-18T03:26:19.767Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21332024-10-18T03:26:20.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342024-10-18T03:26:20.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352024-10-18T03:26:20.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362024-10-18T03:26:20.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21372024-10-18T03:26:20.412Z
21382024-10-18T03:26:20.412Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21392024-10-18T03:26:20.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402024-10-18T03:26:20.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412024-10-18T03:26:21.077Z Compiling heapless v0.8.0
21422024-10-18T03:26:21.080Z Checking hash32 v0.3.1
21432024-10-18T03:26:21.173Z Compiling smoltcp v0.11.0
21442024-10-18T03:26:21.186Z Checking cobs v0.2.3
21452024-10-18T03:26:21.193Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21462024-10-18T03:26:21.196Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21472024-10-18T03:26:21.218Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21482024-10-18T03:26:21.221Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21492024-10-18T03:26:21.312Z Compiling crucible-workspace-hack v0.1.0
21502024-10-18T03:26:21.333Z Checking postcard v1.0.10
21512024-10-18T03:26:21.336Z Checking newline-converter v0.3.0
21522024-10-18T03:26:21.500Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21532024-10-18T03:26:21.533Z Compiling convert_case v0.4.0
21542024-10-18T03:26:21.694Z Checking expectorate v1.1.0
21552024-10-18T03:26:21.708Z Compiling zone_cfg_derive v0.3.0
21562024-10-18T03:26:21.844Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21572024-10-18T03:26:21.865Z Checking itertools v0.13.0
21582024-10-18T03:26:21.899Z Compiling num-derive v0.4.2
21592024-10-18T03:26:22.094Z Compiling slog-dtrace v0.3.0
21602024-10-18T03:26:22.180Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21612024-10-18T03:26:22.440Z Compiling derive_more v0.99.18
21622024-10-18T03:26:22.463Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21632024-10-18T03:26:23.162Z Checking zone v0.3.0
21642024-10-18T03:26:23.876Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21652024-10-18T03:26:24.951Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21662024-10-18T03:26:25.870Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21672024-10-18T03:26:26.346Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21682024-10-18T03:26:26.913Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21692024-10-18T03:26:27.610Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21702024-10-18T03:26:28.703Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21712024-10-18T03:26:29.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
21722024-10-18T03:26:29.714Z
21732024-10-18T03:26:29.714Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21742024-10-18T03:26:30.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-10-18T03:26:30.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-10-18T03:26:30.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-10-18T03:26:30.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21782024-10-18T03:26:30.362Z
21792024-10-18T03:26:30.362Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21802024-10-18T03:26:30.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-10-18T03:26:30.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-10-18T03:26:30.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-10-18T03:26:30.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21842024-10-18T03:26:31.014Z
21852024-10-18T03:26:31.014Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21862024-10-18T03:26:31.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-10-18T03:26:31.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-10-18T03:26:31.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-10-18T03:26:31.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21902024-10-18T03:26:31.777Z
21912024-10-18T03:26:31.777Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21922024-10-18T03:26:32.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-10-18T03:26:32.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-10-18T03:26:32.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-10-18T03:26:32.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21962024-10-18T03:26:32.530Z
21972024-10-18T03:26:32.530Zinfo: running `cargo check --bins` on dns-server (39/166)
21982024-10-18T03:26:33.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-10-18T03:26:33.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-10-18T03:26:33.193Z Compiling parking_lot_core v0.8.6
22012024-10-18T03:26:33.193Z Checking nibble_vec v0.1.0
22022024-10-18T03:26:33.196Z Checking endian-type v0.1.2
22032024-10-18T03:26:33.196Z Checking fxhash v0.2.1
22042024-10-18T03:26:33.196Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22052024-10-18T03:26:33.196Z Checking hickory-server v0.24.1
22062024-10-18T03:26:33.437Z Checking radix_trie v0.2.1
22072024-10-18T03:26:33.731Z Checking hickory-client v0.24.1
22082024-10-18T03:26:33.869Z Checking parking_lot v0.11.2
22092024-10-18T03:26:33.978Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22102024-10-18T03:26:33.978Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22112024-10-18T03:26:34.100Z Checking sled v0.34.7
22122024-10-18T03:26:35.865Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22132024-10-18T03:26:37.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
22142024-10-18T03:26:37.175Z
22152024-10-18T03:26:37.175Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22162024-10-18T03:26:37.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172024-10-18T03:26:37.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182024-10-18T03:26:37.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192024-10-18T03:26:37.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22202024-10-18T03:26:37.831Z
22212024-10-18T03:26:37.831Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22222024-10-18T03:26:38.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-10-18T03:26:38.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-10-18T03:26:38.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252024-10-18T03:26:38.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22262024-10-18T03:26:38.478Z
22272024-10-18T03:26:38.479Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22282024-10-18T03:26:39.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-10-18T03:26:39.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-10-18T03:26:39.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-10-18T03:26:39.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22322024-10-18T03:26:39.129Z
22332024-10-18T03:26:39.129Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22342024-10-18T03:26:39.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-10-18T03:26:39.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-10-18T03:26:39.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-10-18T03:26:39.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22382024-10-18T03:26:39.830Z
22392024-10-18T03:26:39.830Zinfo: running `cargo check --bins` on gateway-types (44/166)
22402024-10-18T03:26:40.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-10-18T03:26:40.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-10-18T03:26:40.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-10-18T03:26:40.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22442024-10-18T03:26:40.482Z
22452024-10-18T03:26:40.483Zinfo: running `cargo check --bins` on ipcc (45/166)
22462024-10-18T03:26:41.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-10-18T03:26:41.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-10-18T03:26:41.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492024-10-18T03:26:41.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22502024-10-18T03:26:41.126Z
22512024-10-18T03:26:41.126Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22522024-10-18T03:26:41.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532024-10-18T03:26:41.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542024-10-18T03:26:41.841Z Checking num-rational v0.4.2
22552024-10-18T03:26:41.842Z Compiling progenitor-client v0.8.0
22562024-10-18T03:26:41.844Z Checking num-complex v0.4.6
22572024-10-18T03:26:41.844Z Compiling prettyplease v0.2.22
22582024-10-18T03:26:41.844Z Compiling newtype-uuid v1.1.2
22592024-10-18T03:26:41.844Z Compiling ipnetwork v0.20.0
22602024-10-18T03:26:41.941Z Compiling instant v0.1.13
22612024-10-18T03:26:41.944Z Compiling radium v0.7.0
22622024-10-18T03:26:42.130Z Compiling semver v0.1.20
22632024-10-18T03:26:42.235Z Compiling progenitor v0.8.0
22642024-10-18T03:26:42.276Z Checking float-ord v0.3.2
22652024-10-18T03:26:42.341Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22662024-10-18T03:26:42.409Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22672024-10-18T03:26:42.442Z Compiling rustc_version v0.1.7
22682024-10-18T03:26:42.459Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692024-10-18T03:26:42.578Z Compiling backoff v0.4.0
22702024-10-18T03:26:42.742Z Compiling parse-display v0.10.0
22712024-10-18T03:26:42.793Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722024-10-18T03:26:42.814Z Compiling serde_with v3.11.0
22732024-10-18T03:26:42.847Z Checking num v0.4.3
22742024-10-18T03:26:42.909Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22752024-10-18T03:26:42.925Z Compiling regress v0.9.1
22762024-10-18T03:26:42.947Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22772024-10-18T03:26:43.088Z Compiling macaddr v1.0.1
22782024-10-18T03:26:43.423Z Checking tap v1.0.1
22792024-10-18T03:26:43.507Z Compiling maybe-uninit v2.0.0
22802024-10-18T03:26:43.593Z Checking wyz v0.5.1
22812024-10-18T03:26:44.096Z Compiling newtype_derive v0.1.6
22822024-10-18T03:26:44.113Z Checking password-hash v0.5.0
22832024-10-18T03:26:44.391Z Checking blake2 v0.10.6
22842024-10-18T03:26:44.499Z Compiling bzip2-sys v0.1.11+1.0.8
22852024-10-18T03:26:44.569Z Compiling packed_struct v0.10.1
22862024-10-18T03:26:44.859Z Compiling owo-colors v4.1.0
22872024-10-18T03:26:44.926Z Checking crc-catalog v2.4.0
22882024-10-18T03:26:45.002Z Compiling cancel-safe-futures v0.1.5
22892024-10-18T03:26:45.028Z Checking funty v2.0.0
22902024-10-18T03:26:45.071Z Checking crc v3.2.1
22912024-10-18T03:26:45.369Z Checking argon2 v0.5.3
22922024-10-18T03:26:45.956Z Checking bitvec v1.0.1
22932024-10-18T03:26:46.042Z Compiling packed_struct_codegen v0.10.1
22942024-10-18T03:26:46.256Z Compiling indexmap v1.9.3
22952024-10-18T03:26:46.556Z Checking half v2.4.1
22962024-10-18T03:26:46.573Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22972024-10-18T03:26:46.852Z Checking nodrop v0.1.14
22982024-10-18T03:26:46.868Z Checking ciborium-io v0.2.2
22992024-10-18T03:26:46.960Z Checking array-init v0.0.4
23002024-10-18T03:26:47.030Z Checking ciborium-ll v0.2.2
23012024-10-18T03:26:47.149Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23022024-10-18T03:26:47.315Z Checking smallvec v0.6.14
23032024-10-18T03:26:47.445Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042024-10-18T03:26:47.830Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23052024-10-18T03:26:48.484Z Checking libsw v3.3.1
23062024-10-18T03:26:48.531Z Compiling memoffset v0.9.1
23072024-10-18T03:26:48.750Z Checking hashbrown v0.12.3
23082024-10-18T03:26:48.767Z Checking bitfield v0.14.0
23092024-10-18T03:26:48.837Z Checking swrite v0.1.0
23102024-10-18T03:26:48.948Z Checking termcolor v1.4.1
23112024-10-18T03:26:49.057Z Checking linear-map v1.2.0
23122024-10-18T03:26:49.382Z Checking highway v1.2.0
23132024-10-18T03:26:49.382Z Checking indent_write v2.2.0
23142024-10-18T03:26:49.409Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23152024-10-18T03:26:49.584Z Checking env_logger v0.10.2
23162024-10-18T03:26:49.772Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23172024-10-18T03:26:49.796Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23182024-10-18T03:26:50.133Z Checking ron v0.8.1
23192024-10-18T03:26:50.206Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23202024-10-18T03:26:50.372Z Checking serde-hex v0.1.0
23212024-10-18T03:26:50.390Z Checking steno v0.4.1
23222024-10-18T03:26:51.204Z Checking ciborium v0.2.2
23232024-10-18T03:26:51.344Z Checking bzip2 v0.4.4
23242024-10-18T03:26:51.741Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252024-10-18T03:26:51.828Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23262024-10-18T03:26:51.995Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23272024-10-18T03:26:52.146Z Checking hashbrown v0.13.2
23282024-10-18T03:26:52.405Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23292024-10-18T03:26:52.702Z Checking humantime v2.1.0
23302024-10-18T03:26:52.851Z Checking crc-any v2.5.0
23312024-10-18T03:26:52.985Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23322024-10-18T03:26:53.134Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23332024-10-18T03:26:53.189Z Checking object v0.30.4
23342024-10-18T03:26:53.229Z Checking zip v0.6.6
23352024-10-18T03:26:53.483Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23362024-10-18T03:26:53.510Z Checking path-slash v0.1.5
23372024-10-18T03:26:53.653Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23382024-10-18T03:26:53.846Z Checking nix v0.27.1
23392024-10-18T03:26:53.885Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23402024-10-18T03:26:54.390Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23412024-10-18T03:26:54.562Z Checking kstat-rs v0.2.4
23422024-10-18T03:26:54.637Z Checking signal-hook-tokio v0.3.1
23432024-10-18T03:26:55.801Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23442024-10-18T03:26:56.037Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23452024-10-18T03:27:01.212Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23462024-10-18T03:27:03.161Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23472024-10-18T03:27:03.486Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23482024-10-18T03:27:06.609Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23492024-10-18T03:27:06.861Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23502024-10-18T03:27:07.825Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23512024-10-18T03:27:13.061Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23522024-10-18T03:27:13.690Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23532024-10-18T03:27:16.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.15s
23542024-10-18T03:27:16.440Z
23552024-10-18T03:27:16.440Zinfo: running `cargo check --bins` on gateway-api (47/166)
23562024-10-18T03:27:17.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-10-18T03:27:17.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-10-18T03:27:17.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-10-18T03:27:17.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23602024-10-18T03:27:17.099Z
23612024-10-18T03:27:17.099Zinfo: running `cargo check --bins` on oximeter (48/166)
23622024-10-18T03:27:17.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-10-18T03:27:17.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-10-18T03:27:17.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-10-18T03:27:17.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23662024-10-18T03:27:17.753Z
23672024-10-18T03:27:17.753Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23682024-10-18T03:27:18.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-10-18T03:27:18.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-10-18T03:27:18.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-10-18T03:27:18.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23722024-10-18T03:27:18.384Z
23732024-10-18T03:27:18.384Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23742024-10-18T03:27:18.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-10-18T03:27:18.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-10-18T03:27:19.036Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23772024-10-18T03:27:19.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
23782024-10-18T03:27:19.585Z
23792024-10-18T03:27:19.585Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23802024-10-18T03:27:20.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-10-18T03:27:20.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-10-18T03:27:20.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-10-18T03:27:20.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23842024-10-18T03:27:20.238Z
23852024-10-18T03:27:20.238Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23862024-10-18T03:27:20.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-10-18T03:27:20.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-10-18T03:27:20.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-10-18T03:27:20.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23902024-10-18T03:27:20.888Z
23912024-10-18T03:27:20.888Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23922024-10-18T03:27:21.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-10-18T03:27:21.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-10-18T03:27:21.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-10-18T03:27:21.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23962024-10-18T03:27:21.518Z
23972024-10-18T03:27:21.518Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23982024-10-18T03:27:22.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-10-18T03:27:22.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-10-18T03:27:22.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-10-18T03:27:22.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24022024-10-18T03:27:22.164Z
24032024-10-18T03:27:22.164Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
24042024-10-18T03:27:22.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-10-18T03:27:22.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-10-18T03:27:22.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-10-18T03:27:22.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24082024-10-18T03:27:22.818Z
24092024-10-18T03:27:22.818Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24102024-10-18T03:27:23.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-10-18T03:27:23.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-10-18T03:27:23.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-10-18T03:27:23.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24142024-10-18T03:27:23.470Z
24152024-10-18T03:27:23.470Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24162024-10-18T03:27:24.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-10-18T03:27:24.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-10-18T03:27:24.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-10-18T03:27:24.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24202024-10-18T03:27:24.126Z
24212024-10-18T03:27:24.126Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24222024-10-18T03:27:24.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-10-18T03:27:24.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-10-18T03:27:24.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-10-18T03:27:24.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24262024-10-18T03:27:24.775Z
24272024-10-18T03:27:24.775Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24282024-10-18T03:27:25.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-10-18T03:27:25.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-10-18T03:27:25.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-10-18T03:27:25.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24322024-10-18T03:27:25.429Z
24332024-10-18T03:27:25.429Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24342024-10-18T03:27:26.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-10-18T03:27:26.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-10-18T03:27:26.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-10-18T03:27:26.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24382024-10-18T03:27:26.108Z
24392024-10-18T03:27:26.108Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24402024-10-18T03:27:26.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-10-18T03:27:26.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-10-18T03:27:26.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-10-18T03:27:26.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24442024-10-18T03:27:26.757Z
24452024-10-18T03:27:26.757Zinfo: running `cargo check --bins` on nexus-client (62/166)
24462024-10-18T03:27:27.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-10-18T03:27:27.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-10-18T03:27:27.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-10-18T03:27:27.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24502024-10-18T03:27:27.432Z
24512024-10-18T03:27:27.432Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24522024-10-18T03:27:28.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-10-18T03:27:28.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-10-18T03:27:28.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-10-18T03:27:28.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24562024-10-18T03:27:28.089Z
24572024-10-18T03:27:28.089Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24582024-10-18T03:27:28.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-10-18T03:27:28.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-10-18T03:27:28.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-10-18T03:27:28.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24622024-10-18T03:27:28.729Z
24632024-10-18T03:27:28.729Zinfo: running `cargo check --bins` on nexus-types (65/166)
24642024-10-18T03:27:29.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-10-18T03:27:29.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-10-18T03:27:29.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-10-18T03:27:29.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24682024-10-18T03:27:29.401Z
24692024-10-18T03:27:29.401Zinfo: running `cargo check --bins` on gateway-client (66/166)
24702024-10-18T03:27:29.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-10-18T03:27:29.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-10-18T03:27:29.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-10-18T03:27:29.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24742024-10-18T03:27:30.039Z
24752024-10-18T03:27:30.039Zinfo: running `cargo check --bins` on oxql-types (67/166)
24762024-10-18T03:27:30.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-10-18T03:27:30.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-10-18T03:27:30.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-10-18T03:27:30.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24802024-10-18T03:27:30.695Z
24812024-10-18T03:27:30.695Zinfo: running `cargo check --bins` on update-engine (68/166)
24822024-10-18T03:27:31.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-10-18T03:27:31.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-10-18T03:27:31.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-10-18T03:27:31.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24862024-10-18T03:27:31.334Z
24872024-10-18T03:27:31.334Zinfo: running `cargo check --bins` on sp-sim (69/166)
24882024-10-18T03:27:31.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-10-18T03:27:31.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-10-18T03:27:31.989Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24912024-10-18T03:27:33.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
24922024-10-18T03:27:33.828Z
24932024-10-18T03:27:33.829Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24942024-10-18T03:27:34.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-10-18T03:27:34.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-10-18T03:27:34.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-10-18T03:27:34.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24982024-10-18T03:27:34.515Z
24992024-10-18T03:27:34.515Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
25002024-10-18T03:27:35.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-10-18T03:27:35.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-10-18T03:27:35.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-10-18T03:27:35.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25042024-10-18T03:27:35.214Z
25052024-10-18T03:27:35.214Zinfo: running `cargo check --bins` on db-macros (72/166)
25062024-10-18T03:27:35.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-10-18T03:27:35.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-10-18T03:27:35.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-10-18T03:27:35.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25102024-10-18T03:27:35.847Z
25112024-10-18T03:27:35.847Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25122024-10-18T03:27:36.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-10-18T03:27:36.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-10-18T03:27:36.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-10-18T03:27:36.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25162024-10-18T03:27:36.480Z
25172024-10-18T03:27:36.481Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25182024-10-18T03:27:37.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-10-18T03:27:37.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-10-18T03:27:37.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-10-18T03:27:37.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25222024-10-18T03:27:37.170Z
25232024-10-18T03:27:37.170Zinfo: running `cargo check --bins` on authz-macros (75/166)
25242024-10-18T03:27:37.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-10-18T03:27:37.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-10-18T03:27:37.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-10-18T03:27:37.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25282024-10-18T03:27:37.807Z
25292024-10-18T03:27:37.807Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25302024-10-18T03:27:38.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-10-18T03:27:38.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-10-18T03:27:38.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-10-18T03:27:38.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25342024-10-18T03:27:38.491Z
25352024-10-18T03:27:38.492Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25362024-10-18T03:27:39.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-10-18T03:27:39.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-10-18T03:27:39.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-10-18T03:27:39.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25402024-10-18T03:27:39.178Z
25412024-10-18T03:27:39.178Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25422024-10-18T03:27:39.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-10-18T03:27:39.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-10-18T03:27:39.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-10-18T03:27:39.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25462024-10-18T03:27:39.832Z
25472024-10-18T03:27:39.832Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25482024-10-18T03:27:40.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-10-18T03:27:40.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-10-18T03:27:40.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-10-18T03:27:40.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25522024-10-18T03:27:40.494Z
25532024-10-18T03:27:40.494Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25542024-10-18T03:27:41.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-10-18T03:27:41.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-10-18T03:27:41.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-10-18T03:27:41.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25582024-10-18T03:27:41.168Z
25592024-10-18T03:27:41.168Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25602024-10-18T03:27:41.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-10-18T03:27:41.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-10-18T03:27:41.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-10-18T03:27:41.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25642024-10-18T03:27:41.821Z
25652024-10-18T03:27:41.821Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25662024-10-18T03:27:42.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-10-18T03:27:42.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-10-18T03:27:42.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-10-18T03:27:42.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25702024-10-18T03:27:42.471Z
25712024-10-18T03:27:42.471Zinfo: running `cargo check --bins` on typed-rng (83/166)
25722024-10-18T03:27:43.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-10-18T03:27:43.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-10-18T03:27:43.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-10-18T03:27:43.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25762024-10-18T03:27:43.110Z
25772024-10-18T03:27:43.110Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25782024-10-18T03:27:43.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-10-18T03:27:43.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-10-18T03:27:43.861Z Checking keccak v0.1.5
25812024-10-18T03:27:43.964Z Checking secrecy v0.8.0
25822024-10-18T03:27:43.966Z Compiling unicase v2.7.0
25832024-10-18T03:27:43.966Z Compiling same-file v1.0.6
25842024-10-18T03:27:43.966Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25852024-10-18T03:27:43.983Z Compiling tempfile v3.13.0
25862024-10-18T03:27:44.016Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25872024-10-18T03:27:44.019Z Compiling thiserror-impl-no-std v2.0.2
25882024-10-18T03:27:44.153Z Compiling walkdir v2.5.0
25892024-10-18T03:27:44.232Z Checking sha3 v0.10.8
25902024-10-18T03:27:44.232Z Checking universal-hash v0.5.1
25912024-10-18T03:27:44.319Z Compiling ring v0.16.20
25922024-10-18T03:27:44.410Z Compiling blake3 v1.5.4
25932024-10-18T03:27:44.460Z Checking opaque-debug v0.3.1
25942024-10-18T03:27:44.554Z Checking poly1305 v0.8.0
25952024-10-18T03:27:44.596Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25962024-10-18T03:27:44.842Z Checking chacha20 v0.9.1
25972024-10-18T03:27:44.860Z Checking aead v0.5.2
25982024-10-18T03:27:44.875Z Compiling memmap2 v0.9.5
25992024-10-18T03:27:44.891Z Compiling spin v0.5.2
26002024-10-18T03:27:45.043Z Compiling arrayref v0.3.9
26012024-10-18T03:27:45.065Z Compiling libefi-sys v0.1.0
26022024-10-18T03:27:45.098Z Compiling constant_time_eq v0.3.1
26032024-10-18T03:27:45.144Z Compiling salty v0.3.0
26042024-10-18T03:27:45.185Z Compiling arrayvec v0.7.6
26052024-10-18T03:27:45.269Z Compiling home v0.5.9
26062024-10-18T03:27:45.297Z Compiling untrusted v0.7.1
26072024-10-18T03:27:45.374Z Checking chacha20poly1305 v0.10.1
26082024-10-18T03:27:45.479Z Compiling toolchain_find v0.4.0
26092024-10-18T03:27:45.574Z Compiling camino-tempfile v1.1.1
26102024-10-18T03:27:45.576Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26112024-10-18T03:27:45.786Z Compiling bitfield-struct v0.6.2
26122024-10-18T03:27:45.943Z Compiling topological-sort v0.2.2
26132024-10-18T03:27:46.003Z Compiling mime_guess v2.0.5
26142024-10-18T03:27:46.105Z Compiling rustfmt-wrapper v0.2.1
26152024-10-18T03:27:46.539Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26162024-10-18T03:27:46.659Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26172024-10-18T03:27:46.674Z Checking primeorder v0.13.6
26182024-10-18T03:27:46.918Z Checking env_filter v0.1.2
26192024-10-18T03:27:46.943Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202024-10-18T03:27:47.107Z Checking thiserror-no-std v2.0.2
26212024-10-18T03:27:47.129Z Checking p384 v0.13.0
26222024-10-18T03:27:47.143Z Checking env_logger v0.11.5
26232024-10-18T03:27:47.194Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26242024-10-18T03:27:47.211Z Checking vsss-rs v3.3.4
26252024-10-18T03:27:47.264Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26262024-10-18T03:27:47.346Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26272024-10-18T03:27:47.613Z Checking gethostname v0.5.0
26282024-10-18T03:27:47.737Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26292024-10-18T03:27:47.754Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26302024-10-18T03:27:47.770Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26312024-10-18T03:27:47.998Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26322024-10-18T03:27:48.091Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26332024-10-18T03:27:48.185Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26342024-10-18T03:27:48.239Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26352024-10-18T03:27:48.486Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26362024-10-18T03:27:48.560Z Checking nanorand v0.7.0
26372024-10-18T03:27:48.576Z Checking atty v0.2.14
26382024-10-18T03:27:48.634Z Checking glob v0.3.1
26392024-10-18T03:27:48.687Z Checking http-range v0.1.5
26402024-10-18T03:27:48.860Z Checking hyper-staticfile v0.10.1
26412024-10-18T03:27:48.921Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26422024-10-18T03:27:48.924Z Checking flume v0.11.0
26432024-10-18T03:27:49.355Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26442024-10-18T03:27:49.578Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26452024-10-18T03:27:49.593Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462024-10-18T03:27:50.033Z Compiling omicron-zone-package v0.11.1
26472024-10-18T03:27:50.238Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26482024-10-18T03:27:50.930Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26492024-10-18T03:27:51.386Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26502024-10-18T03:27:51.447Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26512024-10-18T03:27:51.619Z Checking display-error-chain v0.2.1
26522024-10-18T03:27:52.866Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26532024-10-18T03:27:54.218Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26542024-10-18T03:27:55.551Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26552024-10-18T03:27:55.553Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26562024-10-18T03:28:06.053Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26572024-10-18T03:28:18.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.88s
26582024-10-18T03:28:18.169Z
26592024-10-18T03:28:18.169Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26602024-10-18T03:28:18.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-10-18T03:28:18.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-10-18T03:28:18.924Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26632024-10-18T03:28:30.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s
26642024-10-18T03:28:31.078Z
26652024-10-18T03:28:31.078Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26662024-10-18T03:28:31.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-10-18T03:28:31.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-10-18T03:28:31.821Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26692024-10-18T03:28:43.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s
26702024-10-18T03:28:43.977Z
26712024-10-18T03:28:43.977Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26722024-10-18T03:28:44.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-10-18T03:28:44.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-10-18T03:28:44.722Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26752024-10-18T03:28:56.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s
26762024-10-18T03:28:57.015Z
26772024-10-18T03:28:57.015Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26782024-10-18T03:28:57.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-10-18T03:28:57.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-10-18T03:28:57.758Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26812024-10-18T03:29:09.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.80s
26822024-10-18T03:29:09.990Z
26832024-10-18T03:29:09.990Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26842024-10-18T03:29:10.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-10-18T03:29:10.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-10-18T03:29:10.735Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26872024-10-18T03:29:22.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.70s
26882024-10-18T03:29:22.871Z
26892024-10-18T03:29:22.871Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26902024-10-18T03:29:23.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-10-18T03:29:23.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-10-18T03:29:23.622Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26932024-10-18T03:29:35.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.76s
26942024-10-18T03:29:35.813Z
26952024-10-18T03:29:35.813Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26962024-10-18T03:29:36.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-10-18T03:29:36.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-10-18T03:29:36.560Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26992024-10-18T03:29:48.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s
27002024-10-18T03:29:48.862Z
27012024-10-18T03:29:48.863Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
27022024-10-18T03:29:49.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-10-18T03:29:49.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-10-18T03:29:49.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052024-10-18T03:29:49.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27062024-10-18T03:29:49.532Z
27072024-10-18T03:29:49.532Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27082024-10-18T03:29:50.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-10-18T03:29:50.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-10-18T03:29:50.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112024-10-18T03:29:50.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27122024-10-18T03:29:50.193Z
27132024-10-18T03:29:50.193Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27142024-10-18T03:29:50.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-10-18T03:29:50.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-10-18T03:29:50.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172024-10-18T03:29:50.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27182024-10-18T03:29:50.857Z
27192024-10-18T03:29:50.857Zinfo: running `cargo check --bins` on dpd-client (95/166)
27202024-10-18T03:29:51.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-10-18T03:29:51.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-10-18T03:29:51.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232024-10-18T03:29:51.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27242024-10-18T03:29:51.501Z
27252024-10-18T03:29:51.502Zinfo: running `cargo check --bins` on installinator-common (96/166)
27262024-10-18T03:29:52.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-10-18T03:29:52.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-10-18T03:29:52.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292024-10-18T03:29:52.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27302024-10-18T03:29:52.167Z
27312024-10-18T03:29:52.167Zinfo: running `cargo check --bins` on key-manager (97/166)
27322024-10-18T03:29:52.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332024-10-18T03:29:52.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342024-10-18T03:29:52.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352024-10-18T03:29:52.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27362024-10-18T03:29:52.822Z
27372024-10-18T03:29:52.822Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27382024-10-18T03:29:53.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392024-10-18T03:29:53.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402024-10-18T03:29:53.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412024-10-18T03:29:53.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27422024-10-18T03:29:53.486Z
27432024-10-18T03:29:53.486Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27442024-10-18T03:29:54.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-10-18T03:29:54.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-10-18T03:29:54.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472024-10-18T03:29:54.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27482024-10-18T03:29:54.166Z
27492024-10-18T03:29:54.166Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27502024-10-18T03:29:54.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-10-18T03:29:54.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-10-18T03:29:54.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-10-18T03:29:54.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27542024-10-18T03:29:54.831Z
27552024-10-18T03:29:54.831Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27562024-10-18T03:29:55.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-10-18T03:29:55.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-10-18T03:29:55.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-10-18T03:29:55.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27602024-10-18T03:29:55.501Z
27612024-10-18T03:29:55.501Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27622024-10-18T03:29:56.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-10-18T03:29:56.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-10-18T03:29:56.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-10-18T03:29:56.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27662024-10-18T03:29:56.169Z
27672024-10-18T03:29:56.169Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27682024-10-18T03:29:56.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-10-18T03:29:56.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-10-18T03:29:56.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-10-18T03:29:56.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27722024-10-18T03:29:56.851Z
27732024-10-18T03:29:56.851Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27742024-10-18T03:29:57.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-10-18T03:29:57.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-10-18T03:29:57.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-10-18T03:29:57.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27782024-10-18T03:29:57.522Z
27792024-10-18T03:29:57.522Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27802024-10-18T03:29:58.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-10-18T03:29:58.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-10-18T03:29:58.231Z Compiling phf_generator v0.11.2
27832024-10-18T03:29:58.234Z Compiling parse-zoneinfo v0.3.1
27842024-10-18T03:29:58.340Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27852024-10-18T03:29:58.343Z Checking bcs v0.1.6
27862024-10-18T03:29:58.343Z Compiling async-recursion v1.1.1
27872024-10-18T03:29:58.343Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27882024-10-18T03:29:58.351Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27892024-10-18T03:29:58.425Z Compiling phf_codegen v0.11.2
27902024-10-18T03:29:58.842Z Compiling chrono-tz-build v0.4.0
27912024-10-18T03:29:59.676Z Compiling chrono-tz v0.10.0
27922024-10-18T03:30:06.877Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27932024-10-18T03:30:10.378Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27942024-10-18T03:30:12.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s
27952024-10-18T03:30:12.265Z
27962024-10-18T03:30:12.266Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27972024-10-18T03:30:12.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-10-18T03:30:12.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-10-18T03:30:12.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-10-18T03:30:12.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28012024-10-18T03:30:12.921Z
28022024-10-18T03:30:12.921Zinfo: running `cargo check --bins` on oximeter-client (107/166)
28032024-10-18T03:30:13.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-10-18T03:30:13.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-10-18T03:30:13.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-10-18T03:30:13.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28072024-10-18T03:30:13.575Z
28082024-10-18T03:30:13.575Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28092024-10-18T03:30:14.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-10-18T03:30:14.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-10-18T03:30:14.238Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122024-10-18T03:30:14.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
28132024-10-18T03:30:14.982Z
28142024-10-18T03:30:14.982Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (109/166)
28152024-10-18T03:30:15.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-10-18T03:30:15.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-10-18T03:30:15.661Z Compiling cfg_aliases v0.1.1
28182024-10-18T03:30:15.661Z Compiling vte_generate_state_changes v0.1.2
28192024-10-18T03:30:15.663Z Checking fd-lock v4.0.2
28202024-10-18T03:30:15.663Z Checking bytecount v0.6.8
28212024-10-18T03:30:15.663Z Compiling tabled_derive v0.7.0
28222024-10-18T03:30:15.764Z Compiling peg-macros v0.8.4
28232024-10-18T03:30:15.766Z Compiling sqlparser_derive v0.2.2
28242024-10-18T03:30:15.772Z Checking home v0.5.9
28252024-10-18T03:30:15.833Z Compiling nix v0.28.0
28262024-10-18T03:30:15.886Z Checking papergrid v0.11.0
28272024-10-18T03:30:15.915Z Checking nu-ansi-term v0.50.1
28282024-10-18T03:30:15.930Z Checking unicode_categories v0.1.1
28292024-10-18T03:30:16.224Z Checking sqlformat v0.2.6
28302024-10-18T03:30:16.377Z Checking vte v0.11.1
28312024-10-18T03:30:16.897Z Checking sqlparser v0.45.0
28322024-10-18T03:30:17.711Z Checking strip-ansi-escapes v0.2.0
28332024-10-18T03:30:17.823Z Checking tabled v0.15.0
28342024-10-18T03:30:17.852Z Checking reedline v0.35.0
28352024-10-18T03:30:18.478Z Checking peg v0.8.4
28362024-10-18T03:30:19.114Z Checking rustyline v14.0.0
28372024-10-18T03:30:23.358Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382024-10-18T03:30:29.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s
28392024-10-18T03:30:29.547Z
28402024-10-18T03:30:29.547Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28412024-10-18T03:30:30.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-10-18T03:30:30.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-10-18T03:30:30.229Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442024-10-18T03:30:36.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
28452024-10-18T03:30:36.424Z
28462024-10-18T03:30:36.424Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (111/166)
28472024-10-18T03:30:37.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-10-18T03:30:37.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-10-18T03:30:37.099Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502024-10-18T03:30:41.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
28512024-10-18T03:30:42.082Z
28522024-10-18T03:30:42.082Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28532024-10-18T03:30:42.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-10-18T03:30:42.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-10-18T03:30:42.755Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562024-10-18T03:30:48.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28572024-10-18T03:30:48.341Z
28582024-10-18T03:30:48.341Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (113/166)
28592024-10-18T03:30:48.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-10-18T03:30:48.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-10-18T03:30:49.017Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622024-10-18T03:30:54.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
28632024-10-18T03:30:55.117Z
28642024-10-18T03:30:55.117Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28652024-10-18T03:30:55.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-10-18T03:30:55.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-10-18T03:30:55.793Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682024-10-18T03:31:00.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
28692024-10-18T03:31:00.392Z
28702024-10-18T03:31:00.392Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (115/166)
28712024-10-18T03:31:00.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-10-18T03:31:00.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-10-18T03:31:01.067Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742024-10-18T03:31:05.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
28752024-10-18T03:31:06.118Z
28762024-10-18T03:31:06.118Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28772024-10-18T03:31:06.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-10-18T03:31:06.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-10-18T03:31:06.800Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28802024-10-18T03:31:12.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
28812024-10-18T03:31:12.956Z
28822024-10-18T03:31:12.956Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28832024-10-18T03:31:13.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-10-18T03:31:13.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-10-18T03:31:13.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-10-18T03:31:13.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28872024-10-18T03:31:13.689Z
28882024-10-18T03:31:13.689Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28892024-10-18T03:31:14.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-10-18T03:31:14.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-10-18T03:31:14.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-10-18T03:31:14.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28932024-10-18T03:31:14.370Z
28942024-10-18T03:31:14.370Zinfo: running `cargo check --bins` on installinator-client (119/166)
28952024-10-18T03:31:14.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-10-18T03:31:14.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-10-18T03:31:14.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-10-18T03:31:14.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28992024-10-18T03:31:15.067Z
29002024-10-18T03:31:15.067Zinfo: running `cargo check --bins` on oxide-client (120/166)
29012024-10-18T03:31:15.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-10-18T03:31:15.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-10-18T03:31:15.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-10-18T03:31:15.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29052024-10-18T03:31:15.760Z
29062024-10-18T03:31:15.760Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29072024-10-18T03:31:16.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-10-18T03:31:16.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-10-18T03:31:16.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102024-10-18T03:31:16.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29112024-10-18T03:31:16.471Z
29122024-10-18T03:31:16.472Zinfo: running `cargo check --bins` on wicket-common (122/166)
29132024-10-18T03:31:17.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-10-18T03:31:17.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-10-18T03:31:17.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162024-10-18T03:31:17.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29172024-10-18T03:31:17.175Z
29182024-10-18T03:31:17.175Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29192024-10-18T03:31:17.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-10-18T03:31:17.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-10-18T03:31:17.880Z Checking csv-core v0.1.11
29222024-10-18T03:31:17.883Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29232024-10-18T03:31:18.192Z Checking csv v1.3.0
29242024-10-18T03:31:18.719Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29252024-10-18T03:31:19.083Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29262024-10-18T03:31:20.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
29272024-10-18T03:31:20.464Z
29282024-10-18T03:31:20.464Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29292024-10-18T03:31:21.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302024-10-18T03:31:21.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312024-10-18T03:31:21.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322024-10-18T03:31:21.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29332024-10-18T03:31:21.151Z
29342024-10-18T03:31:21.151Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29352024-10-18T03:31:21.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-10-18T03:31:21.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-10-18T03:31:21.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382024-10-18T03:31:21.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29392024-10-18T03:31:21.824Z
29402024-10-18T03:31:21.824Zinfo: running `cargo check --bins` on cert-dev (126/166)
29412024-10-18T03:31:22.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-10-18T03:31:22.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-10-18T03:31:22.474Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29442024-10-18T03:31:22.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29452024-10-18T03:31:22.889Z
29462024-10-18T03:31:22.889Zinfo: running `cargo check --bins` on ch-dev (127/166)
29472024-10-18T03:31:23.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-10-18T03:31:23.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-10-18T03:31:23.616Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29502024-10-18T03:31:24.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
29512024-10-18T03:31:24.474Z
29522024-10-18T03:31:24.474Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29532024-10-18T03:31:25.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-10-18T03:31:25.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-10-18T03:31:25.145Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29562024-10-18T03:31:25.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29572024-10-18T03:31:25.632Z
29582024-10-18T03:31:25.632Zinfo: running `cargo check --bins` on db-dev (129/166)
29592024-10-18T03:31:26.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-10-18T03:31:26.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-10-18T03:31:26.307Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29622024-10-18T03:31:26.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
29632024-10-18T03:31:27.145Z
29642024-10-18T03:31:27.145Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29652024-10-18T03:31:27.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-10-18T03:31:27.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-10-18T03:31:27.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682024-10-18T03:31:27.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29692024-10-18T03:31:27.820Z
29702024-10-18T03:31:27.820Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29712024-10-18T03:31:28.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-10-18T03:31:28.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-10-18T03:31:28.450Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29742024-10-18T03:31:29.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
29752024-10-18T03:31:29.439Z
29762024-10-18T03:31:29.439Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29772024-10-18T03:31:30.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-10-18T03:31:30.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-10-18T03:31:30.088Z Checking cargo-platform v0.1.8
29802024-10-18T03:31:30.353Z Checking cargo_metadata v0.18.1
29812024-10-18T03:31:31.405Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29822024-10-18T03:31:32.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
29832024-10-18T03:31:32.375Z
29842024-10-18T03:31:32.375Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29852024-10-18T03:31:33.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-10-18T03:31:33.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-10-18T03:31:33.191Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29882024-10-18T03:31:33.998Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29892024-10-18T03:31:34.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
29902024-10-18T03:31:34.746Z
29912024-10-18T03:31:34.746Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29922024-10-18T03:31:35.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-10-18T03:31:35.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-10-18T03:31:35.584Z Compiling glob v0.3.1
29952024-10-18T03:31:35.584Z Compiling crunchy v0.2.2
29962024-10-18T03:31:35.587Z Compiling tiny-keccak v2.0.2
29972024-10-18T03:31:35.587Z Compiling dsl_auto_type v0.1.2
29982024-10-18T03:31:35.587Z Checking scheduled-thread-pool v0.2.7
29992024-10-18T03:31:35.587Z Compiling diesel_table_macro_syntax v0.2.0
30002024-10-18T03:31:35.719Z Compiling ascii-canvas v3.0.0
30012024-10-18T03:31:35.731Z Compiling ena v0.14.3
30022024-10-18T03:31:35.947Z Checking r2d2 v0.8.10
30032024-10-18T03:31:36.103Z Compiling libloading v0.8.5
30042024-10-18T03:31:36.144Z Compiling bindgen v0.69.5
30052024-10-18T03:31:36.209Z Compiling diff v0.1.13
30062024-10-18T03:31:36.297Z Compiling regex-syntax v0.6.29
30072024-10-18T03:31:36.320Z Compiling which v4.4.2
30082024-10-18T03:31:36.573Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30092024-10-18T03:31:36.696Z Compiling clang-sys v1.8.1
30102024-10-18T03:31:36.818Z Compiling cexpr v0.6.0
30112024-10-18T03:31:36.957Z Compiling rustc-hash v1.1.0
30122024-10-18T03:31:36.980Z Compiling ref-cast v1.0.23
30132024-10-18T03:31:37.096Z Compiling lazycell v1.3.0
30142024-10-18T03:31:37.125Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30152024-10-18T03:31:37.144Z Compiling derive_builder_core v0.20.2
30162024-10-18T03:31:37.283Z Compiling libxml v0.3.3
30172024-10-18T03:31:37.451Z Compiling ref-cast-impl v1.0.23
30182024-10-18T03:31:37.540Z Compiling diesel_derives v2.2.3
30192024-10-18T03:31:37.677Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30202024-10-18T03:31:37.777Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30212024-10-18T03:31:38.231Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30222024-10-18T03:31:38.573Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30232024-10-18T03:31:38.753Z Compiling strum_macros v0.24.3
30242024-10-18T03:31:38.919Z Compiling indoc v1.0.9
30252024-10-18T03:31:39.814Z Compiling lalrpop v0.19.12
30262024-10-18T03:31:39.994Z Compiling derive_builder_macro v0.20.2
30272024-10-18T03:31:40.914Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30282024-10-18T03:31:40.948Z Checking derive_builder v0.20.2
30292024-10-18T03:31:41.096Z Compiling impl-trait-for-tuples v0.2.2
30302024-10-18T03:31:41.588Z Compiling oso-derive v0.27.3
30312024-10-18T03:31:42.471Z Checking quick-xml v0.33.0
30322024-10-18T03:31:42.730Z Compiling diesel-dtrace v0.3.0
30332024-10-18T03:31:42.784Z Checking maplit v1.0.2
30342024-10-18T03:31:42.953Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30352024-10-18T03:31:43.163Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30362024-10-18T03:31:43.470Z Checking bb8 v0.8.5
30372024-10-18T03:31:43.993Z Compiling const_format_proc_macros v0.2.33
30382024-10-18T03:31:44.747Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30392024-10-18T03:31:44.779Z Checking castaway v0.2.3
30402024-10-18T03:31:44.984Z Checking compact_str v0.8.0
30412024-10-18T03:31:45.139Z Checking unicode-truncate v1.1.0
30422024-10-18T03:31:45.383Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30432024-10-18T03:31:45.710Z Checking lru v0.12.5
30442024-10-18T03:31:45.952Z Compiling instability v0.3.2
30452024-10-18T03:31:45.990Z Checking is_ci v1.2.0
30462024-10-18T03:31:46.132Z Checking cassowary v0.3.0
30472024-10-18T03:31:46.332Z Checking const_format v0.2.33
30482024-10-18T03:31:46.572Z Checking smawk v0.3.2
30492024-10-18T03:31:46.799Z Checking unicode-linebreak v0.1.5
30502024-10-18T03:31:46.822Z Checking supports-color v3.0.1
30512024-10-18T03:31:47.050Z Checking multimap v0.10.0
30522024-10-18T03:31:47.073Z Checking ratatui v0.28.1
30532024-10-18T03:31:47.221Z Checking textwrap v0.16.1
30542024-10-18T03:31:49.983Z Checking diesel v2.2.4
30552024-10-18T03:32:10.661Z Compiling samael v0.0.17
30562024-10-18T03:32:25.686Z Compiling polar-core v0.27.3
30572024-10-18T03:32:27.029Z Checking async-bb8-diesel v0.2.1
30582024-10-18T03:32:32.452Z Checking oso v0.27.3
30592024-10-18T03:33:36.151Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30602024-10-18T03:33:41.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
30612024-10-18T03:33:41.646Z
30622024-10-18T03:33:41.646Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30632024-10-18T03:33:42.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-10-18T03:33:42.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-10-18T03:33:42.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-10-18T03:33:42.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30672024-10-18T03:33:42.355Z
30682024-10-18T03:33:42.355Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30692024-10-18T03:33:42.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-10-18T03:33:42.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-10-18T03:33:42.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-10-18T03:33:42.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30732024-10-18T03:33:43.047Z
30742024-10-18T03:33:43.047Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30752024-10-18T03:33:43.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-10-18T03:33:43.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-10-18T03:33:43.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-10-18T03:33:43.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30792024-10-18T03:33:43.680Z
30802024-10-18T03:33:43.680Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30812024-10-18T03:33:44.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-10-18T03:33:44.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-10-18T03:33:44.482Z Compiling libz-sys v1.1.20
30842024-10-18T03:33:44.589Z Checking http v0.2.12
30852024-10-18T03:33:44.591Z Compiling libgit2-sys v0.17.0+1.8.1
30862024-10-18T03:33:44.609Z Compiling vergen v8.3.2
30872024-10-18T03:33:44.611Z Compiling cargo-platform v0.1.8
30882024-10-18T03:33:44.611Z Compiling pin-project-internal v1.1.6
30892024-10-18T03:33:44.650Z Compiling libsqlite3-sys v0.30.1
30902024-10-18T03:33:44.650Z Compiling snafu-derive v0.8.5
30912024-10-18T03:33:44.924Z Compiling cargo_metadata v0.18.1
30922024-10-18T03:33:45.154Z Compiling buf-list v1.0.3
30932024-10-18T03:33:45.172Z Checking sync_wrapper v0.1.2
30942024-10-18T03:33:45.286Z Compiling cfg_aliases v0.2.1
30952024-10-18T03:33:45.399Z Compiling rustls v0.21.12
30962024-10-18T03:33:45.510Z Compiling nix v0.29.0
30972024-10-18T03:33:45.806Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30982024-10-18T03:33:45.851Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30992024-10-18T03:33:45.869Z Checking http-body v0.4.6
31002024-10-18T03:33:46.215Z Checking h2 v0.3.26
31012024-10-18T03:33:46.385Z Checking globset v0.4.15
31022024-10-18T03:33:46.892Z Checking olpc-cjson v0.1.4
31032024-10-18T03:33:47.063Z Checking sct v0.7.1
31042024-10-18T03:33:47.084Z Checking rustls-webpki v0.101.7
31052024-10-18T03:33:47.260Z Checking rand_seeder v0.3.0
31062024-10-18T03:33:47.499Z Checking serde_plain v1.0.2
31072024-10-18T03:33:47.604Z Checking typed-path v0.7.1
31082024-10-18T03:33:47.688Z Checking pin-project v1.1.6
31092024-10-18T03:33:47.744Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31102024-10-18T03:33:48.147Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31112024-10-18T03:33:48.369Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31122024-10-18T03:33:48.455Z Checking hashlink v0.9.1
31132024-10-18T03:33:48.495Z Checking fallible-streaming-iterator v0.1.9
31142024-10-18T03:33:48.634Z Checking fallible-iterator v0.3.0
31152024-10-18T03:33:48.734Z Checking parse-size v1.0.0
31162024-10-18T03:33:48.975Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31172024-10-18T03:33:49.264Z Checking rusqlite v0.32.1
31182024-10-18T03:33:49.434Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31192024-10-18T03:33:49.619Z Checking rustls-pemfile v1.0.4
31202024-10-18T03:33:49.823Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31212024-10-18T03:33:49.843Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31222024-10-18T03:33:50.121Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31232024-10-18T03:33:50.202Z Checking snafu v0.8.5
31242024-10-18T03:33:50.249Z Checking twox-hash v1.6.3
31252024-10-18T03:33:50.451Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31262024-10-18T03:33:50.707Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31272024-10-18T03:33:50.726Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31282024-10-18T03:33:50.793Z Checking tokio-rustls v0.24.1
31292024-10-18T03:33:51.122Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31302024-10-18T03:33:51.220Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31312024-10-18T03:33:51.493Z Checking fatfs v0.3.6
31322024-10-18T03:33:52.139Z Checking hyper v0.14.30
31332024-10-18T03:33:52.192Z Checking assert_matches v1.5.0
31342024-10-18T03:33:56.004Z Checking reqwest v0.11.27
31352024-10-18T03:33:56.768Z Checking tough v0.17.1
31362024-10-18T03:33:58.035Z Compiling git2 v0.19.0
31372024-10-18T03:33:59.753Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31382024-10-18T03:34:00.851Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31392024-10-18T03:34:02.766Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31402024-10-18T03:34:54.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
31412024-10-18T03:34:54.633Z
31422024-10-18T03:34:54.633Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31432024-10-18T03:34:55.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-10-18T03:34:55.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-10-18T03:34:55.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462024-10-18T03:34:55.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31472024-10-18T03:34:55.334Z
31482024-10-18T03:34:55.334Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31492024-10-18T03:34:55.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-10-18T03:34:55.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-10-18T03:34:55.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522024-10-18T03:34:55.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31532024-10-18T03:34:55.972Z
31542024-10-18T03:34:55.972Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31552024-10-18T03:34:56.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-10-18T03:34:56.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-10-18T03:34:56.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582024-10-18T03:34:56.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31592024-10-18T03:34:56.649Z
31602024-10-18T03:34:56.649Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31612024-10-18T03:34:57.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-10-18T03:34:57.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-10-18T03:34:57.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642024-10-18T03:34:57.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31652024-10-18T03:34:57.346Z
31662024-10-18T03:34:57.346Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31672024-10-18T03:34:57.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-10-18T03:34:57.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-10-18T03:34:57.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702024-10-18T03:34:57.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31712024-10-18T03:34:58.044Z
31722024-10-18T03:34:58.044Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31732024-10-18T03:34:58.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-10-18T03:34:58.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-10-18T03:34:58.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762024-10-18T03:34:58.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31772024-10-18T03:34:58.745Z
31782024-10-18T03:34:58.745Zinfo: running `cargo check --bins` on update-common (145/166)
31792024-10-18T03:34:59.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-10-18T03:34:59.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-10-18T03:34:59.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822024-10-18T03:34:59.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31832024-10-18T03:34:59.418Z
31842024-10-18T03:34:59.418Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31852024-10-18T03:35:00.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862024-10-18T03:35:00.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872024-10-18T03:35:00.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882024-10-18T03:35:00.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31892024-10-18T03:35:00.091Z
31902024-10-18T03:35:00.092Zinfo: running `cargo check --bins` on tufaceous (147/166)
31912024-10-18T03:35:00.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922024-10-18T03:35:00.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932024-10-18T03:35:00.781Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31942024-10-18T03:35:01.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
31952024-10-18T03:35:01.853Z
31962024-10-18T03:35:01.853Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31972024-10-18T03:35:02.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982024-10-18T03:35:02.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992024-10-18T03:35:02.705Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32002024-10-18T03:35:02.705Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012024-10-18T03:35:02.708Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32022024-10-18T03:35:04.118Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32032024-10-18T03:35:06.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
32042024-10-18T03:35:06.750Z
32052024-10-18T03:35:06.750Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32062024-10-18T03:35:07.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072024-10-18T03:35:07.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082024-10-18T03:35:07.471Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32092024-10-18T03:35:07.471Z Checking heck v0.4.1
32102024-10-18T03:35:07.473Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32112024-10-18T03:35:07.700Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32122024-10-18T03:35:09.033Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32132024-10-18T03:35:09.831Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32142024-10-18T03:35:10.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
32152024-10-18T03:35:10.983Z
32162024-10-18T03:35:10.983Zinfo: running `cargo check --bins` on installinator-api (150/166)
32172024-10-18T03:35:11.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182024-10-18T03:35:11.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192024-10-18T03:35:11.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202024-10-18T03:35:11.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32212024-10-18T03:35:11.650Z
32222024-10-18T03:35:11.651Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32232024-10-18T03:35:12.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-10-18T03:35:12.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-10-18T03:35:12.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262024-10-18T03:35:12.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32272024-10-18T03:35:12.318Z
32282024-10-18T03:35:12.318Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32292024-10-18T03:35:12.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-10-18T03:35:12.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-10-18T03:35:13.011Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32322024-10-18T03:35:14.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
32332024-10-18T03:35:14.293Z
32342024-10-18T03:35:14.293Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32352024-10-18T03:35:14.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-10-18T03:35:14.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-10-18T03:35:14.979Z Checking memmap2 v0.9.5
32382024-10-18T03:35:14.981Z Checking arrayref v0.3.9
32392024-10-18T03:35:14.981Z Checking arrayvec v0.7.6
32402024-10-18T03:35:14.981Z Checking spin v0.5.2
32412024-10-18T03:35:14.981Z Checking untrusted v0.7.1
32422024-10-18T03:35:14.981Z Checking constant_time_eq v0.3.1
32432024-10-18T03:35:15.077Z Checking topological-sort v0.2.2
32442024-10-18T03:35:15.086Z Checking shell-words v1.1.0
32452024-10-18T03:35:15.275Z Checking ring v0.16.20
32462024-10-18T03:35:15.366Z Checking blake3 v1.5.4
32472024-10-18T03:35:16.351Z Checking omicron-zone-package v0.11.1
32482024-10-18T03:35:17.391Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32492024-10-18T03:35:18.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
32502024-10-18T03:35:18.492Z
32512024-10-18T03:35:18.492Zinfo: running `cargo check --bins` on xtask (154/166)
32522024-10-18T03:35:18.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532024-10-18T03:35:18.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542024-10-18T03:35:18.868Z Checking bitflags v2.6.0
32552024-10-18T03:35:18.870Z Checking serde v1.0.210
32562024-10-18T03:35:18.943Z Checking thiserror v1.0.64
32572024-10-18T03:35:18.955Z Checking scroll v0.12.0
32582024-10-18T03:35:18.957Z Checking log v0.4.22
32592024-10-18T03:35:18.957Z Checking hashbrown v0.15.0
32602024-10-18T03:35:18.962Z Checking zerocopy v0.7.35
32612024-10-18T03:35:18.995Z Checking syn v2.0.79
32622024-10-18T03:35:19.039Z Checking pest v2.7.14
32632024-10-18T03:35:19.172Z Checking rustix v0.38.37
32642024-10-18T03:35:19.193Z Checking once_cell v1.20.2
32652024-10-18T03:35:19.387Z Checking goblin v0.8.2
32662024-10-18T03:35:19.483Z Checking fs-err v2.11.0
32672024-10-18T03:35:19.766Z Checking tabled v0.15.0
32682024-10-18T03:35:20.007Z Checking indexmap v2.6.0
32692024-10-18T03:35:20.358Z Checking anyhow v1.0.89
32702024-10-18T03:35:21.152Z Checking terminal_size v0.4.0
32712024-10-18T03:35:21.152Z Checking tempfile v3.13.0
32722024-10-18T03:35:21.306Z Checking clap_builder v4.5.20
32732024-10-18T03:35:21.444Z Checking dtrace-parser v0.2.0
32742024-10-18T03:35:22.978Z Checking serde_json v1.0.128
32752024-10-18T03:35:22.978Z Checking toml_datetime v0.6.8
32762024-10-18T03:35:22.978Z Checking serde_spanned v0.6.8
32772024-10-18T03:35:22.981Z Checking camino v1.1.9
32782024-10-18T03:35:22.981Z Checking semver v1.0.23
32792024-10-18T03:35:23.162Z Checking cargo-platform v0.1.8
32802024-10-18T03:35:23.272Z Checking toml_edit v0.22.22
32812024-10-18T03:35:23.383Z Checking macaddr v1.0.1
32822024-10-18T03:35:23.531Z Checking camino-tempfile v1.1.1
32832024-10-18T03:35:23.666Z Checking clap v4.5.20
32842024-10-18T03:35:24.159Z Checking dof v0.3.0
32852024-10-18T03:35:24.159Z Checking cargo_metadata v0.18.1
32862024-10-18T03:35:24.548Z Checking usdt-impl v0.5.0
32872024-10-18T03:35:24.888Z Checking usdt v0.5.0
32882024-10-18T03:35:25.043Z Checking toml v0.8.19
32892024-10-18T03:35:25.486Z Checking cargo_toml v0.20.5
32902024-10-18T03:35:26.682Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32912024-10-18T03:35:27.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s
32922024-10-18T03:35:27.355Z
32932024-10-18T03:35:27.355Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32942024-10-18T03:35:28.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952024-10-18T03:35:28.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962024-10-18T03:35:28.135Z Checking polyval v0.6.2
32972024-10-18T03:35:28.241Z Checking ctr v0.9.2
32982024-10-18T03:35:28.250Z Checking ssh-encoding v0.2.0
32992024-10-18T03:35:28.253Z Checking blowfish v0.9.1
33002024-10-18T03:35:28.267Z Checking password-hash v0.4.2
33012024-10-18T03:35:28.270Z Checking matches v0.1.10
33022024-10-18T03:35:28.296Z Checking p521 v0.13.3
33032024-10-18T03:35:28.296Z Checking p256 v0.13.2
33042024-10-18T03:35:28.366Z Checking idna v0.2.3
33052024-10-18T03:35:28.449Z Checking bcrypt-pbkdf v0.10.0
33062024-10-18T03:35:28.466Z Checking ghash v0.5.1
33072024-10-18T03:35:28.483Z Compiling enum-as-inner v0.5.1
33082024-10-18T03:35:28.562Z Checking russh-cryptovec v0.7.3
33092024-10-18T03:35:28.616Z Checking aes-gcm v0.10.3
33102024-10-18T03:35:28.646Z Checking pbkdf2 v0.11.0
33112024-10-18T03:35:28.670Z Checking md5 v0.7.0
33122024-10-18T03:35:28.760Z Checking num-bigint v0.4.6
33132024-10-18T03:35:28.791Z Checking des v0.8.1
33142024-10-18T03:35:28.840Z Checking ssh-cipher v0.2.0
33152024-10-18T03:35:28.911Z Checking hex-literal v0.4.1
33162024-10-18T03:35:28.939Z Compiling dhcproto-macros v0.1.0
33172024-10-18T03:35:29.039Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33182024-10-18T03:35:29.057Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33192024-10-18T03:35:29.114Z Checking ssh-key v0.6.6
33202024-10-18T03:35:29.165Z Checking internet-checksum v0.2.1
33212024-10-18T03:35:29.562Z Checking trust-dns-proto v0.22.0
33222024-10-18T03:35:30.395Z Checking russh-keys v0.45.0
33232024-10-18T03:35:31.306Z Checking russh v0.45.0
33242024-10-18T03:35:32.023Z Checking dhcproto v0.12.0
33252024-10-18T03:35:48.462Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33262024-10-18T03:35:49.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.38s
33272024-10-18T03:35:49.921Z
33282024-10-18T03:35:49.922Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33292024-10-18T03:35:50.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-10-18T03:35:50.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-10-18T03:35:50.570Z Checking termios v0.3.3
33322024-10-18T03:35:50.775Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33332024-10-18T03:35:51.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
33342024-10-18T03:35:51.660Z
33352024-10-18T03:35:51.660Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33362024-10-18T03:35:52.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-10-18T03:35:52.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-10-18T03:35:52.377Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33392024-10-18T03:35:54.292Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33402024-10-18T03:35:56.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
33412024-10-18T03:35:56.186Z
33422024-10-18T03:35:56.186Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33432024-10-18T03:35:56.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-10-18T03:35:56.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-10-18T03:35:56.847Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33462024-10-18T03:35:57.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
33472024-10-18T03:35:57.445Z
33482024-10-18T03:35:57.445Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33492024-10-18T03:35:58.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-10-18T03:35:58.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-10-18T03:35:58.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522024-10-18T03:35:58.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33532024-10-18T03:35:58.083Z
33542024-10-18T03:35:58.084Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33552024-10-18T03:35:58.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-10-18T03:35:58.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-10-18T03:35:58.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582024-10-18T03:35:58.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33592024-10-18T03:35:58.724Z
33602024-10-18T03:35:58.724Zinfo: running `cargo check --bins` on omicron-package (161/166)
33612024-10-18T03:35:59.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-10-18T03:35:59.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-10-18T03:35:59.413Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33642024-10-18T03:36:00.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
33652024-10-18T03:36:00.756Z
33662024-10-18T03:36:00.756Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33672024-10-18T03:36:01.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682024-10-18T03:36:01.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692024-10-18T03:36:01.484Z Checking rtoolbox v0.0.2
33702024-10-18T03:36:01.486Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33712024-10-18T03:36:01.486Z Checking tui-tree-widget v0.22.0
33722024-10-18T03:36:01.699Z Checking rpassword v7.3.1
33732024-10-18T03:36:05.572Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33742024-10-18T03:36:08.407Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33752024-10-18T03:36:09.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.75s
33762024-10-18T03:36:09.687Z
33772024-10-18T03:36:09.687Zinfo: running `cargo check --bins` on wicket (163/166)
33782024-10-18T03:36:10.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-10-18T03:36:10.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-10-18T03:36:10.403Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33812024-10-18T03:36:10.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
33822024-10-18T03:36:10.974Z
33832024-10-18T03:36:10.974Zinfo: running `cargo check --bins` on wicketd (164/166)
33842024-10-18T03:36:11.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-10-18T03:36:11.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-10-18T03:36:11.711Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33872024-10-18T03:36:15.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
33882024-10-18T03:36:15.632Z
33892024-10-18T03:36:15.632Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33902024-10-18T03:36:16.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-10-18T03:36:16.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-10-18T03:36:16.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932024-10-18T03:36:16.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33942024-10-18T03:36:16.273Z
33952024-10-18T03:36:16.273Zinfo: running `cargo check --bins` on zone-setup (166/166)
33962024-10-18T03:36:16.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972024-10-18T03:36:16.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982024-10-18T03:36:17.009Z Checking uzers v0.12.1
33992024-10-18T03:36:17.330Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34002024-10-18T03:36:18.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
34012024-10-18T03:36:18.553Z
34022024-10-18T03:36:18.553Zreal 11:39.449991129
34032024-10-18T03:36:18.553Zuser 23:59.047072710
34042024-10-18T03:36:18.553Zsys 5:07.870958757
34052024-10-18T03:36:18.553Ztrap 0.501388676
34062024-10-18T03:36:18.555Ztflt 2.988975202
34072024-10-18T03:36:18.556Zdflt 2.623981386
34082024-10-18T03:36:18.556Zkflt 0.002505438
34092024-10-18T03:36:18.556Zlock 42:31.861507111
34102024-10-18T03:36:18.556Zslp 1:57:17.367205069
34112024-10-18T03:36:18.556Zlat 57.707645779
34122024-10-18T03:36:18.556Zstop 3:01.957422429
34132024-10-18T03:36:18.556Zprocess exited: duration 1017893 ms, exit code 0
 
34142024-10-18T03:36:18.562Zfound 0 output files