01JF0Y2VBXPRCMC0JR77JY21Z9: 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: 01JF0Y3MG39632SDM3PSS813TC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T21:33:55.162Zjob assigned to worker 01JF0Z0XR0769MV86AGNBHAMNZ [factory aws, i-0488f4b587c1c5dd4] (queued for 16 m 52 s)
 
22024-12-13T21:34:03.483Zstarting task 0: "setup"
32024-12-13T21:34:03.491Z++ uname -s
42024-12-13T21:34:03.494Z+ kern=SunOS
52024-12-13T21:34:03.494Z+ case "$kern" in
62024-12-13T21:34:03.494Z+ groupadd -g 12345 build
72024-12-13T21:34:03.496Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T21:34:05.504Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T21:34:05.598Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T21:34:05.600Z+ home_fs=zfs
112024-12-13T21:34:05.600Z+ [[ zfs == autofs ]]
122024-12-13T21:34:05.600Z+ mkdir -p /home/build
132024-12-13T21:34:05.603Z+ chown build:build /home/build /work
142024-12-13T21:34:07.605Z+ chmod 0700 /home/build /work
152024-12-13T21:34:07.608Zprocess exited: duration 4126 ms, exit code 0
 
162024-12-13T21:34:07.614Zstarting task 1: "rust-toolchain"
172024-12-13T21:34:07.619Z+ printf ' * toolchain channel = "%s"
182024-12-13T21:34:07.619Z' 1.81.0
192024-12-13T21:34:07.619Z * toolchain channel = "1.81.0"
202024-12-13T21:34:07.619Z+ printf ' * toolchain profile = "%s"
212024-12-13T21:34:07.619Z' default
222024-12-13T21:34:07.622Z * toolchain profile = "default"
232024-12-13T21:34:07.622Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T21:34:07.622Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T21:34:07.742Zinfo: downloading installer
262024-12-13T21:34:09.166Zinfo: profile set to 'default'
272024-12-13T21:34:09.166Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T21:34:09.169Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T21:34:09.299Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T21:34:09.299Zinfo: downloading component 'cargo'
312024-12-13T21:34:10.005Zinfo: downloading component 'clippy'
322024-12-13T21:34:10.268Zinfo: downloading component 'rust-docs'
332024-12-13T21:34:11.246Zinfo: downloading component 'rust-std'
342024-12-13T21:34:12.771Zinfo: downloading component 'rustc'
352024-12-13T21:34:18.285Zinfo: downloading component 'rustfmt'
362024-12-13T21:34:18.491Zinfo: installing component 'cargo'
372024-12-13T21:34:19.278Zinfo: installing component 'clippy'
382024-12-13T21:34:19.637Zinfo: installing component 'rust-docs'
392024-12-13T21:34:21.274Zinfo: installing component 'rust-std'
402024-12-13T21:34:22.981Zinfo: installing component 'rustc'
412024-12-13T21:34:28.641Zinfo: installing component 'rustfmt'
422024-12-13T21:34:28.958Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-13T21:34:28.958Z
442024-12-13T21:34:29.333Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T21:34:29.333Z
462024-12-13T21:34:29.336Z
472024-12-13T21:34:29.336ZRust is installed now. Great!
482024-12-13T21:34:29.336Z
492024-12-13T21:34:29.336ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T21:34:29.336Zenvironment variable. This has not been done automatically.
512024-12-13T21:34:29.336Z
522024-12-13T21:34:29.336ZTo configure your current shell, you need to source
532024-12-13T21:34:29.336Zthe corresponding env file under $HOME/.cargo.
542024-12-13T21:34:29.336Z
552024-12-13T21:34:29.336ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T21:34:29.336Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T21:34:29.336Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T21:34:29.405Z+ rustc --version
592024-12-13T21:34:29.469Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T21:34:29.472Zprocess exited: duration 21852 ms, exit code 0
 
612024-12-13T21:34:29.480Zstarting task 2: "authentication"
622024-12-13T21:34:29.498Zprocess exited: duration 19 ms, exit code 0
 
632024-12-13T21:34:29.503Zstarting task 3: "clone repository"
642024-12-13T21:34:29.508Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T21:34:29.512Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T21:34:29.805ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T21:34:37.099Z+ cd /work/oxidecomputer/omicron
682024-12-13T21:34:37.099Z+ git fetch origin c76a4e0f23bd9a0fe27406f9aa42cd951182f503
692024-12-13T21:34:37.414ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T21:34:37.414Z * branch c76a4e0f23bd9a0fe27406f9aa42cd951182f503 -> FETCH_HEAD
712024-12-13T21:34:37.424Z+ [[ -n bump-console-c1ebd8d9 ]]
722024-12-13T21:34:37.427Z++ git branch --show-current
732024-12-13T21:34:37.430Z+ current=main
742024-12-13T21:34:37.430Z+ [[ main != bump-console-c1ebd8d9 ]]
752024-12-13T21:34:37.430Z+ git branch -f bump-console-c1ebd8d9 c76a4e0f23bd9a0fe27406f9aa42cd951182f503
762024-12-13T21:34:37.433Z+ git checkout -f bump-console-c1ebd8d9
772024-12-13T21:34:37.603ZSwitched to branch 'bump-console-c1ebd8d9'
782024-12-13T21:34:37.606Z+ git reset --hard c76a4e0f23bd9a0fe27406f9aa42cd951182f503
792024-12-13T21:34:37.616ZHEAD is now at c76a4e0f2 Bump web console (gateways UI, SSH key view, fixes)
802024-12-13T21:34:37.619Zprocess exited: duration 8111 ms, exit code 0
 
812024-12-13T21:34:37.626Zstarting task 4: "build"
822024-12-13T21:34:37.632Z+ source .github/buildomat/ci-env.sh
832024-12-13T21:34:37.632Z++ export CARGO_TERM_COLOR=always
842024-12-13T21:34:37.632Z++ CARGO_TERM_COLOR=always
852024-12-13T21:34:37.636Z+ cargo --version
862024-12-13T21:34:37.690Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T21:34:37.694Z+ rustc --version
882024-12-13T21:34:37.751Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T21:34:37.756Z+ source ./env.sh
902024-12-13T21:34:37.756Z++ OLD_SHELL_OPTS=ehxB
912024-12-13T21:34:37.756Z++ set -o xtrace
922024-12-13T21:34:37.779Z++++ dirname ./env.sh
932024-12-13T21:34:37.779Z+++ readlink -f .
942024-12-13T21:34:37.894Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-13T21:34:37.897Z++ 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-13T21:34:37.897Z++ 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-13T21:34:37.898Z++ 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-13T21:34:37.898Z++ 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-13T21:34:37.898Z++ 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-13T21:34:37.898Z++ 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-13T21:34:37.898Z++ 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-13T21:34:37.898Z++ 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-13T21:34:37.898Z++ case $OLD_SHELL_OPTS in
1042024-12-13T21:34:37.898Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-13T21:34:37.898Z+ 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-13T21:34:37.898Z+ 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-13T21:34:37.898Z+ banner prerequisites
1082024-12-13T21:34:38.050Z
1092024-12-13T21:34:38.050Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-13T21:34:38.050Z # # # # # # # # # # # # # # #
1112024-12-13T21:34:38.050Z # # # # ##### # # ##### # # # # # #### #
1122024-12-13T21:34:38.050Z ##### ##### # ##### # # # # # # # # #
1132024-12-13T21:34:38.050Z # # # # # # # # # # # # # # #
1142024-12-13T21:34:38.050Z # # # ###### # # ###### ### # #### # #### #
1152024-12-13T21:34:38.050Z
1162024-12-13T21:34:38.053Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-13T21:34:55.563Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-13T21:34:59.993Z Startup: Caching catalogs ... Done
1192024-12-13T21:35:09.916ZPlanning: Solver setup ... Done (9.280s)
1202024-12-13T21:35:10.040ZPlanning: Running solver ... Done (0.128s)
1212024-12-13T21:35:10.556ZPlanning: Finding local manifests ... Done (0.207s)
1222024-12-13T21:35:10.583ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-13T21:35:10.613ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-13T21:35:11.003ZPlanning: Package planning ... Done (0.423s)
1252024-12-13T21:35:11.057ZPlanning: Merging actions ... Done (0.057s)
1262024-12-13T21:35:12.288ZPlanning: Checking for conflicting actions ... Done (1.231s)
1272024-12-13T21:35:22.471ZPlanning: Consolidating action changes ... Done (10.179s)
1282024-12-13T21:35:22.878ZPlanning: Evaluating mediators ... Done (0.408s)
1292024-12-13T21:35:23.046ZPlanning: Planning completed in 23.19 seconds
1302024-12-13T21:35:23.867Z Packages to install: 4
1312024-12-13T21:35:23.867Z Packages to update: 1
1322024-12-13T21:35:23.869Z Mediators to change: 2
1332024-12-13T21:35:23.869Z Services to change: 1
1342024-12-13T21:35:23.869Z Estimated space available: 155.63 GB
1352024-12-13T21:35:23.869ZEstimated space to be consumed: 1.61 GB
1362024-12-13T21:35:23.869Z Create boot environment: No
1372024-12-13T21:35:23.869ZCreate backup boot environment: Yes
1382024-12-13T21:35:23.869Z Rebuild boot archive: No
1392024-12-13T21:35:23.869Z
1402024-12-13T21:35:23.869ZChanged mediators:
1412024-12-13T21:35:23.869Z mediator clang:
1422024-12-13T21:35:23.870Z version: None -> 15 (system default)
1432024-12-13T21:35:23.870Z
1442024-12-13T21:35:23.870Z mediator llvm:
1452024-12-13T21:35:23.870Z version: 14 (system default) -> 15 (system default)
1462024-12-13T21:35:23.870Z
1472024-12-13T21:35:23.870ZChanged packages:
1482024-12-13T21:35:23.870Zhelios-dev
1492024-12-13T21:35:23.870Z developer/build-essential
1502024-12-13T21:35:23.870Z None -> 11-2.0
1512024-12-13T21:35:23.870Z library/libxmlsec1
1522024-12-13T21:35:23.870Z None -> 1.2.35-2.0
1532024-12-13T21:35:23.870Z ooce/developer/clang-15
1542024-12-13T21:35:23.870Z None -> 15.0.7-2.0
1552024-12-13T21:35:23.870Z ooce/developer/llvm-15
1562024-12-13T21:35:23.870Z None -> 15.0.7-2.0
1572024-12-13T21:35:23.870Z package/pkg
1582024-12-13T21:35:23.870Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-13T21:35:23.870Z
1602024-12-13T21:35:23.870ZServices:
1612024-12-13T21:35:23.870Z restart_fmri:
1622024-12-13T21:35:23.870Z svc:/system/update-man-index:default
1632024-12-13T21:35:23.870Z
1642024-12-13T21:35:23.870ZEditable files to change:
1652024-12-13T21:35:23.870Z Update:
1662024-12-13T21:35:23.870Z usr/share/lib/pkg/web/config.shtml
1672024-12-13T21:35:24.261Z
1682024-12-13T21:35:24.261ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-13T21:35:29.264ZDownload: 1490/4281 items 114.8/220.6MB 52% complete (23.2M/s)
1702024-12-13T21:35:34.270ZDownload: 3063/4281 items 121.4/220.6MB 55% complete (12.2M/s)
1712024-12-13T21:35:39.377ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (16.8M/s)
1722024-12-13T21:35:44.374ZDownload: 4197/4281 items 220.5/220.6MB 99% complete (9.9M/s)
1732024-12-13T21:35:47.718ZDownload: Completed 220.60 MB in 23.08 seconds (9.6M/s)
1742024-12-13T21:35:49.388Z Actions: 1/5063 actions (Removing old actions)
1752024-12-13T21:35:49.408Z Actions: 194/5063 actions (Installing new actions)
1762024-12-13T21:35:54.540Z Actions: 4099/5063 actions (Installing new actions)
1772024-12-13T21:35:55.313Z Actions: 4226/5063 actions (Updating modified actions)
1782024-12-13T21:35:55.712Z Actions: Completed 5063 actions in 6.31 seconds.
1792024-12-13T21:35:55.922Z Done (0.214s)
1802024-12-13T21:35:55.924Z Done (0.000s)
1812024-12-13T21:35:56.482Z Done (0.558s)
1822024-12-13T21:36:03.768Z Done (7.074s)
1832024-12-13T21:36:04.271Z Done (0.434s)
1842024-12-13T21:36:04.275Z Done (0.000s)
1852024-12-13T21:36:04.440Z Done (0.000s)
1862024-12-13T21:36:05.120ZPlanning: Evaluating mediator changes ... Done
1872024-12-13T21:36:05.280ZPlanning: Checking for conflicting actions ... Done
1882024-12-13T21:36:05.283ZPlanning: Consolidating action changes ... Done
1892024-12-13T21:36:05.553ZPlanning: Evaluating mediators ... Done
1902024-12-13T21:36:05.564ZPlanning: Planning completed in 0.43 seconds
1912024-12-13T21:36:05.586Z Mediators to change: 2
1922024-12-13T21:36:05.586Z Create boot environment: No
1932024-12-13T21:36:05.603ZCreate backup boot environment: No
1942024-12-13T21:36:05.663Z Done
1952024-12-13T21:36:05.664Z Done
1962024-12-13T21:36:06.026Z Done
1972024-12-13T21:36:09.634Z Done
1982024-12-13T21:36:09.724Z Done
1992024-12-13T21:36:09.727Z Done
2002024-12-13T21:36:09.874Z Done
2012024-12-13T21:36:10.476ZPlanning: Evaluating mediator changes ... Done
2022024-12-13T21:36:10.478ZPlanning: Merging actions ... Done
2032024-12-13T21:36:10.711ZPlanning: Checking for conflicting actions ... Done
2042024-12-13T21:36:10.715ZPlanning: Consolidating action changes ... Done
2052024-12-13T21:36:10.931ZPlanning: Evaluating mediators ... Done
2062024-12-13T21:36:10.986ZPlanning: Planning completed in 0.75 seconds
2072024-12-13T21:36:11.026Z Packages to change: 1
2082024-12-13T21:36:11.026Z Mediators to change: 1
2092024-12-13T21:36:11.029Z Services to change: 1
2102024-12-13T21:36:11.029Z Create boot environment: No
2112024-12-13T21:36:11.029ZCreate backup boot environment: Yes
2122024-12-13T21:36:13.334Z Actions: 1/6 actions (Updating modified actions)
2132024-12-13T21:36:13.409Z Actions: Completed 6 actions in 0.08 seconds.
2142024-12-13T21:36:13.415Z Done
2152024-12-13T21:36:13.416Z Done
2162024-12-13T21:36:13.524Z Done
2172024-12-13T21:36:17.117Z Done
2182024-12-13T21:36:17.182Z Done
2192024-12-13T21:36:17.197Z Done
2202024-12-13T21:36:17.330Z Done
2212024-12-13T21:36:17.758ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-12-13T21:36:17.758Zclang system 15 system
2232024-12-13T21:36:17.758Zcsh system system illumos
2242024-12-13T21:36:17.758Zctags system system illumos
2252024-12-13T21:36:17.758Zgcc vendor 12 vendor
2262024-12-13T21:36:17.759Zgcc system 10 system
2272024-12-13T21:36:17.759Zgcc system 7 system
2282024-12-13T21:36:17.759Zgo system 1.20 system
2292024-12-13T21:36:17.759Zgo system 1.19 system
2302024-12-13T21:36:17.759Zllvm system 15 system
2312024-12-13T21:36:17.759Zllvm system 14 system
2322024-12-13T21:36:17.759Zmariadb system 10.6 system
2332024-12-13T21:36:17.759Zmta vendor vendor dma
2342024-12-13T21:36:17.759Zopenjdk system 17 system
2352024-12-13T21:36:17.759Zopenjdk system 11 system
2362024-12-13T21:36:17.759Zopenjdk system 1.8 system
2372024-12-13T21:36:17.759Zopenssl vendor 3 vendor
2382024-12-13T21:36:17.759Zperl system 5.36 system
2392024-12-13T21:36:17.759Zpostgresql system 15 system
2402024-12-13T21:36:17.759Zpostgresql system 13 system
2412024-12-13T21:36:17.759Zpython vendor 3 vendor
2422024-12-13T21:36:17.759Zpython system 2 system
2432024-12-13T21:36:17.759Zpython3 system 3.11 system
2442024-12-13T21:36:17.759Zruby system 3.0 system
2452024-12-13T21:36:17.759Zwords vendor vendor american-english
2462024-12-13T21:36:17.759Zwords system system australian-english
2472024-12-13T21:36:17.759Zwords system system british-english
2482024-12-13T21:36:17.759Zwords system system canadian-english
2492024-12-13T21:36:17.759Zwords system system french
2502024-12-13T21:36:17.759Zwords system system italian
2512024-12-13T21:36:17.759Zwords system system ngerman
2522024-12-13T21:36:17.759Zwords system system ogerman
2532024-12-13T21:36:17.760Zwords system system spanish
2542024-12-13T21:36:22.095ZPUBLISHER TYPE STATUS P LOCATION
2552024-12-13T21:36:22.095Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-12-13T21:36:22.163ZFMRI IFO
2572024-12-13T21:36:22.163Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-12-13T21:36:22.163Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-12-13T21:36:22.163Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-12-13T21:36:22.163Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-12-13T21:36:22.163Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-12-13T21:36:22.163Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-12-13T21:36:22.163Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-12-13T21:36:22.163Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-12-13T21:36:22.165Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-12-13T21:36:22.165Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2672024-12-13T21:36:22.165Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-12-13T21:36:22.165Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-12-13T21:36:22.165Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2702024-12-13T21:36:22.165Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-12-13T21:36:22.165Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-12-13T21:36:22.165Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732024-12-13T21:36:22.165Z Updating crates.io index
2742024-12-13T21:36:22.165Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-12-13T21:36:22.334Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-12-13T21:36:22.595Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-12-13T21:36:22.874Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-12-13T21:36:23.097Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-12-13T21:36:24.038Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-12-13T21:36:25.598Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-12-13T21:36:26.740Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-12-13T21:36:27.553Z Updating git repository `https://github.com/oxidecomputer/clickward`
2832024-12-13T21:36:27.824Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-12-13T21:36:28.107Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-12-13T21:36:28.679Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2862024-12-13T21:36:29.037Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872024-12-13T21:36:29.314Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-12-13T21:36:29.607Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-12-13T21:36:29.872Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-12-13T21:36:30.124Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-12-13T21:36:30.524Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-12-13T21:36:30.826Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-12-13T21:36:31.118Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-12-13T21:36:31.422Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-12-13T21:36:31.930Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-12-13T21:36:32.210Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972024-12-13T21:36:32.626Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-12-13T21:36:33.056Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2992024-12-13T21:36:33.479Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-12-13T21:36:33.679Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-12-13T21:36:33.972Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-12-13T21:36:35.357Z Downloading crates ...
3032024-12-13T21:36:35.449Z Downloaded block-buffer v0.10.4
3042024-12-13T21:36:35.454Z Downloaded cargo-platform v0.1.8
3052024-12-13T21:36:35.454Z Downloaded anstyle-query v1.1.1
3062024-12-13T21:36:35.456Z Downloaded cargo_metadata v0.18.1
3072024-12-13T21:36:35.456Z Downloaded anstyle v1.0.10
3082024-12-13T21:36:35.459Z Downloaded pretty-hex v0.4.1
3092024-12-13T21:36:35.459Z Downloaded anstream v0.6.15
3102024-12-13T21:36:35.469Z Downloaded scroll_derive v0.12.0
3112024-12-13T21:36:35.472Z Downloaded dtrace-parser v0.2.0
3122024-12-13T21:36:35.472Z Downloaded usdt-attr-macro v0.5.0
3132024-12-13T21:36:35.472Z Downloaded cfg-if v1.0.0
3142024-12-13T21:36:35.475Z Downloaded byteorder v1.5.0
3152024-12-13T21:36:35.478Z Downloaded bytecount v0.6.8
3162024-12-13T21:36:35.480Z Downloaded anstyle-parse v0.2.5
3172024-12-13T21:36:35.485Z Downloaded usdt-macro v0.5.0
3182024-12-13T21:36:35.489Z Downloaded equivalent v1.0.1
3192024-12-13T21:36:35.489Z Downloaded swrite v0.1.0
3202024-12-13T21:36:35.499Z Downloaded thread-id v4.2.2
3212024-12-13T21:36:35.501Z Downloaded fastrand v2.1.1
3222024-12-13T21:36:35.502Z Downloaded heck v0.5.0
3232024-12-13T21:36:35.505Z Downloaded colorchoice v1.0.2
3242024-12-13T21:36:35.508Z Downloaded proc-macro-error-attr v1.0.4
3252024-12-13T21:36:35.508Z Downloaded crypto-common v0.1.6
3262024-12-13T21:36:35.511Z Downloaded plain v0.2.3
3272024-12-13T21:36:35.511Z Downloaded unicode-linebreak v0.1.5
3282024-12-13T21:36:35.511Z Downloaded tabled_derive v0.7.0
3292024-12-13T21:36:35.514Z Downloaded smawk v0.3.2
3302024-12-13T21:36:35.514Z Downloaded serde_spanned v0.6.8
3312024-12-13T21:36:35.514Z Downloaded clap_lex v0.7.2
3322024-12-13T21:36:35.518Z Downloaded utf8parse v0.2.2
3332024-12-13T21:36:35.518Z Downloaded camino-tempfile v1.1.1
3342024-12-13T21:36:35.518Z Downloaded macaddr v1.0.1
3352024-12-13T21:36:35.521Z Downloaded camino v1.1.9
3362024-12-13T21:36:35.521Z Downloaded pest_generator v2.7.14
3372024-12-13T21:36:35.524Z Downloaded thiserror-impl v1.0.69
3382024-12-13T21:36:35.524Z Downloaded terminal_size v0.4.0
3392024-12-13T21:36:35.531Z Downloaded usdt v0.5.0
3402024-12-13T21:36:35.535Z Downloaded generic-array v0.14.7
3412024-12-13T21:36:35.535Z Downloaded fs-err v2.11.0
3422024-12-13T21:36:35.537Z Downloaded fnv v1.0.7
3432024-12-13T21:36:35.538Z Downloaded dof v0.3.0
3442024-12-13T21:36:35.538Z Downloaded cpufeatures v0.2.14
3452024-12-13T21:36:35.538Z Downloaded is_terminal_polyfill v1.70.1
3462024-12-13T21:36:35.542Z Downloaded toml_datetime v0.6.8
3472024-12-13T21:36:35.542Z Downloaded memmap v0.7.0
3482024-12-13T21:36:35.544Z Downloaded sha2 v0.10.8
3492024-12-13T21:36:35.547Z Downloaded errno v0.3.9
3502024-12-13T21:36:35.547Z Downloaded serde_tokenstream v0.2.2
3512024-12-13T21:36:35.550Z Downloaded itoa v1.0.11
3522024-12-13T21:36:35.553Z Downloaded strsim v0.11.1
3532024-12-13T21:36:35.554Z Downloaded clap_derive v4.5.18
3542024-12-13T21:36:35.557Z Downloaded version_check v0.9.5
3552024-12-13T21:36:35.557Z Downloaded scroll v0.12.0
3562024-12-13T21:36:35.560Z Downloaded once_cell v1.20.2
3572024-12-13T21:36:35.564Z Downloaded usdt-impl v0.5.0
3582024-12-13T21:36:35.564Z Downloaded autocfg v1.4.0
3592024-12-13T21:36:35.567Z Downloaded anyhow v1.0.93
3602024-12-13T21:36:35.570Z Downloaded thiserror v1.0.69
3612024-12-13T21:36:35.572Z Downloaded tempfile v3.13.0
3622024-12-13T21:36:35.575Z Downloaded heck v0.4.1
3632024-12-13T21:36:35.579Z Downloaded quote v1.0.37
3642024-12-13T21:36:35.579Z Downloaded zerocopy-derive v0.7.35
3652024-12-13T21:36:35.582Z Downloaded serde_derive v1.0.215
3662024-12-13T21:36:35.585Z Downloaded unicode-ident v1.0.13
3672024-12-13T21:36:35.608Z Downloaded proc-macro2 v1.0.89
3682024-12-13T21:36:35.609Z Downloaded semver v1.0.23
3692024-12-13T21:36:35.609Z Downloaded typenum v1.17.0
3702024-12-13T21:36:35.609Z Downloaded ucd-trie v0.1.7
3712024-12-13T21:36:35.609Z Downloaded digest v0.10.7
3722024-12-13T21:36:35.609Z Downloaded clap v4.5.21
3732024-12-13T21:36:35.609Z Downloaded ryu v1.0.18
3742024-12-13T21:36:35.609Z Downloaded bitflags v2.6.0
3752024-12-13T21:36:35.612Z Downloaded toml v0.8.19
3762024-12-13T21:36:35.613Z Downloaded log v0.4.22
3772024-12-13T21:36:35.616Z Downloaded pest_meta v2.7.14
3782024-12-13T21:36:35.616Z Downloaded textwrap v0.16.1
3792024-12-13T21:36:35.619Z Downloaded proc-macro-error v1.0.4
3802024-12-13T21:36:35.621Z Downloaded pest_derive v2.7.14
3812024-12-13T21:36:35.623Z Downloaded cargo_toml v0.20.5
3822024-12-13T21:36:35.635Z Downloaded papergrid v0.11.0
3832024-12-13T21:36:35.643Z Downloaded serde v1.0.215
3842024-12-13T21:36:35.650Z Downloaded toml_edit v0.22.22
3852024-12-13T21:36:35.669Z Downloaded memchr v2.7.4
3862024-12-13T21:36:35.674Z Downloaded pest v2.7.14
3872024-12-13T21:36:35.678Z Downloaded indexmap v2.6.0
3882024-12-13T21:36:35.690Z Downloaded hashbrown v0.15.1
3892024-12-13T21:36:35.703Z Downloaded winnow v0.6.20
3902024-12-13T21:36:35.713Z Downloaded zerocopy v0.7.35
3912024-12-13T21:36:35.725Z Downloaded serde_json v1.0.132
3922024-12-13T21:36:35.733Z Downloaded tabled v0.15.0
3932024-12-13T21:36:35.746Z Downloaded goblin v0.8.2
3942024-12-13T21:36:35.751Z Downloaded unicode-width v0.1.14
3952024-12-13T21:36:35.756Z Downloaded clap_builder v4.5.21
3962024-12-13T21:36:35.762Z Downloaded syn v1.0.109
3972024-12-13T21:36:35.771Z Downloaded syn v2.0.87
3982024-12-13T21:36:35.781Z Downloaded rustix v0.38.37
3992024-12-13T21:36:35.816Z Downloaded libc v0.2.162
4002024-12-13T21:36:36.124Z Compiling proc-macro2 v1.0.89
4012024-12-13T21:36:36.124Z Compiling unicode-ident v1.0.13
4022024-12-13T21:36:36.124Z Compiling serde v1.0.215
4032024-12-13T21:36:36.126Z Compiling version_check v0.9.5
4042024-12-13T21:36:36.126Z Compiling memchr v2.7.4
4052024-12-13T21:36:36.126Z Compiling thiserror v1.0.69
4062024-12-13T21:36:36.126Z Compiling libc v0.2.162
4072024-12-13T21:36:36.159Z Compiling itoa v1.0.11
4082024-12-13T21:36:36.459Z Compiling ucd-trie v0.1.7
4092024-12-13T21:36:36.918Z Compiling ryu v1.0.18
4102024-12-13T21:36:37.164Z Compiling once_cell v1.20.2
4112024-12-13T21:36:37.487Z Compiling byteorder v1.5.0
4122024-12-13T21:36:37.505Z Compiling rustix v0.38.37
4132024-12-13T21:36:38.004Z Compiling serde_json v1.0.132
4142024-12-13T21:36:38.137Z Compiling bitflags v2.6.0
4152024-12-13T21:36:38.248Z Compiling proc-macro-error-attr v1.0.4
4162024-12-13T21:36:38.308Z Compiling usdt-impl v0.5.0
4172024-12-13T21:36:38.352Z Compiling syn v1.0.109
4182024-12-13T21:36:38.554Z Compiling proc-macro-error v1.0.4
4192024-12-13T21:36:38.578Z Compiling camino v1.1.9
4202024-12-13T21:36:38.624Z Compiling plain v0.2.3
4212024-12-13T21:36:38.786Z Compiling equivalent v1.0.1
4222024-12-13T21:36:38.810Z Compiling hashbrown v0.15.1
4232024-12-13T21:36:38.836Z Compiling log v0.4.22
4242024-12-13T21:36:38.902Z Compiling utf8parse v0.2.2
4252024-12-13T21:36:39.074Z Compiling quote v1.0.37
4262024-12-13T21:36:39.182Z Compiling anstyle-parse v0.2.5
4272024-12-13T21:36:39.239Z Compiling thread-id v4.2.2
4282024-12-13T21:36:39.359Z Compiling errno v0.3.9
4292024-12-13T21:36:39.404Z Compiling colorchoice v1.0.2
4302024-12-13T21:36:39.529Z Compiling syn v2.0.87
4312024-12-13T21:36:39.605Z Compiling pretty-hex v0.4.1
4322024-12-13T21:36:39.666Z Compiling is_terminal_polyfill v1.70.1
4332024-12-13T21:36:39.754Z Compiling winnow v0.6.20
4342024-12-13T21:36:39.799Z Compiling anstyle v1.0.10
4352024-12-13T21:36:39.825Z Compiling unicode-width v0.1.14
4362024-12-13T21:36:40.095Z Compiling indexmap v2.6.0
4372024-12-13T21:36:40.229Z Compiling semver v1.0.23
4382024-12-13T21:36:40.342Z Compiling anstyle-query v1.1.1
4392024-12-13T21:36:40.507Z Compiling autocfg v1.4.0
4402024-12-13T21:36:40.854Z Compiling anstream v0.6.15
4412024-12-13T21:36:41.427Z Compiling heck v0.4.1
4422024-12-13T21:36:41.521Z Compiling anyhow v1.0.93
4432024-12-13T21:36:41.602Z Compiling terminal_size v0.4.0
4442024-12-13T21:36:41.644Z Compiling fs-err v2.11.0
4452024-12-13T21:36:41.812Z Compiling clap_lex v0.7.2
4462024-12-13T21:36:41.910Z Compiling cfg-if v1.0.0
4472024-12-13T21:36:41.935Z Compiling heck v0.5.0
4482024-12-13T21:36:42.014Z Compiling fastrand v2.1.1
4492024-12-13T21:36:42.168Z Compiling strsim v0.11.1
4502024-12-13T21:36:42.336Z Compiling fnv v1.0.7
4512024-12-13T21:36:42.519Z Compiling bytecount v0.6.8
4522024-12-13T21:36:42.609Z Compiling clap_builder v4.5.21
4532024-12-13T21:36:42.748Z Compiling papergrid v0.11.0
4542024-12-13T21:36:42.918Z Compiling tempfile v3.13.0
4552024-12-13T21:36:43.310Z Compiling memmap v0.7.0
4562024-12-13T21:36:43.467Z Compiling smawk v0.3.2
4572024-12-13T21:36:43.524Z Compiling unicode-linebreak v0.1.5
4582024-12-13T21:36:43.781Z Compiling swrite v0.1.0
4592024-12-13T21:36:43.917Z Compiling textwrap v0.16.1
4602024-12-13T21:36:45.149Z Compiling tabled_derive v0.7.0
4612024-12-13T21:36:46.629Z Compiling tabled v0.15.0
4622024-12-13T21:36:48.457Z Compiling serde_derive v1.0.215
4632024-12-13T21:36:48.460Z Compiling thiserror-impl v1.0.69
4642024-12-13T21:36:48.460Z Compiling zerocopy-derive v0.7.35
4652024-12-13T21:36:48.460Z Compiling scroll_derive v0.12.0
4662024-12-13T21:36:48.460Z Compiling clap_derive v4.5.18
4672024-12-13T21:36:49.819Z Compiling scroll v0.12.0
4682024-12-13T21:36:49.997Z Compiling zerocopy v0.7.35
4692024-12-13T21:36:50.318Z Compiling goblin v0.8.2
4702024-12-13T21:36:51.112Z Compiling pest v2.7.14
4712024-12-13T21:36:52.411Z Compiling clap v4.5.21
4722024-12-13T21:36:53.204Z Compiling pest_meta v2.7.14
4732024-12-13T21:36:54.043Z Compiling pest_generator v2.7.14
4742024-12-13T21:36:55.758Z Compiling pest_derive v2.7.14
4752024-12-13T21:36:56.312Z Compiling dtrace-parser v0.2.0
4762024-12-13T21:36:58.430Z Compiling toml_datetime v0.6.8
4772024-12-13T21:36:58.430Z Compiling serde_spanned v0.6.8
4782024-12-13T21:36:58.439Z Compiling cargo-platform v0.1.8
4792024-12-13T21:36:58.806Z Compiling serde_tokenstream v0.2.2
4802024-12-13T21:36:58.833Z Compiling toml_edit v0.22.22
4812024-12-13T21:36:59.020Z Compiling macaddr v1.0.1
4822024-12-13T21:36:59.142Z Compiling camino-tempfile v1.1.1
4832024-12-13T21:36:59.935Z Compiling dof v0.3.0
4842024-12-13T21:36:59.935Z Compiling cargo_metadata v0.18.1
4852024-12-13T21:37:01.633Z Compiling toml v0.8.19
4862024-12-13T21:37:01.827Z Compiling usdt-macro v0.5.0
4872024-12-13T21:37:01.849Z Compiling usdt-attr-macro v0.5.0
4882024-12-13T21:37:02.518Z Compiling cargo_toml v0.20.5
4892024-12-13T21:37:03.273Z Compiling usdt v0.5.0
4902024-12-13T21:37:06.031Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-12-13T21:37:10.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.85s
4922024-12-13T21:37:10.388Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-12-13T21:37:10.912Z Downloading crates ...
4942024-12-13T21:37:11.055Z Downloaded http-range v0.1.5
4952024-12-13T21:37:11.059Z Downloaded addr2line v0.24.2
4962024-12-13T21:37:11.062Z Downloaded headers-core v0.3.0
4972024-12-13T21:37:11.062Z Downloaded home v0.5.9
4982024-12-13T21:37:11.065Z Downloaded adler2 v2.0.0
4992024-12-13T21:37:11.069Z Downloaded hex-literal v0.4.1
5002024-12-13T21:37:11.073Z Downloaded instant v0.1.13
5012024-12-13T21:37:11.076Z Downloaded hubpack_derive v0.1.1
5022024-12-13T21:37:11.080Z Downloaded icu_provider_macros v1.5.0
5032024-12-13T21:37:11.082Z Downloaded async-trait v0.1.83
5042024-12-13T21:37:11.085Z Downloaded md5 v0.7.0
5052024-12-13T21:37:11.088Z Downloaded async-stream v0.3.6
5062024-12-13T21:37:11.092Z Downloaded ident_case v1.0.1
5072024-12-13T21:37:11.092Z Downloaded assert_matches v1.5.0
5082024-12-13T21:37:11.095Z Downloaded http-body-util v0.1.2
5092024-12-13T21:37:11.095Z Downloaded hostname v0.3.1
5102024-12-13T21:37:11.098Z Downloaded async-stream-impl v0.3.6
5112024-12-13T21:37:11.098Z Downloaded hostname v0.4.0
5122024-12-13T21:37:11.098Z Downloaded heck v0.3.3
5132024-12-13T21:37:11.101Z Downloaded is_ci v1.2.0
5142024-12-13T21:37:11.102Z Downloaded atomicwrites v0.4.4
5152024-12-13T21:37:11.104Z Downloaded matches v0.1.10
5162024-12-13T21:37:11.104Z Downloaded lockfree-object-pool v0.1.6
5172024-12-13T21:37:11.107Z Downloaded kstat-rs v0.2.4
5182024-12-13T21:37:11.111Z Downloaded is-terminal v0.4.13
5192024-12-13T21:37:11.111Z Downloaded array-init v0.0.4
5202024-12-13T21:37:11.114Z Downloaded internet-checksum v0.2.1
5212024-12-13T21:37:11.114Z Downloaded arrayref v0.3.9
5222024-12-13T21:37:11.114Z Downloaded instability v0.3.2
5232024-12-13T21:37:11.114Z Downloaded lazy_static v1.5.0
5242024-12-13T21:37:11.117Z Downloaded bb8 v0.8.5
5252024-12-13T21:37:11.121Z Downloaded lalrpop-util v0.19.12
5262024-12-13T21:37:11.121Z Downloaded indent_write v2.2.0
5272024-12-13T21:37:11.124Z Downloaded lru v0.12.5
5282024-12-13T21:37:11.124Z Downloaded bcrypt-pbkdf v0.10.0
5292024-12-13T21:37:11.126Z Downloaded mime v0.3.17
5302024-12-13T21:37:11.126Z Downloaded maybe-uninit v2.0.0
5312024-12-13T21:37:11.129Z Downloaded bitfield v0.14.0
5322024-12-13T21:37:11.133Z Downloaded ipnetwork v0.20.0
5332024-12-13T21:37:11.136Z Downloaded linked-hash-map v0.5.6
5342024-12-13T21:37:11.136Z Downloaded httpdate v1.0.3
5352024-12-13T21:37:11.136Z Downloaded bitfield-struct v0.6.2
5362024-12-13T21:37:11.139Z Downloaded arrayvec v0.7.6
5372024-12-13T21:37:11.139Z Downloaded hyper-tls v0.6.0
5382024-12-13T21:37:11.142Z Downloaded http-body v1.0.1
5392024-12-13T21:37:11.145Z Downloaded ciborium-io v0.2.2
5402024-12-13T21:37:11.145Z Downloaded bit-vec v0.6.3
5412024-12-13T21:37:11.145Z Downloaded match_cfg v0.1.0
5422024-12-13T21:37:11.147Z Downloaded cfg_aliases v0.2.1
5432024-12-13T21:37:11.148Z Downloaded cfg_aliases v0.1.1
5442024-12-13T21:37:11.151Z Downloaded bit-set v0.5.3
5452024-12-13T21:37:11.151Z Downloaded base16ct v0.2.0
5462024-12-13T21:37:11.151Z Downloaded impl-trait-for-tuples v0.2.2
5472024-12-13T21:37:11.154Z Downloaded linear-map v1.2.0
5482024-12-13T21:37:11.157Z Downloaded bcs v0.1.6
5492024-12-13T21:37:11.160Z Downloaded iana-time-zone v0.1.61
5502024-12-13T21:37:11.163Z Downloaded bitflags v1.3.2
5512024-12-13T21:37:11.165Z Downloaded inout v0.1.3
5522024-12-13T21:37:11.168Z Downloaded ipnet v2.10.1
5532024-12-13T21:37:11.168Z Downloaded icu_locid_transform v1.5.0
5542024-12-13T21:37:11.171Z Downloaded hyper-staticfile v0.10.1
5552024-12-13T21:37:11.174Z Downloaded heapless v0.8.0
5562024-12-13T21:37:11.178Z Downloaded primeorder v0.13.6
5572024-12-13T21:37:11.181Z Downloaded memmap2 v0.9.5
5582024-12-13T21:37:11.184Z Downloaded async-bb8-diesel v0.2.1
5592024-12-13T21:37:11.187Z Downloaded buf-list v1.0.3
5602024-12-13T21:37:11.190Z Downloaded httparse v1.9.5
5612024-12-13T21:37:11.193Z Downloaded libloading v0.8.5
5622024-12-13T21:37:11.195Z Downloaded darling v0.20.10
5632024-12-13T21:37:11.198Z Downloaded strum v0.26.3
5642024-12-13T21:37:11.201Z Downloaded toolchain_find v0.4.0
5652024-12-13T21:37:11.201Z Downloaded russh-cryptovec v0.7.3
5662024-12-13T21:37:11.204Z Downloaded psl-types v2.0.11
5672024-12-13T21:37:11.204Z Downloaded cobs v0.2.3
5682024-12-13T21:37:11.207Z Downloaded quinn-udp v0.5.5
5692024-12-13T21:37:11.207Z Downloaded hex v0.4.3
5702024-12-13T21:37:11.210Z Downloaded argon2 v0.5.3
5712024-12-13T21:37:11.213Z Downloaded ref-cast-impl v1.0.23
5722024-12-13T21:37:11.213Z Downloaded md-5 v0.10.6
5732024-12-13T21:37:11.215Z Downloaded lock_api v0.4.12
5742024-12-13T21:37:11.218Z Downloaded crossbeam-deque v0.8.5
5752024-12-13T21:37:11.218Z Downloaded crc-catalog v2.4.0
5762024-12-13T21:37:11.221Z Downloaded convert_case v0.4.0
5772024-12-13T21:37:11.222Z Downloaded jobserver v0.1.32
5782024-12-13T21:37:11.225Z Downloaded managed v0.8.0
5792024-12-13T21:37:11.225Z Downloaded icu_locid_transform_data v1.5.0
5802024-12-13T21:37:11.228Z Downloaded icu_normalizer_data v1.5.0
5812024-12-13T21:37:11.231Z Downloaded heapless v0.7.17
5822024-12-13T21:37:11.261Z Downloaded libsw v3.3.1
5832024-12-13T21:37:11.261Z Downloaded crc v3.2.1
5842024-12-13T21:37:11.261Z Downloaded dhcproto-macros v0.1.0
5852024-12-13T21:37:11.261Z Downloaded constant_time_eq v0.3.1
5862024-12-13T21:37:11.261Z Downloaded icu_locid v1.5.0
5872024-12-13T21:37:11.262Z Downloaded same-file v1.0.6
5882024-12-13T21:37:11.262Z Downloaded r2d2 v0.8.10
5892024-12-13T21:37:11.262Z Downloaded ctr v0.9.2
5902024-12-13T21:37:11.262Z Downloaded slog-async v2.8.0
5912024-12-13T21:37:11.262Z Downloaded spin v0.5.2
5922024-12-13T21:37:11.262Z Downloaded tiny-keccak v2.0.2
5932024-12-13T21:37:11.262Z Downloaded structmeta-derive v0.3.0
5942024-12-13T21:37:11.262Z Downloaded structmeta-derive v0.2.0
5952024-12-13T21:37:11.266Z Downloaded chacha20 v0.9.1
5962024-12-13T21:37:11.266Z Downloaded icu_provider v1.5.0
5972024-12-13T21:37:11.269Z Downloaded mime_guess v2.0.5
5982024-12-13T21:37:11.269Z Downloaded memoffset v0.9.1
5992024-12-13T21:37:11.272Z Downloaded structmeta v0.2.0
6002024-12-13T21:37:11.275Z Downloaded thiserror-impl v2.0.3
6012024-12-13T21:37:11.276Z Downloaded strip-ansi-escapes v0.2.0
6022024-12-13T21:37:11.279Z Downloaded indicatif v0.17.9
6032024-12-13T21:37:11.281Z Downloaded cookie_store v0.21.0
6042024-12-13T21:37:11.284Z Downloaded arc-swap v1.7.1
6052024-12-13T21:37:11.287Z Downloaded rustc-demangle v0.1.24
6062024-12-13T21:37:11.290Z Downloaded number_prefix v0.4.0
6072024-12-13T21:37:11.293Z Downloaded num-conv v0.1.0
6082024-12-13T21:37:11.293Z Downloaded const_format_proc_macros v0.2.33
6092024-12-13T21:37:11.296Z Downloaded oso-derive v0.27.3
6102024-12-13T21:37:11.296Z Downloaded xattr v1.3.1
6112024-12-13T21:37:11.299Z Downloaded tokio-native-tls v0.3.1
6122024-12-13T21:37:11.302Z Downloaded serde_derive_internals v0.29.1
6132024-12-13T21:37:11.303Z Downloaded crc32fast v1.4.2
6142024-12-13T21:37:11.306Z Downloaded ed25519 v2.2.3
6152024-12-13T21:37:11.309Z Downloaded openssl-probe v0.1.5
6162024-12-13T21:37:11.309Z Downloaded wyz v0.5.1
6172024-12-13T21:37:11.312Z Downloaded spin v0.9.8
6182024-12-13T21:37:11.312Z Downloaded typify v0.2.0
6192024-12-13T21:37:11.317Z Downloaded phf_shared v0.10.0
6202024-12-13T21:37:11.320Z Downloaded path-slash v0.1.5
6212024-12-13T21:37:11.320Z Downloaded foreign-types-macros v0.2.3
6222024-12-13T21:37:11.320Z Downloaded foreign-types v0.5.0
6232024-12-13T21:37:11.323Z Downloaded float-cmp v0.9.0
6242024-12-13T21:37:11.323Z Downloaded csv-core v0.1.11
6252024-12-13T21:37:11.326Z Downloaded time-macros v0.2.18
6262024-12-13T21:37:11.329Z Downloaded base64 v0.22.1
6272024-12-13T21:37:11.332Z Downloaded utf8_iter v1.0.4
6282024-12-13T21:37:11.332Z Downloaded shlex v1.3.0
6292024-12-13T21:37:11.335Z Downloaded sigpipe v0.1.3
6302024-12-13T21:37:11.335Z Downloaded cookie v0.18.1
6312024-12-13T21:37:11.338Z Downloaded hickory-server v0.24.1
6322024-12-13T21:37:11.347Z Downloaded time-core v0.1.2
6332024-12-13T21:37:11.349Z Downloaded http v1.1.0
6342024-12-13T21:37:11.353Z Downloaded hickory-resolver v0.24.1
6352024-12-13T21:37:11.364Z Downloaded zerofrom v0.1.4
6362024-12-13T21:37:11.364Z Downloaded pbkdf2 v0.12.2
6372024-12-13T21:37:11.364Z Downloaded yoke-derive v0.7.4
6382024-12-13T21:37:11.364Z Downloaded const-oid v0.9.6
6392024-12-13T21:37:11.364Z Downloaded blake2 v0.10.6
6402024-12-13T21:37:11.367Z Downloaded quick-error v1.2.3
6412024-12-13T21:37:11.367Z Downloaded der_derive v0.7.3
6422024-12-13T21:37:11.372Z Downloaded zone_cfg_derive v0.3.0
6432024-12-13T21:37:11.372Z Downloaded writeable v0.5.5
6442024-12-13T21:37:11.375Z Downloaded slog v2.7.0
6452024-12-13T21:37:11.375Z Downloaded darling_macro v0.20.10
6462024-12-13T21:37:11.378Z Downloaded serde_urlencoded v0.7.1
6472024-12-13T21:37:11.378Z Downloaded futures-macro v0.3.31
6482024-12-13T21:37:11.382Z Downloaded crossbeam-utils v0.8.20
6492024-12-13T21:37:11.382Z Downloaded hash32 v0.3.1
6502024-12-13T21:37:11.387Z Downloaded uzers v0.12.1
6512024-12-13T21:37:11.388Z Downloaded slog-stdlog v4.1.1
6522024-12-13T21:37:11.391Z Downloaded simd-adler32 v0.3.7
6532024-12-13T21:37:11.391Z Downloaded predicates-core v1.0.8
6542024-12-13T21:37:11.394Z Downloaded pbkdf2 v0.11.0
6552024-12-13T21:37:11.394Z Downloaded normalize-line-endings v0.3.0
6562024-12-13T21:37:11.398Z Downloaded bzip2 v0.4.4
6572024-12-13T21:37:11.398Z Downloaded chacha20poly1305 v0.10.1
6582024-12-13T21:37:11.402Z Downloaded bytes v1.8.0
6592024-12-13T21:37:11.406Z Downloaded thread_local v1.1.8
6602024-12-13T21:37:11.406Z Downloaded des v0.8.1
6612024-12-13T21:37:11.409Z Downloaded progenitor-client v0.8.0
6622024-12-13T21:37:11.409Z Downloaded tap v1.0.1
6632024-12-13T21:37:11.412Z Downloaded thiserror-no-std v2.0.2
6642024-12-13T21:37:11.416Z Downloaded peg-runtime v0.8.3
6652024-12-13T21:37:11.416Z Downloaded zerofrom-derive v0.1.4
6662024-12-13T21:37:11.432Z Downloaded utf16_iter v1.0.5
6672024-12-13T21:37:11.432Z Downloaded postgres-protocol v0.6.7
6682024-12-13T21:37:11.432Z Downloaded pkcs1 v0.7.5
6692024-12-13T21:37:11.432Z Downloaded tracing-attributes v0.1.27
6702024-12-13T21:37:11.432Z Downloaded dropshot_endpoint v0.13.0
6712024-12-13T21:37:11.433Z Downloaded spki v0.7.3
6722024-12-13T21:37:11.436Z Downloaded env_filter v0.1.2
6732024-12-13T21:37:11.436Z Downloaded enum-as-inner v0.6.1
6742024-12-13T21:37:11.436Z Downloaded scopeguard v1.2.0
6752024-12-13T21:37:11.440Z Downloaded take_mut v0.2.2
6762024-12-13T21:37:11.440Z Downloaded uuid v1.11.0
6772024-12-13T21:37:11.443Z Downloaded signal-hook-tokio v0.3.1
6782024-12-13T21:37:11.448Z Downloaded defmt-parser v0.3.4
6792024-12-13T21:37:11.448Z Downloaded num_enum v0.5.11
6802024-12-13T21:37:11.451Z Downloaded funty v2.0.0
6812024-12-13T21:37:11.458Z Downloaded flagset v0.4.6
6822024-12-13T21:37:11.458Z Downloaded fixedbitset v0.4.2
6832024-12-13T21:37:11.458Z Downloaded waitgroup v0.1.2
6842024-12-13T21:37:11.458Z Downloaded filetime v0.2.25
6852024-12-13T21:37:11.469Z Downloaded diesel_table_macro_syntax v0.2.0
6862024-12-13T21:37:11.472Z Downloaded progenitor v0.8.0
6872024-12-13T21:37:11.472Z Downloaded phf_generator v0.11.2
6882024-12-13T21:37:11.472Z Downloaded tinyvec_macros v0.1.1
6892024-12-13T21:37:11.475Z Downloaded ppv-lite86 v0.2.20
6902024-12-13T21:37:11.475Z Downloaded tokio-tungstenite v0.24.0
6912024-12-13T21:37:11.481Z Downloaded packed_struct_codegen v0.10.1
6922024-12-13T21:37:11.484Z Downloaded packed_struct v0.10.1
6932024-12-13T21:37:11.484Z Downloaded group v0.13.0
6942024-12-13T21:37:11.484Z Downloaded unicode-properties v0.1.3
6952024-12-13T21:37:11.490Z Downloaded glob v0.3.1
6962024-12-13T21:37:11.490Z Downloaded phf_codegen v0.11.2
6972024-12-13T21:37:11.490Z Downloaded phf v0.11.2
6982024-12-13T21:37:11.494Z Downloaded slog-bunyan v2.5.0
6992024-12-13T21:37:11.494Z Downloaded siphasher v0.3.11
7002024-12-13T21:37:11.494Z Downloaded sqlformat v0.2.6
7012024-12-13T21:37:11.501Z Downloaded rand_seeder v0.3.0
7022024-12-13T21:37:11.501Z Downloaded tls_codec_derive v0.4.1
7032024-12-13T21:37:11.501Z Downloaded rand_core v0.6.4
7042024-12-13T21:37:11.501Z Downloaded rand_chacha v0.3.1
7052024-12-13T21:37:11.504Z Downloaded crypto-bigint v0.5.5
7062024-12-13T21:37:11.510Z Downloaded pretty-hex v0.2.1
7072024-12-13T21:37:11.513Z Downloaded newtype_derive v0.1.6
7082024-12-13T21:37:11.516Z Downloaded tabwriter v1.4.0
7092024-12-13T21:37:11.516Z Downloaded wait-timeout v0.2.0
7102024-12-13T21:37:11.519Z Downloaded unarray v0.1.4
7112024-12-13T21:37:11.519Z Downloaded signal-hook-registry v1.4.2
7122024-12-13T21:37:11.522Z Downloaded precomputed-hash v0.1.1
7132024-12-13T21:37:11.522Z Downloaded oso v0.27.3
7142024-12-13T21:37:11.525Z Downloaded zopfli v0.8.1
7152024-12-13T21:37:11.528Z Downloaded ff v0.13.0
7162024-12-13T21:37:11.537Z Downloaded tls_codec v0.4.1
7172024-12-13T21:37:11.558Z Downloaded universal-hash v0.5.1
7182024-12-13T21:37:11.558Z Downloaded globset v0.4.15
7192024-12-13T21:37:11.558Z Downloaded rsa v0.9.6
7202024-12-13T21:37:11.558Z Downloaded expectorate v1.1.0
7212024-12-13T21:37:11.559Z Downloaded ed25519-dalek v2.1.1
7222024-12-13T21:37:11.561Z Downloaded diesel-dtrace v0.4.2
7232024-12-13T21:37:11.562Z Downloaded crossbeam-channel v0.5.13
7242024-12-13T21:37:11.562Z Downloaded nodrop v0.1.14
7252024-12-13T21:37:11.562Z Downloaded data-encoding v2.6.0
7262024-12-13T21:37:11.562Z Downloaded libm v0.2.8
7272024-12-13T21:37:11.568Z Downloaded nibble_vec v0.1.0
7282024-12-13T21:37:11.572Z Downloaded new_debug_unreachable v1.0.6
7292024-12-13T21:37:11.572Z Downloaded endian-type v0.1.2
7302024-12-13T21:37:11.575Z Downloaded parse-display-derive v0.10.0
7312024-12-13T21:37:11.575Z Downloaded multimap v0.10.0
7322024-12-13T21:37:11.578Z Downloaded ghash v0.5.1
7332024-12-13T21:37:11.578Z Downloaded itertools v0.10.5
7342024-12-13T21:37:11.584Z Downloaded openssl-macros v0.1.1
7352024-12-13T21:37:11.588Z Downloaded slog-scope v4.4.0
7362024-12-13T21:37:11.588Z Downloaded rfc6979 v0.4.0
7372024-12-13T21:37:11.591Z Downloaded tinystr v0.7.6
7382024-12-13T21:37:11.591Z Downloaded derive_builder v0.20.2
7392024-12-13T21:37:11.597Z Downloaded termcolor v1.4.1
7402024-12-13T21:37:11.600Z Downloaded smallvec v0.6.14
7412024-12-13T21:37:11.600Z Downloaded publicsuffix v2.2.3
7422024-12-13T21:37:11.603Z Downloaded slog-json v2.6.1
7432024-12-13T21:37:11.606Z Downloaded slog-dtrace v0.3.0
7442024-12-13T21:37:11.609Z Downloaded subprocess v0.2.9
7452024-12-13T21:37:11.613Z Downloaded toml_edit v0.19.15
7462024-12-13T21:37:11.628Z Downloaded zone_cfg_derive v0.1.2
7472024-12-13T21:37:11.632Z Downloaded itertools v0.12.1
7482024-12-13T21:37:11.638Z Downloaded embedded-io v0.6.1
7492024-12-13T21:37:11.642Z Downloaded untrusted v0.9.0
7502024-12-13T21:37:11.642Z Downloaded untrusted v0.7.1
7512024-12-13T21:37:11.642Z Downloaded unicode-xid v0.2.6
7522024-12-13T21:37:11.645Z Downloaded tar v0.4.42
7532024-12-13T21:37:11.649Z Downloaded foreign-types v0.3.2
7542024-12-13T21:37:11.649Z Downloaded pkcs8 v0.10.2
7552024-12-13T21:37:11.652Z Downloaded signal-hook v0.3.17
7562024-12-13T21:37:11.654Z Downloaded tungstenite v0.24.0
7572024-12-13T21:37:11.659Z Downloaded subtle v2.6.1
7582024-12-13T21:37:11.662Z Downloaded ssh-cipher v0.2.0
7592024-12-13T21:37:11.662Z Downloaded embedded-io v0.4.0
7602024-12-13T21:37:11.666Z Downloaded tinyvec v1.8.0
7612024-12-13T21:37:11.668Z Downloaded rayon-core v1.12.1
7622024-12-13T21:37:11.672Z Downloaded url v2.5.3
7632024-12-13T21:37:11.676Z Downloaded similar v2.6.0
7642024-12-13T21:37:11.682Z Downloaded sync_wrapper v1.0.1
7652024-12-13T21:37:11.684Z Downloaded progenitor-macro v0.8.0
7662024-12-13T21:37:11.684Z Downloaded tokio-rustls v0.24.1
7672024-12-13T21:37:11.688Z Downloaded tokio-postgres v0.7.12
7682024-12-13T21:37:11.693Z Downloaded deranged v0.3.11
7692024-12-13T21:37:11.696Z Downloaded native-tls v0.2.12
7702024-12-13T21:37:11.700Z Downloaded peg-macros v0.8.4
7712024-12-13T21:37:11.700Z Downloaded futures-task v0.3.31
7722024-12-13T21:37:11.702Z Downloaded futures-sink v0.3.31
7732024-12-13T21:37:11.702Z Downloaded strum_macros v0.25.3
7742024-12-13T21:37:11.705Z Downloaded hyper v1.5.0
7752024-12-13T21:37:11.712Z Downloaded sqlparser_derive v0.2.2
7762024-12-13T21:37:11.714Z Downloaded topological-sort v0.2.2
7772024-12-13T21:37:11.715Z Downloaded vsss-rs v3.3.4
7782024-12-13T21:37:11.718Z Downloaded num_threads v0.1.7
7792024-12-13T21:37:11.721Z Downloaded smf v0.2.3
7802024-12-13T21:37:11.721Z Downloaded shell-words v1.1.0
7812024-12-13T21:37:11.724Z Downloaded ref-cast v1.0.23
7822024-12-13T21:37:11.726Z Downloaded ecdsa v0.16.9
7832024-12-13T21:37:11.729Z Downloaded tungstenite v0.23.0
7842024-12-13T21:37:11.732Z Downloaded unicode-normalization v0.1.24
7852024-12-13T21:37:11.736Z Downloaded radium v0.7.0
7862024-12-13T21:37:11.741Z Downloaded powerfmt v0.2.0
7872024-12-13T21:37:11.741Z Downloaded zone v0.1.8
7882024-12-13T21:37:11.743Z Downloaded zerovec-derive v0.10.3
7892024-12-13T21:37:11.744Z Downloaded typify-macro v0.2.0
7902024-12-13T21:37:11.747Z Downloaded vte v0.11.1
7912024-12-13T21:37:11.747Z Downloaded zone v0.3.0
7922024-12-13T21:37:11.750Z Downloaded displaydoc v0.2.5
7932024-12-13T21:37:11.752Z Downloaded pin-utils v0.1.0
7942024-12-13T21:37:11.755Z Downloaded fxhash v0.2.1
7952024-12-13T21:37:11.755Z Downloaded fragile v2.0.0
7962024-12-13T21:37:11.759Z Downloaded strum_macros v0.24.3
7972024-12-13T21:37:11.759Z Downloaded sync-ptr v0.1.1
7982024-12-13T21:37:11.763Z Downloaded parse-zoneinfo v0.3.1
7992024-12-13T21:37:11.768Z Downloaded tokio-util v0.7.12
8002024-12-13T21:37:11.772Z Downloaded newline-converter v0.3.0
8012024-12-13T21:37:11.776Z Downloaded rustls-pemfile v1.0.4
8022024-12-13T21:37:11.779Z Downloaded string_cache v0.8.7
8032024-12-13T21:37:11.779Z Downloaded static_assertions v1.1.0
8042024-12-13T21:37:11.782Z Downloaded foldhash v0.1.3
8052024-12-13T21:37:11.782Z Downloaded ssh-encoding v0.2.0
8062024-12-13T21:37:11.785Z Downloaded diesel_derives v2.2.3
8072024-12-13T21:37:11.788Z Downloaded olpc-cjson v0.1.4
8082024-12-13T21:37:11.792Z Downloaded resolv-conf v0.7.0
8092024-12-13T21:37:11.792Z Downloaded parking_lot v0.11.2
8102024-12-13T21:37:11.796Z Downloaded multer v3.1.0
8112024-12-13T21:37:11.799Z Downloaded mirai-annotations v1.12.0
8122024-12-13T21:37:11.799Z Downloaded foreign-types-shared v0.1.1
8132024-12-13T21:37:11.799Z Downloaded want v0.3.1
8142024-12-13T21:37:11.803Z Downloaded rustc_version v0.4.1
8152024-12-13T21:37:11.803Z Downloaded form_urlencoded v1.2.1
8162024-12-13T21:37:11.803Z Downloaded zeroize_derive v1.4.2
8172024-12-13T21:37:11.806Z Downloaded percent-encoding v2.3.1
8182024-12-13T21:37:11.806Z Downloaded omicron-zone-package v0.11.1
8192024-12-13T21:37:11.809Z Downloaded derive_builder_macro v0.20.2
8202024-12-13T21:37:11.809Z Downloaded unsafe-libyaml v0.2.11
8212024-12-13T21:37:11.813Z Downloaded password-hash v0.5.0
8222024-12-13T21:37:11.816Z Downloaded sha1 v0.10.6
8232024-12-13T21:37:11.820Z Downloaded progenitor-impl v0.8.0
8242024-12-13T21:37:11.823Z Downloaded fs_extra v1.3.0
8252024-12-13T21:37:11.823Z Downloaded gethostname v0.5.0
8262024-12-13T21:37:11.826Z Downloaded env_logger v0.11.5
8272024-12-13T21:37:11.828Z Downloaded vte_generate_state_changes v0.1.2
8282024-12-13T21:37:11.828Z Downloaded hkdf v0.12.4
8292024-12-13T21:37:11.832Z Downloaded tokio-tungstenite v0.23.1
8302024-12-13T21:37:11.834Z Downloaded write16 v1.0.0
8312024-12-13T21:37:11.837Z Downloaded newtype-uuid v1.1.3
8322024-12-13T21:37:11.837Z Downloaded snafu-derive v0.8.5
8332024-12-13T21:37:11.840Z Downloaded postcard v1.0.10
8342024-12-13T21:37:11.843Z Downloaded unicode-truncate v1.1.0
8352024-12-13T21:37:11.843Z Downloaded unicase v2.7.0
8362024-12-13T21:37:11.847Z Downloaded tokio-stream v0.1.16
8372024-12-13T21:37:11.850Z Downloaded p256 v0.13.2
8382024-12-13T21:37:11.855Z Downloaded parse-size v1.1.0
8392024-12-13T21:37:11.857Z Downloaded parse-display v0.10.0
8402024-12-13T21:37:11.857Z Downloaded salty v0.3.0
8412024-12-13T21:37:11.863Z Downloaded foreign-types-shared v0.3.1
8422024-12-13T21:37:11.867Z Downloaded float-ord v0.3.2
8432024-12-13T21:37:11.867Z Downloaded rpassword v7.3.1
8442024-12-13T21:37:11.867Z Downloaded getrandom v0.2.15
8452024-12-13T21:37:11.870Z Downloaded downcast v0.11.0
8462024-12-13T21:37:11.873Z Downloaded salsa20 v0.10.2
8472024-12-13T21:37:11.873Z Downloaded dropshot_endpoint v0.12.0
8482024-12-13T21:37:11.877Z Downloaded crossterm v0.28.1
8492024-12-13T21:37:11.883Z Downloaded thiserror v2.0.3
8502024-12-13T21:37:11.888Z Downloaded num-iter v0.1.45
8512024-12-13T21:37:11.891Z Downloaded num-integer v0.1.46
8522024-12-13T21:37:11.894Z Downloaded which v4.4.2
8532024-12-13T21:37:11.894Z Downloaded display-error-chain v0.2.2
8542024-12-13T21:37:11.897Z Downloaded num v0.4.3
8552024-12-13T21:37:11.897Z Downloaded walkdir v2.5.0
8562024-12-13T21:37:11.900Z Downloaded time v0.3.36
8572024-12-13T21:37:11.906Z Downloaded pin-project-internal v1.1.6
8582024-12-13T21:37:11.908Z Downloaded rcgen v0.12.1
8592024-12-13T21:37:11.912Z Downloaded tracing v0.1.40
8602024-12-13T21:37:11.915Z Downloaded termios v0.3.3
8612024-12-13T21:37:11.918Z Downloaded synstructure v0.13.1
8622024-12-13T21:37:11.918Z Downloaded rustls-webpki v0.101.7
8632024-12-13T21:37:11.932Z Downloaded pem v3.0.4
8642024-12-13T21:37:11.937Z Downloaded fallible-iterator v0.2.0
8652024-12-13T21:37:11.937Z Downloaded zeroize v1.8.1
8662024-12-13T21:37:11.937Z Downloaded termtree v0.4.1
8672024-12-13T21:37:11.937Z Downloaded yoke v0.7.4
8682024-12-13T21:37:11.944Z Downloaded rustversion v1.0.17
8692024-12-13T21:37:11.944Z Downloaded rustc-hash v1.1.0
8702024-12-13T21:37:11.944Z Downloaded schemars v0.8.21
8712024-12-13T21:37:11.956Z Downloaded serde-big-array v0.5.1
8722024-12-13T21:37:11.962Z Downloaded pem-rfc7468 v0.7.0
8732024-12-13T21:37:11.962Z Downloaded scheduled-thread-pool v0.2.7
8742024-12-13T21:37:11.962Z Downloaded dirs-next v2.0.0
8752024-12-13T21:37:11.962Z Downloaded rand v0.8.5
8762024-12-13T21:37:11.968Z Downloaded postgres-types v0.2.8
8772024-12-13T21:37:11.973Z Downloaded whoami v1.5.2
8782024-12-13T21:37:11.973Z Downloaded parking_lot_core v0.8.6
8792024-12-13T21:37:11.976Z Downloaded xz2 v0.1.7
8802024-12-13T21:37:11.977Z Downloaded aws-lc-rs v1.10.0
8812024-12-13T21:37:11.983Z Downloaded parking_lot_core v0.9.10
8822024-12-13T21:37:11.986Z Downloaded polyval v0.6.2
8832024-12-13T21:37:11.989Z Downloaded snafu v0.8.5
8842024-12-13T21:37:11.994Z Downloaded quinn v0.11.5
8852024-12-13T21:37:11.997Z Downloaded difflib v0.4.0
8862024-12-13T21:37:12.000Z Downloaded rustls-pemfile v2.2.0
8872024-12-13T21:37:12.003Z Downloaded lalrpop v0.19.12
8882024-12-13T21:37:12.013Z Downloaded phf_shared v0.11.2
8892024-12-13T21:37:12.017Z Downloaded diff v0.1.13
8902024-12-13T21:37:12.020Z Downloaded yasna v0.5.2
8912024-12-13T21:37:12.024Z Downloaded blake3 v1.5.4
8922024-12-13T21:37:12.029Z Downloaded twox-hash v1.6.3
8932024-12-13T21:37:12.033Z Downloaded thiserror-impl-no-std v2.0.2
8942024-12-13T21:37:12.033Z Downloaded stringprep v0.1.5
8952024-12-13T21:37:12.037Z Downloaded derive_more v0.99.18
8962024-12-13T21:37:12.040Z Downloaded mockall_derive v0.13.0
8972024-12-13T21:37:12.043Z Downloaded num-rational v0.4.2
8982024-12-13T21:37:12.043Z Downloaded ron v0.7.1
8992024-12-13T21:37:12.048Z Downloaded pin-project-lite v0.2.14
9002024-12-13T21:37:12.052Z Downloaded hashbrown v0.14.5
9012024-12-13T21:37:12.059Z Downloaded steno v0.4.1
9022024-12-13T21:37:12.063Z Downloaded derive-where v1.2.7
9032024-12-13T21:37:12.066Z Downloaded idna v0.3.0
9042024-12-13T21:37:12.075Z Downloaded flume v0.11.1
9052024-12-13T21:37:12.079Z Downloaded tokio-rustls v0.26.0
9062024-12-13T21:37:12.082Z Downloaded tokio-rustls v0.25.0
9072024-12-13T21:37:12.085Z Downloaded unicode-bidi v0.3.17
9082024-12-13T21:37:12.088Z Downloaded serde_path_to_error v0.1.16
9092024-12-13T21:37:12.088Z Downloaded num-bigint v0.4.6
9102024-12-13T21:37:12.093Z Downloaded serde_with v3.11.0
9112024-12-13T21:37:12.102Z Downloaded pin-project v1.1.6
9122024-12-13T21:37:12.114Z Downloaded test-strategy v0.3.1
9132024-12-13T21:37:12.118Z Downloaded winnow v0.5.40
9142024-12-13T21:37:12.127Z Downloaded env_logger v0.10.2
9152024-12-13T21:37:12.130Z Downloaded h2 v0.4.6
9162024-12-13T21:37:12.138Z Downloaded webpki-roots v0.26.6
9172024-12-13T21:37:12.142Z Downloaded idna v0.4.0
9182024-12-13T21:37:12.149Z Downloaded ssh-key v0.6.6
9192024-12-13T21:37:12.157Z Downloaded zerocopy-derive v0.8.10
9202024-12-13T21:37:12.164Z Downloaded mio v1.0.2
9212024-12-13T21:37:12.171Z Downloaded typed-path v0.9.3
9222024-12-13T21:37:12.178Z Downloaded rustyline v14.0.0
9232024-12-13T21:37:12.184Z Downloaded object v0.30.4
9242024-12-13T21:37:12.194Z Downloaded sqlparser v0.45.0
9252024-12-13T21:37:12.211Z Downloaded proptest v1.5.0
9262024-12-13T21:37:12.228Z Downloaded tough v0.19.0
9272024-12-13T21:37:12.228Z Downloaded bitvec v1.0.1
9282024-12-13T21:37:12.251Z Downloaded zerovec v0.10.4
9292024-12-13T21:37:12.259Z Downloaded portable-atomic v1.9.0
9302024-12-13T21:37:12.262Z Downloaded hickory-proto v0.24.1
9312024-12-13T21:37:12.287Z Downloaded p521 v0.13.3
9322024-12-13T21:37:12.294Z Downloaded git2 v0.19.0
9332024-12-13T21:37:12.298Z Downloaded petname v2.0.2
9342024-12-13T21:37:12.302Z Downloaded rustls-webpki v0.102.8
9352024-12-13T21:37:12.321Z Downloaded p384 v0.13.0
9362024-12-13T21:37:12.327Z Downloaded trust-dns-proto v0.22.0
9372024-12-13T21:37:12.340Z Downloaded quinn-proto v0.11.8
9382024-12-13T21:37:12.353Z Downloaded regress v0.9.1
9392024-12-13T21:37:12.357Z Downloaded zerocopy v0.8.10
9402024-12-13T21:37:12.377Z Downloaded reqwest v0.12.9
9412024-12-13T21:37:12.385Z Downloaded rustls v0.23.19
9422024-12-13T21:37:12.397Z Downloaded curve25519-dalek v4.1.3
9432024-12-13T21:37:12.405Z Downloaded nix v0.29.0
9442024-12-13T21:37:12.416Z Downloaded vcpkg v0.2.15
9452024-12-13T21:37:12.452Z Downloaded rustls v0.21.12
9462024-12-13T21:37:12.464Z Downloaded radix_trie v0.2.1
9472024-12-13T21:37:12.469Z Downloaded dropshot v0.13.0
9482024-12-13T21:37:12.491Z Downloaded diesel v2.2.6
9492024-12-13T21:37:12.509Z Downloaded chrono-tz v0.10.0
9502024-12-13T21:37:12.516Z Downloaded openssl v0.10.66
9512024-12-13T21:37:12.525Z Downloaded bstr v1.10.0
9522024-12-13T21:37:12.535Z Downloaded unicode-width v0.2.0
9532024-12-13T21:37:12.541Z Downloaded ratatui v0.28.1
9542024-12-13T21:37:12.564Z Downloaded regex-syntax v0.6.29
9552024-12-13T21:37:12.572Z Downloaded typify-impl v0.2.0
9562024-12-13T21:37:12.583Z Downloaded dropshot v0.12.0
9572024-12-13T21:37:12.603Z Downloaded smoltcp v0.11.0
9582024-12-13T21:37:12.615Z Downloaded openapiv3 v2.0.0
9592024-12-13T21:37:12.627Z Downloaded object v0.36.5
9602024-12-13T21:37:12.639Z Downloaded polar-core v0.27.3
9612024-12-13T21:37:12.648Z Downloaded smoltcp v0.9.1
9622024-12-13T21:37:12.658Z Downloaded rustls v0.22.4
9632024-12-13T21:37:12.672Z Downloaded nix v0.28.0
9642024-12-13T21:37:12.682Z Downloaded sled v0.34.7
9652024-12-13T21:37:12.692Z Downloaded zerocopy-derive v0.6.6
9662024-12-13T21:37:12.701Z Downloaded gimli v0.31.1
9672024-12-13T21:37:12.711Z Downloaded bzip2-sys v0.1.11+1.0.8
9682024-12-13T21:37:12.723Z Downloaded lzma-sys v0.1.20
9692024-12-13T21:37:12.753Z Downloaded regex-syntax v0.8.5
9702024-12-13T21:37:12.761Z Downloaded regress v0.10.1
9712024-12-13T21:37:12.770Z Downloaded nix v0.27.1
9722024-12-13T21:37:12.781Z Downloaded petgraph v0.6.5
9732024-12-13T21:37:12.796Z Downloaded tokio v1.40.0
9742024-12-13T21:37:12.832Z Downloaded regex-automata v0.4.8
9752024-12-13T21:37:12.849Z Downloaded libz-sys v1.1.20
9762024-12-13T21:37:12.869Z Downloaded chrono v0.4.38
9772024-12-13T21:37:12.876Z Downloaded idna v0.2.3
9782024-12-13T21:37:12.883Z Downloaded headers v0.4.0
9792024-12-13T21:37:12.889Z Downloaded flate2 v1.0.34
9802024-12-13T21:37:12.893Z Downloaded reedline v0.35.0
9812024-12-13T21:37:12.901Z Downloaded rusqlite v0.32.1
9822024-12-13T21:37:12.908Z Downloaded csv v1.3.0
9832024-12-13T21:37:12.929Z Downloaded serde_yaml v0.9.34+deprecated
9842024-12-13T21:37:12.933Z Downloaded regex v1.11.1
9852024-12-13T21:37:12.946Z Downloaded idna v0.5.0
9862024-12-13T21:37:12.954Z Downloaded ron v0.8.1
9872024-12-13T21:37:12.959Z Downloaded rayon v1.10.0
9882024-12-13T21:37:12.972Z Downloaded miniz_oxide v0.8.0
9892024-12-13T21:37:12.973Z Downloaded futures v0.3.31
9902024-12-13T21:37:12.977Z Downloaded bindgen v0.69.5
9912024-12-13T21:37:12.985Z Downloaded sha3 v0.10.8
9922024-12-13T21:37:12.990Z Downloaded russh v0.45.0
9932024-12-13T21:37:12.995Z Downloaded num-bigint-dig v0.8.4
9942024-12-13T21:37:13.000Z Downloaded futures-util v0.3.31
9952024-12-13T21:37:13.013Z Downloaded quick-xml v0.33.0
9962024-12-13T21:37:13.019Z Downloaded derive_builder_core v0.20.2
9972024-12-13T21:37:13.022Z Downloaded parking_lot v0.12.3
9982024-12-13T21:37:13.025Z Downloaded term v0.7.0
9992024-12-13T21:37:13.028Z Downloaded rtoolbox v0.0.2
10002024-12-13T21:37:13.028Z Downloaded aho-corasick v1.1.3
10012024-12-13T21:37:13.034Z Downloaded nom v7.1.3
10022024-12-13T21:37:13.039Z Downloaded icu_properties_data v1.5.0
10032024-12-13T21:37:13.051Z Downloaded num-complex v0.4.6
10042024-12-13T21:37:13.054Z Downloaded futures-channel v0.3.31
10052024-12-13T21:37:13.057Z Downloaded password-hash v0.4.2
10062024-12-13T21:37:13.057Z Downloaded serde_with_macros v3.11.0
10072024-12-13T21:37:13.060Z Downloaded zip v0.6.6
10082024-12-13T21:37:13.063Z Downloaded tracing-core v0.1.32
10092024-12-13T21:37:13.066Z Downloaded tokio-tungstenite v0.21.0
10102024-12-13T21:37:13.071Z Downloaded vergen v8.3.2
10112024-12-13T21:37:13.074Z Downloaded strum_macros v0.26.4
10122024-12-13T21:37:13.074Z Downloaded value-bag v1.9.0
10132024-12-13T21:37:13.076Z Downloaded nanorand v0.7.0
10142024-12-13T21:37:13.081Z Downloaded paste v1.0.15
10152024-12-13T21:37:13.084Z Downloaded mockall v0.13.0
10162024-12-13T21:37:13.084Z Downloaded poly1305 v0.8.0
10172024-12-13T21:37:13.087Z Downloaded smallvec v1.13.2
10182024-12-13T21:37:13.087Z Downloaded tui-tree-widget v0.22.0
10192024-12-13T21:37:13.091Z Downloaded semver v0.1.20
10202024-12-13T21:37:13.091Z Downloaded scrypt v0.11.0
10212024-12-13T21:37:13.091Z Downloaded zerocopy v0.6.6
10222024-12-13T21:37:13.094Z Downloaded der v0.7.9
10232024-12-13T21:37:13.097Z Downloaded zip v2.1.3
10242024-12-13T21:37:13.101Z Downloaded sct v0.7.1
10252024-12-13T21:37:13.104Z Downloaded aes-gcm v0.10.3
10262024-12-13T21:37:13.108Z Downloaded unicode_categories v0.1.1
10272024-12-13T21:37:13.111Z Downloaded qorb v0.2.1
10282024-12-13T21:37:13.115Z Downloaded encoding_rs v0.8.34
10292024-12-13T21:37:13.136Z Downloaded either v1.13.0
10302024-12-13T21:37:13.139Z Downloaded dunce v1.0.5
10312024-12-13T21:37:13.139Z Downloaded dsl_auto_type v0.1.2
10322024-12-13T21:37:13.142Z Downloaded fatfs v0.3.6
10332024-12-13T21:37:13.146Z Downloaded elliptic-curve v0.13.8
10342024-12-13T21:37:13.149Z Downloaded openssl-sys v0.9.103
10352024-12-13T21:37:13.154Z Downloaded itertools v0.13.0
10362024-12-13T21:37:13.160Z Downloaded hashlink v0.9.1
10372024-12-13T21:37:13.164Z Downloaded try-lock v0.2.5
10382024-12-13T21:37:13.164Z Downloaded tower-service v0.3.3
10392024-12-13T21:37:13.164Z Downloaded dirs-sys-next v0.1.2
10402024-12-13T21:37:13.164Z Downloaded tokio-macros v2.4.0
10412024-12-13T21:37:13.166Z Downloaded slog-envlogger v2.2.0
10422024-12-13T21:37:13.166Z Downloaded peg v0.8.4
10432024-12-13T21:37:13.170Z Downloaded nu-ansi-term v0.50.1
10442024-12-13T21:37:13.173Z Downloaded tungstenite v0.21.0
10452024-12-13T21:37:13.175Z Downloaded hashbrown v0.13.2
10462024-12-13T21:37:13.180Z Downloaded hashbrown v0.12.3
10472024-12-13T21:37:13.185Z Downloaded unicode-segmentation v1.12.0
10482024-12-13T21:37:13.189Z Downloaded idna v1.0.3
10492024-12-13T21:37:13.193Z Downloaded rustfmt-wrapper v0.2.1
10502024-12-13T21:37:13.196Z Downloaded socket2 v0.5.7
10512024-12-13T21:37:13.199Z Downloaded opaque-debug v0.3.1
10522024-12-13T21:37:13.199Z Downloaded proc-macro-crate v1.3.1
10532024-12-13T21:37:13.199Z Downloaded predicates-tree v1.0.11
10542024-12-13T21:37:13.203Z Downloaded pkg-config v0.3.31
10552024-12-13T21:37:13.207Z Downloaded rustls-pki-types v1.10.0
10562024-12-13T21:37:13.207Z Downloaded fallible-streaming-iterator v0.1.9
10572024-12-13T21:37:13.207Z Downloaded fallible-iterator v0.3.0
10582024-12-13T21:37:13.210Z Downloaded dyn-clone v1.0.17
10592024-12-13T21:37:13.210Z Downloaded num_enum_derive v0.5.11
10602024-12-13T21:37:13.213Z Downloaded num-traits v0.2.19
10612024-12-13T21:37:13.217Z Downloaded x509-cert v0.2.5
10622024-12-13T21:37:13.220Z Downloaded libgit2-sys v0.17.0+1.8.1
10632024-12-13T21:37:13.281Z Downloaded ena v0.14.3
10642024-12-13T21:37:13.284Z Downloaded aes v0.8.4
10652024-12-13T21:37:13.287Z Downloaded signal-hook-mio v0.2.4
10662024-12-13T21:37:13.289Z Downloaded secrecy v0.8.0
10672024-12-13T21:37:13.292Z Downloaded sec1 v0.7.3
10682024-12-13T21:37:13.292Z Downloaded rusty-fork v0.3.0
10692024-12-13T21:37:13.292Z Downloaded libxml v0.3.3
10702024-12-13T21:37:13.299Z Downloaded const_format v0.2.33
10712024-12-13T21:37:13.303Z Downloaded defmt v0.3.8
10722024-12-13T21:37:13.307Z Downloaded half v2.4.1
10732024-12-13T21:37:13.310Z Downloaded pkcs5 v0.7.1
10742024-12-13T21:37:13.314Z Downloaded darling_core v0.20.10
10752024-12-13T21:37:13.319Z Downloaded serde_repr v0.1.19
10762024-12-13T21:37:13.322Z Downloaded dhcproto v0.12.0
10772024-12-13T21:37:13.325Z Downloaded russh-keys v0.45.0
10782024-12-13T21:37:13.328Z Downloaded cc v1.1.30
10792024-12-13T21:37:13.331Z Downloaded bumpalo v3.16.0
10802024-12-13T21:37:13.334Z Downloaded defmt-macros v0.3.9
10812024-12-13T21:37:13.337Z Downloaded debug-ignore v1.0.5
10822024-12-13T21:37:13.340Z Downloaded predicates v3.1.2
10832024-12-13T21:37:13.340Z Downloaded minimal-lexical v0.2.1
10842024-12-13T21:37:13.345Z Downloaded slog-term v2.9.1
10852024-12-13T21:37:13.348Z Downloaded schemars_derive v0.8.21
10862024-12-13T21:37:13.351Z Downloaded toml v0.7.8
10872024-12-13T21:37:13.354Z Downloaded base64 v0.21.7
10882024-12-13T21:37:13.358Z Downloaded samael v0.0.17
10892024-12-13T21:37:13.364Z Downloaded compact_str v0.8.0
10902024-12-13T21:37:13.367Z Downloaded utf-8 v0.7.6
10912024-12-13T21:37:13.370Z Downloaded owo-colors v4.1.0
10922024-12-13T21:37:13.373Z Downloaded crossbeam-epoch v0.9.18
10932024-12-13T21:37:13.375Z Downloaded supports-color v3.0.1
10942024-12-13T21:37:13.375Z Downloaded serde_plain v1.0.2
10952024-12-13T21:37:13.378Z Downloaded rustc_version v0.1.7
10962024-12-13T21:37:13.378Z Downloaded rustc-hash v2.0.0
10972024-12-13T21:37:13.379Z Downloaded icu_collections v1.5.0
10982024-12-13T21:37:13.384Z Downloaded hash32 v0.2.1
10992024-12-13T21:37:13.388Z Downloaded futures-io v0.3.31
11002024-12-13T21:37:13.388Z Downloaded futures-executor v0.3.31
11012024-12-13T21:37:13.388Z Downloaded backtrace v0.3.74
11022024-12-13T21:37:13.393Z Downloaded num-derive v0.4.2
11032024-12-13T21:37:13.396Z Downloaded fd-lock v4.0.2
11042024-12-13T21:37:13.399Z Downloaded enum-as-inner v0.5.1
11052024-12-13T21:37:13.399Z Downloaded prettyplease v0.2.25
11062024-12-13T21:37:13.402Z Downloaded crc-any v2.5.0
11072024-12-13T21:37:13.405Z Downloaded clang-sys v1.8.1
11082024-12-13T21:37:13.409Z Downloaded futures-core v0.3.31
11092024-12-13T21:37:13.410Z Downloaded icu_properties v1.5.1
11102024-12-13T21:37:13.413Z Downloaded hyper-util v0.1.10
11112024-12-13T21:37:13.415Z Downloaded base64 v0.13.1
11122024-12-13T21:37:13.418Z Downloaded allocator-api2 v0.2.18
11132024-12-13T21:37:13.421Z Downloaded console v0.15.8
11142024-12-13T21:37:13.424Z Downloaded cancel-safe-futures v0.1.5
11152024-12-13T21:37:13.427Z Downloaded icu_normalizer v1.5.0
11162024-12-13T21:37:13.431Z Downloaded stable_deref_trait v1.2.0
11172024-12-13T21:37:13.434Z Downloaded signature v2.2.0
11182024-12-13T21:37:13.434Z Downloaded serde-hex v0.1.0
11192024-12-13T21:37:13.437Z Downloaded rand_xorshift v0.3.0
11202024-12-13T21:37:13.437Z Downloaded ciborium v0.2.2
11212024-12-13T21:37:13.440Z Downloaded cassowary v0.3.0
11222024-12-13T21:37:13.440Z Downloaded slab v0.4.9
11232024-12-13T21:37:13.443Z Downloaded curve25519-dalek-derive v0.1.1
11242024-12-13T21:37:13.443Z Downloaded maplit v1.0.2
11252024-12-13T21:37:13.443Z Downloaded lru-cache v0.1.2
11262024-12-13T21:37:13.446Z Downloaded litemap v0.7.3
11272024-12-13T21:37:13.449Z Downloaded hmac v0.12.1
11282024-12-13T21:37:13.449Z Downloaded colored v2.1.0
11292024-12-13T21:37:13.453Z Downloaded blowfish v0.9.1
11302024-12-13T21:37:13.453Z Downloaded indexmap v1.9.3
11312024-12-13T21:37:13.457Z Downloaded cipher v0.4.4
11322024-12-13T21:37:13.461Z Downloaded base64ct v1.6.0
11332024-12-13T21:37:13.461Z Downloaded backoff v0.4.0
11342024-12-13T21:37:13.463Z Downloaded hickory-client v0.24.1
11352024-12-13T21:37:13.467Z Downloaded libefi-sys v0.1.0
11362024-12-13T21:37:13.467Z Downloaded hyper-rustls v0.27.3
11372024-12-13T21:37:13.470Z Downloaded chrono-tz-build v0.4.0
11382024-12-13T21:37:13.470Z Downloaded ahash v0.8.11
11392024-12-13T21:37:13.474Z Downloaded highway v1.2.0
11402024-12-13T21:37:13.474Z Downloaded structmeta v0.3.0
11412024-12-13T21:37:13.478Z Downloaded cmake v0.1.51
11422024-12-13T21:37:13.478Z Downloaded ciborium-ll v0.2.2
11432024-12-13T21:37:13.478Z Downloaded castaway v0.2.3
11442024-12-13T21:37:13.478Z Downloaded cbc v0.1.2
11452024-12-13T21:37:13.480Z Downloaded cexpr v0.6.0
11462024-12-13T21:37:13.483Z Downloaded cstr-argument v0.1.2
11472024-12-13T21:37:13.483Z Downloaded crunchy v0.2.2
11482024-12-13T21:37:13.483Z Downloaded crucible-workspace-hack v0.1.0
11492024-12-13T21:37:13.483Z Downloaded block-padding v0.3.3
11502024-12-13T21:37:13.486Z Downloaded aead v0.5.2
11512024-12-13T21:37:13.486Z Downloaded lazycell v1.3.0
11522024-12-13T21:37:13.489Z Downloaded ascii-canvas v3.0.0
11532024-12-13T21:37:13.489Z Downloaded atomic-waker v1.1.2
11542024-12-13T21:37:13.489Z Downloaded keccak v0.1.5
11552024-12-13T21:37:13.492Z Downloaded indoc v1.0.9
11562024-12-13T21:37:13.492Z Downloaded humantime v2.1.0
11572024-12-13T21:37:13.495Z Downloaded atty v0.2.14
11582024-12-13T21:37:13.496Z Downloaded async-recursion v1.1.1
11592024-12-13T21:37:13.499Z Downloaded hubpack v0.1.2
11602024-12-13T21:37:13.499Z Downloaded idna_adapter v1.2.0
11612024-12-13T21:37:13.692Z Downloaded ring v0.17.8
11622024-12-13T21:37:13.843Z Downloaded libsqlite3-sys v0.30.1
11632024-12-13T21:37:13.923Z Downloaded ring v0.16.20
11642024-12-13T21:37:14.013Z Downloaded aws-lc-sys v0.22.0
11652024-12-13T21:37:14.321Z Compiling serde v1.0.215
11662024-12-13T21:37:14.325Z Compiling lock_api v0.4.12
11672024-12-13T21:37:14.325Z Compiling scopeguard v1.2.0
11682024-12-13T21:37:14.325Z Compiling value-bag v1.9.0
11692024-12-13T21:37:14.325Z Compiling typenum v1.17.0
11702024-12-13T21:37:14.325Z Compiling generic-array v0.14.7
11712024-12-13T21:37:14.528Z Compiling syn v2.0.87
11722024-12-13T21:37:14.543Z Compiling getrandom v0.2.15
11732024-12-13T21:37:14.611Z Compiling shlex v1.3.0
11742024-12-13T21:37:14.820Z Compiling rand_core v0.6.4
11752024-12-13T21:37:14.967Z Compiling log v0.4.22
11762024-12-13T21:37:15.052Z Compiling subtle v2.6.1
11772024-12-13T21:37:15.072Z Compiling jobserver v0.1.32
11782024-12-13T21:37:15.097Z Compiling smallvec v1.13.2
11792024-12-13T21:37:15.352Z Compiling const-oid v0.9.6
11802024-12-13T21:37:15.372Z Compiling spin v0.9.8
11812024-12-13T21:37:15.401Z Compiling pin-project-lite v0.2.14
11822024-12-13T21:37:15.509Z Compiling cc v1.1.30
11832024-12-13T21:37:15.528Z Compiling rustix v0.38.37
11842024-12-13T21:37:15.780Z Compiling parking_lot_core v0.9.10
11852024-12-13T21:37:15.835Z Compiling futures-core v0.3.31
11862024-12-13T21:37:16.030Z Compiling signal-hook-registry v1.4.2
11872024-12-13T21:37:16.093Z Compiling mio v1.0.2
11882024-12-13T21:37:16.409Z Compiling aho-corasick v1.1.3
11892024-12-13T21:37:16.852Z Compiling parking_lot v0.12.3
11902024-12-13T21:37:16.893Z Compiling regex-syntax v0.8.5
11912024-12-13T21:37:17.152Z Compiling cpufeatures v0.2.14
11922024-12-13T21:37:17.342Z Compiling lazy_static v1.5.0
11932024-12-13T21:37:17.387Z Compiling stable_deref_trait v1.2.0
11942024-12-13T21:37:17.407Z Compiling glob v0.3.1
11952024-12-13T21:37:17.458Z Compiling futures-sink v0.3.31
11962024-12-13T21:37:17.502Z Compiling either v1.13.0
11972024-12-13T21:37:17.608Z Compiling socket2 v0.5.7
11982024-12-13T21:37:17.923Z Compiling slab v0.4.9
11992024-12-13T21:37:17.953Z Compiling prettyplease v0.2.25
12002024-12-13T21:37:18.301Z Compiling minimal-lexical v0.2.1
12012024-12-13T21:37:18.494Z Compiling clang-sys v1.8.1
12022024-12-13T21:37:18.630Z Compiling libloading v0.8.5
12032024-12-13T21:37:18.685Z Compiling bindgen v0.69.5
12042024-12-13T21:37:18.826Z Compiling nom v7.1.3
12052024-12-13T21:37:19.057Z Compiling home v0.5.9
12062024-12-13T21:37:19.233Z Compiling serde_json v1.0.132
12072024-12-13T21:37:19.507Z Compiling itertools v0.10.5
12082024-12-13T21:37:19.568Z Compiling futures-channel v0.3.31
12092024-12-13T21:37:20.040Z Compiling rustc-hash v1.1.0
12102024-12-13T21:37:20.065Z Compiling foldhash v0.1.3
12112024-12-13T21:37:20.190Z Compiling lazycell v1.3.0
12122024-12-13T21:37:20.372Z Compiling futures-io v0.3.31
12132024-12-13T21:37:20.392Z Compiling allocator-api2 v0.2.18
12142024-12-13T21:37:20.734Z Compiling regex-automata v0.4.8
12152024-12-13T21:37:21.158Z Compiling pin-utils v0.1.0
12162024-12-13T21:37:21.260Z Compiling futures-task v0.3.31
12172024-12-13T21:37:21.560Z Compiling hashbrown v0.15.1
12182024-12-13T21:37:22.118Z Compiling cmake v0.1.51
12192024-12-13T21:37:22.848Z Compiling synstructure v0.13.1
12202024-12-13T21:37:22.856Z Compiling cexpr v0.6.0
12212024-12-13T21:37:23.167Z Compiling fs_extra v1.3.0
12222024-12-13T21:37:23.772Z Compiling dunce v1.0.5
12232024-12-13T21:37:23.847Z Compiling pkg-config v0.3.31
12242024-12-13T21:37:23.902Z Compiling tinyvec_macros v0.1.1
12252024-12-13T21:37:23.996Z Compiling libm v0.2.8
12262024-12-13T21:37:24.054Z Compiling tinyvec v1.8.0
12272024-12-13T21:37:24.343Z Compiling num-traits v0.2.19
12282024-12-13T21:37:24.849Z Compiling ring v0.17.8
12292024-12-13T21:37:25.376Z Compiling writeable v0.5.5
12302024-12-13T21:37:25.576Z Compiling unicode-normalization v0.1.24
12312024-12-13T21:37:25.766Z Compiling unicode-bidi v0.3.17
12322024-12-13T21:37:25.936Z Compiling paste v1.0.15
12332024-12-13T21:37:25.983Z Compiling base64ct v1.6.0
12342024-12-13T21:37:26.004Z Compiling litemap v0.7.3
12352024-12-13T21:37:26.364Z Compiling regex v1.11.1
12362024-12-13T21:37:26.522Z Compiling pem-rfc7468 v0.7.0
12372024-12-13T21:37:27.200Z Compiling httparse v1.9.5
12382024-12-13T21:37:27.216Z Compiling flagset v0.4.6
12392024-12-13T21:37:27.406Z Compiling aws-lc-rs v1.10.0
12402024-12-13T21:37:27.850Z Compiling tracing-core v0.1.32
12412024-12-13T21:37:27.974Z Compiling icu_locid_transform_data v1.5.0
12422024-12-13T21:37:28.066Z Compiling percent-encoding v2.3.1
12432024-12-13T21:37:28.368Z Compiling crossbeam-utils v0.8.20
12442024-12-13T21:37:28.573Z Compiling rustls-pki-types v1.10.0
12452024-12-13T21:37:28.996Z Compiling time-core v0.1.2
12462024-12-13T21:37:29.163Z Compiling vcpkg v0.2.15
12472024-12-13T21:37:29.185Z Compiling serde_derive v1.0.215
12482024-12-13T21:37:29.229Z Compiling zeroize_derive v1.4.2
12492024-12-13T21:37:29.322Z Compiling zerocopy-derive v0.7.35
12502024-12-13T21:37:29.544Z Compiling tokio-macros v2.4.0
12512024-12-13T21:37:30.760Z Compiling zeroize v1.8.1
12522024-12-13T21:37:31.150Z Compiling zerofrom-derive v0.1.4
12532024-12-13T21:37:31.244Z Compiling thiserror-impl v1.0.69
12542024-12-13T21:37:31.247Z Compiling yoke-derive v0.7.4
12552024-12-13T21:37:31.518Z Compiling zerocopy v0.7.35
12562024-12-13T21:37:32.488Z Compiling crypto-common v0.1.6
12572024-12-13T21:37:32.733Z Compiling block-buffer v0.10.4
12582024-12-13T21:37:32.985Z Compiling digest v0.10.7
12592024-12-13T21:37:33.145Z Compiling zerovec-derive v0.10.3
12602024-12-13T21:37:33.334Z Compiling futures-macro v0.3.31
12612024-12-13T21:37:33.450Z Compiling hmac v0.12.1
12622024-12-13T21:37:33.689Z Compiling block-padding v0.3.3
12632024-12-13T21:37:33.925Z Compiling displaydoc v0.2.5
12642024-12-13T21:37:34.319Z Compiling inout v0.1.3
12652024-12-13T21:37:34.577Z Compiling cipher v0.4.4
12662024-12-13T21:37:34.617Z Compiling thiserror v1.0.69
12672024-12-13T21:37:34.749Z Compiling sha2 v0.10.8
12682024-12-13T21:37:35.082Z Compiling ppv-lite86 v0.2.20
12692024-12-13T21:37:35.145Z Compiling zerofrom v0.1.4
12702024-12-13T21:37:35.248Z Compiling futures-util v0.3.31
12712024-12-13T21:37:35.356Z Compiling yoke v0.7.4
12722024-12-13T21:37:35.548Z Compiling der_derive v0.7.3
12732024-12-13T21:37:35.703Z Compiling icu_provider_macros v1.5.0
12742024-12-13T21:37:35.706Z Compiling zerovec v0.10.4
12752024-12-13T21:37:35.835Z Compiling rand_chacha v0.3.1
12762024-12-13T21:37:36.790Z Compiling tracing-attributes v0.1.27
12772024-12-13T21:37:37.981Z Compiling tinystr v0.7.6
12782024-12-13T21:37:38.006Z Compiling der v0.7.9
12792024-12-13T21:37:38.043Z Compiling icu_collections v1.5.0
12802024-12-13T21:37:38.063Z Compiling rand v0.8.5
12812024-12-13T21:37:38.441Z Compiling icu_locid v1.5.0
12822024-12-13T21:37:39.468Z Compiling salsa20 v0.10.2
12832024-12-13T21:37:39.681Z Compiling icu_provider v1.5.0
12842024-12-13T21:37:40.145Z Compiling spki v0.7.3
12852024-12-13T21:37:40.508Z Compiling tracing v0.1.40
12862024-12-13T21:37:40.531Z Compiling icu_locid_transform v1.5.0
12872024-12-13T21:37:40.694Z Compiling pest v2.7.14
12882024-12-13T21:37:40.694Z Compiling pbkdf2 v0.12.2
12892024-12-13T21:37:40.773Z Compiling untrusted v0.9.0
12902024-12-13T21:37:40.868Z Compiling powerfmt v0.2.0
12912024-12-13T21:37:40.947Z Compiling icu_properties_data v1.5.0
12922024-12-13T21:37:40.999Z Compiling mirai-annotations v1.12.0
12932024-12-13T21:37:41.194Z Compiling untrusted v0.7.1
12942024-12-13T21:37:41.196Z Compiling num-conv v0.1.0
12952024-12-13T21:37:41.241Z Compiling deranged v0.3.11
12962024-12-13T21:37:41.322Z Compiling scrypt v0.11.0
12972024-12-13T21:37:41.359Z Compiling aes v0.8.4
12982024-12-13T21:37:41.482Z Compiling time-macros v0.2.18
12992024-12-13T21:37:41.894Z Compiling icu_properties v1.5.1
13002024-12-13T21:37:42.661Z Compiling bitflags v2.6.0
13012024-12-13T21:37:43.132Z Compiling bytes v1.8.0
13022024-12-13T21:37:43.800Z Compiling indexmap v2.6.0
13032024-12-13T21:37:44.125Z Compiling tokio v1.40.0
13042024-12-13T21:37:44.432Z Compiling http v1.1.0
13052024-12-13T21:37:44.842Z Compiling semver v1.0.23
13062024-12-13T21:37:45.138Z Compiling pest_meta v2.7.14
13072024-12-13T21:37:45.314Z Compiling rustc_version v0.4.1
13082024-12-13T21:37:45.612Z Compiling cbc v0.1.2
13092024-12-13T21:37:45.859Z Compiling openssl-sys v0.9.103
13102024-12-13T21:37:46.107Z Compiling scroll_derive v0.12.0
13112024-12-13T21:37:46.904Z Compiling atomic-waker v1.1.2
13122024-12-13T21:37:46.951Z Compiling write16 v1.0.0
13132024-12-13T21:37:46.973Z Compiling utf8_iter v1.0.4
13142024-12-13T21:37:47.083Z Compiling which v4.4.2
13152024-12-13T21:37:47.103Z Compiling utf16_iter v1.0.5
13162024-12-13T21:37:47.212Z Compiling icu_normalizer_data v1.5.0
13172024-12-13T21:37:47.326Z Compiling num_threads v0.1.7
13182024-12-13T21:37:47.347Z Compiling icu_normalizer v1.5.0
13192024-12-13T21:37:47.629Z Compiling scroll v0.12.0
13202024-12-13T21:37:47.742Z Compiling time v0.3.36
13212024-12-13T21:37:48.047Z Compiling pest_generator v2.7.14
13222024-12-13T21:37:48.191Z Compiling http-body v1.0.1
13232024-12-13T21:37:48.438Z Compiling pkcs5 v0.7.1
13242024-12-13T21:37:48.463Z Compiling form_urlencoded v1.2.1
13252024-12-13T21:37:48.810Z Compiling try-lock v0.2.5
13262024-12-13T21:37:48.960Z Compiling slog v2.7.0
13272024-12-13T21:37:49.347Z Compiling pkcs8 v0.10.2
13282024-12-13T21:37:49.556Z Compiling want v0.3.1
13292024-12-13T21:37:49.649Z Compiling goblin v0.8.2
13302024-12-13T21:37:49.840Z Compiling idna_adapter v1.2.0
13312024-12-13T21:37:50.050Z Compiling httpdate v1.0.3
13322024-12-13T21:37:50.071Z Compiling idna v1.0.3
13332024-12-13T21:37:50.114Z Compiling pest_derive v2.7.14
13342024-12-13T21:37:50.537Z Compiling uuid v1.11.0
13352024-12-13T21:37:50.886Z Compiling serde_tokenstream v0.2.2
13362024-12-13T21:37:50.912Z Compiling dtrace-parser v0.2.0
13372024-12-13T21:37:51.496Z Compiling toml_datetime v0.6.8
13382024-12-13T21:37:51.884Z Compiling serde_spanned v0.6.8
13392024-12-13T21:37:51.935Z Compiling tower-service v0.3.3
13402024-12-13T21:37:52.037Z Compiling base64 v0.22.1
13412024-12-13T21:37:52.072Z Compiling adler2 v2.0.0
13422024-12-13T21:37:52.112Z Compiling openssl v0.10.66
13432024-12-13T21:37:52.290Z Compiling rustversion v1.0.17
13442024-12-13T21:37:52.550Z Compiling tokio-util v0.7.12
13452024-12-13T21:37:52.801Z Compiling match_cfg v0.1.0
13462024-12-13T21:37:52.890Z Compiling iana-time-zone v0.1.61
13472024-12-13T21:37:52.908Z Compiling foreign-types-shared v0.1.1
13482024-12-13T21:37:53.028Z Compiling foreign-types v0.3.2
13492024-12-13T21:37:53.063Z Compiling chrono v0.4.38
13502024-12-13T21:37:53.124Z Compiling hostname v0.3.1
13512024-12-13T21:37:53.173Z Compiling miniz_oxide v0.8.0
13522024-12-13T21:37:53.370Z Compiling url v2.5.3
13532024-12-13T21:37:54.010Z Compiling h2 v0.4.6
13542024-12-13T21:37:54.695Z Compiling async-trait v0.1.83
13552024-12-13T21:37:54.779Z Compiling openssl-macros v0.1.1
13562024-12-13T21:37:55.389Z Compiling dof v0.3.0
13572024-12-13T21:37:55.565Z Compiling dirs-sys-next v0.1.2
13582024-12-13T21:37:56.229Z Compiling usdt-impl v0.5.0
13592024-12-13T21:37:56.942Z Compiling native-tls v0.2.12
13602024-12-13T21:37:57.305Z Compiling rustls v0.23.19
13612024-12-13T21:37:57.494Z Compiling siphasher v0.3.11
13622024-12-13T21:37:57.576Z Compiling data-encoding v2.6.0
13632024-12-13T21:37:57.626Z Compiling syn v1.0.109
13642024-12-13T21:37:57.823Z Compiling rustls v0.22.4
13652024-12-13T21:37:57.920Z Compiling dirs-next v2.0.0
13662024-12-13T21:37:58.344Z Compiling http-body-util v0.1.2
13672024-12-13T21:37:58.893Z Compiling crossbeam-epoch v0.9.18
13682024-12-13T21:37:59.544Z Compiling heapless v0.7.17
13692024-12-13T21:37:59.650Z Compiling sha1 v0.10.6
13702024-12-13T21:37:59.768Z Compiling signature v2.2.0
13712024-12-13T21:37:59.935Z Compiling bzip2-sys v0.1.11+1.0.8
13722024-12-13T21:37:59.965Z Compiling serde_derive_internals v0.29.1
13732024-12-13T21:37:59.987Z Compiling thread_local v1.1.8
13742024-12-13T21:38:00.049Z Compiling encoding_rs v0.8.34
13752024-12-13T21:38:00.070Z Compiling cookie v0.18.1
13762024-12-13T21:38:00.344Z Compiling multer v3.1.0
13772024-12-13T21:38:00.437Z Compiling rayon-core v1.12.1
13782024-12-13T21:38:00.512Z Compiling gimli v0.31.1
13792024-12-13T21:38:00.646Z Compiling unicode-properties v0.1.3
13802024-12-13T21:38:00.692Z Compiling schemars v0.8.21
13812024-12-13T21:38:01.044Z Compiling hyper v1.5.0
13822024-12-13T21:38:01.065Z Compiling ipnet v2.10.1
13832024-12-13T21:38:02.406Z Compiling mime v0.3.17
13842024-12-13T21:38:02.736Z Compiling slog-async v2.8.0
13852024-12-13T21:38:03.025Z Compiling signal-hook v0.3.17
13862024-12-13T21:38:03.259Z Compiling openssl-probe v0.1.5
13872024-12-13T21:38:03.391Z Compiling toml_edit v0.22.22
13882024-12-13T21:38:03.614Z Compiling hyper-util v0.1.10
13892024-12-13T21:38:04.575Z Compiling schemars_derive v0.8.21
13902024-12-13T21:38:05.192Z Compiling addr2line v0.24.2
13912024-12-13T21:38:05.243Z Compiling stringprep v0.1.5
13922024-12-13T21:38:05.970Z Compiling usdt-macro v0.5.0
13932024-12-13T21:38:06.478Z Compiling usdt-attr-macro v0.5.0
13942024-12-13T21:38:06.805Z Compiling crossbeam-deque v0.8.5
13952024-12-13T21:38:07.147Z Compiling term v0.7.0
13962024-12-13T21:38:07.430Z Compiling slog-json v2.6.1
13972024-12-13T21:38:07.492Z Compiling serde_urlencoded v0.7.1
13982024-12-13T21:38:07.829Z Compiling crossbeam-channel v0.5.13
13992024-12-13T21:38:07.869Z Compiling curve25519-dalek v4.1.3
14002024-12-13T21:38:08.011Z Compiling futures-executor v0.3.31
14012024-12-13T21:38:08.111Z Compiling enum-as-inner v0.6.1
14022024-12-13T21:38:08.491Z Compiling md-5 v0.10.6
14032024-12-13T21:38:08.611Z Compiling async-stream-impl v0.3.6
14042024-12-13T21:38:08.686Z Compiling rustls-pemfile v2.2.0
14052024-12-13T21:38:08.770Z Compiling num-integer v0.1.46
14062024-12-13T21:38:08.949Z Compiling idna v0.4.0
14072024-12-13T21:38:09.028Z Compiling idna v0.3.0
14082024-12-13T21:38:09.199Z Compiling hash32 v0.2.1
14092024-12-13T21:38:09.565Z Compiling ff v0.13.0
14102024-12-13T21:38:09.583Z Compiling is-terminal v0.4.13
14112024-12-13T21:38:09.709Z Compiling object v0.36.5
14122024-12-13T21:38:09.807Z Compiling dropshot v0.12.0
14132024-12-13T21:38:10.451Z Compiling anyhow v1.0.93
14142024-12-13T21:38:10.469Z Compiling base16ct v0.2.0
14152024-12-13T21:38:10.469Z Compiling rustc-demangle v0.1.24
14162024-12-13T21:38:10.556Z Compiling quick-error v1.2.3
14172024-12-13T21:38:10.615Z Compiling portable-atomic v1.9.0
14182024-12-13T21:38:10.700Z Compiling num-bigint-dig v0.8.4
14192024-12-13T21:38:10.720Z Compiling take_mut v0.2.2
14202024-12-13T21:38:10.886Z Compiling linked-hash-map v0.5.6
14212024-12-13T21:38:10.997Z Compiling utf-8 v0.7.6
14222024-12-13T21:38:11.264Z Compiling smoltcp v0.9.1
14232024-12-13T21:38:11.337Z Compiling psl-types v2.0.11
14242024-12-13T21:38:11.441Z Compiling fallible-iterator v0.2.0
14252024-12-13T21:38:11.545Z Compiling dyn-clone v1.0.17
14262024-12-13T21:38:11.626Z Compiling publicsuffix v2.2.3
14272024-12-13T21:38:11.785Z Compiling lru-cache v0.1.2
14282024-12-13T21:38:11.882Z Compiling tungstenite v0.24.0
14292024-12-13T21:38:12.045Z Compiling resolv-conf v0.7.0
14302024-12-13T21:38:12.133Z Compiling postgres-protocol v0.6.7
14312024-12-13T21:38:13.271Z Compiling sec1 v0.7.3
14322024-12-13T21:38:13.419Z Compiling async-stream v0.3.6
14332024-12-13T21:38:13.533Z Compiling hickory-proto v0.24.1
14342024-12-13T21:38:13.726Z Compiling group v0.13.0
14352024-12-13T21:38:13.846Z Compiling usdt v0.5.0
14362024-12-13T21:38:14.058Z Compiling slog-term v2.9.1
14372024-12-13T21:38:14.356Z Compiling num-iter v0.1.45
14382024-12-13T21:38:14.676Z Compiling futures v0.3.31
14392024-12-13T21:38:14.801Z Compiling slog-bunyan v2.5.0
14402024-12-13T21:38:15.331Z Compiling toml v0.8.19
14412024-12-13T21:38:16.529Z Compiling camino v1.1.9
14422024-12-13T21:38:16.764Z Compiling tokio-native-tls v0.3.1
14432024-12-13T21:38:17.053Z Compiling backtrace v0.3.74
14442024-12-13T21:38:17.055Z Compiling phf_shared v0.11.2
14452024-12-13T21:38:17.483Z Compiling dropshot_endpoint v0.12.0
14462024-12-13T21:38:17.504Z Compiling waitgroup v0.1.2
14472024-12-13T21:38:17.737Z Compiling terminal_size v0.4.0
14482024-12-13T21:38:17.875Z Compiling openapiv3 v2.0.0
14492024-12-13T21:38:17.955Z Compiling serde_path_to_error v0.1.16
14502024-12-13T21:38:18.018Z Compiling hkdf v0.12.4
14512024-12-13T21:38:18.286Z Compiling crypto-bigint v0.5.5
14522024-12-13T21:38:18.782Z Compiling zerocopy-derive v0.6.6
14532024-12-13T21:38:20.870Z Compiling curve25519-dalek-derive v0.1.1
14542024-12-13T21:38:20.932Z Compiling hubpack_derive v0.1.1
14552024-12-13T21:38:21.080Z Compiling webpki-roots v0.26.6
14562024-12-13T21:38:21.307Z Compiling idna v0.5.0
14572024-12-13T21:38:21.850Z Compiling hostname v0.4.0
14582024-12-13T21:38:22.137Z Compiling crc32fast v1.4.2
14592024-12-13T21:38:22.221Z Compiling ahash v0.8.11
14602024-12-13T21:38:22.249Z Compiling fs-err v2.11.0
14612024-12-13T21:38:22.375Z Compiling debug-ignore v1.0.5
14622024-12-13T21:38:22.513Z Compiling managed v0.8.0
14632024-12-13T21:38:22.526Z Compiling bitflags v1.3.2
14642024-12-13T21:38:22.556Z Compiling winnow v0.5.40
14652024-12-13T21:38:22.701Z Compiling console v0.15.8
14662024-12-13T21:38:22.722Z Compiling strum_macros v0.25.3
14672024-12-13T21:38:23.019Z Compiling clap_builder v4.5.21
14682024-12-13T21:38:24.276Z Compiling flate2 v1.0.34
14692024-12-13T21:38:24.599Z Compiling cookie_store v0.21.0
14702024-12-13T21:38:25.084Z Compiling hubpack v0.1.2
14712024-12-13T21:38:25.251Z Compiling elliptic-curve v0.13.8
14722024-12-13T21:38:25.538Z Compiling zerocopy v0.6.6
14732024-12-13T21:38:26.076Z Compiling toml_edit v0.19.15
14742024-12-13T21:38:26.242Z Compiling hickory-resolver v0.24.1
14752024-12-13T21:38:26.415Z Compiling signal-hook-mio v0.2.4
14762024-12-13T21:38:26.585Z Compiling phf v0.11.2
14772024-12-13T21:38:26.884Z Compiling hyper-tls v0.6.0
14782024-12-13T21:38:26.903Z Compiling rayon v1.10.0
14792024-12-13T21:38:27.275Z Compiling bzip2 v0.4.4
14802024-12-13T21:38:27.689Z Compiling tokio-tungstenite v0.24.0
14812024-12-13T21:38:28.228Z Compiling postgres-types v0.2.8
14822024-12-13T21:38:31.230Z Compiling ed25519 v2.2.3
14832024-12-13T21:38:31.830Z Compiling phf_shared v0.10.0
14842024-12-13T21:38:31.973Z Compiling tokio-stream v0.1.16
14852024-12-13T21:38:32.255Z Compiling pkcs1 v0.7.5
14862024-12-13T21:38:32.599Z Compiling serde-big-array v0.5.1
14872024-12-13T21:38:32.847Z Compiling clap_derive v4.5.18
14882024-12-13T21:38:33.059Z Compiling rfc6979 v0.4.0
14892024-12-13T21:38:33.080Z Compiling serde_repr v0.1.19
14902024-12-13T21:38:33.102Z Compiling derive-where v1.2.7
14912024-12-13T21:38:33.256Z Compiling float-cmp v0.9.0
14922024-12-13T21:38:33.289Z Compiling bstr v1.10.0
14932024-12-13T21:38:33.497Z Compiling sync_wrapper v1.0.1
14942024-12-13T21:38:33.662Z Compiling bit-vec v0.6.3
14952024-12-13T21:38:34.155Z Compiling whoami v1.5.2
14962024-12-13T21:38:34.258Z Compiling number_prefix v0.4.0
14972024-12-13T21:38:34.302Z Compiling predicates-core v1.0.8
14982024-12-13T21:38:34.493Z Compiling new_debug_unreachable v1.0.6
14992024-12-13T21:38:34.601Z Compiling static_assertions v1.1.0
15002024-12-13T21:38:34.678Z Compiling fixedbitset v0.4.2
15012024-12-13T21:38:34.709Z Compiling unicode-segmentation v1.12.0
15022024-12-13T21:38:34.795Z Compiling normalize-line-endings v0.3.0
15032024-12-13T21:38:34.935Z Compiling precomputed-hash v0.1.1
15042024-12-13T21:38:35.063Z Compiling difflib v0.4.0
15052024-12-13T21:38:35.085Z Compiling unicode-width v0.2.0
15062024-12-13T21:38:35.147Z Compiling string_cache v0.8.7
15072024-12-13T21:38:35.601Z Compiling indicatif v0.17.9
15082024-12-13T21:38:35.631Z Compiling predicates v3.1.2
15092024-12-13T21:38:35.639Z Compiling similar v2.6.0
15102024-12-13T21:38:36.666Z Compiling petgraph v0.6.5
15112024-12-13T21:38:36.731Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15122024-12-13T21:38:37.391Z Compiling tokio-postgres v0.7.12
15132024-12-13T21:38:37.960Z Compiling bit-set v0.5.3
15142024-12-13T21:38:37.981Z Compiling clap v4.5.21
15152024-12-13T21:38:38.093Z Compiling ecdsa v0.16.9
15162024-12-13T21:38:38.115Z Compiling rsa v0.9.6
15172024-12-13T21:38:38.231Z Compiling ed25519-dalek v2.1.1
15182024-12-13T21:38:38.959Z Compiling toml v0.7.8
15192024-12-13T21:38:39.549Z Compiling zip v0.6.6
15202024-12-13T21:38:40.714Z Compiling crossterm v0.28.1
15212024-12-13T21:38:41.652Z Compiling hex v0.4.3
15222024-12-13T21:38:41.676Z Compiling x509-cert v0.2.5
15232024-12-13T21:38:41.693Z Compiling lalrpop-util v0.19.12
15242024-12-13T21:38:42.052Z Compiling peg-runtime v0.8.3
15252024-12-13T21:38:42.281Z Compiling unicode-xid v0.2.6
15262024-12-13T21:38:42.473Z Compiling strum_macros v0.26.4
15272024-12-13T21:38:42.753Z Compiling xattr v1.3.1
15282024-12-13T21:38:43.034Z Compiling filetime v0.2.25
15292024-12-13T21:38:43.363Z Compiling tar v0.4.42
15302024-12-13T21:38:47.707Z Compiling strum v0.26.3
15312024-12-13T21:38:50.551Z Compiling aws-lc-sys v0.22.0
15322024-12-13T21:39:26.997Z Compiling rustls-webpki v0.102.8
15332024-12-13T21:39:30.379Z Compiling tokio-rustls v0.25.0
15342024-12-13T21:39:32.020Z Compiling tokio-rustls v0.26.0
15352024-12-13T21:39:32.432Z Compiling hyper-rustls v0.27.3
15362024-12-13T21:39:32.748Z Compiling reqwest v0.12.9
15372024-12-13T21:39:34.002Z Compiling qorb v0.2.1
15382024-12-13T21:39:38.659Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15392024-12-13T21:39:38.895Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15402024-12-13T21:39:44.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15412024-12-13T21:39:44.829Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15422024-12-13T21:39:44.880ZDec 13 21:39:44.598 INFO Starting download, target: Clickhouse
15432024-12-13T21:39:44.880ZDec 13 21:39:44.599 INFO Starting download, target: Cockroach
15442024-12-13T21:39:44.880ZDec 13 21:39:44.599 INFO Starting download, target: Console
15452024-12-13T21:39:44.882ZDec 13 21:39:44.599 INFO Starting download, target: DendriteOpenapi
15462024-12-13T21:39:44.882ZDec 13 21:39:44.599 INFO Starting download, target: DendriteStub
15472024-12-13T21:39:44.882ZDec 13 21:39:44.599 INFO Starting download, target: MaghemiteMgd
15482024-12-13T21:39:44.882ZDec 13 21:39:44.599 INFO Starting download, target: TransceiverControl
15492024-12-13T21:39:44.882ZDec 13 21:39:44.599 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15502024-12-13T21:39:44.882ZDec 13 21:39:44.599 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15512024-12-13T21:39:44.882ZDec 13 21:39:44.600 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15522024-12-13T21:39:44.882ZDec 13 21:39:44.600 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15532024-12-13T21:39:44.882ZDec 13 21:39:44.600 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15542024-12-13T21:39:44.882ZDec 13 21:39:44.600 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15552024-12-13T21:39:44.882ZDec 13 21:39:44.600 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-12-13T21:39:45.700ZDec 13 21:39:45.069 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15572024-12-13T21:39:45.747ZDec 13 21:39:45.342 INFO Download complete, target: Console
15582024-12-13T21:39:45.764ZDec 13 21:39:45.453 INFO Download complete, target: DendriteOpenapi
15592024-12-13T21:39:45.903ZDec 13 21:39:45.617 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15602024-12-13T21:39:46.517ZDec 13 21:39:46.220 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15612024-12-13T21:39:46.576ZDec 13 21:39:46.295 INFO Download complete, target: TransceiverControl
15622024-12-13T21:39:46.586ZDec 13 21:39:46.304 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15632024-12-13T21:39:47.111ZDec 13 21:39:46.830 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15642024-12-13T21:39:47.111ZDec 13 21:39:46.830 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15652024-12-13T21:39:47.169ZDec 13 21:39:46.889 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15662024-12-13T21:39:49.506ZDec 13 21:39:49.225 INFO Download complete, target: DendriteStub
15672024-12-13T21:39:49.605ZDec 13 21:39:49.324 INFO Download complete, target: MaghemiteMgd
15682024-12-13T21:39:54.685ZDec 13 21:39:54.402 INFO Checking that binary works, target: Cockroach
15692024-12-13T21:39:54.848ZDec 13 21:39:54.564 INFO Download complete, target: Cockroach
15702024-12-13T21:39:59.976ZDec 13 21:39:59.692 INFO Checking that binary works, target: Clickhouse
15712024-12-13T21:40:00.857ZDec 13 21:40:00.573 INFO Download complete, target: Clickhouse
15722024-12-13T21:40:01.012ZAll builder prerequisites installed successfully, and PATH looks valid
15732024-12-13T21:40:01.014Z
15742024-12-13T21:40:01.014Zreal 5:22.872430580
15752024-12-13T21:40:01.014Zuser 16:17.509485007
15762024-12-13T21:40:01.014Zsys 3:13.988163911
15772024-12-13T21:40:01.014Ztrap 0.539249084
15782024-12-13T21:40:01.014Ztflt 9.070684621
15792024-12-13T21:40:01.014Zdflt 7.894395950
15802024-12-13T21:40:01.014Zkflt 0.497086677
15812024-12-13T21:40:01.014Zlock 31:06.204752393
15822024-12-13T21:40:01.014Zslp 1:03:08.098238137
15832024-12-13T21:40:01.014Zlat 53.341550874
15842024-12-13T21:40:01.014Zstop 2:13.195652682
15852024-12-13T21:40:01.014Z+ banner hack-check
15862024-12-13T21:40:01.017Z
15872024-12-13T21:40:01.017Z # # ## #### # # #### # # ###### #### # #
15882024-12-13T21:40:01.017Z # # # # # # # # # # # # # # # # #
15892024-12-13T21:40:01.017Z ###### # # # #### ##### # ###### ##### # ####
15902024-12-13T21:40:01.017Z # # ###### # # # # # # # # # #
15912024-12-13T21:40:01.017Z # # # # # # # # # # # # # # # # #
15922024-12-13T21:40:01.017Z # # # # #### # # #### # # ###### #### # #
15932024-12-13T21:40:01.017Z
15942024-12-13T21:40:01.017Z+ export CARGO_INCREMENTAL=0
15952024-12-13T21:40:01.017Z+ CARGO_INCREMENTAL=0
15962024-12-13T21:40:01.017Z+ ptime -m timeout 2h cargo xtask check-features --ci
15972024-12-13T21:40:01.539Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15982024-12-13T21:40:05.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
15992024-12-13T21:40:05.113Z Running `target/debug/xtask check-features --ci`
16002024-12-13T21:40:05.133Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16012024-12-13T21:40:05.136Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16022024-12-13T21:40:05.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16032024-12-13T21:40:05.596Z Running `target/debug/xtask download cargo-hack`
16042024-12-13T21:40:06.411Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16052024-12-13T21:40:06.769Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16062024-12-13T21:40:11.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
16072024-12-13T21:40:11.956Z Running `target/debug/xtask-downloader cargo-hack`
16082024-12-13T21:40:11.989ZDec 13 21:40:11.702 INFO Starting download, target: CargoHack
16092024-12-13T21:40:11.992ZDec 13 21:40:11.703 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16102024-12-13T21:40:12.549ZDec 13 21:40:12.262 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16112024-12-13T21:40:12.639ZDec 13 21:40:12.352 INFO Download complete, target: CargoHack
16122024-12-13T21:40:12.644Zrunning: "/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"
16132024-12-13T21:40:12.660Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16142024-12-13T21:40:12.827Zinfo: running `cargo check --bins` on api_identity (1/173)
16152024-12-13T21:40:13.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-12-13T21:40:13.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-12-13T21:40:13.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-12-13T21:40:13.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16192024-12-13T21:40:13.425Z
16202024-12-13T21:40:13.425Zinfo: running `cargo check --bins` on bootstore (2/173)
16212024-12-13T21:40:13.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-12-13T21:40:13.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-12-13T21:40:13.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-12-13T21:40:13.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16252024-12-13T21:40:14.057Z
16262024-12-13T21:40:14.058Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16272024-12-13T21:40:14.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-12-13T21:40:14.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-12-13T21:40:14.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-12-13T21:40:14.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16312024-12-13T21:40:14.678Z
16322024-12-13T21:40:14.678Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16332024-12-13T21:40:15.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-12-13T21:40:15.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-12-13T21:40:15.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-12-13T21:40:15.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16372024-12-13T21:40:15.300Z
16382024-12-13T21:40:15.300Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16392024-12-13T21:40:15.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-12-13T21:40:15.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-12-13T21:40:15.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-12-13T21:40:15.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16432024-12-13T21:40:15.719Z
16442024-12-13T21:40:15.719Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16452024-12-13T21:40:16.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-12-13T21:40:16.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-12-13T21:40:16.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-12-13T21:40:16.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16492024-12-13T21:40:16.140Z
16502024-12-13T21:40:16.140Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16512024-12-13T21:40:16.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-12-13T21:40:16.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-12-13T21:40:16.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-12-13T21:40:16.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16552024-12-13T21:40:16.558Z
16562024-12-13T21:40:16.558Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16572024-12-13T21:40:16.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-12-13T21:40:16.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-12-13T21:40:16.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-12-13T21:40:16.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16612024-12-13T21:40:16.975Z
16622024-12-13T21:40:16.975Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16632024-12-13T21:40:17.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-12-13T21:40:17.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-12-13T21:40:17.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-12-13T21:40:17.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16672024-12-13T21:40:17.408Z
16682024-12-13T21:40:17.408Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16692024-12-13T21:40:17.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-12-13T21:40:17.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-12-13T21:40:17.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-12-13T21:40:17.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16732024-12-13T21:40:17.825Z
16742024-12-13T21:40:17.825Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16752024-12-13T21:40:18.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-12-13T21:40:18.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-12-13T21:40:18.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-12-13T21:40:18.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16792024-12-13T21:40:18.244Z
16802024-12-13T21:40:18.244Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16812024-12-13T21:40:18.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-12-13T21:40:18.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-12-13T21:40:18.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-12-13T21:40:18.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16852024-12-13T21:40:18.662Z
16862024-12-13T21:40:18.662Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16872024-12-13T21:40:19.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-12-13T21:40:19.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-12-13T21:40:19.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-12-13T21:40:19.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16912024-12-13T21:40:19.080Z
16922024-12-13T21:40:19.080Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16932024-12-13T21:40:19.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-12-13T21:40:19.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-12-13T21:40:19.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-12-13T21:40:19.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16972024-12-13T21:40:19.490Z
16982024-12-13T21:40:19.490Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16992024-12-13T21:40:19.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-12-13T21:40:19.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-12-13T21:40:19.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-12-13T21:40:19.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17032024-12-13T21:40:19.905Z
17042024-12-13T21:40:19.905Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17052024-12-13T21:40:20.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-12-13T21:40:20.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-12-13T21:40:20.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-12-13T21:40:20.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17092024-12-13T21:40:20.323Z
17102024-12-13T21:40:20.324Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17112024-12-13T21:40:20.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-12-13T21:40:20.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-12-13T21:40:20.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-12-13T21:40:20.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17152024-12-13T21:40:20.733Z
17162024-12-13T21:40:20.733Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17172024-12-13T21:40:21.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-12-13T21:40:21.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-12-13T21:40:21.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-12-13T21:40:21.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17212024-12-13T21:40:21.155Z
17222024-12-13T21:40:21.155Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17232024-12-13T21:40:21.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-12-13T21:40:21.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-12-13T21:40:21.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-12-13T21:40:21.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17272024-12-13T21:40:21.580Z
17282024-12-13T21:40:21.580Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17292024-12-13T21:40:21.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-12-13T21:40:21.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-12-13T21:40:21.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-12-13T21:40:21.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17332024-12-13T21:40:22.008Z
17342024-12-13T21:40:22.008Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17352024-12-13T21:40:22.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-12-13T21:40:22.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-12-13T21:40:22.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-12-13T21:40:22.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17392024-12-13T21:40:22.431Z
17402024-12-13T21:40:22.432Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17412024-12-13T21:40:22.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-12-13T21:40:22.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-12-13T21:40:22.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-12-13T21:40:22.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17452024-12-13T21:40:22.858Z
17462024-12-13T21:40:22.858Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17472024-12-13T21:40:23.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-12-13T21:40:23.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-12-13T21:40:23.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-12-13T21:40:23.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17512024-12-13T21:40:23.272Z
17522024-12-13T21:40:23.272Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17532024-12-13T21:40:23.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-12-13T21:40:23.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-12-13T21:40:23.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-12-13T21:40:23.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17572024-12-13T21:40:23.685Z
17582024-12-13T21:40:23.685Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17592024-12-13T21:40:24.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-12-13T21:40:24.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-12-13T21:40:24.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-12-13T21:40:24.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17632024-12-13T21:40:24.316Z
17642024-12-13T21:40:24.316Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17652024-12-13T21:40:24.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-12-13T21:40:24.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-12-13T21:40:24.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-12-13T21:40:24.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17692024-12-13T21:40:24.955Z
17702024-12-13T21:40:24.955Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17712024-12-13T21:40:25.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-12-13T21:40:25.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-12-13T21:40:25.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-12-13T21:40:25.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17752024-12-13T21:40:25.579Z
17762024-12-13T21:40:25.579Zinfo: running `cargo check --bins` on oxlog (28/173)
17772024-12-13T21:40:26.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-12-13T21:40:26.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-12-13T21:40:26.183Z Checking cfg-if v1.0.0
17802024-12-13T21:40:26.186Z Checking libc v0.2.162
17812024-12-13T21:40:26.292Z Checking serde v1.0.215
17822024-12-13T21:40:26.297Z Checking zeroize v1.8.1
17832024-12-13T21:40:26.313Z Checking memchr v2.7.4
17842024-12-13T21:40:26.319Z Checking typenum v1.17.0
17852024-12-13T21:40:26.325Z Checking scopeguard v1.2.0
17862024-12-13T21:40:26.346Z Checking subtle v2.6.1
17872024-12-13T21:40:26.359Z Checking value-bag v1.9.0
17882024-12-13T21:40:26.544Z Checking lock_api v0.4.12
17892024-12-13T21:40:26.555Z Checking const-oid v0.9.6
17902024-12-13T21:40:26.600Z Checking itoa v1.0.11
17912024-12-13T21:40:26.797Z Checking log v0.4.22
17922024-12-13T21:40:26.857Z Checking smallvec v1.13.2
17932024-12-13T21:40:26.906Z Checking pin-project-lite v0.2.14
17942024-12-13T21:40:27.030Z Checking byteorder v1.5.0
17952024-12-13T21:40:27.166Z Checking futures-core v0.3.31
17962024-12-13T21:40:27.203Z Checking once_cell v1.20.2
17972024-12-13T21:40:27.290Z Checking cpufeatures v0.2.14
17982024-12-13T21:40:27.358Z Checking futures-sink v0.3.31
17992024-12-13T21:40:27.382Z Checking stable_deref_trait v1.2.0
18002024-12-13T21:40:27.399Z Checking getrandom v0.2.15
18012024-12-13T21:40:27.428Z Checking signal-hook-registry v1.4.2
18022024-12-13T21:40:27.458Z Checking parking_lot_core v0.9.10
18032024-12-13T21:40:27.485Z Checking mio v1.0.2
18042024-12-13T21:40:27.494Z Checking socket2 v0.5.7
18052024-12-13T21:40:27.601Z Checking rand_core v0.6.4
18062024-12-13T21:40:27.651Z Checking generic-array v0.14.7
18072024-12-13T21:40:27.665Z Checking spin v0.9.8
18082024-12-13T21:40:27.793Z Checking parking_lot v0.12.3
18092024-12-13T21:40:27.904Z Checking zerocopy v0.7.35
18102024-12-13T21:40:27.978Z Checking zerofrom v0.1.4
18112024-12-13T21:40:28.001Z Checking slab v0.4.9
18122024-12-13T21:40:28.090Z Checking futures-channel v0.3.31
18132024-12-13T21:40:28.128Z Checking equivalent v1.0.1
18142024-12-13T21:40:28.200Z Checking yoke v0.7.4
18152024-12-13T21:40:28.230Z Checking pin-utils v0.1.0
18162024-12-13T21:40:28.257Z Checking foldhash v0.1.3
18172024-12-13T21:40:28.322Z Checking futures-io v0.3.31
18182024-12-13T21:40:28.390Z Checking futures-task v0.3.31
18192024-12-13T21:40:28.448Z Checking allocator-api2 v0.2.18
18202024-12-13T21:40:28.466Z Checking ryu v1.0.18
18212024-12-13T21:40:28.501Z Checking tinyvec_macros v0.1.1
18222024-12-13T21:40:28.530Z Checking zerovec v0.10.4
18232024-12-13T21:40:28.587Z Checking tinyvec v1.8.0
18242024-12-13T21:40:28.620Z Checking futures-util v0.3.31
18252024-12-13T21:40:28.693Z Checking fnv v1.0.7
18262024-12-13T21:40:28.804Z Checking crypto-common v0.1.6
18272024-12-13T21:40:28.818Z Checking block-buffer v0.10.4
18282024-12-13T21:40:28.986Z Checking block-padding v0.3.3
18292024-12-13T21:40:29.033Z Checking digest v0.10.7
18302024-12-13T21:40:29.076Z Checking hashbrown v0.15.1
18312024-12-13T21:40:29.196Z Checking inout v0.1.3
18322024-12-13T21:40:29.298Z Checking libm v0.2.8
18332024-12-13T21:40:29.412Z Checking hmac v0.12.1
18342024-12-13T21:40:29.428Z Checking cipher v0.4.4
18352024-12-13T21:40:29.618Z Checking sha2 v0.10.8
18362024-12-13T21:40:29.814Z Checking base64ct v1.6.0
18372024-12-13T21:40:29.887Z Checking unicode-normalization v0.1.24
18382024-12-13T21:40:30.175Z Checking tinystr v0.7.6
18392024-12-13T21:40:30.178Z Checking litemap v0.7.3
18402024-12-13T21:40:30.203Z Checking unicode-bidi v0.3.17
18412024-12-13T21:40:30.233Z Checking writeable v0.5.5
18422024-12-13T21:40:30.270Z Checking pem-rfc7468 v0.7.0
18432024-12-13T21:40:30.519Z Checking num-traits v0.2.19
18442024-12-13T21:40:30.535Z Checking icu_locid v1.5.0
18452024-12-13T21:40:30.537Z Checking ppv-lite86 v0.2.20
18462024-12-13T21:40:30.562Z Checking flagset v0.4.6
18472024-12-13T21:40:30.744Z Checking der v0.7.9
18482024-12-13T21:40:30.808Z Checking tracing-core v0.1.32
18492024-12-13T21:40:30.830Z Checking thiserror v1.0.69
18502024-12-13T21:40:30.967Z Checking rustls-pki-types v1.10.0
18512024-12-13T21:40:31.255Z Checking bytes v1.8.0
18522024-12-13T21:40:31.333Z Checking indexmap v2.6.0
18532024-12-13T21:40:31.449Z Checking serde_json v1.0.132
18542024-12-13T21:40:31.527Z Checking rand_chacha v0.3.1
18552024-12-13T21:40:31.585Z Checking icu_provider v1.5.0
18562024-12-13T21:40:31.936Z Checking bitflags v2.6.0
18572024-12-13T21:40:32.024Z Checking tokio v1.40.0
18582024-12-13T21:40:32.244Z Checking http v1.1.0
18592024-12-13T21:40:32.261Z Checking percent-encoding v2.3.1
18602024-12-13T21:40:32.264Z Checking icu_locid_transform_data v1.5.0
18612024-12-13T21:40:32.368Z Checking icu_locid_transform v1.5.0
18622024-12-13T21:40:32.465Z Checking rand v0.8.5
18632024-12-13T21:40:32.589Z Checking tracing v0.1.40
18642024-12-13T21:40:32.591Z Checking spki v0.7.3
18652024-12-13T21:40:33.223Z Checking icu_collections v1.5.0
18662024-12-13T21:40:33.245Z Checking salsa20 v0.10.2
18672024-12-13T21:40:33.245Z Checking pbkdf2 v0.12.2
18682024-12-13T21:40:33.283Z Checking aws-lc-sys v0.22.0
18692024-12-13T21:40:33.299Z Checking httparse v1.9.5
18702024-12-13T21:40:33.358Z Checking icu_properties_data v1.5.0
18712024-12-13T21:40:33.539Z Checking untrusted v0.7.1
18722024-12-13T21:40:33.567Z Checking untrusted v0.9.0
18732024-12-13T21:40:33.602Z Checking mirai-annotations v1.12.0
18742024-12-13T21:40:33.693Z Checking powerfmt v0.2.0
18752024-12-13T21:40:33.709Z Checking icu_properties v1.5.1
18762024-12-13T21:40:33.713Z Checking ring v0.17.8
18772024-12-13T21:40:33.736Z Checking scrypt v0.11.0
18782024-12-13T21:40:33.750Z Checking cbc v0.1.2
18792024-12-13T21:40:33.765Z Checking aes v0.8.4
18802024-12-13T21:40:33.944Z Checking deranged v0.3.11
18812024-12-13T21:40:33.944Z Checking crossbeam-utils v0.8.20
18822024-12-13T21:40:33.947Z Checking time-core v0.1.2
18832024-12-13T21:40:34.124Z Checking atomic-waker v1.1.2
18842024-12-13T21:40:34.251Z Checking num-conv v0.1.0
18852024-12-13T21:40:34.516Z Checking write16 v1.0.0
18862024-12-13T21:40:34.637Z Checking utf8_iter v1.0.4
18872024-12-13T21:40:34.666Z Checking icu_normalizer_data v1.5.0
18882024-12-13T21:40:34.679Z Checking num_threads v0.1.7
18892024-12-13T21:40:34.762Z Checking utf16_iter v1.0.5
18902024-12-13T21:40:34.794Z Checking pkcs5 v0.7.1
18912024-12-13T21:40:34.829Z Checking http-body v1.0.1
18922024-12-13T21:40:34.920Z Checking form_urlencoded v1.2.1
18932024-12-13T21:40:35.019Z Checking try-lock v0.2.5
18942024-12-13T21:40:35.118Z Checking httpdate v1.0.3
18952024-12-13T21:40:35.154Z Checking want v0.3.1
18962024-12-13T21:40:35.306Z Checking pkcs8 v0.10.2
18972024-12-13T21:40:35.335Z Checking unicode-ident v1.0.13
18982024-12-13T21:40:35.349Z Checking serde_spanned v0.6.8
18992024-12-13T21:40:35.490Z Checking proc-macro2 v1.0.89
19002024-12-13T21:40:35.507Z Checking toml_datetime v0.6.8
19012024-12-13T21:40:35.530Z Checking uuid v1.11.0
19022024-12-13T21:40:35.599Z Checking slog v2.7.0
19032024-12-13T21:40:35.733Z Checking time v0.3.36
19042024-12-13T21:40:35.776Z Checking aws-lc-rs v1.10.0
19052024-12-13T21:40:35.792Z Checking scroll v0.12.0
19062024-12-13T21:40:36.052Z Checking iana-time-zone v0.1.61
19072024-12-13T21:40:36.125Z Checking adler2 v2.0.0
19082024-12-13T21:40:36.175Z Checking ucd-trie v0.1.7
19092024-12-13T21:40:36.193Z Checking match_cfg v0.1.0
19102024-12-13T21:40:36.253Z Checking plain v0.2.3
19112024-12-13T21:40:36.272Z Checking tower-service v0.3.3
19122024-12-13T21:40:36.275Z Checking foreign-types-shared v0.1.1
19132024-12-13T21:40:36.375Z Checking base64 v0.22.1
19142024-12-13T21:40:36.392Z Checking pest v2.7.14
19152024-12-13T21:40:36.395Z Checking foreign-types v0.3.2
19162024-12-13T21:40:36.421Z Checking goblin v0.8.2
19172024-12-13T21:40:36.494Z Checking hostname v0.3.1
19182024-12-13T21:40:36.629Z Checking miniz_oxide v0.8.0
19192024-12-13T21:40:36.842Z Checking chrono v0.4.38
19202024-12-13T21:40:37.009Z Checking icu_normalizer v1.5.0
19212024-12-13T21:40:37.332Z Checking quote v1.0.37
19222024-12-13T21:40:37.606Z Checking rustls-webpki v0.102.8
19232024-12-13T21:40:37.675Z Checking openssl-sys v0.9.103
19242024-12-13T21:40:37.828Z Checking idna_adapter v1.2.0
19252024-12-13T21:40:38.026Z Checking idna v1.0.3
19262024-12-13T21:40:38.276Z Checking errno v0.3.9
19272024-12-13T21:40:38.430Z Checking dirs-sys-next v0.1.2
19282024-12-13T21:40:38.463Z Checking aho-corasick v1.1.3
19292024-12-13T21:40:38.500Z Checking url v2.5.3
19302024-12-13T21:40:38.602Z Checking pretty-hex v0.4.1
19312024-12-13T21:40:38.770Z Checking data-encoding v2.6.0
19322024-12-13T21:40:38.827Z Checking regex-syntax v0.8.5
19332024-12-13T21:40:38.923Z Checking siphasher v0.3.11
19342024-12-13T21:40:38.938Z Checking dtrace-parser v0.2.0
19352024-12-13T21:40:39.224Z Checking openssl v0.10.66
19362024-12-13T21:40:39.319Z Checking dirs-next v2.0.0
19372024-12-13T21:40:39.380Z Checking tokio-util v0.7.12
19382024-12-13T21:40:39.403Z Checking rustix v0.38.37
19392024-12-13T21:40:39.440Z Checking syn v2.0.87
19402024-12-13T21:40:39.457Z Checking http-body-util v0.1.2
19412024-12-13T21:40:39.924Z Checking crossbeam-epoch v0.9.18
19422024-12-13T21:40:40.083Z Checking signature v2.2.0
19432024-12-13T21:40:40.273Z Checking h2 v0.4.6
19442024-12-13T21:40:40.288Z Checking sha1 v0.10.6
19452024-12-13T21:40:40.332Z Checking lazy_static v1.5.0
19462024-12-13T21:40:40.443Z Checking thread_local v1.1.8
19472024-12-13T21:40:40.547Z Checking thread-id v4.2.2
19482024-12-13T21:40:40.658Z Checking encoding_rs v0.8.34
19492024-12-13T21:40:40.719Z Checking unicode-properties v0.1.3
19502024-12-13T21:40:41.104Z Checking openssl-probe v0.1.5
19512024-12-13T21:40:41.242Z Checking gimli v0.31.1
19522024-12-13T21:40:41.304Z Checking dof v0.3.0
19532024-12-13T21:40:41.953Z Checking ipnet v2.10.1
19542024-12-13T21:40:42.199Z Checking regex-automata v0.4.8
19552024-12-13T21:40:42.448Z Checking anstyle v1.0.10
19562024-12-13T21:40:42.809Z Checking utf8parse v0.2.2
19572024-12-13T21:40:42.887Z Checking winnow v0.6.20
19582024-12-13T21:40:42.969Z Checking mime v0.3.17
19592024-12-13T21:40:42.973Z Checking anstyle-parse v0.2.5
19602024-12-13T21:40:43.246Z Checking stringprep v0.1.5
19612024-12-13T21:40:43.276Z Checking crossbeam-deque v0.8.5
19622024-12-13T21:40:43.530Z Checking term v0.7.0
19632024-12-13T21:40:43.592Z Checking rustls v0.22.4
19642024-12-13T21:40:43.940Z Checking rustls v0.23.19
19652024-12-13T21:40:44.610Z Checking native-tls v0.2.12
19662024-12-13T21:40:44.910Z Checking slog-json v2.6.1
19672024-12-13T21:40:45.158Z Checking serde_urlencoded v0.7.1
19682024-12-13T21:40:45.223Z Checking addr2line v0.24.2
19692024-12-13T21:40:45.568Z Checking crossbeam-channel v0.5.13
19702024-12-13T21:40:45.753Z Checking futures-executor v0.3.31
19712024-12-13T21:40:45.837Z Checking toml_edit v0.22.22
19722024-12-13T21:40:45.875Z Checking usdt-impl v0.5.0
19732024-12-13T21:40:45.983Z Checking num-integer v0.1.46
19742024-12-13T21:40:46.290Z Checking rustls-pemfile v2.2.0
19752024-12-13T21:40:46.424Z Checking idna v0.3.0
19762024-12-13T21:40:46.464Z Checking idna v0.4.0
19772024-12-13T21:40:46.496Z Checking md-5 v0.10.6
19782024-12-13T21:40:46.524Z Checking hyper v1.5.0
19792024-12-13T21:40:46.702Z Checking ff v0.13.0
19802024-12-13T21:40:46.785Z Checking hash32 v0.2.1
19812024-12-13T21:40:46.916Z Checking memmap v0.7.0
19822024-12-13T21:40:47.072Z Checking is-terminal v0.4.13
19832024-12-13T21:40:47.118Z Checking object v0.36.5
19842024-12-13T21:40:47.146Z Checking either v1.13.0
19852024-12-13T21:40:47.198Z Checking anstyle-query v1.1.1
19862024-12-13T21:40:47.265Z Checking take_mut v0.2.2
19872024-12-13T21:40:47.304Z Checking fallible-iterator v0.2.0
19882024-12-13T21:40:47.335Z Checking quick-error v1.2.3
19892024-12-13T21:40:47.411Z Checking psl-types v2.0.11
19902024-12-13T21:40:47.470Z Checking utf-8 v0.7.6
19912024-12-13T21:40:47.524Z Checking colorchoice v1.0.2
19922024-12-13T21:40:47.591Z Checking rustc-demangle v0.1.24
19932024-12-13T21:40:47.657Z Checking dyn-clone v1.0.17
19942024-12-13T21:40:47.660Z Checking base16ct v0.2.0
19952024-12-13T21:40:47.800Z Checking linked-hash-map v0.5.6
19962024-12-13T21:40:47.855Z Checking is_terminal_polyfill v1.70.1
19972024-12-13T21:40:47.888Z Checking postgres-protocol v0.6.7
19982024-12-13T21:40:47.978Z Checking anstream v0.6.15
19992024-12-13T21:40:48.036Z Checking sec1 v0.7.3
20002024-12-13T21:40:48.114Z Checking lru-cache v0.1.2
20012024-12-13T21:40:48.293Z Checking schemars v0.8.21
20022024-12-13T21:40:48.366Z Checking tungstenite v0.24.0
20032024-12-13T21:40:48.405Z Checking toml v0.8.19
20042024-12-13T21:40:48.421Z Checking publicsuffix v2.2.3
20052024-12-13T21:40:48.524Z Checking resolv-conf v0.7.0
20062024-12-13T21:40:48.612Z Checking hyper-util v0.1.10
20072024-12-13T21:40:48.648Z Checking slog-async v2.8.0
20082024-12-13T21:40:48.851Z Checking hickory-proto v0.24.1
20092024-12-13T21:40:48.939Z Checking slog-term v2.9.1
20102024-12-13T21:40:49.157Z Checking tokio-rustls v0.25.0
20112024-12-13T21:40:49.232Z Checking usdt v0.5.0
20122024-12-13T21:40:49.442Z Checking heapless v0.7.17
20132024-12-13T21:40:49.467Z Checking group v0.13.0
20142024-12-13T21:40:49.484Z Checking tokio-rustls v0.26.0
20152024-12-13T21:40:49.524Z Checking num-iter v0.1.45
20162024-12-13T21:40:49.699Z Checking futures v0.3.31
20172024-12-13T21:40:49.727Z Checking slog-bunyan v2.5.0
20182024-12-13T21:40:49.811Z Checking tokio-native-tls v0.3.1
20192024-12-13T21:40:49.875Z Checking rayon-core v1.12.1
20202024-12-13T21:40:49.897Z Checking multer v3.1.0
20212024-12-13T21:40:49.914Z Checking terminal_size v0.4.0
20222024-12-13T21:40:50.054Z Checking phf_shared v0.11.2
20232024-12-13T21:40:50.078Z Checking cookie v0.18.1
20242024-12-13T21:40:50.280Z Checking async-stream v0.3.6
20252024-12-13T21:40:50.346Z Checking bzip2-sys v0.1.11+1.0.8
20262024-12-13T21:40:50.424Z Checking signal-hook v0.3.17
20272024-12-13T21:40:50.469Z Checking camino v1.1.9
20282024-12-13T21:40:50.472Z Checking waitgroup v0.1.2
20292024-12-13T21:40:50.526Z Checking openapiv3 v2.0.0
20302024-12-13T21:40:50.542Z Checking webpki-roots v0.26.6
20312024-12-13T21:40:50.555Z Checking serde_path_to_error v0.1.16
20322024-12-13T21:40:50.594Z Checking idna v0.5.0
20332024-12-13T21:40:50.737Z Checking hkdf v0.12.4
20342024-12-13T21:40:50.756Z Checking crypto-bigint v0.5.5
20352024-12-13T21:40:50.956Z Checking hostname v0.4.0
20362024-12-13T21:40:51.042Z Checking crc32fast v1.4.2
20372024-12-13T21:40:51.089Z Checking winnow v0.5.40
20382024-12-13T21:40:51.156Z Checking debug-ignore v1.0.5
20392024-12-13T21:40:51.260Z Checking clap_lex v0.7.2
20402024-12-13T21:40:51.291Z Checking strsim v0.11.1
20412024-12-13T21:40:51.446Z Checking unicode-width v0.1.14
20422024-12-13T21:40:51.505Z Checking managed v0.8.0
20432024-12-13T21:40:51.580Z Checking bitflags v1.3.2
20442024-12-13T21:40:51.682Z Checking clap_builder v4.5.21
20452024-12-13T21:40:51.888Z Checking smoltcp v0.9.1
20462024-12-13T21:40:51.928Z Checking console v0.15.8
20472024-12-13T21:40:52.504Z Checking cookie_store v0.21.0
20482024-12-13T21:40:53.200Z Checking flate2 v1.0.34
20492024-12-13T21:40:53.368Z Checking signal-hook-mio v0.2.4
20502024-12-13T21:40:53.510Z Checking hyper-rustls v0.27.3
20512024-12-13T21:40:53.526Z Checking backtrace v0.3.74
20522024-12-13T21:40:53.617Z Checking hickory-resolver v0.24.1
20532024-12-13T21:40:53.664Z Checking elliptic-curve v0.13.8
20542024-12-13T21:40:53.838Z Checking hyper-tls v0.6.0
20552024-12-13T21:40:53.843Z Checking rayon v1.10.0
20562024-12-13T21:40:53.996Z Checking dropshot v0.12.0
20572024-12-13T21:40:54.015Z Checking toml_edit v0.19.15
20582024-12-13T21:40:54.065Z Checking anyhow v1.0.93
20592024-12-13T21:40:54.114Z Checking bzip2 v0.4.4
20602024-12-13T21:40:54.303Z Checking phf v0.11.2
20612024-12-13T21:40:54.395Z Checking num-bigint-dig v0.8.4
20622024-12-13T21:40:54.445Z Checking tokio-tungstenite v0.24.0
20632024-12-13T21:40:54.575Z Checking postgres-types v0.2.8
20642024-12-13T21:40:54.798Z Checking bstr v1.10.0
20652024-12-13T21:40:54.922Z Checking regex v1.11.1
20662024-12-13T21:40:55.144Z Checking ed25519 v2.2.3
20672024-12-13T21:40:55.330Z Checking tokio-stream v0.1.16
20682024-12-13T21:40:55.452Z Checking phf_shared v0.10.0
20692024-12-13T21:40:55.560Z Checking curve25519-dalek v4.1.3
20702024-12-13T21:40:55.719Z Checking zerocopy v0.6.6
20712024-12-13T21:40:55.742Z Checking pkcs1 v0.7.5
20722024-12-13T21:40:56.157Z Checking hubpack v0.1.2
20732024-12-13T21:40:56.173Z Checking portable-atomic v1.9.0
20742024-12-13T21:40:56.462Z Checking float-cmp v0.9.0
20752024-12-13T21:40:56.465Z Checking serde-big-array v0.5.1
20762024-12-13T21:40:56.465Z Checking rfc6979 v0.4.0
20772024-12-13T21:40:56.528Z Checking sync_wrapper v1.0.1
20782024-12-13T21:40:56.635Z Checking precomputed-hash v0.1.1
20792024-12-13T21:40:56.653Z Checking number_prefix v0.4.0
20802024-12-13T21:40:56.667Z Checking bit-vec v0.6.3
20812024-12-13T21:40:56.708Z Checking unicode-segmentation v1.12.0
20822024-12-13T21:40:56.740Z Checking fixedbitset v0.4.2
20832024-12-13T21:40:56.837Z Checking predicates-core v1.0.8
20842024-12-13T21:40:56.996Z Checking new_debug_unreachable v1.0.6
20852024-12-13T21:40:57.011Z Checking difflib v0.4.0
20862024-12-13T21:40:57.027Z Checking normalize-line-endings v0.3.0
20872024-12-13T21:40:57.085Z Checking whoami v1.5.2
20882024-12-13T21:40:57.139Z Checking minimal-lexical v0.2.1
20892024-12-13T21:40:57.198Z Checking unicode-width v0.2.0
20902024-12-13T21:40:57.336Z Checking static_assertions v1.1.0
20912024-12-13T21:40:57.388Z Checking tokio-postgres v0.7.12
20922024-12-13T21:40:57.403Z Checking similar v2.6.0
20932024-12-13T21:40:57.426Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20942024-12-13T21:40:57.446Z Checking ed25519-dalek v2.1.1
20952024-12-13T21:40:57.530Z Checking nom v7.1.3
20962024-12-13T21:40:57.616Z Checking predicates v3.1.2
20972024-12-13T21:40:57.657Z Checking indicatif v0.17.9
20982024-12-13T21:40:57.673Z Checking qorb v0.2.1
20992024-12-13T21:40:57.842Z Checking string_cache v0.8.7
21002024-12-13T21:40:58.137Z Checking bit-set v0.5.3
21012024-12-13T21:40:58.241Z Checking petgraph v0.6.5
21022024-12-13T21:40:58.262Z Checking reqwest v0.12.9
21032024-12-13T21:40:58.382Z Checking ecdsa v0.16.9
21042024-12-13T21:40:58.432Z Checking rsa v0.9.6
21052024-12-13T21:40:59.105Z Checking toml v0.7.8
21062024-12-13T21:40:59.484Z Checking clap v4.5.21
21072024-12-13T21:40:59.605Z Checking zip v0.6.6
21082024-12-13T21:40:59.828Z Checking crossterm v0.28.1
21092024-12-13T21:41:00.148Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21102024-12-13T21:41:00.174Z Checking itertools v0.10.5
21112024-12-13T21:41:00.204Z Checking fs-err v2.11.0
21122024-12-13T21:41:00.271Z Checking ahash v0.8.11
21132024-12-13T21:41:00.387Z Checking x509-cert v0.2.5
21142024-12-13T21:41:00.405Z Checking semver v1.0.23
21152024-12-13T21:41:00.760Z Checking hex v0.4.3
21162024-12-13T21:41:00.799Z Checking lalrpop-util v0.19.12
21172024-12-13T21:41:00.814Z Checking peg-runtime v0.8.3
21182024-12-13T21:41:01.033Z Checking sigpipe v0.1.3
21192024-12-13T21:41:02.416Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21202024-12-13T21:41:02.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.13s
21212024-12-13T21:41:02.880Z
21222024-12-13T21:41:02.880Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21232024-12-13T21:41:03.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242024-12-13T21:41:03.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252024-12-13T21:41:03.534Z Compiling hashbrown v0.14.5
21262024-12-13T21:41:03.654Z Checking heck v0.5.0
21272024-12-13T21:41:03.666Z Compiling unsafe-libyaml v0.2.11
21282024-12-13T21:41:03.679Z Compiling ident_case v1.0.1
21292024-12-13T21:41:03.691Z Checking progenitor-client v0.8.0
21302024-12-13T21:41:03.705Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21312024-12-13T21:41:03.722Z Compiling proc-macro-crate v1.3.1
21322024-12-13T21:41:03.816Z Compiling darling_core v0.20.10
21332024-12-13T21:41:03.845Z Checking ipnetwork v0.20.0
21342024-12-13T21:41:04.058Z Compiling structmeta-derive v0.3.0
21352024-12-13T21:41:04.075Z Compiling newtype-uuid v1.1.3
21362024-12-13T21:41:04.204Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21372024-12-13T21:41:04.373Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21382024-12-13T21:41:04.503Z Compiling lzma-sys v0.1.20
21392024-12-13T21:41:04.726Z Compiling foreign-types-macros v0.2.3
21402024-12-13T21:41:04.769Z Checking regress v0.10.1
21412024-12-13T21:41:04.875Z Compiling num_enum_derive v0.5.11
21422024-12-13T21:41:05.272Z Compiling serde_yaml v0.9.34+deprecated
21432024-12-13T21:41:05.558Z Compiling dropshot v0.13.0
21442024-12-13T21:41:05.843Z Checking arc-swap v1.7.1
21452024-12-13T21:41:06.027Z Checking foreign-types-shared v0.3.1
21462024-12-13T21:41:06.141Z Checking foreign-types v0.5.0
21472024-12-13T21:41:06.268Z Checking slog-scope v4.4.0
21482024-12-13T21:41:06.358Z Compiling proc-macro-error v1.0.4
21492024-12-13T21:41:06.916Z Compiling structmeta v0.3.0
21502024-12-13T21:41:07.019Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21512024-12-13T21:41:07.035Z Checking tungstenite v0.21.0
21522024-12-13T21:41:07.170Z Compiling heck v0.3.3
21532024-12-13T21:41:07.365Z Compiling parse-display-derive v0.10.0
21542024-12-13T21:41:07.533Z Checking num_enum v0.5.11
21552024-12-13T21:41:07.599Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21562024-12-13T21:41:07.686Z Compiling dropshot_endpoint v0.13.0
21572024-12-13T21:41:08.034Z Checking cstr-argument v0.1.2
21582024-12-13T21:41:08.204Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21592024-12-13T21:41:08.300Z Checking typify-impl v0.2.0
21602024-12-13T21:41:08.427Z Checking instant v0.1.13
21612024-12-13T21:41:08.927Z Checking base64 v0.21.7
21622024-12-13T21:41:09.425Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21632024-12-13T21:41:09.532Z Checking pretty-hex v0.2.1
21642024-12-13T21:41:09.697Z Checking fastrand v2.1.1
21652024-12-13T21:41:09.713Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21662024-12-13T21:41:09.875Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21672024-12-13T21:41:09.991Z Checking backoff v0.4.0
21682024-12-13T21:41:10.016Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21692024-12-13T21:41:10.018Z Checking tempfile v3.13.0
21702024-12-13T21:41:10.164Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21712024-12-13T21:41:10.294Z Checking tokio-tungstenite v0.21.0
21722024-12-13T21:41:10.397Z Checking strum v0.26.3
21732024-12-13T21:41:10.475Z Compiling zone_cfg_derive v0.1.2
21742024-12-13T21:41:10.557Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21752024-12-13T21:41:10.790Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21762024-12-13T21:41:10.803Z Checking slog-stdlog v4.1.1
21772024-12-13T21:41:10.845Z Compiling darling_macro v0.20.10
21782024-12-13T21:41:11.012Z Checking regress v0.9.1
21792024-12-13T21:41:11.134Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21802024-12-13T21:41:11.285Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21812024-12-13T21:41:12.307Z Checking colored v2.1.0
21822024-12-13T21:41:12.311Z Checking macaddr v1.0.1
21832024-12-13T21:41:12.311Z Checking base64 v0.13.1
21842024-12-13T21:41:12.311Z Compiling darling v0.20.10
21852024-12-13T21:41:12.311Z Compiling serde_with_macros v3.11.0
21862024-12-13T21:41:12.311Z Checking ron v0.7.1
21872024-12-13T21:41:12.311Z Checking zone v0.1.8
21882024-12-13T21:41:12.311Z Checking parse-display v0.10.0
21892024-12-13T21:41:12.311Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21902024-12-13T21:41:12.747Z Checking xz2 v0.1.7
21912024-12-13T21:41:12.800Z Checking slog-envlogger v2.2.0
21922024-12-13T21:41:13.031Z Checking tabwriter v1.4.0
21932024-12-13T21:41:13.046Z Checking xattr v1.3.1
21942024-12-13T21:41:13.167Z Checking pem v3.0.4
21952024-12-13T21:41:13.236Z Checking yasna v0.5.2
21962024-12-13T21:41:13.268Z Checking headers-core v0.3.0
21972024-12-13T21:41:13.416Z Checking smf v0.2.3
21982024-12-13T21:41:13.432Z Checking filetime v0.2.25
21992024-12-13T21:41:13.643Z Checking same-file v1.0.6
22002024-12-13T21:41:13.821Z Checking walkdir v2.5.0
22012024-12-13T21:41:13.883Z Checking tar v0.4.42
22022024-12-13T21:41:13.900Z Checking headers v0.4.0
22032024-12-13T21:41:14.081Z Checking rcgen v0.12.1
22042024-12-13T21:41:14.096Z Checking atomicwrites v0.4.4
22052024-12-13T21:41:14.297Z Checking camino-tempfile v1.1.1
22062024-12-13T21:41:14.585Z Checking subprocess v0.2.9
22072024-12-13T21:41:14.804Z Checking serde_with v3.11.0
22082024-12-13T21:41:18.654Z Compiling typify-macro v0.2.0
22092024-12-13T21:41:20.651Z Compiling typify v0.2.0
22102024-12-13T21:41:20.800Z Compiling progenitor-impl v0.8.0
22112024-12-13T21:41:23.815Z Compiling progenitor-macro v0.8.0
22122024-12-13T21:41:28.624Z Checking progenitor v0.8.0
22132024-12-13T21:41:28.776Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22142024-12-13T21:41:28.785Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22152024-12-13T21:41:31.460Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22162024-12-13T21:41:31.797Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22172024-12-13T21:41:38.057Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22182024-12-13T21:41:39.632Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22192024-12-13T21:41:40.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.00s
22202024-12-13T21:41:41.063Z
22212024-12-13T21:41:41.063Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22222024-12-13T21:41:41.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-12-13T21:41:41.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-12-13T21:41:41.712Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22252024-12-13T21:41:43.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
22262024-12-13T21:41:43.336Z
22272024-12-13T21:41:43.336Zinfo: running `cargo check --bins` on nexus-config (31/173)
22282024-12-13T21:41:43.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-12-13T21:41:43.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-12-13T21:41:43.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-12-13T21:41:43.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22322024-12-13T21:41:43.942Z
22332024-12-13T21:41:43.942Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22342024-12-13T21:41:44.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-12-13T21:41:44.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-12-13T21:41:44.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-12-13T21:41:44.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382024-12-13T21:41:44.539Z
22392024-12-13T21:41:44.539Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22402024-12-13T21:41:45.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-12-13T21:41:45.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-12-13T21:41:45.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-12-13T21:41:45.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22442024-12-13T21:41:45.147Z
22452024-12-13T21:41:45.147Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22462024-12-13T21:41:45.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-12-13T21:41:45.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-12-13T21:41:45.819Z Compiling zerocopy v0.8.10
22492024-12-13T21:41:45.819Z Compiling progenitor-client v0.8.0
22502024-12-13T21:41:45.845Z Compiling itertools v0.13.0
22512024-12-13T21:41:45.845Z Compiling zerocopy-derive v0.8.10
22522024-12-13T21:41:45.845Z Compiling heapless v0.8.0
22532024-12-13T21:41:45.845Z Compiling newtype-uuid v1.1.3
22542024-12-13T21:41:45.845Z Compiling ipnetwork v0.20.0
22552024-12-13T21:41:45.845Z Checking hash32 v0.3.1
22562024-12-13T21:41:46.078Z Compiling instant v0.1.13
22572024-12-13T21:41:46.221Z Compiling smoltcp v0.11.0
22582024-12-13T21:41:46.270Z Compiling progenitor v0.8.0
22592024-12-13T21:41:46.382Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22602024-12-13T21:41:46.526Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22612024-12-13T21:41:46.824Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622024-12-13T21:41:46.864Z Compiling backoff v0.4.0
22632024-12-13T21:41:46.985Z Compiling serde_with v3.11.0
22642024-12-13T21:41:47.157Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652024-12-13T21:41:47.212Z Compiling dropshot v0.13.0
22662024-12-13T21:41:47.235Z Compiling parse-display v0.10.0
22672024-12-13T21:41:47.332Z Checking num-rational v0.4.2
22682024-12-13T21:41:47.769Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22692024-12-13T21:41:47.959Z Compiling regress v0.9.1
22702024-12-13T21:41:47.999Z Compiling phf_generator v0.11.2
22712024-12-13T21:41:48.191Z Checking num-complex v0.4.6
22722024-12-13T21:41:49.148Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22732024-12-13T21:41:49.782Z Compiling macaddr v1.0.1
22742024-12-13T21:41:50.254Z Checking cobs v0.2.3
22752024-12-13T21:41:50.257Z Compiling num v0.4.3
22762024-12-13T21:41:50.441Z Checking postcard v1.0.10
22772024-12-13T21:41:50.505Z Compiling phf_codegen v0.11.2
22782024-12-13T21:41:51.023Z Compiling parse-zoneinfo v0.3.1
22792024-12-13T21:41:51.070Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22802024-12-13T21:41:51.355Z Checking float-ord v0.3.2
22812024-12-13T21:41:51.665Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22822024-12-13T21:41:51.830Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22832024-12-13T21:41:52.180Z Compiling convert_case v0.4.0
22842024-12-13T21:41:53.032Z Compiling chrono-tz-build v0.4.0
22852024-12-13T21:41:53.177Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22862024-12-13T21:41:53.208Z Compiling derive_more v0.99.18
22872024-12-13T21:41:53.841Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22882024-12-13T21:41:54.531Z Compiling thiserror v2.0.3
22892024-12-13T21:41:54.722Z Compiling crucible-workspace-hack v0.1.0
22902024-12-13T21:41:54.797Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22912024-12-13T21:41:55.042Z Compiling chrono-tz v0.10.0
22922024-12-13T21:41:55.070Z Checking newline-converter v0.3.0
22932024-12-13T21:41:55.224Z Checking prettyplease v0.2.25
22942024-12-13T21:41:55.535Z Compiling thiserror-impl v2.0.3
22952024-12-13T21:41:55.759Z Compiling slog-dtrace v0.3.0
22962024-12-13T21:41:55.997Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22972024-12-13T21:41:56.254Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22982024-12-13T21:41:56.363Z Checking expectorate v1.1.0
22992024-12-13T21:41:56.489Z Compiling zone_cfg_derive v0.3.0
23002024-12-13T21:41:56.545Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23012024-12-13T21:41:57.038Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23022024-12-13T21:41:57.530Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23032024-12-13T21:41:57.639Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23042024-12-13T21:41:58.028Z Compiling const_format_proc_macros v0.2.33
23052024-12-13T21:41:58.337Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23062024-12-13T21:41:58.803Z Compiling num-derive v0.4.2
23072024-12-13T21:42:02.320Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23082024-12-13T21:42:02.414Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23092024-12-13T21:42:02.414Z Checking highway v1.2.0
23102024-12-13T21:42:02.414Z Checking zone v0.3.0
23112024-12-13T21:42:02.414Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23122024-12-13T21:42:02.414Z Checking const_format v0.2.33
23132024-12-13T21:42:02.414Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23142024-12-13T21:42:02.414Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23152024-12-13T21:42:02.414Z Checking gethostname v0.5.0
23162024-12-13T21:42:02.414Z Checking bcs v0.1.6
23172024-12-13T21:42:02.414Z Compiling async-recursion v1.1.1
23182024-12-13T21:42:02.414Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23192024-12-13T21:42:02.414Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23202024-12-13T21:42:02.414Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23212024-12-13T21:42:02.445Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23222024-12-13T21:42:03.237Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23232024-12-13T21:42:08.923Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23242024-12-13T21:42:11.950Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23252024-12-13T21:42:14.630Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23262024-12-13T21:42:18.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.67s
23272024-12-13T21:42:18.841Z
23282024-12-13T21:42:18.841Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23292024-12-13T21:42:18.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-12-13T21:42:18.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-12-13T21:42:18.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-12-13T21:42:18.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23332024-12-13T21:42:18.841Z
23342024-12-13T21:42:18.841Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23352024-12-13T21:42:18.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-12-13T21:42:18.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-12-13T21:42:18.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-12-13T21:42:18.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23392024-12-13T21:42:18.842Z
23402024-12-13T21:42:18.842Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23412024-12-13T21:42:18.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-12-13T21:42:18.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-12-13T21:42:18.842Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23442024-12-13T21:42:18.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
23452024-12-13T21:42:18.842Z
23462024-12-13T21:42:18.842Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23472024-12-13T21:42:19.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-12-13T21:42:19.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-12-13T21:42:19.371Z Compiling cfg_aliases v0.1.1
23502024-12-13T21:42:19.375Z Compiling vte_generate_state_changes v0.1.2
23512024-12-13T21:42:19.375Z Checking fd-lock v4.0.2
23522024-12-13T21:42:19.375Z Checking nibble_vec v0.1.0
23532024-12-13T21:42:19.375Z Checking endian-type v0.1.2
23542024-12-13T21:42:19.474Z Checking bytecount v0.6.8
23552024-12-13T21:42:19.484Z Compiling tabled_derive v0.7.0
23562024-12-13T21:42:19.505Z Checking itertools v0.12.1
23572024-12-13T21:42:19.556Z Compiling nix v0.28.0
23582024-12-13T21:42:19.630Z Compiling peg-macros v0.8.4
23592024-12-13T21:42:19.645Z Checking papergrid v0.11.0
23602024-12-13T21:42:19.681Z Checking radix_trie v0.2.1
23612024-12-13T21:42:19.695Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23622024-12-13T21:42:20.061Z Compiling sqlparser_derive v0.2.2
23632024-12-13T21:42:20.090Z Checking vte v0.11.1
23642024-12-13T21:42:20.843Z Checking nu-ansi-term v0.50.1
23652024-12-13T21:42:21.099Z Checking unicode_categories v0.1.1
23662024-12-13T21:42:21.188Z Checking home v0.5.9
23672024-12-13T21:42:21.246Z Checking sqlparser v0.45.0
23682024-12-13T21:42:21.347Z Checking display-error-chain v0.2.2
23692024-12-13T21:42:21.420Z Checking sqlformat v0.2.6
23702024-12-13T21:42:21.451Z Checking strip-ansi-escapes v0.2.0
23712024-12-13T21:42:22.012Z Checking tabled v0.15.0
23722024-12-13T21:42:22.094Z Checking reedline v0.35.0
23732024-12-13T21:42:22.676Z Checking peg v0.8.4
23742024-12-13T21:42:22.826Z Checking rustyline v14.0.0
23752024-12-13T21:42:31.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.97s
23762024-12-13T21:42:31.878Z
23772024-12-13T21:42:31.878Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23782024-12-13T21:42:32.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-12-13T21:42:32.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-12-13T21:42:32.528Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23812024-12-13T21:42:37.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
23822024-12-13T21:42:37.727Z
23832024-12-13T21:42:37.727Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23842024-12-13T21:42:38.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-12-13T21:42:38.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-12-13T21:42:38.390Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23872024-12-13T21:42:42.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
23882024-12-13T21:42:42.289Z
23892024-12-13T21:42:42.289Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23902024-12-13T21:42:42.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-12-13T21:42:42.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-12-13T21:42:42.942Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-12-13T21:42:47.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
23942024-12-13T21:42:47.872Z
23952024-12-13T21:42:47.872Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23962024-12-13T21:42:48.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-12-13T21:42:48.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-12-13T21:42:48.528Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-12-13T21:42:53.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
24002024-12-13T21:42:53.498Z
24012024-12-13T21:42:53.498Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24022024-12-13T21:42:54.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-12-13T21:42:54.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-12-13T21:42:54.153Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-12-13T21:42:58.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
24062024-12-13T21:42:58.274Z
24072024-12-13T21:42:58.274Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24082024-12-13T21:42:58.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-12-13T21:42:58.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-12-13T21:42:58.927Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-12-13T21:43:02.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
24122024-12-13T21:43:03.051Z
24132024-12-13T21:43:03.051Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24142024-12-13T21:43:03.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-12-13T21:43:03.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-12-13T21:43:03.708Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-12-13T21:43:08.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
24182024-12-13T21:43:08.899Z
24192024-12-13T21:43:08.899Zinfo: running `cargo check --bins` on oximeter (46/173)
24202024-12-13T21:43:09.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-12-13T21:43:09.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-12-13T21:43:09.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-12-13T21:43:09.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24242024-12-13T21:43:09.515Z
24252024-12-13T21:43:09.515Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24262024-12-13T21:43:10.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-12-13T21:43:10.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-12-13T21:43:10.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-12-13T21:43:10.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24302024-12-13T21:43:10.108Z
24312024-12-13T21:43:10.108Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24322024-12-13T21:43:10.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-12-13T21:43:10.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-12-13T21:43:10.739Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24352024-12-13T21:43:11.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24362024-12-13T21:43:11.350Z
24372024-12-13T21:43:11.350Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24382024-12-13T21:43:11.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-12-13T21:43:11.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-12-13T21:43:11.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-12-13T21:43:11.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24422024-12-13T21:43:11.970Z
24432024-12-13T21:43:11.970Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24442024-12-13T21:43:12.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-12-13T21:43:12.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-12-13T21:43:12.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-12-13T21:43:12.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24482024-12-13T21:43:12.601Z
24492024-12-13T21:43:12.601Zinfo: running `cargo check --bins` on oxql-types (51/173)
24502024-12-13T21:43:13.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-12-13T21:43:13.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-12-13T21:43:13.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-12-13T21:43:13.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24542024-12-13T21:43:13.214Z
24552024-12-13T21:43:13.214Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24562024-12-13T21:43:13.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-12-13T21:43:13.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-12-13T21:43:13.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-12-13T21:43:13.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24602024-12-13T21:43:13.856Z
24612024-12-13T21:43:13.856Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24622024-12-13T21:43:14.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-12-13T21:43:14.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-12-13T21:43:14.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-12-13T21:43:14.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24662024-12-13T21:43:14.479Z
24672024-12-13T21:43:14.479Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24682024-12-13T21:43:15.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-12-13T21:43:15.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-12-13T21:43:15.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-12-13T21:43:15.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24722024-12-13T21:43:15.108Z
24732024-12-13T21:43:15.108Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24742024-12-13T21:43:15.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-12-13T21:43:15.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-12-13T21:43:15.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-12-13T21:43:15.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24782024-12-13T21:43:15.729Z
24792024-12-13T21:43:15.729Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24802024-12-13T21:43:16.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-12-13T21:43:16.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-12-13T21:43:16.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-12-13T21:43:16.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24842024-12-13T21:43:16.349Z
24852024-12-13T21:43:16.349Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24862024-12-13T21:43:16.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-12-13T21:43:16.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-12-13T21:43:16.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-12-13T21:43:16.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24902024-12-13T21:43:16.968Z
24912024-12-13T21:43:16.968Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24922024-12-13T21:43:17.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-12-13T21:43:17.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-12-13T21:43:17.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-12-13T21:43:17.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24962024-12-13T21:43:17.577Z
24972024-12-13T21:43:17.579Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24982024-12-13T21:43:18.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-12-13T21:43:18.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-12-13T21:43:18.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-12-13T21:43:18.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25022024-12-13T21:43:18.205Z
25032024-12-13T21:43:18.205Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25042024-12-13T21:43:18.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-12-13T21:43:18.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-12-13T21:43:18.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-12-13T21:43:18.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25082024-12-13T21:43:18.837Z
25092024-12-13T21:43:18.837Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25102024-12-13T21:43:19.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-12-13T21:43:19.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-12-13T21:43:19.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-12-13T21:43:19.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25142024-12-13T21:43:19.454Z
25152024-12-13T21:43:19.454Zinfo: running `cargo check --bins` on dpd-client (62/173)
25162024-12-13T21:43:20.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-12-13T21:43:20.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-12-13T21:43:20.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-12-13T21:43:20.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25202024-12-13T21:43:20.079Z
25212024-12-13T21:43:20.079Zinfo: running `cargo check --bins` on gateway-client (63/173)
25222024-12-13T21:43:20.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-12-13T21:43:20.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-12-13T21:43:20.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-12-13T21:43:20.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25262024-12-13T21:43:20.695Z
25272024-12-13T21:43:20.695Zinfo: running `cargo check --bins` on installinator-client (64/173)
25282024-12-13T21:43:21.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-12-13T21:43:21.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-12-13T21:43:21.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-12-13T21:43:21.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25322024-12-13T21:43:21.324Z
25332024-12-13T21:43:21.324Zinfo: running `cargo check --bins` on installinator-common (65/173)
25342024-12-13T21:43:21.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-12-13T21:43:21.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-12-13T21:43:21.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-12-13T21:43:21.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25382024-12-13T21:43:21.958Z
25392024-12-13T21:43:21.958Zinfo: running `cargo check --bins` on update-engine (66/173)
25402024-12-13T21:43:22.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-12-13T21:43:22.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-12-13T21:43:22.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-12-13T21:43:22.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25442024-12-13T21:43:22.561Z
25452024-12-13T21:43:22.561Zinfo: running `cargo check --bins` on nexus-client (67/173)
25462024-12-13T21:43:23.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-12-13T21:43:23.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-12-13T21:43:23.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-12-13T21:43:23.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25502024-12-13T21:43:23.211Z
25512024-12-13T21:43:23.211Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25522024-12-13T21:43:23.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-12-13T21:43:23.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-12-13T21:43:23.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-12-13T21:43:23.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25562024-12-13T21:43:23.842Z
25572024-12-13T21:43:23.842Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25582024-12-13T21:43:24.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-12-13T21:43:24.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-12-13T21:43:24.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-12-13T21:43:24.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25622024-12-13T21:43:24.430Z
25632024-12-13T21:43:24.430Zinfo: running `cargo check --bins` on nexus-types (70/173)
25642024-12-13T21:43:25.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-12-13T21:43:25.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-12-13T21:43:25.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-12-13T21:43:25.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25682024-12-13T21:43:25.079Z
25692024-12-13T21:43:25.079Zinfo: running `cargo check --bins` on oxide-client (71/173)
25702024-12-13T21:43:25.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-12-13T21:43:25.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-12-13T21:43:25.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-12-13T21:43:25.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25742024-12-13T21:43:25.690Z
25752024-12-13T21:43:25.690Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25762024-12-13T21:43:26.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-12-13T21:43:26.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-12-13T21:43:26.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-12-13T21:43:26.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25802024-12-13T21:43:26.313Z
25812024-12-13T21:43:26.313Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25822024-12-13T21:43:26.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-12-13T21:43:26.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-12-13T21:43:26.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-12-13T21:43:26.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25862024-12-13T21:43:26.924Z
25872024-12-13T21:43:26.924Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25882024-12-13T21:43:27.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-12-13T21:43:27.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-12-13T21:43:27.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-12-13T21:43:27.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25922024-12-13T21:43:27.569Z
25932024-12-13T21:43:27.569Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25942024-12-13T21:43:28.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-12-13T21:43:28.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-12-13T21:43:28.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-12-13T21:43:28.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25982024-12-13T21:43:28.226Z
25992024-12-13T21:43:28.226Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26002024-12-13T21:43:28.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-12-13T21:43:28.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-12-13T21:43:28.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-12-13T21:43:28.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26042024-12-13T21:43:28.877Z
26052024-12-13T21:43:28.877Zinfo: running `cargo check --bins` on wicket-common (77/173)
26062024-12-13T21:43:29.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-12-13T21:43:29.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-12-13T21:43:29.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-12-13T21:43:29.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26102024-12-13T21:43:29.520Z
26112024-12-13T21:43:29.521Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26122024-12-13T21:43:30.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-12-13T21:43:30.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-12-13T21:43:30.170Z Checking csv-core v0.1.11
26152024-12-13T21:43:30.170Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26162024-12-13T21:43:30.173Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26172024-12-13T21:43:30.486Z Checking csv v1.3.0
26182024-12-13T21:43:30.503Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26192024-12-13T21:43:31.064Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26202024-12-13T21:43:31.399Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26212024-12-13T21:43:32.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
26222024-12-13T21:43:32.828Z
26232024-12-13T21:43:32.828Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26242024-12-13T21:43:33.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-12-13T21:43:33.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-12-13T21:43:33.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-12-13T21:43:33.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26282024-12-13T21:43:33.446Z
26292024-12-13T21:43:33.446Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26302024-12-13T21:43:33.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-12-13T21:43:33.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-12-13T21:43:33.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-12-13T21:43:33.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26342024-12-13T21:43:34.063Z
26352024-12-13T21:43:34.063Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26362024-12-13T21:43:34.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-12-13T21:43:34.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-12-13T21:43:34.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-12-13T21:43:34.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26402024-12-13T21:43:34.788Z
26412024-12-13T21:43:34.788Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26422024-12-13T21:43:35.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-12-13T21:43:35.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-12-13T21:43:35.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-12-13T21:43:35.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26462024-12-13T21:43:35.509Z
26472024-12-13T21:43:35.509Zinfo: running `cargo check --bins` on dns-server (83/173)
26482024-12-13T21:43:36.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-12-13T21:43:36.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-12-13T21:43:36.153Z Compiling parking_lot_core v0.8.6
26512024-12-13T21:43:36.156Z Checking fxhash v0.2.1
26522024-12-13T21:43:36.156Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26532024-12-13T21:43:36.254Z Checking hickory-server v0.24.1
26542024-12-13T21:43:36.264Z Checking hickory-client v0.24.1
26552024-12-13T21:43:36.850Z Checking parking_lot v0.11.2
26562024-12-13T21:43:36.987Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26572024-12-13T21:43:36.987Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26582024-12-13T21:43:37.079Z Checking sled v0.34.7
26592024-12-13T21:43:38.846Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26602024-12-13T21:43:40.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
26612024-12-13T21:43:40.259Z
26622024-12-13T21:43:40.259Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26632024-12-13T21:43:40.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-12-13T21:43:40.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-12-13T21:43:40.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-12-13T21:43:40.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26672024-12-13T21:43:40.891Z
26682024-12-13T21:43:40.892Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26692024-12-13T21:43:41.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-12-13T21:43:41.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-12-13T21:43:41.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-12-13T21:43:41.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26732024-12-13T21:43:41.577Z
26742024-12-13T21:43:41.577Zinfo: running `cargo check --bins` on gateway-types (86/173)
26752024-12-13T21:43:42.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-12-13T21:43:42.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-12-13T21:43:42.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-12-13T21:43:42.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26792024-12-13T21:43:42.211Z
26802024-12-13T21:43:42.211Zinfo: running `cargo check --bins` on ipcc (87/173)
26812024-12-13T21:43:42.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-12-13T21:43:42.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-12-13T21:43:42.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-12-13T21:43:42.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26852024-12-13T21:43:42.835Z
26862024-12-13T21:43:42.835Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26872024-12-13T21:43:43.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-12-13T21:43:43.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-12-13T21:43:43.940Z Compiling semver v0.1.20
26902024-12-13T21:43:43.941Z Compiling radium v0.7.0
26912024-12-13T21:43:43.941Z Compiling maybe-uninit v2.0.0
26922024-12-13T21:43:43.941Z Checking tap v1.0.1
26932024-12-13T21:43:43.941Z Checking password-hash v0.5.0
26942024-12-13T21:43:43.941Z Checking blake2 v0.10.6
26952024-12-13T21:43:43.941Z Checking crc-catalog v2.4.0
26962024-12-13T21:43:43.941Z Compiling cancel-safe-futures v0.1.5
26972024-12-13T21:43:43.941Z Checking wyz v0.5.1
26982024-12-13T21:43:43.941Z Checking funty v2.0.0
26992024-12-13T21:43:44.013Z Compiling rustc_version v0.1.7
27002024-12-13T21:43:44.092Z Compiling packed_struct v0.10.1
27012024-12-13T21:43:44.110Z Compiling owo-colors v4.1.0
27022024-12-13T21:43:44.173Z Checking argon2 v0.5.3
27032024-12-13T21:43:44.276Z Checking crc v3.2.1
27042024-12-13T21:43:44.349Z Compiling packed_struct_codegen v0.10.1
27052024-12-13T21:43:44.400Z Checking half v2.4.1
27062024-12-13T21:43:44.448Z Compiling indexmap v1.9.3
27072024-12-13T21:43:44.525Z Compiling newtype_derive v0.1.6
27082024-12-13T21:43:44.570Z Checking nodrop v0.1.14
27092024-12-13T21:43:44.691Z Checking ciborium-io v0.2.2
27102024-12-13T21:43:44.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27112024-12-13T21:43:44.764Z Checking bitvec v1.0.1
27122024-12-13T21:43:44.786Z Checking array-init v0.0.4
27132024-12-13T21:43:44.835Z Checking ciborium-ll v0.2.2
27142024-12-13T21:43:44.848Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27152024-12-13T21:43:44.969Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27162024-12-13T21:43:45.015Z Checking smallvec v0.6.14
27172024-12-13T21:43:45.148Z Checking libsw v3.3.1
27182024-12-13T21:43:45.389Z Compiling memoffset v0.9.1
27192024-12-13T21:43:45.420Z Checking swrite v0.1.0
27202024-12-13T21:43:45.542Z Checking indent_write v2.2.0
27212024-12-13T21:43:45.559Z Checking bitfield v0.14.0
27222024-12-13T21:43:45.685Z Checking termcolor v1.4.1
27232024-12-13T21:43:45.740Z Checking linear-map v1.2.0
27242024-12-13T21:43:45.755Z Checking hashbrown v0.12.3
27252024-12-13T21:43:45.770Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27262024-12-13T21:43:45.808Z Checking serde-hex v0.1.0
27272024-12-13T21:43:46.095Z Checking env_logger v0.10.2
27282024-12-13T21:43:46.216Z Checking ron v0.8.1
27292024-12-13T21:43:46.506Z Checking ciborium v0.2.2
27302024-12-13T21:43:46.673Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27312024-12-13T21:43:47.370Z Checking steno v0.4.1
27322024-12-13T21:43:47.454Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27332024-12-13T21:43:47.474Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27342024-12-13T21:43:47.496Z Checking hashbrown v0.13.2
27352024-12-13T21:43:47.499Z Checking crc-any v2.5.0
27362024-12-13T21:43:47.708Z Checking humantime v2.1.0
27372024-12-13T21:43:47.906Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27382024-12-13T21:43:48.005Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27392024-12-13T21:43:48.278Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27402024-12-13T21:43:48.561Z Checking path-slash v0.1.5
27412024-12-13T21:43:48.577Z Checking object v0.30.4
27422024-12-13T21:43:48.593Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27432024-12-13T21:43:48.774Z Checking nix v0.27.1
27442024-12-13T21:43:49.630Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27452024-12-13T21:43:49.645Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27462024-12-13T21:43:49.662Z Checking tungstenite v0.23.0
27472024-12-13T21:43:49.890Z Checking kstat-rs v0.2.4
27482024-12-13T21:43:50.034Z Checking signal-hook-tokio v0.3.1
27492024-12-13T21:43:50.220Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27502024-12-13T21:43:50.563Z Checking tokio-tungstenite v0.23.1
27512024-12-13T21:43:51.216Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27522024-12-13T21:43:51.269Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532024-12-13T21:43:51.624Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27542024-12-13T21:43:58.089Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27552024-12-13T21:43:59.397Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27562024-12-13T21:44:02.564Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27572024-12-13T21:44:08.209Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582024-12-13T21:44:08.900Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27592024-12-13T21:44:11.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.88s
27602024-12-13T21:44:11.949Z
27612024-12-13T21:44:11.949Zinfo: running `cargo check --bins` on gateway-api (89/173)
27622024-12-13T21:44:12.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-12-13T21:44:12.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-12-13T21:44:12.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-12-13T21:44:12.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27662024-12-13T21:44:12.532Z
27672024-12-13T21:44:12.532Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27682024-12-13T21:44:13.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-12-13T21:44:13.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-12-13T21:44:13.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-12-13T21:44:13.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27722024-12-13T21:44:13.139Z
27732024-12-13T21:44:13.139Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27742024-12-13T21:44:13.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-12-13T21:44:13.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-12-13T21:44:13.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-12-13T21:44:13.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27782024-12-13T21:44:13.765Z
27792024-12-13T21:44:13.765Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27802024-12-13T21:44:14.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-12-13T21:44:14.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-12-13T21:44:14.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-12-13T21:44:14.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27842024-12-13T21:44:14.392Z
27852024-12-13T21:44:14.392Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27862024-12-13T21:44:14.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-12-13T21:44:14.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-12-13T21:44:14.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-12-13T21:44:14.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27902024-12-13T21:44:15.071Z
27912024-12-13T21:44:15.071Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27922024-12-13T21:44:15.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-12-13T21:44:15.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-12-13T21:44:15.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-12-13T21:44:15.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27962024-12-13T21:44:15.650Z
27972024-12-13T21:44:15.650Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27982024-12-13T21:44:16.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-12-13T21:44:16.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-12-13T21:44:16.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-12-13T21:44:16.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28022024-12-13T21:44:16.274Z
28032024-12-13T21:44:16.274Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28042024-12-13T21:44:16.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-12-13T21:44:16.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-12-13T21:44:16.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-12-13T21:44:16.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28082024-12-13T21:44:16.896Z
28092024-12-13T21:44:16.896Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28102024-12-13T21:44:17.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-12-13T21:44:17.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-12-13T21:44:17.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-12-13T21:44:17.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28142024-12-13T21:44:17.545Z
28152024-12-13T21:44:17.545Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28162024-12-13T21:44:18.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-12-13T21:44:18.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-12-13T21:44:18.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-12-13T21:44:18.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28202024-12-13T21:44:18.195Z
28212024-12-13T21:44:18.195Zinfo: running `cargo check --bins` on sp-sim (99/173)
28222024-12-13T21:44:18.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-12-13T21:44:18.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-12-13T21:44:18.797Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28252024-12-13T21:44:24.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
28262024-12-13T21:44:24.671Z
28272024-12-13T21:44:24.671Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28282024-12-13T21:44:24.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-12-13T21:44:24.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-12-13T21:44:24.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312024-12-13T21:44:24.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28322024-12-13T21:44:24.671Z
28332024-12-13T21:44:24.671Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28342024-12-13T21:44:24.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-12-13T21:44:24.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-12-13T21:44:24.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-12-13T21:44:24.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28382024-12-13T21:44:24.671Z
28392024-12-13T21:44:24.671Zinfo: running `cargo check --bins` on db-macros (102/173)
28402024-12-13T21:44:24.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-12-13T21:44:24.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-12-13T21:44:24.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-12-13T21:44:24.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28442024-12-13T21:44:24.671Z
28452024-12-13T21:44:24.671Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28462024-12-13T21:44:24.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-12-13T21:44:24.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-12-13T21:44:24.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-12-13T21:44:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28502024-12-13T21:44:24.672Z
28512024-12-13T21:44:24.672Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28522024-12-13T21:44:24.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-12-13T21:44:24.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-12-13T21:44:24.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-12-13T21:44:24.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28562024-12-13T21:44:24.709Z
28572024-12-13T21:44:24.709Zinfo: running `cargo check --bins` on authz-macros (105/173)
28582024-12-13T21:44:24.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-12-13T21:44:24.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-12-13T21:44:24.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-12-13T21:44:24.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28622024-12-13T21:44:24.741Z
28632024-12-13T21:44:24.741Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28642024-12-13T21:44:25.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-12-13T21:44:25.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-12-13T21:44:25.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-12-13T21:44:25.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28682024-12-13T21:44:25.358Z
28692024-12-13T21:44:25.358Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28702024-12-13T21:44:25.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-12-13T21:44:25.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-12-13T21:44:25.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-12-13T21:44:25.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28742024-12-13T21:44:26.017Z
28752024-12-13T21:44:26.017Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28762024-12-13T21:44:26.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-12-13T21:44:26.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-12-13T21:44:26.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-12-13T21:44:26.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28802024-12-13T21:44:26.656Z
28812024-12-13T21:44:26.656Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28822024-12-13T21:44:27.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-12-13T21:44:27.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-12-13T21:44:27.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-12-13T21:44:27.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28862024-12-13T21:44:27.309Z
28872024-12-13T21:44:27.309Zinfo: running `cargo check --bins` on typed-rng (110/173)
28882024-12-13T21:44:27.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-12-13T21:44:27.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-12-13T21:44:27.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-12-13T21:44:27.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28922024-12-13T21:44:27.915Z
28932024-12-13T21:44:27.915Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28942024-12-13T21:44:28.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-12-13T21:44:28.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-12-13T21:44:28.664Z Checking keccak v0.1.5
28972024-12-13T21:44:28.775Z Checking secrecy v0.8.0
28982024-12-13T21:44:28.778Z Compiling unicase v2.7.0
28992024-12-13T21:44:28.778Z Compiling same-file v1.0.6
29002024-12-13T21:44:28.799Z Compiling tempfile v3.13.0
29012024-12-13T21:44:28.819Z Compiling thiserror-impl-no-std v2.0.2
29022024-12-13T21:44:28.821Z Checking universal-hash v0.5.1
29032024-12-13T21:44:28.821Z Compiling blake3 v1.5.4
29042024-12-13T21:44:28.967Z Compiling walkdir v2.5.0
29052024-12-13T21:44:29.010Z Compiling ring v0.16.20
29062024-12-13T21:44:29.047Z Checking sha3 v0.10.8
29072024-12-13T21:44:29.102Z Checking opaque-debug v0.3.1
29082024-12-13T21:44:29.192Z Checking poly1305 v0.8.0
29092024-12-13T21:44:29.262Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29102024-12-13T21:44:29.468Z Checking chacha20 v0.9.1
29112024-12-13T21:44:29.548Z Checking aead v0.5.2
29122024-12-13T21:44:29.670Z Compiling memmap2 v0.9.5
29132024-12-13T21:44:29.691Z Compiling arrayref v0.3.9
29142024-12-13T21:44:29.709Z Compiling constant_time_eq v0.3.1
29152024-12-13T21:44:29.763Z Compiling libefi-sys v0.1.0
29162024-12-13T21:44:29.792Z Compiling spin v0.5.2
29172024-12-13T21:44:29.809Z Compiling salty v0.3.0
29182024-12-13T21:44:29.871Z Compiling arrayvec v0.7.6
29192024-12-13T21:44:30.017Z Checking chacha20poly1305 v0.10.1
29202024-12-13T21:44:30.115Z Compiling toolchain_find v0.4.0
29212024-12-13T21:44:30.135Z Compiling camino-tempfile v1.1.1
29222024-12-13T21:44:30.209Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29232024-12-13T21:44:30.266Z Compiling bitfield-struct v0.6.2
29242024-12-13T21:44:30.451Z Compiling topological-sort v0.2.2
29252024-12-13T21:44:30.580Z Compiling mime_guess v2.0.5
29262024-12-13T21:44:30.664Z Compiling rustfmt-wrapper v0.2.1
29272024-12-13T21:44:31.484Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29282024-12-13T21:44:31.502Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29292024-12-13T21:44:31.502Z Checking primeorder v0.13.6
29302024-12-13T21:44:31.502Z Checking env_filter v0.1.2
29312024-12-13T21:44:31.519Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322024-12-13T21:44:31.703Z Checking env_logger v0.11.5
29332024-12-13T21:44:31.720Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29342024-12-13T21:44:31.736Z Checking p384 v0.13.0
29352024-12-13T21:44:31.863Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29362024-12-13T21:44:31.888Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29372024-12-13T21:44:31.972Z Checking thiserror-no-std v2.0.2
29382024-12-13T21:44:32.079Z Checking vsss-rs v3.3.4
29392024-12-13T21:44:32.111Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29402024-12-13T21:44:32.297Z Checking lockfree-object-pool v0.1.6
29412024-12-13T21:44:32.315Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29422024-12-13T21:44:32.504Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29432024-12-13T21:44:32.541Z Checking bumpalo v3.16.0
29442024-12-13T21:44:32.559Z Checking http-range v0.1.5
29452024-12-13T21:44:32.752Z Checking simd-adler32 v0.3.7
29462024-12-13T21:44:32.777Z Compiling zip v2.1.3
29472024-12-13T21:44:32.826Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29482024-12-13T21:44:32.894Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29492024-12-13T21:44:33.078Z Checking zopfli v0.8.1
29502024-12-13T21:44:33.123Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29512024-12-13T21:44:33.191Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29522024-12-13T21:44:33.550Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29532024-12-13T21:44:33.759Z Checking nanorand v0.7.0
29542024-12-13T21:44:33.780Z Checking atty v0.2.14
29552024-12-13T21:44:33.796Z Checking glob v0.3.1
29562024-12-13T21:44:33.900Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29572024-12-13T21:44:34.100Z Checking flume v0.11.1
29582024-12-13T21:44:34.103Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29592024-12-13T21:44:34.313Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29602024-12-13T21:44:34.610Z Compiling omicron-zone-package v0.11.1
29612024-12-13T21:44:34.758Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29622024-12-13T21:44:35.573Z Checking hyper-staticfile v0.10.1
29632024-12-13T21:44:36.179Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29642024-12-13T21:44:36.307Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29652024-12-13T21:44:36.610Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29662024-12-13T21:44:36.610Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29672024-12-13T21:44:36.726Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29682024-12-13T21:44:36.758Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29692024-12-13T21:44:37.337Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29702024-12-13T21:44:37.914Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29712024-12-13T21:44:38.971Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29722024-12-13T21:44:40.658Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29732024-12-13T21:44:40.661Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29742024-12-13T21:44:51.041Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29752024-12-13T21:45:04.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.62s
29762024-12-13T21:45:04.734Z
29772024-12-13T21:45:04.734Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29782024-12-13T21:45:05.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-12-13T21:45:05.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-12-13T21:45:05.464Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29812024-12-13T21:45:19.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
29822024-12-13T21:45:19.182Z
29832024-12-13T21:45:19.182Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29842024-12-13T21:45:19.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-12-13T21:45:19.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-12-13T21:45:19.860Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29872024-12-13T21:45:33.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s
29882024-12-13T21:45:33.470Z
29892024-12-13T21:45:33.470Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29902024-12-13T21:45:34.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-12-13T21:45:34.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-12-13T21:45:34.207Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-12-13T21:45:47.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
29942024-12-13T21:45:47.995Z
29952024-12-13T21:45:47.995Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29962024-12-13T21:45:48.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-12-13T21:45:48.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-12-13T21:45:48.743Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29992024-12-13T21:46:02.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
30002024-12-13T21:46:02.415Z
30012024-12-13T21:46:02.415Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30022024-12-13T21:46:03.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-12-13T21:46:03.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-12-13T21:46:03.160Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30052024-12-13T21:46:16.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s
30062024-12-13T21:46:16.794Z
30072024-12-13T21:46:16.794Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30082024-12-13T21:46:17.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-12-13T21:46:17.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-12-13T21:46:17.533Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30112024-12-13T21:46:31.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s
30122024-12-13T21:46:31.337Z
30132024-12-13T21:46:31.337Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30142024-12-13T21:46:31.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-12-13T21:46:31.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-12-13T21:46:32.107Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30172024-12-13T21:46:45.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s
30182024-12-13T21:46:45.877Z
30192024-12-13T21:46:45.877Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30202024-12-13T21:46:46.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-12-13T21:46:46.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-12-13T21:46:46.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232024-12-13T21:46:46.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30242024-12-13T21:46:46.516Z
30252024-12-13T21:46:46.516Zinfo: running `cargo check --bins` on key-manager (120/173)
30262024-12-13T21:46:47.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-12-13T21:46:47.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-12-13T21:46:47.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-12-13T21:46:47.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30302024-12-13T21:46:47.152Z
30312024-12-13T21:46:47.152Zinfo: running `cargo check --bins` on range-requests (121/173)
30322024-12-13T21:46:47.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-12-13T21:46:47.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-12-13T21:46:47.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352024-12-13T21:46:47.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30362024-12-13T21:46:47.758Z
30372024-12-13T21:46:47.759Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30382024-12-13T21:46:48.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-12-13T21:46:48.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-12-13T21:46:48.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-12-13T21:46:48.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30422024-12-13T21:46:48.388Z
30432024-12-13T21:46:48.388Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30442024-12-13T21:46:48.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-12-13T21:46:48.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-12-13T21:46:48.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-12-13T21:46:48.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30482024-12-13T21:46:49.049Z
30492024-12-13T21:46:49.049Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30502024-12-13T21:46:49.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-12-13T21:46:49.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-12-13T21:46:49.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-12-13T21:46:49.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30542024-12-13T21:46:49.694Z
30552024-12-13T21:46:49.694Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30562024-12-13T21:46:50.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-12-13T21:46:50.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-12-13T21:46:50.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-12-13T21:46:50.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30602024-12-13T21:46:50.340Z
30612024-12-13T21:46:50.340Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30622024-12-13T21:46:50.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-12-13T21:46:50.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-12-13T21:46:50.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-12-13T21:46:50.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30662024-12-13T21:46:50.990Z
30672024-12-13T21:46:50.991Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30682024-12-13T21:46:51.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-12-13T21:46:51.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-12-13T21:46:51.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-12-13T21:46:51.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30722024-12-13T21:46:51.638Z
30732024-12-13T21:46:51.638Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30742024-12-13T21:46:52.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-12-13T21:46:52.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-12-13T21:46:52.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772024-12-13T21:46:52.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30782024-12-13T21:46:52.276Z
30792024-12-13T21:46:52.276Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30802024-12-13T21:46:52.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-12-13T21:46:52.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-12-13T21:46:52.957Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30832024-12-13T21:46:52.957Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30842024-12-13T21:46:53.832Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30852024-12-13T21:46:55.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
30862024-12-13T21:46:56.001Z
30872024-12-13T21:46:56.001Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30882024-12-13T21:46:56.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-12-13T21:46:56.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-12-13T21:46:56.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-12-13T21:46:56.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30922024-12-13T21:46:56.649Z
30932024-12-13T21:46:56.649Zinfo: running `cargo check --bins` on cert-dev (131/173)
30942024-12-13T21:46:57.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-12-13T21:46:57.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-12-13T21:46:57.233Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30972024-12-13T21:46:57.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30982024-12-13T21:46:57.670Z
30992024-12-13T21:46:57.670Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31002024-12-13T21:46:58.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-12-13T21:46:58.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-12-13T21:46:58.339Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31032024-12-13T21:46:58.339Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31042024-12-13T21:46:58.924Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31052024-12-13T21:46:59.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
31062024-12-13T21:46:59.458Z
31072024-12-13T21:46:59.458Zinfo: running `cargo check --bins` on ch-dev (133/173)
31082024-12-13T21:47:00.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-12-13T21:47:00.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-12-13T21:47:00.107Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31112024-12-13T21:47:00.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31122024-12-13T21:47:00.990Z
31132024-12-13T21:47:00.990Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31142024-12-13T21:47:01.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-12-13T21:47:01.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-12-13T21:47:01.644Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31172024-12-13T21:47:02.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31182024-12-13T21:47:02.184Z
31192024-12-13T21:47:02.184Zinfo: running `cargo check --bins` on db-dev (135/173)
31202024-12-13T21:47:02.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-12-13T21:47:02.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-12-13T21:47:02.838Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31232024-12-13T21:47:03.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31242024-12-13T21:47:03.735Z
31252024-12-13T21:47:03.735Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31262024-12-13T21:47:04.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-12-13T21:47:04.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-12-13T21:47:04.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292024-12-13T21:47:04.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31302024-12-13T21:47:04.377Z
31312024-12-13T21:47:04.377Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31322024-12-13T21:47:04.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-12-13T21:47:04.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-12-13T21:47:04.984Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31352024-12-13T21:47:05.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31362024-12-13T21:47:06.032Z
31372024-12-13T21:47:06.032Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31382024-12-13T21:47:06.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-12-13T21:47:06.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-12-13T21:47:06.635Z Checking cargo-platform v0.1.8
31412024-12-13T21:47:06.903Z Checking cargo_metadata v0.18.1
31422024-12-13T21:47:07.889Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31432024-12-13T21:47:08.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
31442024-12-13T21:47:08.764Z
31452024-12-13T21:47:08.764Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31462024-12-13T21:47:09.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-12-13T21:47:09.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-12-13T21:47:09.469Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31492024-12-13T21:47:10.190Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31502024-12-13T21:47:10.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31512024-12-13T21:47:10.940Z
31522024-12-13T21:47:10.940Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31532024-12-13T21:47:11.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-12-13T21:47:11.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-12-13T21:47:11.718Z Compiling crunchy v0.2.2
31562024-12-13T21:47:11.723Z Compiling tiny-keccak v2.0.2
31572024-12-13T21:47:11.723Z Compiling dsl_auto_type v0.1.2
31582024-12-13T21:47:11.723Z Checking scheduled-thread-pool v0.2.7
31592024-12-13T21:47:11.723Z Compiling diesel_table_macro_syntax v0.2.0
31602024-12-13T21:47:11.855Z Compiling ascii-canvas v3.0.0
31612024-12-13T21:47:11.867Z Compiling ena v0.14.3
31622024-12-13T21:47:11.882Z Compiling diff v0.1.13
31632024-12-13T21:47:12.076Z Checking r2d2 v0.8.10
31642024-12-13T21:47:12.122Z Compiling regex-syntax v0.6.29
31652024-12-13T21:47:12.240Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31662024-12-13T21:47:12.300Z Compiling ref-cast v1.0.23
31672024-12-13T21:47:12.389Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31682024-12-13T21:47:12.415Z Compiling derive_builder_core v0.20.2
31692024-12-13T21:47:12.503Z Compiling libxml v0.3.3
31702024-12-13T21:47:12.558Z Compiling ref-cast-impl v1.0.23
31712024-12-13T21:47:12.657Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31722024-12-13T21:47:12.916Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31732024-12-13T21:47:12.942Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31742024-12-13T21:47:13.100Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31752024-12-13T21:47:13.197Z Compiling strum_macros v0.24.3
31762024-12-13T21:47:13.220Z Compiling samael v0.0.17
31772024-12-13T21:47:13.502Z Compiling indoc v1.0.9
31782024-12-13T21:47:13.526Z Compiling diesel_derives v2.2.3
31792024-12-13T21:47:14.502Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31802024-12-13T21:47:14.792Z Compiling derive_builder_macro v0.20.2
31812024-12-13T21:47:14.811Z Compiling impl-trait-for-tuples v0.2.2
31822024-12-13T21:47:15.680Z Compiling lalrpop v0.19.12
31832024-12-13T21:47:15.683Z Checking derive_builder v0.20.2
31842024-12-13T21:47:15.836Z Compiling oso-derive v0.27.3
31852024-12-13T21:47:16.322Z Checking quick-xml v0.33.0
31862024-12-13T21:47:16.783Z Compiling diesel-dtrace v0.4.2
31872024-12-13T21:47:16.890Z Checking maplit v1.0.2
31882024-12-13T21:47:17.048Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31892024-12-13T21:47:17.148Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31902024-12-13T21:47:17.377Z Checking bb8 v0.8.5
31912024-12-13T21:47:17.501Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31922024-12-13T21:47:17.792Z Checking castaway v0.2.3
31932024-12-13T21:47:17.847Z Checking rand_seeder v0.3.0
31942024-12-13T21:47:17.953Z Checking compact_str v0.8.0
31952024-12-13T21:47:18.085Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31962024-12-13T21:47:18.112Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31972024-12-13T21:47:18.290Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31982024-12-13T21:47:18.815Z Checking unicode-truncate v1.1.0
31992024-12-13T21:47:18.850Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32002024-12-13T21:47:19.050Z Checking lru v0.12.5
32012024-12-13T21:47:19.142Z Compiling instability v0.3.2
32022024-12-13T21:47:19.364Z Checking is_ci v1.2.0
32032024-12-13T21:47:19.516Z Checking unicode-linebreak v0.1.5
32042024-12-13T21:47:19.886Z Checking smawk v0.3.2
32052024-12-13T21:47:19.932Z Checking cassowary v0.3.0
32062024-12-13T21:47:19.992Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32072024-12-13T21:47:20.095Z Checking textwrap v0.16.1
32082024-12-13T21:47:20.198Z Checking supports-color v3.0.1
32092024-12-13T21:47:20.371Z Checking ratatui v0.28.1
32102024-12-13T21:47:20.440Z Checking multimap v0.10.0
32112024-12-13T21:47:23.249Z Checking diesel v2.2.6
32122024-12-13T21:47:49.177Z Compiling polar-core v0.27.3
32132024-12-13T21:47:52.521Z Checking async-bb8-diesel v0.2.1
32142024-12-13T21:47:56.632Z Checking oso v0.27.3
32152024-12-13T21:49:05.817Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32162024-12-13T21:49:11.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
32172024-12-13T21:49:12.033Z
32182024-12-13T21:49:12.033Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32192024-12-13T21:49:12.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-12-13T21:49:12.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-12-13T21:49:12.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222024-12-13T21:49:12.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32232024-12-13T21:49:12.701Z
32242024-12-13T21:49:12.701Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32252024-12-13T21:49:13.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-12-13T21:49:13.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-12-13T21:49:13.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282024-12-13T21:49:13.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32292024-12-13T21:49:13.368Z
32302024-12-13T21:49:13.368Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32312024-12-13T21:49:13.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-12-13T21:49:13.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-12-13T21:49:13.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342024-12-13T21:49:13.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32352024-12-13T21:49:13.975Z
32362024-12-13T21:49:13.975Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32372024-12-13T21:49:14.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-12-13T21:49:14.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-12-13T21:49:14.780Z Compiling libz-sys v1.1.20
32402024-12-13T21:49:14.782Z Compiling libgit2-sys v0.17.0+1.8.1
32412024-12-13T21:49:14.906Z Compiling vergen v8.3.2
32422024-12-13T21:49:14.909Z Compiling cargo-platform v0.1.8
32432024-12-13T21:49:14.909Z Compiling pin-project-internal v1.1.6
32442024-12-13T21:49:14.941Z Compiling libsqlite3-sys v0.30.1
32452024-12-13T21:49:14.941Z Compiling snafu-derive v0.8.5
32462024-12-13T21:49:14.974Z Compiling rustls v0.21.12
32472024-12-13T21:49:15.181Z Compiling buf-list v1.0.3
32482024-12-13T21:49:15.236Z Compiling cargo_metadata v0.18.1
32492024-12-13T21:49:15.437Z Compiling cfg_aliases v0.2.1
32502024-12-13T21:49:15.564Z Compiling nix v0.29.0
32512024-12-13T21:49:15.585Z Checking globset v0.4.15
32522024-12-13T21:49:15.830Z Checking olpc-cjson v0.1.4
32532024-12-13T21:49:15.860Z Checking sct v0.7.1
32542024-12-13T21:49:16.054Z Checking rustls-webpki v0.101.7
32552024-12-13T21:49:16.072Z Checking serde_plain v1.0.2
32562024-12-13T21:49:16.075Z Checking typed-path v0.9.3
32572024-12-13T21:49:17.109Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32582024-12-13T21:49:17.148Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32592024-12-13T21:49:17.148Z Checking hashlink v0.9.1
32602024-12-13T21:49:17.172Z Checking parse-size v1.1.0
32612024-12-13T21:49:17.404Z Checking fallible-streaming-iterator v0.1.9
32622024-12-13T21:49:17.557Z Checking fallible-iterator v0.3.0
32632024-12-13T21:49:17.938Z Checking pin-project v1.1.6
32642024-12-13T21:49:18.010Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32652024-12-13T21:49:18.061Z Checking rustls-pemfile v1.0.4
32662024-12-13T21:49:18.191Z Checking rusqlite v0.32.1
32672024-12-13T21:49:18.196Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32682024-12-13T21:49:18.284Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692024-12-13T21:49:18.536Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32702024-12-13T21:49:18.859Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32712024-12-13T21:49:18.950Z Checking twox-hash v1.6.3
32722024-12-13T21:49:18.980Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32732024-12-13T21:49:19.457Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32742024-12-13T21:49:19.758Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752024-12-13T21:49:19.959Z Checking tokio-rustls v0.24.1
32762024-12-13T21:49:20.029Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32772024-12-13T21:49:20.323Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32782024-12-13T21:49:20.352Z Checking fatfs v0.3.6
32792024-12-13T21:49:20.459Z Checking snafu v0.8.5
32802024-12-13T21:49:20.783Z Checking assert_matches v1.5.0
32812024-12-13T21:49:20.905Z Checking tough v0.19.0
32822024-12-13T21:49:24.969Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32832024-12-13T21:49:26.310Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32842024-12-13T21:49:27.189Z Compiling git2 v0.19.0
32852024-12-13T21:49:31.893Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32862024-12-13T21:50:24.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32872024-12-13T21:50:24.845Z
32882024-12-13T21:50:24.845Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32892024-12-13T21:50:25.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-12-13T21:50:25.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-12-13T21:50:25.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922024-12-13T21:50:25.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32932024-12-13T21:50:25.540Z
32942024-12-13T21:50:25.540Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32952024-12-13T21:50:26.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962024-12-13T21:50:26.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972024-12-13T21:50:26.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982024-12-13T21:50:26.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32992024-12-13T21:50:26.147Z
33002024-12-13T21:50:26.147Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33012024-12-13T21:50:26.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-12-13T21:50:26.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-12-13T21:50:26.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042024-12-13T21:50:26.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33052024-12-13T21:50:26.812Z
33062024-12-13T21:50:26.812Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33072024-12-13T21:50:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-12-13T21:50:27.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-12-13T21:50:27.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102024-12-13T21:50:27.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33112024-12-13T21:50:27.476Z
33122024-12-13T21:50:27.476Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33132024-12-13T21:50:28.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-12-13T21:50:28.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-12-13T21:50:28.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162024-12-13T21:50:28.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33172024-12-13T21:50:28.148Z
33182024-12-13T21:50:28.148Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33192024-12-13T21:50:28.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202024-12-13T21:50:28.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212024-12-13T21:50:28.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222024-12-13T21:50:28.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33232024-12-13T21:50:28.824Z
33242024-12-13T21:50:28.824Zinfo: running `cargo check --bins` on update-common (151/173)
33252024-12-13T21:50:29.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-12-13T21:50:29.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-12-13T21:50:29.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282024-12-13T21:50:29.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33292024-12-13T21:50:29.471Z
33302024-12-13T21:50:29.471Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33312024-12-13T21:50:30.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-12-13T21:50:30.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-12-13T21:50:30.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342024-12-13T21:50:30.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33352024-12-13T21:50:30.117Z
33362024-12-13T21:50:30.117Zinfo: running `cargo check --bins` on tufaceous (153/173)
33372024-12-13T21:50:30.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-12-13T21:50:30.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-12-13T21:50:30.794Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33402024-12-13T21:50:31.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
33412024-12-13T21:50:31.944Z
33422024-12-13T21:50:31.944Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33432024-12-13T21:50:32.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-12-13T21:50:32.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-12-13T21:50:32.787Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33462024-12-13T21:50:32.913Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472024-12-13T21:50:32.916Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482024-12-13T21:50:32.925Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33492024-12-13T21:50:58.739Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33502024-12-13T21:50:58.739Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33512024-12-13T21:50:58.741Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33522024-12-13T21:50:58.742Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33532024-12-13T21:50:58.742Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33542024-12-13T21:50:59.542Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33552024-12-13T21:51:00.844Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33562024-12-13T21:51:38.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33572024-12-13T21:51:38.308Z
33582024-12-13T21:51:38.309Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33592024-12-13T21:51:38.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-12-13T21:51:38.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-12-13T21:51:39.009Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33622024-12-13T21:51:39.009Z Checking heck v0.4.1
33632024-12-13T21:51:39.009Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33642024-12-13T21:51:39.706Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33652024-12-13T21:51:40.596Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33662024-12-13T21:51:41.469Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33672024-12-13T21:51:42.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
33682024-12-13T21:51:42.771Z
33692024-12-13T21:51:42.771Zinfo: running `cargo check --bins` on installinator-api (156/173)
33702024-12-13T21:51:43.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-12-13T21:51:43.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-12-13T21:51:43.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732024-12-13T21:51:43.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33742024-12-13T21:51:43.421Z
33752024-12-13T21:51:43.421Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33762024-12-13T21:51:43.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-12-13T21:51:43.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-12-13T21:51:43.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792024-12-13T21:51:44.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33802024-12-13T21:51:44.074Z
33812024-12-13T21:51:44.074Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33822024-12-13T21:51:44.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-12-13T21:51:44.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-12-13T21:51:44.764Z Compiling petname v2.0.2
33852024-12-13T21:51:44.767Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33862024-12-13T21:51:44.767Z Checking sync-ptr v0.1.1
33872024-12-13T21:51:46.179Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33882024-12-13T21:51:47.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
33892024-12-13T21:51:47.897Z
33902024-12-13T21:51:47.897Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33912024-12-13T21:51:48.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-12-13T21:51:48.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-12-13T21:51:48.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942024-12-13T21:51:48.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33952024-12-13T21:51:48.558Z
33962024-12-13T21:51:48.558Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33972024-12-13T21:51:49.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982024-12-13T21:51:49.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992024-12-13T21:51:49.225Z Checking memmap2 v0.9.5
34002024-12-13T21:51:49.225Z Checking arrayvec v0.7.6
34012024-12-13T21:51:49.227Z Checking spin v0.5.2
34022024-12-13T21:51:49.227Z Checking constant_time_eq v0.3.1
34032024-12-13T21:51:49.227Z Checking arrayref v0.3.9
34042024-12-13T21:51:49.228Z Checking topological-sort v0.2.2
34052024-12-13T21:51:49.228Z Checking shell-words v1.1.0
34062024-12-13T21:51:49.490Z Checking ring v0.16.20
34072024-12-13T21:51:49.631Z Checking blake3 v1.5.4
34082024-12-13T21:51:50.610Z Checking omicron-zone-package v0.11.1
34092024-12-13T21:51:51.729Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34102024-12-13T21:51:52.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
34112024-12-13T21:51:52.799Z
34122024-12-13T21:51:52.799Zinfo: running `cargo check --bins` on xtask (161/173)
34132024-12-13T21:51:53.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142024-12-13T21:51:53.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152024-12-13T21:51:53.229Z Checking bitflags v2.6.0
34162024-12-13T21:51:53.232Z Checking serde v1.0.215
34172024-12-13T21:51:53.306Z Checking thiserror v1.0.69
34182024-12-13T21:51:53.324Z Checking scroll v0.12.0
34192024-12-13T21:51:53.333Z Checking log v0.4.22
34202024-12-13T21:51:53.336Z Checking hashbrown v0.15.1
34212024-12-13T21:51:53.336Z Checking zerocopy v0.7.35
34222024-12-13T21:51:53.369Z Checking syn v2.0.87
34232024-12-13T21:51:53.419Z Checking pest v2.7.14
34242024-12-13T21:51:53.535Z Checking rustix v0.38.37
34252024-12-13T21:51:53.590Z Checking once_cell v1.20.2
34262024-12-13T21:51:53.794Z Checking goblin v0.8.2
34272024-12-13T21:51:53.875Z Checking fs-err v2.11.0
34282024-12-13T21:51:54.184Z Checking anyhow v1.0.93
34292024-12-13T21:51:54.417Z Checking indexmap v2.6.0
34302024-12-13T21:51:54.573Z Checking tabled v0.15.0
34312024-12-13T21:51:55.461Z Checking terminal_size v0.4.0
34322024-12-13T21:51:55.464Z Checking tempfile v3.13.0
34332024-12-13T21:51:55.627Z Checking dtrace-parser v0.2.0
34342024-12-13T21:51:55.642Z Checking clap_builder v4.5.21
34352024-12-13T21:51:57.460Z Checking serde_json v1.0.132
34362024-12-13T21:51:57.460Z Checking serde_spanned v0.6.8
34372024-12-13T21:51:57.460Z Checking toml_datetime v0.6.8
34382024-12-13T21:51:57.463Z Checking camino v1.1.9
34392024-12-13T21:51:57.463Z Checking cargo-platform v0.1.8
34402024-12-13T21:51:57.668Z Checking semver v1.0.23
34412024-12-13T21:51:57.750Z Checking macaddr v1.0.1
34422024-12-13T21:51:57.775Z Checking toml_edit v0.22.22
34432024-12-13T21:51:58.062Z Checking camino-tempfile v1.1.1
34442024-12-13T21:51:58.098Z Checking clap v4.5.21
34452024-12-13T21:51:58.624Z Checking dof v0.3.0
34462024-12-13T21:51:58.624Z Checking cargo_metadata v0.18.1
34472024-12-13T21:51:59.023Z Checking usdt-impl v0.5.0
34482024-12-13T21:51:59.384Z Checking usdt v0.5.0
34492024-12-13T21:51:59.589Z Checking toml v0.8.19
34502024-12-13T21:52:00.044Z Checking cargo_toml v0.20.5
34512024-12-13T21:52:01.265Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34522024-12-13T21:52:01.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
34532024-12-13T21:52:01.987Z
34542024-12-13T21:52:01.987Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34552024-12-13T21:52:02.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562024-12-13T21:52:02.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572024-12-13T21:52:02.754Z Checking polyval v0.6.2
34582024-12-13T21:52:02.867Z Checking ctr v0.9.2
34592024-12-13T21:52:02.879Z Checking ssh-encoding v0.2.0
34602024-12-13T21:52:02.883Z Checking blowfish v0.9.1
34612024-12-13T21:52:02.904Z Checking password-hash v0.4.2
34622024-12-13T21:52:02.907Z Checking matches v0.1.10
34632024-12-13T21:52:02.937Z Checking p256 v0.13.2
34642024-12-13T21:52:02.937Z Checking p521 v0.13.3
34652024-12-13T21:52:03.015Z Checking idna v0.2.3
34662024-12-13T21:52:03.081Z Checking ghash v0.5.1
34672024-12-13T21:52:03.081Z Checking bcrypt-pbkdf v0.10.0
34682024-12-13T21:52:03.140Z Compiling enum-as-inner v0.5.1
34692024-12-13T21:52:03.204Z Checking russh-cryptovec v0.7.3
34702024-12-13T21:52:03.250Z Checking aes-gcm v0.10.3
34712024-12-13T21:52:03.284Z Checking pbkdf2 v0.11.0
34722024-12-13T21:52:03.350Z Checking md5 v0.7.0
34732024-12-13T21:52:03.411Z Checking num-bigint v0.4.6
34742024-12-13T21:52:03.411Z Checking des v0.8.1
34752024-12-13T21:52:03.472Z Checking ssh-cipher v0.2.0
34762024-12-13T21:52:03.557Z Checking hex-literal v0.4.1
34772024-12-13T21:52:03.620Z Compiling dhcproto-macros v0.1.0
34782024-12-13T21:52:03.684Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34792024-12-13T21:52:03.687Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34802024-12-13T21:52:03.759Z Checking ssh-key v0.6.6
34812024-12-13T21:52:03.845Z Checking internet-checksum v0.2.1
34822024-12-13T21:52:04.179Z Checking trust-dns-proto v0.22.0
34832024-12-13T21:52:05.061Z Checking russh-keys v0.45.0
34842024-12-13T21:52:06.006Z Checking russh v0.45.0
34852024-12-13T21:52:06.743Z Checking dhcproto v0.12.0
34862024-12-13T21:52:23.750Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34872024-12-13T21:52:25.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.15s
34882024-12-13T21:52:25.352Z
34892024-12-13T21:52:25.352Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34902024-12-13T21:52:25.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912024-12-13T21:52:25.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922024-12-13T21:52:25.990Z Checking termios v0.3.3
34932024-12-13T21:52:26.204Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34942024-12-13T21:52:27.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34952024-12-13T21:52:27.238Z
34962024-12-13T21:52:27.238Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34972024-12-13T21:52:27.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982024-12-13T21:52:27.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992024-12-13T21:52:27.864Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35002024-12-13T21:52:29.890Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35012024-12-13T21:52:31.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
35022024-12-13T21:52:31.965Z
35032024-12-13T21:52:31.965Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35042024-12-13T21:52:32.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052024-12-13T21:52:32.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062024-12-13T21:52:32.595Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35072024-12-13T21:52:33.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35082024-12-13T21:52:33.248Z
35092024-12-13T21:52:33.248Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35102024-12-13T21:52:33.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112024-12-13T21:52:33.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122024-12-13T21:52:33.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132024-12-13T21:52:33.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35142024-12-13T21:52:33.856Z
35152024-12-13T21:52:33.856Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35162024-12-13T21:52:34.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-12-13T21:52:34.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-12-13T21:52:34.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192024-12-13T21:52:34.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35202024-12-13T21:52:34.462Z
35212024-12-13T21:52:34.462Zinfo: running `cargo check --bins` on omicron-package (168/173)
35222024-12-13T21:52:35.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232024-12-13T21:52:35.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242024-12-13T21:52:35.121Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35252024-12-13T21:52:36.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
35262024-12-13T21:52:36.603Z
35272024-12-13T21:52:36.603Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35282024-12-13T21:52:37.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-13T21:52:37.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-13T21:52:37.319Z Checking rtoolbox v0.0.2
35312024-12-13T21:52:37.321Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35322024-12-13T21:52:37.321Z Checking tui-tree-widget v0.22.0
35332024-12-13T21:52:37.542Z Checking rpassword v7.3.1
35342024-12-13T21:52:41.554Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35352024-12-13T21:52:44.563Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35362024-12-13T21:52:45.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
35372024-12-13T21:52:45.982Z
35382024-12-13T21:52:45.982Zinfo: running `cargo check --bins` on wicket (170/173)
35392024-12-13T21:52:46.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402024-12-13T21:52:46.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412024-12-13T21:52:46.675Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35422024-12-13T21:52:47.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35432024-12-13T21:52:47.311Z
35442024-12-13T21:52:47.311Zinfo: running `cargo check --bins` on wicketd (171/173)
35452024-12-13T21:52:47.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462024-12-13T21:52:47.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472024-12-13T21:52:48.019Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35482024-12-13T21:52:51.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
35492024-12-13T21:52:52.134Z
35502024-12-13T21:52:52.134Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35512024-12-13T21:52:52.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-12-13T21:52:52.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-12-13T21:52:52.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542024-12-13T21:52:52.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552024-12-13T21:52:52.755Z
35562024-12-13T21:52:52.756Zinfo: running `cargo check --bins` on zone-setup (173/173)
35572024-12-13T21:52:53.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582024-12-13T21:52:53.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592024-12-13T21:52:53.492Z Checking uzers v0.12.1
35602024-12-13T21:52:53.830Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35612024-12-13T21:52:54.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
35622024-12-13T21:52:55.194Z
35632024-12-13T21:52:55.197Zreal 12:53.972142574
35642024-12-13T21:52:55.197Zuser 24:06.131944331
35652024-12-13T21:52:55.197Zsys 5:28.548304327
35662024-12-13T21:52:55.197Ztrap 0.462645047
35672024-12-13T21:52:55.197Ztflt 2.288488855
35682024-12-13T21:52:55.197Zdflt 3.319060590
35692024-12-13T21:52:55.197Zkflt 0.001763407
35702024-12-13T21:52:55.197Zlock 45:55.076600656
35712024-12-13T21:52:55.197Zslp 2:05:53.073488817
35722024-12-13T21:52:55.197Zlat 1:01.917164346
35732024-12-13T21:52:55.197Zstop 3:20.207189024
35742024-12-13T21:52:55.197Zprocess exited: duration 1097279 ms, exit code 0
 
35752024-12-13T21:52:55.205Zfound 0 output files