01JFDJ6CP56EGT319EAX0NNGF0: 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: 01JFDJ6PNFV74Z1A64BWCXXZYB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-18T18:59:59.258Zjob assigned to worker 01JFDJ6TNT7Q1GDPNX6DZ0CSHE [factory aws, i-09f0432000057c4b9] (queued for 51 s)
 
22024-12-18T19:00:07.478Zstarting task 0: "setup"
32024-12-18T19:00:07.486Z++ uname -s
42024-12-18T19:00:07.489Z+ kern=SunOS
52024-12-18T19:00:07.489Z+ case "$kern" in
62024-12-18T19:00:07.489Z+ groupadd -g 12345 build
72024-12-18T19:00:07.491Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-18T19:00:09.497Z+ zfs create -o mountpoint=/work rpool/work
92024-12-18T19:00:09.597Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-18T19:00:09.599Z+ home_fs=zfs
112024-12-18T19:00:09.599Z+ [[ zfs == autofs ]]
122024-12-18T19:00:09.599Z+ mkdir -p /home/build
132024-12-18T19:00:09.601Z+ chown build:build /home/build /work
142024-12-18T19:00:11.603Z+ chmod 0700 /home/build /work
152024-12-18T19:00:11.607Zprocess exited: duration 4129 ms, exit code 0
 
162024-12-18T19:00:11.613Zstarting task 1: "rust-toolchain"
172024-12-18T19:00:11.618Z+ printf ' * toolchain channel = "%s"
182024-12-18T19:00:11.618Z' 1.81.0
192024-12-18T19:00:11.618Z * toolchain channel = "1.81.0"
202024-12-18T19:00:11.618Z * toolchain profile = "default"
212024-12-18T19:00:11.618Z+ printf ' * toolchain profile = "%s"
222024-12-18T19:00:11.618Z' default
232024-12-18T19:00:11.621Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-18T19:00:11.621Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-18T19:00:11.711Zinfo: downloading installer
262024-12-18T19:00:12.990Zinfo: profile set to 'default'
272024-12-18T19:00:12.990Zinfo: default host triple is x86_64-unknown-illumos
282024-12-18T19:00:12.992Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-18T19:00:13.139Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-18T19:00:13.139Zinfo: downloading component 'cargo'
312024-12-18T19:00:13.965Zinfo: downloading component 'clippy'
322024-12-18T19:00:14.269Zinfo: downloading component 'rust-docs'
332024-12-18T19:00:15.410Zinfo: downloading component 'rust-std'
342024-12-18T19:00:17.187Zinfo: downloading component 'rustc'
352024-12-18T19:00:23.572Zinfo: downloading component 'rustfmt'
362024-12-18T19:00:23.818Zinfo: installing component 'cargo'
372024-12-18T19:00:24.597Zinfo: installing component 'clippy'
382024-12-18T19:00:24.960Zinfo: installing component 'rust-docs'
392024-12-18T19:00:26.573Zinfo: installing component 'rust-std'
402024-12-18T19:00:28.290Zinfo: installing component 'rustc'
412024-12-18T19:00:33.892Zinfo: installing component 'rustfmt'
422024-12-18T19:00:34.211Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-18T19:00:34.211Z
442024-12-18T19:00:34.572Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-18T19:00:34.572Z
462024-12-18T19:00:34.574Z
472024-12-18T19:00:34.575ZRust is installed now. Great!
482024-12-18T19:00:34.575Z
492024-12-18T19:00:34.575ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-18T19:00:34.575Zenvironment variable. This has not been done automatically.
512024-12-18T19:00:34.575Z
522024-12-18T19:00:34.575ZTo configure your current shell, you need to source
532024-12-18T19:00:34.575Zthe corresponding env file under $HOME/.cargo.
542024-12-18T19:00:34.575Z
552024-12-18T19:00:34.575ZThis is usually done by running one of the following (note the leading DOT):
562024-12-18T19:00:34.575Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-18T19:00:34.575Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-18T19:00:34.642Z+ rustc --version
592024-12-18T19:00:34.708Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-18T19:00:34.711Zprocess exited: duration 23096 ms, exit code 0
 
612024-12-18T19:00:34.717Zstarting task 2: "authentication"
622024-12-18T19:00:34.738Zprocess exited: duration 20 ms, exit code 0
 
632024-12-18T19:00:34.745Zstarting task 3: "clone repository"
642024-12-18T19:00:34.751Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-18T19:00:34.754Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-18T19:00:35.080ZCloning into '/work/oxidecomputer/omicron'...
672024-12-18T19:00:41.410Z+ cd /work/oxidecomputer/omicron
682024-12-18T19:00:41.410Z+ git fetch origin f1bb19aaaacb71432be7cfaca331b33e0df20123
692024-12-18T19:00:41.708ZFrom https://github.com/oxidecomputer/omicron
702024-12-18T19:00:41.708Z * branch f1bb19aaaacb71432be7cfaca331b33e0df20123 -> FETCH_HEAD
712024-12-18T19:00:41.742Z+ [[ -n less-uuid-conflict ]]
722024-12-18T19:00:41.743Z++ git branch --show-current
732024-12-18T19:00:41.743Z+ current=main
742024-12-18T19:00:41.743Z+ [[ main != less-uuid-conflict ]]
752024-12-18T19:00:41.743Z+ git branch -f less-uuid-conflict f1bb19aaaacb71432be7cfaca331b33e0df20123
762024-12-18T19:00:41.743Z+ git checkout -f less-uuid-conflict
772024-12-18T19:00:41.906ZSwitched to branch 'less-uuid-conflict'
782024-12-18T19:00:41.915Z+ git reset --hard f1bb19aaaacb71432be7cfaca331b33e0df20123
792024-12-18T19:00:42.115ZHEAD is now at f1bb19aaa UUID test, comment
802024-12-18T19:00:42.121Zprocess exited: duration 7327 ms, exit code 0
 
812024-12-18T19:00:42.136Zstarting task 4: "build"
822024-12-18T19:00:42.147Z+ source .github/buildomat/ci-env.sh
832024-12-18T19:00:42.147Z++ export CARGO_TERM_COLOR=always
842024-12-18T19:00:42.147Z++ CARGO_TERM_COLOR=always
852024-12-18T19:00:42.147Z+ cargo --version
862024-12-18T19:00:42.195Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-18T19:00:42.200Z+ rustc --version
882024-12-18T19:00:42.259Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-18T19:00:42.264Z+ source ./env.sh
902024-12-18T19:00:42.264Z++ OLD_SHELL_OPTS=ehxB
912024-12-18T19:00:42.264Z++ set -o xtrace
922024-12-18T19:00:42.264Z++++ dirname ./env.sh
932024-12-18T19:00:42.264Z+++ readlink -f .
942024-12-18T19:00:42.284Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-18T19:00:42.296Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-18T19:00:42.296Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-18T19:00:42.296Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-18T19:00:42.296Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-12-18T19:00:42.296Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-12-18T19:00:42.296Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-12-18T19:00:42.296Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-12-18T19:00:42.296Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-12-18T19:00:42.297Z++ case $OLD_SHELL_OPTS in
1042024-12-18T19:00:42.297Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-18T19:00:42.297Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-12-18T19:00:42.297Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-12-18T19:00:42.297Z+ banner prerequisites
1082024-12-18T19:00:42.315Z
1092024-12-18T19:00:42.315Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-18T19:00:42.315Z # # # # # # # # # # # # # # #
1112024-12-18T19:00:42.315Z # # # # ##### # # ##### # # # # # #### #
1122024-12-18T19:00:42.315Z ##### ##### # ##### # # # # # # # # #
1132024-12-18T19:00:42.315Z # # # # # # # # # # # # # # #
1142024-12-18T19:00:42.315Z # # # ###### # # ###### ### # #### # #### #
1152024-12-18T19:00:42.315Z
1162024-12-18T19:00:42.315Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-18T19:00:55.845Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-18T19:01:00.078Z Startup: Caching catalogs ... Done
1192024-12-18T19:01:10.583ZPlanning: Solver setup ... Done (9.657s)
1202024-12-18T19:01:10.713ZPlanning: Running solver ... Done (0.130s)
1212024-12-18T19:01:11.041ZPlanning: Finding local manifests ... Done (0.227s)
1222024-12-18T19:01:11.121ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-18T19:01:12.698ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-18T19:01:13.058ZPlanning: Package planning ... Done (0.359s)
1252024-12-18T19:01:13.115ZPlanning: Merging actions ... Done (0.057s)
1262024-12-18T19:01:14.327ZPlanning: Checking for conflicting actions ... Done (1.212s)
1272024-12-18T19:01:22.287ZPlanning: Consolidating action changes ... Done (7.959s)
1282024-12-18T19:01:22.731ZPlanning: Evaluating mediators ... Done (0.444s)
1292024-12-18T19:01:22.808ZPlanning: Planning completed in 22.63 seconds
1302024-12-18T19:01:24.213Z Packages to install: 4
1312024-12-18T19:01:24.213Z Packages to update: 1
1322024-12-18T19:01:24.216Z Mediators to change: 2
1332024-12-18T19:01:24.216Z Services to change: 1
1342024-12-18T19:01:24.216Z Estimated space available: 155.63 GB
1352024-12-18T19:01:24.216ZEstimated space to be consumed: 1.61 GB
1362024-12-18T19:01:24.216Z Create boot environment: No
1372024-12-18T19:01:24.216ZCreate backup boot environment: Yes
1382024-12-18T19:01:24.216Z Rebuild boot archive: No
1392024-12-18T19:01:24.216Z
1402024-12-18T19:01:24.216ZChanged mediators:
1412024-12-18T19:01:24.216Z mediator clang:
1422024-12-18T19:01:24.216Z version: None -> 15 (system default)
1432024-12-18T19:01:24.216Z
1442024-12-18T19:01:24.216Z mediator llvm:
1452024-12-18T19:01:24.216Z version: 14 (system default) -> 15 (system default)
1462024-12-18T19:01:24.217Z
1472024-12-18T19:01:24.217ZChanged packages:
1482024-12-18T19:01:24.217Zhelios-dev
1492024-12-18T19:01:24.217Z developer/build-essential
1502024-12-18T19:01:24.217Z None -> 11-2.0
1512024-12-18T19:01:24.217Z library/libxmlsec1
1522024-12-18T19:01:24.217Z None -> 1.2.35-2.0
1532024-12-18T19:01:24.217Z ooce/developer/clang-15
1542024-12-18T19:01:24.217Z None -> 15.0.7-2.0
1552024-12-18T19:01:24.217Z ooce/developer/llvm-15
1562024-12-18T19:01:24.217Z None -> 15.0.7-2.0
1572024-12-18T19:01:24.217Z package/pkg
1582024-12-18T19:01:24.217Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-18T19:01:24.217Z
1602024-12-18T19:01:24.217ZServices:
1612024-12-18T19:01:24.217Z restart_fmri:
1622024-12-18T19:01:24.217Z svc:/system/update-man-index:default
1632024-12-18T19:01:24.217Z
1642024-12-18T19:01:24.217ZEditable files to change:
1652024-12-18T19:01:24.217Z Update:
1662024-12-18T19:01:24.217Z usr/share/lib/pkg/web/config.shtml
1672024-12-18T19:01:24.736Z
1682024-12-18T19:01:24.736ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-18T19:01:30.877ZDownload: 210/4281 items 1.3/220.6MB 0% complete (554k/s)
1702024-12-18T19:01:35.946ZDownload: 1014/4281 items 19.3/220.6MB 8% complete (1.9M/s)
1712024-12-18T19:01:40.953ZDownload: 1453/4281 items 117.1/220.6MB 53% complete (11.7M/s)
1722024-12-18T19:01:45.961ZDownload: 2225/4281 items 119.2/220.6MB 54% complete (10.0M/s)
1732024-12-18T19:01:50.961ZDownload: 3139/4281 items 154.2/220.6MB 69% complete (3.6M/s)
1742024-12-18T19:01:56.077ZDownload: 3285/4281 items 212.2/220.6MB 96% complete (9.7M/s)
1752024-12-18T19:02:01.078ZDownload: 3799/4281 items 217.1/220.6MB 98% complete (7.1M/s)
1762024-12-18T19:02:07.764ZDownload: 4206/4281 items 220.5/220.6MB 99% complete (1.8M/s)
1772024-12-18T19:02:26.174ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1782024-12-18T19:02:26.283ZDownload: Completed 220.60 MB in 61.54 seconds (3.6M/s)
1792024-12-18T19:02:28.205Z Actions: 1/5063 actions (Removing old actions)
1802024-12-18T19:02:28.224Z Actions: 194/5063 actions (Installing new actions)
1812024-12-18T19:02:38.669Z Actions: 4115/5063 actions (Installing new actions)
1822024-12-18T19:02:38.695Z Actions: 4226/5063 actions (Updating modified actions)
1832024-12-18T19:02:38.695Z Actions: Completed 5063 actions in 5.78 seconds.
1842024-12-18T19:02:38.695Z Done (0.401s)
1852024-12-18T19:02:38.695Z Done (0.000s)
1862024-12-18T19:02:38.695Z Done (0.574s)
1872024-12-18T19:02:40.430Z Done (5.222s)
1882024-12-18T19:02:40.719Z Done (0.217s)
1892024-12-18T19:02:40.722Z Done (0.000s)
1902024-12-18T19:02:41.221Z Done (0.000s)
1912024-12-18T19:02:41.904ZPlanning: Evaluating mediator changes ... Done
1922024-12-18T19:02:42.064ZPlanning: Checking for conflicting actions ... Done
1932024-12-18T19:02:42.067ZPlanning: Consolidating action changes ... Done
1942024-12-18T19:02:42.340ZPlanning: Evaluating mediators ... Done
1952024-12-18T19:02:42.343ZPlanning: Planning completed in 0.44 seconds
1962024-12-18T19:02:42.378Z Mediators to change: 2
1972024-12-18T19:02:42.378Z Create boot environment: No
1982024-12-18T19:02:42.381ZCreate backup boot environment: No
1992024-12-18T19:02:42.456Z Done
2002024-12-18T19:02:42.457Z Done
2012024-12-18T19:02:42.814Z Done
2022024-12-18T19:02:46.524Z Done
2032024-12-18T19:02:46.614Z Done
2042024-12-18T19:02:46.616Z Done
2052024-12-18T19:02:47.466Z Done
2062024-12-18T19:02:48.074ZPlanning: Evaluating mediator changes ... Done
2072024-12-18T19:02:48.077ZPlanning: Merging actions ... Done
2082024-12-18T19:02:48.267ZPlanning: Checking for conflicting actions ... Done
2092024-12-18T19:02:48.269ZPlanning: Consolidating action changes ... Done
2102024-12-18T19:02:48.529ZPlanning: Evaluating mediators ... Done
2112024-12-18T19:02:48.583ZPlanning: Planning completed in 0.75 seconds
2122024-12-18T19:02:48.622Z Packages to change: 1
2132024-12-18T19:02:48.622Z Mediators to change: 1
2142024-12-18T19:02:48.625Z Services to change: 1
2152024-12-18T19:02:48.625Z Create boot environment: No
2162024-12-18T19:02:48.625ZCreate backup boot environment: Yes
2172024-12-18T19:02:50.662Z Actions: 1/6 actions (Updating modified actions)
2182024-12-18T19:02:50.695Z Actions: Completed 6 actions in 0.03 seconds.
2192024-12-18T19:02:50.697Z Done
2202024-12-18T19:02:50.697Z Done
2212024-12-18T19:02:50.809Z Done
2222024-12-18T19:02:54.407Z Done
2232024-12-18T19:02:54.497Z Done
2242024-12-18T19:02:54.500Z Done
2252024-12-18T19:02:54.813Z Done
2262024-12-18T19:02:55.240ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272024-12-18T19:02:55.240Zclang system 15 system
2282024-12-18T19:02:55.240Zcsh system system illumos
2292024-12-18T19:02:55.240Zctags system system illumos
2302024-12-18T19:02:55.240Zgcc vendor 12 vendor
2312024-12-18T19:02:55.240Zgcc system 10 system
2322024-12-18T19:02:55.240Zgcc system 7 system
2332024-12-18T19:02:55.240Zgo system 1.20 system
2342024-12-18T19:02:55.240Zgo system 1.19 system
2352024-12-18T19:02:55.240Zllvm system 15 system
2362024-12-18T19:02:55.240Zllvm system 14 system
2372024-12-18T19:02:55.240Zmariadb system 10.6 system
2382024-12-18T19:02:55.240Zmta vendor vendor dma
2392024-12-18T19:02:55.240Zopenjdk system 17 system
2402024-12-18T19:02:55.240Zopenjdk system 11 system
2412024-12-18T19:02:55.240Zopenjdk system 1.8 system
2422024-12-18T19:02:55.240Zopenssl vendor 3 vendor
2432024-12-18T19:02:55.240Zperl system 5.36 system
2442024-12-18T19:02:55.240Zpostgresql system 15 system
2452024-12-18T19:02:55.240Zpostgresql system 13 system
2462024-12-18T19:02:55.240Zpython vendor 3 vendor
2472024-12-18T19:02:55.240Zpython system 2 system
2482024-12-18T19:02:55.240Zpython3 system 3.11 system
2492024-12-18T19:02:55.240Zruby system 3.0 system
2502024-12-18T19:02:55.240Zwords vendor vendor american-english
2512024-12-18T19:02:55.240Zwords system system australian-english
2522024-12-18T19:02:55.240Zwords system system british-english
2532024-12-18T19:02:55.240Zwords system system canadian-english
2542024-12-18T19:02:55.240Zwords system system french
2552024-12-18T19:02:55.240Zwords system system italian
2562024-12-18T19:02:55.240Zwords system system ngerman
2572024-12-18T19:02:55.240Zwords system system ogerman
2582024-12-18T19:02:55.240Zwords system system spanish
2592024-12-18T19:02:55.568ZPUBLISHER TYPE STATUS P LOCATION
2602024-12-18T19:02:55.568Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612024-12-18T19:02:58.234ZFMRI IFO
2622024-12-18T19:02:58.234Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632024-12-18T19:02:58.234Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642024-12-18T19:02:58.234Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652024-12-18T19:02:58.234Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662024-12-18T19:02:58.234Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672024-12-18T19:02:58.234Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2682024-12-18T19:02:58.234Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2692024-12-18T19:02:58.234Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2702024-12-18T19:02:58.234Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2712024-12-18T19:02:58.234Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2722024-12-18T19:02:58.234Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2732024-12-18T19:02:58.234Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2742024-12-18T19:02:58.234Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2752024-12-18T19:02:58.235Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2762024-12-18T19:02:58.235Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2772024-12-18T19:02:58.995Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2782024-12-18T19:02:59.260Z Updating crates.io index
2792024-12-18T19:02:59.263Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2802024-12-18T19:03:00.001Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2812024-12-18T19:03:00.269Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822024-12-18T19:03:00.482Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832024-12-18T19:03:00.739Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842024-12-18T19:03:01.654Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852024-12-18T19:03:03.170Z Updating git repository `https://github.com/oxidecomputer/opte`
2862024-12-18T19:03:03.800Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872024-12-18T19:03:04.618Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882024-12-18T19:03:04.886Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892024-12-18T19:03:05.129Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902024-12-18T19:03:05.696Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2912024-12-18T19:03:05.954Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2922024-12-18T19:03:06.290Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932024-12-18T19:03:06.618Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2942024-12-18T19:03:06.830Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2952024-12-18T19:03:07.029Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2962024-12-18T19:03:07.313Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972024-12-18T19:03:07.596Z Updating git repository `https://github.com/oxidecomputer/ispf`
2982024-12-18T19:03:07.930Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2992024-12-18T19:03:08.168Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002024-12-18T19:03:08.640Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012024-12-18T19:03:08.867Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022024-12-18T19:03:09.205Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3032024-12-18T19:03:09.598Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3042024-12-18T19:03:09.852Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3052024-12-18T19:03:10.098Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3062024-12-18T19:03:10.344Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3072024-12-18T19:03:11.534Z Downloading crates ...
3082024-12-18T19:03:11.663Z Downloaded anstyle-parse v0.2.5
3092024-12-18T19:03:11.669Z Downloaded anstream v0.6.15
3102024-12-18T19:03:11.673Z Downloaded anyhow v1.0.93
3112024-12-18T19:03:11.678Z Downloaded autocfg v1.4.0
3122024-12-18T19:03:11.681Z Downloaded bytecount v0.6.8
3132024-12-18T19:03:11.681Z Downloaded block-buffer v0.10.4
3142024-12-18T19:03:11.684Z Downloaded anstyle-query v1.1.1
3152024-12-18T19:03:11.684Z Downloaded bitflags v2.6.0
3162024-12-18T19:03:11.686Z Downloaded anstyle v1.0.10
3172024-12-18T19:03:11.690Z Downloaded byteorder v1.5.0
3182024-12-18T19:03:11.702Z Downloaded cargo_toml v0.20.5
3192024-12-18T19:03:11.704Z Downloaded clap_lex v0.7.2
3202024-12-18T19:03:11.707Z Downloaded crypto-common v0.1.6
3212024-12-18T19:03:11.707Z Downloaded cargo-platform v0.1.8
3222024-12-18T19:03:11.709Z Downloaded camino v1.1.9
3232024-12-18T19:03:11.711Z Downloaded cargo_metadata v0.18.1
3242024-12-18T19:03:11.714Z Downloaded cpufeatures v0.2.14
3252024-12-18T19:03:11.728Z Downloaded equivalent v1.0.1
3262024-12-18T19:03:11.731Z Downloaded dtrace-parser v0.2.0
3272024-12-18T19:03:11.733Z Downloaded memmap v0.7.0
3282024-12-18T19:03:11.733Z Downloaded dof v0.3.0
3292024-12-18T19:03:11.735Z Downloaded heck v0.4.1
3302024-12-18T19:03:11.735Z Downloaded fnv v1.0.7
3312024-12-18T19:03:11.737Z Downloaded fastrand v2.1.1
3322024-12-18T19:03:11.737Z Downloaded is_terminal_polyfill v1.70.1
3332024-12-18T19:03:11.740Z Downloaded digest v0.10.7
3342024-12-18T19:03:11.742Z Downloaded macaddr v1.0.1
3352024-12-18T19:03:11.742Z Downloaded heck v0.5.0
3362024-12-18T19:03:11.746Z Downloaded colorchoice v1.0.2
3372024-12-18T19:03:11.746Z Downloaded cfg-if v1.0.0
3382024-12-18T19:03:11.751Z Downloaded fs-err v2.11.0
3392024-12-18T19:03:11.751Z Downloaded camino-tempfile v1.1.1
3402024-12-18T19:03:11.754Z Downloaded pest_generator v2.7.14
3412024-12-18T19:03:11.754Z Downloaded clap_builder v4.5.21
3422024-12-18T19:03:11.757Z Downloaded generic-array v0.14.7
3432024-12-18T19:03:11.760Z Downloaded clap_derive v4.5.18
3442024-12-18T19:03:11.764Z Downloaded plain v0.2.3
3452024-12-18T19:03:11.768Z Downloaded errno v0.3.9
3462024-12-18T19:03:11.768Z Downloaded scroll_derive v0.12.0
3472024-12-18T19:03:11.771Z Downloaded swrite v0.1.0
3482024-12-18T19:03:11.774Z Downloaded pretty-hex v0.4.1
3492024-12-18T19:03:11.782Z Downloaded usdt-attr-macro v0.5.0
3502024-12-18T19:03:11.784Z Downloaded proc-macro-error v1.0.4
3512024-12-18T19:03:11.789Z Downloaded pest_derive v2.7.14
3522024-12-18T19:03:11.791Z Downloaded usdt-macro v0.5.0
3532024-12-18T19:03:11.795Z Downloaded proc-macro-error-attr v1.0.4
3542024-12-18T19:03:11.795Z Downloaded itoa v1.0.11
3552024-12-18T19:03:11.801Z Downloaded smawk v0.3.2
3562024-12-18T19:03:11.803Z Downloaded serde_spanned v0.6.8
3572024-12-18T19:03:11.809Z Downloaded version_check v0.9.5
3582024-12-18T19:03:11.813Z Downloaded strsim v0.11.1
3592024-12-18T19:03:11.817Z Downloaded thiserror v1.0.69
3602024-12-18T19:03:11.821Z Downloaded unicode-linebreak v0.1.5
3612024-12-18T19:03:11.824Z Downloaded toml_datetime v0.6.8
3622024-12-18T19:03:11.824Z Downloaded thread-id v4.2.2
3632024-12-18T19:03:11.826Z Downloaded tabled_derive v0.7.0
3642024-12-18T19:03:11.828Z Downloaded utf8parse v0.2.2
3652024-12-18T19:03:11.834Z Downloaded usdt v0.5.0
3662024-12-18T19:03:11.837Z Downloaded pest_meta v2.7.14
3672024-12-18T19:03:11.837Z Downloaded terminal_size v0.4.0
3682024-12-18T19:03:11.840Z Downloaded semver v1.0.23
3692024-12-18T19:03:11.840Z Downloaded log v0.4.22
3702024-12-18T19:03:11.843Z Downloaded clap v4.5.21
3712024-12-18T19:03:11.849Z Downloaded sha2 v0.10.8
3722024-12-18T19:03:11.853Z Downloaded serde_tokenstream v0.2.2
3732024-12-18T19:03:11.859Z Downloaded scroll v0.12.0
3742024-12-18T19:03:11.859Z Downloaded quote v1.0.37
3752024-12-18T19:03:11.859Z Downloaded once_cell v1.20.2
3762024-12-18T19:03:11.864Z Downloaded usdt-impl v0.5.0
3772024-12-18T19:03:11.864Z Downloaded zerocopy-derive v0.7.35
3782024-12-18T19:03:11.868Z Downloaded indexmap v2.6.0
3792024-12-18T19:03:11.871Z Downloaded ryu v1.0.18
3802024-12-18T19:03:11.874Z Downloaded papergrid v0.11.0
3812024-12-18T19:03:11.877Z Downloaded proc-macro2 v1.0.89
3822024-12-18T19:03:11.881Z Downloaded unicode-ident v1.0.13
3832024-12-18T19:03:11.884Z Downloaded ucd-trie v0.1.7
3842024-12-18T19:03:11.884Z Downloaded toml v0.8.19
3852024-12-18T19:03:11.888Z Downloaded typenum v1.17.0
3862024-12-18T19:03:11.892Z Downloaded tempfile v3.13.0
3872024-12-18T19:03:11.892Z Downloaded thiserror-impl v1.0.69
3882024-12-18T19:03:11.894Z Downloaded serde_derive v1.0.215
3892024-12-18T19:03:11.897Z Downloaded memchr v2.7.4
3902024-12-18T19:03:11.900Z Downloaded textwrap v0.16.1
3912024-12-18T19:03:11.904Z Downloaded serde v1.0.215
3922024-12-18T19:03:11.937Z Downloaded toml_edit v0.22.22
3932024-12-18T19:03:11.958Z Downloaded pest v2.7.14
3942024-12-18T19:03:11.962Z Downloaded hashbrown v0.15.1
3952024-12-18T19:03:11.967Z Downloaded serde_json v1.0.132
3962024-12-18T19:03:11.975Z Downloaded goblin v0.8.2
3972024-12-18T19:03:11.984Z Downloaded zerocopy v0.7.35
3982024-12-18T19:03:11.998Z Downloaded winnow v0.6.20
3992024-12-18T19:03:12.018Z Downloaded tabled v0.15.0
4002024-12-18T19:03:12.031Z Downloaded syn v1.0.109
4012024-12-18T19:03:12.040Z Downloaded unicode-width v0.1.14
4022024-12-18T19:03:12.046Z Downloaded syn v2.0.87
4032024-12-18T19:03:12.057Z Downloaded rustix v0.38.37
4042024-12-18T19:03:12.087Z Downloaded libc v0.2.162
4052024-12-18T19:03:12.392Z Compiling proc-macro2 v1.0.89
4062024-12-18T19:03:12.392Z Compiling unicode-ident v1.0.13
4072024-12-18T19:03:12.395Z Compiling serde v1.0.215
4082024-12-18T19:03:12.395Z Compiling version_check v0.9.5
4092024-12-18T19:03:12.395Z Compiling thiserror v1.0.69
4102024-12-18T19:03:12.395Z Compiling memchr v2.7.4
4112024-12-18T19:03:12.395Z Compiling libc v0.2.162
4122024-12-18T19:03:12.427Z Compiling ryu v1.0.18
4132024-12-18T19:03:12.635Z Compiling ucd-trie v0.1.7
4142024-12-18T19:03:12.876Z Compiling itoa v1.0.11
4152024-12-18T19:03:13.057Z Compiling once_cell v1.20.2
4162024-12-18T19:03:13.207Z Compiling byteorder v1.5.0
4172024-12-18T19:03:13.381Z Compiling serde_json v1.0.132
4182024-12-18T19:03:13.813Z Compiling rustix v0.38.37
4192024-12-18T19:03:14.181Z Compiling bitflags v2.6.0
4202024-12-18T19:03:14.245Z Compiling proc-macro-error-attr v1.0.4
4212024-12-18T19:03:14.439Z Compiling usdt-impl v0.5.0
4222024-12-18T19:03:14.532Z Compiling syn v1.0.109
4232024-12-18T19:03:14.607Z Compiling proc-macro-error v1.0.4
4242024-12-18T19:03:14.677Z Compiling plain v0.2.3
4252024-12-18T19:03:14.711Z Compiling equivalent v1.0.1
4262024-12-18T19:03:14.842Z Compiling hashbrown v0.15.1
4272024-12-18T19:03:14.869Z Compiling camino v1.1.9
4282024-12-18T19:03:14.930Z Compiling log v0.4.22
4292024-12-18T19:03:14.955Z Compiling utf8parse v0.2.2
4302024-12-18T19:03:15.125Z Compiling thread-id v4.2.2
4312024-12-18T19:03:15.127Z Compiling anstyle-parse v0.2.5
4322024-12-18T19:03:15.233Z Compiling quote v1.0.37
4332024-12-18T19:03:15.459Z Compiling pretty-hex v0.4.1
4342024-12-18T19:03:15.487Z Compiling errno v0.3.9
4352024-12-18T19:03:15.599Z Compiling autocfg v1.4.0
4362024-12-18T19:03:15.680Z Compiling syn v2.0.87
4372024-12-18T19:03:15.764Z Compiling anstyle-query v1.1.1
4382024-12-18T19:03:15.920Z Compiling anstyle v1.0.10
4392024-12-18T19:03:15.950Z Compiling unicode-width v0.1.14
4402024-12-18T19:03:16.085Z Compiling indexmap v2.6.0
4412024-12-18T19:03:16.380Z Compiling colorchoice v1.0.2
4422024-12-18T19:03:16.465Z Compiling semver v1.0.23
4432024-12-18T19:03:16.546Z Compiling winnow v0.6.20
4442024-12-18T19:03:16.728Z Compiling is_terminal_polyfill v1.70.1
4452024-12-18T19:03:16.866Z Compiling anstream v0.6.15
4462024-12-18T19:03:17.041Z Compiling fs-err v2.11.0
4472024-12-18T19:03:17.452Z Compiling heck v0.4.1
4482024-12-18T19:03:17.479Z Compiling fastrand v2.1.1
4492024-12-18T19:03:17.502Z Compiling cfg-if v1.0.0
4502024-12-18T19:03:17.537Z Compiling clap_lex v0.7.2
4512024-12-18T19:03:17.962Z Compiling terminal_size v0.4.0
4522024-12-18T19:03:18.038Z Compiling anyhow v1.0.93
4532024-12-18T19:03:18.040Z Compiling strsim v0.11.1
4542024-12-18T19:03:18.084Z Compiling heck v0.5.0
4552024-12-18T19:03:18.167Z Compiling bytecount v0.6.8
4562024-12-18T19:03:18.392Z Compiling fnv v1.0.7
4572024-12-18T19:03:18.541Z Compiling papergrid v0.11.0
4582024-12-18T19:03:18.618Z Compiling clap_builder v4.5.21
4592024-12-18T19:03:18.964Z Compiling tempfile v3.13.0
4602024-12-18T19:03:19.192Z Compiling memmap v0.7.0
4612024-12-18T19:03:19.240Z Compiling smawk v0.3.2
4622024-12-18T19:03:19.463Z Compiling unicode-linebreak v0.1.5
4632024-12-18T19:03:19.910Z Compiling textwrap v0.16.1
4642024-12-18T19:03:20.243Z Compiling swrite v0.1.0
4652024-12-18T19:03:21.468Z Compiling tabled_derive v0.7.0
4662024-12-18T19:03:22.964Z Compiling tabled v0.15.0
4672024-12-18T19:03:24.389Z Compiling serde_derive v1.0.215
4682024-12-18T19:03:24.389Z Compiling thiserror-impl v1.0.69
4692024-12-18T19:03:24.392Z Compiling zerocopy-derive v0.7.35
4702024-12-18T19:03:24.392Z Compiling scroll_derive v0.12.0
4712024-12-18T19:03:24.392Z Compiling clap_derive v4.5.18
4722024-12-18T19:03:25.701Z Compiling scroll v0.12.0
4732024-12-18T19:03:26.244Z Compiling goblin v0.8.2
4742024-12-18T19:03:26.269Z Compiling zerocopy v0.7.35
4752024-12-18T19:03:26.947Z Compiling pest v2.7.14
4762024-12-18T19:03:28.021Z Compiling clap v4.5.21
4772024-12-18T19:03:29.131Z Compiling pest_meta v2.7.14
4782024-12-18T19:03:29.985Z Compiling pest_generator v2.7.14
4792024-12-18T19:03:31.941Z Compiling pest_derive v2.7.14
4802024-12-18T19:03:32.599Z Compiling dtrace-parser v0.2.0
4812024-12-18T19:03:34.450Z Compiling serde_tokenstream v0.2.2
4822024-12-18T19:03:34.490Z Compiling toml_datetime v0.6.8
4832024-12-18T19:03:34.493Z Compiling serde_spanned v0.6.8
4842024-12-18T19:03:34.845Z Compiling toml_edit v0.22.22
4852024-12-18T19:03:34.898Z Compiling cargo-platform v0.1.8
4862024-12-18T19:03:35.065Z Compiling macaddr v1.0.1
4872024-12-18T19:03:35.168Z Compiling camino-tempfile v1.1.1
4882024-12-18T19:03:35.986Z Compiling dof v0.3.0
4892024-12-18T19:03:36.006Z Compiling cargo_metadata v0.18.1
4902024-12-18T19:03:37.573Z Compiling toml v0.8.19
4912024-12-18T19:03:37.688Z Compiling usdt-macro v0.5.0
4922024-12-18T19:03:37.690Z Compiling usdt-attr-macro v0.5.0
4932024-12-18T19:03:38.376Z Compiling cargo_toml v0.20.5
4942024-12-18T19:03:39.124Z Compiling usdt v0.5.0
4952024-12-18T19:03:41.949Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4962024-12-18T19:03:46.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.30s
4972024-12-18T19:03:46.333Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4982024-12-18T19:03:46.856Z Downloading crates ...
4992024-12-18T19:03:46.976Z Downloaded aead v0.5.2
5002024-12-18T19:03:46.979Z Downloaded adler2 v2.0.0
5012024-12-18T19:03:46.982Z Downloaded async-stream-impl v0.3.6
5022024-12-18T19:03:46.987Z Downloaded atomicwrites v0.4.4
5032024-12-18T19:03:46.990Z Downloaded atty v0.2.14
5042024-12-18T19:03:46.993Z Downloaded cfg_aliases v0.1.1
5052024-12-18T19:03:46.993Z Downloaded cfg_aliases v0.2.1
5062024-12-18T19:03:46.995Z Downloaded ciborium-io v0.2.2
5072024-12-18T19:03:47.005Z Downloaded base16ct v0.2.0
5082024-12-18T19:03:47.013Z Downloaded async-recursion v1.1.1
5092024-12-18T19:03:47.016Z Downloaded crunchy v0.2.2
5102024-12-18T19:03:47.019Z Downloaded cstr-argument v0.1.2
5112024-12-18T19:03:47.022Z Downloaded crucible-workspace-hack v0.1.0
5122024-12-18T19:03:47.024Z Downloaded async-stream v0.3.6
5132024-12-18T19:03:47.027Z Downloaded array-init v0.0.4
5142024-12-18T19:03:47.032Z Downloaded atomic-waker v1.1.2
5152024-12-18T19:03:47.034Z Downloaded headers-core v0.3.0
5162024-12-18T19:03:47.034Z Downloaded crc v3.2.1
5172024-12-18T19:03:47.037Z Downloaded colored v2.1.0
5182024-12-18T19:03:47.040Z Downloaded crossbeam-deque v0.8.5
5192024-12-18T19:03:47.042Z Downloaded darling v0.20.10
5202024-12-18T19:03:47.048Z Downloaded hex-literal v0.4.1
5212024-12-18T19:03:47.051Z Downloaded cbc v0.1.2
5222024-12-18T19:03:47.051Z Downloaded heck v0.3.3
5232024-12-18T19:03:47.051Z Downloaded crc-catalog v2.4.0
5242024-12-18T19:03:47.054Z Downloaded constant_time_eq v0.3.1
5252024-12-18T19:03:47.057Z Downloaded heapless v0.8.0
5262024-12-18T19:03:47.059Z Downloaded bcs v0.1.6
5272024-12-18T19:03:47.061Z Downloaded addr2line v0.24.2
5282024-12-18T19:03:47.066Z Downloaded hex v0.4.3
5292024-12-18T19:03:47.068Z Downloaded block-padding v0.3.3
5302024-12-18T19:03:47.068Z Downloaded heapless v0.7.17
5312024-12-18T19:03:47.072Z Downloaded icu_locid_transform_data v1.5.0
5322024-12-18T19:03:47.075Z Downloaded hyper-rustls v0.27.3
5332024-12-18T19:03:47.077Z Downloaded http-body v1.0.1
5342024-12-18T19:03:47.080Z Downloaded hickory-client v0.24.1
5352024-12-18T19:03:47.084Z Downloaded highway v1.2.0
5362024-12-18T19:03:47.087Z Downloaded bb8 v0.8.5
5372024-12-18T19:03:47.091Z Downloaded ctr v0.9.2
5382024-12-18T19:03:47.091Z Downloaded http-body-util v0.1.2
5392024-12-18T19:03:47.094Z Downloaded bitflags v1.3.2
5402024-12-18T19:03:47.097Z Downloaded crc32fast v1.4.2
5412024-12-18T19:03:47.100Z Downloaded hkdf v0.12.4
5422024-12-18T19:03:47.100Z Downloaded cassowary v0.3.0
5432024-12-18T19:03:47.103Z Downloaded const_format_proc_macros v0.2.33
5442024-12-18T19:03:47.107Z Downloaded hickory-resolver v0.24.1
5452024-12-18T19:03:47.111Z Downloaded http-range v0.1.5
5462024-12-18T19:03:47.115Z Downloaded hickory-server v0.24.1
5472024-12-18T19:03:47.120Z Downloaded primeorder v0.13.6
5482024-12-18T19:03:47.123Z Downloaded icu_provider_macros v1.5.0
5492024-12-18T19:03:47.127Z Downloaded hubpack_derive v0.1.1
5502024-12-18T19:03:47.127Z Downloaded console v0.15.8
5512024-12-18T19:03:47.131Z Downloaded httpdate v1.0.3
5522024-12-18T19:03:47.131Z Downloaded home v0.5.9
5532024-12-18T19:03:47.131Z Downloaded time-core v0.1.2
5542024-12-18T19:03:47.135Z Downloaded sync-ptr v0.1.1
5552024-12-18T19:03:47.135Z Downloaded ref-cast-impl v1.0.23
5562024-12-18T19:03:47.135Z Downloaded ident_case v1.0.1
5572024-12-18T19:03:47.138Z Downloaded rand_chacha v0.3.1
5582024-12-18T19:03:47.138Z Downloaded hubpack v0.1.2
5592024-12-18T19:03:47.138Z Downloaded chacha20 v0.9.1
5602024-12-18T19:03:47.141Z Downloaded instant v0.1.13
5612024-12-18T19:03:47.146Z Downloaded match_cfg v0.1.0
5622024-12-18T19:03:47.146Z Downloaded cancel-safe-futures v0.1.5
5632024-12-18T19:03:47.150Z Downloaded buf-list v1.0.3
5642024-12-18T19:03:47.154Z Downloaded md5 v0.7.0
5652024-12-18T19:03:47.154Z Downloaded matches v0.1.10
5662024-12-18T19:03:47.154Z Downloaded crossbeam-utils v0.8.20
5672024-12-18T19:03:47.159Z Downloaded hyper-tls v0.6.0
5682024-12-18T19:03:47.159Z Downloaded humantime v2.1.0
5692024-12-18T19:03:47.162Z Downloaded hostname v0.4.0
5702024-12-18T19:03:47.162Z Downloaded hostname v0.3.1
5712024-12-18T19:03:47.167Z Downloaded rustversion v1.0.17
5722024-12-18T19:03:47.170Z Downloaded rustfmt-wrapper v0.2.1
5732024-12-18T19:03:47.170Z Downloaded crc-any v2.5.0
5742024-12-18T19:03:47.174Z Downloaded iana-time-zone v0.1.61
5752024-12-18T19:03:47.174Z Downloaded scopeguard v1.2.0
5762024-12-18T19:03:47.177Z Downloaded ipnetwork v0.20.0
5772024-12-18T19:03:47.178Z Downloaded indoc v1.0.9
5782024-12-18T19:03:47.181Z Downloaded waitgroup v0.1.2
5792024-12-18T19:03:47.186Z Downloaded vte_generate_state_changes v0.1.2
5802024-12-18T19:03:47.186Z Downloaded idna_adapter v1.2.0
5812024-12-18T19:03:47.186Z Downloaded slog-bunyan v2.5.0
5822024-12-18T19:03:47.190Z Downloaded zerofrom v0.1.4
5832024-12-18T19:03:47.190Z Downloaded lalrpop-util v0.19.12
5842024-12-18T19:03:47.190Z Downloaded kstat-rs v0.2.4
5852024-12-18T19:03:47.190Z Downloaded internet-checksum v0.2.1
5862024-12-18T19:03:47.195Z Downloaded instability v0.3.2
5872024-12-18T19:03:47.195Z Downloaded shlex v1.3.0
5882024-12-18T19:03:47.199Z Downloaded quinn-udp v0.5.5
5892024-12-18T19:03:47.199Z Downloaded managed v0.8.0
5902024-12-18T19:03:47.199Z Downloaded slog-async v2.8.0
5912024-12-18T19:03:47.204Z Downloaded csv-core v0.1.11
5922024-12-18T19:03:47.204Z Downloaded maplit v1.0.2
5932024-12-18T19:03:47.208Z Downloaded lockfree-object-pool v0.1.6
5942024-12-18T19:03:47.208Z Downloaded libsw v3.3.1
5952024-12-18T19:03:47.211Z Downloaded memoffset v0.9.1
5962024-12-18T19:03:47.212Z Downloaded maybe-uninit v2.0.0
5972024-12-18T19:03:47.222Z Downloaded compact_str v0.8.0
5982024-12-18T19:03:47.222Z Downloaded foreign-types-shared v0.3.1
5992024-12-18T19:03:47.222Z Downloaded foreign-types-shared v0.1.1
6002024-12-18T19:03:47.222Z Downloaded foreign-types-macros v0.2.3
6012024-12-18T19:03:47.222Z Downloaded md-5 v0.10.6
6022024-12-18T19:03:47.226Z Downloaded icu_locid v1.5.0
6032024-12-18T19:03:47.231Z Downloaded newline-converter v0.3.0
6042024-12-18T19:03:47.231Z Downloaded newtype_derive v0.1.6
6052024-12-18T19:03:47.231Z Downloaded tokio-native-tls v0.3.1
6062024-12-18T19:03:47.237Z Downloaded opaque-debug v0.3.1
6072024-12-18T19:03:47.237Z Downloaded tokio-macros v2.4.0
6082024-12-18T19:03:47.242Z Downloaded wait-timeout v0.2.0
6092024-12-18T19:03:47.242Z Downloaded untrusted v0.9.0
6102024-12-18T19:03:47.242Z Downloaded bytes v1.8.0
6112024-12-18T19:03:47.246Z Downloaded display-error-chain v0.2.2
6122024-12-18T19:03:47.246Z Downloaded twox-hash v1.6.3
6132024-12-18T19:03:47.250Z Downloaded litemap v0.7.3
6142024-12-18T19:03:47.253Z Downloaded precomputed-hash v0.1.1
6152024-12-18T19:03:47.253Z Downloaded hmac v0.12.1
6162024-12-18T19:03:47.256Z Downloaded deranged v0.3.11
6172024-12-18T19:03:47.256Z Downloaded mime_guess v2.0.5
6182024-12-18T19:03:47.260Z Downloaded embedded-io v0.4.0
6192024-12-18T19:03:47.264Z Downloaded snafu-derive v0.8.5
6202024-12-18T19:03:47.264Z Downloaded icu_provider v1.5.0
6212024-12-18T19:03:47.269Z Downloaded base64 v0.13.1
6222024-12-18T19:03:47.273Z Downloaded base64 v0.21.7
6232024-12-18T19:03:47.277Z Downloaded sqlparser_derive v0.2.2
6242024-12-18T19:03:47.277Z Downloaded const_format v0.2.33
6252024-12-18T19:03:47.281Z Downloaded termtree v0.4.1
6262024-12-18T19:03:47.284Z Downloaded fallible-streaming-iterator v0.1.9
6272024-12-18T19:03:47.284Z Downloaded clang-sys v1.8.1
6282024-12-18T19:03:47.288Z Downloaded tokio-rustls v0.24.1
6292024-12-18T19:03:47.292Z Downloaded indexmap v1.9.3
6302024-12-18T19:03:47.295Z Downloaded try-lock v0.2.5
6312024-12-18T19:03:47.298Z Downloaded ppv-lite86 v0.2.20
6322024-12-18T19:03:47.298Z Downloaded nibble_vec v0.1.0
6332024-12-18T19:03:47.302Z Downloaded newtype-uuid v1.1.3
6342024-12-18T19:03:47.302Z Downloaded chacha20poly1305 v0.10.1
6352024-12-18T19:03:47.306Z Downloaded env_logger v0.10.2
6362024-12-18T19:03:47.306Z Downloaded derive_builder_macro v0.20.2
6372024-12-18T19:03:47.310Z Downloaded derive-where v1.2.7
6382024-12-18T19:03:47.314Z Downloaded want v0.3.1
6392024-12-18T19:03:47.314Z Downloaded radium v0.7.0
6402024-12-18T19:03:47.314Z Downloaded pin-utils v0.1.0
6412024-12-18T19:03:47.318Z Downloaded derive_builder v0.20.2
6422024-12-18T19:03:47.322Z Downloaded downcast v0.11.0
6432024-12-18T19:03:47.326Z Downloaded term v0.7.0
6442024-12-18T19:03:47.330Z Downloaded enum-as-inner v0.6.1
6452024-12-18T19:03:47.330Z Downloaded crypto-bigint v0.5.5
6462024-12-18T19:03:47.336Z Downloaded embedded-io v0.6.1
6472024-12-18T19:03:47.342Z Downloaded termcolor v1.4.1
6482024-12-18T19:03:47.346Z Downloaded thiserror-impl v2.0.3
6492024-12-18T19:03:47.346Z Downloaded indicatif v0.17.9
6502024-12-18T19:03:47.351Z Downloaded signal-hook-registry v1.4.2
6512024-12-18T19:03:47.351Z Downloaded tungstenite v0.23.0
6522024-12-18T19:03:47.355Z Downloaded num-conv v0.1.0
6532024-12-18T19:03:47.355Z Downloaded tap v1.0.1
6542024-12-18T19:03:47.359Z Downloaded tui-tree-widget v0.22.0
6552024-12-18T19:03:47.359Z Downloaded thiserror-impl-no-std v2.0.2
6562024-12-18T19:03:47.362Z Downloaded utf8_iter v1.0.4
6572024-12-18T19:03:47.362Z Downloaded unicode-truncate v1.1.0
6582024-12-18T19:03:47.367Z Downloaded pin-project-lite v0.2.14
6592024-12-18T19:03:47.371Z Downloaded sync_wrapper v1.0.1
6602024-12-18T19:03:47.371Z Downloaded ena v0.14.3
6612024-12-18T19:03:47.375Z Downloaded fatfs v0.3.6
6622024-12-18T19:03:47.379Z Downloaded dropshot_endpoint v0.13.0
6632024-12-18T19:03:47.381Z Downloaded dropshot_endpoint v0.12.0
6642024-12-18T19:03:47.386Z Downloaded env_filter v0.1.2
6652024-12-18T19:03:47.386Z Downloaded enum-as-inner v0.5.1
6662024-12-18T19:03:47.390Z Downloaded snafu v0.8.5
6672024-12-18T19:03:47.403Z Downloaded take_mut v0.2.2
6682024-12-18T19:03:47.406Z Downloaded aes v0.8.4
6692024-12-18T19:03:47.409Z Downloaded num-integer v0.1.46
6702024-12-18T19:03:47.412Z Downloaded num-derive v0.4.2
6712024-12-18T19:03:47.417Z Downloaded serde-hex v0.1.0
6722024-12-18T19:03:47.417Z Downloaded rand_xorshift v0.3.0
6732024-12-18T19:03:47.417Z Downloaded pem v3.0.4
6742024-12-18T19:03:47.421Z Downloaded omicron-zone-package v0.11.1
6752024-12-18T19:03:47.426Z Downloaded oso-derive v0.27.3
6762024-12-18T19:03:47.426Z Downloaded strip-ansi-escapes v0.2.0
6772024-12-18T19:03:47.426Z Downloaded slog-envlogger v2.2.0
6782024-12-18T19:03:47.429Z Downloaded structmeta v0.2.0
6792024-12-18T19:03:47.429Z Downloaded der_derive v0.7.3
6802024-12-18T19:03:47.430Z Downloaded signature v2.2.0
6812024-12-18T19:03:47.433Z Downloaded signal-hook-tokio v0.3.1
6822024-12-18T19:03:47.433Z Downloaded elliptic-curve v0.13.8
6832024-12-18T19:03:47.438Z Downloaded normalize-line-endings v0.3.0
6842024-12-18T19:03:47.443Z Downloaded http v1.1.0
6852024-12-18T19:03:47.446Z Downloaded resolv-conf v0.7.0
6862024-12-18T19:03:47.446Z Downloaded displaydoc v0.2.5
6872024-12-18T19:03:47.450Z Downloaded zerovec-derive v0.10.3
6882024-12-18T19:03:47.453Z Downloaded tabwriter v1.4.0
6892024-12-18T19:03:47.453Z Downloaded synstructure v0.13.1
6902024-12-18T19:03:47.457Z Downloaded signal-hook v0.3.17
6912024-12-18T19:03:47.460Z Downloaded toolchain_find v0.4.0
6922024-12-18T19:03:47.460Z Downloaded typify-macro v0.2.0
6932024-12-18T19:03:47.460Z Downloaded miniz_oxide v0.8.0
6942024-12-18T19:03:47.464Z Downloaded futures-io v0.3.31
6952024-12-18T19:03:47.468Z Downloaded filetime v0.2.25
6962024-12-18T19:03:47.468Z Downloaded diesel-dtrace v0.4.2
6972024-12-18T19:03:47.471Z Downloaded test-strategy v0.3.1
6982024-12-18T19:03:47.475Z Downloaded ff v0.13.0
6992024-12-18T19:03:47.475Z Downloaded dhcproto-macros v0.1.0
7002024-12-18T19:03:47.479Z Downloaded fd-lock v4.0.2
7012024-12-18T19:03:47.479Z Downloaded nodrop v0.1.14
7022024-12-18T19:03:47.483Z Downloaded multimap v0.10.0
7032024-12-18T19:03:47.483Z Downloaded dirs-sys-next v0.1.2
7042024-12-18T19:03:47.483Z Downloaded hash32 v0.2.1
7052024-12-18T19:03:47.488Z Downloaded vergen v8.3.2
7062024-12-18T19:03:47.491Z Downloaded fixedbitset v0.4.2
7072024-12-18T19:03:47.491Z Downloaded phf_codegen v0.11.2
7082024-12-18T19:03:47.491Z Downloaded walkdir v2.5.0
7092024-12-18T19:03:47.496Z Downloaded minimal-lexical v0.2.1
7102024-12-18T19:03:47.501Z Downloaded ref-cast v1.0.23
7112024-12-18T19:03:47.504Z Downloaded siphasher v0.3.11
7122024-12-18T19:03:47.504Z Downloaded parse-display v0.10.0
7132024-12-18T19:03:47.504Z Downloaded dirs-next v2.0.0
7142024-12-18T19:03:47.508Z Downloaded flagset v0.4.6
7152024-12-18T19:03:47.508Z Downloaded uzers v0.12.1
7162024-12-18T19:03:47.511Z Downloaded thiserror-no-std v2.0.2
7172024-12-18T19:03:47.514Z Downloaded phf_shared v0.10.0
7182024-12-18T19:03:47.517Z Downloaded path-slash v0.1.5
7192024-12-18T19:03:47.517Z Downloaded number_prefix v0.4.0
7202024-12-18T19:03:47.520Z Downloaded num_threads v0.1.7
7212024-12-18T19:03:47.520Z Downloaded salsa20 v0.10.2
7222024-12-18T19:03:47.524Z Downloaded wyz v0.5.1
7232024-12-18T19:03:47.524Z Downloaded unicase v2.7.0
7242024-12-18T19:03:47.527Z Downloaded tokio-postgres v0.7.12
7252024-12-18T19:03:47.530Z Downloaded writeable v0.5.5
7262024-12-18T19:03:47.533Z Downloaded topological-sort v0.2.2
7272024-12-18T19:03:47.535Z Downloaded static_assertions v1.1.0
7282024-12-18T19:03:47.538Z Downloaded strum v0.26.3
7292024-12-18T19:03:47.538Z Downloaded parking_lot_core v0.8.6
7302024-12-18T19:03:47.541Z Downloaded parking_lot v0.11.2
7312024-12-18T19:03:47.544Z Downloaded tower-service v0.3.3
7322024-12-18T19:03:47.544Z Downloaded tls_codec v0.4.1
7332024-12-18T19:03:47.548Z Downloaded ron v0.8.1
7342024-12-18T19:03:47.553Z Downloaded rustc_version v0.1.7
7352024-12-18T19:03:47.557Z Downloaded postgres-protocol v0.6.7
7362024-12-18T19:03:47.557Z Downloaded postcard v1.0.10
7372024-12-18T19:03:47.561Z Downloaded darling_macro v0.20.10
7382024-12-18T19:03:47.561Z Downloaded progenitor-client v0.8.0
7392024-12-18T19:03:47.565Z Downloaded pretty-hex v0.2.1
7402024-12-18T19:03:47.565Z Downloaded mirai-annotations v1.12.0
7412024-12-18T19:03:47.565Z Downloaded nu-ansi-term v0.50.1
7422024-12-18T19:03:47.569Z Downloaded fallible-iterator v0.2.0
7432024-12-18T19:03:47.569Z Downloaded uuid v1.11.0
7442024-12-18T19:03:47.572Z Downloaded predicates v3.1.2
7452024-12-18T19:03:47.577Z Downloaded foldhash v0.1.3
7462024-12-18T19:03:47.577Z Downloaded float-cmp v0.9.0
7472024-12-18T19:03:47.580Z Downloaded fallible-iterator v0.3.0
7482024-12-18T19:03:47.580Z Downloaded rustls-pemfile v2.2.0
7492024-12-18T19:03:47.584Z Downloaded serde_urlencoded v0.7.1
7502024-12-18T19:03:47.587Z Downloaded pkg-config v0.3.31
7512024-12-18T19:03:47.587Z Downloaded phf_shared v0.11.2
7522024-12-18T19:03:47.587Z Downloaded pbkdf2 v0.12.2
7532024-12-18T19:03:47.592Z Downloaded parse-zoneinfo v0.3.1
7542024-12-18T19:03:47.596Z Downloaded num_enum_derive v0.5.11
7552024-12-18T19:03:47.596Z Downloaded libm v0.2.8
7562024-12-18T19:03:47.602Z Downloaded zone_cfg_derive v0.3.0
7572024-12-18T19:03:47.605Z Downloaded new_debug_unreachable v1.0.6
7582024-12-18T19:03:47.606Z Downloaded libxml v0.3.3
7592024-12-18T19:03:47.613Z Downloaded defmt-macros v0.3.9
7602024-12-18T19:03:47.618Z Downloaded structmeta v0.3.0
7612024-12-18T19:03:47.622Z Downloaded similar v2.6.0
7622024-12-18T19:03:47.625Z Downloaded idna v1.0.3
7632024-12-18T19:03:47.629Z Downloaded progenitor-macro v0.8.0
7642024-12-18T19:03:47.635Z Downloaded progenitor v0.8.0
7652024-12-18T19:03:47.635Z Downloaded proc-macro-crate v1.3.1
7662024-12-18T19:03:47.635Z Downloaded zip v0.6.6
7672024-12-18T19:03:47.639Z Downloaded yoke-derive v0.7.4
7682024-12-18T19:03:47.639Z Downloaded schemars_derive v0.8.21
7692024-12-18T19:03:47.643Z Downloaded ssh-encoding v0.2.0
7702024-12-18T19:03:47.647Z Downloaded rustls-pki-types v1.10.0
7712024-12-18T19:03:47.647Z Downloaded ssh-cipher v0.2.0
7722024-12-18T19:03:47.651Z Downloaded slab v0.4.9
7732024-12-18T19:03:47.651Z Downloaded tinystr v0.7.6
7742024-12-18T19:03:47.656Z Downloaded poly1305 v0.8.0
7752024-12-18T19:03:47.660Z Downloaded darling_core v0.20.10
7762024-12-18T19:03:47.664Z Downloaded subtle v2.6.1
7772024-12-18T19:03:47.664Z Downloaded der v0.7.9
7782024-12-18T19:03:47.668Z Downloaded diesel_table_macro_syntax v0.2.0
7792024-12-18T19:03:47.671Z Downloaded tokio-tungstenite v0.23.1
7802024-12-18T19:03:47.675Z Downloaded zopfli v0.8.1
7812024-12-18T19:03:47.679Z Downloaded olpc-cjson v0.1.4
7822024-12-18T19:03:47.679Z Downloaded xz2 v0.1.7
7832024-12-18T19:03:47.679Z Downloaded des v0.8.1
7842024-12-18T19:03:47.693Z Downloaded fxhash v0.2.1
7852024-12-18T19:03:47.693Z Downloaded itertools v0.13.0
7862024-12-18T19:03:47.698Z Downloaded openssl-probe v0.1.5
7872024-12-18T19:03:47.698Z Downloaded hashbrown v0.13.2
7882024-12-18T19:03:47.702Z Downloaded foreign-types v0.3.2
7892024-12-18T19:03:47.702Z Downloaded sigpipe v0.1.3
7902024-12-18T19:03:47.702Z Downloaded hash32 v0.3.1
7912024-12-18T19:03:47.702Z Downloaded futures-task v0.3.31
7922024-12-18T19:03:47.706Z Downloaded xattr v1.3.1
7932024-12-18T19:03:47.706Z Downloaded serde_plain v1.0.2
7942024-12-18T19:03:47.710Z Downloaded unicode_categories v0.1.1
7952024-12-18T19:03:47.710Z Downloaded stable_deref_trait v1.2.0
7962024-12-18T19:03:47.715Z Downloaded simd-adler32 v0.3.7
7972024-12-18T19:03:47.715Z Downloaded supports-color v3.0.1
7982024-12-18T19:03:47.715Z Downloaded pkcs5 v0.7.1
7992024-12-18T19:03:47.718Z Downloaded psl-types v2.0.11
8002024-12-18T19:03:47.722Z Downloaded strum_macros v0.25.3
8012024-12-18T19:03:47.722Z Downloaded dunce v1.0.5
8022024-12-18T19:03:47.726Z Downloaded blake3 v1.5.4
8032024-12-18T19:03:47.730Z Downloaded yasna v0.5.2
8042024-12-18T19:03:47.734Z Downloaded num-rational v0.4.2
8052024-12-18T19:03:47.738Z Downloaded zone_cfg_derive v0.1.2
8062024-12-18T19:03:47.738Z Downloaded dsl_auto_type v0.1.2
8072024-12-18T19:03:47.738Z Downloaded rand_seeder v0.3.0
8082024-12-18T19:03:47.742Z Downloaded toml_edit v0.19.15
8092024-12-18T19:03:47.757Z Downloaded tiny-keccak v2.0.2
8102024-12-18T19:03:47.759Z Downloaded glob v0.3.1
8112024-12-18T19:03:47.762Z Downloaded ghash v0.5.1
8122024-12-18T19:03:47.762Z Downloaded futures-sink v0.3.31
8132024-12-18T19:03:47.767Z Downloaded hashlink v0.9.1
8142024-12-18T19:03:47.767Z Downloaded globset v0.4.15
8152024-12-18T19:03:47.771Z Downloaded same-file v1.0.6
8162024-12-18T19:03:47.771Z Downloaded unarray v0.1.4
8172024-12-18T19:03:47.771Z Downloaded native-tls v0.2.12
8182024-12-18T19:03:47.774Z Downloaded futures-channel v0.3.31
8192024-12-18T19:03:47.779Z Downloaded rustc-hash v1.1.0
8202024-12-18T19:03:47.779Z Downloaded aws-lc-rs v1.10.0
8212024-12-18T19:03:47.783Z Downloaded smallvec v0.6.14
8222024-12-18T19:03:47.787Z Downloaded foreign-types v0.5.0
8232024-12-18T19:03:47.789Z Downloaded serde_repr v0.1.19
8242024-12-18T19:03:47.789Z Downloaded rpassword v7.3.1
8252024-12-18T19:03:47.792Z Downloaded polyval v0.6.2
8262024-12-18T19:03:47.794Z Downloaded universal-hash v0.5.1
8272024-12-18T19:03:47.794Z Downloaded dyn-clone v1.0.17
8282024-12-18T19:03:47.799Z Downloaded untrusted v0.7.1
8292024-12-18T19:03:47.799Z Downloaded sec1 v0.7.3
8302024-12-18T19:03:47.802Z Downloaded parse-size v1.1.0
8312024-12-18T19:03:47.802Z Downloaded parse-display-derive v0.10.0
8322024-12-18T19:03:47.802Z Downloaded tokio-tungstenite v0.21.0
8332024-12-18T19:03:47.806Z Downloaded zone v0.3.0
8342024-12-18T19:03:47.806Z Downloaded headers v0.4.0
8352024-12-18T19:03:47.811Z Downloaded time-macros v0.2.18
8362024-12-18T19:03:47.813Z Downloaded predicates-core v1.0.8
8372024-12-18T19:03:47.813Z Downloaded rtoolbox v0.0.2
8382024-12-18T19:03:47.816Z Downloaded utf-8 v0.7.6
8392024-12-18T19:03:47.819Z Downloaded dhcproto v0.12.0
8402024-12-18T19:03:47.823Z Downloaded rustc-hash v2.0.0
8412024-12-18T19:03:47.823Z Downloaded flume v0.11.1
8422024-12-18T19:03:47.826Z Downloaded paste v1.0.15
8432024-12-18T19:03:47.829Z Downloaded num-bigint-dig v0.8.4
8442024-12-18T19:03:47.835Z Downloaded futures-macro v0.3.31
8452024-12-18T19:03:47.838Z Downloaded scheduled-thread-pool v0.2.7
8462024-12-18T19:03:47.838Z Downloaded tokio-stream v0.1.16
8472024-12-18T19:03:47.842Z Downloaded slog-dtrace v0.3.0
8482024-12-18T19:03:47.846Z Downloaded secrecy v0.8.0
8492024-12-18T19:03:47.846Z Downloaded tokio-rustls v0.26.0
8502024-12-18T19:03:47.849Z Downloaded tokio-rustls v0.25.0
8512024-12-18T19:03:47.853Z Downloaded subprocess v0.2.9
8522024-12-18T19:03:47.853Z Downloaded tinyvec v1.8.0
8532024-12-18T19:03:47.859Z Downloaded futures-core v0.3.31
8542024-12-18T19:03:47.863Z Downloaded zone v0.1.8
8552024-12-18T19:03:47.863Z Downloaded tracing-attributes v0.1.27
8562024-12-18T19:03:47.863Z Downloaded futures v0.3.31
8572024-12-18T19:03:47.866Z Downloaded difflib v0.4.0
8582024-12-18T19:03:47.869Z Downloaded futures-executor v0.3.31
8592024-12-18T19:03:47.871Z Downloaded chrono v0.4.38
8602024-12-18T19:03:47.877Z Downloaded sct v0.7.1
8612024-12-18T19:03:47.882Z Downloaded steno v0.4.1
8622024-12-18T19:03:47.886Z Downloaded owo-colors v4.1.0
8632024-12-18T19:03:47.889Z Downloaded unicode-xid v0.2.6
8642024-12-18T19:03:47.893Z Downloaded smallvec v1.13.2
8652024-12-18T19:03:47.898Z Downloaded rustc-demangle v0.1.24
8662024-12-18T19:03:47.898Z Downloaded env_logger v0.11.5
8672024-12-18T19:03:47.901Z Downloaded ecdsa v0.16.9
8682024-12-18T19:03:47.901Z Downloaded unicode-properties v0.1.3
8692024-12-18T19:03:47.905Z Downloaded rcgen v0.12.1
8702024-12-18T19:03:47.908Z Downloaded rustyline v14.0.0
8712024-12-18T19:03:47.912Z Downloaded password-hash v0.4.2
8722024-12-18T19:03:47.916Z Downloaded fs_extra v1.3.0
8732024-12-18T19:03:47.919Z Downloaded zerocopy v0.6.6
8742024-12-18T19:03:47.919Z Downloaded unicode-normalization v0.1.24
8752024-12-18T19:03:47.922Z Downloaded rayon-core v1.12.1
8762024-12-18T19:03:47.928Z Downloaded oso v0.27.3
8772024-12-18T19:03:47.932Z Downloaded unsafe-libyaml v0.2.11
8782024-12-18T19:03:47.935Z Downloaded futures-util v0.3.31
8792024-12-18T19:03:47.946Z Downloaded diff v0.1.13
8802024-12-18T19:03:47.950Z Downloaded h2 v0.4.6
8812024-12-18T19:03:47.957Z Downloaded openssl-sys v0.9.103
8822024-12-18T19:03:47.961Z Downloaded flate2 v1.0.34
8832024-12-18T19:03:47.968Z Downloaded serde_yaml v0.9.34+deprecated
8842024-12-18T19:03:47.974Z Downloaded lalrpop v0.19.12
8852024-12-18T19:03:47.984Z Downloaded quinn v0.11.5
8862024-12-18T19:03:47.987Z Downloaded p256 v0.13.2
8872024-12-18T19:03:47.991Z Downloaded samael v0.0.17
8882024-12-18T19:03:47.998Z Downloaded ed25519-dalek v2.1.1
8892024-12-18T19:03:48.000Z Downloaded hickory-proto v0.24.1
8902024-12-18T19:03:48.016Z Downloaded tough v0.19.0
8912024-12-18T19:03:48.025Z Downloaded publicsuffix v2.2.3
8922024-12-18T19:03:48.027Z Downloaded portable-atomic v1.9.0
8932024-12-18T19:03:48.036Z Downloaded reqwest v0.12.9
8942024-12-18T19:03:48.043Z Downloaded rayon v1.10.0
8952024-12-18T19:03:48.053Z Downloaded salty v0.3.0
8962024-12-18T19:03:48.061Z Downloaded expectorate v1.1.0
8972024-12-18T19:03:48.063Z Downloaded reedline v0.35.0
8982024-12-18T19:03:48.072Z Downloaded rustls-webpki v0.102.8
8992024-12-18T19:03:48.091Z Downloaded winnow v0.5.40
9002024-12-18T19:03:48.100Z Downloaded russh v0.45.0
9012024-12-18T19:03:48.106Z Downloaded ssh-key v0.6.6
9022024-12-18T19:03:48.113Z Downloaded p521 v0.13.3
9032024-12-18T19:03:48.118Z Downloaded x509-cert v0.2.5
9042024-12-18T19:03:48.124Z Downloaded petname v2.0.2
9052024-12-18T19:03:48.131Z Downloaded radix_trie v0.2.1
9062024-12-18T19:03:48.137Z Downloaded webpki-roots v0.26.6
9072024-12-18T19:03:48.140Z Downloaded curve25519-dalek v4.1.3
9082024-12-18T19:03:48.151Z Downloaded nix v0.27.1
9092024-12-18T19:03:48.163Z Downloaded git2 v0.19.0
9102024-12-18T19:03:48.172Z Downloaded idna v0.4.0
9112024-12-18T19:03:48.179Z Downloaded rustls v0.21.12
9122024-12-18T19:03:48.191Z Downloaded idna v0.3.0
9132024-12-18T19:03:48.198Z Downloaded rusqlite v0.32.1
9142024-12-18T19:03:48.204Z Downloaded regex v1.11.1
9152024-12-18T19:03:48.218Z Downloaded quick-xml v0.33.0
9162024-12-18T19:03:48.224Z Downloaded dropshot v0.12.0
9172024-12-18T19:03:48.245Z Downloaded proptest v1.5.0
9182024-12-18T19:03:48.256Z Downloaded openssl v0.10.66
9192024-12-18T19:03:48.264Z Downloaded smoltcp v0.9.1
9202024-12-18T19:03:48.275Z Downloaded object v0.30.4
9212024-12-18T19:03:48.285Z Downloaded zerocopy v0.8.10
9222024-12-18T19:03:48.311Z Downloaded trust-dns-proto v0.22.0
9232024-12-18T19:03:48.321Z Downloaded vcpkg v0.2.15
9242024-12-18T19:03:48.358Z Downloaded regex-syntax v0.6.29
9252024-12-18T19:03:48.365Z Downloaded nix v0.28.0
9262024-12-18T19:03:48.377Z Downloaded openapiv3 v2.0.0
9272024-12-18T19:03:48.390Z Downloaded object v0.36.5
9282024-12-18T19:03:48.401Z Downloaded typify-impl v0.2.0
9292024-12-18T19:03:48.417Z Downloaded diesel v2.2.6
9302024-12-18T19:03:48.438Z Downloaded regex-syntax v0.8.5
9312024-12-18T19:03:48.445Z Downloaded dropshot v0.13.0
9322024-12-18T19:03:48.466Z Downloaded ratatui v0.28.1
9332024-12-18T19:03:48.485Z Downloaded p384 v0.13.0
9342024-12-18T19:03:48.495Z Downloaded unicode-width v0.2.0
9352024-12-18T19:03:48.497Z Downloaded zerocopy-derive v0.6.6
9362024-12-18T19:03:48.508Z Downloaded gimli v0.31.1
9372024-12-18T19:03:48.516Z Downloaded nix v0.29.0
9382024-12-18T19:03:48.528Z Downloaded sled v0.34.7
9392024-12-18T19:03:48.538Z Downloaded bzip2-sys v0.1.11+1.0.8
9402024-12-18T19:03:48.551Z Downloaded regress v0.10.1
9412024-12-18T19:03:48.560Z Downloaded rustls v0.23.19
9422024-12-18T19:03:48.571Z Downloaded rustls v0.22.4
9432024-12-18T19:03:48.583Z Downloaded petgraph v0.6.5
9442024-12-18T19:03:48.602Z Downloaded regex-automata v0.4.8
9452024-12-18T19:03:48.620Z Downloaded polar-core v0.27.3
9462024-12-18T19:03:48.627Z Downloaded lzma-sys v0.1.20
9472024-12-18T19:03:48.655Z Downloaded regress v0.9.1
9482024-12-18T19:03:48.663Z Downloaded chrono-tz v0.10.0
9492024-12-18T19:03:48.671Z Downloaded bstr v1.10.0
9502024-12-18T19:03:48.682Z Downloaded libz-sys v1.1.20
9512024-12-18T19:03:48.704Z Downloaded smoltcp v0.11.0
9522024-12-18T19:03:48.715Z Downloaded tokio v1.40.0
9532024-12-18T19:03:48.751Z Downloaded csv v1.3.0
9542024-12-18T19:03:48.772Z Downloaded serde_with v3.11.0
9552024-12-18T19:03:48.778Z Downloaded sha3 v0.10.8
9562024-12-18T19:03:48.783Z Downloaded quinn-proto v0.11.8
9572024-12-18T19:03:48.790Z Downloaded idna v0.5.0
9582024-12-18T19:03:48.797Z Downloaded idna v0.2.3
9592024-12-18T19:03:48.804Z Downloaded tokio-util v0.7.12
9602024-12-18T19:03:48.810Z Downloaded icu_properties_data v1.5.0
9612024-12-18T19:03:48.821Z Downloaded rustls-webpki v0.101.7
9622024-12-18T19:03:48.833Z Downloaded sqlparser v0.45.0
9632024-12-18T19:03:48.840Z Downloaded hashbrown v0.14.5
9642024-12-18T19:03:48.845Z Downloaded tracing-core v0.1.32
9652024-12-18T19:03:48.847Z Downloaded nom v7.1.3
9662024-12-18T19:03:48.852Z Downloaded bitvec v1.0.1
9672024-12-18T19:03:48.867Z Downloaded serde_with_macros v3.11.0
9682024-12-18T19:03:48.870Z Downloaded bindgen v0.69.5
9692024-12-18T19:03:48.877Z Downloaded typify v0.2.0
9702024-12-18T19:03:48.879Z Downloaded ron v0.7.1
9712024-12-18T19:03:48.884Z Downloaded schemars v0.8.21
9722024-12-18T19:03:48.896Z Downloaded zip v2.1.3
9732024-12-18T19:03:48.900Z Downloaded diesel_derives v2.2.3
9742024-12-18T19:03:48.904Z Downloaded smf v0.2.3
9752024-12-18T19:03:48.907Z Downloaded pin-project v1.1.6
9762024-12-18T19:03:48.915Z Downloaded unicode-segmentation v1.12.0
9772024-12-18T19:03:48.920Z Downloaded thread_local v1.1.8
9782024-12-18T19:03:48.922Z Downloaded progenitor-impl v0.8.0
9792024-12-18T19:03:48.922Z Downloaded derive_more v0.99.18
9802024-12-18T19:03:48.926Z Downloaded defmt-parser v0.3.4
9812024-12-18T19:03:48.928Z Downloaded unicode-bidi v0.3.17
9822024-12-18T19:03:48.931Z Downloaded openssl-macros v0.1.1
9832024-12-18T19:03:48.932Z Downloaded gethostname v0.5.0
9842024-12-18T19:03:48.936Z Downloaded num-traits v0.2.19
9852024-12-18T19:03:48.938Z Downloaded num-bigint v0.4.6
9862024-12-18T19:03:48.941Z Downloaded rfc6979 v0.4.0
9872024-12-18T19:03:48.941Z Downloaded nanorand v0.7.0
9882024-12-18T19:03:48.944Z Downloaded multer v3.1.0
9892024-12-18T19:03:48.947Z Downloaded mockall_derive v0.13.0
9902024-12-18T19:03:48.952Z Downloaded hashbrown v0.12.3
9912024-12-18T19:03:48.956Z Downloaded defmt v0.3.8
9922024-12-18T19:03:48.959Z Downloaded funty v2.0.0
9932024-12-18T19:03:48.959Z Downloaded encoding_rs v0.8.34
9942024-12-18T19:03:48.979Z Downloaded ed25519 v2.2.3
9952024-12-18T19:03:48.981Z Downloaded debug-ignore v1.0.5
9962024-12-18T19:03:48.986Z Downloaded tokio-tungstenite v0.24.0
9972024-12-18T19:03:48.986Z Downloaded zerovec v0.10.4
9982024-12-18T19:03:48.989Z Downloaded itertools v0.12.1
9992024-12-18T19:03:48.996Z Downloaded itertools v0.10.5
10002024-12-18T19:03:49.002Z Downloaded pkcs8 v0.10.2
10012024-12-18T19:03:49.004Z Downloaded pkcs1 v0.7.5
10022024-12-18T19:03:49.007Z Downloaded pbkdf2 v0.11.0
10032024-12-18T19:03:49.012Z Downloaded zerocopy-derive v0.8.10
10042024-12-18T19:03:49.016Z Downloaded mio v1.0.2
10052024-12-18T19:03:49.023Z Downloaded predicates-tree v1.0.11
10062024-12-18T19:03:49.027Z Downloaded mockall v0.13.0
10072024-12-18T19:03:49.027Z Downloaded parking_lot_core v0.9.10
10082024-12-18T19:03:49.027Z Downloaded hyper v1.5.0
10092024-12-18T19:03:49.032Z Downloaded time v0.3.36
10102024-12-18T19:03:49.040Z Downloaded crossterm v0.28.1
10112024-12-18T19:03:49.049Z Downloaded write16 v1.0.0
10122024-12-18T19:03:49.053Z Downloaded tinyvec_macros v0.1.1
10132024-12-18T19:03:49.053Z Downloaded strum_macros v0.24.3
10142024-12-18T19:03:49.053Z Downloaded parking_lot v0.12.3
10152024-12-18T19:03:49.053Z Downloaded half v2.4.1
10162024-12-18T19:03:49.057Z Downloaded string_cache v0.8.7
10172024-12-18T19:03:49.057Z Downloaded spin v0.9.8
10182024-12-18T19:03:49.061Z Downloaded getrandom v0.2.15
10192024-12-18T19:03:49.064Z Downloaded libgit2-sys v0.17.0+1.8.1
10202024-12-18T19:03:49.118Z Downloaded typed-path v0.9.3
10212024-12-18T19:03:49.124Z Downloaded aho-corasick v1.1.3
10222024-12-18T19:03:49.130Z Downloaded rand v0.8.5
10232024-12-18T19:03:49.133Z Downloaded tls_codec_derive v0.4.1
10242024-12-18T19:03:49.137Z Downloaded stringprep v0.1.5
10252024-12-18T19:03:49.137Z Downloaded toml v0.7.8
10262024-12-18T19:03:49.142Z Downloaded password-hash v0.5.0
10272024-12-18T19:03:49.142Z Downloaded tar v0.4.42
10282024-12-18T19:03:49.149Z Downloaded value-bag v1.9.0
10292024-12-18T19:03:49.149Z Downloaded pem-rfc7468 v0.7.0
10302024-12-18T19:03:49.155Z Downloaded tungstenite v0.24.0
10312024-12-18T19:03:49.155Z Downloaded tungstenite v0.21.0
10322024-12-18T19:03:49.159Z Downloaded tracing v0.1.40
10332024-12-18T19:03:49.162Z Downloaded slog-stdlog v4.1.1
10342024-12-18T19:03:49.162Z Downloaded slog-scope v4.4.0
10352024-12-18T19:03:49.167Z Downloaded slog-json v2.6.1
10362024-12-18T19:03:49.167Z Downloaded num-iter v0.1.45
10372024-12-18T19:03:49.167Z Downloaded num-complex v0.4.6
10382024-12-18T19:03:49.177Z Downloaded aes-gcm v0.10.3
10392024-12-18T19:03:49.185Z Downloaded utf16_iter v1.0.5
10402024-12-18T19:03:49.185Z Downloaded whoami v1.5.2
10412024-12-18T19:03:49.185Z Downloaded url v2.5.3
10422024-12-18T19:03:49.185Z Downloaded rsa v0.9.6
10432024-12-18T19:03:49.191Z Downloaded which v4.4.2
10442024-12-18T19:03:49.191Z Downloaded vsss-rs v3.3.4
10452024-12-18T19:03:49.191Z Downloaded quick-error v1.2.3
10462024-12-18T19:03:49.191Z Downloaded phf_generator v0.11.2
10472024-12-18T19:03:49.191Z Downloaded phf v0.11.2
10482024-12-18T19:03:49.195Z Downloaded percent-encoding v2.3.1
10492024-12-18T19:03:49.195Z Downloaded data-encoding v2.6.0
10502024-12-18T19:03:49.195Z Downloaded qorb v0.2.1
10512024-12-18T19:03:49.201Z Downloaded icu_collections v1.5.0
10522024-12-18T19:03:49.204Z Downloaded num v0.4.3
10532024-12-18T19:03:49.204Z Downloaded strum_macros v0.26.4
10542024-12-18T19:03:49.207Z Downloaded sqlformat v0.2.6
10552024-12-18T19:03:49.211Z Downloaded slog-term v2.9.1
10562024-12-18T19:03:49.211Z Downloaded either v1.13.0
10572024-12-18T19:03:49.214Z Downloaded r2d2 v0.8.10
10582024-12-18T19:03:49.214Z Downloaded pin-project-internal v1.1.6
10592024-12-18T19:03:49.217Z Downloaded socket2 v0.5.7
10602024-12-18T19:03:49.222Z Downloaded termios v0.3.3
10612024-12-18T19:03:49.227Z Downloaded rand_core v0.6.4
10622024-12-18T19:03:49.227Z Downloaded icu_properties v1.5.1
10632024-12-18T19:03:49.227Z Downloaded vte v0.11.1
10642024-12-18T19:03:49.230Z Downloaded powerfmt v0.2.0
10652024-12-18T19:03:49.230Z Downloaded postgres-types v0.2.8
10662024-12-18T19:03:49.232Z Downloaded peg-macros v0.8.4
10672024-12-18T19:03:49.232Z Downloaded crossbeam-channel v0.5.13
10682024-12-18T19:03:49.236Z Downloaded slog v2.7.0
10692024-12-18T19:03:49.241Z Downloaded spki v0.7.3
10702024-12-18T19:03:49.245Z Downloaded signal-hook-mio v0.2.4
10712024-12-18T19:03:49.245Z Downloaded sha1 v0.10.6
10722024-12-18T19:03:49.248Z Downloaded semver v0.1.20
10732024-12-18T19:03:49.248Z Downloaded russh-keys v0.45.0
10742024-12-18T19:03:49.248Z Downloaded cc v1.1.30
10752024-12-18T19:03:49.252Z Downloaded endian-type v0.1.2
10762024-12-18T19:03:49.252Z Downloaded rustls-pemfile v1.0.4
10772024-12-18T19:03:49.257Z Downloaded arc-swap v1.7.1
10782024-12-18T19:03:49.261Z Downloaded derive_builder_core v0.20.2
10792024-12-18T19:03:49.261Z Downloaded packed_struct v0.10.1
10802024-12-18T19:03:49.263Z Downloaded yoke v0.7.4
10812024-12-18T19:03:49.263Z Downloaded hyper-util v0.1.10
10822024-12-18T19:03:49.267Z Downloaded peg v0.8.4
10832024-12-18T19:03:49.270Z Downloaded prettyplease v0.2.25
10842024-12-18T19:03:49.274Z Downloaded bumpalo v3.16.0
10852024-12-18T19:03:49.277Z Downloaded thiserror v2.0.3
10862024-12-18T19:03:49.282Z Downloaded packed_struct_codegen v0.10.1
10872024-12-18T19:03:49.286Z Downloaded num_enum v0.5.11
10882024-12-18T19:03:49.288Z Downloaded group v0.13.0
10892024-12-18T19:03:49.292Z Downloaded crossbeam-epoch v0.9.18
10902024-12-18T19:03:49.296Z Downloaded base64 v0.22.1
10912024-12-18T19:03:49.299Z Downloaded serde-big-array v0.5.1
10922024-12-18T19:03:49.299Z Downloaded russh-cryptovec v0.7.3
10932024-12-18T19:03:49.299Z Downloaded allocator-api2 v0.2.18
10942024-12-18T19:03:49.302Z Downloaded backtrace v0.3.74
10952024-12-18T19:03:49.306Z Downloaded memmap2 v0.9.5
10962024-12-18T19:03:49.311Z Downloaded lock_api v0.4.12
10972024-12-18T19:03:49.311Z Downloaded icu_normalizer_data v1.5.0
10982024-12-18T19:03:49.314Z Downloaded zerofrom-derive v0.1.4
10992024-12-18T19:03:49.314Z Downloaded peg-runtime v0.8.3
11002024-12-18T19:03:49.314Z Downloaded fragile v2.0.0
11012024-12-18T19:03:49.319Z Downloaded form_urlencoded v1.2.1
11022024-12-18T19:03:49.319Z Downloaded float-ord v0.3.2
11032024-12-18T19:03:49.319Z Downloaded zeroize_derive v1.4.2
11042024-12-18T19:03:49.323Z Downloaded zeroize v1.8.1
11052024-12-18T19:03:49.323Z Downloaded mime v0.3.17
11062024-12-18T19:03:49.323Z Downloaded structmeta-derive v0.2.0
11072024-12-18T19:03:49.323Z Downloaded serde_derive_internals v0.29.1
11082024-12-18T19:03:49.323Z Downloaded linear-map v1.2.0
11092024-12-18T19:03:49.327Z Downloaded libloading v0.8.5
11102024-12-18T19:03:49.327Z Downloaded jobserver v0.1.32
11112024-12-18T19:03:49.329Z Downloaded ipnet v2.10.1
11122024-12-18T19:03:49.343Z Downloaded scrypt v0.11.0
11132024-12-18T19:03:49.343Z Downloaded structmeta-derive v0.3.0
11142024-12-18T19:03:49.343Z Downloaded spin v0.5.2
11152024-12-18T19:03:49.343Z Downloaded serde_path_to_error v0.1.16
11162024-12-18T19:03:49.343Z Downloaded rusty-fork v0.3.0
11172024-12-18T19:03:49.343Z Downloaded icu_normalizer v1.5.0
11182024-12-18T19:03:49.343Z Downloaded lru-cache v0.1.2
11192024-12-18T19:03:49.347Z Downloaded lru v0.12.5
11202024-12-18T19:03:49.347Z Downloaded indent_write v2.2.0
11212024-12-18T19:03:49.347Z Downloaded httparse v1.9.5
11222024-12-18T19:03:49.351Z Downloaded const-oid v0.9.6
11232024-12-18T19:03:49.351Z Downloaded linked-hash-map v0.5.6
11242024-12-18T19:03:49.351Z Downloaded libefi-sys v0.1.0
11252024-12-18T19:03:49.353Z Downloaded lazy_static v1.5.0
11262024-12-18T19:03:49.353Z Downloaded keccak v0.1.5
11272024-12-18T19:03:49.353Z Downloaded is-terminal v0.4.13
11282024-12-18T19:03:49.357Z Downloaded inout v0.1.3
11292024-12-18T19:03:49.357Z Downloaded shell-words v1.1.0
11302024-12-18T19:03:49.360Z Downloaded hyper-staticfile v0.10.1
11312024-12-18T19:03:49.360Z Downloaded icu_locid_transform v1.5.0
11322024-12-18T19:03:49.364Z Downloaded rustc_version v0.4.1
11332024-12-18T19:03:49.364Z Downloaded lazycell v1.3.0
11342024-12-18T19:03:49.364Z Downloaded impl-trait-for-tuples v0.2.2
11352024-12-18T19:03:49.367Z Downloaded cookie v0.18.1
11362024-12-18T19:03:49.372Z Downloaded blake2 v0.10.6
11372024-12-18T19:03:49.375Z Downloaded is_ci v1.2.0
11382024-12-18T19:03:49.375Z Downloaded bcrypt-pbkdf v0.10.0
11392024-12-18T19:03:49.375Z Downloaded curve25519-dalek-derive v0.1.1
11402024-12-18T19:03:49.375Z Downloaded bitfield v0.14.0
11412024-12-18T19:03:49.381Z Downloaded argon2 v0.5.3
11422024-12-18T19:03:49.381Z Downloaded ahash v0.8.11
11432024-12-18T19:03:49.384Z Downloaded bzip2 v0.4.4
11442024-12-18T19:03:49.384Z Downloaded bit-set v0.5.3
11452024-12-18T19:03:49.384Z Downloaded cookie_store v0.21.0
11462024-12-18T19:03:49.387Z Downloaded ciborium v0.2.2
11472024-12-18T19:03:49.390Z Downloaded async-trait v0.1.83
11482024-12-18T19:03:49.393Z Downloaded base64ct v1.6.0
11492024-12-18T19:03:49.396Z Downloaded backoff v0.4.0
11502024-12-18T19:03:49.396Z Downloaded async-bb8-diesel v0.2.1
11512024-12-18T19:03:49.399Z Downloaded chrono-tz-build v0.4.0
11522024-12-18T19:03:49.399Z Downloaded bitfield-struct v0.6.2
11532024-12-18T19:03:49.402Z Downloaded cobs v0.2.3
11542024-12-18T19:03:49.402Z Downloaded cmake v0.1.51
11552024-12-18T19:03:49.402Z Downloaded ciborium-ll v0.2.2
11562024-12-18T19:03:49.404Z Downloaded castaway v0.2.3
11572024-12-18T19:03:49.404Z Downloaded arrayvec v0.7.6
11582024-12-18T19:03:49.407Z Downloaded convert_case v0.4.0
11592024-12-18T19:03:49.409Z Downloaded cipher v0.4.4
11602024-12-18T19:03:49.411Z Downloaded bit-vec v0.6.3
11612024-12-18T19:03:49.411Z Downloaded cexpr v0.6.0
11622024-12-18T19:03:49.414Z Downloaded blowfish v0.9.1
11632024-12-18T19:03:49.414Z Downloaded ascii-canvas v3.0.0
11642024-12-18T19:03:49.418Z Downloaded arrayref v0.3.9
11652024-12-18T19:03:49.418Z Downloaded assert_matches v1.5.0
11662024-12-18T19:03:49.450Z Downloaded ring v0.17.8
11672024-12-18T19:03:49.562Z Downloaded libsqlite3-sys v0.30.1
11682024-12-18T19:03:49.689Z Downloaded ring v0.16.20
11692024-12-18T19:03:49.925Z Downloaded aws-lc-sys v0.22.0
11702024-12-18T19:03:50.230Z Compiling serde v1.0.215
11712024-12-18T19:03:50.233Z Compiling lock_api v0.4.12
11722024-12-18T19:03:50.233Z Compiling scopeguard v1.2.0
11732024-12-18T19:03:50.233Z Compiling value-bag v1.9.0
11742024-12-18T19:03:50.233Z Compiling typenum v1.17.0
11752024-12-18T19:03:50.233Z Compiling generic-array v0.14.7
11762024-12-18T19:03:50.431Z Compiling syn v2.0.87
11772024-12-18T19:03:50.445Z Compiling getrandom v0.2.15
11782024-12-18T19:03:50.559Z Compiling shlex v1.3.0
11792024-12-18T19:03:50.698Z Compiling rand_core v0.6.4
11802024-12-18T19:03:50.862Z Compiling log v0.4.22
11812024-12-18T19:03:50.992Z Compiling subtle v2.6.1
11822024-12-18T19:03:51.011Z Compiling jobserver v0.1.32
11832024-12-18T19:03:51.045Z Compiling const-oid v0.9.6
11842024-12-18T19:03:51.248Z Compiling smallvec v1.13.2
11852024-12-18T19:03:51.343Z Compiling spin v0.9.8
11862024-12-18T19:03:51.370Z Compiling cc v1.1.30
11872024-12-18T19:03:51.709Z Compiling pin-project-lite v0.2.14
11882024-12-18T19:03:51.769Z Compiling rustix v0.38.37
11892024-12-18T19:03:51.789Z Compiling parking_lot_core v0.9.10
11902024-12-18T19:03:51.837Z Compiling futures-core v0.3.31
11912024-12-18T19:03:52.012Z Compiling signal-hook-registry v1.4.2
11922024-12-18T19:03:52.086Z Compiling mio v1.0.2
11932024-12-18T19:03:52.651Z Compiling parking_lot v0.12.3
11942024-12-18T19:03:52.872Z Compiling aho-corasick v1.1.3
11952024-12-18T19:03:52.907Z Compiling regex-syntax v0.8.5
11962024-12-18T19:03:53.136Z Compiling cpufeatures v0.2.14
11972024-12-18T19:03:53.191Z Compiling lazy_static v1.5.0
11982024-12-18T19:03:53.235Z Compiling futures-sink v0.3.31
11992024-12-18T19:03:53.313Z Compiling either v1.13.0
12002024-12-18T19:03:53.333Z Compiling glob v0.3.1
12012024-12-18T19:03:53.379Z Compiling stable_deref_trait v1.2.0
12022024-12-18T19:03:53.489Z Compiling socket2 v0.5.7
12032024-12-18T19:03:53.632Z Compiling slab v0.4.9
12042024-12-18T19:03:53.728Z Compiling prettyplease v0.2.25
12052024-12-18T19:03:54.069Z Compiling minimal-lexical v0.2.1
12062024-12-18T19:03:54.313Z Compiling clang-sys v1.8.1
12072024-12-18T19:03:54.384Z Compiling libloading v0.8.5
12082024-12-18T19:03:54.441Z Compiling serde_json v1.0.132
12092024-12-18T19:03:54.618Z Compiling nom v7.1.3
12102024-12-18T19:03:54.764Z Compiling home v0.5.9
12112024-12-18T19:03:54.859Z Compiling bindgen v0.69.5
12122024-12-18T19:03:55.072Z Compiling itertools v0.10.5
12132024-12-18T19:03:55.665Z Compiling futures-channel v0.3.31
12142024-12-18T19:03:55.751Z Compiling allocator-api2 v0.2.18
12152024-12-18T19:03:56.076Z Compiling rustc-hash v1.1.0
12162024-12-18T19:03:56.217Z Compiling foldhash v0.1.3
12172024-12-18T19:03:56.513Z Compiling regex-automata v0.4.8
12182024-12-18T19:03:56.534Z Compiling lazycell v1.3.0
12192024-12-18T19:03:56.701Z Compiling futures-task v0.3.31
12202024-12-18T19:03:57.016Z Compiling pin-utils v0.1.0
12212024-12-18T19:03:57.113Z Compiling futures-io v0.3.31
12222024-12-18T19:03:57.426Z Compiling hashbrown v0.15.1
12232024-12-18T19:03:58.000Z Compiling synstructure v0.13.1
12242024-12-18T19:03:58.614Z Compiling cexpr v0.6.0
12252024-12-18T19:03:58.767Z Compiling cmake v0.1.51
12262024-12-18T19:03:59.681Z Compiling tinyvec_macros v0.1.1
12272024-12-18T19:03:59.742Z Compiling pkg-config v0.3.31
12282024-12-18T19:03:59.777Z Compiling dunce v1.0.5
12292024-12-18T19:03:59.824Z Compiling fs_extra v1.3.0
12302024-12-18T19:03:59.902Z Compiling libm v0.2.8
12312024-12-18T19:04:00.260Z Compiling tinyvec v1.8.0
12322024-12-18T19:04:00.393Z Compiling num-traits v0.2.19
12332024-12-18T19:04:00.900Z Compiling ring v0.17.8
12342024-12-18T19:04:01.294Z Compiling unicode-bidi v0.3.17
12352024-12-18T19:04:01.424Z Compiling litemap v0.7.3
12362024-12-18T19:04:01.779Z Compiling unicode-normalization v0.1.24
12372024-12-18T19:04:01.799Z Compiling writeable v0.5.5
12382024-12-18T19:04:01.818Z Compiling paste v1.0.15
12392024-12-18T19:04:01.995Z Compiling regex v1.11.1
12402024-12-18T19:04:02.320Z Compiling base64ct v1.6.0
12412024-12-18T19:04:02.879Z Compiling pem-rfc7468 v0.7.0
12422024-12-18T19:04:02.900Z Compiling aws-lc-rs v1.10.0
12432024-12-18T19:04:03.076Z Compiling httparse v1.9.5
12442024-12-18T19:04:03.336Z Compiling flagset v0.4.6
12452024-12-18T19:04:03.529Z Compiling tracing-core v0.1.32
12462024-12-18T19:04:03.926Z Compiling rustls-pki-types v1.10.0
12472024-12-18T19:04:04.603Z Compiling percent-encoding v2.3.1
12482024-12-18T19:04:04.603Z Compiling icu_locid_transform_data v1.5.0
12492024-12-18T19:04:04.719Z Compiling crossbeam-utils v0.8.20
12502024-12-18T19:04:04.952Z Compiling untrusted v0.9.0
12512024-12-18T19:04:04.994Z Compiling time-core v0.1.2
12522024-12-18T19:04:05.014Z Compiling serde_derive v1.0.215
12532024-12-18T19:04:05.117Z Compiling zeroize_derive v1.4.2
12542024-12-18T19:04:05.155Z Compiling zerocopy-derive v0.7.35
12552024-12-18T19:04:05.287Z Compiling tokio-macros v2.4.0
12562024-12-18T19:04:05.649Z Compiling zerofrom-derive v0.1.4
12572024-12-18T19:04:06.576Z Compiling zeroize v1.8.1
12582024-12-18T19:04:06.752Z Compiling yoke-derive v0.7.4
12592024-12-18T19:04:06.954Z Compiling thiserror-impl v1.0.69
12602024-12-18T19:04:07.354Z Compiling zerocopy v0.7.35
12612024-12-18T19:04:08.192Z Compiling crypto-common v0.1.6
12622024-12-18T19:04:08.424Z Compiling block-buffer v0.10.4
12632024-12-18T19:04:08.684Z Compiling digest v0.10.7
12642024-12-18T19:04:08.884Z Compiling zerovec-derive v0.10.3
12652024-12-18T19:04:08.902Z Compiling futures-macro v0.3.31
12662024-12-18T19:04:09.145Z Compiling hmac v0.12.1
12672024-12-18T19:04:09.388Z Compiling block-padding v0.3.3
12682024-12-18T19:04:09.634Z Compiling displaydoc v0.2.5
12692024-12-18T19:04:09.688Z Compiling inout v0.1.3
12702024-12-18T19:04:09.707Z Compiling zerofrom v0.1.4
12712024-12-18T19:04:09.931Z Compiling yoke v0.7.4
12722024-12-18T19:04:09.949Z Compiling cipher v0.4.4
12732024-12-18T19:04:10.274Z Compiling thiserror v1.0.69
12742024-12-18T19:04:10.294Z Compiling sha2 v0.10.8
12752024-12-18T19:04:10.410Z Compiling ppv-lite86 v0.2.20
12762024-12-18T19:04:10.443Z Compiling der_derive v0.7.3
12772024-12-18T19:04:10.771Z Compiling futures-util v0.3.31
12782024-12-18T19:04:11.224Z Compiling icu_provider_macros v1.5.0
12792024-12-18T19:04:11.267Z Compiling rand_chacha v0.3.1
12802024-12-18T19:04:11.515Z Compiling zerovec v0.10.4
12812024-12-18T19:04:12.363Z Compiling tracing-attributes v0.1.27
12822024-12-18T19:04:12.906Z Compiling der v0.7.9
12832024-12-18T19:04:13.366Z Compiling tinystr v0.7.6
12842024-12-18T19:04:13.390Z Compiling icu_collections v1.5.0
12852024-12-18T19:04:13.643Z Compiling rand v0.8.5
12862024-12-18T19:04:13.779Z Compiling icu_locid v1.5.0
12872024-12-18T19:04:14.848Z Compiling salsa20 v0.10.2
12882024-12-18T19:04:15.073Z Compiling icu_provider v1.5.0
12892024-12-18T19:04:15.756Z Compiling spki v0.7.3
12902024-12-18T19:04:15.889Z Compiling tracing v0.1.40
12912024-12-18T19:04:16.132Z Compiling icu_locid_transform v1.5.0
12922024-12-18T19:04:16.135Z Compiling pest v2.7.14
12932024-12-18T19:04:16.172Z Compiling pbkdf2 v0.12.2
12942024-12-18T19:04:16.224Z Compiling mirai-annotations v1.12.0
12952024-12-18T19:04:16.249Z Compiling icu_properties_data v1.5.0
12962024-12-18T19:04:16.341Z Compiling vcpkg v0.2.15
12972024-12-18T19:04:16.372Z Compiling powerfmt v0.2.0
12982024-12-18T19:04:16.411Z Compiling untrusted v0.7.1
12992024-12-18T19:04:16.501Z Compiling num-conv v0.1.0
13002024-12-18T19:04:16.598Z Compiling scrypt v0.11.0
13012024-12-18T19:04:16.761Z Compiling deranged v0.3.11
13022024-12-18T19:04:16.802Z Compiling time-macros v0.2.18
13032024-12-18T19:04:18.089Z Compiling icu_properties v1.5.1
13042024-12-18T19:04:18.545Z Compiling openssl-sys v0.9.103
13052024-12-18T19:04:18.662Z Compiling pest_meta v2.7.14
13062024-12-18T19:04:18.775Z Compiling bitflags v2.6.0
13072024-12-18T19:04:19.113Z Compiling bytes v1.8.0
13082024-12-18T19:04:19.637Z Compiling indexmap v2.6.0
13092024-12-18T19:04:20.174Z Compiling tokio v1.40.0
13102024-12-18T19:04:20.532Z Compiling http v1.1.0
13112024-12-18T19:04:20.880Z Compiling semver v1.0.23
13122024-12-18T19:04:21.218Z Compiling aes v0.8.4
13132024-12-18T19:04:21.620Z Compiling rustc_version v0.4.1
13142024-12-18T19:04:22.407Z Compiling cbc v0.1.2
13152024-12-18T19:04:22.487Z Compiling scroll_derive v0.12.0
13162024-12-18T19:04:22.648Z Compiling icu_normalizer_data v1.5.0
13172024-12-18T19:04:22.755Z Compiling utf8_iter v1.0.4
13182024-12-18T19:04:22.956Z Compiling atomic-waker v1.1.2
13192024-12-18T19:04:22.999Z Compiling write16 v1.0.0
13202024-12-18T19:04:23.020Z Compiling utf16_iter v1.0.5
13212024-12-18T19:04:23.126Z Compiling which v4.4.2
13222024-12-18T19:04:23.145Z Compiling num_threads v0.1.7
13232024-12-18T19:04:23.222Z Compiling icu_normalizer v1.5.0
13242024-12-18T19:04:23.282Z Compiling time v0.3.36
13252024-12-18T19:04:23.773Z Compiling pkcs5 v0.7.1
13262024-12-18T19:04:23.951Z Compiling scroll v0.12.0
13272024-12-18T19:04:24.087Z Compiling http-body v1.0.1
13282024-12-18T19:04:24.340Z Compiling pest_generator v2.7.14
13292024-12-18T19:04:24.573Z Compiling form_urlencoded v1.2.1
13302024-12-18T19:04:24.778Z Compiling slog v2.7.0
13312024-12-18T19:04:24.882Z Compiling try-lock v0.2.5
13322024-12-18T19:04:25.007Z Compiling goblin v0.8.2
13332024-12-18T19:04:25.046Z Compiling want v0.3.1
13342024-12-18T19:04:25.231Z Compiling pkcs8 v0.10.2
13352024-12-18T19:04:25.320Z Compiling idna_adapter v1.2.0
13362024-12-18T19:04:25.410Z Compiling httpdate v1.0.3
13372024-12-18T19:04:25.550Z Compiling idna v1.0.3
13382024-12-18T19:04:25.973Z Compiling serde_spanned v0.6.8
13392024-12-18T19:04:26.210Z Compiling uuid v1.11.0
13402024-12-18T19:04:26.439Z Compiling pest_derive v2.7.14
13412024-12-18T19:04:26.739Z Compiling serde_tokenstream v0.2.2
13422024-12-18T19:04:27.221Z Compiling dtrace-parser v0.2.0
13432024-12-18T19:04:27.330Z Compiling toml_datetime v0.6.8
13442024-12-18T19:04:27.359Z Compiling base64 v0.22.1
13452024-12-18T19:04:27.658Z Compiling adler2 v2.0.0
13462024-12-18T19:04:27.848Z Compiling tower-service v0.3.3
13472024-12-18T19:04:27.872Z Compiling openssl v0.10.66
13482024-12-18T19:04:27.979Z Compiling foreign-types-shared v0.1.1
13492024-12-18T19:04:28.091Z Compiling match_cfg v0.1.0
13502024-12-18T19:04:28.094Z Compiling iana-time-zone v0.1.61
13512024-12-18T19:04:28.211Z Compiling rustversion v1.0.17
13522024-12-18T19:04:28.308Z Compiling chrono v0.4.38
13532024-12-18T19:04:28.464Z Compiling tokio-util v0.7.12
13542024-12-18T19:04:28.548Z Compiling hostname v0.3.1
13552024-12-18T19:04:28.791Z Compiling foreign-types v0.3.2
13562024-12-18T19:04:28.895Z Compiling miniz_oxide v0.8.0
13572024-12-18T19:04:29.001Z Compiling url v2.5.3
13582024-12-18T19:04:29.923Z Compiling h2 v0.4.6
13592024-12-18T19:04:30.458Z Compiling openssl-macros v0.1.1
13602024-12-18T19:04:30.813Z Compiling dof v0.3.0
13612024-12-18T19:04:30.988Z Compiling async-trait v0.1.83
13622024-12-18T19:04:31.210Z Compiling dirs-sys-next v0.1.2
13632024-12-18T19:04:31.873Z Compiling usdt-impl v0.5.0
13642024-12-18T19:04:32.095Z Compiling rustls v0.23.19
13652024-12-18T19:04:32.366Z Compiling syn v1.0.109
13662024-12-18T19:04:33.000Z Compiling siphasher v0.3.11
13672024-12-18T19:04:33.020Z Compiling data-encoding v2.6.0
13682024-12-18T19:04:33.394Z Compiling native-tls v0.2.12
13692024-12-18T19:04:33.445Z Compiling rustls v0.22.4
13702024-12-18T19:04:33.769Z Compiling dirs-next v2.0.0
13712024-12-18T19:04:33.952Z Compiling http-body-util v0.1.2
13722024-12-18T19:04:34.485Z Compiling heapless v0.7.17
13732024-12-18T19:04:34.978Z Compiling crossbeam-epoch v0.9.18
13742024-12-18T19:04:35.282Z Compiling signature v2.2.0
13752024-12-18T19:04:35.373Z Compiling sha1 v0.10.6
13762024-12-18T19:04:35.428Z Compiling bzip2-sys v0.1.11+1.0.8
13772024-12-18T19:04:35.563Z Compiling serde_derive_internals v0.29.1
13782024-12-18T19:04:35.711Z Compiling thread_local v1.1.8
13792024-12-18T19:04:35.741Z Compiling multer v3.1.0
13802024-12-18T19:04:35.816Z Compiling encoding_rs v0.8.34
13812024-12-18T19:04:35.899Z Compiling cookie v0.18.1
13822024-12-18T19:04:36.021Z Compiling schemars v0.8.21
13832024-12-18T19:04:36.166Z Compiling gimli v0.31.1
13842024-12-18T19:04:36.246Z Compiling openssl-probe v0.1.5
13852024-12-18T19:04:36.369Z Compiling rayon-core v1.12.1
13862024-12-18T19:04:36.609Z Compiling slog-async v2.8.0
13872024-12-18T19:04:36.632Z Compiling signal-hook v0.3.17
13882024-12-18T19:04:36.900Z Compiling hyper v1.5.0
13892024-12-18T19:04:37.120Z Compiling mime v0.3.17
13902024-12-18T19:04:37.721Z Compiling unicode-properties v0.1.3
13912024-12-18T19:04:38.124Z Compiling ipnet v2.10.1
13922024-12-18T19:04:38.309Z Compiling schemars_derive v0.8.21
13932024-12-18T19:04:39.420Z Compiling hyper-util v0.1.10
13942024-12-18T19:04:40.436Z Compiling stringprep v0.1.5
13952024-12-18T19:04:40.912Z Compiling addr2line v0.24.2
13962024-12-18T19:04:41.167Z Compiling toml_edit v0.22.22
13972024-12-18T19:04:41.673Z Compiling crossbeam-deque v0.8.5
13982024-12-18T19:04:41.694Z Compiling usdt-macro v0.5.0
13992024-12-18T19:04:41.732Z Compiling usdt-attr-macro v0.5.0
14002024-12-18T19:04:42.102Z Compiling term v0.7.0
14012024-12-18T19:04:42.564Z Compiling slog-json v2.6.1
14022024-12-18T19:04:42.912Z Compiling serde_urlencoded v0.7.1
14032024-12-18T19:04:43.075Z Compiling curve25519-dalek v4.1.3
14042024-12-18T19:04:43.187Z Compiling crossbeam-channel v0.5.13
14052024-12-18T19:04:43.361Z Compiling enum-as-inner v0.6.1
14062024-12-18T19:04:43.424Z Compiling futures-executor v0.3.31
14072024-12-18T19:04:43.571Z Compiling md-5 v0.10.6
14082024-12-18T19:04:43.714Z Compiling async-stream-impl v0.3.6
14092024-12-18T19:04:43.836Z Compiling rustls-pemfile v2.2.0
14102024-12-18T19:04:43.996Z Compiling num-integer v0.1.46
14112024-12-18T19:04:44.169Z Compiling idna v0.4.0
14122024-12-18T19:04:44.242Z Compiling idna v0.3.0
14132024-12-18T19:04:44.429Z Compiling hash32 v0.2.1
14142024-12-18T19:04:44.821Z Compiling ff v0.13.0
14152024-12-18T19:04:44.844Z Compiling is-terminal v0.4.13
14162024-12-18T19:04:44.971Z Compiling object v0.36.5
14172024-12-18T19:04:45.037Z Compiling dropshot v0.12.0
14182024-12-18T19:04:45.120Z Compiling linked-hash-map v0.5.6
14192024-12-18T19:04:45.317Z Compiling base16ct v0.2.0
14202024-12-18T19:04:45.489Z Compiling rustc-demangle v0.1.24
14212024-12-18T19:04:45.650Z Compiling portable-atomic v1.9.0
14222024-12-18T19:04:45.931Z Compiling anyhow v1.0.93
14232024-12-18T19:04:45.952Z Compiling smoltcp v0.9.1
14242024-12-18T19:04:46.446Z Compiling take_mut v0.2.2
14252024-12-18T19:04:46.572Z Compiling quick-error v1.2.3
14262024-12-18T19:04:46.597Z Compiling num-bigint-dig v0.8.4
14272024-12-18T19:04:46.665Z Compiling psl-types v2.0.11
14282024-12-18T19:04:46.713Z Compiling utf-8 v0.7.6
14292024-12-18T19:04:46.733Z Compiling dyn-clone v1.0.17
14302024-12-18T19:04:46.860Z Compiling fallible-iterator v0.2.0
14312024-12-18T19:04:46.951Z Compiling tungstenite v0.24.0
14322024-12-18T19:04:47.037Z Compiling publicsuffix v2.2.3
14332024-12-18T19:04:47.375Z Compiling resolv-conf v0.7.0
14342024-12-18T19:04:47.569Z Compiling postgres-protocol v0.6.7
14352024-12-18T19:04:49.258Z Compiling sec1 v0.7.3
14362024-12-18T19:04:49.297Z Compiling lru-cache v0.1.2
14372024-12-18T19:04:49.429Z Compiling async-stream v0.3.6
14382024-12-18T19:04:49.480Z Compiling hickory-proto v0.24.1
14392024-12-18T19:04:49.496Z Compiling group v0.13.0
14402024-12-18T19:04:49.755Z Compiling usdt v0.5.0
14412024-12-18T19:04:49.853Z Compiling slog-term v2.9.1
14422024-12-18T19:04:50.291Z Compiling num-iter v0.1.45
14432024-12-18T19:04:50.487Z Compiling toml v0.8.19
14442024-12-18T19:04:50.787Z Compiling futures v0.3.31
14452024-12-18T19:04:51.060Z Compiling slog-bunyan v2.5.0
14462024-12-18T19:04:52.204Z Compiling camino v1.1.9
14472024-12-18T19:04:52.369Z Compiling backtrace v0.3.74
14482024-12-18T19:04:52.904Z Compiling tokio-native-tls v0.3.1
14492024-12-18T19:04:53.071Z Compiling phf_shared v0.11.2
14502024-12-18T19:04:53.172Z Compiling dropshot_endpoint v0.12.0
14512024-12-18T19:04:53.214Z Compiling terminal_size v0.4.0
14522024-12-18T19:04:53.216Z Compiling waitgroup v0.1.2
14532024-12-18T19:04:53.428Z Compiling openapiv3 v2.0.0
14542024-12-18T19:04:53.449Z Compiling serde_path_to_error v0.1.16
14552024-12-18T19:04:53.451Z Compiling hkdf v0.12.4
14562024-12-18T19:04:53.732Z Compiling crypto-bigint v0.5.5
14572024-12-18T19:04:54.313Z Compiling curve25519-dalek-derive v0.1.1
14582024-12-18T19:04:55.895Z Compiling zerocopy-derive v0.6.6
14592024-12-18T19:04:56.033Z Compiling webpki-roots v0.26.6
14602024-12-18T19:04:56.256Z Compiling idna v0.5.0
14612024-12-18T19:04:56.842Z Compiling hubpack_derive v0.1.1
14622024-12-18T19:04:57.764Z Compiling hostname v0.4.0
14632024-12-18T19:04:57.841Z Compiling fs-err v2.11.0
14642024-12-18T19:04:57.866Z Compiling ahash v0.8.11
14652024-12-18T19:04:57.946Z Compiling crc32fast v1.4.2
14662024-12-18T19:04:58.014Z Compiling winnow v0.5.40
14672024-12-18T19:04:58.098Z Compiling debug-ignore v1.0.5
14682024-12-18T19:04:58.120Z Compiling bitflags v1.3.2
14692024-12-18T19:04:58.226Z Compiling managed v0.8.0
14702024-12-18T19:04:58.275Z Compiling clap_builder v4.5.21
14712024-12-18T19:04:58.277Z Compiling strum_macros v0.25.3
14722024-12-18T19:04:58.323Z Compiling flate2 v1.0.34
14732024-12-18T19:04:59.306Z Compiling console v0.15.8
14742024-12-18T19:05:00.079Z Compiling zerocopy v0.6.6
14752024-12-18T19:05:00.099Z Compiling hubpack v0.1.2
14762024-12-18T19:05:00.551Z Compiling cookie_store v0.21.0
14772024-12-18T19:05:00.806Z Compiling elliptic-curve v0.13.8
14782024-12-18T19:05:00.981Z Compiling hickory-resolver v0.24.1
14792024-12-18T19:05:01.644Z Compiling toml_edit v0.19.15
14802024-12-18T19:05:02.003Z Compiling phf v0.11.2
14812024-12-18T19:05:02.128Z Compiling hyper-tls v0.6.0
14822024-12-18T19:05:02.462Z Compiling signal-hook-mio v0.2.4
14832024-12-18T19:05:02.549Z Compiling rayon v1.10.0
14842024-12-18T19:05:02.634Z Compiling bzip2 v0.4.4
14852024-12-18T19:05:03.205Z Compiling postgres-types v0.2.8
14862024-12-18T19:05:04.770Z Compiling tokio-tungstenite v0.24.0
14872024-12-18T19:05:06.675Z Compiling ed25519 v2.2.3
14882024-12-18T19:05:07.380Z Compiling phf_shared v0.10.0
14892024-12-18T19:05:07.700Z Compiling tokio-stream v0.1.16
14902024-12-18T19:05:07.797Z Compiling pkcs1 v0.7.5
14912024-12-18T19:05:07.800Z Compiling serde-big-array v0.5.1
14922024-12-18T19:05:08.060Z Compiling clap_derive v4.5.18
14932024-12-18T19:05:08.575Z Compiling rfc6979 v0.4.0
14942024-12-18T19:05:08.772Z Compiling derive-where v1.2.7
14952024-12-18T19:05:08.794Z Compiling serde_repr v0.1.19
14962024-12-18T19:05:08.796Z Compiling float-cmp v0.9.0
14972024-12-18T19:05:08.893Z Compiling bstr v1.10.0
14982024-12-18T19:05:09.013Z Compiling sync_wrapper v1.0.1
14992024-12-18T19:05:09.166Z Compiling predicates-core v1.0.8
15002024-12-18T19:05:09.537Z Compiling fixedbitset v0.4.2
15012024-12-18T19:05:09.680Z Compiling number_prefix v0.4.0
15022024-12-18T19:05:09.920Z Compiling static_assertions v1.1.0
15032024-12-18T19:05:09.993Z Compiling whoami v1.5.2
15042024-12-18T19:05:10.016Z Compiling normalize-line-endings v0.3.0
15052024-12-18T19:05:10.032Z Compiling unicode-segmentation v1.12.0
15062024-12-18T19:05:10.141Z Compiling precomputed-hash v0.1.1
15072024-12-18T19:05:10.269Z Compiling bit-vec v0.6.3
15082024-12-18T19:05:10.622Z Compiling unicode-width v0.2.0
15092024-12-18T19:05:10.726Z Compiling difflib v0.4.0
15102024-12-18T19:05:10.729Z Compiling new_debug_unreachable v1.0.6
15112024-12-18T19:05:10.823Z Compiling string_cache v0.8.7
15122024-12-18T19:05:10.911Z Compiling similar v2.6.0
15132024-12-18T19:05:11.147Z Compiling predicates v3.1.2
15142024-12-18T19:05:11.287Z Compiling indicatif v0.17.9
15152024-12-18T19:05:12.372Z Compiling bit-set v0.5.3
15162024-12-18T19:05:12.427Z Compiling tokio-postgres v0.7.12
15172024-12-18T19:05:12.664Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15182024-12-18T19:05:12.907Z Compiling petgraph v0.6.5
15192024-12-18T19:05:13.170Z Compiling clap v4.5.21
15202024-12-18T19:05:13.294Z Compiling ecdsa v0.16.9
15212024-12-18T19:05:13.343Z Compiling rsa v0.9.6
15222024-12-18T19:05:13.523Z Compiling ed25519-dalek v2.1.1
15232024-12-18T19:05:14.169Z Compiling toml v0.7.8
15242024-12-18T19:05:14.889Z Compiling zip v0.6.6
15252024-12-18T19:05:15.991Z Compiling crossterm v0.28.1
15262024-12-18T19:05:17.230Z Compiling hex v0.4.3
15272024-12-18T19:05:17.483Z Compiling x509-cert v0.2.5
15282024-12-18T19:05:17.649Z Compiling peg-runtime v0.8.3
15292024-12-18T19:05:17.815Z Compiling unicode-xid v0.2.6
15302024-12-18T19:05:17.988Z Compiling lalrpop-util v0.19.12
15312024-12-18T19:05:18.312Z Compiling strum_macros v0.26.4
15322024-12-18T19:05:18.350Z Compiling xattr v1.3.1
15332024-12-18T19:05:18.370Z Compiling filetime v0.2.25
15342024-12-18T19:05:18.632Z Compiling tar v0.4.42
15352024-12-18T19:05:23.514Z Compiling strum v0.26.3
15362024-12-18T19:05:26.024Z Compiling aws-lc-sys v0.22.0
15372024-12-18T19:06:03.371Z Compiling rustls-webpki v0.102.8
15382024-12-18T19:06:06.747Z Compiling tokio-rustls v0.25.0
15392024-12-18T19:06:08.471Z Compiling tokio-rustls v0.26.0
15402024-12-18T19:06:08.842Z Compiling hyper-rustls v0.27.3
15412024-12-18T19:06:09.178Z Compiling reqwest v0.12.9
15422024-12-18T19:06:10.147Z Compiling qorb v0.2.1
15432024-12-18T19:06:15.179Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15442024-12-18T19:06:15.410Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15452024-12-18T19:06:21.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15462024-12-18T19:06:21.273Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15472024-12-18T19:06:21.322ZDec 18 19:06:20.252 INFO Starting download, target: DendriteOpenapi
15482024-12-18T19:06:21.322ZDec 18 19:06:20.252 INFO Starting download, target: Cockroach
15492024-12-18T19:06:21.322ZDec 18 19:06:20.252 INFO Starting download, target: Console
15502024-12-18T19:06:21.322ZDec 18 19:06:20.252 INFO Starting download, target: DendriteStub
15512024-12-18T19:06:21.340ZDec 18 19:06:20.252 INFO Starting download, target: Clickhouse
15522024-12-18T19:06:21.340ZDec 18 19:06:20.252 INFO Starting download, target: MaghemiteMgd
15532024-12-18T19:06:21.340ZDec 18 19:06:20.252 INFO Starting download, target: TransceiverControl
15542024-12-18T19:06:21.340ZDec 18 19:06:20.252 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15552024-12-18T19:06:21.340ZDec 18 19:06:20.252 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15562024-12-18T19:06:21.340ZDec 18 19:06:20.252 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15572024-12-18T19:06:21.340ZDec 18 19:06:20.252 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15582024-12-18T19:06:21.340ZDec 18 19:06:20.252 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15592024-12-18T19:06:21.340ZDec 18 19:06:20.253 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15602024-12-18T19:06:21.340ZDec 18 19:06:20.253 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15612024-12-18T19:06:21.822ZDec 18 19:06:20.710 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15622024-12-18T19:06:21.823ZDec 18 19:06:20.710 INFO Download complete, target: DendriteOpenapi
15632024-12-18T19:06:21.930ZDec 18 19:06:20.839 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15642024-12-18T19:06:22.116ZDec 18 19:06:21.015 INFO Download complete, target: Console
15652024-12-18T19:06:22.542ZDec 18 19:06:21.408 INFO Download complete, target: TransceiverControl
15662024-12-18T19:06:23.442ZDec 18 19:06:22.281 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15672024-12-18T19:06:23.739ZDec 18 19:06:22.622 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15682024-12-18T19:06:24.456ZDec 18 19:06:23.343 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15692024-12-18T19:06:25.280ZDec 18 19:06:24.209 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15702024-12-18T19:06:25.280ZDec 18 19:06:24.209 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15712024-12-18T19:06:26.655ZDec 18 19:06:25.584 INFO Download complete, target: DendriteStub
15722024-12-18T19:06:27.390ZDec 18 19:06:26.320 INFO Download complete, target: MaghemiteMgd
15732024-12-18T19:06:32.831ZDec 18 19:06:31.759 INFO Checking that binary works, target: Cockroach
15742024-12-18T19:06:32.996ZDec 18 19:06:31.924 INFO Download complete, target: Cockroach
15752024-12-18T19:06:36.408ZDec 18 19:06:35.336 INFO Checking that binary works, target: Clickhouse
15762024-12-18T19:06:37.026ZDec 18 19:06:35.954 INFO Download complete, target: Clickhouse
15772024-12-18T19:06:37.079ZAll builder prerequisites installed successfully, and PATH looks valid
15782024-12-18T19:06:37.081Z
15792024-12-18T19:06:37.081Zreal 5:54.741815326
15802024-12-18T19:06:37.081Zuser 16:17.551300450
15812024-12-18T19:06:37.081Zsys 3:13.533025586
15822024-12-18T19:06:37.081Ztrap 0.510005067
15832024-12-18T19:06:37.081Ztflt 7.778926170
15842024-12-18T19:06:37.082Zdflt 7.781625104
15852024-12-18T19:06:37.082Zkflt 0.418607649
15862024-12-18T19:06:37.082Zlock 29:07.168882027
15872024-12-18T19:06:37.082Zslp 1:04:05.937588961
15882024-12-18T19:06:37.082Zlat 52.215982437
15892024-12-18T19:06:37.082Zstop 2:15.262527094
15902024-12-18T19:06:37.082Z+ banner hack-check
15912024-12-18T19:06:37.084Z
15922024-12-18T19:06:37.084Z # # ## #### # # #### # # ###### #### # #
15932024-12-18T19:06:37.084Z # # # # # # # # # # # # # # # # #
15942024-12-18T19:06:37.085Z ###### # # # #### ##### # ###### ##### # ####
15952024-12-18T19:06:37.085Z # # ###### # # # # # # # # # #
15962024-12-18T19:06:37.085Z # # # # # # # # # # # # # # # # #
15972024-12-18T19:06:37.085Z # # # # #### # # #### # # ###### #### # #
15982024-12-18T19:06:37.085Z
15992024-12-18T19:06:37.085Z+ export CARGO_INCREMENTAL=0
16002024-12-18T19:06:37.085Z+ CARGO_INCREMENTAL=0
16012024-12-18T19:06:37.085Z+ ptime -m timeout 2h cargo xtask check-features --ci
16022024-12-18T19:06:37.609Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16032024-12-18T19:06:41.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
16042024-12-18T19:06:41.165Z Running `target/debug/xtask check-features --ci`
16052024-12-18T19:06:41.184Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16062024-12-18T19:06:41.187Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16072024-12-18T19:06:41.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16082024-12-18T19:06:41.643Z Running `target/debug/xtask download cargo-hack`
16092024-12-18T19:06:42.461Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16102024-12-18T19:06:42.824Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16112024-12-18T19:06:47.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
16122024-12-18T19:06:47.974Z Running `target/debug/xtask-downloader cargo-hack`
16132024-12-18T19:06:48.010ZDec 18 19:06:46.937 INFO Starting download, target: CargoHack
16142024-12-18T19:06:48.012ZDec 18 19:06:46.938 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16152024-12-18T19:06:48.613ZDec 18 19:06:47.541 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16162024-12-18T19:06:48.702ZDec 18 19:06:47.629 INFO Download complete, target: CargoHack
16172024-12-18T19:06:48.705Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16182024-12-18T19:06:48.721Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16192024-12-18T19:06:48.889Zinfo: running `cargo check --bins` on api_identity (1/174)
16202024-12-18T19:06:49.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-12-18T19:06:49.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-12-18T19:06:49.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-12-18T19:06:49.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16242024-12-18T19:06:49.492Z
16252024-12-18T19:06:49.492Zinfo: running `cargo check --bins` on bootstore (2/174)
16262024-12-18T19:06:50.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-12-18T19:06:50.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-12-18T19:06:50.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-12-18T19:06:50.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16302024-12-18T19:06:50.127Z
16312024-12-18T19:06:50.127Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/174)
16322024-12-18T19:06:50.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-12-18T19:06:50.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-12-18T19:06:50.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-12-18T19:06:50.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16362024-12-18T19:06:50.724Z
16372024-12-18T19:06:50.724Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174)
16382024-12-18T19:06:51.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-12-18T19:06:51.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-12-18T19:06:51.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-12-18T19:06:51.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16422024-12-18T19:06:51.329Z
16432024-12-18T19:06:51.329Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174)
16442024-12-18T19:06:51.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-12-18T19:06:51.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-12-18T19:06:51.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-12-18T19:06:51.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16482024-12-18T19:06:51.732Z
16492024-12-18T19:06:51.732Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174)
16502024-12-18T19:06:52.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-12-18T19:06:52.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-12-18T19:06:52.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-12-18T19:06:52.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16542024-12-18T19:06:52.141Z
16552024-12-18T19:06:52.141Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174)
16562024-12-18T19:06:52.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-12-18T19:06:52.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-12-18T19:06:52.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-12-18T19:06:52.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16602024-12-18T19:06:52.550Z
16612024-12-18T19:06:52.550Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174)
16622024-12-18T19:06:52.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-12-18T19:06:52.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-12-18T19:06:52.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652024-12-18T19:06:52.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16662024-12-18T19:06:52.965Z
16672024-12-18T19:06:52.965Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174)
16682024-12-18T19:06:53.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692024-12-18T19:06:53.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702024-12-18T19:06:53.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712024-12-18T19:06:53.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16722024-12-18T19:06:53.378Z
16732024-12-18T19:06:53.378Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174)
16742024-12-18T19:06:53.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752024-12-18T19:06:53.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762024-12-18T19:06:53.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772024-12-18T19:06:53.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16782024-12-18T19:06:53.793Z
16792024-12-18T19:06:53.793Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174)
16802024-12-18T19:06:54.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812024-12-18T19:06:54.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822024-12-18T19:06:54.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832024-12-18T19:06:54.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16842024-12-18T19:06:54.208Z
16852024-12-18T19:06:54.208Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174)
16862024-12-18T19:06:54.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872024-12-18T19:06:54.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882024-12-18T19:06:54.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892024-12-18T19:06:54.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16902024-12-18T19:06:54.620Z
16912024-12-18T19:06:54.620Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174)
16922024-12-18T19:06:54.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932024-12-18T19:06:54.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942024-12-18T19:06:54.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952024-12-18T19:06:54.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16962024-12-18T19:06:55.038Z
16972024-12-18T19:06:55.038Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174)
16982024-12-18T19:06:55.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992024-12-18T19:06:55.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002024-12-18T19:06:55.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012024-12-18T19:06:55.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17022024-12-18T19:06:55.449Z
17032024-12-18T19:06:55.450Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174)
17042024-12-18T19:06:55.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052024-12-18T19:06:55.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062024-12-18T19:06:55.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072024-12-18T19:06:55.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17082024-12-18T19:06:55.870Z
17092024-12-18T19:06:55.870Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174)
17102024-12-18T19:06:56.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112024-12-18T19:06:56.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122024-12-18T19:06:56.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132024-12-18T19:06:56.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17142024-12-18T19:06:56.278Z
17152024-12-18T19:06:56.278Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174)
17162024-12-18T19:06:56.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172024-12-18T19:06:56.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182024-12-18T19:06:56.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192024-12-18T19:06:56.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17202024-12-18T19:06:56.688Z
17212024-12-18T19:06:56.688Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174)
17222024-12-18T19:06:57.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232024-12-18T19:06:57.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242024-12-18T19:06:57.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252024-12-18T19:06:57.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17262024-12-18T19:06:57.109Z
17272024-12-18T19:06:57.109Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174)
17282024-12-18T19:06:57.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292024-12-18T19:06:57.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302024-12-18T19:06:57.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312024-12-18T19:06:57.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17322024-12-18T19:06:57.525Z
17332024-12-18T19:06:57.525Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174)
17342024-12-18T19:06:57.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352024-12-18T19:06:57.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362024-12-18T19:06:57.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372024-12-18T19:06:57.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17382024-12-18T19:06:57.941Z
17392024-12-18T19:06:57.941Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174)
17402024-12-18T19:06:58.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412024-12-18T19:06:58.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422024-12-18T19:06:58.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432024-12-18T19:06:58.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17442024-12-18T19:06:58.350Z
17452024-12-18T19:06:58.350Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174)
17462024-12-18T19:06:58.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472024-12-18T19:06:58.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482024-12-18T19:06:58.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492024-12-18T19:06:58.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17502024-12-18T19:06:58.767Z
17512024-12-18T19:06:58.767Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174)
17522024-12-18T19:06:59.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532024-12-18T19:06:59.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542024-12-18T19:06:59.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552024-12-18T19:06:59.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17562024-12-18T19:06:59.189Z
17572024-12-18T19:06:59.189Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174)
17582024-12-18T19:06:59.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592024-12-18T19:06:59.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602024-12-18T19:06:59.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612024-12-18T19:06:59.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17622024-12-18T19:06:59.598Z
17632024-12-18T19:06:59.598Zinfo: running `cargo check --bins` on sled-hardware-types (25/174)
17642024-12-18T19:07:00.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652024-12-18T19:07:00.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662024-12-18T19:07:00.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672024-12-18T19:07:00.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17682024-12-18T19:07:00.222Z
17692024-12-18T19:07:00.222Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/174)
17702024-12-18T19:07:00.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712024-12-18T19:07:00.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722024-12-18T19:07:00.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732024-12-18T19:07:00.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17742024-12-18T19:07:00.849Z
17752024-12-18T19:07:00.849Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174)
17762024-12-18T19:07:01.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772024-12-18T19:07:01.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782024-12-18T19:07:01.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792024-12-18T19:07:01.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17802024-12-18T19:07:01.476Z
17812024-12-18T19:07:01.476Zinfo: running `cargo check --bins` on oxlog (28/174)
17822024-12-18T19:07:02.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832024-12-18T19:07:02.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842024-12-18T19:07:02.084Z Checking cfg-if v1.0.0
17852024-12-18T19:07:02.087Z Checking libc v0.2.162
17862024-12-18T19:07:02.194Z Checking serde v1.0.215
17872024-12-18T19:07:02.197Z Checking zeroize v1.8.1
17882024-12-18T19:07:02.210Z Checking memchr v2.7.4
17892024-12-18T19:07:02.212Z Checking typenum v1.17.0
17902024-12-18T19:07:02.218Z Checking scopeguard v1.2.0
17912024-12-18T19:07:02.229Z Checking subtle v2.6.1
17922024-12-18T19:07:02.255Z Checking value-bag v1.9.0
17932024-12-18T19:07:02.377Z Checking lock_api v0.4.12
17942024-12-18T19:07:02.431Z Checking itoa v1.0.11
17952024-12-18T19:07:02.480Z Checking const-oid v0.9.6
17962024-12-18T19:07:02.630Z Checking smallvec v1.13.2
17972024-12-18T19:07:02.670Z Checking log v0.4.22
17982024-12-18T19:07:02.785Z Checking pin-project-lite v0.2.14
17992024-12-18T19:07:02.910Z Checking byteorder v1.5.0
18002024-12-18T19:07:02.975Z Checking futures-core v0.3.31
18012024-12-18T19:07:03.069Z Checking once_cell v1.20.2
18022024-12-18T19:07:03.159Z Checking cpufeatures v0.2.14
18032024-12-18T19:07:03.177Z Checking stable_deref_trait v1.2.0
18042024-12-18T19:07:03.252Z Checking futures-sink v0.3.31
18052024-12-18T19:07:03.274Z Checking spin v0.9.8
18062024-12-18T19:07:03.296Z Checking zerocopy v0.7.35
18072024-12-18T19:07:03.342Z Checking getrandom v0.2.15
18082024-12-18T19:07:03.357Z Checking parking_lot_core v0.9.10
18092024-12-18T19:07:03.378Z Checking signal-hook-registry v1.4.2
18102024-12-18T19:07:03.474Z Checking generic-array v0.14.7
18112024-12-18T19:07:03.572Z Checking rand_core v0.6.4
18122024-12-18T19:07:03.613Z Checking mio v1.0.2
18132024-12-18T19:07:03.616Z Checking socket2 v0.5.7
18142024-12-18T19:07:03.659Z Checking parking_lot v0.12.3
18152024-12-18T19:07:03.863Z Checking zerofrom v0.1.4
18162024-12-18T19:07:04.007Z Checking slab v0.4.9
18172024-12-18T19:07:04.081Z Checking yoke v0.7.4
18182024-12-18T19:07:04.097Z Checking futures-channel v0.3.31
18192024-12-18T19:07:04.223Z Checking equivalent v1.0.1
18202024-12-18T19:07:04.246Z Checking allocator-api2 v0.2.18
18212024-12-18T19:07:04.328Z Checking pin-utils v0.1.0
18222024-12-18T19:07:04.358Z Checking foldhash v0.1.3
18232024-12-18T19:07:04.408Z Checking futures-task v0.3.31
18242024-12-18T19:07:04.411Z Checking futures-io v0.3.31
18252024-12-18T19:07:04.456Z Checking zerovec v0.10.4
18262024-12-18T19:07:04.567Z Checking tinyvec_macros v0.1.1
18272024-12-18T19:07:04.595Z Checking ryu v1.0.18
18282024-12-18T19:07:04.632Z Checking crypto-common v0.1.6
18292024-12-18T19:07:04.634Z Checking block-buffer v0.10.4
18302024-12-18T19:07:04.660Z Checking futures-util v0.3.31
18312024-12-18T19:07:04.739Z Checking block-padding v0.3.3
18322024-12-18T19:07:04.794Z Checking tinyvec v1.8.0
18332024-12-18T19:07:04.809Z Checking fnv v1.0.7
18342024-12-18T19:07:04.856Z Checking digest v0.10.7
18352024-12-18T19:07:04.889Z Checking hashbrown v0.15.1
18362024-12-18T19:07:04.923Z Checking libm v0.2.8
18372024-12-18T19:07:04.937Z Checking inout v0.1.3
18382024-12-18T19:07:05.159Z Checking cipher v0.4.4
18392024-12-18T19:07:05.216Z Checking hmac v0.12.1
18402024-12-18T19:07:05.435Z Checking sha2 v0.10.8
18412024-12-18T19:07:05.579Z Checking writeable v0.5.5
18422024-12-18T19:07:05.826Z Checking base64ct v1.6.0
18432024-12-18T19:07:05.905Z Checking unicode-bidi v0.3.17
18442024-12-18T19:07:05.984Z Checking litemap v0.7.3
18452024-12-18T19:07:05.998Z Checking num-traits v0.2.19
18462024-12-18T19:07:06.058Z Checking tinystr v0.7.6
18472024-12-18T19:07:06.116Z Checking unicode-normalization v0.1.24
18482024-12-18T19:07:06.264Z Checking pem-rfc7468 v0.7.0
18492024-12-18T19:07:06.324Z Checking ppv-lite86 v0.2.20
18502024-12-18T19:07:06.436Z Checking icu_locid v1.5.0
18512024-12-18T19:07:06.506Z Checking flagset v0.4.6
18522024-12-18T19:07:06.522Z Checking tracing-core v0.1.32
18532024-12-18T19:07:06.692Z Checking der v0.7.9
18542024-12-18T19:07:07.015Z Checking thiserror v1.0.69
18552024-12-18T19:07:07.083Z Checking rand_chacha v0.3.1
18562024-12-18T19:07:07.127Z Checking bytes v1.8.0
18572024-12-18T19:07:07.142Z Checking indexmap v2.6.0
18582024-12-18T19:07:07.165Z Checking serde_json v1.0.132
18592024-12-18T19:07:07.457Z Checking icu_provider v1.5.0
18602024-12-18T19:07:07.460Z Checking bitflags v2.6.0
18612024-12-18T19:07:07.637Z Checking rustls-pki-types v1.10.0
18622024-12-18T19:07:07.773Z Checking percent-encoding v2.3.1
18632024-12-18T19:07:07.926Z Checking tokio v1.40.0
18642024-12-18T19:07:07.979Z Checking http v1.1.0
18652024-12-18T19:07:08.136Z Checking icu_locid_transform_data v1.5.0
18662024-12-18T19:07:08.229Z Checking rand v0.8.5
18672024-12-18T19:07:08.246Z Checking icu_locid_transform v1.5.0
18682024-12-18T19:07:08.390Z Checking tracing v0.1.40
18692024-12-18T19:07:08.549Z Checking spki v0.7.3
18702024-12-18T19:07:08.757Z Checking icu_collections v1.5.0
18712024-12-18T19:07:08.844Z Checking salsa20 v0.10.2
18722024-12-18T19:07:08.899Z Checking pbkdf2 v0.12.2
18732024-12-18T19:07:09.052Z Checking aws-lc-sys v0.22.0
18742024-12-18T19:07:09.052Z Checking httparse v1.9.5
18752024-12-18T19:07:09.223Z Checking icu_properties_data v1.5.0
18762024-12-18T19:07:09.327Z Checking untrusted v0.9.0
18772024-12-18T19:07:09.419Z Checking powerfmt v0.2.0
18782024-12-18T19:07:09.475Z Checking mirai-annotations v1.12.0
18792024-12-18T19:07:09.478Z Checking untrusted v0.7.1
18802024-12-18T19:07:09.505Z Checking icu_properties v1.5.1
18812024-12-18T19:07:09.519Z Checking ring v0.17.8
18822024-12-18T19:07:09.644Z Checking scrypt v0.11.0
18832024-12-18T19:07:09.660Z Checking aes v0.8.4
18842024-12-18T19:07:09.674Z Checking deranged v0.3.11
18852024-12-18T19:07:09.804Z Checking cbc v0.1.2
18862024-12-18T19:07:09.849Z Checking crossbeam-utils v0.8.20
18872024-12-18T19:07:10.006Z Checking num_threads v0.1.7
18882024-12-18T19:07:10.127Z Checking time-core v0.1.2
18892024-12-18T19:07:10.283Z Checking atomic-waker v1.1.2
18902024-12-18T19:07:10.413Z Checking utf16_iter v1.0.5
18912024-12-18T19:07:10.537Z Checking utf8_iter v1.0.4
18922024-12-18T19:07:10.553Z Checking num-conv v0.1.0
18932024-12-18T19:07:10.566Z Checking icu_normalizer_data v1.5.0
18942024-12-18T19:07:10.660Z Checking write16 v1.0.0
18952024-12-18T19:07:10.734Z Checking pkcs5 v0.7.1
18962024-12-18T19:07:10.783Z Checking http-body v1.0.1
18972024-12-18T19:07:10.798Z Checking form_urlencoded v1.2.1
18982024-12-18T19:07:10.976Z Checking try-lock v0.2.5
18992024-12-18T19:07:10.993Z Checking httpdate v1.0.3
19002024-12-18T19:07:11.110Z Checking want v0.3.1
19012024-12-18T19:07:11.232Z Checking unicode-ident v1.0.13
19022024-12-18T19:07:11.247Z Checking pkcs8 v0.10.2
19032024-12-18T19:07:11.290Z Checking toml_datetime v0.6.8
19042024-12-18T19:07:11.327Z Checking serde_spanned v0.6.8
19052024-12-18T19:07:11.386Z Checking proc-macro2 v1.0.89
19062024-12-18T19:07:11.407Z Checking time v0.3.36
19072024-12-18T19:07:11.507Z Checking uuid v1.11.0
19082024-12-18T19:07:11.538Z Checking slog v2.7.0
19092024-12-18T19:07:11.554Z Checking scroll v0.12.0
19102024-12-18T19:07:11.590Z Checking aws-lc-rs v1.10.0
19112024-12-18T19:07:11.999Z Checking ucd-trie v0.1.7
19122024-12-18T19:07:12.015Z Checking base64 v0.22.1
19132024-12-18T19:07:12.055Z Checking foreign-types-shared v0.1.1
19142024-12-18T19:07:12.098Z Checking iana-time-zone v0.1.61
19152024-12-18T19:07:12.160Z Checking plain v0.2.3
19162024-12-18T19:07:12.198Z Checking tower-service v0.3.3
19172024-12-18T19:07:12.248Z Checking adler2 v2.0.0
19182024-12-18T19:07:12.309Z Checking match_cfg v0.1.0
19192024-12-18T19:07:12.323Z Checking goblin v0.8.2
19202024-12-18T19:07:12.393Z Checking hostname v0.3.1
19212024-12-18T19:07:12.409Z Checking miniz_oxide v0.8.0
19222024-12-18T19:07:12.483Z Checking chrono v0.4.38
19232024-12-18T19:07:12.514Z Checking pest v2.7.14
19242024-12-18T19:07:12.804Z Checking icu_normalizer v1.5.0
19252024-12-18T19:07:13.106Z Checking foreign-types v0.3.2
19262024-12-18T19:07:13.197Z Checking quote v1.0.37
19272024-12-18T19:07:13.421Z Checking rustls-webpki v0.102.8
19282024-12-18T19:07:13.512Z Checking openssl-sys v0.9.103
19292024-12-18T19:07:13.572Z Checking idna_adapter v1.2.0
19302024-12-18T19:07:13.763Z Checking idna v1.0.3
19312024-12-18T19:07:13.833Z Checking dirs-sys-next v0.1.2
19322024-12-18T19:07:14.035Z Checking errno v0.3.9
19332024-12-18T19:07:14.202Z Checking aho-corasick v1.1.3
19342024-12-18T19:07:14.219Z Checking regex-syntax v0.8.5
19352024-12-18T19:07:14.231Z Checking url v2.5.3
19362024-12-18T19:07:14.529Z Checking siphasher v0.3.11
19372024-12-18T19:07:14.820Z Checking pretty-hex v0.4.1
19382024-12-18T19:07:14.835Z Checking data-encoding v2.6.0
19392024-12-18T19:07:14.987Z Checking openssl v0.10.66
19402024-12-18T19:07:15.053Z Checking rustix v0.38.37
19412024-12-18T19:07:15.105Z Checking dtrace-parser v0.2.0
19422024-12-18T19:07:15.218Z Checking tokio-util v0.7.12
19432024-12-18T19:07:15.492Z Checking dirs-next v2.0.0
19442024-12-18T19:07:15.564Z Checking syn v2.0.87
19452024-12-18T19:07:15.619Z Checking http-body-util v0.1.2
19462024-12-18T19:07:15.847Z Checking crossbeam-epoch v0.9.18
19472024-12-18T19:07:16.087Z Checking signature v2.2.0
19482024-12-18T19:07:16.100Z Checking h2 v0.4.6
19492024-12-18T19:07:16.281Z Checking sha1 v0.10.6
19502024-12-18T19:07:16.283Z Checking lazy_static v1.5.0
19512024-12-18T19:07:16.414Z Checking thread_local v1.1.8
19522024-12-18T19:07:16.539Z Checking thread-id v4.2.2
19532024-12-18T19:07:16.650Z Checking encoding_rs v0.8.34
19542024-12-18T19:07:16.690Z Checking mime v0.3.17
19552024-12-18T19:07:17.021Z Checking openssl-probe v0.1.5
19562024-12-18T19:07:17.189Z Checking gimli v0.31.1
19572024-12-18T19:07:17.375Z Checking dof v0.3.0
19582024-12-18T19:07:17.479Z Checking regex-automata v0.4.8
19592024-12-18T19:07:18.024Z Checking unicode-properties v0.1.3
19602024-12-18T19:07:18.365Z Checking anstyle v1.0.10
19612024-12-18T19:07:18.449Z Checking utf8parse v0.2.2
19622024-12-18T19:07:18.593Z Checking ipnet v2.10.1
19632024-12-18T19:07:18.697Z Checking winnow v0.6.20
19642024-12-18T19:07:18.949Z Checking anstyle-parse v0.2.5
19652024-12-18T19:07:19.047Z Checking stringprep v0.1.5
19662024-12-18T19:07:19.216Z Checking crossbeam-deque v0.8.5
19672024-12-18T19:07:19.341Z Checking term v0.7.0
19682024-12-18T19:07:19.529Z Checking rustls v0.22.4
19692024-12-18T19:07:19.788Z Checking rustls v0.23.19
19702024-12-18T19:07:20.508Z Checking native-tls v0.2.12
19712024-12-18T19:07:20.821Z Checking slog-json v2.6.1
19722024-12-18T19:07:21.057Z Checking serde_urlencoded v0.7.1
19732024-12-18T19:07:21.261Z Checking addr2line v0.24.2
19742024-12-18T19:07:21.480Z Checking crossbeam-channel v0.5.13
19752024-12-18T19:07:21.760Z Checking toml_edit v0.22.22
19762024-12-18T19:07:21.787Z Checking futures-executor v0.3.31
19772024-12-18T19:07:21.891Z Checking usdt-impl v0.5.0
19782024-12-18T19:07:22.012Z Checking rustls-pemfile v2.2.0
19792024-12-18T19:07:22.085Z Checking hyper v1.5.0
19802024-12-18T19:07:22.140Z Checking num-integer v0.1.46
19812024-12-18T19:07:22.177Z Checking idna v0.3.0
19822024-12-18T19:07:22.218Z Checking idna v0.4.0
19832024-12-18T19:07:22.418Z Checking md-5 v0.10.6
19842024-12-18T19:07:22.621Z Checking ff v0.13.0
19852024-12-18T19:07:22.646Z Checking is-terminal v0.4.13
19862024-12-18T19:07:22.767Z Checking memmap v0.7.0
19872024-12-18T19:07:22.828Z Checking hash32 v0.2.1
19882024-12-18T19:07:22.962Z Checking object v0.36.5
19892024-12-18T19:07:22.983Z Checking colorchoice v1.0.2
19902024-12-18T19:07:23.037Z Checking quick-error v1.2.3
19912024-12-18T19:07:23.104Z Checking psl-types v2.0.11
19922024-12-18T19:07:23.129Z Checking is_terminal_polyfill v1.70.1
19932024-12-18T19:07:23.166Z Checking linked-hash-map v0.5.6
19942024-12-18T19:07:23.181Z Checking take_mut v0.2.2
19952024-12-18T19:07:23.239Z Checking either v1.13.0
19962024-12-18T19:07:23.276Z Checking anstyle-query v1.1.1
19972024-12-18T19:07:23.317Z Checking dyn-clone v1.0.17
19982024-12-18T19:07:23.399Z Checking rustc-demangle v0.1.24
19992024-12-18T19:07:23.459Z Checking utf-8 v0.7.6
20002024-12-18T19:07:23.475Z Checking fallible-iterator v0.2.0
20012024-12-18T19:07:23.601Z Checking base16ct v0.2.0
20022024-12-18T19:07:23.654Z Checking tungstenite v0.24.0
20032024-12-18T19:07:23.787Z Checking sec1 v0.7.3
20042024-12-18T19:07:23.832Z Checking lru-cache v0.1.2
20052024-12-18T19:07:24.013Z Checking schemars v0.8.21
20062024-12-18T19:07:24.082Z Checking postgres-protocol v0.6.7
20072024-12-18T19:07:24.143Z Checking hyper-util v0.1.10
20082024-12-18T19:07:24.162Z Checking anstream v0.6.15
20092024-12-18T19:07:24.334Z Checking toml v0.8.19
20102024-12-18T19:07:24.533Z Checking slog-async v2.8.0
20112024-12-18T19:07:24.581Z Checking publicsuffix v2.2.3
20122024-12-18T19:07:24.758Z Checking resolv-conf v0.7.0
20132024-12-18T19:07:24.813Z Checking tokio-rustls v0.25.0
20142024-12-18T19:07:24.828Z Checking heapless v0.7.17
20152024-12-18T19:07:25.079Z Checking hickory-proto v0.24.1
20162024-12-18T19:07:25.092Z Checking usdt v0.5.0
20172024-12-18T19:07:25.176Z Checking group v0.13.0
20182024-12-18T19:07:25.327Z Checking slog-term v2.9.1
20192024-12-18T19:07:25.329Z Checking tokio-rustls v0.26.0
20202024-12-18T19:07:25.414Z Checking num-iter v0.1.45
20212024-12-18T19:07:25.577Z Checking futures v0.3.31
20222024-12-18T19:07:25.669Z Checking slog-bunyan v2.5.0
20232024-12-18T19:07:25.686Z Checking tokio-native-tls v0.3.1
20242024-12-18T19:07:25.720Z Checking rayon-core v1.12.1
20252024-12-18T19:07:25.825Z Checking multer v3.1.0
20262024-12-18T19:07:25.825Z Checking terminal_size v0.4.0
20272024-12-18T19:07:25.840Z Checking phf_shared v0.11.2
20282024-12-18T19:07:25.939Z Checking cookie v0.18.1
20292024-12-18T19:07:25.995Z Checking async-stream v0.3.6
20302024-12-18T19:07:26.121Z Checking bzip2-sys v0.1.11+1.0.8
20312024-12-18T19:07:26.140Z Checking signal-hook v0.3.17
20322024-12-18T19:07:26.187Z Checking camino v1.1.9
20332024-12-18T19:07:26.203Z Checking waitgroup v0.1.2
20342024-12-18T19:07:26.250Z Checking openapiv3 v2.0.0
20352024-12-18T19:07:26.336Z Checking webpki-roots v0.26.6
20362024-12-18T19:07:26.368Z Checking serde_path_to_error v0.1.16
20372024-12-18T19:07:26.383Z Checking idna v0.5.0
20382024-12-18T19:07:26.469Z Checking hkdf v0.12.4
20392024-12-18T19:07:26.542Z Checking crypto-bigint v0.5.5
20402024-12-18T19:07:26.668Z Checking hostname v0.4.0
20412024-12-18T19:07:26.741Z Checking crc32fast v1.4.2
20422024-12-18T19:07:26.804Z Checking managed v0.8.0
20432024-12-18T19:07:26.933Z Checking strsim v0.11.1
20442024-12-18T19:07:26.967Z Checking debug-ignore v1.0.5
20452024-12-18T19:07:27.103Z Checking bitflags v1.3.2
20462024-12-18T19:07:27.172Z Checking unicode-width v0.1.14
20472024-12-18T19:07:27.202Z Checking winnow v0.5.40
20482024-12-18T19:07:27.218Z Checking clap_lex v0.7.2
20492024-12-18T19:07:27.232Z Checking cookie_store v0.21.0
20502024-12-18T19:07:27.469Z Checking clap_builder v4.5.21
20512024-12-18T19:07:27.667Z Checking console v0.15.8
20522024-12-18T19:07:27.929Z Checking smoltcp v0.9.1
20532024-12-18T19:07:28.249Z Checking flate2 v1.0.34
20542024-12-18T19:07:28.927Z Checking hyper-rustls v0.27.3
20552024-12-18T19:07:29.266Z Checking signal-hook-mio v0.2.4
20562024-12-18T19:07:29.317Z Checking backtrace v0.3.74
20572024-12-18T19:07:29.377Z Checking elliptic-curve v0.13.8
20582024-12-18T19:07:29.407Z Checking rayon v1.10.0
20592024-12-18T19:07:29.433Z Checking bzip2 v0.4.4
20602024-12-18T19:07:29.689Z Checking dropshot v0.12.0
20612024-12-18T19:07:29.709Z Checking hyper-tls v0.6.0
20622024-12-18T19:07:29.747Z Checking hickory-resolver v0.24.1
20632024-12-18T19:07:29.871Z Checking anyhow v1.0.93
20642024-12-18T19:07:29.990Z Checking phf v0.11.2
20652024-12-18T19:07:30.005Z Checking num-bigint-dig v0.8.4
20662024-12-18T19:07:30.206Z Checking toml_edit v0.19.15
20672024-12-18T19:07:30.243Z Checking postgres-types v0.2.8
20682024-12-18T19:07:30.245Z Checking tokio-tungstenite v0.24.0
20692024-12-18T19:07:30.504Z Checking regex v1.11.1
20702024-12-18T19:07:30.719Z Checking bstr v1.10.0
20712024-12-18T19:07:30.957Z Checking ed25519 v2.2.3
20722024-12-18T19:07:31.143Z Checking tokio-stream v0.1.16
20732024-12-18T19:07:31.252Z Checking phf_shared v0.10.0
20742024-12-18T19:07:31.352Z Checking zerocopy v0.6.6
20752024-12-18T19:07:31.536Z Checking curve25519-dalek v4.1.3
20762024-12-18T19:07:31.650Z Checking pkcs1 v0.7.5
20772024-12-18T19:07:32.016Z Checking hubpack v0.1.2
20782024-12-18T19:07:32.055Z Checking portable-atomic v1.9.0
20792024-12-18T19:07:32.082Z Checking float-cmp v0.9.0
20802024-12-18T19:07:32.124Z Checking serde-big-array v0.5.1
20812024-12-18T19:07:32.265Z Checking rfc6979 v0.4.0
20822024-12-18T19:07:32.342Z Checking sync_wrapper v1.0.1
20832024-12-18T19:07:32.356Z Checking unicode-segmentation v1.12.0
20842024-12-18T19:07:32.440Z Checking precomputed-hash v0.1.1
20852024-12-18T19:07:32.492Z Checking whoami v1.5.2
20862024-12-18T19:07:32.551Z Checking predicates-core v1.0.8
20872024-12-18T19:07:32.600Z Checking bit-vec v0.6.3
20882024-12-18T19:07:32.731Z Checking number_prefix v0.4.0
20892024-12-18T19:07:32.788Z Checking minimal-lexical v0.2.1
20902024-12-18T19:07:32.916Z Checking difflib v0.4.0
20912024-12-18T19:07:32.938Z Checking fixedbitset v0.4.2
20922024-12-18T19:07:33.066Z Checking new_debug_unreachable v1.0.6
20932024-12-18T19:07:33.094Z Checking static_assertions v1.1.0
20942024-12-18T19:07:33.097Z Checking unicode-width v0.2.0
20952024-12-18T19:07:33.178Z Checking normalize-line-endings v0.3.0
20962024-12-18T19:07:33.194Z Checking petgraph v0.6.5
20972024-12-18T19:07:33.210Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20982024-12-18T19:07:33.225Z Checking nom v7.1.3
20992024-12-18T19:07:33.241Z Checking string_cache v0.8.7
21002024-12-18T19:07:33.287Z Checking predicates v3.1.2
21012024-12-18T19:07:33.289Z Checking qorb v0.2.1
21022024-12-18T19:07:33.388Z Checking ed25519-dalek v2.1.1
21032024-12-18T19:07:33.490Z Checking similar v2.6.0
21042024-12-18T19:07:33.533Z Checking indicatif v0.17.9
21052024-12-18T19:07:33.791Z Checking bit-set v0.5.3
21062024-12-18T19:07:33.969Z Checking tokio-postgres v0.7.12
21072024-12-18T19:07:34.060Z Checking toml v0.7.8
21082024-12-18T19:07:34.304Z Checking reqwest v0.12.9
21092024-12-18T19:07:34.340Z Checking ecdsa v0.16.9
21102024-12-18T19:07:34.813Z Checking rsa v0.9.6
21112024-12-18T19:07:35.063Z Checking clap v4.5.21
21122024-12-18T19:07:35.191Z Checking zip v0.6.6
21132024-12-18T19:07:35.836Z Checking crossterm v0.28.1
21142024-12-18T19:07:35.873Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21152024-12-18T19:07:35.890Z Checking itertools v0.10.5
21162024-12-18T19:07:35.909Z Checking fs-err v2.11.0
21172024-12-18T19:07:35.988Z Checking ahash v0.8.11
21182024-12-18T19:07:36.188Z Checking x509-cert v0.2.5
21192024-12-18T19:07:36.434Z Checking semver v1.0.23
21202024-12-18T19:07:36.479Z Checking hex v0.4.3
21212024-12-18T19:07:36.532Z Checking heck v0.4.1
21222024-12-18T19:07:36.741Z Checking lalrpop-util v0.19.12
21232024-12-18T19:07:36.854Z Checking peg-runtime v0.8.3
21242024-12-18T19:07:37.001Z Checking sigpipe v0.1.3
21252024-12-18T19:07:38.051Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21262024-12-18T19:07:38.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.87s
21272024-12-18T19:07:38.511Z
21282024-12-18T19:07:38.511Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174)
21292024-12-18T19:07:39.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302024-12-18T19:07:39.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312024-12-18T19:07:39.156Z Compiling hashbrown v0.14.5
21322024-12-18T19:07:39.274Z Checking heck v0.5.0
21332024-12-18T19:07:39.285Z Compiling unsafe-libyaml v0.2.11
21342024-12-18T19:07:39.300Z Compiling ident_case v1.0.1
21352024-12-18T19:07:39.302Z Checking progenitor-client v0.8.0
21362024-12-18T19:07:39.328Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21372024-12-18T19:07:39.343Z Compiling proc-macro-crate v1.3.1
21382024-12-18T19:07:39.434Z Compiling darling_core v0.20.10
21392024-12-18T19:07:39.469Z Checking ipnetwork v0.20.0
21402024-12-18T19:07:39.662Z Compiling structmeta-derive v0.3.0
21412024-12-18T19:07:39.680Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21422024-12-18T19:07:39.841Z Compiling newtype-uuid v1.1.3
21432024-12-18T19:07:39.993Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21442024-12-18T19:07:40.154Z Compiling lzma-sys v0.1.20
21452024-12-18T19:07:40.334Z Compiling foreign-types-macros v0.2.3
21462024-12-18T19:07:40.393Z Compiling num_enum_derive v0.5.11
21472024-12-18T19:07:40.425Z Checking regress v0.10.1
21482024-12-18T19:07:40.899Z Compiling serde_yaml v0.9.34+deprecated
21492024-12-18T19:07:41.156Z Compiling dropshot v0.13.0
21502024-12-18T19:07:41.440Z Checking foreign-types-shared v0.3.1
21512024-12-18T19:07:41.553Z Checking arc-swap v1.7.1
21522024-12-18T19:07:41.590Z Checking foreign-types v0.5.0
21532024-12-18T19:07:41.809Z Compiling proc-macro-error v1.0.4
21542024-12-18T19:07:41.975Z Checking slog-scope v4.4.0
21552024-12-18T19:07:42.566Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21562024-12-18T19:07:42.588Z Compiling structmeta v0.3.0
21572024-12-18T19:07:42.654Z Checking tungstenite v0.21.0
21582024-12-18T19:07:42.676Z Compiling heck v0.3.3
21592024-12-18T19:07:42.949Z Checking num_enum v0.5.11
21602024-12-18T19:07:43.014Z Compiling parse-display-derive v0.10.0
21612024-12-18T19:07:43.089Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21622024-12-18T19:07:43.108Z Compiling dropshot_endpoint v0.13.0
21632024-12-18T19:07:43.593Z Checking cstr-argument v0.1.2
21642024-12-18T19:07:43.772Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-12-18T19:07:43.924Z Checking instant v0.1.13
21662024-12-18T19:07:43.946Z Checking typify-impl v0.2.0
21672024-12-18T19:07:44.040Z Checking pretty-hex v0.2.1
21682024-12-18T19:07:44.574Z Checking base64 v0.21.7
21692024-12-18T19:07:45.072Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21702024-12-18T19:07:45.090Z Checking fastrand v2.1.1
21712024-12-18T19:07:45.371Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722024-12-18T19:07:45.411Z Checking tempfile v3.13.0
21732024-12-18T19:07:45.516Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21742024-12-18T19:07:45.613Z Checking backoff v0.4.0
21752024-12-18T19:07:45.769Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21762024-12-18T19:07:45.798Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21772024-12-18T19:07:45.923Z Checking tokio-tungstenite v0.21.0
21782024-12-18T19:07:45.926Z Checking strum v0.26.3
21792024-12-18T19:07:46.077Z Compiling zone_cfg_derive v0.1.2
21802024-12-18T19:07:46.097Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21812024-12-18T19:07:46.425Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21822024-12-18T19:07:46.425Z Compiling darling_macro v0.20.10
21832024-12-18T19:07:46.456Z Checking slog-stdlog v4.1.1
21842024-12-18T19:07:46.664Z Checking regress v0.9.1
21852024-12-18T19:07:46.784Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21862024-12-18T19:07:46.829Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21872024-12-18T19:07:46.928Z Checking colored v2.1.0
21882024-12-18T19:07:47.101Z Checking macaddr v1.0.1
21892024-12-18T19:07:47.213Z Checking base64 v0.13.1
21902024-12-18T19:07:47.380Z Compiling darling v0.20.10
21912024-12-18T19:07:47.507Z Compiling serde_with_macros v3.11.0
21922024-12-18T19:07:47.571Z Checking zone v0.1.8
21932024-12-18T19:07:47.585Z Checking ron v0.7.1
21942024-12-18T19:07:47.667Z Checking parse-display v0.10.0
21952024-12-18T19:07:47.911Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21962024-12-18T19:07:48.271Z Checking xz2 v0.1.7
21972024-12-18T19:07:48.407Z Checking slog-envlogger v2.2.0
21982024-12-18T19:07:48.574Z Checking tabwriter v1.4.0
21992024-12-18T19:07:48.616Z Checking xattr v1.3.1
22002024-12-18T19:07:48.741Z Checking pem v3.0.4
22012024-12-18T19:07:48.800Z Checking yasna v0.5.2
22022024-12-18T19:07:48.803Z Checking headers-core v0.3.0
22032024-12-18T19:07:48.956Z Checking smf v0.2.3
22042024-12-18T19:07:48.995Z Checking filetime v0.2.25
22052024-12-18T19:07:49.208Z Checking same-file v1.0.6
22062024-12-18T19:07:49.344Z Checking tar v0.4.42
22072024-12-18T19:07:49.426Z Checking walkdir v2.5.0
22082024-12-18T19:07:49.467Z Checking headers v0.4.0
22092024-12-18T19:07:49.704Z Checking atomicwrites v0.4.4
22102024-12-18T19:07:49.721Z Checking rcgen v0.12.1
22112024-12-18T19:07:49.905Z Checking camino-tempfile v1.1.1
22122024-12-18T19:07:50.117Z Checking subprocess v0.2.9
22132024-12-18T19:07:50.426Z Checking serde_with v3.11.0
22142024-12-18T19:07:54.188Z Compiling typify-macro v0.2.0
22152024-12-18T19:07:56.034Z Compiling typify v0.2.0
22162024-12-18T19:07:56.104Z Compiling progenitor-impl v0.8.0
22172024-12-18T19:07:59.228Z Compiling progenitor-macro v0.8.0
22182024-12-18T19:08:03.922Z Checking progenitor v0.8.0
22192024-12-18T19:08:04.073Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22202024-12-18T19:08:04.077Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22212024-12-18T19:08:06.729Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22222024-12-18T19:08:07.070Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22232024-12-18T19:08:13.273Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22242024-12-18T19:08:14.835Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22252024-12-18T19:08:16.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.55s
22262024-12-18T19:08:16.239Z
22272024-12-18T19:08:16.239Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174)
22282024-12-18T19:08:16.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-12-18T19:08:16.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-12-18T19:08:16.881Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22312024-12-18T19:08:18.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
22322024-12-18T19:08:18.445Z
22332024-12-18T19:08:18.445Zinfo: running `cargo check --bins` on nexus-config (31/174)
22342024-12-18T19:08:18.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-12-18T19:08:18.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-12-18T19:08:18.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-12-18T19:08:18.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22382024-12-18T19:08:19.052Z
22392024-12-18T19:08:19.052Zinfo: running `cargo check --bins` on omicron-rpaths (32/174)
22402024-12-18T19:08:19.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-12-18T19:08:19.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-12-18T19:08:19.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-12-18T19:08:19.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22442024-12-18T19:08:19.652Z
22452024-12-18T19:08:19.652Zinfo: running `cargo check --bins` on omicron-certificates (33/174)
22462024-12-18T19:08:20.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-12-18T19:08:20.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-12-18T19:08:20.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492024-12-18T19:08:20.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22502024-12-18T19:08:20.262Z
22512024-12-18T19:08:20.262Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/174)
22522024-12-18T19:08:20.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532024-12-18T19:08:20.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542024-12-18T19:08:20.931Z Compiling zerocopy v0.8.10
22552024-12-18T19:08:20.931Z Compiling progenitor-client v0.8.0
22562024-12-18T19:08:20.931Z Compiling itertools v0.13.0
22572024-12-18T19:08:20.934Z Compiling zerocopy-derive v0.8.10
22582024-12-18T19:08:20.934Z Compiling heapless v0.8.0
22592024-12-18T19:08:20.934Z Compiling newtype-uuid v1.1.3
22602024-12-18T19:08:20.934Z Compiling ipnetwork v0.20.0
22612024-12-18T19:08:20.934Z Checking hash32 v0.3.1
22622024-12-18T19:08:21.258Z Compiling instant v0.1.13
22632024-12-18T19:08:21.353Z Compiling smoltcp v0.11.0
22642024-12-18T19:08:21.393Z Compiling backoff v0.4.0
22652024-12-18T19:08:21.543Z Compiling progenitor v0.8.0
22662024-12-18T19:08:21.736Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22672024-12-18T19:08:21.799Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22682024-12-18T19:08:21.919Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692024-12-18T19:08:21.997Z Compiling dropshot v0.13.0
22702024-12-18T19:08:22.046Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712024-12-18T19:08:22.227Z Compiling serde_with v3.11.0
22722024-12-18T19:08:22.272Z Compiling parse-display v0.10.0
22732024-12-18T19:08:22.521Z Checking num-rational v0.4.2
22742024-12-18T19:08:22.787Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22752024-12-18T19:08:22.944Z Compiling regress v0.9.1
22762024-12-18T19:08:23.211Z Compiling phf_generator v0.11.2
22772024-12-18T19:08:23.403Z Checking num-complex v0.4.6
22782024-12-18T19:08:24.222Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22792024-12-18T19:08:24.727Z Compiling macaddr v1.0.1
22802024-12-18T19:08:25.195Z Checking cobs v0.2.3
22812024-12-18T19:08:25.386Z Checking postcard v1.0.10
22822024-12-18T19:08:25.421Z Compiling num v0.4.3
22832024-12-18T19:08:25.645Z Compiling phf_codegen v0.11.2
22842024-12-18T19:08:25.946Z Compiling parse-zoneinfo v0.3.1
22852024-12-18T19:08:26.297Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862024-12-18T19:08:26.581Z Compiling float-ord v0.3.2
22872024-12-18T19:08:26.750Z Compiling convert_case v0.4.0
22882024-12-18T19:08:27.156Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22892024-12-18T19:08:27.315Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22902024-12-18T19:08:27.884Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22912024-12-18T19:08:27.942Z Compiling derive_more v0.99.18
22922024-12-18T19:08:28.128Z Compiling chrono-tz-build v0.4.0
22932024-12-18T19:08:28.891Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22942024-12-18T19:08:29.610Z Compiling thiserror v2.0.3
22952024-12-18T19:08:29.834Z Compiling crucible-workspace-hack v0.1.0
22962024-12-18T19:08:30.039Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22972024-12-18T19:08:30.123Z Compiling chrono-tz v0.10.0
22982024-12-18T19:08:30.342Z Checking newline-converter v0.3.0
22992024-12-18T19:08:30.596Z Checking prettyplease v0.2.25
23002024-12-18T19:08:30.745Z Compiling thiserror-impl v2.0.3
23012024-12-18T19:08:31.328Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23022024-12-18T19:08:31.539Z Compiling slog-dtrace v0.3.0
23032024-12-18T19:08:31.609Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23042024-12-18T19:08:31.709Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23052024-12-18T19:08:32.069Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23062024-12-18T19:08:32.739Z Checking expectorate v1.1.0
23072024-12-18T19:08:32.905Z Compiling zone_cfg_derive v0.3.0
23082024-12-18T19:08:33.111Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23092024-12-18T19:08:33.135Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23102024-12-18T19:08:33.459Z Compiling const_format_proc_macros v0.2.33
23112024-12-18T19:08:33.834Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23122024-12-18T19:08:34.293Z Compiling num-derive v0.4.2
23132024-12-18T19:08:34.315Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23142024-12-18T19:08:34.455Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23152024-12-18T19:08:34.648Z Checking highway v1.2.0
23162024-12-18T19:08:34.755Z Checking zone v0.3.0
23172024-12-18T19:08:34.993Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23182024-12-18T19:08:35.071Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23192024-12-18T19:08:35.609Z Checking const_format v0.2.33
23202024-12-18T19:08:35.774Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23212024-12-18T19:08:35.792Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23222024-12-18T19:08:35.946Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23232024-12-18T19:08:36.084Z Checking gethostname v0.5.0
23242024-12-18T19:08:36.212Z Checking bcs v0.1.6
23252024-12-18T19:08:36.551Z Compiling async-recursion v1.1.1
23262024-12-18T19:08:36.612Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23272024-12-18T19:08:37.392Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23282024-12-18T19:08:38.147Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23292024-12-18T19:08:43.650Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23302024-12-18T19:08:46.945Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23312024-12-18T19:08:49.553Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23322024-12-18T19:08:50.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.51s
23332024-12-18T19:08:50.951Z
23342024-12-18T19:08:50.951Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/174)
23352024-12-18T19:08:51.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-12-18T19:08:51.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-12-18T19:08:51.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-12-18T19:08:51.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23392024-12-18T19:08:51.574Z
23402024-12-18T19:08:51.574Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/174)
23412024-12-18T19:08:52.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-12-18T19:08:52.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-12-18T19:08:52.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-12-18T19:08:52.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23452024-12-18T19:08:52.193Z
23462024-12-18T19:08:52.193Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/174)
23472024-12-18T19:08:52.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-12-18T19:08:52.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-12-18T19:08:52.833Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23502024-12-18T19:08:53.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23512024-12-18T19:08:53.636Z
23522024-12-18T19:08:53.636Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174)
23532024-12-18T19:08:54.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-12-18T19:08:54.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-12-18T19:08:54.287Z Compiling cfg_aliases v0.1.1
23562024-12-18T19:08:54.289Z Compiling vte_generate_state_changes v0.1.2
23572024-12-18T19:08:54.289Z Checking fd-lock v4.0.2
23582024-12-18T19:08:54.397Z Checking nibble_vec v0.1.0
23592024-12-18T19:08:54.403Z Checking bytecount v0.6.8
23602024-12-18T19:08:54.406Z Checking endian-type v0.1.2
23612024-12-18T19:08:54.419Z Compiling tabled_derive v0.7.0
23622024-12-18T19:08:54.430Z Checking itertools v0.12.1
23632024-12-18T19:08:54.464Z Compiling nix v0.28.0
23642024-12-18T19:08:54.536Z Checking papergrid v0.11.0
23652024-12-18T19:08:54.559Z Compiling peg-macros v0.8.4
23662024-12-18T19:08:54.575Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23672024-12-18T19:08:54.611Z Checking radix_trie v0.2.1
23682024-12-18T19:08:54.989Z Checking vte v0.11.1
23692024-12-18T19:08:54.992Z Compiling sqlparser_derive v0.2.2
23702024-12-18T19:08:55.672Z Checking home v0.5.9
23712024-12-18T19:08:55.817Z Checking unicode_categories v0.1.1
23722024-12-18T19:08:55.978Z Checking nu-ansi-term v0.50.1
23732024-12-18T19:08:56.077Z Checking sqlparser v0.45.0
23742024-12-18T19:08:56.111Z Checking sqlformat v0.2.6
23752024-12-18T19:08:56.370Z Checking strip-ansi-escapes v0.2.0
23762024-12-18T19:08:56.390Z Checking display-error-chain v0.2.2
23772024-12-18T19:08:56.906Z Checking tabled v0.15.0
23782024-12-18T19:08:56.963Z Checking reedline v0.35.0
23792024-12-18T19:08:57.694Z Checking peg v0.8.4
23802024-12-18T19:08:57.748Z Checking rustyline v14.0.0
23812024-12-18T19:09:06.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.18s
23822024-12-18T19:09:06.984Z
23832024-12-18T19:09:06.984Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174)
23842024-12-18T19:09:07.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-12-18T19:09:07.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-12-18T19:09:07.647Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23872024-12-18T19:09:12.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
23882024-12-18T19:09:12.791Z
23892024-12-18T19:09:12.791Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174)
23902024-12-18T19:09:13.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-12-18T19:09:13.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-12-18T19:09:13.443Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-12-18T19:09:17.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
23942024-12-18T19:09:17.323Z
23952024-12-18T19:09:17.323Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174)
23962024-12-18T19:09:17.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-12-18T19:09:17.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-12-18T19:09:17.970Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-12-18T19:09:22.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
24002024-12-18T19:09:22.803Z
24012024-12-18T19:09:22.803Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174)
24022024-12-18T19:09:23.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-12-18T19:09:23.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-12-18T19:09:23.460Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-12-18T19:09:28.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
24062024-12-18T19:09:28.368Z
24072024-12-18T19:09:28.368Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174)
24082024-12-18T19:09:28.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-12-18T19:09:28.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-12-18T19:09:29.027Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-12-18T19:09:32.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
24122024-12-18T19:09:33.062Z
24132024-12-18T19:09:33.062Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174)
24142024-12-18T19:09:33.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-12-18T19:09:33.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-12-18T19:09:33.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-12-18T19:09:37.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
24182024-12-18T19:09:37.840Z
24192024-12-18T19:09:37.840Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174)
24202024-12-18T19:09:38.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-12-18T19:09:38.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-12-18T19:09:38.490Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24232024-12-18T19:09:43.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
24242024-12-18T19:09:43.594Z
24252024-12-18T19:09:43.594Zinfo: running `cargo check --bins` on oximeter (46/174)
24262024-12-18T19:09:44.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-12-18T19:09:44.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-12-18T19:09:44.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-12-18T19:09:44.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24302024-12-18T19:09:44.210Z
24312024-12-18T19:09:44.210Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/174)
24322024-12-18T19:09:44.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-12-18T19:09:44.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-12-18T19:09:44.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-12-18T19:09:44.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24362024-12-18T19:09:44.809Z
24372024-12-18T19:09:44.809Zinfo: running `cargo check --bins` on oximeter-schema (48/174)
24382024-12-18T19:09:45.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-12-18T19:09:45.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-12-18T19:09:45.431Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24412024-12-18T19:09:45.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
24422024-12-18T19:09:46.035Z
24432024-12-18T19:09:46.035Zinfo: running `cargo check --bins` on oximeter-types (49/174)
24442024-12-18T19:09:46.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-12-18T19:09:46.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-12-18T19:09:46.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-12-18T19:09:46.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24482024-12-18T19:09:46.646Z
24492024-12-18T19:09:46.646Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/174)
24502024-12-18T19:09:47.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-12-18T19:09:47.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-12-18T19:09:47.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-12-18T19:09:47.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24542024-12-18T19:09:47.259Z
24552024-12-18T19:09:47.259Zinfo: running `cargo check --bins` on oxql-types (51/174)
24562024-12-18T19:09:47.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-12-18T19:09:47.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-12-18T19:09:47.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-12-18T19:09:47.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24602024-12-18T19:09:47.876Z
24612024-12-18T19:09:47.876Zinfo: running `cargo check --bins` on oximeter-test-utils (52/174)
24622024-12-18T19:09:48.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-12-18T19:09:48.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-12-18T19:09:48.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-12-18T19:09:48.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24662024-12-18T19:09:48.519Z
24672024-12-18T19:09:48.520Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/174)
24682024-12-18T19:09:49.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-12-18T19:09:49.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-12-18T19:09:49.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-12-18T19:09:49.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24722024-12-18T19:09:49.146Z
24732024-12-18T19:09:49.146Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/174)
24742024-12-18T19:09:49.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-12-18T19:09:49.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-12-18T19:09:49.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-12-18T19:09:49.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24782024-12-18T19:09:49.781Z
24792024-12-18T19:09:49.781Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174)
24802024-12-18T19:09:50.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-12-18T19:09:50.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-12-18T19:09:50.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-12-18T19:09:50.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24842024-12-18T19:09:50.397Z
24852024-12-18T19:09:50.397Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/174)
24862024-12-18T19:09:50.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-12-18T19:09:50.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-12-18T19:09:50.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-12-18T19:09:50.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24902024-12-18T19:09:51.010Z
24912024-12-18T19:09:51.010Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/174)
24922024-12-18T19:09:51.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-12-18T19:09:51.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-12-18T19:09:51.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-12-18T19:09:51.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24962024-12-18T19:09:51.638Z
24972024-12-18T19:09:51.638Zinfo: running `cargo check --bins` on cockroach-admin-client (58/174)
24982024-12-18T19:09:52.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-12-18T19:09:52.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-12-18T19:09:52.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-12-18T19:09:52.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25022024-12-18T19:09:52.242Z
25032024-12-18T19:09:52.242Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/174)
25042024-12-18T19:09:52.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-12-18T19:09:52.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-12-18T19:09:52.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-12-18T19:09:52.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25082024-12-18T19:09:52.873Z
25092024-12-18T19:09:52.873Zinfo: running `cargo check --bins` on dns-service-client (60/174)
25102024-12-18T19:09:53.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-12-18T19:09:53.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-12-18T19:09:53.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-12-18T19:09:53.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25142024-12-18T19:09:53.489Z
25152024-12-18T19:09:53.489Zinfo: running `cargo check --bins` on internal-dns-types (61/174)
25162024-12-18T19:09:54.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-12-18T19:09:54.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-12-18T19:09:54.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-12-18T19:09:54.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25202024-12-18T19:09:54.105Z
25212024-12-18T19:09:54.105Zinfo: running `cargo check --bins` on dpd-client (62/174)
25222024-12-18T19:09:54.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-12-18T19:09:54.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-12-18T19:09:54.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-12-18T19:09:54.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25262024-12-18T19:09:54.712Z
25272024-12-18T19:09:54.712Zinfo: running `cargo check --bins` on gateway-client (63/174)
25282024-12-18T19:09:55.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-12-18T19:09:55.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-12-18T19:09:55.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-12-18T19:09:55.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25322024-12-18T19:09:55.318Z
25332024-12-18T19:09:55.318Zinfo: running `cargo check --bins` on installinator-client (64/174)
25342024-12-18T19:09:55.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-12-18T19:09:55.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-12-18T19:09:55.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-12-18T19:09:55.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25382024-12-18T19:09:55.950Z
25392024-12-18T19:09:55.950Zinfo: running `cargo check --bins` on installinator-common (65/174)
25402024-12-18T19:09:56.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-12-18T19:09:56.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-12-18T19:09:56.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-12-18T19:09:56.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25442024-12-18T19:09:56.591Z
25452024-12-18T19:09:56.591Zinfo: running `cargo check --bins` on update-engine (66/174)
25462024-12-18T19:09:57.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-12-18T19:09:57.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-12-18T19:09:57.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-12-18T19:09:57.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25502024-12-18T19:09:57.203Z
25512024-12-18T19:09:57.203Zinfo: running `cargo check --bins` on nexus-client (67/174)
25522024-12-18T19:09:57.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-12-18T19:09:57.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-12-18T19:09:57.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-12-18T19:09:57.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25562024-12-18T19:09:57.854Z
25572024-12-18T19:09:57.854Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/174)
25582024-12-18T19:09:58.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-12-18T19:09:58.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-12-18T19:09:58.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-12-18T19:09:58.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25622024-12-18T19:09:58.487Z
25632024-12-18T19:09:58.487Zinfo: running `cargo check --bins` on omicron-passwords (69/174)
25642024-12-18T19:09:59.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-12-18T19:09:59.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-12-18T19:09:59.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-12-18T19:09:59.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25682024-12-18T19:09:59.096Z
25692024-12-18T19:09:59.096Zinfo: running `cargo check --bins` on nexus-types (70/174)
25702024-12-18T19:09:59.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-12-18T19:09:59.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-12-18T19:09:59.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-12-18T19:09:59.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25742024-12-18T19:09:59.741Z
25752024-12-18T19:09:59.741Zinfo: running `cargo check --bins` on oxide-client (71/174)
25762024-12-18T19:10:00.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-12-18T19:10:00.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-12-18T19:10:00.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-12-18T19:10:00.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25802024-12-18T19:10:00.344Z
25812024-12-18T19:10:00.344Zinfo: running `cargo check --bins` on oximeter-client (72/174)
25822024-12-18T19:10:00.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-12-18T19:10:00.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-12-18T19:10:00.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-12-18T19:10:00.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25862024-12-18T19:10:00.959Z
25872024-12-18T19:10:00.959Zinfo: running `cargo check --bins` on repo-depot-client (73/174)
25882024-12-18T19:10:01.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-12-18T19:10:01.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-12-18T19:10:01.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-12-18T19:10:01.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25922024-12-18T19:10:01.562Z
25932024-12-18T19:10:01.562Zinfo: running `cargo check --bins` on sled-agent-client (74/174)
25942024-12-18T19:10:02.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-12-18T19:10:02.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-12-18T19:10:02.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-12-18T19:10:02.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25982024-12-18T19:10:02.190Z
25992024-12-18T19:10:02.190Zinfo: running `cargo check --bins` on wicketd-client (75/174)
26002024-12-18T19:10:02.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-12-18T19:10:02.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-12-18T19:10:02.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-12-18T19:10:02.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26042024-12-18T19:10:02.844Z
26052024-12-18T19:10:02.844Zinfo: running `cargo check --bins` on sled-agent-types (76/174)
26062024-12-18T19:10:03.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-12-18T19:10:03.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-12-18T19:10:03.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-12-18T19:10:03.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26102024-12-18T19:10:03.493Z
26112024-12-18T19:10:03.493Zinfo: running `cargo check --bins` on wicket-common (77/174)
26122024-12-18T19:10:04.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-12-18T19:10:04.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-12-18T19:10:04.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-12-18T19:10:04.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26162024-12-18T19:10:04.135Z
26172024-12-18T19:10:04.135Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/174)
26182024-12-18T19:10:04.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-12-18T19:10:04.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-12-18T19:10:04.785Z Checking csv-core v0.1.11
26212024-12-18T19:10:04.785Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26222024-12-18T19:10:04.788Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26232024-12-18T19:10:05.095Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26242024-12-18T19:10:05.111Z Checking csv v1.3.0
26252024-12-18T19:10:05.637Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26262024-12-18T19:10:05.973Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26272024-12-18T19:10:07.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
26282024-12-18T19:10:07.409Z
26292024-12-18T19:10:07.409Zinfo: running `cargo check --bins` on cockroach-admin-api (79/174)
26302024-12-18T19:10:07.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-12-18T19:10:07.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-12-18T19:10:07.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-12-18T19:10:07.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26342024-12-18T19:10:08.038Z
26352024-12-18T19:10:08.038Zinfo: running `cargo check --bins` on cockroach-admin-types (80/174)
26362024-12-18T19:10:08.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-12-18T19:10:08.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-12-18T19:10:08.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-12-18T19:10:08.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26402024-12-18T19:10:08.661Z
26412024-12-18T19:10:08.661Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174)
26422024-12-18T19:10:09.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-12-18T19:10:09.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-12-18T19:10:09.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-12-18T19:10:09.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26462024-12-18T19:10:09.392Z
26472024-12-18T19:10:09.392Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174)
26482024-12-18T19:10:10.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-12-18T19:10:10.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-12-18T19:10:10.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-12-18T19:10:10.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26522024-12-18T19:10:10.110Z
26532024-12-18T19:10:10.110Zinfo: running `cargo check --bins` on dns-server (83/174)
26542024-12-18T19:10:10.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-12-18T19:10:10.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-12-18T19:10:10.751Z Compiling parking_lot_core v0.8.6
26572024-12-18T19:10:10.751Z Checking fxhash v0.2.1
26582024-12-18T19:10:10.754Z Checking hickory-server v0.24.1
26592024-12-18T19:10:10.754Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26602024-12-18T19:10:10.754Z Checking hickory-client v0.24.1
26612024-12-18T19:10:11.464Z Checking parking_lot v0.11.2
26622024-12-18T19:10:11.544Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26632024-12-18T19:10:11.547Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26642024-12-18T19:10:11.691Z Checking sled v0.34.7
26652024-12-18T19:10:13.441Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26662024-12-18T19:10:14.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
26672024-12-18T19:10:14.861Z
26682024-12-18T19:10:14.861Zinfo: running `cargo check --bins` on dns-server-api (84/174)
26692024-12-18T19:10:15.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-12-18T19:10:15.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-12-18T19:10:15.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-12-18T19:10:15.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26732024-12-18T19:10:15.482Z
26742024-12-18T19:10:15.482Zinfo: running `cargo check --bins` on gateway-test-utils (85/174)
26752024-12-18T19:10:16.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-12-18T19:10:16.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-12-18T19:10:16.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-12-18T19:10:16.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26792024-12-18T19:10:16.155Z
26802024-12-18T19:10:16.155Zinfo: running `cargo check --bins` on gateway-types (86/174)
26812024-12-18T19:10:16.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-12-18T19:10:16.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-12-18T19:10:16.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-12-18T19:10:16.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26852024-12-18T19:10:16.772Z
26862024-12-18T19:10:16.772Zinfo: running `cargo check --bins` on ipcc (87/174)
26872024-12-18T19:10:17.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-12-18T19:10:17.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-12-18T19:10:17.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-12-18T19:10:17.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26912024-12-18T19:10:17.384Z
26922024-12-18T19:10:17.384Zinfo: running `cargo check --bins` on omicron-gateway (88/174)
26932024-12-18T19:10:17.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-12-18T19:10:17.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-12-18T19:10:18.068Z Compiling semver v0.1.20
26962024-12-18T19:10:18.068Z Compiling radium v0.7.0
26972024-12-18T19:10:18.180Z Compiling maybe-uninit v2.0.0
26982024-12-18T19:10:18.180Z Checking tap v1.0.1
26992024-12-18T19:10:18.187Z Checking password-hash v0.5.0
27002024-12-18T19:10:18.193Z Checking blake2 v0.10.6
27012024-12-18T19:10:18.196Z Compiling cancel-safe-futures v0.1.5
27022024-12-18T19:10:18.196Z Checking crc-catalog v2.4.0
27032024-12-18T19:10:18.306Z Checking wyz v0.5.1
27042024-12-18T19:10:18.365Z Checking funty v2.0.0
27052024-12-18T19:10:18.525Z Compiling rustc_version v0.1.7
27062024-12-18T19:10:18.621Z Compiling packed_struct v0.10.1
27072024-12-18T19:10:18.636Z Compiling owo-colors v4.1.0
27082024-12-18T19:10:18.654Z Checking argon2 v0.5.3
27092024-12-18T19:10:18.797Z Checking crc v3.2.1
27102024-12-18T19:10:18.812Z Compiling packed_struct_codegen v0.10.1
27112024-12-18T19:10:18.914Z Checking half v2.4.1
27122024-12-18T19:10:18.985Z Compiling newtype_derive v0.1.6
27132024-12-18T19:10:19.075Z Compiling indexmap v1.9.3
27142024-12-18T19:10:19.158Z Checking nodrop v0.1.14
27152024-12-18T19:10:19.228Z Checking ciborium-io v0.2.2
27162024-12-18T19:10:19.256Z Checking bitvec v1.0.1
27172024-12-18T19:10:19.285Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27182024-12-18T19:10:19.366Z Checking array-init v0.0.4
27192024-12-18T19:10:19.393Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27202024-12-18T19:10:19.424Z Checking ciborium-ll v0.2.2
27212024-12-18T19:10:19.450Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27222024-12-18T19:10:19.590Z Checking smallvec v0.6.14
27232024-12-18T19:10:19.706Z Checking libsw v3.3.1
27242024-12-18T19:10:19.974Z Compiling memoffset v0.9.1
27252024-12-18T19:10:19.977Z Checking indent_write v2.2.0
27262024-12-18T19:10:20.130Z Checking swrite v0.1.0
27272024-12-18T19:10:20.165Z Checking termcolor v1.4.1
27282024-12-18T19:10:20.182Z Checking hashbrown v0.12.3
27292024-12-18T19:10:20.243Z Checking linear-map v1.2.0
27302024-12-18T19:10:20.290Z Checking bitfield v0.14.0
27312024-12-18T19:10:20.393Z Checking serde-hex v0.1.0
27322024-12-18T19:10:20.574Z Checking ron v0.8.1
27332024-12-18T19:10:20.588Z Checking env_logger v0.10.2
27342024-12-18T19:10:20.711Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27352024-12-18T19:10:21.039Z Checking ciborium v0.2.2
27362024-12-18T19:10:21.223Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27372024-12-18T19:10:21.833Z Checking steno v0.4.1
27382024-12-18T19:10:21.911Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27392024-12-18T19:10:21.928Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27402024-12-18T19:10:21.973Z Checking hashbrown v0.13.2
27412024-12-18T19:10:22.182Z Checking humantime v2.1.0
27422024-12-18T19:10:22.356Z Checking crc-any v2.5.0
27432024-12-18T19:10:22.489Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27442024-12-18T19:10:22.704Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27452024-12-18T19:10:22.869Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27462024-12-18T19:10:23.015Z Checking object v0.30.4
27472024-12-18T19:10:23.145Z Checking path-slash v0.1.5
27482024-12-18T19:10:23.299Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27492024-12-18T19:10:23.351Z Checking nix v0.27.1
27502024-12-18T19:10:23.994Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27512024-12-18T19:10:24.273Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27522024-12-18T19:10:24.338Z Checking tungstenite v0.23.0
27532024-12-18T19:10:24.562Z Checking kstat-rs v0.2.4
27542024-12-18T19:10:24.613Z Checking signal-hook-tokio v0.3.1
27552024-12-18T19:10:24.925Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27562024-12-18T19:10:25.303Z Checking tokio-tungstenite v0.23.1
27572024-12-18T19:10:25.603Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27582024-12-18T19:10:25.981Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27592024-12-18T19:10:26.056Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27602024-12-18T19:10:32.530Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27612024-12-18T19:10:33.828Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27622024-12-18T19:10:36.739Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27632024-12-18T19:10:42.318Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27642024-12-18T19:10:43.012Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27652024-12-18T19:10:45.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.41s
27662024-12-18T19:10:45.980Z
27672024-12-18T19:10:45.980Zinfo: running `cargo check --bins` on gateway-api (89/174)
27682024-12-18T19:10:46.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-12-18T19:10:46.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-12-18T19:10:46.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-12-18T19:10:46.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27722024-12-18T19:10:46.596Z
27732024-12-18T19:10:46.596Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174)
27742024-12-18T19:10:47.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-12-18T19:10:47.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-12-18T19:10:47.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-12-18T19:10:47.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27782024-12-18T19:10:47.189Z
27792024-12-18T19:10:47.189Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174)
27802024-12-18T19:10:47.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-12-18T19:10:47.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-12-18T19:10:47.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-12-18T19:10:47.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27842024-12-18T19:10:47.804Z
27852024-12-18T19:10:47.804Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174)
27862024-12-18T19:10:48.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-12-18T19:10:48.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-12-18T19:10:48.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-12-18T19:10:48.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27902024-12-18T19:10:48.420Z
27912024-12-18T19:10:48.420Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174)
27922024-12-18T19:10:48.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-12-18T19:10:48.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-12-18T19:10:48.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-12-18T19:10:48.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27962024-12-18T19:10:49.035Z
27972024-12-18T19:10:49.035Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174)
27982024-12-18T19:10:49.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-12-18T19:10:49.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-12-18T19:10:49.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-12-18T19:10:49.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28022024-12-18T19:10:49.650Z
28032024-12-18T19:10:49.650Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174)
28042024-12-18T19:10:50.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-12-18T19:10:50.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-12-18T19:10:50.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-12-18T19:10:50.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28082024-12-18T19:10:50.265Z
28092024-12-18T19:10:50.265Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174)
28102024-12-18T19:10:50.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-12-18T19:10:50.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-12-18T19:10:50.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-12-18T19:10:50.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28142024-12-18T19:10:50.891Z
28152024-12-18T19:10:50.891Zinfo: running `cargo check --bins` on oximeter-producer (97/174)
28162024-12-18T19:10:51.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-12-18T19:10:51.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-12-18T19:10:51.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-12-18T19:10:51.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28202024-12-18T19:10:51.536Z
28212024-12-18T19:10:51.536Zinfo: running `cargo check --bins` on internal-dns-resolver (98/174)
28222024-12-18T19:10:52.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-12-18T19:10:52.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-12-18T19:10:52.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-12-18T19:10:52.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28262024-12-18T19:10:52.151Z
28272024-12-18T19:10:52.151Zinfo: running `cargo check --bins` on sp-sim (99/174)
28282024-12-18T19:10:52.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-12-18T19:10:52.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-12-18T19:10:52.785Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28312024-12-18T19:10:54.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
28322024-12-18T19:10:54.804Z
28332024-12-18T19:10:54.804Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174)
28342024-12-18T19:10:55.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-12-18T19:10:55.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-12-18T19:10:55.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-12-18T19:10:55.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28382024-12-18T19:10:55.466Z
28392024-12-18T19:10:55.466Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174)
28402024-12-18T19:10:56.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-12-18T19:10:56.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-12-18T19:10:56.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-12-18T19:10:56.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28442024-12-18T19:10:56.141Z
28452024-12-18T19:10:56.141Zinfo: running `cargo check --bins` on db-macros (102/174)
28462024-12-18T19:10:56.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-12-18T19:10:56.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-12-18T19:10:56.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-12-18T19:10:56.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28502024-12-18T19:10:56.750Z
28512024-12-18T19:10:56.750Zinfo: running `cargo check --bins` on nexus-macros-common (103/174)
28522024-12-18T19:10:57.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-12-18T19:10:57.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-12-18T19:10:57.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-12-18T19:10:57.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28562024-12-18T19:10:57.352Z
28572024-12-18T19:10:57.352Zinfo: running `cargo check --bins` on nexus-auth (104/174)
28582024-12-18T19:10:57.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-12-18T19:10:57.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-12-18T19:10:57.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-12-18T19:10:57.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28622024-12-18T19:10:58.005Z
28632024-12-18T19:10:58.005Zinfo: running `cargo check --bins` on authz-macros (105/174)
28642024-12-18T19:10:58.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-12-18T19:10:58.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-12-18T19:10:58.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-12-18T19:10:58.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28682024-12-18T19:10:58.605Z
28692024-12-18T19:10:58.605Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/174)
28702024-12-18T19:10:59.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-12-18T19:10:59.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-12-18T19:10:59.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-12-18T19:10:59.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28742024-12-18T19:10:59.250Z
28752024-12-18T19:10:59.250Zinfo: running `cargo check --bins` on nexus-db-model (107/174)
28762024-12-18T19:10:59.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-12-18T19:10:59.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-12-18T19:10:59.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-12-18T19:10:59.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28802024-12-18T19:10:59.895Z
28812024-12-18T19:10:59.895Zinfo: running `cargo check --bins` on nexus-defaults (108/174)
28822024-12-18T19:11:00.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-12-18T19:11:00.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-12-18T19:11:00.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-12-18T19:11:00.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28862024-12-18T19:11:00.507Z
28872024-12-18T19:11:00.507Zinfo: running `cargo check --bins` on nexus-inventory (109/174)
28882024-12-18T19:11:01.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-12-18T19:11:01.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-12-18T19:11:01.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-12-18T19:11:01.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28922024-12-18T19:11:01.151Z
28932024-12-18T19:11:01.151Zinfo: running `cargo check --bins` on typed-rng (110/174)
28942024-12-18T19:11:01.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-12-18T19:11:01.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-12-18T19:11:01.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-12-18T19:11:01.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28982024-12-18T19:11:01.750Z
28992024-12-18T19:11:01.750Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174)
29002024-12-18T19:11:02.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-12-18T19:11:02.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-12-18T19:11:02.477Z Checking keccak v0.1.5
29032024-12-18T19:11:02.586Z Checking secrecy v0.8.0
29042024-12-18T19:11:02.589Z Compiling unicase v2.7.0
29052024-12-18T19:11:02.602Z Compiling same-file v1.0.6
29062024-12-18T19:11:02.604Z Compiling tempfile v3.13.0
29072024-12-18T19:11:02.623Z Compiling thiserror-impl-no-std v2.0.2
29082024-12-18T19:11:02.623Z Checking universal-hash v0.5.1
29092024-12-18T19:11:02.626Z Compiling ring v0.16.20
29102024-12-18T19:11:02.770Z Compiling walkdir v2.5.0
29112024-12-18T19:11:02.820Z Compiling blake3 v1.5.4
29122024-12-18T19:11:02.862Z Checking sha3 v0.10.8
29132024-12-18T19:11:02.865Z Checking opaque-debug v0.3.1
29142024-12-18T19:11:03.028Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29152024-12-18T19:11:03.257Z Checking poly1305 v0.8.0
29162024-12-18T19:11:03.278Z Checking chacha20 v0.9.1
29172024-12-18T19:11:03.314Z Checking aead v0.5.2
29182024-12-18T19:11:03.439Z Compiling memmap2 v0.9.5
29192024-12-18T19:11:03.522Z Compiling constant_time_eq v0.3.1
29202024-12-18T19:11:03.540Z Compiling libefi-sys v0.1.0
29212024-12-18T19:11:03.601Z Compiling salty v0.3.0
29222024-12-18T19:11:03.701Z Compiling arrayvec v0.7.6
29232024-12-18T19:11:03.747Z Compiling arrayref v0.3.9
29242024-12-18T19:11:03.795Z Compiling spin v0.5.2
29252024-12-18T19:11:03.863Z Checking chacha20poly1305 v0.10.1
29262024-12-18T19:11:03.914Z Compiling toolchain_find v0.4.0
29272024-12-18T19:11:04.023Z Compiling camino-tempfile v1.1.1
29282024-12-18T19:11:04.039Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29292024-12-18T19:11:04.079Z Compiling bitfield-struct v0.6.2
29302024-12-18T19:11:04.397Z Compiling topological-sort v0.2.2
29312024-12-18T19:11:04.492Z Compiling mime_guess v2.0.5
29322024-12-18T19:11:04.530Z Compiling rustfmt-wrapper v0.2.1
29332024-12-18T19:11:05.003Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29342024-12-18T19:11:05.102Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29352024-12-18T19:11:05.186Z Checking primeorder v0.13.6
29362024-12-18T19:11:05.362Z Checking env_filter v0.1.2
29372024-12-18T19:11:05.402Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29382024-12-18T19:11:05.568Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29392024-12-18T19:11:05.587Z Checking env_logger v0.11.5
29402024-12-18T19:11:05.637Z Checking p384 v0.13.0
29412024-12-18T19:11:05.754Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29422024-12-18T19:11:05.781Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29432024-12-18T19:11:05.841Z Checking thiserror-no-std v2.0.2
29442024-12-18T19:11:05.948Z Checking vsss-rs v3.3.4
29452024-12-18T19:11:06.015Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29462024-12-18T19:11:06.136Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29472024-12-18T19:11:06.177Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29482024-12-18T19:11:06.355Z Checking simd-adler32 v0.3.7
29492024-12-18T19:11:06.419Z Checking http-range v0.1.5
29502024-12-18T19:11:06.457Z Checking lockfree-object-pool v0.1.6
29512024-12-18T19:11:06.594Z Compiling zip v2.1.3
29522024-12-18T19:11:06.608Z Checking bumpalo v3.16.0
29532024-12-18T19:11:06.710Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29542024-12-18T19:11:06.729Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29552024-12-18T19:11:06.930Z Checking zopfli v0.8.1
29562024-12-18T19:11:06.990Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29572024-12-18T19:11:07.013Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29582024-12-18T19:11:07.544Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29592024-12-18T19:11:07.623Z Checking nanorand v0.7.0
29602024-12-18T19:11:07.643Z Checking atty v0.2.14
29612024-12-18T19:11:07.661Z Checking glob v0.3.1
29622024-12-18T19:11:07.762Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29632024-12-18T19:11:07.961Z Checking hyper-staticfile v0.10.1
29642024-12-18T19:11:08.005Z Checking flume v0.11.1
29652024-12-18T19:11:08.132Z Compiling omicron-zone-package v0.11.1
29662024-12-18T19:11:08.494Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29672024-12-18T19:11:08.699Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29682024-12-18T19:11:09.205Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29692024-12-18T19:11:09.618Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29702024-12-18T19:11:09.769Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29712024-12-18T19:11:10.054Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29722024-12-18T19:11:10.194Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29732024-12-18T19:11:10.583Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29742024-12-18T19:11:11.080Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29752024-12-18T19:11:11.637Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29762024-12-18T19:11:11.672Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29772024-12-18T19:11:11.989Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29782024-12-18T19:11:12.903Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29792024-12-18T19:11:14.702Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29802024-12-18T19:11:14.705Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29812024-12-18T19:11:24.977Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29822024-12-18T19:11:38.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.37s
29832024-12-18T19:11:38.311Z
29842024-12-18T19:11:38.311Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174)
29852024-12-18T19:11:38.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-12-18T19:11:38.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-12-18T19:11:39.032Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29882024-12-18T19:11:52.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s
29892024-12-18T19:11:52.451Z
29902024-12-18T19:11:52.451Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174)
29912024-12-18T19:11:53.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-12-18T19:11:53.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-12-18T19:11:53.182Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942024-12-18T19:12:06.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
29952024-12-18T19:12:06.896Z
29962024-12-18T19:12:06.896Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174)
29972024-12-18T19:12:07.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-12-18T19:12:07.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-12-18T19:12:07.637Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002024-12-18T19:12:21.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
30012024-12-18T19:12:21.394Z
30022024-12-18T19:12:21.394Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174)
30032024-12-18T19:12:21.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-12-18T19:12:21.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-12-18T19:12:22.131Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062024-12-18T19:12:35.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
30072024-12-18T19:12:35.447Z
30082024-12-18T19:12:35.447Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174)
30092024-12-18T19:12:36.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-12-18T19:12:36.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-12-18T19:12:36.179Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122024-12-18T19:12:49.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
30132024-12-18T19:12:49.896Z
30142024-12-18T19:12:49.896Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174)
30152024-12-18T19:12:50.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-12-18T19:12:50.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-12-18T19:12:50.629Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182024-12-18T19:13:03.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
30192024-12-18T19:13:04.149Z
30202024-12-18T19:13:04.149Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174)
30212024-12-18T19:13:04.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-12-18T19:13:04.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-12-18T19:13:04.884Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242024-12-18T19:13:18.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
30252024-12-18T19:13:18.331Z
30262024-12-18T19:13:18.331Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/174)
30272024-12-18T19:13:18.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-12-18T19:13:18.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-12-18T19:13:18.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-12-18T19:13:18.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30312024-12-18T19:13:18.970Z
30322024-12-18T19:13:18.970Zinfo: running `cargo check --bins` on key-manager (120/174)
30332024-12-18T19:13:19.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-12-18T19:13:19.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-12-18T19:13:19.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-12-18T19:13:19.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30372024-12-18T19:13:19.589Z
30382024-12-18T19:13:19.589Zinfo: running `cargo check --bins` on range-requests (121/174)
30392024-12-18T19:13:20.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-12-18T19:13:20.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-12-18T19:13:20.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-12-18T19:13:20.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30432024-12-18T19:13:20.199Z
30442024-12-18T19:13:20.199Zinfo: running `cargo check --bins` on repo-depot-api (122/174)
30452024-12-18T19:13:20.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-12-18T19:13:20.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-12-18T19:13:20.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-12-18T19:13:20.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30492024-12-18T19:13:20.823Z
30502024-12-18T19:13:20.823Zinfo: running `cargo check --bins` on sled-agent-api (123/174)
30512024-12-18T19:13:21.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-12-18T19:13:21.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-12-18T19:13:21.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-12-18T19:13:21.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30552024-12-18T19:13:21.474Z
30562024-12-18T19:13:21.474Zinfo: running `cargo check --bins` on sled-diagnostics (124/174)
30572024-12-18T19:13:22.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-12-18T19:13:22.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-12-18T19:13:22.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-12-18T19:13:22.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30612024-12-18T19:13:22.080Z
30622024-12-18T19:13:22.080Zinfo: running `cargo check --bins` on sled-hardware (125/174)
30632024-12-18T19:13:22.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-12-18T19:13:22.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-12-18T19:13:22.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-12-18T19:13:22.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30672024-12-18T19:13:22.709Z
30682024-12-18T19:13:22.709Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/174)
30692024-12-18T19:13:23.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-12-18T19:13:23.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-12-18T19:13:23.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-12-18T19:13:23.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30732024-12-18T19:13:23.341Z
30742024-12-18T19:13:23.341Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174)
30752024-12-18T19:13:23.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-12-18T19:13:23.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-12-18T19:13:23.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-12-18T19:13:23.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30792024-12-18T19:13:23.973Z
30802024-12-18T19:13:23.973Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/174)
30812024-12-18T19:13:24.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-12-18T19:13:24.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-12-18T19:13:24.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842024-12-18T19:13:24.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30852024-12-18T19:13:24.615Z
30862024-12-18T19:13:24.615Zinfo: running `cargo check --bins` on nexus-test-interface (129/174)
30872024-12-18T19:13:25.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-12-18T19:13:25.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-12-18T19:13:25.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902024-12-18T19:13:25.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30912024-12-18T19:13:25.256Z
30922024-12-18T19:13:25.257Zinfo: running `cargo check --bins` on oximeter-collector (130/174)
30932024-12-18T19:13:25.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-12-18T19:13:25.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-12-18T19:13:25.941Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30962024-12-18T19:13:25.941Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30972024-12-18T19:13:26.799Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30982024-12-18T19:13:28.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
30992024-12-18T19:13:28.985Z
31002024-12-18T19:13:28.985Zinfo: running `cargo check --bins` on oximeter-api (131/174)
31012024-12-18T19:13:29.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-12-18T19:13:29.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-12-18T19:13:29.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042024-12-18T19:13:29.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31052024-12-18T19:13:29.607Z
31062024-12-18T19:13:29.607Zinfo: running `cargo check --bins` on cert-dev (132/174)
31072024-12-18T19:13:30.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-12-18T19:13:30.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-12-18T19:13:30.223Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31102024-12-18T19:13:30.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31112024-12-18T19:13:30.653Z
31122024-12-18T19:13:30.653Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (133/174)
31132024-12-18T19:13:31.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-12-18T19:13:31.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-12-18T19:13:31.327Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31162024-12-18T19:13:31.327Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31172024-12-18T19:13:31.904Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31182024-12-18T19:13:32.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
31192024-12-18T19:13:32.440Z
31202024-12-18T19:13:32.440Zinfo: running `cargo check --bins` on ch-dev (134/174)
31212024-12-18T19:13:33.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-12-18T19:13:33.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-12-18T19:13:33.092Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31242024-12-18T19:13:33.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31252024-12-18T19:13:33.969Z
31262024-12-18T19:13:33.969Zinfo: running `cargo check --bins` on crdb-seed (135/174)
31272024-12-18T19:13:34.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-12-18T19:13:34.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-12-18T19:13:34.612Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31302024-12-18T19:13:34.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
31312024-12-18T19:13:35.148Z
31322024-12-18T19:13:35.148Zinfo: running `cargo check --bins` on db-dev (136/174)
31332024-12-18T19:13:35.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-12-18T19:13:35.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-12-18T19:13:35.793Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31362024-12-18T19:13:36.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31372024-12-18T19:13:36.678Z
31382024-12-18T19:13:36.678Zinfo: running `cargo check --bins` on omicron-dev-lib (137/174)
31392024-12-18T19:13:37.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-12-18T19:13:37.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-12-18T19:13:37.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422024-12-18T19:13:37.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31432024-12-18T19:13:37.316Z
31442024-12-18T19:13:37.316Zinfo: running `cargo check --bins` on xtask-downloader (138/174)
31452024-12-18T19:13:37.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-12-18T19:13:37.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-12-18T19:13:37.917Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31482024-12-18T19:13:38.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
31492024-12-18T19:13:38.955Z
31502024-12-18T19:13:38.955Zinfo: running `cargo check --bins` on omicron-ls-apis (139/174)
31512024-12-18T19:13:39.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-12-18T19:13:39.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-12-18T19:13:39.562Z Checking cargo-platform v0.1.8
31542024-12-18T19:13:39.828Z Checking cargo_metadata v0.18.1
31552024-12-18T19:13:40.779Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31562024-12-18T19:13:41.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
31572024-12-18T19:13:41.752Z
31582024-12-18T19:13:41.752Zinfo: running `cargo check --bins` on mgs-dev (140/174)
31592024-12-18T19:13:42.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602024-12-18T19:13:42.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612024-12-18T19:13:42.450Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31622024-12-18T19:13:43.170Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31632024-12-18T19:13:43.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31642024-12-18T19:13:43.910Z
31652024-12-18T19:13:43.910Zinfo: running `cargo check --bins` on omicron-omdb (141/174)
31662024-12-18T19:13:44.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-12-18T19:13:44.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-12-18T19:13:44.690Z Compiling crunchy v0.2.2
31692024-12-18T19:13:44.690Z Compiling tiny-keccak v2.0.2
31702024-12-18T19:13:44.693Z Compiling dsl_auto_type v0.1.2
31712024-12-18T19:13:44.693Z Checking scheduled-thread-pool v0.2.7
31722024-12-18T19:13:44.693Z Compiling diesel_table_macro_syntax v0.2.0
31732024-12-18T19:13:44.693Z Compiling ascii-canvas v3.0.0
31742024-12-18T19:13:44.802Z Compiling ena v0.14.3
31752024-12-18T19:13:44.805Z Compiling regex-syntax v0.6.29
31762024-12-18T19:13:45.046Z Checking r2d2 v0.8.10
31772024-12-18T19:13:45.068Z Compiling diff v0.1.13
31782024-12-18T19:13:45.228Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31792024-12-18T19:13:45.267Z Compiling ref-cast v1.0.23
31802024-12-18T19:13:45.326Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31812024-12-18T19:13:45.345Z Compiling derive_builder_core v0.20.2
31822024-12-18T19:13:45.460Z Compiling libxml v0.3.3
31832024-12-18T19:13:45.615Z Compiling ref-cast-impl v1.0.23
31842024-12-18T19:13:45.703Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31852024-12-18T19:13:45.868Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31862024-12-18T19:13:45.892Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31872024-12-18T19:13:46.158Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31882024-12-18T19:13:46.191Z Compiling strum_macros v0.24.3
31892024-12-18T19:13:46.210Z Compiling samael v0.0.17
31902024-12-18T19:13:46.364Z Compiling diesel_derives v2.2.3
31912024-12-18T19:13:46.574Z Compiling indoc v1.0.9
31922024-12-18T19:13:47.551Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31932024-12-18T19:13:47.821Z Compiling derive_builder_macro v0.20.2
31942024-12-18T19:13:47.841Z Compiling impl-trait-for-tuples v0.2.2
31952024-12-18T19:13:48.711Z Compiling lalrpop v0.19.12
31962024-12-18T19:13:48.746Z Checking derive_builder v0.20.2
31972024-12-18T19:13:48.903Z Compiling oso-derive v0.27.3
31982024-12-18T19:13:49.181Z Checking quick-xml v0.33.0
31992024-12-18T19:13:49.887Z Compiling diesel-dtrace v0.4.2
32002024-12-18T19:13:50.059Z Checking maplit v1.0.2
32012024-12-18T19:13:50.218Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32022024-12-18T19:13:50.248Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32032024-12-18T19:13:50.426Z Checking bb8 v0.8.5
32042024-12-18T19:13:50.555Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32052024-12-18T19:13:50.791Z Checking castaway v0.2.3
32062024-12-18T19:13:50.839Z Checking rand_seeder v0.3.0
32072024-12-18T19:13:50.963Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32082024-12-18T19:13:50.982Z Checking compact_str v0.8.0
32092024-12-18T19:13:51.085Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32102024-12-18T19:13:51.292Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32112024-12-18T19:13:51.870Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32122024-12-18T19:13:51.905Z Checking unicode-truncate v1.1.0
32132024-12-18T19:13:52.142Z Checking lru v0.12.5
32142024-12-18T19:13:52.145Z Compiling instability v0.3.2
32152024-12-18T19:13:52.443Z Checking is_ci v1.2.0
32162024-12-18T19:13:52.591Z Checking smawk v0.3.2
32172024-12-18T19:13:52.735Z Checking cassowary v0.3.0
32182024-12-18T19:13:52.798Z Checking unicode-linebreak v0.1.5
32192024-12-18T19:13:52.970Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32202024-12-18T19:13:53.153Z Checking supports-color v3.0.1
32212024-12-18T19:13:53.203Z Checking textwrap v0.16.1
32222024-12-18T19:13:53.238Z Checking ratatui v0.28.1
32232024-12-18T19:13:53.400Z Checking multimap v0.10.0
32242024-12-18T19:13:56.207Z Checking diesel v2.2.6
32252024-12-18T19:14:21.847Z Compiling polar-core v0.27.3
32262024-12-18T19:14:25.615Z Checking async-bb8-diesel v0.2.1
32272024-12-18T19:14:29.216Z Checking oso v0.27.3
32282024-12-18T19:15:38.455Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32292024-12-18T19:15:44.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
32302024-12-18T19:15:44.718Z
32312024-12-18T19:15:44.719Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174)
32322024-12-18T19:15:45.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-12-18T19:15:45.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-12-18T19:15:45.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352024-12-18T19:15:45.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32362024-12-18T19:15:45.392Z
32372024-12-18T19:15:45.392Zinfo: running `cargo check --bins` on nexus-saga-recovery (143/174)
32382024-12-18T19:15:45.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-12-18T19:15:45.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-12-18T19:15:45.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412024-12-18T19:15:45.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32422024-12-18T19:15:46.058Z
32432024-12-18T19:15:46.058Zinfo: running `cargo check --bins` on nexus-test-utils-macros (144/174)
32442024-12-18T19:15:46.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452024-12-18T19:15:46.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462024-12-18T19:15:46.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472024-12-18T19:15:46.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32482024-12-18T19:15:46.667Z
32492024-12-18T19:15:46.667Zinfo: running `cargo check --bins` on omicron-nexus (145/174)
32502024-12-18T19:15:47.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-12-18T19:15:47.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-12-18T19:15:47.452Z Compiling libz-sys v1.1.20
32532024-12-18T19:15:47.566Z Compiling libgit2-sys v0.17.0+1.8.1
32542024-12-18T19:15:47.577Z Compiling vergen v8.3.2
32552024-12-18T19:15:47.579Z Compiling cargo-platform v0.1.8
32562024-12-18T19:15:47.579Z Compiling pin-project-internal v1.1.6
32572024-12-18T19:15:47.607Z Compiling snafu-derive v0.8.5
32582024-12-18T19:15:47.607Z Compiling libsqlite3-sys v0.30.1
32592024-12-18T19:15:47.610Z Compiling rustls v0.21.12
32602024-12-18T19:15:47.855Z Compiling cfg_aliases v0.2.1
32612024-12-18T19:15:47.900Z Compiling cargo_metadata v0.18.1
32622024-12-18T19:15:47.966Z Compiling buf-list v1.0.3
32632024-12-18T19:15:48.139Z Compiling nix v0.29.0
32642024-12-18T19:15:48.205Z Checking globset v0.4.15
32652024-12-18T19:15:48.364Z Checking olpc-cjson v0.1.4
32662024-12-18T19:15:48.682Z Checking rustls-webpki v0.101.7
32672024-12-18T19:15:48.700Z Checking sct v0.7.1
32682024-12-18T19:15:48.763Z Checking serde_plain v1.0.2
32692024-12-18T19:15:48.907Z Checking typed-path v0.9.3
32702024-12-18T19:15:49.333Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32712024-12-18T19:15:49.486Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32722024-12-18T19:15:49.626Z Checking hashlink v0.9.1
32732024-12-18T19:15:49.760Z Checking parse-size v1.1.0
32742024-12-18T19:15:49.929Z Checking fallible-streaming-iterator v0.1.9
32752024-12-18T19:15:50.154Z Checking fallible-iterator v0.3.0
32762024-12-18T19:15:50.576Z Checking pin-project v1.1.6
32772024-12-18T19:15:50.711Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782024-12-18T19:15:50.772Z Checking rusqlite v0.32.1
32792024-12-18T19:15:50.788Z Checking rustls-pemfile v1.0.4
32802024-12-18T19:15:50.834Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32812024-12-18T19:15:50.980Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32822024-12-18T19:15:51.252Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32832024-12-18T19:15:51.458Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32842024-12-18T19:15:51.592Z Checking twox-hash v1.6.3
32852024-12-18T19:15:51.610Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32862024-12-18T19:15:52.112Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32872024-12-18T19:15:52.351Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32882024-12-18T19:15:52.639Z Checking tokio-rustls v0.24.1
32892024-12-18T19:15:52.654Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32902024-12-18T19:15:52.904Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32912024-12-18T19:15:53.005Z Checking fatfs v0.3.6
32922024-12-18T19:15:53.121Z Checking snafu v0.8.5
32932024-12-18T19:15:53.503Z Checking assert_matches v1.5.0
32942024-12-18T19:15:53.592Z Checking tough v0.19.0
32952024-12-18T19:15:57.759Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32962024-12-18T19:15:59.102Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32972024-12-18T19:15:59.562Z Compiling git2 v0.19.0
32982024-12-18T19:16:04.221Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32992024-12-18T19:16:57.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33002024-12-18T19:16:57.860Z
33012024-12-18T19:16:57.860Zinfo: running `cargo check --bins` on nexus-external-api (146/174)
33022024-12-18T19:16:58.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032024-12-18T19:16:58.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042024-12-18T19:16:58.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052024-12-18T19:16:58.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33062024-12-18T19:16:58.539Z
33072024-12-18T19:16:58.539Zinfo: running `cargo check --bins` on openapi-manager-types (147/174)
33082024-12-18T19:16:59.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-12-18T19:16:59.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-12-18T19:16:59.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112024-12-18T19:16:59.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33122024-12-18T19:16:59.155Z
33132024-12-18T19:16:59.155Zinfo: running `cargo check --bins` on nexus-internal-api (148/174)
33142024-12-18T19:16:59.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-12-18T19:16:59.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-12-18T19:16:59.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-12-18T19:16:59.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33182024-12-18T19:16:59.796Z
33192024-12-18T19:16:59.796Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (149/174)
33202024-12-18T19:17:00.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-12-18T19:17:00.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-12-18T19:17:00.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-12-18T19:17:00.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33242024-12-18T19:17:00.461Z
33252024-12-18T19:17:00.461Zinfo: running `cargo check --bins` on nexus-networking (150/174)
33262024-12-18T19:17:01.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-12-18T19:17:01.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-12-18T19:17:01.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292024-12-18T19:17:01.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33302024-12-18T19:17:01.118Z
33312024-12-18T19:17:01.118Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (151/174)
33322024-12-18T19:17:01.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-12-18T19:17:01.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-12-18T19:17:01.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352024-12-18T19:17:01.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33362024-12-18T19:17:01.778Z
33372024-12-18T19:17:01.778Zinfo: running `cargo check --bins` on update-common (152/174)
33382024-12-18T19:17:02.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-12-18T19:17:02.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-12-18T19:17:02.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412024-12-18T19:17:02.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33422024-12-18T19:17:02.421Z
33432024-12-18T19:17:02.421Zinfo: running `cargo check --bins` on tufaceous-lib (153/174)
33442024-12-18T19:17:02.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-12-18T19:17:02.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-12-18T19:17:02.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472024-12-18T19:17:02.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33482024-12-18T19:17:03.057Z
33492024-12-18T19:17:03.057Zinfo: running `cargo check --bins` on tufaceous (154/174)
33502024-12-18T19:17:03.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512024-12-18T19:17:03.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522024-12-18T19:17:03.724Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33532024-12-18T19:17:04.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33542024-12-18T19:17:04.870Z
33552024-12-18T19:17:04.870Zinfo: running `cargo check --bins` on omicron-dev (155/174)
33562024-12-18T19:17:05.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572024-12-18T19:17:05.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582024-12-18T19:17:05.700Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33592024-12-18T19:17:05.825Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33602024-12-18T19:17:05.825Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33612024-12-18T19:17:05.830Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33622024-12-18T19:17:31.554Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33632024-12-18T19:17:31.557Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33642024-12-18T19:17:31.557Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33652024-12-18T19:17:31.557Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33662024-12-18T19:17:31.557Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33672024-12-18T19:17:32.480Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33682024-12-18T19:17:33.716Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33692024-12-18T19:18:11.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33702024-12-18T19:18:11.323Z
33712024-12-18T19:18:11.323Zinfo: running `cargo check --bins` on openapi-manager (156/174)
33722024-12-18T19:18:11.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-12-18T19:18:11.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-12-18T19:18:12.025Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33752024-12-18T19:18:12.028Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33762024-12-18T19:18:12.028Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33772024-12-18T19:18:13.660Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33782024-12-18T19:18:14.540Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33792024-12-18T19:18:15.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
33802024-12-18T19:18:15.816Z
33812024-12-18T19:18:15.816Zinfo: running `cargo check --bins` on installinator-api (157/174)
33822024-12-18T19:18:16.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-12-18T19:18:16.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-12-18T19:18:16.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852024-12-18T19:18:16.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33862024-12-18T19:18:16.458Z
33872024-12-18T19:18:16.458Zinfo: running `cargo check --bins` on wicketd-api (158/174)
33882024-12-18T19:18:17.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-12-18T19:18:17.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-12-18T19:18:17.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912024-12-18T19:18:17.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33922024-12-18T19:18:17.105Z
33932024-12-18T19:18:17.105Zinfo: running `cargo check --bins` on reconfigurator-cli (159/174)
33942024-12-18T19:18:17.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952024-12-18T19:18:17.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962024-12-18T19:18:17.789Z Compiling petname v2.0.2
33972024-12-18T19:18:17.792Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33982024-12-18T19:18:17.792Z Checking sync-ptr v0.1.1
33992024-12-18T19:18:19.220Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34002024-12-18T19:18:20.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
34012024-12-18T19:18:20.946Z
34022024-12-18T19:18:20.946Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174)
34032024-12-18T19:18:21.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042024-12-18T19:18:21.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052024-12-18T19:18:21.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062024-12-18T19:18:21.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34072024-12-18T19:18:21.601Z
34082024-12-18T19:18:21.601Zinfo: running `cargo check --bins` on omicron-releng (161/174)
34092024-12-18T19:18:22.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102024-12-18T19:18:22.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112024-12-18T19:18:22.262Z Checking memmap2 v0.9.5
34122024-12-18T19:18:22.262Z Checking arrayvec v0.7.6
34132024-12-18T19:18:22.265Z Checking spin v0.5.2
34142024-12-18T19:18:22.265Z Checking constant_time_eq v0.3.1
34152024-12-18T19:18:22.265Z Checking arrayref v0.3.9
34162024-12-18T19:18:22.265Z Checking topological-sort v0.2.2
34172024-12-18T19:18:22.366Z Checking shell-words v1.1.0
34182024-12-18T19:18:22.560Z Checking ring v0.16.20
34192024-12-18T19:18:22.652Z Checking blake3 v1.5.4
34202024-12-18T19:18:23.675Z Checking omicron-zone-package v0.11.1
34212024-12-18T19:18:24.792Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34222024-12-18T19:18:25.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
34232024-12-18T19:18:25.889Z
34242024-12-18T19:18:25.889Zinfo: running `cargo check --bins` on xtask (162/174)
34252024-12-18T19:18:26.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262024-12-18T19:18:26.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272024-12-18T19:18:26.313Z Checking bitflags v2.6.0
34282024-12-18T19:18:26.316Z Checking serde v1.0.215
34292024-12-18T19:18:26.316Z Checking thiserror v1.0.69
34302024-12-18T19:18:26.402Z Checking scroll v0.12.0
34312024-12-18T19:18:26.408Z Checking log v0.4.22
34322024-12-18T19:18:26.410Z Checking hashbrown v0.15.1
34332024-12-18T19:18:26.417Z Checking zerocopy v0.7.35
34342024-12-18T19:18:26.438Z Checking syn v2.0.87
34352024-12-18T19:18:26.505Z Checking pest v2.7.14
34362024-12-18T19:18:26.628Z Checking rustix v0.38.37
34372024-12-18T19:18:26.664Z Checking once_cell v1.20.2
34382024-12-18T19:18:26.825Z Checking goblin v0.8.2
34392024-12-18T19:18:26.951Z Checking fs-err v2.11.0
34402024-12-18T19:18:27.272Z Checking tabled v0.15.0
34412024-12-18T19:18:27.451Z Checking indexmap v2.6.0
34422024-12-18T19:18:27.768Z Checking anyhow v1.0.93
34432024-12-18T19:18:28.579Z Checking terminal_size v0.4.0
34442024-12-18T19:18:28.579Z Checking tempfile v3.13.0
34452024-12-18T19:18:28.765Z Checking clap_builder v4.5.21
34462024-12-18T19:18:29.036Z Checking dtrace-parser v0.2.0
34472024-12-18T19:18:30.604Z Checking serde_json v1.0.132
34482024-12-18T19:18:30.607Z Checking serde_spanned v0.6.8
34492024-12-18T19:18:30.607Z Checking toml_datetime v0.6.8
34502024-12-18T19:18:30.607Z Checking camino v1.1.9
34512024-12-18T19:18:30.607Z Checking cargo-platform v0.1.8
34522024-12-18T19:18:30.615Z Checking semver v1.0.23
34532024-12-18T19:18:30.805Z Checking macaddr v1.0.1
34542024-12-18T19:18:30.912Z Checking toml_edit v0.22.22
34552024-12-18T19:18:31.147Z Checking camino-tempfile v1.1.1
34562024-12-18T19:18:31.298Z Checking clap v4.5.21
34572024-12-18T19:18:31.812Z Checking dof v0.3.0
34582024-12-18T19:18:31.812Z Checking cargo_metadata v0.18.1
34592024-12-18T19:18:32.321Z Checking usdt-impl v0.5.0
34602024-12-18T19:18:32.577Z Checking usdt v0.5.0
34612024-12-18T19:18:32.708Z Checking toml v0.8.19
34622024-12-18T19:18:33.170Z Checking cargo_toml v0.20.5
34632024-12-18T19:18:34.382Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34642024-12-18T19:18:34.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s
34652024-12-18T19:18:35.098Z
34662024-12-18T19:18:35.098Zinfo: running `cargo check --bins` on end-to-end-tests (163/174)
34672024-12-18T19:18:35.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682024-12-18T19:18:35.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692024-12-18T19:18:35.855Z Checking polyval v0.6.2
34702024-12-18T19:18:35.968Z Checking ctr v0.9.2
34712024-12-18T19:18:35.981Z Checking ssh-encoding v0.2.0
34722024-12-18T19:18:35.984Z Checking blowfish v0.9.1
34732024-12-18T19:18:36.003Z Checking password-hash v0.4.2
34742024-12-18T19:18:36.006Z Checking matches v0.1.10
34752024-12-18T19:18:36.034Z Checking p521 v0.13.3
34762024-12-18T19:18:36.034Z Checking p256 v0.13.2
34772024-12-18T19:18:36.112Z Checking idna v0.2.3
34782024-12-18T19:18:36.189Z Checking ghash v0.5.1
34792024-12-18T19:18:36.208Z Checking bcrypt-pbkdf v0.10.0
34802024-12-18T19:18:36.230Z Compiling enum-as-inner v0.5.1
34812024-12-18T19:18:36.300Z Checking russh-cryptovec v0.7.3
34822024-12-18T19:18:36.356Z Checking aes-gcm v0.10.3
34832024-12-18T19:18:36.386Z Checking pbkdf2 v0.11.0
34842024-12-18T19:18:36.486Z Checking md5 v0.7.0
34852024-12-18T19:18:36.517Z Checking num-bigint v0.4.6
34862024-12-18T19:18:36.536Z Checking des v0.8.1
34872024-12-18T19:18:36.589Z Checking ssh-cipher v0.2.0
34882024-12-18T19:18:36.662Z Compiling dhcproto-macros v0.1.0
34892024-12-18T19:18:36.782Z Checking hex-literal v0.4.1
34902024-12-18T19:18:36.805Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34912024-12-18T19:18:36.884Z Checking ssh-key v0.6.6
34922024-12-18T19:18:36.911Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34932024-12-18T19:18:36.930Z Checking internet-checksum v0.2.1
34942024-12-18T19:18:37.221Z Checking trust-dns-proto v0.22.0
34952024-12-18T19:18:38.203Z Checking russh-keys v0.45.0
34962024-12-18T19:18:39.160Z Checking russh v0.45.0
34972024-12-18T19:18:39.758Z Checking dhcproto v0.12.0
34982024-12-18T19:18:56.725Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34992024-12-18T19:18:58.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.02s
35002024-12-18T19:18:58.327Z
35012024-12-18T19:18:58.327Zinfo: running `cargo check --bins` on gateway-cli (164/174)
35022024-12-18T19:18:58.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032024-12-18T19:18:58.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042024-12-18T19:18:58.958Z Checking termios v0.3.3
35052024-12-18T19:18:59.174Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35062024-12-18T19:18:59.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
35072024-12-18T19:19:00.129Z
35082024-12-18T19:19:00.129Zinfo: running `cargo check --bins --no-default-features` on installinator (165/174)
35092024-12-18T19:19:00.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102024-12-18T19:19:00.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112024-12-18T19:19:00.809Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35122024-12-18T19:19:02.823Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35132024-12-18T19:19:04.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
35142024-12-18T19:19:04.876Z
35152024-12-18T19:19:04.876Zinfo: running `cargo check --bins` on internal-dns-cli (166/174)
35162024-12-18T19:19:05.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-12-18T19:19:05.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-12-18T19:19:05.498Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35192024-12-18T19:19:05.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
35202024-12-18T19:19:06.144Z
35212024-12-18T19:19:06.144Zinfo: running `cargo check --bins` on omicron-live-tests (167/174)
35222024-12-18T19:19:06.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232024-12-18T19:19:06.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242024-12-18T19:19:06.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252024-12-18T19:19:06.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35262024-12-18T19:19:06.741Z
35272024-12-18T19:19:06.741Zinfo: running `cargo check --bins` on live-tests-macros (168/174)
35282024-12-18T19:19:07.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-18T19:19:07.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-18T19:19:07.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312024-12-18T19:19:07.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35322024-12-18T19:19:07.344Z
35332024-12-18T19:19:07.344Zinfo: running `cargo check --bins` on omicron-package (169/174)
35342024-12-18T19:19:07.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352024-12-18T19:19:07.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362024-12-18T19:19:08.006Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35372024-12-18T19:19:09.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
35382024-12-18T19:19:09.482Z
35392024-12-18T19:19:09.482Zinfo: running `cargo check --bins` on wicket-dbg (170/174)
35402024-12-18T19:19:10.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412024-12-18T19:19:10.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422024-12-18T19:19:10.172Z Checking rtoolbox v0.0.2
35432024-12-18T19:19:10.175Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35442024-12-18T19:19:10.175Z Checking tui-tree-widget v0.22.0
35452024-12-18T19:19:10.395Z Checking rpassword v7.3.1
35462024-12-18T19:19:14.430Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35472024-12-18T19:19:17.419Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35482024-12-18T19:19:18.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
35492024-12-18T19:19:18.836Z
35502024-12-18T19:19:18.836Zinfo: running `cargo check --bins` on wicket (171/174)
35512024-12-18T19:19:19.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-12-18T19:19:19.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-12-18T19:19:19.523Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35542024-12-18T19:19:19.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35552024-12-18T19:19:20.146Z
35562024-12-18T19:19:20.146Zinfo: running `cargo check --bins` on wicketd (172/174)
35572024-12-18T19:19:20.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582024-12-18T19:19:20.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592024-12-18T19:19:20.847Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35602024-12-18T19:19:24.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
35612024-12-18T19:19:24.964Z
35622024-12-18T19:19:24.964Zinfo: running `cargo check --bins` on omicron-workspace-hack (173/174)
35632024-12-18T19:19:25.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642024-12-18T19:19:25.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652024-12-18T19:19:25.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662024-12-18T19:19:25.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35672024-12-18T19:19:25.562Z
35682024-12-18T19:19:25.562Zinfo: running `cargo check --bins` on zone-setup (174/174)
35692024-12-18T19:19:26.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702024-12-18T19:19:26.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712024-12-18T19:19:26.281Z Checking uzers v0.12.1
35722024-12-18T19:19:26.621Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35732024-12-18T19:19:27.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
35742024-12-18T19:19:27.996Z
35752024-12-18T19:19:27.999Zreal 12:50.849531300
35762024-12-18T19:19:27.999Zuser 24:03.186406651
35772024-12-18T19:19:27.999Zsys 5:23.605777512
35782024-12-18T19:19:27.999Ztrap 0.464159296
35792024-12-18T19:19:27.999Ztflt 2.215561944
35802024-12-18T19:19:27.999Zdflt 3.259905447
35812024-12-18T19:19:27.999Zkflt 0.000707355
35822024-12-18T19:19:27.999Zlock 45:32.455335492
35832024-12-18T19:19:27.999Zslp 2:05:30.853417175
35842024-12-18T19:19:27.999Zlat 1:01.416294202
35852024-12-18T19:19:27.999Zstop 3:19.427531221
35862024-12-18T19:19:27.999Zprocess exited: duration 1125774 ms, exit code 0
 
35872024-12-18T19:19:28.005Zfound 0 output files